/***************************************************
	Font Styles
***************************************************/
@font-face {
	font-family: "Helvetica LT Condensed Light";
	src: url('../fonts/Helvetica-LT-Condensed-Light.eot');
	src: url('../fonts/Helvetica-LT-Condensed-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica-LT-Condensed-Light.svg#Helvetica LT Condensed Light') format('svg'),
	url('../fonts/Helvetica-LT-Condensed-Light.woff') format('woff'),
	url('../fonts/Helvetica-LT-Condensed-Light.ttf') format('truetype');
	
}
	
@font-face {
	font-family: "Helvetica LT Condensed Bold";
	src: url('../fonts/Helvetica-LT-Condensed-Bold.eot');
	src: url('../fonts/Helvetica-LT-Condensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Helvetica-LT-Condensed-Bold.svg#Helvetica LT Condensed Bold') format('svg'),
	url('../fonts/Helvetica-LT-Condensed-Bold.woff') format('woff'),
	url('../fonts/Helvetica-LT-Condensed-Bold.ttf') format('truetype');	
}		

/***************************************************
	Common
***************************************************/

body {
	color: #333333;	
}

h1, h2, h3 {
	font-family: "Helvetica LT Condensed Bold";	
	color: #1F8C21;
}

h4, h5 {
	font-family: "Helvetica LT Condensed Light";		
}

a {
	color: #1F8C21;
}

a:hover {
	color: #1F8C21;
}

hr {
	border-top: solid 1px #DCEFD2;
}

.btn-default,
.btn-default:hover,
.btn-default:active {
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background: #e6e6e6;
}

.btn-default {
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
	background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}

.btn-custom,
.btn-custom:hover,
.btn-custom:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #7dbd08;
}

