body {
	font: 100%/1.618 'Roboto', sans-serif;
	color: #333;
}

.header {
    margin-bottom: 0px;
    background-color: #ECD44C;
    border-bottom: 2px solid #2A391E;
}

.content-tag {
	text-align: center;
}

.tagline {
	font-family: 'Lora', serif;
	color: #2A391E;
	font-size: 210%;
	margin-bottom: 20px;
	    margin-left: 4%;
	    line-height: 30px;
}


.footer-bg {
    background-color: #ECD44C;
    padding: 16px;
}

.footer-bg h2 {
    font-size: 26px;
    color: #2A391E;
    font-family: 'HelveticaNeue-HeavyCond';
}

.footer-bg p{color: #000;}


.list{font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 26px; color: #000;}

.list a{ color: #000; text-decoration: none;}

.list a:hover{ color: #000; text-decoration: underline;}


h4 {
    font-size: 20px;
    color: #2A391E;
    font-weight: bold;
}

h4 a{
    color: #2A391E;
    text-decoration: none;

}

h4 a:hover{
    color: #3b4b31;
    text-decoration: underline;

}


.footer-bg1 {
background-color: #2A391E;
    padding: 15px;
}

.copyr {
    color: #fff;
    font-size: 16px;
}

.copyr a {
    color: #fff;
    text-decoration: none;
}
.tagline span {
    display: block;
    font-family: 'HelveticaNeue-HeavyCond';
}

.txt-green {
    color: #2A391E;
}
.txt-green a {
    color: #3b4b31;
    font-size: 39px;
    font-family: 'HelveticaNeue-HeavyCond';
    text-decoration: none;
}

.txt-green a:hover {
	color: #3b4b31; text-decoration: none;
}

.bg-green {
    background-color: #2A391E;
}

.txt-lg {
	font-size: 180%;
    margin-top: 10px;
}

.txt-md{
	font-size: 130%;
    margin-top: 0px;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 5px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn-pd {
    padding: 5px 30px;
}


.navbar-container {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.navbar-transparent {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    font-family: 'HelveticaNeue-HeavyCond';
    /* letter-spacing: 1px; */
    margin-bottom: 4px;
}

.nav > li > a {
    padding: 12px 52px;
    margin-left: 2px;
    margin-right: 2px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #52ac4a;
    transition: background-color 0.5s ease;
    border-radius: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #ECD44C;
    background-color: #2A391E;
    transition: background-color 0.5s ease;
    border-radius: 10px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #ECD44C;
    background-color: #2A391E;
    transition: background-color 0.5s ease;
    border-radius: 10px;
}

.navbar-right {

    margin-right: 15px;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 1px;
    margin-top: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f9e56c;
    background-color: #2A391E;
    border-radius: 10px;
}



.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #f9e56c;
    white-space: nowrap;
}

.dropdown-menu {
    background-color: #3b4b31;
}


.dropdown-menu .divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #6e7e64;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #3b4b31;
    text-decoration: none;
    background-color: #f9e56c;
}
.carousel-inner img{width: 100%;}
.image_wrapper{margin-bottom: 20px;}


h1{font-family: 'HelveticaNeue-HeavyCond'; text-transform: uppercase;     margin-top: 17px;
    margin-bottom: 1px;}
p{ font-size: 190%;}
.bg-green h2 {
    color: #fff;
    font-family: 'HelveticaNeue-HeavyCond';
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
}
.bg-green .form-group{ margin-bottom: 10px; overflow: hidden;}
.bg-green label {
    font-size: 141%;
    color: #fff;
}

.flinks, .copyright{ display: block; font-size: 13px; font-family: 'open_sansregular'; line-height: 24px;}
.flinks a, .copyright a{color: #438F65;}
.caption h3 {
    color: #595957;
    font-family: 'HelveticaNeue-HeavyCond';
}
.caption h3 a {
    color: #2A391E;
    font-family: 'HelveticaNeue-HeavyCond';
    text-decoration: none;
}

.caption h3 a:hover{
    color: #2A391E; text-decoration: underline;
}
/*------------------------------*/

.img-responsive {
	display: inline-block;
}

.margin-lr-30{ margin: 0px 80px;}
.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}

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

.margin-top-bottom-15 {
	margin-top: 15px;
    margin-bottom: 15px;
}


.paddingtop20 {
	padding-top: 20px;
}

.paddingtopbottom12 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.txt-black{font-size: 25px; line-height: 30px;}

.no-padding-top {
	padding-top: 0px;
}



.carousel-control {
	width: 5%;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-caption {
    padding-bottom: 64px;
    font-family: 'HelveticaNeue-HeavyCond';
}
.carousel h4 {
    /* background-image: url(../images/cap-bg.png); */
    padding: 20px;
    text-shadow: 2px 2px #000;
    font-size: 322%;
    color: #fff;

}
.carousel-inner > .item > img {
    margin: 0 auto;
}


.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	text-align: center;
	font-family: 'Lora', serif; text-transform: capitalize;
	font-size: 100%;
}

p, ul.lst li, address{font-family: 'open_sansregular'; font-size: 16px; line-height: 26px; color:#000;} 
.map{ border:1px solid #606060; overflow:hidden; }
address{ margin:30px 0px;}
.emer {
    font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 35px;
    color: #606060;
}

.big-text{font-size: 22px; line-height: 26px; color: #027041;}

.ineer-head{background-color:#027041; padding: 10px;     font-size: 360%;
    text-transform: uppercase; font-family: 'HelveticaNeue-HeavyCond'; color: #fff;}

.need-input h3{
	color: #990000;
	text-align: center;
	margin:0px 0px 30px 0px;
	border: 1px solid #e1e1e1;
	padding: 30px 0px;
}

.img-bor{border: 1px solid #b5b5b5; padding: 5px;}
.img-bor01{border: 1px solid #b5b5b5; padding: 5px; margin-left: 10px;}

/*-------------------------------------------*/

@media (min-width:320px) and (max-width:441px) {
    .logo {
        text-align: center;
    }
    .margin-lr-30 {
        margin: 0px 0px;
    }
    
        .pull-right {
    float: left!important;
}
    .txt-lg {
        font-size: 152%;
        margin-top: 14px;
    }
}

@media (min-width:568px) and (max-width:736px) {
  .logo {
        text-align: center;
    }
    .pull-right {
    float: left!important;
}
      .margin-lr-30 {
        margin: 0px 0px;
    }
    
}


@media (min-width:737px) and (max-width:768px) {
  .logo {
        text-align: center;
    }
    
    .carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 28px;
    font-family: 'HelveticaNeue-HeavyCond';
}

}

@media (min-width:769px) and (max-width:1200px) {
  .logo {
        text-align: center;
    }
    
    .nav > li > a {
    padding: 12px 48px;
    margin-left: 2px;
    margin-right: 2px;
}

    .tagline {
    font-family: 'Lora', serif;
    color: #404041;
    font-size: 210%;
    margin-left: 3%;
    line-height: 30px;
}
}

@media (max-width:767px) {
    
    .logo{text-align: center;}
       .carousel h4 {
    background-image: url(../images/cap-bg.png);
    padding: 20px 0px;
    font-size: 212%;
    text-transform: uppercase;
}
    .nav-bg {
    background-color: #1f7bcd;
    width: inherit;
    z-index: inherit;
    margin-top: 0px;
    position: inherit;
}
    
    .navbar-right {
      float: none!important;
    margin-right: -15px;
}
    .text-xs-center {
        text-align: center;
    }
    .media img{width: 100%}
    .navbar-toggle {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
           color: #2b774d;
        font-size: 18px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    
    .carousel-caption {

    bottom: -69px;

}

    


}

#block > .clo , #block > .formshow {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background-color: #FFFFFF;
      border-color: #333333 #333333 -moz-use-text-color;
      border-image: none;
      border-style: solid solid none;
      border-width: 3px 3px medium;
      bottom: 0;
      color: #990000;
      font-weight: bold;
      padding: 2px;
      position: fixed;
      right: 0;
      text-align: center !important;
      width: 325px;
      z-index: 999999;
      
}
@media screen and (max-width:767px) {
    
    
        .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
}
    
    .navbar-nav .open .dropdown-menu {
    background-color: #3b4b31 !important;

}
    
    .thumbnail {

    min-height: auto;}
#block > .clo , #block > .formshow {
      bottom: 0;
      color: #990000;
      font-weight: bold;
      padding: 2px;
      position: relative;
      text-align: center !important;
      width: 100%;
      display:block;
      padding-bottom:50px;
      z-index: 0;
    
}
    #block > .formshow {
              display:none;
            
    } 
    .parallax {
    height: auto;
}
}


@media print {

  a[href]:after {

    content: none !important;

  }

}
.cov {
    text-align: center;
    padding: 10px;
}

.cov h3 {
    font-size: 28px!important;
    color: #bd0101!important;
    border: 3px solid #bd0101;
    display: inline-block;
    padding: 10px;
    line-height: 29px;
    margin-bottom: 20px;
}
