/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@charset "utf-8";

/*-- Classes
---------------------------------------------------------------------------*/
/*-- Classes
---------------------------------------------------------------------------*/

.clickable{
	cursor: pointer;   
}

.panel-heading div {
	margin-top: -18px;
	font-size: 15px;
}
.panel-heading div span{
	margin-left:5px;
}
/*.panel-body{
	display: none;
}*/

		
/*-- Classes
---------------------------------------------------------------------------*/

.img-left, .img-right {
	position:absolute;
	bottom:0;
}
.img-left {
	left:15%;
}
.img-right {
	right:15%;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0;
	width:100%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left:15px;
	padding-right:15px;
    color: #242424;
    text-align: left;
    text-shadow: 0 0 10px #fff;
	
	
	/* fallback */
	/*background-color: #fff;*/
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(rgba(255,255,255,0)));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* IE 10 */
	background: -ms-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	background-size:contain;
}
.carousel-caption.img-left {
	right: 0;
    left: auto;
}
.carousel-caption.img-right {
	right:auto;
    left: 0;
}


.media-middle {
	display:table-cell;
	vertical-align:middle;
}






.green {
	color: #97c725;
}
.frog {
	color: #97c725;
}

#topcontrol {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #231f20;
	opacity: 0.6;
	color: #fff;
	bottom: 10px !important;
	right: 10px !important;
	z-index:500;
}

.video-container {
	position: relative; /* keeps the aspect ratio */
	padding-bottom: 56.25%; /* fine tunes the video positioning */
	padding-top: 60px;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.errors {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	color: #737373;
	margin-left: 10px;
	margin-bottom: 2%;
}
.form-control.requiredValue, .form-control.has-error {
	border-color: #ff1200;
	background: #fbc7c3 !important;
	border-width: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);/*border-radius: 0 !important;*/
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn-sub {
	width: 100%;
	padding: 10px 12px;
	line-height: 1.42857143;
	background-color: #242424;
	background-image: none;
	border: 1px solid #242424;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}
.btn-sub2 {
	width: 100%;
	padding: 10px 12px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color: #242424;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}
.btn-sub2:hover,
.btn-sub2:focus {
	background-color: #7e9e20;
	border: 1px solid #7e9e20;
	color: #fff;
}
.btn-quick {
	background-color: transparent;
	color: #fff;
	border-color:transparent;
	border-radius: 0;
	text-shadow: none;
	text-align:left;
	outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
	
	
}
.btn-quick:hover, .btn-quick:focus {
	color:#7e9e20;
}

.fancybox-thumb img {
	/*margin-bottom: 20px;*/
	margin-left: auto;
	margin-right: auto;
}
.text-box ul li {
	margin-left: 30px;
}
td, th {
	padding:2%;
}
.contactform-1 p {
	padding-left:5px;
	padding-right:5px;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
select.form-control {
	color: #999;
}
.valid-contact {
	padding-left: 10px;
	padding-right: 10px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .fa-angle-left, 
.carousel-control .icon-prev {
    left: auto;
	right:0;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    right: auto;
	left:0;
    margin-right: -10px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
	bottom:50px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 10%;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 10%;
    width: 10%;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}



/*-- modal Section
----------------------------------------------------------------------*/
.modal-content {
	background-color:#242424;
}
.modal-header {
}
.modal-title {
	color:#fff;
}
.modal-header .close {
	color:#fff;
}
.modal-footer {
}



.cat-box span, .cat-box a {
	position:relative;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
}
.cat-box span .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #f0efa0;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
}
.cat-box span .cat-text a {
	color:#fff;
}
.cat-box a .cat-text {
	position:absolute;
	left:0;
	right:0;
	top:80%;
	bottom:0;
	width:100%;
	border-top:2px solid #f0efa0;
	background-color:rgba(0,0,0,0.6);
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	transition:all ease-in-out 0.4s;
}
.cat-text p {
	color:#fff;
}
.cat-text span p {
	transition:all ease-in-out 1s;
	opacity:0;
}
.cat-box a:hover > .cat-text {
	top:3%;
}
.cat-box a:hover > .cat-text span p {
	opacity:1;
}
.cat-box span:hover > .cat-text {
	top:3%;
}
.cat-box span:hover > .cat-text span p {
	opacity:1;
}
.btn-mobile2 {
	width:auto;
	margin-top:20px;
	margin-bottom:5px !important;
	padding:5px 10px;
	background-color:#f0efa0;
	border-radius:0;
}



/*-- media queries Section
----------------------------------------------------------------------*/



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
	
	
.carousel-control .glyphicon-chevron-left, 
.carousel-control .fa-angle-left, 
.carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    width: 80px;
    height: 80px;
    margin-top: -15px;
    font-size: 80px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right,
.carousel-control .fa-angle-left, 
.carousel-control .fa-angle-right,
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    position: absolute;
	bottom:20px;
    z-index: 5;
    display: inline-block;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    width: 60px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.img-left {
	left:0;
}
.img-right {
	right:0;
}


.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 5%;
    left: 10%;
	width:45%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #242424;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
	
	/* fallback */
	/*background-color: #fff;*/
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(rgba(255,255,255,0)));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* IE 10 */
	background: -ms-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	background-size:contain;
}
.carousel-caption.img-left {
	right: 5%;
    left: auto;
}
.carousel-caption.img-right {
	right:auto;
    left: 5%;
}


.img-max {
	width:100%;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
.img-left {
	left:10%;
}
.img-right {
	right:10%;
}
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 30%;
    left: 10%;
	width:45%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #242424;
    text-align: left;
    text-shadow: 0 0 10px #fff;

	/* fallback */
	/*background-color: #fff;*/
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(rgba(255,255,255,0)));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* IE 10 */
	background: -ms-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	background-size:contain;
}
.carousel-caption.img-left {
	right: 5%;
    left: auto;
}
.carousel-caption.img-right {
	right:auto;
    left: 5%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    width: 80px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.btn-sub {
	width: auto;
	padding: 7px 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.btn-sub2 {
	width: auto;
	padding: 7px 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.img-left {
	left:10%;
}
.img-right {
	right:10%;
}
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 30%;
    left: 10%;
	width:45%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #242424;
    text-align: left;
    text-shadow: 0 0 10px #fff;
	
	/* fallback */
	/*background-color: #fff;*/
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(rgba(255,255,255,0)));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* Firefox 3.6+ */
	background: -moz-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	/* IE 10 */
	background: -ms-radial-gradient(#fff, #fff, rgba(255,255,255,0), rgba(255,255,255,0));
	background-size:contain;
}
.carousel-caption.img-left {
	right: 5%;
    left: auto;
}
.carousel-caption.img-right {
	right:auto;
    left: 5%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 45px;
    left: 0;
    width: 100px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
}