.btn-custom {	
	background: -moz-linear-gradient(top,  #7dbd08 0%, #258f20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dbd08), color-stop(100%,#258f20));
	background: -webkit-linear-gradient(top,  #7dbd08 0%,#258f20 100%);
	background: -o-linear-gradient(top,  #7dbd08 0%,#258f20 100%);
	background: -ms-linear-gradient(top,  #7dbd08 0%,#258f20 100%);
	background: linear-gradient(to bottom,  #7dbd08 0%,#258f20 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dbd08', endColorstr='#258f20',GradientType=0 );
}

.btn-custom:hover {
  background-position: 0 -15px;
}
.dropdown-menu>li>a {
	text-align: left;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	background: #258f20;
}
	
.carousel-control {
	width: 10%;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-control .glyphicon {
	padding-top: 6px;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	border: solid 1px #FFF;
	background: #ACD684;
}

.carousel-indicators {
	left: 0;
	right: 0;
	margin-left: 0;
	width: inherit;
	text-align: right;
	bottom: 10px;
}
.carousel-indicators li {
	background: #DCEFD2;
}
.carousel-indicators .active {
	background: #1F8C21;
}

.panel-custom {
	border: solid 1px #BBE0A9;
	border-radius: 8px;
	background: #FFCC00;
	margin-top: 35px;	
}
.panel-custom .panel-heading {
	padding: 6px;
	background: #FFCC00;
	border-bottom: none;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.panel-custom .panel-body {
	background: #DCEFD2;
	border-radius: 8px;
	text-align: center;
	min-height: 270px;
}

.panel-custom .logo {
	text-align: center;
	margin-top: -65px;
}

.panel-custom .fix {
	min-height: 120px;
}

/*.panel {
	background: #DCEFD2;
	border: solid 1px #BBE0A9;	
}*/



.well {
	background: #F1F9ED;
	border: solid 1px #DCEFD2;
	border-radius: 8px;
}

.well h3 {
	margin-top: 10px;
}

.list-check > li {
	background: url(../img/icon-check.png) 0 0 no-repeat;	
	padding-left: 30px;
	margin-bottom: 10px;
}

.google-map-canvas,
.google-map-canvas * { .box-sizing(content-box); }

img { max-width: none; }


/* Video */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************************************************
	Mobile Navigation
***************************************************/

.mobile-nav {
	margin-bottom: 0;
	background: #1f8c22;
}

.navbar-default .navbar-brand {
	color: #FFF;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color: #FFF;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #83c006;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #FFF;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
}

/***************************************************
	Header
***************************************************/

header {
	border-top: solid 10px #1F8C22;
	background: #b9df9b;
	background: -moz-linear-gradient(top,  #b9df9b 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9df9b), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #b9df9b 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #b9df9b 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #b9df9b 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #b9df9b 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9df9b', endColorstr='#ffffff',GradientType=0 );
}

header .tel {
	text-align: right;
	margin-top: 20px;
}

header .tel h2 {
	margin-top: 10px;
}

/***************************************************
	Navigation
***************************************************/

nav {
	border-bottom: solid 5px #FFCC00;
	background: #83c006;
	background: -moz-linear-gradient(top,  #83c006 0%, #1f8c22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c006), color-stop(100%,#1f8c22));
	background: -webkit-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: -o-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: -ms-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: linear-gradient(to bottom,  #83c006 0%,#1f8c22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c006', endColorstr='#1f8c22',GradientType=0 );
}

nav .navbar {
	margin-bottom: 0;
	z-index: 999;
}

nav .navbar-default {
	background: none;
	border: none;
}

nav .navbar .dropdown:hover .dropdown-menu {
    display: block;
		z-index: 100;		
}

nav .nav > li.dropdown:hover a {
	background: #FFCC00;
}

nav .dropdown-menu {
	margin: 0;
	background: inherit;
	border: none;
	border-radius:;
}

nav .navbar-default .navbar-nav>.dropdown>a .caret,
nav .navbar-default .navbar-nav>.dropdown>a:hover .caret, 
nav .navbar-default .navbar-nav>.dropdown>a:focus .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

nav .navbar-default .navbar-nav>li>a:hover, 
nav .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus  {
	background: #FFCC00;
	text-shadow: 1px 1px 1px #FFF;
	color: #1F8C21;
}

nav .nav > li > a {
	padding: 15px 20px;
	font-family: "Helvetica LT Condensed Light";	
	font-size: 20px;
	color: #FFF;
	border-radius: 0;
	text-shadow: 1px 1px 1px #333;
  filter: dropshadow(color=#333, offx=1, offy=1);
}

/***************************************************
	Banner
***************************************************/

.banner {
	background: #F7F7D6;
	border-bottom: solid 8px #63B81F;
	margin-bottom: 20px;
}

/***************************************************
	Footer
***************************************************/

footer {
	border-top: solid 5px #FFCC00;
	background: #83c006;
	background: -moz-linear-gradient(top,  #83c006 0%, #1f8c22 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83c006), color-stop(100%,#1f8c22));
	background: -webkit-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: -o-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: -ms-linear-gradient(top,  #83c006 0%,#1f8c22 100%);
	background: linear-gradient(to bottom,  #83c006 0%,#1f8c22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c006', endColorstr='#1f8c22',GradientType=0 );
	color: #FFF;
	font-family: "Helvetica LT Condensed Light";	
	margin-top: 60px;
	padding: 20px 0;
}

footer .logo {
	margin-top: -80px;
	margin-bottom: 20px;
}
footer .list-inline > li > a {
	color: #FFF;
	font-family: "Helvetica LT Condensed Light";	
	font-size: 16px;
}

/*************************************************
	Media Queries
*************************************************/

/* Extra small devices */
@media (max-width: 767px) {
	header {
		border-top: none;
	}
	.panel-custom {
		margin-bottom: 60px;
	}
	.panel-custom .panel-body {
		min-height: inherit;
	}
	.panel-custom .fix {
		min-height: inherit;
	}
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
	
}

/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px) {
	nav .nav > li > a {
		padding: 15px;
	}
}

/* Large devices  */
@media (min-width: 1200px) {
}


@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
