
/* Navigation */

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

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
}

.navbar-brand a:hover {
  color: #ffe47d;
}

.navbar-brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -5px;
  font-size: 20px;
  font-weight: 200;
  color: #333;
  margin-top: 10px;
}

.navbar-collapse {
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
   box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);	  
   border-bottom-width: 0px;
   border-bottom-style: solid;
   border-bottom-color: none;
   border-color: transparent;
}

.nav{
	background-color: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar .nav li a {
	color: #333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-shadow: none;
	font-size: 40px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-transform: none;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'Niconne', cursive;
}

.navbar .nav li a:hover{
	background-image: none;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background-color: #ffe47d;
	color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    border-radius: 10px;
}



.navbar .btn{
	background-image: none;
	background-color: #0082d0;
	margin-top: 0px;
	border: 1px solid #0082d0;
	color: #0082d0;
	text-shadow: none;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 2px;
	padding-left: 8px;
	padding-top: 8px;
	font-weight: bold;
}

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

.navbar-static-top .navbar-toggle .icon-bar {
    background-color: #0082d0;
    color: #0082d0;
}

.navbar-toggle {
	color: #fff;
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-color: #0082d0;
	border: 0px solid fff;
	border-radius: 4px;
	background-image: none;
	background-repeat: no-repeat;
	font-weight:bold;
	font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.collapsed {	
	color: #fff;
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-color: #0082d0;
	border: 0px solid #0082d0;
	border-radius: 4px;
	background-image: none;
	background-repeat: no-repeat;	
	font-weight:bold;
	font-size: 14px;
}

/* End Navigation */


/* CSS Document */

body {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 20px;
	background-color: #002e5d;
	color: #000;
	font-family: Times New Roman, times, serif;
    background-image: url("../img/background.jpg");
    background-size: auto;
}

.bluebox {
background-color: #002e5d;
margin-bottom: 10px;
}

.bluebox p {
color: #fff;
font-size: 20px;
}

.bluebox h1 {
font-size: 50px;
    color: #fff;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    font-family: 'Niconne', cursive;
}

.pad-top {
padding-top: 10px;
}

.bluebox ul li {
color: #fff;
}

 /*
 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, .header-border{
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	
}

.header h1 a, .header-border h1 a{
	font-size: 56px;
	font-family: Times New Roman, times, serif;
	letter-spacing: -1px;
	text-decoration: none;
	color: #000;
}

.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: #002e5d;
}
A:visited	{
	text-decoration:none;
	font-weight: normal;
	color: #002e5d;
}
A:hover	{
	text-decoration:underline;
	font-weight: normal;
	color: #002e5d;
}
A:active	{
	text-decoration:none;
	color: #002e5d;
}

.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: #002e5d;
background-image: -moz-linear-gradient(top, #231e80, #002e5d);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#231e80), to(#002e5d));
background-image: -webkit-linear-gradient(top, #231e80, #002e5d);
background-image: -o-linear-gradient(top, #231e80, #002e5d);
background-image: linear-gradient(to bottom, #231e80, #002e5d);
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: 1em;
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: Times New Roman, times, serif;
}

h1 {
	font-size: 45px;
	font-family: Times New Roman, times, serif;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-transform: capitalize;
	color: #002e5d;

}

h2 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 40px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-top: 15px;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

h3 {
	font-size: 50px;
    color: #fff;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    font-family: 'Niconne', cursive;
    
}

h4 {
    font-size: 20px;
    padding-bottom: 5px;
	line-height: 20px;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-top: 15px;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}

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

li{
	padding-bottom: 6px;	
}

.gallery img {
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 10px 0px;	
}

.well {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	background-color: #fff;
}
.well p {
	line-height: normal;
	text-align: none;
	color: #000;
    font-size: 20px;
}
.btn-large {
	font-size: 16px;
}
.well h2 {
	color: #002e5d;
	font-size: 24px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.well h1 {
	font-size: 50px;
    color: #000;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    font-family: 'Niconne', cursive;
    padding-bottom: 0px;
}
.grad {
	background-color: #002e5d;
	background-image: -moz-linear-gradient(top, #231e80, #002e5d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#231e80), to(#002e5d));
	background-image: -webkit-linear-gradient(top, #231e80, #002e5d);
	background-image: -o-linear-gradient(top, #231e80, #002e5d);
	background-image: linear-gradient(to bottom, #231e80, #002e5d);
	background-repeat: repeat-x;
}
.grad1 {
	background-image: url(../img/box1.jpg);
	background-repeat: repeat-x;
	background-color: #4b494a;
	background-position: top;
	color: #FFF;
	font-family: Times New Roman, times, serif;
	font-size: 12px;
}

.grad2 {
	background-image: url(../img/box2.jpg);
	background-repeat: repeat-x;
	background-color: #575757;
	background-position: top;
	color: #FFF;
	font-family: Times New Roman, times, serif;
	font-size: 12px;
}

.grad3 {
	background-image: url(../img/box3.jpg);
	background-repeat: repeat-x;
	background-color: #686667;
	background-position: top;
	color: #FFF;
	font-family: Times New Roman, times, 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: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

footer p {
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
    color: #fff;
}

footer A:link	{
	text-decoration:none;
	font-weight: normal;
	color: #fff;
}
footer A:visited	{
	text-decoration:none;
	font-weight: normal;
	color: #fff;
}
footer A:hover	{
	text-decoration:underline;
	font-weight: normal;
	color: #fff;
}
footer A:active	{
	text-decoration:none;
	color: #fff;
}

footer h3 {
	color: #fff;
	font-family: Times New Roman, times, 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: Times New Roman, times, 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: Times New Roman, times, 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: Times New Roman, times, serif;
	color: #999999;
}

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

legend {
	font-size: 18px;
}

.container {
	text-align: left;
}

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

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

.lead {
	font-size: 30px;
	text-align: left;
	font-family: Times New Roman, times, serif;
	text-transform: uppercase;
	color: #793E48;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #DB000C;
 *background-color: #e60310;
	background-image: -moz-linear-gradient(top, #D6000C, #DB000C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a90000), to(#cc0000));
	background-image: -webkit-linear-gradient(top, #c40505, #a90000);
	background-image: -o-linear-gradient(top, #a90000, #cc0000);
	background-image: linear-gradient(to bottom, #c40505, #a90000);
	background-repeat: repeat-x;
	border-color: #a90000 #cc0000 #800000;
	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='#ff0088cc', endColorstr='#a90000cc', 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-group {
font-family: Arial, Helvetica, sans-serif;
}

.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: #A10000;
 *background-color: #a90000;
}

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

.reqd{
    color: red;
    font-size: 22px;
    line-height: 1.5;
}

.sectest {
    padding:0 0 5px 0;
}




.carousel {
	margin-bottom: 15px;
}

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

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


/* 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;
    text-align: center;
}

.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;
    text-align: center;
}

.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;
}



}

 @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, .header-border h1{
	line-height: 50px;	
}


.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: Times New Roman, times, 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;
}
