@charset "utf-8";
/* CSS Document */

 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@font-face {
	font-family: 'Ropsen Script';
	src: url('../fonts/RopsenScriptRegular.eot');
	src: url('../fonts/RopsenScriptRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RopsenScriptRegular.woff2') format('woff2'), url('../fonts/RopsenScriptRegular.woff') format('woff'), url('../fonts/RopsenScriptRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT Std';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT Std';
	src: url('../fonts/AvenirLTStd-Light.eot');
	src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color: #2a2a2a;
	font-weight:300;
}
img {
	max-width:100%;
	height:auto
}
header {
	width:100%;
	float:left;
	background:#bb9960;
	border-top:#000000 solid 4px;
	position:fixed;
	z-index:20;
}
.header-row1 {
	width:100%;
	float:left;
}
.header-row1 .navbar-default {
	background:none;
	border:none;
	font-weight:500;
	font-size:12px;
	margin-bottom:0px;
	min-height:10px;
}
.header-row1 .nav > li > a {
	position: relative;
	display: block;
	padding: 5px 8px;
}
.header-row1 .navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.header-row1 .nav > li {
	background:url(../images/spe.jpg) right no-repeat;
}
.header-row1 .nav > li:last-child {
	background:none;
}
.header-row1 .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.toplink {
	background:#000000;
}
.toplink:hover {
	background:#84664e !important;
	color:#ffffff !important;
}
.header-row1 .navbar-right > li {
	color:#ffffff;
	background-image:none;
	padding-right:4px;
}
.header-row1 .navbar-right > li span {
	line-height:28px;
}
a {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.header-row2 {
	width:100%;
	float:left;
}
.header-social {
	font-family: 'Ropsen Script';
	color:#ffffff;
	font-size:22px;
	margin-top:40px;
}
.header-social img {
}
.logo {
	margin-bottom:25px;
}
.logo img {
	width:90%;
}
.members-login-cont {
	font-family: 'Ropsen Script';
	color:#ffffff;
	font-size:22px;
	margin-top:40px;
	text-align:right;
}
.members-login-cont img {
}
.members-login-cont a {
	margin-left:5px;
}
.header-row3 {
	background:#000000;
	float:left;
	width:100%;
	color:#ffffff;
	height:50px;
}
.slider-cont {
	width:100%;
	float:left;
	border-bottom:#000000 solid 20px;
	margin-top:197px;
}
.bs-slider {
	overflow: hidden;
	max-height: 482px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content:"";
	position: absolute;
	left:-1px;
	top:-1px;
	width:15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	top: 10%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	line-height: 84px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	margin-top:0px;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 28px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 10px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #00bfff;
	display: inline-block;
	text-decoration: none;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
.slide-text h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}
.slide-text > p {
	font-size: 18px;
}
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.slide-text > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.control-round .carousel-control {
	display: none;
}
}
@media (max-width: 480px) {
.slide-text {
	padding: 10px 30px;
}
.slide-text h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.slide-text > p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.slide-text > a.btn-default, .slide-text > a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
.slider-txt1 {
	font-family: 'Ropsen Script';
	font-size:64px !important;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	margin-bottom:10px;
	line-height:80px;
}
.slide-text h1 {
	margin-bottom:25px;
}
.slider-txt2 {
	text-transform:uppercase;
	font-size:42px !important;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	font-weight:600 !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
}
.btn1 {
	background:none;
	border:#ffffff solid 2px !important;
	font-family: 'Ropsen Script';
	background:none !important;
	font-size:20px !important;
	text-shadow: 0px 1px 10px rgba(0, 0, 0, .5);
	color:#ffffff;
}
.btn1:hover {
	background:#ffffff !important;
	color:#222222 !important;
}
.btn2 {
	background:none;
	border:#2a2a2a solid 2px !important;
	font-family: 'Ropsen Script';
	background:none !important;
	font-size:20px !important;
	color:#2a2a2a;
}
.btn2:hover {
	background:#2a2a2a !important;
	color:#ffffff;
}
.home-section1 {
	width:100%;
	float:left;
	margin-top:40px;
}
.thumbnail {
	position:relative;
	overflow:hidden;
	padding:0px;
	border:none;
	border-radius:0px;
	cursor: pointer;
}
.caption {
	opacity: 0;
	position:absolute;
	/*bottom:-100%;*/
	/*right:0;*/
	background:rgba(116,86,69,0.9);
	width:100%;
	height:100%;
	padding:10% 7% !important;
	text-align:center;
	color:#fff !important;
	z-index:2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption, .thumbnail:focus .caption {
	/*bottom:0%;*/
	opacity: 1;
}
.thumbnail:hover img {
}

.feature2 .caption {
	background:rgba(213,173,101,0.9);
	padding:4% 7% !important;
}

.feature3 .caption {
	background:rgba(143,153,100,0.9);
	padding:10% 7% !important;
}

.feature3 .caption h2 {
	color:#fdd082;
	font-size:19px;
	font-weight:600
}

.feature4 .caption {
	background: rgba(206, 199, 148, .9);
	padding:10% 7% !important;
}

.feature4 .caption h2 {
	color:#6e7548;
	font-size:19px;
	font-weight:600
}

.feature4 .feature-txt1{
	color: #000000;
}

.feature1 h2 {
	color:#fdd082;
	font-size:19px;
	font-weight:600;
	text-transform: uppercase;
}
.feature2 h2 {
	color:#735646;
	font-size:19px;
	font-weight:600;
	margin-top:0px;
	text-transform: uppercase;
}
.feature {
	margin-top:0px;
}
.feature p {
	margin-bottom: 10px;
	/*font-size: 12px;*/
	font-size: 14px;
}
.feature h5 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: capitalize;
}

.feature2 p {
	/*margin-bottom: 7px;*/
	margin-bottom: 10px;
	/*line-height: 15px;*/
	/*font-size: 12px;*/
	line-height: 18px;
	font-size: 16px;
}
.feature-share {
width:auto;
float:right;
right:15px;
bottom:10px;
position:absolute;
}
.feature-share a {
float:left;
margin-left:5px;
}
.home-latest-news-cont {
width:100%;
float:left;
margin-bottom:25px;
}
.home-latest-news-cont h4, .news-section1 h4, .home-latest-news-cont h4, .in-heading h4 {
overflow: hidden;
text-align: center;
font-family: 'Ropsen Script';
color:#000;
font-size:58px;
margin-bottom:40px;
margin-top:40px;
}
.home-latest-news-cont h4:before, .home-latest-news-cont h4:after, .news-section1 h4:before, .news-section1 h4:after, .in-heading h4:before, .in-heading h4:after {
border-top:#bb9960 dotted 4px;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
.home-latest-news-cont h4:before, .news-section1 h4:before, .in-heading h4:before {
right: 0.5em;
margin-left: -50%;
}
.home-latest-news-cont h4:after, .news-section1 h4:after, .in-heading h4:after {
left: 0.5em;
margin-right: -50%;
}
.btn {
padding: 0px 12px;
}
.home-latest-news-cont .feature {
margin-top:0px;
}
/*latest news*/


.container1 {
	margin: 0 auto;
}
/*
 * Caption component
 */
.caption1 {
	position: relative;
	overflow: hidden;
	/* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.caption1::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	transition: background .35s ease-out;
}
.caption1:hover::before {
}
.caption__media {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.caption__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: white;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: -webkit-transform .35s ease-out;
	transition:         transform .35s ease-out;
	background: rgba(116, 86, 69, .9);
}
.caption1:hover .caption__overlay, .consultant-cont .caption1 .caption__overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.consultant-cont .caption__overlay__title
{
	background: none !important;
}
.caption__overlay__title {
	-webkit-transform: translateY( -webkit-calc(-100% - 10px) );
	transform: translateY( calc(-100% - 10px) );
	transition: -webkit-transform .35s ease-out;
	transition:         transform .35s ease-out;
	margin-top:10px;
	background: rgba(116, 86, 69, .9);
	margin-bottom:0px;
	padding:20px 10px;
	color:#fed894;
	font-size:18px;
	text-transform:uppercase;
	font-weight: 600;
}
.caption1:hover .caption__overlay__title, .consultant-cont .caption1 .caption__overlay__title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin-top:0px;
	background: rgba(116, 86, 69, .2);
	text-align:center;
}
.caption__overlay__content {
	width:100%;
	float:left;
	padding:0px 10px;
	text-align:center;
}
/*
 * Caption2 component
 */
.caption2 {
	position: relative;
	overflow: hidden;
	/* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.caption2 .caption__overlay {
	background: rgba(143, 153, 100, .9);
}
.caption2 .caption__overlay__title {
	background: rgba(143, 153, 100, .9);
	color:#fed894;
}
.caption2:hover .caption__overlay__title {
	background: rgba(143, 153, 100, .2);
}
/*
 * Caption3 component
 */
.caption3 {
	position: relative;
	overflow: hidden;
	/* Only the -webkit- prefix is required these days */
    -webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.caption3 .caption__overlay {
	background: rgba(206, 199, 148, .9);
}
.caption3 .caption__overlay__title {
	background: rgba(206, 199, 148, .9);
	color:#6e7548;
}
.caption3:hover .caption__overlay__title {
	background: rgba(206, 199, 148, 0);
	color:#6e7548;
}
.caption3 .caption__overlay__content {
	color:#1f1f1f
}
/*
 * Caption4 component
 */
.caption4 {
	position: relative;
	overflow: hidden;
	/* Only the -webkit- prefix is required these days */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.caption4 .caption__overlay {
	background: rgba(213,173,101,0.9);
	color:#735646;
}
.caption4 .caption__overlay__title {
	background: rgba(213,173,101,0.9);
	color:#735646;
}
.caption4:hover .caption__overlay__title {
	background: rgba(213,173,101,0.7);
}

.news-icon {
	margin-top:10px;
	text-align:center;
	display:none;
}
.caption1:hover .news-icon, .consultant-cont .caption1 .news-icon {
	display:block;
}
.container1 {
	margin-bottom:25px;
}
.btn3 {
	background:#bb9960;
	color:#ffffff;
	padding:0px 20px;
	font-family: 'Ropsen Script';
	font-size:26px;
}
.btn3:hover {
	background:#84664e;
	color:#ffffff;
}
/*latest news*/


.newsletter-cont {
	width:100%;
	float:left;
	background:#8f9964;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:25px;
	margin-top:25px;
}
.newsletter-cont h4 {
	font-size:37px;
	color:#ffffff;
	font-family: 'Ropsen Script';
}
.newsletter-cont h4 span {
	color:#fed894;
}
.newsletter-cont .form-control {
	border:none;
	color:#ffffff;
	background:#6e7548;
}
 .newsletter-cont .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#cec794;;
}
.newsletter-cont .form-control::-moz-placeholder { /* Firefox 19+ */
 color:#cec794;
}
.newsletter-cont .form-control:-ms-input-placeholder { /* IE 10+ */
 color:#cec794;
}
.newsletter-cont .form-control:-moz-placeholder { /* Firefox 18- */
 color:#cec794;
}
.newsletter-cont h4 {
	margin-bottom:25px;
}
.emailfield {
	background:url(../images/msg-icon.png) #6e7548 right no-repeat !important;
	padding-right:40px;
}
.btn-primary {
	background:#ffffff;
	font-size:25px;
	color:#6e7548;
	font-family: 'Ropsen Script';
	border:none;
	padding:0px 20px;
}
.btn-primary:hover {
	background:#735646;
}
.news-bulletin-cont {
	width:100%;
	float:left;
}
.news-bullet-in-heading {
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/line.png) center bottom no-repeat;
	padding-bottom:10px;
	margin-bottom:25px;
}
.news-bulletin-cont h5 {
	font-size:32px;
	font-weight:500;
	color: #444444;
}
.news-bulletin-cont h6 {
	font-size: 20px;
	color: #ac884e;
}
.news-bulletin-img {
	margin-top:15px;
	margin-bottom:30px;
}
.news-bulletin-img2 {
	margin-bottom: 8px;
}
.latest-issue {
	margin-top:25px;
	text-align:center;
	margin-bottom:25px;
}
.btn4 {
	background:#8f9964;
	color:#ffffff;
	padding:0px 20px;
	font-family: 'Ropsen Script';
	font-size:26px;
}
.btn4:hover {
	background:#6e7548;
	color:#ffffff;
}
.our-partner1 {
	margin-top:15px;
	margin-bottom:15px;
}
.our-partner1 h6 {
	overflow: hidden;
	text-align: center;
	font-family: 'Ropsen Script';
	color:#bb9960;
	font-size:48px;
	margin-bottom:25px;
	padding-bottom:5px;
}
.our-partner1 h6:before, .our-partner1 h6:after {
	border-top:#bb9960 dotted 4px;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.our-partner1 h6:before {
	right: 0.1em;
	margin-left: -50%;
}
.our-partner1 h6:after {
	left: 0.1em;
	margin-right: -50%;
}
.our-partner1 p {
	font-size: 11px;
}
footer {
	width:100%;
	float:left;
	/*margin-top:25px;*/
	color:#676764
}
.footer-contact {
}
.footer-contact h6 {
	font-size:24px;
	font-weight:500;
	color: #ac884e;
}
.footer-contact .form-control {
	border:#979797 solid 1px;
}
.msgfield {
	min-height:100px;
}
footer a {
	color:#676764
}
.footer-txt1 {
	font-size:11px;
	font-weight:400;
}
.footer-m-45 {
	margin-top: 25px!important;
}
.spe-line {
	background:url(../images/spe2.jpg) center top repeat-y;
	min-height:250px;
	margin-top:20px;
}
.became-member {
	width:100%;
	float:left;
	background:#bb9960;
	padding:7px 15px;
	color:#ffffff;
	margin-top:15px;
}
.became-member img {
	float:right;
}
.became-member h6 {
	font-size:18px;
}
.became-member p {
	color:#222222;
	font-size:12px;
}
.btn5 {
	background:#ffffff;
	color:#222222;
	font-size:22px;
}
.footercontact1 {
	margin-top:15px;
	color:#676764;
	font-size:13px;
	margin-bottom: 28px;
}
.footercontact1 span {
	font-weight:500;
}
.footer-social {
	margin-top:25px;
}
.footer-social img {
	width:18px;
}
.copyright {
	margin-top: -10px;
	font-size: 10px;
}
.footer-link {
	/*margin-top:10px;*/
	font-weight:400;
}
.footer-link a {
	color:#bb9960;
	font-size:11px;
}
.feature-icon {
	margin-bottom:10px;
}
.jetmenu {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.jetmenu li {
	display: inline-block;
	float: left;
}
.jetmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu > li > a {
	padding: 15px 18px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	padding-right:20px;
}
.jetmenu > li:hover > a, .jetmenu > li.active > a {
	background: #e0e0e0;
	color: #555;
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 146px;
	background: #333333;
}
.jetmenu ul.dropdown {
	top: 48px;
}
.jetmenu ul.dropdown li ul.dropdown {
	left: 146px;
	top: inherit;
}
.jetmenu ul.dropdown li {
	clear:both;
	width:100%;
	font-size: 16px;
}
.jetmenu ul.dropdown li a {
	width:100%;
	padding: 12px 28px 12px;
	display:inline-block;
	float:left;
	clear:both;
	text-decoration: none;
	color: #ffffff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a {
	background: #e0e0e0;
	color: #555;
}
.jetmenu .indicator {
	position: relative;
	left: 5px;
	top: 2px;
	font-size: 14px;
	float: right;
	display:none;
}
.jetmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
}
.jetmenu > li > .megamenu {
	position: absolute;
	display: none;
	background: #000000;
	min-width: 25%;
	font-size: 13px;
	color: #ffffff;
	z-index: 99;
	padding: 20px 0px 0px;
	border-top: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jetmenu li > .megamenu ul {
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
	width: 100%;
}
.jetmenu li > .megamenu ul li {
	width: 100%;
	padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title {
	margin: 0 0 8px;
	padding: 0 0 5px;
	border-bottom: solid 1px #666;
}
.jetmenu li > .megamenu h5 {
	width: 100%;
	margin: 0;
	padding: 0;
	color:#bb9960;
	text-transform:uppercase;
}/* megamenu links */
.jetmenu li > .megamenu a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.jetmenu li > .megamenu a:hover {
	color: #dedede;
}
.jetmenu .megamenu img {
	width: 100%;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
#portfolio-group {
	margin: 40px 0px;
}
.jetmenu > li > .megamenu.half-width {
	width: 60%;
}
.jetmenu > li > .megamenu.full-width {
	width: 100%;
	left: 0;
}
.jetmenu li > .megamenu form {
	width: 100%;
}
.overlay {
	width: 150px;
	height: 120px;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}
.jetmenu li > .megamenu form input[type="text"], .jetmenu li > .megamenu form textarea {
	padding: 5px;
	color: #ffffff;
	background: #444;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear;
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus, .jetmenu li > .megamenu form textarea:focus {
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"] {
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form textarea {
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"] {
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.jetmenu li > .megamenu form input[type="submit"]:hover {
	background: #e0e0e0;
	color: #555;
}
.megamenu .row {
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before, .megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6 {
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .row .col1 {
	width: 14.893617021276595%;
}
.megamenu .row .col2 {
	width: 31.914893617021278%;
}
.megamenu .row .col3 {
	width: 48.93617021276595%;
}
.megamenu .row .col4 {
	width: 65.95744680851064%;
}
.megamenu .row .col5 {
	width: 82.97872340425532%;
}
.megamenu .row .col6 {
	width: 106%;
}
.jetmenu > li.right {
	float: right;
}
.jetmenu > li.right > .megamenu {
	right: 0;
}
.jetmenu > li.showhide {
	display: none;
	width: 100%;
	height: 48px;
	cursor: pointer;
	color: #ffffff;
	background: #333333;
}
.jetmenu > li.showhide span.title {
	margin: 15px 0 0 25px;
	float: left;
}
.jetmenu > li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
}
.blue > li:hover > a, .blue > li.active > a {
	background: #000000;
	color: #bb9960;
}
.blue ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}
.blue li > .megamenu form input[type="submit"]:hover {
	background: #02b8fa;
	color: #fff;
}
.blue li > .megamenu a:hover {
	color: #bb9960;
}
 @media (max-width: 1023px) {
.jetmenu > li {
	background: #000000 none repeat scroll 0 0;
	display: block;
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:#2a2a2a solid 1px;
}
.jetmenu > li > a {
	padding: 10px 25px;
}
.jetmenu a {
	width: 100%;
	/*background: #333333;*/
box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	width: 100% !important;
	left: 0;
	position: static !important;
	border: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li {
	background: #fff !important;
	border: none;
}
.jetmenu ul.dropdown > li > a {
	padding-left: 40px !important;
}
.jetmenu > li > .megamenu {
	width: 100% !important;
	position: static;
	border-top: none;
}
.megamenu .row [class*="col"] {
	float: none;
	display: block;
	width: 100% !important;
	margin-left: 0;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row:first-child [class*="col"]:first-child {
	margin-top: 0;
}
.megamenu .row {
	margin-top: 0;
}
.jetmenu > li > ul.dropdown > li > a {
	padding-left: 40px !important;
}
.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 60px !important;
}
.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
	padding-left: 80px !important;
}
.content {
}
.content ul.items {
	font-size: 14px;
	margin: 0;
	list-style-type:square
}
.content ul.items li {
	padding: 4px 0;
}
.content p {
	font-size: 13px;
}
.jetmenu {
	margin: 0 0 0px;
}
.jetmenu > li:nth-child(6) .megamenu .row [class*="col"] {
	background: #999 !important;
}
.jetmenu .indicator {
	display:block;
}
}
@media (max-width: 1023px) {
.content {
	margin: 0;
}
}
.menu-search-bg {
	width:100%;
	float:left;
	background:#bb9960;
}
.search-txt {
	width:40%;
	float:left;
	color:#222222;
	font-weight:400;
	padding:10px 0px;
}
.search-field {
	width:60%;
	float:left;
	padding:10px 0px;
}
.search-field .btn-primary {
	background:#6e7548;
	color:#ffffff;
}
.in-menulink ul li {
	/*width:50% !important;*/
	float:left !important;
}
.thumbnail {
	margin-bottom:0px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.inner-page-cont {
	width:100%;
	float:left;
	margin-top:197px;
}
.innerpage-banner {
	width:100%;
	float:left;
	background:url(../images/inner-page-banner.jpg) center no-repeat;
	background-size:cover;
	padding:25px 0px;
}
.innerpage-banner h1 {
	color:#ffffff;
	font-size:100px;
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 1);
	text-align:center;
	font-family: 'Ropsen Script';
	margin-top:0px;
}
.bread-crumb {
	width:100%;
	float:left;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:400;
}
.bread-crumb ul {
	margin:0px 0px;
	padding:0px 0px;
}
.bread-crumb ul li {
	display:inline-block;
	padding:0px 15px 0px 5px;
	background:url(../images/spe3.png) right no-repeat;
}
.bread-crumb ul li:last-child {
	background:none;
}
.bread-crumb ul li a {
	color:#bb9960;
}
.bread-crumb ul li.active a {
	color:#1f1f1f;
}
.filter-part-cont {
	width:100%;
	float:left;
}
.newsmsg {
	text-align:center;
	margin-top:25px;
}
.newsmsg span {
	font-weight:500;
}
.filterbg {
	width:100%;
	float:left;
	background:#8f9964;
	padding:25px;
	margin-top:15px;
	margin-bottom:15px;
}
.filter-heading {
	font-size:32px;
	font-weight:500;
	color:#fed17d;
	text-align:center;
	margin-bottom:20px;
}
.filter-option {
	padding:20px 0px;
	border-top:#cec794 solid 1px;
	border-bottom:#cec794 solid 1px;
}
.filter-option .form-control {
	border: none;
	color: #ffffff;
	background: #6e7548;
}
 .filter-option .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#cec794;;
}
.filter-option .form-control::-moz-placeholder { /* Firefox 19+ */
 color:#cec794;
}
.filter-option.form-control:-ms-input-placeholder { /* IE 10+ */
 color:#cec794;
}
.filter-option.form-control:-moz-placeholder { /* Firefox 18- */
 color:#cec794;
}
.filter-option .btn {
	width:100%;
}
.filter-btns {
	text-align:center;
	margin-top:20px;
}
.filter-btns ul {
	margin:0px;
	padding:0px;
}
.filter-btns ul li {
	list-style:none;
	display:inline-block;
	padding:10px 5px;
	text-transform:uppercase;
}
.filter-btns ul li a {
	color: #ffffff;
	background: #6e7548;
	padding:7px 16px;
	font-weight:400;
	border-radius:5px;
}
.filter-btns ul li a:hover {
	text-decoration:none;
	background:#bb9960;
}
.thumbnail:hover .caption-in1 {
	display:none;
}
.caption-in1 {
	position:absolute;
	/*	bottom:-100%;*/
	/*right:0;*/
	width:100%;
	height:100%;
	padding:10% 7% !important;
	text-align:center;
	color:#fff !important;
	z-index:2;
	display:table;
}
.caption-in2 {
	display:table-cell;
	vertical-align:middle;
	font-size:23px;
	font-weight:500;
}
.caption-in3 {
	position:absolute;
	/*	bottom:-100%;*/
	right:0;
	width:100%;
	height:100%;
	padding:0px 5%;
	text-align:center;
	color:#fff !important;
	z-index:2;
	display:table;
}
.caption-in4 {
	display:table-cell;
	vertical-align:middle;
}
.news-section1 {
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:25px;
}
.news-section1 .feature {
	margin-bottom:30px;
}
.news-section1 .caption {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.news-section1 .feature2 p {
}
.news-section2 {
}
.innerpage-heading-cont {
	width:100%;
	float:left;
}
.innerpage-heading {
	text-align:center;
	float:left;
	width:100%;
	background:url(../images/line.png) center bottom no-repeat;
	padding-bottom:10px;
	margin-bottom:25px;
	margin-top:25px;
}
.innerpage-heading h2 {
	font-size:32px;
	font-weight:500;
	color: #444444;
	text-transform:uppercase;
}
.supplier-cont {
	width:100%;
	float:left;
	margin-top:40px;
}
.supplier-cont .caption__overlay__title {
	font-size:18px;
}
.caption1:hover .caption__overlay__title1, .consultant-cont .caption1 .caption__overlay__title1{
	display:none;
}
.supplier-cont .caption__overlay__content .btn2 {
	background: none;
	border: #ffffff solid 2px !important;
	font-family: 'Ropsen Script';
	background: none !important;
	font-size: 20px !important;
	color: #ffffff;
}
.supplier-cont .caption__overlay__content .btn2:hover {
	background:#ffffff !important;
	color: #222222;
}
.innerpage-heading-cont h3 {
	font-size:22px;
	color:#ac884e;
	font-weight:400;
	margin-top:25px;
}
.download-cont {
}
.download1 p {
	margin-bottom:25px;
}
.download1 span {
	color:#ac884e;
	font-size:20px;
	font-weight:400;
}
.page-share {
	width:100%;
	float:left;
	margin-top:15px;
	text-align:center;
	margin-bottom:15px;
}
.page-share img {
}
.events-cont {
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:20px;
}
.events-cont .caption3 {
	color:#222222;
}
.events-cont .caption3 .event-small-txt, .events-cont .caption3 .news-date {
	color:#1f1f1f;
}
.events-cont .caption1 .btn2 .event-icon1 {
}
.news-date {
	font-family: 'Ropsen Script';
	font-size:20px;
}
.event-small-txt {
	margin-bottom:10px;
	/*font-size:12px;*/
	font-size:16px;
	word-wrap: break-word;
}
.caption-in4 .caption__overlay__title {
	padding-top:5px;
	padding-bottom:5px;
}
.event-left, .event-right {
	margin-top:20px;
	margin-bottom:20px;
}
.event-left img {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
}
.event-right {
	border-left:#d7c4a2 solid 2px;
}
.event-details-heading {
	border-bottom:#d7c4a2 solid 2px;
	padding-bottom:10px;
	color:#ac884e;
	font-size:20px;
	font-weight:400;
}
.event-details {
	margin-top:25px;
}
.event-details p {
	margin-bottom:25px;
}
.event-small-txt a {
	color: #fff !important;
}
.event-small-txt:hover a {
	color: #fff !important;
}
.link {
	color:#7d8951;
	font-weight:400;
}
.link:hover {
	color:#2e2e2e;
}
.rsvp-login-cont {
	width:100%;
	float:left;
	background:#8f9964;
	padding:40px 50px;
	margin-top:25px;
	color:#ffffff;
}
.rsvp-login-cont label {
	margin-top:5px;
	font-weight:400;
}
.rsvp-login-cont h2 {
	font-size: 32px;
	text-transform: uppercase;
	color: #fed17d;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 25px;
}
.rsvp-login-cont .form-control {
	border:none;
	color:#ffffff;
	background:#6e7548;
}
.login-links {
	text-align:right;
}
.login-links a {
	color:#ffffff;
}
.rsvp-login-cont .btn1 {
	font-family: 'Ropsen Script';
	background:#ffffff !important;
	font-size:22px !important;
	color:#7d8951;
}
.rsvp-login-cont .btn1:hover {
	background:#ffffff !important;
	color:#222222 !important;
}
.rsvp-heading2 {
}
.rsvp-heading2 h4 {
	border-bottom: 1px solid #bb9960;
	font-size:22px;
	font-weight:400;
	color:#ac884e;
	padding-bottom:10px;
}
.rsvp-form-left {
}
.rsvp-form-left .form-group {
	margin-bottom:20px;
}
.rsvp-form-left h5, .rsvp-form-right h5 {
	color: #444444;
	font-size: 18px;
	margin-bottom:25px;
}
.rsvp-form-left .form-control, .rsvp-form-right .form-control {
	border: 1px solid #979797;
}
.rsvp-form-left label, .rsvp-form-right label {
	font-size: 16px;
	font-weight:300;
}
.rsvp-form-right .form-control {
	margin-bottom:10px;
}
.rsvp-form-right {
	border-left:#bb9960 solid 1px;
}
.inner-bigimg {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.moreinformation-cont {
	width:100%;
	float:left;
}
.moreinformation-cont .caption-in2 h2 {
	color: #ffffff;
	font-size: 19px;
	font-weight: 600;
}
.moreinformation-cont .feature1 h2, .moreinformation-cont .feature3 .caption h2, .moreinformation-cont .feature2 h2,.moreinformation-cont .feature4 .caption h2 {
	font-size: 19px;
	font-weight: 600;
	margin-top: 0px;
}
.home-section1 .feature {
	margin-bottom:25px;
}
.board-member {
	margin-top:10px;
}
.member-cont {
	width:100%;
	float:left;
	margin-top:20px;
}
.growing-list-cont {
	width:100%;
	float:left;
}
.growing-list-cont .feature {
	margin-top:30px;
}
.growing-list-cont .feature .caption {
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.feature-txt1 {
	margin-bottom:10px;
}
h1, h2, h3, h4, h5 {
	margin-top:0px;
}
.facts-figures-cont {
}
.inner-page-cont h3 {
	font-size: 22px;
	color: #ac884e;
	font-weight: 400;
	margin-top: 25px;
}
.consultant-cont {
}
.consultant-txt {
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
	line-height:34px;
}
.consultant-cont .caption3 .consultant-txt {
	color:#222222;
}
.consultant-cont .caption3 .btn2 {
	background:none;
	border:#2a2a2a solid 2px !important;
	font-family: 'Ropsen Script';
	background:none !important;
	font-size:20px !important;
	color:#2a2a2a;
}
.consultant-cont .caption3 .btn2:hover {
	background:#2a2a2a !important;
	color:#ffffff;
}
.consultant-icon {
	margin-top:20px;
}
.consultant-left h2 {
	font-size:22px;
	color: #ac884e;
	font-weight:400;
}
.consultant-logo {
	margin-bottom:25px;
}
.logo-80 img {
	max-width: 80%!important;
}

.consultant-social-links{
	margin-top: 30px;
}

.consultant-social-links img {
	width:40px;
}
.consultant-social-links a {
	margin-right:10px;
}
.filter-btn {
	color: #ffffff;
	background: #6e7548;
	height: 34px;
	padding: 6px 12px;
	border-radius: 4px;
}
.filter-btn:hover {
	color:#ffffff;
}
.classified-cont {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.classified-thumb {
	width:100%;
	float:left;
	position:relative;
}
.classified-cate {
	width:auto;
	position:absolute;
	bottom:0px;
	background:#bb9960;
	padding:5px 20px;
	color:#ffffff;
	font-weight:400;
}
.classified-details {
	width:100%;
	float:left;
	margin-top:5px;
}
.classified-details p {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.classified-details strong {
	font-weight:500;
	font-size:18px;
	color: #ac884e;
	border-bottom:#ac884e solid 1px;
	width:100%;
	float:left;
}
.classified-details span {
	font-weight:400;
}
.classsified-pagination {
	margin-top:0px;
}
.pagination-wrap {
	margin:auto;
	text-align:center;
}
.pagination-v1 > li > a, .pagination-v1 > li > span {
	background-color: #bbbbbb;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	color: #222222;
	float: left;
	font-size: 14px;
	line-height: 1.42857;
	margin-right: 5px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
}
.pagination-v1 > li > a.active, .pagination-v1 > li > a:hover, .pagination-v1 > li > span:hover, .pagination-v1 > li > a:focus, .pagination-v1 > li > span:focus {
	background-color: #dddddd !important;
	border-color: #dddddd;
	color: #222222;
}
/* CSS used here will be applied after bootstrap.css */
.carousel {
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
	padding-right:10px;
	padding-left:10px;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;
}
.product-list-cont {
}
.product-cont {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.product-thumb {
	width:100%;
	float:left;
	position:relative;
}
.product-details {
	width:100%;
	float:left;
	margin-top:5px;
}
.product-details p {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.product-details strong {
	font-weight:500;
	font-size:18px;
	color: #ac884e;
	border-bottom:#ac884e solid 1px;
	width:100%;
	float:left;
}
.product-details span {
	font-weight:400;
}
.classified-left {
	margin-top:20px;
}
.membership-cont {
}
.gower-membership-1 {
}
.form-heading {
	margin-top:25px;
}
.form-heading h4 {
	font-size:22px;
	color:#ac884e;
	border-bottom:#ac884e solid 1px;
	font-weight:400;
	padding-bottom:5px;
}
.membership-inner {
}
.check-option1 {
	width:auto;
	float:left;
	margin-right:40px;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 25px;
	height:25px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #979797;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 2px;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 16px;
	color: #555555;
}
.checkbox input {
	opacity: 0;
}
.checkbox input:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input:disabled + label {
	opacity: 0.65;
}
.checkbox input:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-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: 50%;
	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: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca;
}
.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;
}
.filed-cont {
	margin-bottom:10px;
	margin-top:10px;
}
.gower-membership-1 .form-control {
	border: #979797 solid 1px;
}
.gower-membership-1 label {
	font-weight:normal;
}
.date-filed1 {
	width:22%;
	float:left;
}
.date-filed-spe {
	width:1%;
	margin-right:9px;
	margin-left:9px;
	float:left;
	padding-top:4px;
}
.date-filed2 {
	width:36%;
	float:left;
}
.gower-membership-1 h5 {
	margin-bottom:25px;
	font-size:18px;
	margin-top:25px;
	color:#444444;
}
.gower-membership-1 .form-group {
	width:100%;
	float:left;
}
.form-left {
}
label {
	font-weight:300 !important;
}
strong {
	font-weight:400
}
.payment-details {
	background:#eeeeee;
	width:100%;
	float:left;
	text-align:center;
	padding-top:100px;
	padding-bottom:100px;
}
.txtfiled1 {
	min-height:100px;
}
.check-option1 {
	margin-right:20px;
}
.contact-left, .contact-right {
	margin-top:25px;
}
.contact-msg {
	height:150px !important;
}
.map-cont {
	width:100%;
	float:left;
}
.contact-right h6 {
	width:100%;
	float:left;
	font-size:22px;
	color:#AC884E;
	margin-top:20px;
}
.contact-social {
	font-size:18px;
	font-weight:600;
	color:#444444;
}
.contact-social a {
	color:#444444;
}
.dashboard-part {
	width:100%;
	float:left;
	padding:10px;
	border: 1px solid #979797;
	margin-top:25px;
	font-size:17px;
	min-height:270px;
}
.dashboard-part p {
	width:100%;
	float:left;
}
.dashboard-part h4 {
	width:100%;
	float:left;
	color:#bb9960;
	font-weight:400;
	border-bottom:#bb9960 solid 2px;
	padding-bottom:7px;
	font-size:22px;
	margin-bottom:15px;
}
.dashboard-part-in {
	width:100%;
	float:left;
	min-height:100px;
}
.dashboard-member{
	width:80%;
	float:left;
}
.member-edit {
	width:20%;
	float:left;
}
.member-edit a {
	color:#7d8951
}
.notifications-icon {
	width:22px;
	float:left;
	margin-right:10px;
}
.notification-msg {
	width:95%;
	float:left;
}
.dashboard-part ul {
	margin:0px;
	padding:0px;
}
.dashboard-part ul li {
	list-style:none;
	border-bottom:#cdcdcd solid 1px;
	padding-bottom:15px;
	margin-bottom:10px;
	position:relative;
	width:100%;
	float:left;
}
.msg-cross {
	width:auto;
	position:absolute;
	right:0px;
}
.msg-cross a {
	color:#777777;
}
.dashboard-part ul li:last-child {
	border-bottom:none;
	padding-bottom:0px;
}
.dashboard-part ul li span {
	color:#9b9b9b;
	font-size:14px;
}
.notification-msg span {
	color:#909762 !important;
	font-size:16px !important;
	font-weight:400 !important;
}
a:hover {
	text-decoration:none;
}
.dashboard-part2 {
	min-height:100px;
}
.notification-msg2 {
	width:30%;
	float:left;
}
.notification-msg-action {
	width:65%;
	float:right;
	text-align:right;
}
.notification-msg-action a {
	font-weight:400;
	color:#909762 !important;
	font-size:14px !important;
	margin-right:10px;
}
.notification-msg-action img {
	position:relative;
}
.notification-msg-action .btn3 {
	color:#ffffff !important;
	font-size:19px !important;
}
.dashboard-part2 h4 .btn3 {
	font-size:19px;
}
.yourdeatils-cont h4 .btn {
	float:right;
	top:-10px;
	position:relative;
}
.services-list {
}
.services-list ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
.services-list ul li {
	list-style:none;
	padding-bottom:10px
}
.freesubscription ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
.freesubscription ul li {
	list-style:none;
	padding-bottom:10px
}
.freesubscription ul li span {
	width:220px;
	line-height:28px;
	float:left;
}
.hide-part {
	width:100%;
	float:left;
	display:none;
}
.img-thumb {
	margin-bottom:30px;
}
.news-txt img {
	float:right;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:20px;
	margin-top:20px;
}
.classified-left .carousel {
	margin-bottom:15px;
}
.search-field-option {
	margin-bottom:10px;
}
.filterbg select {
	display: inline-block;
	max-width: 100%;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background:#6e7548 url(../images/dropdown-triangle.png) right no-repeat !important;
	-webkit-background-size: 8px 10px;
	background-size: 8px 10px;
	border: 1px solid rgba(0,0,0,.15);
 border-radius: .25rem;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.resource-cont {
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:20px;
}
.resource-txt {
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	background:url(../images/line.png) center bottom no-repeat;
	padding-bottom:20px;
}
.resource-txt h5 {
	font-size:20px;
	color:#bb9960;
}
.resource-txt span {
	font-weight:400;
}
.mobile-menu-link {
	visibility:hidden
}
.mobile-member-login {
	display:none;
}
.mobile-member-login br {
	display:none;
}
.home-latest-news-cont .caption3 .event-small-txt, .home-latest-news-cont .caption3 .news-date {
	color: #1f1f1f;
}
.mobile-copyright {
	display:none
}
.ams-link {
	background:none;
	font-family: 'Ropsen Script';
	font-size:17px;
	font-weight:300;
	color: #fff;
}
.ams-link.btn {
	font-size: 18px;
!important;
}
.ams-link:hover {
	background:none !important;
}
.growing-list-cont .caption-in2 h2 {
	color:#ffffff;
}
.growing-list-cont .feature-txt1 {
	/*font-size:13px;*/
	font-size:16px;
}
.home-row1 {
	width:100%;
	float:left;
	position:relative;
}
.bottom1 {
	position:absolute;
	bottom:0px;
	right:0px;
}
.home-section1 .caption-in1 h2 {
	color:#ffffff;
	font-size:19px;
	font-weight:600;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 1);
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.home-section1 .caption-in1 {
	position: absolute;
    /*right: 0;*/
	/*padding: 0% 0% !important;*/
	/*top: 30%;*/
	display: flex;
	align-items: flex-end;
	justify-content: center;
	top: 10%;
}

.news-section1 .caption-in1 {
	position: absolute;
	/* bottom: -100%; */ 
    /*right: 0;*/
	/*padding: 0% 0% !important;*/
	/*top: 40%;*/
	display: flex;
	align-items: flex-end;
	justify-content: center;
	top: 8%;
}
}
/* New hover fade effect */

.newcaption1
{
	margin-bottom:25px;
}


.newcaption1 .caption-in1 {
	position: absolute;
	bottom:0px;
	/*right: 0;*/
	width: 100%;
	height:auto;
	padding: 4% 7% !important;
	text-align: left;
	color: #fff !important;
	z-index: 2;
	display: table;
	background: rgba(116,86,69,0.9);
}




.newcaption1 .caption
{
	padding:0px !important;
}


.newcaption1 .caption-in1 h2
{
	margin-bottom:0px;
}



.newcaption2 .caption-in1 {
	position: absolute;
	bottom:0px;
	/*right: 0;*/
	width: 100%;
	height:auto;
	padding: 4% 7% !important;
	text-align: left;
	color: #ffffff !important;
	z-index: 2;
	display: table;
	background: rgba(143, 153, 100, .9);
}


.newcaption2 h2 {
	color: #fed894; !important;
}



.newcaption2 .caption {
	background: rgba(143, 153, 100, .9) !important;
	padding: 0% 7% !important;
}




.newcaption2 .caption-in1 {
	position: absolute;
	bottom:0px;
	/*right: 0;*/
	width: 100%;
	height:auto;
	padding: 4% 7% !important;
	text-align: left;
	color: #ffffff !important;
	z-index: 2;
	display: table;
	background: rgba(143, 153, 100, .9);
}


.newcaption2 h2 {
	color: #fed894; !important;
}

.newcaption2 .feature-txt1{
	line-height: 22px !important;
}


.newcaption2 .caption {
	background: rgba(143, 153, 100, .9) !important;
	/*padding: 0% 7% !important;*/
}

.newcaption3 .caption-in1 {
	position: absolute;
	bottom:0px;
	/*right: 0;*/
	width: 100%;
	height:auto;
	padding: 4% 7% !important;
	text-align: left;
	color: #6e7548 !important;
	z-index: 2;
	display: table;
	background: rgba(206, 199, 148, .9) !important;
}


.newcaption3 h2 {
	color: #6e7548 !important;
}

.newcaption3 .feature-txt1{
	line-height: 22px !important;
	color:#1f1f1f;
}

.newcaption3 .event-small-txt , .newcaption3 .news-date {
	color:#1f1f1f;
}

.newcaption3 .caption {
	background: rgba(206, 199, 148, .9) !important;
	/*padding: 0% 7% !important;*/
}

.newcaption4 .caption-in1 {
	position: absolute;
	bottom:0px;
	/*right: 0;*/
	width: 100%;
	height:auto;
	padding: 4% 7% !important;
	text-align: left;
	z-index: 2;
	display: table;
	background: rgba(213,173,101,0.9) !important;
}


.newcaption4 h2 {
	color:#735646 !important;
}

.newcaption4 .feature-txt1{
	line-height: 22px !important;
	color:#ffffff;
}

.newcaption4 .event-small-txt , .newcaption4 .news-date {
	color:#ffffff;
}

.newcaption4 .caption {
	background:rgba(213,173,101,0.9) !important;
	/*padding: 0% 7% !important;*/
}

.feature-txt1.feature-txt2{
	font-size: 13px;
}

/* Summernote editor css */
.heading3{
	font-family: 'Montserrat', sans-serif;
	font-size:22px;
	font-weight: 700;
	color: #BB9960;
}

.paragraphtext{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight: 400;
}

.footnote{
	font-family: 'Montserrat', sans-serif;
	font-size:11px;
	font-weight: 300;
}

.customdownloadbutton{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: 300;
}

.morebutton{
	font-family: 'Ropsen Script';
	font-size:20px;
}

a{
	color: #bd9c5e;
}

.p-0 {
	padding: 0;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
	position: absolute;
	margin-left: -20px;
}
