﻿@charset "utf-8";

.navbar-default .navbar-collapse, .navbar-default .navbar-form {

    /*padding-top: 8px;*/
	}
* {
	margin: 0px;
	padding: 0px;
}
.top-bar {
	background-color: #e73e25;
	height: 5px;

}
.top a{
	color: #FFF;
		text-decoration: none !important;
}
.top a:hover{
	color: #5FB4A9;
}
.navbar-wrapper{
	background-color: #FFF;
	}

.clear {
	clear: both;
	float: none;
}

.font-11px{
 font-size:11px;
 }
.color-text-light-green-bold{
 color: #5fb4a9;
 font-weight: bold;
}


.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;

}


.navbar-default .navbar-nav>li>a {
	width: 200px;
	font-weight: bold;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}


.navbar-nav>li>.dropdown-menu {
    margin-top:20px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
	width: auto;
	font-weight: normal;
	color: #000;
}
.mega-dropdown {
	position: static !important;
	width: 100%;

}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 585px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 585px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #ed1c24;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}


.dropdown-menu {
    color: #000 !important;
	}
	
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
.dropdown-menu > li > a {
    color: #09732e !important;}

 li  {
	list-style-type: none;
	
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;

}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:0px;
}
/*footer*/
.footer{
	background-color: #5FB4A9;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.footer  p{
    color:#fff;
	font-size:14px;
}
.footer  p a{
    color:#fff;
	font-size:14px;
}
.footer  p i{
    color:#ff0000;
    padding: 0px 10px;
}

.footer-top{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	min-height: 456px;
	background-size:100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	background-color: #0d1615;
}
.footer-top .head{
	display:block;
	font-size:18px;
	color:#fff;
	margin-bottom:10px;
	
}
.howBg{
    background-image: url(../images/how-bg.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
    display:block;
    padding:0 !important;
    margin:0;
}
.howBg span{
	font-size:19px;
	text-align:center;
	display:block;
	margin-top:10px;
}
.freshBg h2{
	display:block;
	font-size: 5em;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}
.freshBg{
	background-image: url(../images/freshBg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #FFF;
}
.fresh-container{
	padding-top: 30px;
	padding-bottom: 30px;
}
.fresh-container:hover > div {
    visibility: visible;
    opacity: 1;
}
.freshimg{
	height: 66px;
	width: 64px;
	float: left;
}
.freshrow{
    background: background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.87) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.87)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.87) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.87) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.87) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0.87) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	color: #000;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	border: 2px solid #5fb4a9;
	max-width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	height: auto;
	width: auto;
	float: left;
	border-radius:10px;
}
.freshrow p{
	font-size:16px;
}
.aboutBg{
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	min-height: 367px;
	background-position: center center;
	}
