body{
	font-family: 'Roboto', 'sans-serif';
	font-size: 14px;
}
.element {
	padding: 14px 0px;
	max-width: 825px;
	height: auto;
}
.hr{
	padding-bottom: 3px;
	border-bottom: 1px;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-top: 5px;

}
.more-link {
	display: inline-block;
	padding: 8px 20px;
	margin-right: 18px;
	border: solid 1px;
	color: #333;
}

.form-wrapper2{
	background-color: #fff;
	padding: 14px;
	padding-left: 50px;
}


.form-wrapper2 h4{
	background-color: #55b050;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.form-wrapper2 input[type="text"]{
	border:none;
	border-bottom: 2px solid #ccc;
	min-height: 50px;
	padding-left: 30px;
	width: 100%;
	margin-bottom: 14px;
	background-color: #eee;
	border-radius: 15px;
	height: 55px;

	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}


.form-wrapper2 input[type="text"]:focus{
	outline:none;
	border-bottom: 2px solid #55b050;

}

.form-wrapper2 input[type="submit"]{
	min-height: 50px;
	text-align: center;
	border: none;
	background-color: #55b050;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.form-wrapper2 input[type="submit"]:hover{
	background-color: #4a9c46;
}

.sub-section2 h1, .sub-section2 h2, .sub-section2 p, .sub-section2 h3{
	color: #fff;
}

.sub-section2 h2{
	margin: 0px;
	margin-bottom: 14px;
}

.sub-section2 h3{
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	margin-top: 2px;
}

.sub-sect-box2 p{
	margin-bottom: 20px;
}

.sub-sect-box2{
	padding-bottom: 30px;
}


