body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
  color: #777777;
}


p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #333;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #1c7355;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f3f3f3;
}
.bg-darkest-gray {
  background-color: #222222;
}
.bg-white{ background:#fff;}
.btn-primary {
  color: white;
  background-color: #c61b1a;
  border-color: #c61b1a;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #c61b1a;
  border-color: #c61b1a;
}
.btn-primary .badge {
  color: #c61b1a;
  background-color: white;
}
.btn-xl {
  color: white;
    background-color: #237b5d;
    border-color: #217a5b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 16px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
background-color: #1c7355;
    border-color: #1c7355;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #c61b1a;
  border-color: #c61b1a;
}
.btn-xl .badge {
  color: #c61b1a;
  background-color: white;
}
.navbar-custom {
  background-color: #fff;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #c61b1a;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #217a5b;
  border-color: #217a5b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #217a5b;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;

  color: #222;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #3b5998;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #277d60;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #277d60;
}
@media (min-width: 768px) {
  .navbar-custom {
/*    background-color:rgba(255, 255, 255, 0.92);
*/    padding: 15px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
	background:#fff;
    /* box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.91); */
  }
  .navbar-custom .navbar-brand {
    /* font-size: 2em; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
	background:#fff;
    padding: 10px 0;
    color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  
  .navbar-custom.affix .navbar-brand img{width: 90%;margin-top: -5px;margin-left: 0px;}
}
header {
 /* background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/
 text-align: center;
 color: white;
 background: rgba(0, 0, 0, 0.20);
 
}
header .intro-text {
  padding-top: 400px;
  padding-bottom: 400px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 25px;
}
@media(min-width:300px) and (max-width:767px) {

header .intro-text {
  padding-top: 150px;
  padding-bottom: 50px;
}
}

@media(min-width:768px) and (max-width:991px) {
  header .intro-text {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}



@media(min-width:992px) and (max-width:1199px) {
  header .intro-text {
    padding-top: 160px;
    padding-bottom: 160px;
  }

}

@media(min-width:1200px) and (max-width:1500px) {
  header .intro-text {
    padding-top: 240px;
    padding-bottom: 140px;
  }

}

@media(min-width:1501px) and (max-width:2000px) {
  header .intro-text {
    padding-top: 320px;
    padding-bottom: 320px;
  }

}




section {
  padding: 80px 0;
}
section h2.section-heading {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 25px;
  text-align:left;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}



#services{ background:#fff;}

#video {background:#f3f3f3;}

#about{ background:#f3f3f3;/* background:url(../img/Camera-Crane.jpg) #fff no-repeat bottom;   background-attachment : fixed;
    background-position   : top center;
    background-size       : cover;*/
   }
	
	#testimonials {background:#fff;}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}


section#contact {
  background-color: #004a09;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 160px;
}
section#contact .form-control:focus {
  border-color: #c61b1a;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
background: rgb(87 183 55 / 95%);
  color: #fff;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  float:left;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #3b5998;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}




#video-background {
  position: fixed;
  right: 0; 
  top:30px;	
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

.contact{ color:#fff;}

.address{ margin-top:0px;}
.address h6{ font-size:16px; font-weight:600; padding:10px 0px; }

.address h6 i{ font-size:30px;  color:#279c73; text-align:center;}
.address p{ color:#fff;}




.view{float:right; margin-top:-66px; font-size:15px;}
.view a{ color:#333;  text-decoration:none;}


.scrollToTop{
    width: 50px;
    height: 60px;
    padding: 10px;
    text-align:center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 35px;
    right: 10px;
    display: none;
    background: url(../img/scrollup_arrow.png) no-repeat 0 20px;
}
.scrollToTop:hover{
    text-decoration: none;
}



.cun ul{ list-style-type:none; margin:50px 0px 0px 0px; padding:0px; }
.cun ul li{ display:inline-block; padding:5px; margin:10px;}


figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin:0px;
/*  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;*/

  text-align: center;
  cursor: pointer;
  border:3px solid #eee;
  background:#000;
}
figure h2 {
  font-family: helvetica;
  font-weight: normal;
  padding-top: 25%;
  font-size:24px;
  font-weight:500;
  line-height:30px;
  
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure h2 span{ font-weight:900;}
figure p {
  font-family: helvetica;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure:hover img {
  opacity: 0.4;
}
figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  
  
}
figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
figure figcaption, figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  backface-visibility: hidden;
}
figure figcaption:before, figure figcaption:after {
  position: absolute;
  /*top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;*/
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure figcaption:after {
  /*border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);*/
}
figure figcaption:hover:before, figure figcaption:hover:after {
 /* opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);*/
}


.content h2{ color:#2c497f; font-size:28px;}
.content h4{ color:#217a5b; padding:20px 0px 0px 0px;}
.content h5{ color:#217a5b; padding:20px 0px 0px 0px; font-size:16px;}
.content ul{ list-style-type:square;}
.content ul li{ line-height:28px;}

#Video h4{ font-size: 16px;
    text-align: center;
    text-transform: none;
   
    line-height: 22px;
font-weight:200;
}



.signup{ background:rgba(255, 255, 255, 0.90); padding:15px 20px 20px 20px; margin-top:170px; border-radius:5px; overflow:hidden;}
.signup h4{ color:#333;}

.signup .form-control{ 
display: block;    width: 100%;    padding: 16px 12px;    font-size: 12px;    line-height: 1.42857143;    color: #555;    background-color: #fff;    background-image: none;    border: 1px solid #ccc;
	}






@media (min-width: 300px) and (max-width: 480px) {

.navbar-brand>img {
    display: block;
    margin-top: 8px;
    padding: 0px;
    width: 60%;
	margin-left:10px;}




.navbar-brand{ float:none;}

.cun ul li{ display:inline-block; padding:5px; margin:5px; text-align:center; width:42%; font-size:13px;}
header .intro-text .intro-heading {  font-size: 23px; line-height:26px;}
section h2.section-heading {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align:center;
}

.banner img{ min-height:200px;}
.address p a:hover{ color:#000; }


.signup{ margin-top:20px; margin-bottom:30px; }


}


@media (min-width: 481px) and (max-width: 767px) {
.navbar-brand>img {
    display: block;
    margin-top: 0px;
    padding: 0px;
    width: 28%;
	margin-left:10px;}

.signup{   margin-top:20px; margin-bottom:30px; }



.navbar-brand{ float:none;}

.cun ul li{ display:inline-block; padding:5px; margin:5px; text-align:center; width:42%; font-size:13px;}
header .intro-text .intro-heading {  font-size: 40px;}
section h2.section-heading {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align:center;
}


.banner img{ min-height:240px;}


}


.banner{ margin-top:75px;}

.sitemap ul li a{color:#333; text-transform:uppercase;}
.sitemap ul li a:hover{color:#2c497f}