.aboutBg h1{
	font-size: 6em;
	font-weight: bold;
	color: #FFF;
	margin-top:10%;
	text-align: center;
}
.customBg{
	background-image: url(../images/custombg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	background-position: center center;
}
.customBg h1{
	font-size: 6em;
	font-weight: bold;
	color: #FFF;
	margin-top:10%;
	text-align: center;
}

.aboutBgarea h2{
	font-size: 3em;
	font-weight: bold;
	color: #5FB4A9;
	text-align: center;
}
.storeBg{
	background-image: url(../images/storebg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	min-height: 256px;
	background-position: center center;
	}
.Bgheader {
	color: #FFF;
	padding-top:20%;
	padding-bottom:20%;
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: 600;
	    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.Bgheader span {
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600;
	    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.Bgheader2 {
	color: #FFF;
	padding-top:20%;
	padding-bottom:20%;
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: 600;
	    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.Bgheader2 span {
	color: #FFF;
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: 600;
	    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

	.aboutBgarea{
	background-image: url(../images/aboutBgarea.jpg);
	background-repeat: repeat;
	background-size: 100%;
	background-size: 100%;
	max-height:1508px;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	}
	.star{
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
#checkthis{
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}

.contactBg{
	background-image: url(../images/contactbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	min-height: 256px;
	background-position: center center;
}
.blogBg{
	background-image: url(../images/blogbg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
	min-height: 256px;
	background-position: center center;
}
.contactBg h1{
	font-size: 6em;
	font-weight: bold;
	color: #FFF;
	padding-top: 19%;
	padding-bottom: 25%;
	text-align: center;
}
.bottom_button {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom:0;
	z-index: 1000;
	height: 72px;
	width: 74px;
	margin-left: auto;
	margin-right: auto;
}

.orderBg{
	background-image: url(../images/orderBg.jpg);
	background-repeat: repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
}
.orderBg h3{
	font-size: 5em;
color:#5fb4a9;
font-weight:bold;

}
.orderBg h2{
	font-size: 5em;
color:#5fb4a9;
}
.orderBg h1{
	font-size: 5em;
color:#5fb4a9;
text-align:center;
font-weight:bold;
}
.storeBg2{
	background-image: url(../images/orderBg.jpg);
	background-repeat: repeat;
	background-size: 100%;
	display: block;
	padding: 0 !important;
	margin: 0;
	color: #000;
}
.storeBg h3{
	font-size: 5em;
color:#5fb4a9;
}
.storeBg h2{
	font-size: 5em;
color:#5fb4a9;
}
.storeBg2 p{
	font-size: 18px;
color:#959595;
}
.storeBg h1{
	font-size: 5em;
color:#fff;
text-align:center;
}
.faq h2{
	font-size: 2em;
color:#5fb4a9;
text-align:center;
}
.orderBg head{
	font-size: 5em;
color:#5fb4a9;
text-align:center;

}

.order-name{
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	height:46px;
	}
.orderBg p{
	font-size: 20px;
	color: #000;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	display:block;
}
.orderdetailL h1{
		font-size: 36px;
		font-weight:600;
	color: #6a6e7e;
	font-family: 'Nunito', sans-serif;
	display:block;
	}

	.orderdetailL h2{
		font-size: 36px;
		font-weight:100;
	color: #6a6e7e;
	font-family: 'Nunito', sans-serif;
	display:block;
	}
.orderdetail p{
	font-size: 20px;
	color: #000;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	display:block;
}
.order-line{
	background-color: #ececec;
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
}
.newsletter-text input[type=text] {

	vertical-align: top;
	margin-right: 5px;
	border-radius: 4px;
	font-size:20px;
	color:#fff;
	line-height: 20px;
	padding: 5px 10px 5px 20px;
	color: #FFFFFF !important;
}

.order-text, input, select, textarea {
outline: 0;
	color: #000 !important;
}



#newsletter-container .btn {
padding: 12px 20px;
font-size: 17px;
line-height: 20px;
}

.btn-custom-3 {
	color: #fff !important;
	background-color: transparent;
	border-radius: 15px;
	border: 1px solid #fff;
	    border-radius: 15px !important;
}

.btn-custom-3:hover {
	color: #5FB4A9;
	background-color: #5FB4A9 !important;
	border-radius: 15px;
	border: 1px solid #0f7a41 !important;
}
.btn-custom-5 {
		color: #5eb4aa !important;
	background-color: transparent;
	border: 1px solid #5eb4aa;

		padding:10px;
}

.btn-custom-5:hover {
	color: #3ad1bd !important;
	background-color: transparent;
	border: 1px solid #3ad1bd;

}

.btn-custom-4 {
		color: #5FB4A9;
	background-color: #5FB4A9 !important;
	border-radius: 6px !important;
	border: 1px solid #0f7a41 !important;
}

.btn-custom-4, input, select, textarea {
outline: 0;
	color: #fff !important;
}

.form-control4, input, select, textarea {
	outline: 0;
	color: #5FB4A9 !important;
}

.btn-custom-4:hover {
	color: #5FB4A9;
	background-color: #5FB4A9 !important;
	border-radius: 6px;
	border: 1px solid #0f7a41 !important;
}
.newsletter-text{
		color: #fff;
	background-color: transparent;
	border-color: #fff;
	width:100%;
	padding: 16px 20px;
	border: 2px solid #fff;
	}
.order-text{
	color: #fff;
	background-color: transparent;
	width: 60px;
	border-radius: 10px;
	border: 1px solid #696d7d;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	}


/*::selection {
color: #000;
}*/


.color-light-grey2{
	background-color: #f6f6f6;
}
.color-light-green{
	background-color: #5fb4a9;
}
.color-text-light-green{
	color: #5fb4a9;
}

/******SCPL****/
.padding {
	padding: 15px;
}
.padding-left {
	padding-left: 10px;
}
.padding-right {
	padding-right: 10px;
}
.padding-service {
	padding-top: 35px;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin-top: 1px !important;
	margin-bottom: 0 !important;
}
.margin-top {
	margin-top:15px;
}
.margin-bottom{
	margin-bottom:15px;
}
.padding-bottom{
	padding-bottom:15px;
}
.shadow {
-webkit-box-shadow: -1px 2px 49px 1px rgba(184,184,184,1);
-moz-box-shadow: -1px 2px 49px 1px rgba(184,184,184,1);
box-shadow: -1px 2px 49px 1px rgba(184,184,184,1);
}

:focus {outline:none;}
.padding-top {
	padding-top: 15px;
}
.padding-top2 {
	padding-top: 30px;
}
.padding-top3 {
	padding-top: 60px;
}
.padding-bottom3 {
	padding-bottom: 60px;
}
.no-padding-left {
	padding-left:0;
}
.no-padding-right {
	padding-left:0;
}
.margin-centre {
	margin-right: auto;
	margin-left: auto;
}
.alignment {
	text-align: center;
	color: #FFF;
}
.alignment p {
	line-height: 25px;
	font-size: 15px;
}
.alignment h1 {
	/*margin-bottom: 47px;*/
	font-size: 43px;
}

.border2 {
	border-radius: 3px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}
.border {
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.no-border {

	border: none;
}

.color-text-white{
	color: #FFF;
}
.color-white{
	background-color: #FFF;
}
.color-text-black{
	color: #000;
}
.color-black{
	background-color: #000;
}
/******SCPL****/
.form-control2 {
	display: block;
	width: 100%;
	height: 54px;
	padding: 6px 12px;
	font-size: 22px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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
}
.form-control2:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control2::-moz-placeholder {
color:#fff;
opacity:1
}
.form-control2:-ms-input-placeholder {
color:#fff;
}
.form-control2::-webkit-input-placeholder {
color:#fff;
}
.form-control2[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.form-control3 {
	display: block;
	width: 175px;
	height: 35px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #5FB4A9 !important;
	background-color: transparent;
	background-image: none;
	border: 1px solid #5FB4A9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;
	margin-top:27px;
	
}
.form-control3:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	color: #5FB4A9 !important;
}
.form-control3::-moz-placeholder {
color: #5FB4A9 !important;
opacity:1
}
.form-control3:-ms-input-placeholder {
color: #5FB4A9 !important;
}
.form-control3::-webkit-input-placeholder {
color: #5FB4A9 !important;
}
.form-control3[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}


.form-control5 {
	display: block;
	width: 175px;
	height: 60px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #5FB4A9 !important;
	background-color: transparent;
	background-image: none;
	border: 1px solid #5FB4A9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;
	margin-top:27px;
	
}
.form-control5:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	color: #5FB4A9 !important;
}
.form-control5::-moz-placeholder {
color: #5FB4A9 !important;
opacity:1
}
.form-control5:-ms-input-placeholder {
color: #5FB4A9 !important;
}
.form-control5::-webkit-input-placeholder {
color: #5FB4A9 !important;
}
.form-control5[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.form-control6 {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000 !important;
	background-color: #f4f5f6;
	background-image: none;
	border: 1px solid #f4f5f6;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;
	margin-top:27px;
	
}
.form-control6:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	color: #000 !important;
}
.form-control6::-moz-placeholder {
color: #000 !important;
opacity:1
}
.form-control6:-ms-input-placeholder {
color: #000 !important;
}
.form-control6::-webkit-input-placeholder {
color: #000 !important;
}
.form-control6[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.form-control7 {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;	
}
.form-control7:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	color: #000 !important;
}
.form-control7::-moz-placeholder {
color: #999999!important;
opacity:1
}
.form-control7:-ms-input-placeholder {
color: #999999 !important;
}
.form-control7::-webkit-input-placeholder {
color: #999999 !important;
}
.form-control7[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}


.form-control4 {
	display: block;
	width: 100%;
	height: 55px;
	padding: 6px 12px;
	font-size: 22px;
	line-height: 1.42857143;
	color: #5fb4a9;
	background-color: transparent;
	background-image: none;
	border: 1px solid #5fb4a9 !important;
	border-radius: 0px  !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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
}
.form-control4:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control4::-moz-placeholder {
color:#5fb4a9 !important;
opacity:1
}
.form-control4:-ms-input-placeholder {
color:#5fb4a9 !important;
}
.form-control4::-webkit-input-placeholder {
color:#5fb4a9 !important;
}
.form-control4[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.padding3px{
	margin-top: 3px;
}

.form-control4 {
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: 1px solid #09732E;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-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;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.form-control4:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.form-control4::-moz-placeholder {
color:#000;
opacity:1
}
.form-control4:-ms-input-placeholder {
color:#000;
}
.form-control4::-webkit-input-placeholder {
color:#000;
}
.form-control4[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.carousel-caption {
top: -12%;
padding-top:20%;
padding-bottom:20%;
min-height:1024px;
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  width:100%;

}
.carousel-inner > .item {
	padding-bottom:11% !important;
	padding-top:40% !important;
}

.carousel-caption {
  z-index: 1;
}

.pading-top-bot-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 1024px;
}*/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;

	background-image: url(../images/overlayBg.png);
	background-repeat: repeat;	
}
.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;


}
.carousel-caption h1{
	font-size: 5em;
	line-height: 75px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption span{
	font-size: 5em;
	line-height: 75px;
	text-transform: uppercase;
	font-weight: 600;
	}
.carousel-caption p{
		font-size: 3em;
	text-transform: uppercase;
	line-height:55px;

	}
	.navbar-default .navbar-nav > li > a:hover{
    color: #5fb4a9;}
		.navbar-default .navbar-nav > li > a:active{
    color: #5fb4a9;}
.navbar-default .navbar-toggle {
	border-color: #09732E !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #09732E !important;

}
.navbar-toggle {
    margin-top: -7px;}

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #5FB4A9;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #4ec2b2;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*******transition*****/
.face:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/*******transition*****/

/*******filter-gallery******/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    border: 1px solid #6ca9a3;
    border-radius: 5px;
    text-align: center;
    color: #6ca9a3;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 14px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default {
	color: #5FB4A9;
	background-color: #FFFFFF;
	border-color: #5FB4A9;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #09732E;
	background-color: #FFFFFF;
	border-color: #09732E;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default:active .filter-button:active
{
	background-color: #FFFFFF;
	color: #09732E;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
/*******filter-gallery********/

.accordion-panel {
  margin: 50px auto;
}
.accordion-panel .accordion {
  padding-top:  0px;
}
.accordion-panel .accordion dt {
	display: block;
	padding: 25px;
	color: #555;
	cursor: pointer;
	position: relative;
	user-select: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5cb9ad;
	border-bottom-color: #5cb9ad;
}
.accordion-panel .accordion dd {
  height: 0;
  overflow: hidden;
  transition: height .35s ease-out;
  margin-left: 0;
  margin-bottom: 20px;
  background: #fff;
}
.accordion-panel .accordion .content {
  padding: 25px;
  overflow: auto;
}
.accordion-panel .plus-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -12px;
}
.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
	content: '';
	position: absolute;
	background-color: #333333;
}
.accordion-panel .plus-icon:before {
  width: 2px;
  height: 15px;
  margin-left: -0.5px;
  left: 50%;
}
.accordion-panel .plus-icon:after {
  width: 15px;
  height: 2px;
  margin-top: -0.5px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
.accordion-panel .is-open .plus-icon {
  transform: rotate(90deg);
}
.accordion-panel .is-open .plus-icon:after {
  opacity: 0;
}
.accordion-panel .hidden {
  display: none;
}
.accordion-panel .open-btn,
.accordion-panel .close-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 90px;
}
.accordion-panel .buttons-wrapper {
  position: relative;
}
.accordion-panel .buttons-wrapper .plus-icon {
  position: absolute;
  right: 10px;
  top: 12px;
}
.accordion h3{
font-size: 16px;
font-weight: bold;
margin: 0;
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #4a6370;    
    color: #FFF;
    text-align: center;  
	border: 3px solid #4a6370;

}
.round.hollow {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFF;
	color: #4a6370;
	text-align: center;

		
}

.round.round-lg {
    height: 40px;
    width: 40px;
    line-height: 38px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1em;
	text-align:center;
}

.border-order{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordersingle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4ec2b2;
}
.bordersmall{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5FB4A9;
	height: 1px;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
	padding-right: 30px;
	border-radius: 5px;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #6ca9a2;	
	
}
.right-inner-addon textarea {
	padding-right: 30px;
	border-radius: 5px;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #6ca9a2;	
	
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 20px 12px;
    pointer-events: none;
	color:#e1e1e1;

}
.line-green-big {
	height: 2px;
	width: 170px;
	background-color: #6ca9a2;
	margin-bottom: 15px
}
.btn-secondary {
	color: #fff !important;
	background-color: #5fb4a9;
 border-color: #5fb4a9  border-radius:4px;
	font-size: 14px;
}
.btn-secondary.focus, .btn-secondary:focus {
	color: #fff !important;
	background-color: #4EA79C !important;
	border-color: #5fb4a9 !important;
}
.btn-secondary:hover {
	color: #fff !important;
	background-color: #4EA79C !important;
	border-color: #5fb4a9 !important;
}
.btn-secondary.active, .btn-secondary:active, .open>.dropdown-toggle.btn-secondary {
	color: #fff !important;
	background-color: #4EA79C !important;
	border-color: #5fb4a9 !important;
}

.aboutArea p{
	font-size: 30px;
	color: #5c6878;
}
.aboutArea h2{
	font-size: 36px;
	color: #5c6878;
	font-weight: bold;
}
.aboutArea h3{
	font-size: 36px;
	color: #5c6878;
	font-weight: bold;
}

.panel-info > .panel-heading {
    color: #f5f5f5 !important;
    background-color: #6ca9a3 !important;
    border-color: #6ca9a3 !important;
	}
	
	.panel-info {
    border-color: #6ca9a3 !important;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 10px 5px !important;}
	.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 2% !important;
}

.carousel-control {
    padding-top: 25% !important;}
	
	.carousel-control.right {

    background-image: none;}
		.carousel-control.left {

    background-image: none;}
.panel-default > .panel-heading {
    color: #333;
 background-color: #fff !important;
    border: solid 1px #5fb4a9 !important;}
	
	.btn-info {
    color: #fff;
    background-color: #5fb4a9;
    border-color: #5fb4a9;}
	
		.btn-info:hover {
    color: #fff;
    background-color: #5fb4a9;
    border-color: #5fb4a9;}
	
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd !important;
	}
	
/*********breadcrumps********/	
.breadcrumbs{
  --cssuiBreadcrumbsTextColor: var(--breadcrumbsTextColor);
  --cssuiBreadcrumbsTextColorActive: var(--breadcrumbsTextColorActive);
  --cssuiBreadcrumbsDivider: var(--breadcrumbsDivider);
  --cssuiBreadcrumbsDividerColor: var(--breadcrumbsDividerColor, inherit);
  --cssuiBreadcrumbsDividerSize: var(--breadcrumbsDividerSize, 16px);
  --cssuiBreadcrumbsIndent:  var(--breadcrumbsIndent, 8px);
  
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__item{
  display: inline-block;
  position: relative;
 
  padding-right: calc(var(--cssuiBreadcrumbsDividerSize) + var(--cssuiBreadcrumbsIndent));
  margin-right: var(--cssuiBreadcrumbsIndent);
  
  color: var(--cssuiBreadcrumbsTextColor);
}
.breadcrumbs__item a{
	color: #FFF;
}
.breadcrumbs__item a.active{
  color:#09732e;
}

.breadcrumbs__item:after{
  content: var(--cssuiBreadcrumbsDivider);
  width: var(--cssuiBreadcrumbsDividerSize);
  height: var(--cssuiBreadcrumbsDividerSize);

  line-height: 1;
  text-align: center;
  font-size: var(--cssuiBreadcrumbsDividerSize);
  color: var(--cssuiBreadcrumbsDividerColor);

  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
}



.breadcrumbs__item_active:after{
  display: none;
}
.breadcrumbs__element{
  color: inherit;
}

/* examples */

.breadcrumbs{
  --breadcrumbsTextColor: #D1C4E9;  
  --breadcrumbsTextColorActive: #fff;  
}
	
	.breadcrumbs_type5{
  --breadcrumbsDivider: "›";
  --breadcrumbsDividerSize: 20px;
}



.panel-default {
    border-color: #5fb4a9 !important;
}
.color-light-grey{
	background-color: #f8f8f9;
}
.color-text-light-grey{
	color: #f8f8f9;
}

.color-text-grey{
	color: #959595;
}

.accordion {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
      margin-bottom: 10px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
	padding: 10px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: .1em;
	transition: all .3s;
	background-color: #5FB4A9;
	font-weight: bold;
	border: 1px solid #50AB9F;
	border-radius:5px;
}

.accordion-header:hover {
	position: relative;
	z-index: 5;
	background-color: #4EA59A;
	border: 1px solid #5FB4A9;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
	padding: 1.5em 1.5em;
	font-size: 14px;
	border: 1px solid #5FB4A9;
	    margin-top: 2px; 
		color: #959595; 
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  /*border-bottom: 1px solid transparent;*/
}

/*.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}*/

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
	background-color: #fff;
	border: 1px solid #5FB4A9;
	color: #5FB4A9;
	font-weight: bold;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}



/*********checkout address**********/
.headcheckout{
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #000;
	font-family: 'Nunito', sans-serif;
}
.radio {
    padding-left: 20px; }
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	font-size: 16px;
	color: #000;

}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 1%;
    background-color: #f4f5f6;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 1%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
	background-color: #5FB4A9;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #5FB4A9;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #5FB4A9;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
	/*********checkout address**********/
	.blog h2{
		font-size:25px;
		color:#333333;
		text-transform:uppercase;
		font-family: 'Open Sans', sans-serif;
		}
		
		.blog-link-color {
			color: #da491c;}
			
			.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    cursor: default;
    background-color:#5fb4a9 !important;
    border: 0px solid #ddd !important;
font-size: 14px !important;
     border-bottom-color: none!important;
}

.nav-tabs > li > a {
    border-radius: 0px 0px 0 0 !important;
	background-color:#5c6877;
	color:#fff !important;
	    font-size: 14px !important;
		border: 0px solid #ddd !important;
}
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.sideList-1 a{
	color: #000;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	display:block;
	}
	.sideList-1 a:hover{
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color:#5c6877;
	}
	.borderBot{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.blogTags a{
	display: block;
	background-color: #5c6877;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	color: #fff;
	float: left;	
	margin-bottom:5px;
	margin-right:2px;
	}
	.blogTags a:hover{
			background-color: #5fb4a9;
	}
	.sideblog{
		width:100%;
		margin-bottom:20px;
		margin-top:10px;
		}
		.sideblogButton{
			background-color:#222222;
			color:#cccccc;
			border-radius:3px;
			padding-left:5px;
			padding-right:5px;
			font-size:12px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family: 'Open Sans', sans-serif;
			}
	.pager {
		text-align: left !important; 
}
.pager li > a, .pager li > span {
     border-radius: 0px !important;
}
.pager li > a, .pager li > span {
    background-color: #5c6877 !important;
    border: 1px solid #5c6877 !important;
    color: #fff !important;
	margin-bottom:2px;
	}
	.pager li > a:hover, .pager li > a:focus {
        background-color: #5fb4a9 !important;
    border: 1px solid #5fb4a9 !important;
	}
	.wrap { width: 100%; height: 100%; padding: 0; 
        overflow: hidden; position:relative;}
#frame { width: 100%; height: 100%; 
        border: 1px solid black; position:relative; }
#frame {
zoom: 0.75;
-moz-transform: scale(0.75);
-moz-transform-origin: 0 0;
-o-transform: scale(0.75);
-o-transform-origin: 0 0;
-webkit-transform: scale(0.75);
-webkit-transform-origin: 0 0;}

#slider {
    width: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0;
    /* border: #666 solid 2px; */
    /* border-radius: 5px; */
}

#slider img{
	width:940px;
	height:350px;
}

.img1, .img2, .img3, .img4, .img5 {
	width:100%;
	margin:0;
	padding:0;
} 


.form-control:focus {
 border-color: #5FB4A9 !important;
}
.paypal .panel-heading {
    border: solid 1px #fff !important;
}
.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
 background-color: #09732E !important;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
 color: #09732E;
 background-color: #fff;
}
.badge {
    padding: 2px 8px !important;
    font-size: 18px !important;}
  
    
.slidex{
	position:absolute;
	width:100%;
	height:100%;
}
.slidex:nth-child(1){
	background:#ce6868;
}

.slidex:nth-child(2){
	background:#9ab6b6;
}

.slidex:nth-child(3){
	background:#98cc98;
}

.slidex:nth-child(4){
	background:#e7b892;
}

.slidex:nth-child(5){
	background:#c4ad43;
}




#prev, #next{
	cursor:pointer;
	z-index:1000;
	background:#666;
	height:50px;
	width:50px;
	display:inline-block;
	position:absolute;
	bottom: 102px;
	margin:0;
	padding:0;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#next{
	float:right;
	right:15px;
}

#prev{
	float:left;
	left:15px;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-left: 15px solid #fff;
	position:relative;
	top:20%;
	right:-40%;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;	
	border-right:15px solid #fff; 
	position:relative;
	top:20%;
	left:30%;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f4f5f6;
}

/* Show in Large desktops and laptops */
@media (min-width: 1367px) and (max-width: 1980px) {
.carousel-control {
    padding-top: 35% !important;
}
.carousel-caption {
top: 11% !important;}
/*	.carousel-inner {
    height:1024px;
}*/

/*.carousel .item {
    height:1024px;
	background-size:cover;
}
.carousel img {
    min-height: 1024px;
}*/}
@media (min-width: 1201px) and (max-width: 1366px) {
/*			.carousel-control {
    top: 61% !important;
}*/
/*	.carousel-inner {
    height:664px;
}*/

/*.carousel .item {
    height:664px;
	background-size:cover;
}
.carousel img {
    min-height: 664px;
}*/}
@media (min-width: 992px) and (max-width: 1200px) {
/*	.carousel-inner {
    height:506px;
}
.carousel .item {
    height:506px;
	background-size:cover;
}
.carousel img {
    min-height: 506px;
}*/


}


/*Hide in Other Small Devices */


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1024px) {
.carousel-control {
    padding-top: 40% !important;
}
	.carousel-caption span{
	font-size: 2.5em;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption p{
		font-size: 1.5em;
	text-transform: uppercase;
	line-height:10px;

	}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
/*		.carousel-control {
    top: 49% !important;
}*/

	.carousel-caption span{
	font-size: 1.1em;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption p{
		font-size: 0.9em;
	text-transform: uppercase;
	line-height:10px;

	}
	.carousel-control {
    padding-top: 51% !important;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

.carousel-control {
    padding-top: 51% !important;
}

	.carousel-caption span{
	font-size: 1.1em;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption p{
		font-size: 0.9em;
	text-transform: uppercase;
	line-height:10px;

	}
.aboutBg h1{
	font-size: 3em;
}
.contactBg h1{
	font-size: 3em;
}
}
@media (min-width: 321px) and (max-width: 480px) {
/*		.carousel-inner {
    height:230px;
}
.carousel .item {
    height:230px;
	background-size:cover;
}
.carousel img {
    min-height: 230px;
}*/
.moreInfo td{
	width:100%
	}
	}

/* Portrait phones and smaller */
@media   (max-width: 480px) {

		
.carousel-caption h1{
	font-size: 1.2em;
	 line-height:20px !important;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption span{
	font-size: 1.1em;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.Bgheader {
	color: #FFF;
	padding-top:30%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}
	.Bgheader2 {
	color: #FFF;
	padding-top:23%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}
	.carousel-control {
    top: 38% !important;
}
.carousel-caption {
top: -17% !important;}
	
.carousel-caption p{
		font-size: 0.9em;
	text-transform: uppercase;
	line-height:10px;

	}
.aboutBg h1{
	font-size: 3em;
}
.contactBg h1{
	font-size: 3em;
}
.top a {
    font-size: 11px;

}
}
@media  (max-width: 340px) {
	.carousel-caption {
top: -23% !important;}
		.Bgheader {
	color: #FFF;
	padding-top:35%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}

		.Bgheader2 {
	color: #FFF;
	padding-top:20%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}
.carousel-control {
    top: 45% !important;
}
/*	.carousel-inner {
    height:166px;
}
.carousel .item {
    height:166px;
	background-size:cover;
}
.carousel img {
    min-height: 166px;
}*/
	}
@media (min-width: 341px) and (max-width: 375px)  {
	.carousel-control {
    top: 39% !important;
}
}
}
@media (min-width: 321px) and (max-width: 375px)  {
	.carousel-caption {
top: -11% !important;}
		.Bgheader {
	color: #FFF;
	padding-top:22%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}
		.Bgheader2 {
	color: #FFF;
	padding-top:21%;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
}

/*	.carousel-inner {
    height:194px;
}
.carousel .item {
    height:194px;
	background-size:cover;
}
.carousel img {
    min-height: 194px;
}*/
	} 
@media (min-width: 769px) and (max-width: 1024px)  {	
	.Bgheader2 {
    color: #FFF;
    padding-top: 15%;}
	.nav > li > a {
    padding-right: 5px;
    padding-left: 5px;
	font-size:14px;
	}
	.carousel-control {
    padding-top: 40% !important;
}
	.carousel-caption span{
	font-size: 2.5em;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	}
	.carousel-caption p{
		font-size: 1.5em;
	text-transform: uppercase;
	line-height:10px;

	}
	.carousel-caption {
    top: 4%;}
	}