.sub-sect-box2 a.one:link{
	position: absolute;
	right: 25px;
	bottom: 35px;
	display: inline-block;
	background-color: #55b150;
	color: #fff;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

/*   links  */
.sub-sect-box2 a.two{
	color: #666;
}
.sub-sect-box2 a.two:visited{
	
	color: #666;
}
.sub-sect-box2 a.two:hover{
	color: #666;
}



.sub-sect-box2 h3{
	padding-bottom: 9px;
	border-bottom: 1px;
	/* border-bottom-color: #fff;  */          /* hide */
	border-bottom-style: solid;
	border-top: 5px;

}


.sub-sect-box2 a.dark{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	background-color: #fff;
	color: #837447;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


.sub-sect-box2 a i{
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.sub-sect-box2:hover a{
	height: 35px;
	width: 45px;
}

.sub-sect-box2:hover i{
	font-size: 25px;	
}

.sub-sect-box2 a:hover i{
	transform:rotate(90deg);
}

.sub-section2{
	padding:20px 0px;
}


.appointment-form2{
	padding: 10px;
	padding-bottom: 1px;
	min-width: 40px;

}

.appointment-form2 input{
	min-width: 100%;
	min-height: 35px;
	border: none;
	background-color: #fff;
	margin-bottom: 8px;
	padding-left: 12px;
	margin-bottom: 8px;
}

.appointment-form2 select{
	min-width: 100%;
	min-height: 40px;
	background-color: #fff;
	border: 0px;
	padding-left: 12px;
	margin-bottom: 8px;
}

.appointment-form2 input[type="submit"]{
	background-color: #55b150;
	color:#fff;
	text-align: center;
	margin-bottom: 4px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.appointment-form2 input[type="submit"]:hover{
	background-color: #3c9337;

}

.appointment-form2 textarea{
	min-width: 100%;
	background-color: #fff;
	border: none;
	padding-left: 12px;
	margin-bottom: 3px;
	padding-bottom: 5px;
}

.content-right2{
	background-color: #eee;
	margin-top: 14px;
	margin-left: 12px;
	margin-right: 10px;
	padding: 0px;
}

.right-box-heading2{
	margin: 0px;
	padding: 0px;
	background-color: #55b150;
	color: #fff;
	padding: 12px;          /* 16px  */
}
p.right-box-heading2{
	font-size: 22px;
	font-weight: 700;
	padding-right: 5px;
}

.right-box-content{
	padding: 14px;
	display: block;
}

.content-right i{
	margin-right: 10px;
}

.img-wrap2{
	overflow: hidden;
	position: relative;
}

.img-wrap2 a{
	position: absolute;
	right: 10px;
	bottom: 8px;
	display: inline-block;
	background-color: #55b150;
	color: #fff;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 2%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.img-wrap2 a i{
	font-size: 18px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.img-wrap2 a:hover i{
	-webkit-transform:rotate(90deg);
}

.img-wrap2 img{
	padding-bottom: 10px;
	/*margin-right: 20px; */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}



.img-wrap2:hover img{
	transform:scale(1.05);
}

.img-wrap2:hover a{
	height: 35px;
	width: 45px;
}

.img-wrap2:hover a i{
	font-size: 25px;
}

.inner{
	color: #333;
}

/* new changes in home-page (12/10)  */

.ltgreen2{
	background-color: #55b150;
}

.ltgreen2 .sub-sect-box2 a i{
	position: absolute;
	right: 25px;
	bottom: 0px;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	color: #55b150;
	background-color: #fff;
}

.down{
	margin-bottom: 7px;
}

.ltgreen2 h3{
	border-bottom: 0px;
	margin-bottom: 3px;
}

.ltgreen2 h4{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	padding-bottom: 12px;
}


.ltgreen2-col{
	color: #55b150;
}

.midgreen2{
	background-color: #a3472e;
}
.midgreen2 h3{
	border-bottom: 0px;
	margin-bottom: 3px;
}
.midgreen2 h4{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	padding-bottom: 12px;
}
.midgreen2 .sub-sect-box2 a i{
	position: absolute;
	right: 25px;
	bottom: 5px;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	color: #a3472e;
	background-color: #fff;
}

.darkgreen2{
	background-color: #726438;
}
.darkgreen2 h3{
	border-bottom: 0px;
	margin-bottom: 3px;
}

.darkgreen2 h4{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	padding-bottom: 12px;
}

.darkgreen2 .sub-sect-box2 a i{
	position: absolute;
	right: 25px;
	bottom: 5px;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	color: #837447;
	background-color: #fff;
}

.text-box-title h5{
	margin-bottom: 0px;
}

.title{
	font-size: 22px;
	font-weight: 700;
	margin-top: 14px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	/* border-bottom-color: #fff;  */          /* hide */
	border-bottom-style: solid;
	border-top: 5px;

}
/*.title1{
	margin-bottom: 19px;
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	/* border-bottom-color: #fff;  */          /* hide */
	/*border-bottom-style: solid;
	border-top: 5px;

	}*/		
	.title2{
		font-size: 22px;
		font-weight: 700;
		margin-top: 14px;
		padding-bottom: 9px;
		border-top: 5px;

	}
/*.headline h1, .headline p{
	font-size: 14px;
	color: #fff;
	font-weight: 400px;
	display: inline;
	vertical-align: top;
}
*/

/*.sub-section2 h1.para, .sub-section2 h2.para{
    display: inline !important;
    font-weight: normal;  
    vertical-align: top;
    font-size: 14px;
}
.sub-sect-box2 h1.para{
	display: inline !important;
    font-weight: normal; 
    vertical-align: top;
    font-size: 14px;
}
.inline{
	display: inline !important;
}
.sub-sect-box2 p.down{
    margin-top: 5px;
}
*/

@media screen and (max-width: 600px) {
	.table-striped2 td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

.hidden {
	display: none !important;
}


.resize{
	height: auto; 
	width: auto; 
	max-width: 100%; 
}
.row-2 {
	margin-right: -5px;
	margin-left: -4px;
}

/*  end  */


ul.nav li.dropdown>a h2{
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}
ul.nav li.dropdown li> a h2{
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}
li a h2{
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#main-menu .navbar-inverse {

	background-color: #55b150 !important;
	border: none;
	color: #fff;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > .active > a h2, .navbar-inverse .navbar-nav > .active > a h2:hover, .navbar-inverse .navbar-nav > .active > a h2:focus{
	background-color: #fff;
	color: #55b150;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-inverse .navbar-nav > li > a h2{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #fff;
	padding: 15px 25px;
}

ul.nav li.dropdown:hover>a h2{
	/*background-color: #fff;*/
	color: #55b150;
}

.navbar-inverse .navbar-nav > li > a h2:hover, .navbar-inverse .navbar-nav > li > a h2:focus{
	/*background-color: #fff;*/
	color: #55b150;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

ul.dropdown-menu li a h2{
	padding: 12px 12px;
}

ul.dropdown-menu{
	padding: 0px;
	-webkit-box-shadow:0px 0px 0px #ccc;
	-moz-box-shadow:0px 0px 0px #ccc;
	-ms-box-shadow:0px 0px 0px #ccc;
	-o-box-shadow:0px 0px 0px #ccc;
	box-shadow:0px 0px 0px #ccc;
	border: none;
	background-color: #eee;
}


.thank-container{
	/*margin-top: 30px;
	margin-left: 170px;
	width: 1000px;  */       /* width:970;*/
	margin: 10px 50px;
}
.thank-content{
	width: 100%;

}
.thank-container h3{

	
}
.thank-container img{
	/* width: 1000px;*/
	/*  height: 400px;*/
	height: 250px;
	display: inline;
	margin: 0px 0px;
	/*margin-right: 100px;
	margin-left: 170px;*/
}
.smallscreen{
	display: inline;
}

.text-box2-title i{
	display: inline-block;
	min-width:50px;
	min-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #55b150;
	color: #fff;
	font-size: 20px;

}

.text-box2-title span h5{
	font-weight: bold;
	font-size: 18px;
	display: inline;
}


.text-box2 a.knw-more{
	background-color: #55b150;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.text-box2 a.knw-more:hover{
	background-color: #43973e;
}


.text-box2-wrapper{
	padding: 20px 0px;
}



/* End changes   */

h1, h2, h3, p {
	color: #666;
}

h3{
	font-weight: 700;
	font-size: 22px;
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.alignright{
	display: block;
	float: right;
}




.center{
	text-align: center;
}

.rightalign{
	text-align: right;
}

.bottomspace{
	margin-bottom: 20px;
}


.section-padded{
	padding: 20px 0px;
}
.scrolloff {
	pointer-events: none;
}


/*Main header styles*/

section#header{
	padding: 5px 0px;
	-webkit-box-shadow:1px 1px 10px #ccc;
	-moz-box-shadow:1px 1px 10px #ccc;
	-ms-box-shadow:1px 1px 10px #ccc;
	-o-box-shadow:1px 1px 10px #ccc;
	box-shadow:1px 1px 10px #ccc;
}


ul.listitems{
	list-style-type: disc;
	padding-left: 20px;
}

ul.social-icons li{
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
}

ul.social-icons{
	margin-top: 10px;
	float: left;
	display: block;
	padding: 0px;

}


ul.social-icons li a{
	color: #fff;
	display: inline-block;
	min-height: 40px;
	min-width: 40px;
	height: 40px;
	width: 40px;
	background-color: #ccc;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	padding-top: 6px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

ul.social-icons li a:hover{
	background-color: #55b150;
}

ul.social-icons li{
	margin-bottom: 20px;
}

#main-menu{
	background-color: #55b150;
	z-index: 120;
	position: relative;
}



#main-menu .navbar-inverse {

	border: none;
	color: #fff;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #fff;
	color: #55b150;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.navbar-inverse .navbar-nav > li > a{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	color: #fff;
	padding: 15px 25px;
}

ul.nav li.dropdown:hover>a{
	background-color: #fff;
	color: #55b150;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
	background-color: #fff;
	color: #55b150;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

ul.dropdown-menu li a{
	padding: 12px 12px;
}

ul.dropdown-menu{
	padding: 0px;
	-webkit-box-shadow:0px 0px 0px #ccc;
	-moz-box-shadow:0px 0px 0px #ccc;
	-ms-box-shadow:0px 0px 0px #ccc;
	-o-box-shadow:0px 0px 0px #ccc;
	box-shadow:0px 0px 0px #ccc;
	border: none;
	background-color: #eee;
}


/*End main header styles*/



/*heading strip styles*/
.heading-strip{
	background-color: #eee;
}


h3.page-heading{
	margin: 0px;
	padding: 15px 0px;
	text-transform: uppercase;
	color: #55b150;
}

.breadcrumps{
	margin: 0px;
	padding: 15px 0px;
	float: right;
	display: none;
}

.title-bar{
	background-color: #eee;
	/*display: none;*/
}


@media (min-width:100px) and (max-width:1024px){
	.title-bar{
		display: none !important;
	}
}

.breadcrumps a{
	text-decoration: none;
	color: #55b150;
}


ul.breadcrumps li {
	list-style-type: none;
	display: block;
	float: left;
}



.menutoggle{
	position: absolute;
	right: 5px;
	top: 71px;
	display: inline-block;
	padding: 15px;
	background-color: #55b150;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.landingpage-menu{
	display: none;
}

.showmenu{
	display: block !important; 
}

/*End heading strip styles*/

/*toggle menu styles*/

/* Important styles */
#toggle {
	display: block;
	width: 28px;
	height: 20px;
	padding-top: 10px;

}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 5px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}

/* on activation */
#toggle.on span {
	background-color: transparent;
}
#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
	opacity: 1;
}






/*End toggle menu styles*/



/*Home page main styles*/


.owl-buttons{
	display: none;
}

.owl-carousel{
	margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
	color: #fff;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}





.quick-links-wrapper h2, .quick-links-wrappers h2{
	color: #55b150;
	font-size: 26px;
	margin-top: 10px;
	border-bottom: 1px solid #666;
	padding-bottom: 11px;
	margin-bottom: 0px;
}

.quick-links-wrappers h2{
	margin-bottom: 5px;
}

ul.quick-links{
	padding-left: 5px;
}

ul.quick-links li{
	list-style-type: none;
	border-bottom: 1px solid #666;		
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

ul.quick-links li a{
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 16px;
	padding-bottom: 11px;
	padding-top: 11px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

ul.quick-links li a i{
	font-size: 28px; 
}

ul.quick-links li a span{
	display: inline-block;
	min-width: 40px;
	width: 40px;
	text-align: center;
	margin-right: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

ul.quick-links li:hover a span{
	color: #55b150;
}

ul.quick-links li:hover a{
	transform:translateX(10px);
	-webkit-transform:translateX(10px);
	-o-transform:translateX(10px);
	-moz-transform:translateX(10px);



}

ul.quick-links li:hover a i{
	font-size: 28px;

}


/*secondary quick link styles*/

.quick-links-wrappers{
	margin-top: 10px;
}

.quick-links-wrappers h2{
	border: none;
	margin-top: 0px;
}
a.qk-link{
	display: inline-block;
	min-width: 100%;
	width: 100%;
	height: 100px;
	min-height: 95px;
	background-color: #fff;
	text-align: center;
	padding-top: 25px;
	border-right: 1px solid #fff;
	margin-bottom: 5px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	border: 1px solid #55b150;
}

a.qk-link:hover{
	background-color: #fff;
}

a.qk-link:hover i{
	color: #55b150;

}

a.qk-link i{
	color: #55b150;
	font-size: 50px;
}

.tooltip{
	opacity: 1 !important;
}



/*End secondary quick link styles*/




.img-wrap{
	overflow: hidden;
	position: relative;
}

.img-wrap a{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	background-color: #55b150;
	color: #fff;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 3%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.img-wrap a i{
	font-size: 18px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.img-wrap a:hover i{
	-webkit-transform:rotate(90deg);
}

.img-wrap img{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}



.img-wrap:hover img{
	transform:scale(1.05);
}

.img-wrap:hover a{
	height: 35px;
	width: 45px;
}

.img-wrap:hover a i{
	font-size: 25px;
}


.testi-box{
	padding: 20px 20px;
	background-color: #eee;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#testimonial .owl-controls{
	position: absolute;
	bottom: -15px;
}
.owl-theme .owl-controls .owl-page span{
	color: #666;
}


/*End home page main styles*/



/*Home page subsection styles*/

.sub-section{
	padding:20px 0px;
}

.ltgreen{
	background-color: #55b150;
}

.ltgreen-col{
	color: #55b150;
}

.midgreen{
	background-color: #a3472e;
}

.darkgreen{
	background-color: #726438;
}

.darkgreencolor{
	color: #27a158;

}

.sub-sect-img{
	overflow: hidden;
}

.sub-sect-img img{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.sub-sect-img:hover img{
	transform:scale(1.04);
}

.sub-section h1, .sub-section h2, .sub-section p, .sub-section h3{
	color: #fff;
}

.sub-section h2{
	margin: 0px;
	margin-bottom: 14px;
}

.sub-section h3{
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 14px;
	border-bottom: 1px solid #fff;
	margin-top: 2px;
}

.sub-sect-box p{
	margin-bottom: 20px;
}

.sub-sect-box{
	padding-bottom: 30px;
}


.sect3{
	min-height: 150px;
}

.sub-sect-box a{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	background-color: #fff;
	color: #55b150;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.sub-sect-box a.dark{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	background-color: #fff;
	color: #27a158;
	min-width: 30px;
	min-height: 30px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding-top: 7px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


.sub-sect-box a i{
	font-size: 18px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.sub-sect-box:hover a{
	height: 35px;
	width: 45px;
}

.sub-sect-box:hover i{
	font-size: 25px;	
}

.sub-sect-box a:hover i{
	transform:rotate(90deg);
}



/*End home page subsection styles*/


/*services inner page styles*/


ul.left-links{
	padding-left: 0px;
	margin-top: 10px;
}

ul.left-links li{
	list-style-type: none;
}

ul.left-links li a{
	display: block;
	background-color: #55b150;
	padding:10px 14px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-weight: 500;
}

ul.left-links li a:hover{
	background-color: #8fac18;
}

.serv-rgt-cont{
	margin-top: 10px;
}


blockquote{
	border-left: none;
	padding: 0px;
	text-align: center;

}

blockquote::before{
	font-family: 'FontAwesome';
	content: "\f10d";
	font-size: 30px;
	color: #ccc;
	margin-right: 14px;
}

blockquote::after{
	font-family: 'FontAwesome';
	content: "\f10e";
	font-size: 30px;
	color: #ccc;
	margin-left: 14px;
}

ul.serv-cont-list li{
	margin-bottom: 12px;
}

ul li ul li{
	margin-top: 5px;   /*margin-top: 12px;*/
}

p.serv-cont strong{
	font-size: 18px;
	margin-top: 18px;
	display: block;
}






/*End services inner page styles*/



/*Footer Styles*/

footer{
	background-color: #eee;
	min-height: 200px;
	color: #ccc;
	padding: 24px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

h4.white{
	color: #2F373F;
	font-size: 16px;
}

footer h4{
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 14px;

}

footer p{
	font-size: 12px;
}

ul.footer-links{
	padding-left: 0px;
	margin-left: 0px;
}

ul.footer-links li{
	list-style-type:none;
	color: #666;
	display: block;
	border-bottom: 1px solid #666;
	margin-bottom: 12px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

p.gray{
	color: #666;
}

ul.footer-links li:hover{
	color: #eee;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

p.gray i{
	font-size: 24px;
	margin-right: 5px;
}

p.gray span{
	color: #999;
	font-weight: bold;
}

#copyright{
	font-size: 12px;
	background-color: #23282E;
	padding: 14px 0px;
}

ul.footer-links li{
	margin-bottom: 0;
}

ul.footer-links li a{
	color: #666;
	display: block;
	padding: 10px 0px;
	margin-bottom: 0px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

ul.footer-links li a:hover{
	transform:translateX(5px);
}



/*End Footer Styles*/


/*Custom Media Queries*/

@media all and (max-width: 768px){
	ul.social-icons{
		margin-top: 10px;
		float: left;
		padding-left: 0;
	}

	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		border-top: 1px solid #fff;
	}
	
}

/*End custom media Queries*/




/*sub pages styles*/


.resp-tabs-container{
	background-color: transparent;
}

.resp-tab-content{
	background-color: transparent;
}

.resp-tab-active{
	background-color: transparent;
	border: 1px solid #fff !important;
	border-bottom: 1px solid #55b150 !important;
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: -1px;
}

.resp-tab-content{
	border: none;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 20px 0px;
}

.resp-tab-item{
	border-radius: 5px 5px 0px 0px;
	background-color: #fff !important;
	color: #55b150;
	font-weight: 400;
	font-size: 30px;
}

p strong{
	font-size: 20px;
}

.resp-tabs-list li{
	font-size: 15px;
}

.resp-tab-active{
	background-color: transparent !important;
	color: #fff !important;
}


.resp-tab-content p {
	margin-bottom: 14px;
}

.white{
	color: #fff;
}
h3.quote{
	color: #fff;
	font-size: 27px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
}

h3.subheading{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	border: 1px dashed #fff;
	border-right: none;
	border-left: none;
	padding: 14px 0px;
}


ul.cont-list{
	padding-left: 15px;
}
ul.cont-list li{
	margin-bottom: 14px;
	margin-left: 0px;
	padding-left: 0px;
}

ol{
	margin-top: 20px;
}

.heading-strip2{
	background-color: #eee;
	color: #666;
}

ul.sub-page-menu{
	margin: 0px;
	padding-left: 0px;
}
ul.sub-page-menu li{
	list-style-type: none;
	display: block;
	float: left;
}

ul.sub-page-menu li a{
	padding: 16px;
	display: inline-block;
	position: relative;
	color: #666;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


ul.sub-page-menu li a:hover{
	background-color: #55b150;
	color: #fff;
	text-decoration: none;
}



@media screen and (max-width: 400px){
	ul.sub-page-menu li a{
		padding-left: 0px;
	}
}





.video-wrapper, section.parallax{
	background-color: #eee;
	background: url('../images/repeat.jpg');
	background-repeat: repeat;
	padding: 14px 0px;
	background-attachment: fixed;
}


section.parallax{
	margin-bottom: 0px;
}

.sub-section.ltgreen{
}







.projects-container {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.projects-container::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}
.projects-container .cd-single-project {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	/* on mobile -  move items outside the viewport */
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}
.projects-container .cd-single-project::after {
	/* background image */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 25vh;
	width: 100%;
	background-image: url("../img/img-1-small.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: opacity 0.5s, height 0.4s;
	-moz-transition: opacity 0.5s, height 0.4s;
	transition: opacity 0.5s, height 0.4s;
}
.projects-container .cd-single-project::before {
	/* never visible - this is used in jQuery to detect if the background image has been loaded  */
	content: 'img/img-1-small.jpg';
	display: none;
}
.projects-container .cd-single-project:nth-of-type(2) {
	top: 25vh;
}
.projects-container .cd-single-project:nth-of-type(2)::after {
	background-image: url("../img/img-2-small.jpg");
}
.projects-container .cd-single-project:nth-of-type(2)::before {
	content: 'img/img-2-small.jpg';
}
.projects-container .cd-single-project:nth-of-type(3) {
	top: 50vh;
}
.projects-container .cd-single-project:nth-of-type(3)::after {
	background-image: url("../img/img-3-small.jpg");
}
.projects-container .cd-single-project:nth-of-type(3)::before {
	content: 'img/img-3-small.jpg';
}
.projects-container .cd-single-project:nth-of-type(4) {
	top: 75vh;
}
.projects-container .cd-single-project:nth-of-type(4)::after {
	background-image: url("../img/img-4-small.jpg");
}
.projects-container .cd-single-project:nth-of-type(4)::before {
	content: 'img/img-4-small.jpg';
}
.projects-container .cd-single-project.is-loaded {
	/* move items in the viewport when background images have been loaded */
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.projects-container .cd-single-project.is-full-width {
	/* selected item */
	top: 0;
	height: auto;
	z-index: 1;
	cursor: auto;
	-webkit-transition: z-index 0s 0s, top 0.4s 0s;
	-moz-transition: z-index 0s 0s, top 0.4s 0s;
	transition: z-index 0s 0s, top 0.4s 0s;

}
.projects-container .cd-single-project.is-full-width::after {
	height: 100vh;
}
@media only screen and (min-width: 1024px) {
	.projects-container::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
	.projects-container .cd-single-project {
		width: 25vw;
		height: 100%;
		opacity: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: width 0s;
		-moz-transition: width 0s;
		transition: width 0s;
	}
	.projects-container .cd-single-project:first-of-type::before {
		content: 'img/img-1-large.jpg';
	}
	.projects-container .cd-single-project:first-of-type::after {
		background-image: url("../img/img-1-large.jpg");
		background-position: -200px, 0;
	}
	.projects-container .cd-single-project:nth-of-type(2) {
		top: 0;
		left: 25vw;

	}
	.projects-container .cd-single-project:nth-of-type(2)::before {
		content: 'img/img-2-large.jpg';
	}
	.projects-container .cd-single-project:nth-of-type(2)::after {
		background-image: url("../img/img-2-large.jpg");
		background-position: -200px, 150px;

	}
	.projects-container .cd-single-project:nth-of-type(3) {
		top: 0;
		left: 50vw;
	}
	.projects-container .cd-single-project:nth-of-type(3)::before {
		content: 'img/img-3-large.jpg';
	}
	.projects-container .cd-single-project:nth-of-type(3)::after {
		background-image: url("../img/img-3-large.jpg");
		background-position: 100px, 150px;

	}
	.projects-container .cd-single-project:nth-of-type(4) {
		top: 0;
		left: 75vw;
	}
	.projects-container .cd-single-project:nth-of-type(4)::before {
		content: 'img/img-4-large.jpg';
	}
	.projects-container .cd-single-project:nth-of-type(4)::after {
		background-image: url("../img/img-4-large.jpg");
		background-position: 300px, 150px;

	}
	.projects-container .cd-single-project::after {
		height: 100vh;
		width: 100%;
		opacity: 0;
	}
	.projects-container .cd-single-project.is-loaded {
		/* show items when background images have been loaded */
		opacity: 1;
	}
	.projects-container .cd-single-project.is-loaded::after {
		opacity: 1;
	}
	.projects-container .cd-single-project.is-full-width {
		/* selected item */
		left: 0vw;
		width: 100vw;
		-webkit-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
		-moz-transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
		transition: width 0.4s 0s, z-index 0s 0s, left 0.4s 0s;
		background-position: -2px,0 !important;
	}

	.projects-container .cd-single-project.is-full-width::after{
		background-position: 0px 0px !important;
	}
}
@media only screen and (min-width: 1170px) {
	.projects-container .cd-single-project::after {
		background-attachment: fixed;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
		-moz-transition: -moz-transform 0.8s, opacity 0.5s;
		transition: transform 0.8s, opacity 0.5s;
	}
	.projects-container .cd-single-project.is-loaded::after {
		opacity: 0;
	}
	.no-touch .projects-container .cd-single-project:hover::after, .projects-container .cd-single-project.is-full-width.is-loaded::after {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.cd-title {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 12.5vh;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.is-full-width .cd-title {
	top: 35vh;
	-webkit-transition: opacity 0s, top 0.4s;
	-moz-transition: opacity 0s, top 0.4s;
	transition: opacity 0s, top 0.4s;
}
.cd-title > * {
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-title h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 700;
}
.cd-title p {
	font-size: 1.4rem;
	font-family: "Merriweather", serif;
	font-style: italic;
	line-height: 1.2;
	padding: .4em 2em;
	display: none;
	opacity: .6;
	color: #fff;
}
@media only screen and (min-width: 1024px) {
	.cd-title {
		top: 50vh;
		width: 25vw;
		opacity: 0;
		-webkit-transform: translateY(-50%) translateX(-20px);
		-moz-transform: translateY(-50%) translateX(-20px);
		-ms-transform: translateY(-50%) translateX(-20px);
		-o-transform: translateY(-50%) translateX(-20px);
		transform: translateY(-50%) translateX(-20px);
	}
	.is-loaded .cd-title {
		opacity: 1;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform 0.6s, opacity 0.6s, left 0.4s;
		-moz-transition: -moz-transform 0.6s, opacity 0.6s, left 0.4s;
		transition: transform 0.6s, opacity 0.6s, left 0.4s;
	}
	.is-loaded.is-full-width .cd-title {
		left: 37.5vw;
		-webkit-transition: -webkit-transform 0.6s, opacity 0s, left 0.4s;
		-moz-transition: -moz-transform 0.6s, opacity 0s, left 0.4s;
		transition: transform 0.6s, opacity 0s, left 0.4s;
	}
	.cd-title p {
		display: block;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-title h2 {
		font-size: 3.6rem;
	}
}

.cd-project-info {
	clear: both;
	visibility: hidden;
	opacity: 0;
	margin-top: 63vh;
	padding: 4em 0;
	cursor: auto;
	background-color: #ffffff;
	color: #3f538e;
	-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
	transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.is-full-width .cd-project-info {
	visibility: visible;
	opacity: 1;
}
.cd-project-info p {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	line-height: 2;
}

@media only screen and (max-width:1024px){
	.is-full-width .cd-project-info{
		margin-top: 500px;
	}
}

@media only screen and (max-width:600px){
	.is-full-width .cd-project-info{
		margin-top: 500px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-project-info {
		position: relative;
		z-index: 1;
	}
}

.projects-container .cd-close,
.projects-container .cd-scroll {

	/* image replacement */
/*	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: hidden;*/
	

}


.projects-container .cd-close{
	visibility: hidden;

}

.projects-container .cd-close {
	z-index: 10;
	position: fixed;
	top: 30px;
	right: 5%;
	/*background: url("../img/cd-icon-close-mobile.png") no-repeat center center;*/
/*  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);*/
}
@media only screen and (min-width: 1170px) {

}

.projects-container ul{
	z-index: -10;
}

.projects-container .cd-scroll {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-moz-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	-o-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	background: url("../img/cd-icon-arrow-mobile.svg") no-repeat center center;
}
@media only screen and (min-width: 1170px) {
	.projects-container .cd-scroll {
		background-image: url("../img/cd-icon-arrow-desktop.svg");
	}
}

.project-is-open .cd-close,
.project-is-open .cd-scroll {
	visibility: visible;
 /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;*/
}


.project-is-open .cd-cl{
	visibility: visible;
}

.project-is-open .cd-scroll {
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
	-webkit-animation: cd-translate 1.2s 0.4s;
	-moz-animation: cd-translate 1.2s 0.4s;
	animation: cd-translate 1.2s 0.4s;
	-webkit-animation-iteration-count: 2;
	-moz-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

.no-touch .project-is-open .cd-close:hover {
/*  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);*/
}

.no-touch .project-is-open .cd-scroll:hover {
	-webkit-transform: translateX(-50%) scale(1.2);
	-moz-transform: translateX(-50%) scale(1.2);
	-ms-transform: translateX(-50%) scale(1.2);
	-o-transform: translateX(-50%) scale(1.2);
	transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes cd-translate {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateY(10px) translateX(-50%) scale(1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale(1);
	}
}
@-moz-keyframes cd-translate {
	0% {
		-moz-transform: translateX(-50%) scale(1);
	}
	50% {
		-moz-transform: translateY(10px) translateX(-50%) scale(1);
	}
	100% {
		-moz-transform: translateX(-50%) scale(1);
	}
}
@keyframes cd-translate {
	0% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
	50% {
		-webkit-transform: translateY(10px) translateX(-50%) scale(1);
		-moz-transform: translateY(10px) translateX(-50%) scale(1);
		-ms-transform: translateY(10px) translateX(-50%) scale(1);
		-o-transform: translateY(10px) translateX(-50%) scale(1);
		transform: translateY(10px) translateX(-50%) scale(1);
	}
	100% {
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
}



.projects-container{
	margin-top: 50px;
	background-color: #ccc;
	position: relative;
}

.cd-single-project{
	border-right: 2px solid #fff;
}


.cd-title h2{
	color: #fff;
}


button.read-more{
	background-color: #55b150;
	color: #fff;
	border: none;
	padding: 10px 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}


a.rmore{
	text-decoration: none;
}

.cd-project-info{
	padding: 5px 0px !important;
}





.form-wrapper{
	background-color: #fff;
	padding: 14px;
	
}


.form-wrapper h3{
	background-color: #55b050;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}


.form-wrapper input[type="text"]{
	border:none;
	border-bottom: 2px solid #ccc;
	min-height: 50px;
	padding-left: 2px;
	width: 100%;
	margin-bottom: 14px;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}


.form-wrapper input[type="text"]:focus{
	outline:none;
	border-bottom: 2px solid #55b050;

}





.form-wrapper input[type="submit"]{
	min-height: 50px;
	text-align: center;
	border: none;
	background-color: #55b050;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.form-wrapper input[type="submit"]:hover{
	background-color: #4a9c46;
}



.staffholder, .blogholder{

	-webkit-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
	-moz-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
	-o-transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
	transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
	
}

.staffholder{
	min-height: 400px;
}





.staffname a, .blogtitle a {
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #55b150;
	padding: 12px 0px;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}


.staffname a:hover, .blogtitle a:hover{
	background-color: #43973e;
}

input[type="date"]{
	width: 100%;
	min-height: 40px;
	margin-bottom: 14px;
	border: none;
	border-bottom: 1px solid #ccc;
}


select{
	width: 100%;
	min-height: 40px;
	border:none;
	border-bottom: 2px solid #ccc;
	margin-bottom: 14px;
}

.qlink-box{
	background-color: #eee;
	position: relative;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}



.qlink{
	position: relative;
	text-align: center;
	min-height: 100px;
}

.qlink i{
	display: inline-block;
	width: 60px; 
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 100px;
	color: #666;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;

}

.qlink span{
	display: block;
	position: absolute;
	width: 100%;
	font-size: 14px;
	left: 0px;
	text-align: center;
	bottom: 0;
}

.qlink-box:hover{
	background-color: #55b150;
}

.qlink-box:hover .qlink i{
	color: #fff;

}

.text-box-title i{
	display: inline-block;
	min-width:50px;
	min-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #55b150;
	color: #fff;
	font-size: 20px;

}

.text-box-title span{
	font-weight: bold;
	font-size: 18px;
}


.text-box a.knw-more{
	background-color: #55b150;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.text-box a.knw-more:hover{
	background-color: #43973e;
}


.text-box-wrapper{
	padding: 20px 0px;
}



.midgreen .sub-sect-box a{
	color: #a3472e;
}


.darkgreen .sub-sect-box a{
	color: #837447;
}


.sec h2{
	margin-top: 3px;
	margin-bottom: 15px;
}

h2.dark{
	color: #666 !important;
	/*text-transform: uppercase; */
}



ul.header-links{
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	top: 30px;
}


@media (max-width:768px){
	ul.header-links{
		top: 0;
		float: left !important;
	}
}

ul.header-links li{
	display: block;
	float: left;
}

ul.header-links li:first-child{
	/*border-right: 1px solid #666;*/
	/*margin-right: 10px;*/
}

ul.header-links li a{
	text-decoration: none;
	color: #666;	
	margin-right: 10px;
}


a.button{
	/*background-color: #55b150;*/
	color: #666 !important;
	padding: 10px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;

}

.footer-logo-wrapper{
	background-color: #ccc;
	max-height: 80px;
	margin-bottom: 20px;
}


ul.footer-img{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.footer-img li{
	display: block;
	float: left;
	list-style-type: none;
}

a.button:hover{
	/*background-color: #43973e;*/
	text-decoration: underline;
}


@media (max-width:768px){
	.contact-content{
		margin-top: 400px !important;
	}
}


/*End sub page styles*/





.content-right{
	background-color: #eee;
	margin-top: 20px;
	padding: 0px;
}

h3.right-box-heading{
	margin: 0px;
	padding: 0px;
	background-color: #55b150;
	color: #fff;
	padding: 14px;
}

.right-box-content{
	padding: 14px;
	display: block;
}

.content-right i{
	margin-right: 10px;
}


.clinic{
	border-bottom: 1px solid #ccc;
	float: left;
	display: block;
}

.content-left{
	margin-top: 20px;
}

ul.treatment-list li{
	display: block;
	border-bottom: 1px solid #ccc;
}


ul.treatment-list li a{
	display: inline-block;
	width: 100%;
	padding: 15px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #55b150;
}


ul.treatment-list li a:hover{
	left: 20px;
}




.blogtitle i{
	margin-right: 10px;
	color: #55b150;
}

.blogtitle a{
	margin:0px;
	padding: 5px;
}

.blogtitle .posteddate{
	position: relative;
	top: 3px;
}

.blogtitle{
	margin-bottom: 20px;
}

.docdetail h2, .blogdetail h2{
	font-size: 30px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 60px;
}


.docdetail h2{
	margin-top:20px;
}

.blogdetail h2{
	margin-top: 14px;
}

.docdetail h2 span, .blogdetail h2 span{
	display: block;
	/*float: left;*/
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 0px;

}

.blogdetail h2 span{
	float: none;
}


.doc-desc{
	margin-top: 14px;
}

.docdetail h2 i{
	display: block;
	float: left;
	font-size: 14px;
}


ul.listitems li{
	padding: 5px 0px;
}

.space-bottom{
	margin-bottom: 14px !important;
	display: block  !important;
}



footer{
	/*margin-top: 14px;*/
}

footer img{
	margin-bottom: 20px;
}





.contact-holder{
	position: relative;
	z-index: 10;                       /*  z-index: 10px; (15/10) */
	cursor: pointer;                    /* Add (15/10) */
	background-color: #fff;
	padding: 14px;
	font-size: 12px;
	-webkit-box-shadow:1px 1px 10px #ccc;
	-moz-box-shadow:1px 1px 10px #ccc;
	-ms-box-shadow:1px 1px 10px #ccc;
	-o-box-shadow:1px 1px 10px #ccc;
	box-shadow:1px 1px 10px #ccc;

}
.map-wrapper{
	position: absolute;  
	width: 100%;
	height: auto;
	z-index: 10;   
	top: 180px;
}
.map-wrapper-2{
	width: 100%;
	height: auto;
	z-index: 10;   
	top: 180px;
}
::selection{
	background-color: #55b150;
	color: #fff;

}

.contact-holder input{
	min-width: 100%;
	min-height: 50px;
	border: none;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}

.contact-holder input:focus{
	outline:none;
}


.contact-holder input[type="submit"]{
	border: none;
	background-color: #55b150;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}


.contact-content{
	margin-top: 15px;
}




.lp-form-wrapper input{
	min-width: 100%;
	border: none;
	border-bottom: 2px solid #ccc;
	min-height:40px;
	margin-bottom: 14px;
}


.lp-form-wrapper input[type="submit"]{
	background-color: #55b150;
	color: #fff;
	border: none;
}

.lp-form-wrapper{
	background-color: #fff;
	-webkit-box-shadow:1px 1px 10px #ccc;
	-moz-box-shadow:1px 1px 10px #ccc;
	-ms-box-shadow:1px 1px 10px #ccc;
	-o-box-shadow:1px 1px 10px #ccc;
	box-shadow:1px 1px 10px #ccc;
	position: relative;
	top: 5px;
}

.lp-form-wrapper h3{
	margin-top: 10px;
	margin-bottom: 10px;
}


.lp-form-wrapper input:focus, .lp-form-wrapper select:focus{
	outline:none;
}



.bannerimg{
	margin-bottom: 20px;
}


ul.dropdown-menu{
	padding: 0px;
	-webkit-box-shadow:0px 0px 0px #ccc;
	-moz-box-shadow:0px 0px 0px #ccc;
	-ms-box-shadow:0px 0px 0px #ccc;
	-o-box-shadow:0px 0px 0px #ccc;
	box-shadow:0px 0px 0px #ccc;
	border: none;
	background-color: #eee;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	display:none;
	margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.dropdown-menu .sub-menu-2 {
	left: 0;
	/*position: absolute;*/
	overflow: hidden;
	top: 0;
	display:none;
	margin-top: -0px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}



.dropdown-menu>li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}


.dropdown:hover .dropdown-menu {
	display: block;
}

li.dropdown>ul.dropdown-menu>li>ul.sub-menu{
	display: none!important;
}


li.dropdown>ul.dropdown-menu>li>ul.sub-menu.active{
	display: block!important;
}



.appointment-form{
	padding: 14px;

}

.appointment-form input{
	min-width: 100%;
	min-height: 40px;
	border: none;
	background-color: #fff;
	margin-bottom: 3px;
	padding-left: 12px;
}

.appointment-form select{
	min-width: 100%;
	min-height: 40px;
	background-color: #fff;
	border: 0px;
	padding-left: 12px;
	margin-bottom: 3px;
}

.appointment-form input[type="submit"]{
	background-color: #55b150;
	color:#fff;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.appointment-form input[type="submit"]:hover{
	background-color: #3c9337;

}

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

.appointment-form textarea{
	min-width: 100%;
	background-color: #fff;
	border: none;
	padding-left: 12px;
	margin-bottom: 3px;
}


.select-value{
	background-color: #706559;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #fff;
}


.gift-form input{
	min-width: 100%;
	min-height: 40px;
	padding-left: 14px;
	margin-bottom: 20px;
	border:none;
	border-bottom: 2px solid #ccc;
	color: #666;
	background-color: transparent;
	margin-top: 20px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.gift-form input:focus{
	outline:none;
	border-bottom: 2px solid #55b150;
}


.gift-form textarea{
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ccc;
	min-width: 100%;
	background-color: transparent;
	padding-left: 14px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;

}

.gift-form textarea:focus{
	outline:none;
	border-bottom: 2px solid #55b150;
}

.gift-form{
	background-color: #eee;
}

.gift-form input[type="submit"]{
	background-color: #ccc;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	border: none;
	color:#fff;
}


.gift-form input[type="submit"]:focus{
	background-color: #55b150;	
	color:#fff;
}

.gift-form input[type="submit"]:hover{
	background-color: #55b150;
	color:#fff;
}

.gift-form input[type="submit"]:focus{
	outline:none;
}


.checkout-page .alert-message{
	background-color: #ccc;
	padding: 10px;
	color: #fff;
}

.checkout-page button{
	width: 100%;
	min-height: 30px;
	text-align: center;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;

}

button.brown-button{
	background-color: #706559;
	color: #fff;
}

button.green-button{
	background-color: #55b150;
	color: #fff;
	margin-bottom: 20px;
}

button.brown-button:hover, button.brown-button:focus{
	background-color: #554b40;
}


button.green-button:hover, button.green-button:focus{
	background-color: #3c9337;
}


.alert-message p{
	line-height: 30px;
	margin: 0px;
	color: #fff;
}

.checkout-content table thead td{
	text-transform: uppercase;
}

.table-striped-dark > thead > tr:first-child > td {
	background-color: #706559;
	color: #fff;
}

.user-info-table table.table-striped > tbody > tr > td:first-child{
	text-transform: uppercase;
	font-weight: 600;
	background-color: #706559;
	color: #fff;
}

.user-info-table{
	margin-top: 35px;
}

.user-info-table table.table-striped > tbody > tr > td{
	padding: 6px;  
	text-align: left; 
}

table.table.table-striped{
	font-size:13px;
}


/* Mobile */

@media only screen and (max-width:768px){
	
	table.responsive{ 
		margin-bottom: 0; 
	}
	
	table td, table th { 
		padding: 9px 10px; 
		text-align: left; 
	}

	/* Mobile */
	
	.pinned { 
		position: relative; 
		left: 0; 
		top: 0; 
		background: #fff; 
		width: 100%; 
		overflow: hidden; 
		overflow-x: scroll; 
		border-right: 1px solid #ccc; 
		border-left: 1px solid #ccc; 
	}
	
	.pinned table { 
		border-right: none; 
		border-left: none; width: 100%; 
	}
	
	.pinned table th, 
	.pinned table td 
	{ white-space: nowrap; }
	
	.pinned td:last-child { border-bottom: 0; }
	
	
	div.table-wrapper { 
		position: relative; 
		margin-bottom: 20px; overflow: hidden; 
		border-right: 1px solid #ccc; }

		div.table-wrapper div.scrollable 
		{ margin-left: 35%; }
		div.table-wrapper div.scrollable { 

			overflow: scroll; overflow-y: hidden; }	



			table.responsive td, table.responsive th { 
				position: relative; 
				white-space: nowrap; 
				overflow: hidden; 
			}

			table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-

			child, table.responsive.pinned td 
			{ display: none; }


		}


		.book-apt-wrapper input{
			min-width: 100%;
			border: none;
			border-bottom: 2px solid #ccc;
			min-height: 50px;
			padding-left: 10px;
			margin-bottom: 20px;
		}

		.book-apt-wrapper input:focus, textarea, select{
			outline: none !important;

		}

		.book-apt-wrapper select{
			min-height: 50px;
			margin-bottom: 20px;
		}

		.book-apt-wrapper textarea{
			min-height: 50px;
			width: 100%;
			border: none;
			border-bottom: 2px solid #ccc;
			padding-left: 10px;
			height: 50px;
			margin-bottom: 20px;
		}





		/*gallery page styles*/

		.img-wrapper > div{
			margin-bottom: 20px;
		}

		.img-wrapper img{
			-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-o-transition: all .2s linear;
			transition: all .2s linear;
			opacity: 1;
		}

		.img-wrapper img:hover{
			opacity: .8;
		}

		h1.sub-title{
			margin-top: 0px;
			font-size: 20px;
		}




		.flexnav li ul li {
			margin: 0px !important;
		}


		.navbar.navbar-inverse{
			z-index: 10;
		}



		@media (min-width: 768px) and (max-width: 1060px) {
			.navbar .container{
				padding: 0px !important;
				margin: 0 !important;
				width: 100%;
			}
		}

		@media (min-width:768px) and (max-width:1060px){
			.navbar-inverse .navbar-nav > li > a{
				padding: 10px 10px !important;
			}
		}





		.footer-logo-wrapper {
			animation: colorchange 2s infinite; /* animation-name followed by duration in seconds*/
			/* you could also use milliseconds (ms) or something like 2.5s */
			-webkit-animation: colorchange 2s infinite; /* Chrome and Safari */
		}

		@keyframes colorchange
		{
			0%   {background: #55b150;}     
			100% {background: #398635;}
		}

		@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
		{
			0%   {background: #55b150;}     
			100% {background: #398635;}
		}


		@media  (min-width:100px) and (max-width:1100px){
			.navbar-collapse.collapse{
				display: none !important;
			}
		}





		.menu-button{
			background-color: #55b150 !important;
			color: #fff !important;
		}

		.flexnav li a{
			background: #55b150 !important;
		}
		.flexnav li a h2{
			color: #fff;
			font-size: 100%;
		}

		.flexnav li{
			color: #fff;
		}
		.flexnav li a:hover{
			color: #fff;
		}
		.flexnav li ul li a {
			color: #fff;
		}

		.flexnav li ul li a:hover {
			text-decoration: underline;
		}

		.flexnav .touch-button {
			height: 50px;
		}
		.flexnav li ul.flexnav-show li {
			overflow: hidden !important;
		}


		.menu-button .touch-button .navicon, .flexnav .touch-button .navicon{
			color: #fff !important;
		}


		.map-wrapper{
			z-index: 10;   /*  z-index: 100; (15/10)  */
			margin-top: 20px;     /* add (15/10) */
		}
		.map-wrapper-2{
			z-index: 10;   
			margin-top: 0px;     
		}

		.address-wrappers{             
			position: absolute;
			font-size: 12px;          /*  add */
			/*margin-right: 300px;       /*  add */
			/*margin-top: 50px;          /*  add */
			/*min-width: 300px; */
			width: 300px;
			background-color: #fff;
			right: 0;
			top: 260px;
			z-index: 10;
			transition: all 0.5s ease;

		}

		.contact-footer{
			margin-top: 500px;
		}






		span.view-contact{
			display: inline-block;
			visibility: hidden; 
			min-width: 60px;
			min-height: 60px;
			height: 60px;
			width: 60px;
			position: absolute;
			background-color: #fff;
			left: -50px;
			text-align: center;
			line-height: 60px;
			transition: all 0.3s ease;
		}

		.address-wrappers.active{
			right: 0;
		}

		span.view-contact i{
			font-size: 25px;
		}

@media only screen and (min-width:767px){
.address-wrappers{
padding-top:10px !important;
}
.contact-footer
{
margin-top:570px !important;
}
}




		@media only screen and (max-width:768px){
			.address-wrappers{
				max-width: 250px;
				height: auto;
				margin-top: 500px; 
				margin-right: 320px;
				right: -300px !important;
				transition: all 0.3s ease;

			}


			span.view-contact{
				visibility: visible;
			}

			.address-wrappers.active{
				right: 0 !important;
			}
		}


		.g-recaptcha {

			overflow: hidden;
			max-width: 220px;
		}



		.gv-form input[type="text"], .gv-form input[type="email"]{
			min-width: 100%;
			border: none;
			border-bottom: 2px solid #ccc;
			padding: 14px 0px;
		}

		.gv-form input[type="text"]:focus, .gv-form input[type="email"]{
			outline: none;
		}


		.gv-form textarea{
			min-width: 100%;
			margin-top: 20px;
			border: none;
			border-bottom: 2px solid #ccc;
		}

		.gv-form{
			margin-top: 30px;
		}

		.gv-form button{
			border: none;
			background-color: #ccc;
			color: #666;
			min-width: 100%;
			margin-top: 20px;
			min-height: 50px;
		}

		.g-voucher{
			line-height: 0px !important; 
			position: fixed;
			right: 0;
			top: 300px;
			z-index: 100 !important;
			-webkit-box-shadow:1px 1px 5px #ccc;
			-moz-box-shadow:1px 1px 5px #ccc;
			-ms-box-shadow:1px 1px 5px #ccc;
			-o-box-shadow:1px 1px 5px #ccc;
			box-shadow:1px 1px 5px #ccc;

		}
		.color {
			color: inherit !important;
		}
		.in{
			display:inline;
		}
		.noitem{
			display: none;
		}

		/*  FAQ Begin */
		.Question-toggle{
			width: 100%;
			height: 100%;
			padding: 14px 0px;
			background-color: #eee;
		}
		.Quest{
			font-weight: 700;
			font-size: 22px;
		}
/*
.Question-toggle .tgle-panel:hover>a{
	padding: 0px;
	cursor: pointer;
}
.Question-toggle .tgle-panel a{
	position:relative;
    top:-1;
    z-index:-1;
}
.Question-toggle .tgle-panel a.selected{
	z-index: 1;
}
*/

.tgle-panel a{
	color: #333;
}
.tgle-panel a:hover{

}
.tgle-panel ul{
	height: auto;
	margin-top: 10px;
}
.tgle-panel p{
	margin: 10px 10px;
}
.accordion_head{
	cursor: pointer;
	font-family: arial;
	font-size: 14px;
	margin: 0 0 1px 0;
	padding: 7px 5px;
	font-weight: bold;
}
.a{
	font: 2em Arial;
	text-decoration: none;
}
.plusminus{
	float:right;
}
.faq_question{
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
}
/*.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    } */
    .faq_question:hover{
    	text-decoration: underline;
    }

    .faq_answer_container {
    	height: 0px;
    	overflow: hidden;
    	padding: 0px;
    	padding-left: 20px;
    }
    .faq_answer ul{

    }
    .faq_answer p{

    }


    /* FAQ End  */

    .vimeo{
    	margin-top: 1px;
    	max-width: 100%;
    	width: 100%;
    	overflow: hidden;
    	transform: scale(1.1);
    	-webkit-transform: scale(1.1);
    	margin: 0;
    	padding: 0;


    }
    .vimeo-container{
    	width: 100%;
    	max-width: 100%;
    	height: auto;

    }
    .videoWrapper {
    	position: relative;
    	padding-bottom: 56.25%; /* 16:9 */
    	padding-top: 25px;
    	height: 0;
    	overflow: hidden;
    }
    .videoWrapper iframe {
    	position: absolute;
    	padding: 20px;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }
    .video-container {
    	margin-top: 10px;
    	background-color: #eee;
    }

    .flexnav li ul{
    	position: relative;
    }
    h3.foxtel{
    	margin: 0px;
    	padding: 0px;
    	background-color: #55b150;
    	color: #fff;
    	padding: 14px;
    	font-size: 20px;
    }
    @media screen and (max-width: 600px){
    	h3.foxtel{
    		font-size: 20px !important;
    		text-align: center;
    		padding-left: 10px;
    	}
    }
    @media (min-width:100px) and (max-width:1024px){
    	h3.foxtel{
    		font-size: 20px !important;
    		text-align: center;
    		padding-left: 10px;
    	}
    }
    /*  AMP start   */

    .-amp-layout-size-defined .-amp-fill-content {
    	position: relative !important;
    	top: 0;
    	left: 0;
    	bottom: 0;
    	right: 0;
    }
    .-amp-img-responsive{
    	display: block;
    	max-width: 100%;
    	height: auto;
    }
    .-amp-loader {
    	position: static !important;
    }

    @media screen and (max-width: 600px) {
    	.amp-img-responsive{
    		max-width: 100%;
    		height: 100%;
    		min-height: 50%;
    		display: inline !important;
    	}
    }

    @media (min-width:100px) and (max-width:1024px){
    	.amp-img-responsive{
    		max-width: 100%;
    		height: 100%;
    		min-height: 50%;
    		display: inline !important;
    	}
    }




    .header-icons{
    	position: absolute;
    }



    .schedule p{
    	color: #55b150;
    	font-size: 13px;
    	line-height: 20px;
    	display: table;
    }

    .schedule span{
    	font-size: 13px;
    	font-weight: bold;
    	margin-right: 14px;
    	color: #666;
    	display: table-cell;
    	padding-right: 10px;
    	min-width: 70px;

    }

    .email-field{
    	margin-bottom: 20px !important;
    }

    .amrutham-content{
    	min-height: 500px;
    	background: url('../images/amrutham/bgimg.jpg');
    	/*margin-top: 20px;*/
    	color: #fff !important;
    	padding-top: 30px;
    }

    .amrutham-content p{
    	color: #fff !important;
    	font-size: 16px;
    }

    i.flaticon:before{
    	font-size: 100px;
    }

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

    .card-wrapper.one{
    	margin-bottom:20px;
    }


    .footer-strip{
    	position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	padding: 10px 0px;
    	z-index: 100;
    	background-color: #e7e7e7;
    }

@media only screen and (min-width:200px) and (max-width:1024px){
	.footer-strip{
		display: none;
	}
}


    button.green-button{
    	border: none;
    	color: #55b150;
    	color: #fff;
    	padding: 5px 10px;
    	margin-bottom: 0px;
    	-webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
    	-ms-transition: all .3s ease-in-out;
    	-o-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;
    	font-size: 13px;
    }

    .amrutham{
    	border-right: 2px solid #fff;
    }

    .closes{
    	position: absolute;
    	right: 10px;
    	top: 10px;
    	display: inline-block;
    }

    .closes i{
    	color: #ccc;
    	-webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
    	-ms-transition: all .3s ease-in-out;
    	-o-transition: all .3s ease-in-out;
    	transition: all .3s ease-in-out;

    }

    .closes:hover i{
    	cursor: pointer;
    	color: #666;

    }

    .parent-container img{
    	margin-bottom: 20px;
    }

    .content-right.white{
    	background-color: #fff !important;
    }

    .content-right.white p{
    	font-size: 14px;
    	padding: 20px;
    }
.blog-column
{
min-height: 346px;
}

 .top-strip-container
        {
            background: #eee;
        }
        .top-strip
        {
            height: 60px;
            width: 37%;
            position: relative;
            margin: 0 auto;
        }
        .top-strip-image
        {
            width: 50px;
            float: left;
            margin: 2px auto;
        }
         .top-strip-image > img
        {
            max-width: 50px;
            max-height: 50px;
        }
        .top-strip-text
        {
        padding: 11px 16px 16px 3px;
font-size:12px;
width:90%;
        }
.top-strip-text > p
        {
padding:0px;
margin:0px;
}        .icon-close
        {
            position: absolute;
            right: 0px;
            top: 15px;
        }

@media (min-width:993px) and (max-width:1300px)
{
.top-strip
        {
            height: 60px;
            width: 50%;
            position: relative;
            margin: 0 auto;
        }
        .top-strip-image
        {
            width: 50px;
            float: left;
            margin: 2px auto;
        }
         .top-strip-image > img
        {
            max-width: 50px;
            max-height: 50px;
        }
        .top-strip-text
        {
        padding: 11px 16px 16px 3px;
font-size:12px;
        }
}

@media (min-width:767px) and (max-width:992px)
{
.top-strip
        {
            height: 60px;
            width: 70%;
            position: relative;
            margin: 0 auto;
        }
        .top-strip-image
        {
            width: 50px;
            float: left;
            margin: 2px auto;
        }
         .top-strip-image > img
        {
            max-width: 50px;
            max-height: 50px;
        }
        .top-strip-text
        {
        padding: 11px 16px 16px 3px;
font-size:12px;
width:85%;
        }
}


@media (min-width:267px) and (max-width:457px)
{
.top-strip-container{
padding-bottom:5px;
}
.top-strip
        {
                height: 90px;
                 width: 100% !important;
                  position: relative;
                 margin: 0 auto;
        }
.top-strip-image > img {
margin:7px 0px;
}
.top-strip-image {
    width: 60px;
    height: 85px;
    clear: both;
    float: left;
    margin: 8px auto;
}
.top-strip-text {
    padding: 11px 0px 16px 0px;
    font-size: 11px;
width:85%;
}
.top-strip-text > p
        {
padding:0px;
margin:0px;
text-align:left !important
}  
}
@media (min-width:458px) and (max-width:570px)
{
.top-strip-container{
padding-bottom:5px;
}
.top-strip
        {
                height: 85px;
                 width: 100% !important;
                  position: relative;
                 margin: 0 auto;
        }
.top-strip-image > img {
margin:7px 0px;
}
.top-strip-image {
    width: 60px;
    height: 70px;
    clear: both;
    float: left;
    margin: 8px auto;
}
.top-strip-text {
    padding: 11px 0px 16px 0px;
    font-size: 12px;
}
.top-strip-text > p
        {
padding:0px;
margin:0px;
width:85%;
text-align:left !important
}  
}
@media (min-width:571px) and (max-width:767px)
{
.top-strip-container{
}
.top-strip
        {
                height: 70px;
                 width: 100% !important;
                  position: relative;
                 margin: 0 auto;
        }
.top-strip-image > img {
margin:7px 0px;
}
.top-strip-image {
    width: 60px;
    height: 70px;
    clear: both;
    float: left;
    margin: 8px auto;
}
.top-strip-text {
    padding: 11px 0px 16px 0px;
    font-size: 12px;
width:85%;
}

}
.icon-list
{
margin-top: 6em;
margin-left: 3em;
}
.icon-list a
{
color:#666;
}
.icon-list li
{
display:block;
padding:10px;
font-weight:bold;
border-bottom:1px solid #ccc;
}
.icon-list img
{
max-width:50px;
padding-right:10px;
}

.rafeena
{
width:150px;
margin-left:10px;
}

#practitioner p
{
color:#666 !important;
}
#practitioner img
{
margin:0 auto;
}
#practitioner h4,#practitioner h3 > a
{
color:#666 !important;
} 
#practitioner
{
background-color: #eee !important;
    background: url(../images/repeat.jpg) !important;
    background-repeat: repeat;
    padding: 14px 0px;
    background-attachment: fixed;
}
.cost-table{
}
.sub-why-ayurvedha
{
padding-top:15px;
}
.stage-body h4
{
background-color: #55b150;
    padding: 15px;
    margin: 0px;
    color: #fff;
    text-align: center;
}
.stage-body
{
background-color:#ccc;
padding:25px;
min-height:420px;
}
.stage-body ul
{
list-style-type:disc;
}
.stage-body ul li
{
padding:10px 5px;
}
.disc-list
{
list-style-type:disc;
    line-height: 2em;
    padding: 0px 15px;
}
.blogtitle h4
{
min-height:42px;
}