
/* Navigation */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
  width:100%;
}

.nav{
	width:100%;
	background-color: #110d67;
	background-image: -moz-linear-gradient(top, #2a63a8, #110d67);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a63a8), to(#110d67));
	background-image: -webkit-linear-gradient(top, #2a63a8, #110d67);
	background-image: -o-linear-gradient(top, #2a63a8, #110d67);
	background-image: linear-gradient(to bottom, #2a63a8, #110d67);
	background-repeat: repeat-x;
	border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a63a8', endColorstr='#ff110d67', GradientType=0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	line-height: 40px;
	min-height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}

.navbar .nav li a {
	font-weight: normal;
	color: #fff;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-shadow: none;
	font-size: 18px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-transform: capitalize;
    font-family: 'Open Sans', serif;
}

.navbar .nav li a:hover{
	background-image: none;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background-color: #90969b;	
	color: #fff;
}

.navbar .btn{
	background-image: none;
	background-color: transparent;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 2px;
    padding-left: 8px;
	padding-top: 8px;
	float:left;
	font-weight: bold;
}

.navbar .btn:hover{
	color: #fff;
	background-color: transparent;
	background-image: none;
		border: 1px solid #818286;
}

.navbar-static-top .navbar-toggle .icon-bar {
    background-color: transparent;
}

.navbar-toggle {
	color: #fff;
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-color: #818286;
	background-image: none;
	border: 1px solid fff;
	border-radius: 4px;
	background-repeat: no-repeat;
}

.collapsed {	
	color: #fff;
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-color: #818286;
	background-image: none;
	border: 1px solid #818286;
	border-radius: 4px;
	background-repeat: no-repeat;	
}

/* End Navigation */


/* CSS Document */

body {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	font-family: 'Quicksand', Arial, sans-serif;
}

.img-pad {
	padding: 10px;
}

 /*
 Responsive iFrame */ 
 .responsive-iframe-container {
	 position: relative;
	 padding-bottom: 56.25%;
	 padding-top: 30px;
	 height: 0;
	 overflow: hidden;
 } 

.responsive-iframe-container iframe, .responsive-iframe-container object, .responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

.header{
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
    padding: 0px;	
}

.header h1{
	font-size: 45px;
	font-family: 'Open Sans', serif;
	letter-spacing: -1px;
	text-decoration: none;
	color: #110d67;
    padding: 0px;
    margin: 0px;
}

.header h4{
	font-size: 20px; 
	color: #000;
	font-family: 'Open Sans', serif;
    text-align: left;
    padding: 20px 0 0 0;
}

.brand {
	background-image: none;
	padding: 0px;
	height: 101px;
	width: 184px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

.doctify {
    display: block;
    margin-bottom: 20px;
    float: right !important;
}

@media (max-width: 679px) { 
 
.doctify {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

}


.img-responsive { 
display: block;
max-width:100%;
height:auto;
 }
 
 .img-center {
	 display:block;
	 margin: 0px auto;
 }

A:link	{
	text-decoration:none;
	font-weight: normal;
	color: #110d67;
}
A:visited	{
	text-decoration:none;
	font-weight: normal;
	color: #110d67;
}
A:hover	{
	text-decoration:none;
	font-weight: normal;
	color: #110d67;
}
A:active	{
	text-decoration:none;
	color: #110d67;
}

.block{
width: auto;
border: 0px solid #dddcdc;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 25px;
padding: 25px 15px 25px 15px;
margin: 0px;
text-transform: capitalize;
background-color: #110d67;
background-image: -moz-linear-gradient(top, #2a63a8, #110d67);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a63a8), to(#110d67));
background-image: -webkit-linear-gradient(top, #2a63a8, #110d67);
background-image: -o-linear-gradient(top, #2a63a8, #110d67);
background-image: linear-gradient(to bottom, #2a63a8, #110d67);
background-repeat: repeat-x;
}

.block:hover a , .block:hover p , .block:hover h1{color: #fff;}

.block h1{
color: #fff;
align-content: center;
text-align: center;
padding-top: 0px;
margin-top: 0px;
font-size: 25px;
line-height: normal;
display: block;
text-transform: capitalize;
margin: 0px auto;
/*box-shadow: 0 0 10px rgba( 158, 159, 159, 0.31);*/
}

#block{
	background-color: #e5e1d6;
    color: #664422;
	margin: 15px 0 15px 0;
     height: auto;
}
#block:hover{background-color: #90969b;
	background-image: -moz-linear-gradient(top, #90969b, #78828c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90969b), to(#78828c));
	background-image: -webkit-linear-gradient(top, #90969b, #78828c);
	background-image: -o-linear-gradient(top, #90969b, #78828c);
	background-image: linear-gradient(to bottom, #90969b, #78828c);
	background-repeat: repeat-x;
    }

p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 26px;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 45px;
	font-family: 'Open Sans', serif;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-transform: capitalize;
	color: #110d67 !important;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #000;
	font-family: 'Open Sans', serif;
	text-transform: none;
	padding-top: 10px
}

h3 {
	font-size: 30px;
    font-weight: normal; 
	color: #FFF;
	font-family: 'Open Sans', serif;
}

h4 {
	font-size: 30px;
    font-weight: normal; 
	color: #FFF;
	font-family: 'Open Sans', serif;
    text-align: center;
}

ul{
	margin-left: 40px;
	margin-bottom: 10px;
}

li{
	padding-bottom: 6px;
	text-align: justify;	
}

.well {
	font-size: 14px;
	color: #CCCCCC;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 10px;
	background-color: #1962c8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	margin-left: 0px;
	margin-right: 0px;	
}
.well p {
	line-height: normal;
	text-align: none;
	color: #fff;
}
.btn-large {
	font-size: 16px;
}
.well h2 {
	color: #90969b;
	font-size: 26px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.well h1 {
	color: #FFF;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 25px;
	text-transform: capitalize;
	font-family: 'Open Sans', serif;
	font-style: none;
}
.grad {
	background-color: #110d67;
	background-image: -moz-linear-gradient(top, #2a63a8, #110d67);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a63a8), to(#110d67));
	background-image: -webkit-linear-gradient(top, #2a63a8, #110d67);
	background-image: -o-linear-gradient(top, #2a63a8, #110d67);
	background-image: linear-gradient(to bottom, #2a63a8, #110d67);
	background-repeat: repeat-x;
}
.grad1 {
	background-color: #4b494a;
	background-position: top;
	color: #FFF;
	font-family: 'Open Sans', serif;
	font-size: 12px;
}

.grad2 {
	background-color: #575757;
	background-position: top;
	color: #FFF;
	font-family: 'Open Sans', serif;
	font-size: 12px;
}

.grad3 {
	background-color: #686667;
	background-position: top;
	color: #FFF;
	font-family: 'Open Sans', serif;
	font-size: 12px;
}

.btn-default {
	postion:absolute;
	bottom:0;
	margin-bottom: 5px;
}
	
.btn-large {
	font-size: 16px;
}

footer {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 6px;
	border-top-color: #110d67;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

footer p {
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}

footer h3 {
	color: #110d67;
	font-family: 'Open Sans', serif;
	font-size: 20px;
}

#myCarousel {
	margin-bottom: 15px;
}

.carousel-caption {
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	left: 15px;
	top: 90px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	float: left;
	width: 65%;
	display: none;
}

.carousel-caption h1 {
	color: #B5586A;
	font-size: 3.5em;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.carousel-caption h2 {
	color: #DEBBBB;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	font-size: 2.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.carousel-caption p {
	font-weight: normal;
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	color: #999999;
}

legend {
	font-size: 18px;
}

.container {
	text-align: left;
}

.padder {
	margin-bottom: 15px;
	padding: 0px;
}

.wrapper {
}
input, select, textarea, input[type="text"] {
	font-size: 12px;
}
.modal-header {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.lead {
	font-size: 30px;
	text-align: left;
	font-family: 'Open Sans', serif;
	text-transform: uppercase;
	color: #793E48;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #120D66;
    *background-color: #2861A5;
	background-image: -moz-linear-gradient(top, #2861A5, #120D66);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#120E67), to(#1E3C89));
	background-image: -webkit-linear-gradient(top, #2861A5, #120D66);
	background-image: -o-linear-gradient(top, #2861A5, #120D66);
	background-image: linear-gradient(to bottom, #2861A5, #120D66);
	background-repeat: repeat-x;
	border-color: #2861A5 #1D3A88 #120D66;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2738B2cc', endColorstr='#2738B2cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	line-height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 13px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 4px;
}

.form-horizontal .control-label {
	width: 100px;
	padding-top: 5px;
	padding-left: 16px;
	color: #666;
	text-align: left;
	font-size: 13px;
}

.form-horizontal .controls {
	margin-left: 120px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #120D66;
    *background-color: #2861A5;
}

.btn-primary:active, .btn-primary.active {
	background-color: #120D66 \9;
}

.carousel {
	margin-bottom: 15px;
	
}

.intro{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


/* Scrolling boxes */
#boxes {
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:7px
}
.box1, .box2 {
	width:100%;
	height:auto;
	float:left;
	padding:10px;
	margin:0 5px 0 5px;
	color:#fff;
	font-size:14px;
}
.box1 h2 {
	margin:0;
	padding:0;
	border-bottom:solid 1px #668a01;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:5px;
}
.box2 h2 {
	margin:0;
	padding:0;
	border-bottom:solid 1px #8d9e30;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:5px;
}
.box-btn {
	position: absolute;
	bottom:15px;
	right:15px;
}
.first {
	padding-left: 0px;
	margin-left: 0px;
}
.box-btn a {
	position:relative;
	behavior:url(iefixes/PIE.htc);
	padding:2px 10px 2px 10px;
	text-decoration:none
}
.row-fluid .span {
	margin-left: 0%;
}

.left-col{
	padding-top: 25px;
}

#contact-form{
	max-width: 600px;
	padding-top: 10px;
}

.featured{
	background-color: #FFFFFF;
	border: 6px solid #0a663f;
	padding: 20px;
	margin-top: 30px;
}

.featured ul{
	margin: 0px;
	padding: 0px;	
}

.featured li{
	list-style-type: none;
	font-size: 25px;
	padding-left: 34px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 30px;
	color: #999;
}

.side-pic{
	margin-top: 30px;
}

 @media (max-width: 980px) {
/* Enable use of floated navbar text */

.navbar{
  padding-left: 0px;
}

ul{
	margin-left: 0px;
	margin-bottom: 10px;
}
  
}


 @media (min-width: 680px) and (max-width: 979px) {
	
.navbar .btn{
	margin-left: 3px;		
}

.nav-collapse{
	margin-top: 38px;
	background-color: #383838;
	padding: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: -10px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}	

.nav-collapse .nav li a{
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515151;
	border-right-style: none;
}

.nav-collapse .nav li a:hover{
	background-image: none;
	background-color: #2B2B2B;
	color: #fff;
}

.nav-collapse .nav li .acc1 a{
	background-color: #161C4F;
	color: #FFF;
	margin-right: -20px;
	margin-left: -20px;
	padding-left: 32px;
}

.nav-collapse .nav li .acc1 a:hover{
	background-color: #000;
	color: #FFF;
}

.navbar .nav li.dropdown.open .dropdown-toggle{
	color: #fff;
	background-color: #161C4F;
}


 
 }

 @media (min-width: 679px) and (max-width: 768px) {
.btn-primary {
	font-size: 11px;
}
.form-horizontal .control-label {
	width: 85px;
	padding-left: 5px;
	font-size: 12px;
}
.form-horizontal .controls {
	margin-left: 105px;
}
.input-large {
	width: 180px;
}

.nav-collapse{
	margin-top: 38px;
	background-color: #97ce59;
	padding: 0px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: -10px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}	

.nav-collapse .nav li a{
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0a663f;
	border-right-style: none;
}

.nav-collapse .nav li a:hover{
	background-image: none;
	background-color: #0a663f;
	color: #fff;
}

.nav-collapse .nav li .acc1 a{
	background-color: #0a663f;
	color: #FFF;
	margin-right: -20px;
	margin-left: -20px;
	padding-left: 32px;
}

.nav-collapse .nav li .acc1 a:hover{
	background-color: #000;
	color: #FFF;
}

.navbar .nav li.dropdown.open .dropdown-toggle{
	color: #fff;
	background-color: #0a663f;
}

ul{
	margin-left: 20px;
	margin-bottom: 10px;
}

}

 @media (min-width: 980px) and (max-width: 1200px) {
	 
	
}


 @media (min-width: 1200px) {

}


 @media (max-width: 767px) {
	 	 
.form-horizontal .control-label {
	padding-left: 0px;
}
.form-horizontal .control-group {
	margin-bottom: 10px;
}
.btn-primary {
	font-size: 11px;
	margin-left: 2px;
	margin-right: 2px;
}
.modal-header {
	padding-right: 0px;
}

.lead {
	font-size: 22px;
}
footer .container {
	text-align: center;
}

.container {
	margin: 0 15px 0 15px;
}

ul{
	margin-left: 0px;
	margin-bottom: 10px;
}

}


@media (max-width: 679px) { 


.container {
	margin: 0 15px 0 15px;
}

.header h1{
	line-height: normal;	
}


.nav-collapse{
	margin-top: 37px;
}

ul{
	margin-left: -10px;
	margin-bottom: 10px;
}


}

.row-fluid .span p {
	margin-bottom: 18px;
	line-height: 24px;
	text-align: left;
}

.phone {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #51CCFE;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
}
 
.smaller-text p{
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 21px;
}

.smaller-text h2{
	font-size: 21px;
}
