@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700,900,900i');
/*Type*/
body {
 	font-family: "brother-1816",sans-serif;
 	font-weight:300;
	font-size:16px;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	font-weight:300;
}
h1,.h1 {
	font-size: 34px;
	line-height: 40px;
	color:#00AED5;
}
h2,.h2 {
	font-size: 34px;
	line-height: 60px;
	margin: 0;
	color: #00AED5;
}
ul.bullet-list li::before {
	color:#00AED5;
}
a:not(.button) {
	color:#00aed5;
}
a:not(.button):hover {
	color:#0090b0;
}
.button.bt-outline {
	border-color:#00AED5;
	color:#00AED5;	
}
.button.bt-outline:hover {
	color:#FFF;
	background-color:#00AED5;
}
.responsive {
	width: 100%;
	vertical-align: top;
}

blockquote {
	margin:0 0 20px;
	color:#999;
	font-family:'rift',sans-serif;
	font-size:28px;
	line-height:48px;
}
.color-green {
	color:#00AED5!important;	
}
.color-blue {
	color:#00AED5!important;	
}
#note_box,
.notification {
	border-radius: 10px;
}
#note_box.green,
.notification.green {
	background-color: #aece00;
	border: none;
	color: #FFF;
	margin: 10px;
}
#note_box.red,
.notification.red {
	background-color: #C00;
	border: none;
	color: #FFF;
	margin: 10px;
}

.mobile-only{
	display: none;
}
/*Template Colours*/
.navigation {
	/*background-color: #00AED5;*/
	background-image:url(images/navigation.png);
	border-bottom: 5px solid #8ead0e;
}
.navigation .frame {
	padding: 0 !important;
}
.navigation-center{
	background-color: #fff;	
}
.navigation-center > .frame {
	padding: 10px 10px 0 10px !important;
}
.navigation-center ul.menu{
	background-color: #8ead0e;	
}
.menu-community{
	padding-top:8px;
	background-color: #fff;	
}
.menu-community > .frame {
padding: 0 !important;
}
.menu-community{
/*	background-color: #8ead0e;	*/
}
.menu-community ul.menu{
	background-color: #8ead0e;	
}
.menu-community ul.menu .menulink{
	border: none;
}
.menu-community ul.menu .menulink:hover{
	background-color: #759100;
}
.menu-community ul.menu .label{
	border: none;
}
.copyright {
	background-color: #00AED5;
	border: none;
	color: #FFF;
	font-weight: 400;
	margin-bottom:0;
	padding-bottom: 0;
	font-size: 12px;
}
.copyright a {
	color: #FFF;
}
.copyright-isbn {
	border: none;
	color: #FFF;
	font-weight: 300;
	margin-bottom:0;
	padding-bottom: 0;
	font-size: 10px;
}
.razor a {
	color: #FFF;
	font-size: 12px;
	opacity: 0.4;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
}
.razor a:hover {
	opacity: 1;
	color: #FFF;
}
.payment-summary {
	background-color: #00AED5;
	border: none;
}
.copyright a {
	color:inherit;
}
.footer > .frame > .coltable > .col:last-child {
	padding-right:0;
}
.footer > .frame > .coltable > .col:first-child {
	padding-left:0;
}

/*Banner*/
.banner {
	padding:0;
}
.banner .slider-wrapper {
	box-shadow:none;
}
.banner .post-body{
	padding-left:20px;
}
.banner .post-body p{
	color:#b3b3b3;
}

.ad{
/*	padding:10px;
	background-color:#00aed5;*/
}
/*Social Media*/
.social-ico a {
	font-size:40px;
	padding:0 5px;
	opacity:0.8;
}
.social-ico a:hover {
	opacity:1;
}

/*Header*/
.header {
	position:relative;
}
.header .col-nav .menu {
	padding-left:190px;
}
.header {
	padding: 0;
}
.header .frame {
	padding: 20px 0;
}
.logo {
	height:110px;
	background-position: center;
}

/*Footer*/
.footer {
	padding:50px 0 40px;
	background-image: url(images/footer-bg.jpg);
	background-size: 100%;
	border-top:none;
}
.footer .divide {
	height: 4px;
	width: 100px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
}
.footer .foot-menu {
	margin:0 0 25px;
}
.footer .foot-menu a {
    font-family: "omnes-pro",sans-serif;
    color:#fff;
	border-bottom: none;
}
.footer .foot-menu .nolink {
	padding: 8px 0;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	list-style: none;
}
.footer .foot-menu .nolink.multiline {
	line-height: 21px;
}
.footer .head {
	font-weight: 100;
	font-size: 24px;
	color: #fff;
	border: none;
	letter-spacing: 3px;
}
.footer .foot-menu {
	border-color:#00AED5;
	padding: 20px 0;
	padding-right:25px;
}
.footer .foot-menu > li a {
	border-bottom: 1px solid rgba(0,0,0,0);
	padding: 8px 0;
	font-weight: 100;
	letter-spacing: 1px;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF !important;
	text-decoration: none;
}
.footer h2.callme {
	font-weight:300;
}
.call {
	font-size: 22px;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	box-shadow: 0 4px 3px rgba(59,102,120,0.3);
	background: rgba(255,255,255,0.90);
	padding: 20px 30px 20px 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.call a {
	color: #00AED5;
}
.call > * {
	float: left;
}
.call img {
	width: 40px;
}
.call p {
	line-height: 28px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: 300;
	margin: 0;
	color:#00AED5;
	position: relative;
	top: -3px;
}

.footer .call img {
	width: 60px;
}
.footer-cright{
	text-align:center;
	position:relative;
}
.c-spacer {
    width: 90px;
    border-bottom: 2px solid #aa7518;
    margin: 10px 0px 5px;
}
.footer-overlay{
	background-image: url(images/footer-overlay.png);
	background-position: center;
	min-height: 270px;
	top: 250px;
	position: relative;
	margin-top: -200px;
}
.foot-badge{
	width:100px;
}
/*Copyright*/
.copyright {
	background-color:transparent;
	border-top:none;
	font-size: 12px;
	padding-top: 20px;
}
.copyright * {
	color:#FFF;
}

/*Box*/
.box, .form-block {
	border-width:2px;
}
.box-green {
	border: 2px solid #5cb85c!important;
}
#map_canvas {
	height:600px;
}

.mt50{
	margin-top: 50px;
}
.cabin-types .type:hover {
	transform: scale(1.1,1.1);
}
.cabin-types > .col > p {
	margin: 0;
}
.plancol .col {
	width: 16.666%;
	padding: 6px;
}
.plancol .col img {
	border-radius: 5px 5px 0 0;
	vertical-align: top;
	width: 100%;
}
.plancol .col:hover {
	transform: scale(1.1,1.1);
}
.plancol .col p {
	background-color: #00B6BD;
	text-align: center;
	font-weight: 600;
	width: 100%;
	color: #fff;
	padding: 7px 6px 10px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0 0 5px 5px;
}

/*Section title*/
.section-title {
	padding: 16px 0 20px;
	background-color: #8ead0e;
	margin-top:-20px;
}
.section-title .frame {
	padding: 0 !important;
}
.section-title p,
.section-title h1 {
	margin: 0;
	color: #FFF;
}

/*Section Feature*/
.section-feature {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-feature.sf-intro{
	padding: 0px 0 80px !important;

}
.section-feature .col > *:last-child {
	margin: 0
}
.section-feature.sf-specs {
	background-image: url(images/bg-floor.jpg);
	background-size: contain;
	background-repeat: repeat;
	padding: 80px 0;
}
.section-feature.sf-specs .sub {
	font-family: 'al-fresco',serif;
	font-size: 42px;
	color: #00AED5;
}
.section-feature.sf-testimonial {
	background-image: url(images/bg-towl.jpg);
	background-size: contain;
	background-repeat: repeat;
	padding: 40px 0;
	border-color: #FFF;
}
.section-feature.sf-testimonial .from {
	font-family: 'al-fresco',serif;
	font-size: 42px;
	color: #00AED5;
}
.section-feature.sf-testimonial blockquote {
	font-size: 28px;
	color: #444;
}
.section-feature.sf-options {
/*	margin-top: 20px;*/
	background:#fff;
	padding:0px 0;
	/*max-height: 350px;*/
}
.section-feature.sf-options .frame {
	padding:0 !important;
}
.section-feature.sf-options .panel img {
	max-width:200px;
}
.section-feature.sf-options .panel h2,
.section-feature.sf-options .panel {
	text-align:center;
	color:#FFF;
}
.section-feature.sf-options .panel .button {
	border-color:#FFF;
	color:#FFF;
	min-width:150px;
	padding:10px 0 12px;
}
.section-feature.sf-options .panel .button:hover {
	background-color:#FFF;
	color:#00AED5;
}
.section-feature.sf-floor {
	background-image: url(images/bg-floor.jpg);
	background-size:contain;
	background-position:right;
}
.section-feature.sf-floor .options {
	font-family:'rift',sans-serif;
	font-size:22px;
}
.section-feature .call p {
	font-family:"proxima-soft",sans-serif;
}
.section-feature .call {
	padding: 14px 18px;
	background-color: #fff;
	border-radius: 0px;
	margin: 2px !important;
}
.section-feature .box {
	border:none;
	background-color:#F5F1ED;
	padding: 30px 40px;
}
.section-feature .box li {
	margin-bottom: 5px;
    margin-left: 25px;
/*	font-size: 14px;*/
}
.section-feature .box-wht {
	border:none;
	background-color:#fff;
	padding: 30px 40px;
}
.section-feature video {
	max-width: 600px;
}
.section-feature .plan-images a {
	float: left;
	display: block;
	max-width: 200px;
	padding-right: 20px;
	box-sizing: border-box;
}
.section-feature .plan-images img {
	width: 100%;
	vertical-align: top;
	border: 1px solid #EEE;
	transition: all 0.3s ease-in-out 0s;
}
.section-feature .plan-images img:hover {
	transform: scale(1.2,1.2);
	border-color:#00AED5;
	box-shadow: 4px 4px 20px #DDD;
	display: inline-block;
}
.post-body{
 	font-family: "rift-soft",sans-serif;
}
.post-body h3{
	font-family: "rift-soft",sans-serif;	
	letter-spacing: 0px;
	margin: 0;
}
.coltable.col6.post-wrap .post-body h3,
.coltable.col5.post-wrap .post-body h3 {
	font-size: 20px;
}
.post-item.pi-img {
	position: relative;
}
.post-item.pi-img .post-image {
	z-index: 98;
	position: relative;
}
.post-item.pi-img .post-image img {
	width: 100%;
	vertical-align: top;
}
.post-item.pi-img .post-body {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 99;
}
.post-item.pi-img.home-news-post-item{
	border-radius: 8px;
}
.post-item.pi-img.home-news-post-item .post-image img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.post-item.pi-img.home-news-post-item .post-body{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	z-index: 99;
}
.post-item.pi-img.home-news-post-item .post-body>p{
	color: #00aed5!important;	
}
.post-item.pi-img.home-news-post-item .post-body .excerpt{
	color: #525050!important;	
	font-family: "brother-1816",sans-serif;
	font-size: 10px;
	height: 55px;
	margin: 0px;
	text-align: justify;
	line-height: 1.3;
	
}

.post-item.pi-img .post-body .h3 {
	color: #FFF;
}
.post-item.pi-img .post-body a .h3{
	    color: #00AED5;
}
.post-item.pi-img .post-body {
	
}
.post-body .post-date {
	color:#b3b3b3;
}
.post-item .post-body {
	position: relative;
}
.news-feature-slider {
	max-width: 820px !important;
	box-sizing: border-box;
}
.news-feature-slider li {
	position: relative;
}
.news-feature-slider li img {
	width: 100%;
	vertical-align: middle;
}
.news-feature-slider li .banner {
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
}
.news-feature-slider li * {
	font-family: "rift-soft",sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin: 0;
}
.post-item.pi-img .post-body a .h3,
.post-item.pi-img .post-body .h3,
.news-feature-slider li h3,
.news-feature-slider li .h3 {
	font-size: 20px;
	margin: 0;
	line-height: 24px;
}
.news-feature-slider li p {
	margin: 0;
	color: #999;
}

.business-slider {
	max-width: 100% !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}
.business-slider li {
	box-shadow: inset 0 -999px 0 rgba(0, 174, 213,0);
	position: relative;
	overflow: hidden;
/*	border: 1px solid #00aed5;*/
}
.business-slider li img {
	width: 100%;
	vertical-align: middle;
	transition: all 0.3s ease-out 0s;
	position: relative;
	min-height: 171px;
}
.business-slider li a{
	text-decoration: none;
}

.business-slider li a:hover img {
	transform: scale(1.4);
}
.business-slider li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0, 174, 213,0);
	transition: all 0.3s ease-out 0s;
	z-index: 1;
}
.business-slider li a:hover::before {
	background-color:rgba(0, 174, 213,0.6);
}

.business-slider li .banner {
/*
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
*/
	background-color: white;
	text-decoration: none;
	color: #00aed5;
	padding: 5px;
}

.business-slider li * {
/*	font-family: "rift-soft",sans-serif;*/
	letter-spacing: -1px;
	color: #fff;
	margin: 0;
}
.business-slider li h3.caption{
	font-weight: 300;
}
.business-slider li h3,
.business-slider li .h3 {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	position: relative;
	z-index: 11;
	text-decoration: none;
	color: #525050;
}
.business-slider li p {
	margin: 0;
	color: #999;
}
.business-slider li h3 i{
	color: #525050;
	font: normal normal normal 14px/1 FontAwesome;
}
.business-slider li > a > .banner-mobile{
	display: none;
}
.tag {
 	font-family: "brother-1816",sans-serif;
  	background-color:#00aed5;
	padding:8px 10px;
	border-radius: 4px;
	margin: 0;
	line-height: 20px;
}
.post-item .tag {
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 101;
}

/*Homepage Only*/
body.page-index.frame-full-width .header {

}
.body {
	background-color:#FFF;
}
.body.page-login {
}
.banner {
/*	background-image: url(images/bg-farm.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}

/*Footer*/
.footer ul.foot-menu li:hover > a {
	color:#d3a54a;
}

/* Layout*/
.layout-wrapper {
	width: 400px;
	overflow: hidden;
}
.layout-wrapper label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: left;
	color: #999;
}
.layout-selector,
.layout-filter {
	width: 50%;
	float:left;
}
.layout-wrapper .ls {
	font-size: 18px;
}
.layout-wrapper .ls.grid {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.layout-wrapper .ls.list {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

/* Nearby Page */
.news-page-header h1,
.news-page-header h2,
.news-page-header p {
	margin: 0;
}
.section-content {
	padding: 140px 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 5px solid #EEE;
	
}
.section-content h2 {
	margin: 0 70px;
}
.banner .slide .slide-inner h3 {
	font-family:"omnes-pro",sans-serif;
	
}
.logo-image{
	width:100%;
	vertical-align: top;
}

.intro{
    font-family: 'Raleway', sans-serif;
	line-height: 40px;
	color: #666;
	letter-spacing: 1px;
}

head-options > li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
	font-family: 'Raleway', sans-serif;
}
.social-icon {
    padding: 20px 0;
    margin-top: -35px;
}

.header a.facebook, .header a.linkedin {
    width: 30px;
    height: 30px;
    padding: 5px 13px;
    background-size: contain;
    background-position: center;
    margin-left: 9px;
    border-radius: none;
	transition: all 0.1s ease-out 0s;
}
.header a.facebook:hover, .header a.linkedin:hover {
	opacity: 0.6;
}
.header a.facebook {
    background-image: url(images/fb-icon.jpg);
}
.header a.linkedin {
    background-image: url(images/lin-icon.jpg);
}
.welcome-text{
    position: relative;
}

.h2 a.text-link {
	color: #fff;
	padding:5px 12px 5px 0px;
	margin-right: 12px;
	border-right: 1px solid #fff;
	transition: all 0.2s ease-out 0s;
	opacity: 0.6;
}
.h2 a.text-link:hover {
	opacity: 1;
	text-decoration: none;
}
.col-logo{
	width:10%;
	min-width:90px;
}
.col-slogan{
	width:60%;
	padding-left: 10px;
}
.col-slogan .h2 {
	font-size: 34px;
	line-height: 36px;
	font-weight: 800;
	margin: 0;
}
.col-slogan .h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 300;
	margin: 0;
	color: #8ead0e;
}
.col-search{
	width:30%;
}
.col-search input[type="text"] {
	display: inline-block;
	width: 75%;
	border: none;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 20px !important;
	padding: 8px 16px;
}
.col-search input[type="submit"],
.col-search button{
	display: inline-block;
	background-color: #8ead0e;
	padding: 7px 12px 9px;
	width: 25%;
	border: 1px solid #8ead0e;
	position: relative;
}
.col-search input[type="submit"]:hover, .col-search button:hover {
	border-color: #00aed5;
	background-color: #00aed5;
	color: #FFF;
	box-shadow: none;
	border-radius: 0;
}
.w70{
	width:70%;
}
.w30{
	width:30%;
}

/* Search Filter */
.col-search form{
	border: 1px solid #EEE;
	padding: 0;
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	min-width: 300px;
}
.search-filter {
	font-size: 14px;
	color: #333;
	display: table;
	width: 100%;
}
.search-filter label {
	display: table-cell;
	text-align: center;
	background-color: #ECECEC;
	padding: 4px;
}
.search-filter label:nth-child(even) {
	background-color: #f3f3f3;
}
.search-filter label input {
	position:relative;
	top: -1px;
}

.dropzone-product-images {
    border: 2px dashed #00A0D3!important;
    background: #fff!important;
    padding: 20px!important;
    margin: 0 auto!important;
    text-align: center!important;
}

.button.btn-contact {
    padding: 4px 8px;
	font-weight: 300;
    font-size: 18px;
	font-family: montserrat,proxima-nova,'Open Sans',Arial,sans-serif;
}
.bnr-ad-wrap{
	height:454px;
	background-color: #e3e3e3;
	overflow-y: scroll;
	border: 1px solid #e3e3e3;
}

.homefeature-box * {
	transition: all 0.2s ease-in-out 0s;
}
.homefeature-box {
	vertical-align: top;
	background-color: #fafafa;
}
.homefeature-box:nth-child(even) {
	background-color: #fff;
}

.homefeature-box .col{
	padding:8px;
}
.homefeature-box img {
/*
	border-radius: 150px;
	transform: scale(0.9);
*/
}
.homefeature-box p {
	margin: 0;
	color: #525050;
}
.homefeature-box h4 {
	margin: 0 0 3px;
/*
	font-size: 18px;
	line-height: 20px;
	color: #525050;
*/
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 11;
	text-decoration: none;
	color: #525050;
	
	
}
.homefeature-box a {
	text-decoration: none;
}
.homefeature-box:hover img {
	transform: scale(1);
}
.homefeature-box:hover h4,
.homefeature-box:hover p {
	color: #00AED5;
}


/*Sidebox Override*/
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
	padding-right: 28px;
}
.sidebox {
	border-radius: 15px 15px 0 0 ;
	border: none;
}
.sidebox .sidebox-top {
	text-align: left;
	background: none;
	font-weight: 200;
	color: #ccc;
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEE;
	letter-spacing: 1px;
	font-size: 22px;
}
.sidebox .sidebox-body {
	padding: 0;
}
.sidebox h4 {
	padding: 8px 0px 0;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #71BDE4;
	margin-bottom: 10px;
}
/*
.sidebox .links li > a {
	padding: 8px 0px 8px;
	font-size: 15px;
	color: #444;
	text-align: left;
	line-height: 16px;
	border-bottom: 1px solid #fff;
}
*/
.sidebox .links li > a {
	background-color: #EEE; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

/*
.sidebox .links li > a:hover {
	color: #9CBE0F;
	border-bottom: 1px solid #9CBE0F;
}
*/
.sidebox .links li > a:hover {
	background-color: #CCC; /* Dark grey background on mouse-over */
	transform: scale(1.1,1.1);
	color: #FFF;
}
.sidebox .links li > a.active {
    background-color: #00AED5;
    color: white;
}
.sidebox .links:not(:last-child) {
	margin: 0;
}
.sidebox .links li > a.cat-show {
	background-color: #f3f3f3;
	padding: 8px 12px 9px;
	margin-top: 8px;
}
.sidebox .links li > a.cat-show:hover {
	background-color: #00aed5;
	color: #fff;
/*	border-bottom: 1px solid #00aed5;*/
}

.sidebox-cta {
	transition: all 0.2s ease-out 0s;
	background-color: #00aed5;
	padding: 8px 10px;
	text-align: center;
}
.sidebox-cta a {
	color: #fff;
}
.sidebox-cta:hover {
	background-color: #9CBE0F;
}
.sidebox-cta a:hover {
	color: #fff;
	text-decoration: none;
}

/*Product Override*/
.sort-box {
	border: 0px solid #eee;
	background-color: #F8F8F8;
	border-radius: 5px;
	padding: 10px 15px;
}
.sort-box .form-block {
	border: 0px solid #eee;
}
.sort-box .form-block .field {
	padding: 0px !important;
}
.sort-box .col:nth-child(2) p {
	color: #999;
}

.layout-selector, .layout-filter {
	float: right;
}
.layout-selector .button {
	margin-left: 2px;	
}

.form-block.filter .field select {
	padding: 6px 26px 6px 9px !important;
	border-radius:0;
	border: none;
	transition: all 0.1s ease-out 0s;
	background-color: #fff;
	background-image: url(/template/default/images/arrow-down.svg);
	background-position: center right 6px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	color: #555;
	font-weight: 300;
	-webkit-appearance: none;
	-moz-appearance:none;
}
.form-block.filter .field select:hover {
	background-color: #e3e3e3;
	background-size: 18px auto;
	background-position: center right 4px;
}
.form-block.filter .field input {
	padding: 4px 8px 4.5px 8px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	background-color: #bbb;
	color: #fff;
}
.form-block.filter .field input:hover {
	border-radius: 0;
	background-color: #c00;
	box-shadow: none;
	color: #fff;
}

.pro-main h1:first-of-type {
	margin: 0 0 5px;
}
.pro-main h3:first-of-type {
	color: #bbb !important;
	font-size: 26px;
	font-family: "proxima-soft", sans-serif;
	margin: 0;
}
.pro-main .category-box {
	margin: 30px 0 40px;
}
.pro-main .category-box li {
	padding: 2px;
}

.category-box .box * {
	transition: all 0.1s ease-out 0s;
}
.category-box .box {
	padding: 10px 15px 12px;
}
.category-box .box:hover {
	box-shadow: none !important;
	border-color:#00AED5;
	background-color: #00AED5;
}
.category-box .box:hover a {
	color: #fff !important;
}

.product-box .title {
	min-height: 75px;
	text-align: left;
}

.product-box > li > .box {
/*	border-width: 2px;*/
/*	border-radius: 8px;*/
/*	margin: 3px;*/
	padding: 26px;
}
.product-box li:hover .box {
	border: 2px solid #00AED5;
}
.product-box > li .box .title a {
/*
	color: #00AED5;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
*/
	font-size: 14px;
    line-height: 12px;
	letter-spacing: -1px;
	font-weight: 600;
    margin: 0;
    line-height: 20px;
    text-decoration: none;
    color: #525050;
	text-align: left;
}
.product-box > li .box .options {
	display: none;
}

.listing-action .button {
	padding: 6px 12px 8px;
	border-radius: 5px;
}
.product-box .title .caption{
	color: #525050;
	font-size: 14px;
	letter-spacing: -1px;
}
.product-box .caption.short-desc{
	display: block;
    color: #00AED5!important;
    font-family: "brother-1816",sans-serif;
    font-size: 10px;
    height: 55px;
    margin: 0px;
    line-height: 1.3;
    letter-spacing: .5px;
    text-align: justify;
}
.mobile-button {
	display: none;
}
.mobile-button a {
	border: 1px solid #FFF;
	display: inline-block;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}
.mobile-button a:hover {
	background-color: #FFF;
}
.news-header .news-intro h1 {
	font-size: 38px;
	line-height: 32px;
}

.capsule-container .wrap .capsule a {
    color: #FFF;
}
.capsule-container .wrap .capsule a:hover {
    color: #000;
}

.view-count-container span {
	display: inline-block;
	padding: 6px 6px 6px;
	background: #00AED5;
	margin-right: -2px;
	font-weight: 600;
	color: #fff;
}
.view-count-container span:first-child {
	padding-left: 12px;
	border-radius: 5px 0 0 5px;
}
.view-count-container span:last-child {
	padding-right: 12px;
	border-radius: 0 5px 5px 0;
}

.view-count-container .center {
  text-align: center;
  width: 50%;
  margin: 20px auto;
}
.view-count-container .message {
  color: #000;
  font-family: Verdana;
  font-size: 12px;
}
#news_container{
	margin-top: 5px;
}
.post-type-news-cat .post-body h3{
	color: #eee;
}
.post-type-news-cat .post-body p{
	color: #eee;
}
.btn-rss i{
	color: #f26522;
	font-size: 48px;
}
.btn-rss i:hover{
	color: #ff925e;
}
.a2a_kit .btn-rss i{
	font-size: 38px;
}
.a2a_kit a:not(.btn-rss){
	padding-top: 3px;
}
.section-home-info{
	padding:1px;
/*	border-top: 2px solid #86960C!important;*/
	border-bottom: 1px solid #86960C!important;
	margin-left: 10px;
	margin-right: 10px;
}
.section-home-info .coltable .col{
	padding-left:20px;
	padding-right:20px;
}
.section-home-info .coltable .col:first-child{
/*	border-right: 1px solid #86960C!important;*/
}
.section-home-info .coltable .col:last-child{
	
}
.extra-cats-list{
	list-style: none;
	border: 1px solid #86960C!important;
	height:138px;
	overflow-y: scroll;
}
.extra-cats-list>li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
.extra-cats-list>li>a{
	font-size: 14px;
}
.extra-cats-list>li:nth-child(even) {
	background: #FAFAFA
}

.extra-cats-list>li:nth-child(odd) {
	background: #FFF
}
/*
.extra-cats-list>li>a{
	width: 100%;
	transition: all 0.2s ease-in-out 0s;
}
.extra-cats-list>li>a:hover{
	transform: scale(1.1,1.1);
}
*/

.news-vertical-menu {
	list-style: none;
}

.news-vertical-menu a {
    background-color: #EEE; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.news-vertical-menu a:hover {
    background-color: #CCC; /* Dark grey background on mouse-over */
	transform: scale(1.1,1.1);
	color: #FFF;
}

.news-vertical-menu a.active {
    background-color: #00AED5;
    color: white;
}
.news-section-cat-banner {
    padding: 220px 0 0;
    background-size: cover;
    background-position: center center;
    position: relative;
	margin-bottom: 30px;
}

.news-section-cat-banner .news-section-intro {
    background-color: rgba(0, 174, 213,0.9);
    padding: 20px 30px;
	text-align: right;
}
.news-section-cat-banner .news-section-intro h1{
    color: #FFF;
	margin: 0px;
}
.news-section-news-items .post-item{
	border-radius: 8px;
	min-height: 213px;
}
.news-section-news-items .post-item .post-image img{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.news-section-news-items .post-item .post-body h3{
	font-size: 16px;
    margin: 0;
    line-height: 24px;
	font-weight: 600;
}

.dating-profile-items .post-item{
	border-radius: 8px;
	min-height: 213px;
	color: #ff91ca;
}
.dating-profile-items .post-item:hover {
	border-color: #ff91ca;
}

.dating-profile-items .post-item .post-image img{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.dating-profile-items .post-item .post-body {
	color: #ff91ca;
}
.dating-profile-items .post-item .post-body h3{
	font-size: 20px;
    margin: 0;
	margin-bottom: 8px;
    line-height: 24px;
	color: #ff91ca;
}
.profile-image-container{
	margin-bottom: 20px;
}
.profile-image-container img{
	border-radius: 50%;
	border: 2px solid #db8200;
    padding: 5px;
	transition: all 0.2s ease-in-out 0s;
}
.profile-image-container img:hover{
	transform: scale(1.1,1.1);
}
/*
.product-box > li .box .title a{
	font-family: 'Open Sans',arial,sans-serif;
    font-weight: 400;
	font-size: 12px;
	text-transform:capitalize;
	line-height: 5px;
	letter-spacing: 0px;
}
*/
.profile-box{
	border: 2px solid #EEE;
	border-radius: 8px;
	padding: 20px;
}

.post-type-news-cat .post-body h3{
	font-size: 22px;
}
.img-round{
	border-radius: 50%;
}
.profile-attributes{
	list-style: none;
	margin-bottom: 8px;
}
.profile-attributes li{
	text-align: center;
	background-color: #EEE;
    color: black;
    display: block;
    padding: 8px;
    text-decoration: none;
	margin-bottom: 3px;
}
.profile-actions{
	list-style: none;
	transition: all 0.2s ease-in-out 0s;
}
.profile-actions>li>a{
	width:100%;
	text-align: center;
	background-color: #00AED5;
	color: #FFF;
    display: block;
    padding: 10px;
    text-decoration: none;
	margin-bottom: 3px;
}
.profile-actions>li>a:hover{
	background-color: #8ead0e;
	transform: scale(1.1,1.1);
	color: #FFF;
}
.dating-sidebox-top{
    text-align: left;
    background: none;
    font-weight: 200;
    color: #ccc;
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #EEE;
    letter-spacing: 1px;
    font-size: 22px;
}

.dating-profile-items .post-item .post-body .coltable .col{
	padding:0px;
	font-size: 12px;
}
.rose-list{
	list-style: none;
	transition: all 0.2s ease-in-out 0s;
}
.rose-list>li>a{
	width:100%;
	text-align: center;
	color: #910f35;
    display: block;
    padding: 5px;
    text-decoration: none;
	margin-bottom: 2px;
	font-size: 18px;
}
.rose-list>li>a:hover{
	transform: scale(1.2,1.2);
}
.subscription-group-list{
	list-style: none;
	margin-top: 30px;
}
.subscription-group-list>li{
	padding:20px;
	border: 2px solid #EEE;
	border-radius: 8px;
}
.subscription-group-list h3{
	text-align: center;
}
.subscription-group-list>li>.sub-items>.col{
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
}
.subscription-group-list>li>.sub-items>.col>.sub-item{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
/*	border: 2px solid #00AED5;*/
}
.subscription-group-list>li>.sub-items>.col>.sub-item:hover{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	
}
.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-head{
	background-color: #00AED5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.subscription-group-list>li>.sub-items>.col>.sub-item h4{
	text-align: center;
	padding:15px;
	color: white;
	margin: 0px;
}

.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-body{
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
}
/*
.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-foot{

}
*/
.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-foot>a{
	color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #EEE;
	width:100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 18px;
	font-weight: 400;
}
/*
.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-foot>a:first-child{
	border-bottom-left-radius: 5px;
}
.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-foot>a:last-child{
	border-bottom-right-radius: 5px;
}
*/

.subscription-group-list>li>.sub-items>.col>.sub-item>.sub-item-foot>a:hover{
	background-color: #00AED5;
	color: white;
}
.menu-dating {
	padding-top:8px;
	background-color: #EEE;
}
.menu-dating .frame {
    padding: 0;
}
.menu-dating ul{
	background-color: #ff91ca;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-dating ul>li {
    float: left;
}
.menu-dating ul>li:last-child{
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    float: right;
}
.menu-dating ul>li:last-child i{
	animation-name: pulse_animation;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.menu-dating ul>li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu-dating ul>li a:hover {
    background-color: #ff70ba;
	color: white;
}

.menu-dating-sub {
	background-color: #ff91ca;
	margin-top: 9px;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;

}
.menu-dating-sub .frame {
    padding: 0;
}
.menu-dating-sub ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu-dating-sub ul>li {
    float: left;
}

.menu-dating-sub ul>li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu-dating-sub ul>li a:hover {
    background-color: #ff70ba;
	color: white;
}

/* Dating Chat*/
.dating-chat-container {
	width:auto;
}
.dating-chat-container .panel-body {
	font-size:12px;
	height:453px; 
	overflow-x:hidden; 
	overflow-y: scroll;
}
.dating-chat-container .row {
	width:auto;
}
.dating-chat-container .list-group-item {
}

.dating-chat-container textarea {
	resize: none;
}

.dating-chat-container .panel-heading{
	background-color: #db8200!important;
    border-color: #db8200!important;
}
.dating-chat-container .panel-primary {
    border-color: #db8200!important;
}
.dating-chat-container .list-group-item.active, .dating-chat-container .list-group-item.active:hover, .dating-chat-container .list-group-item.active:focus{
	background-color: #db8200!important;
    border-color: #db8200!important;
}
/* Dating Chat End*/

/* Dating Slider*/
.dating-slider-container {
	max-width: 100% !important;
	    padding: 10px;
	box-sizing: border-box;
}
.dating-slider-container li {
	position: relative;
}
.dating-slider-container li img {
	width: 100%;
	vertical-align: middle;
}
.dating-slider-container li .banner {
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
}
.dating-slider-container li * {
	font-family: "rift-soft",sans-serif;
	letter-spacing: 0px;
	color: #fff;
	margin: 0;
}

.dating-slider-container li h3,
.dating-slider-container li .h3 {
	font-size: 17px;
	margin: 0;
	line-height: 24px;
}
.dating-slider-container li p {
	margin: 0;
	color: #999;
}
.dating-slider-container .profile-tag {
	font-family: "brother-1816",sans-serif;
    background-color: #ff91ca;
    padding: 8px 10px;
    border-radius: 4px;
    margin: 0;
    line-height: 20px;
	top: 20px;
    left: 20px;
    position: absolute;
    z-index: 101;
}
.dating-slider-container .fa {
    font-family: FontAwesome!important;
}
/* Dating Slider End*/

.dating-profile-sidebox{
	border: 2px solid #ff91ca;
	padding:10px;
}
.dating-profile-sidebox h4{
	text-align: center;
	margin-bottom: 6px;
}
.dating-profile-sidebox .button{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.dating-profile-sidebox p{
	text-align: center;
}
.body-dating{
	padding: 0px;
}

.mini-loader {
	display: inline-block;
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #db8200; /* Blue */
    border-radius: 50%;
    width: 28px;
    height: 28px;
    animation: spin .5s linear infinite;
}
.business-slider .slider-tag .fa{
	font-family: FontAwesome!important;
}
.business-slider .slider-tag{
	font-family: "brother-1816",sans-serif;
	font-size: 11px;
    background-color: #00AED5;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0;
    line-height: 18px;
	top: 11px;
    left: 11px;
    position: absolute;
    z-index: 101;
}
.colour-orange{
	color: #ea911b;
}
.background-orange{
	background-color: #ea911b;
}
.frame-ticker{
	padding: 0 0 0px 0px!important;
}
.ticker-classified {
    font-family: Arial, sans-serif;
/*    border: 1px solid #82960C;*/
/*    margin: 5px 0;*/
    font-style: italic;
    position: relative;
   	padding: 0 0 0 120px;
}
.ticker-classified:before {
    content: "Classified";
    display: inline-block;
    font-style: normal;
    background: #82960C;
    padding: 10px 13px 10px 13px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.ticker-classified ul li{
	list-style: none;
    padding: 10px 0;
	color: #82960C;
}
.ticker-classified ul a{
	color: #82960C;
}
.ticker-classified ul{
	list-style: none;
	margin: 0 0 0 30px;
}


.ticker-updates {
    font-family: Arial, sans-serif;
/*    border: 1px solid #00AED5;*/
/*    margin: 5px 0;*/
    font-style: italic;
    position: relative;
   	padding: 0 0 0 120px;
	margin-bottom: 8px;
}
.frame-ticker-updates{
	padding: 0 11px 0 11px!important;
}
.ticker-updates:before {
    content: "Updates         ";
    display: inline-block;
    font-style: normal;
    background: #00AED5;
    padding: 10px 20px 10px 20px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.ticker-updates ul li{
	list-style: none;
    padding: 10px 0;
}
.ticker-updates ul{
	list-style: none;
	margin: 0 0 0 30px;
}
#currency_popup{
	padding: 30px;
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#currency_popup h3{
	font-weight: 600;
}
#currency_popup h4{
	margin-top: 20px;
	color: #82960C;
	font-weight: 600;
}
#currency_popup select{
	height: 40px;
	border-color: #00AED5;
	text-align: center;
	font-weight: 600;
	color: #00AED5;
}
#currency_popup small{
	color: #999;
}
.section-home-info{
	font-size: 14px;
	line-height: 14px;
}
.section-home-welcome{
	font-size: 14px;
	line-height: 18px;
/*	padding:15px;*/
/*
	border-top: 2px solid #00aed5!important;
	border-bottom: 1px solid #00aed5!important;
*/
/*
	margin-left: 10px;
	margin-right: 10px;
*/
}
.section-home-welcome .coltable .col .box{
	border: 1px solid #00aed5!important;
	border-radius: 0px;
	min-height: 200px;
}
.frame-home-welcome{
	padding: 15px 0!important;
}
.frame-business-slider{
	padding: 0px 0 15px!important;
}
.frame-home-info{
	padding: 5px 0!important;
}

.swiper-container {
	width: 578px;
	height: 100%;
}
.swiper-container a{
	display: contents;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
 .swiper-wrapper{
	height: 201px!important;
	display: flex!important;
}

/*
.swiper-overlay{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 174, 213,0.8);
    padding: 14px;
	text-align: left;
}
*/
.swiper-overlay{
	position: absolute;
	text-align: left;
	font-size: 12px;
/*    background-color: #00AED5;*/
	background-color: rgba(0, 174, 213,0.8);
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0;
    line-height: 18px;
    top: 11px;
    left: 11px;
    z-index: 101;
}
.swiper-overlay h4{
	color: white;
	margin: 0px;
	font-size: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #00AED5!important;
}
.frame-comm-welcome{
	padding: 15px 0!important;
}
.section-comm-welcome{
	font-size: 14px;
	line-height: 18px;
}
.section-comm-welcome .coltable .col .box{
	border: 1px solid #8ead0e!important;
	border-radius: 0px;
	min-height: 200px;
}
.swiper-overlay-comm{
	background-color: rgba(142, 173, 14,0.8);
}
.swiper-pagination-comm .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #8ead0e!important;
}
.swiper-overlay-dating{
	background-color: rgba(255, 145, 202,0.8);
}
.swiper-pagination-dating .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #ff91ca!important;
}
/*News video list*/
.news-video-menu {
	list-style: none;
}

.news-video-menu a {
    background-color: #EEE; /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

.news-video-menu a:hover {
    background-color: #CCC; /* Dark grey background on mouse-over */
	transform: scale(1.1,1.1);
	color: #FFF;
}

.news-video-menu a.active {
    background-color: #00AED5;
    color: white;
}
.news-video-box{
}
.news-video-section .col:nth-child(2){
	padding-top: 60px;
}
.news-video-section{
	padding: 10px;
/*	background-color: #8ead0e;*/
/*	border-radius: 8px;*/
}
.news-video-section h3{
/*	color: white;*/
}
.news-video-section .news-video-section-caption{
/*
	padding: 5px;
	background-color: #00AED5;
	border-radius: 8px;
*/
}
.news-video-section .news-video-section-caption p{
	color: white;
}
.coltable-news .col:first-child{
	padding-right: 20px;
}
.coltable.coltable-dating-info .col .box {
    border: 1px solid #ff91ca!important;
    border-radius: 0px;
    min-height: 201px;
}
.colour-pink{
	color:#ff91ca;
}
.background-pink{
	background-color:#ff91ca;
}
#btn_home_community{
	display: block;
	border: 1px solid #82960C;
	border-radius: 0px;
	padding: 8px;
	font-size: 20px;
    font-weight: 500;
    text-transform: none;
    transition: all 0.5s ease-in-out 0s;
	background: #82960C;
    color: #FFF;
	width:100%;
	margin-top:10px;
	text-align: center;
	text-decoration: none;
}

#btn_home_community:hover{
    background: #FFF;
    color: #82960C;
}
#btn_home_community .fa{
	animation-name: pulse_animation;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.home-comm-btn-frame{
	padding: 10px!important;
}
.footer-contact .col:first-child .button{
	border: 1px solid #FFF;
}
.business-slider li.lslide{
	height: 260px;
}
.business-slider li.clone{
	height: 260px;
}
.bnr-ad-wrap .desktop-title{
	display: block;
}
.bnr-ad-wrap .mobile-title{
	display: none;
}
label.sub-note{
	font-size: 11px;
}
label{
	font-size: 15px;
}
.post-type-news .post-item{
	height: 280px;
}
.post-type-news .post-item a{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.frame-ticker-mobile{
	display: none;
}
.section-feature .btn-view-all{
	display: none;
}
 .section-feature.sf-options .frame{
	padding: 25px 10px 0 10px!important;
}

.section-after-slider .frame{
	padding: 0 10px 0 10px!important;
}
.business-slider li p.excerpt{
	color: #00AED5!important;
    font-family: "brother-1816",sans-serif;
    font-size: 10px;
    height: 55px;
    margin: 0px;
    line-height: 1.3;
	letter-spacing: .5px;
	text-align: justify;
}
.business-slider li p.excerpt{
	
}
.post-wrap.post-type-news .post-item h3{
	font-size: 16px;
}
.post-wrap.post-type-news .post-item h3{
	min-height: unset;
}
.caption.short-desc{
	color: #000;
}
.menu-dating .frame ul{
	margin-left: 10px;
	margin-right: 10px;
}
.product-desc{
	text-align: justify;
}
@keyframes pulse_animation {
    0% { transform: scale(1.2); }
    20% { transform: scale(1.8); }
    50% { transform: scale(1.2); }
    70% { transform: scale(1.6); }
    100% { transform: scale(1.2); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*RESPONSIVE OVERRIDE*/
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1500px){
	.section-content {
		background-position: calc(-850px + 50vw) center;
	}
	.mobi-box {
		background-color: rgba(255,255,255,0.8);
		padding: 30px 40px;
	}
	body.page-index.frame-full-width .header {
		/*background-image: none;
	    background-color: #333333;*/
	}
}

@media screen and (max-width:1200px) {
	.footer-contact {
		padding: 0 20px;
	}
	.header .col-nav .menu {
		padding: 0;
	}
	.banner .slide .slide-inner h1 {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.banner .slide .slide-inner h3 {
		font-size: 22px;
		line-height: 22px;
	}
	.banner .slide .slide-inner p a.button {
		font-size: 16px;
	}
	.banner .coltable .col.bnr-ad-wrap, .banner .coltable .col.bnr-slider-wrap {
		width: 100%;
		clear: both;
		display: block;
	}
	.homefeature-box {
		height: auto;
		float: left;
		width: 20%;
	}
	.homefeature-box .col.w66 {
		min-height: 120px;
		text-align: center;
	}
	.post-item.pi-img .post-body a .h3, .post-item.pi-img .post-body .h3 {
		font-size: 20px;
		margin: 0;
	}
	.button.tag {
		font-size: 12px;
		padding: 4px 8px;
	}
	.post-item .tag {
		top: 10px;
		left: 10px;
	}
	.post-item.pi-img .post-body {
		padding: 5px 10px;
	}
	.banner .coltable .col {
		display: block;
		width: 100%;
	}
	.bnr-ad-wrap {
    	height: 380px;
	}
}
@media screen and (max-width:800px) {
	body.frame-full-width .body .frame {
		padding: 40px 40px;
	}
	.section-feature.sf-floor {
		background: none;
		padding: 60px 10px 100px;
	}
	.section-plan {
    	padding: 0;
	}
	h3{
		font-size:22px;
	}
	.footer .head .h4{
		font-size:22px;	
	}	
	.section-feature.sf-intro{
		margin-top: -200px;
	}
	.header .col-logo {
	    padding-left: 20px;
	}
	.header .col-nav {
	    padding-right: 20px;
	}
	.post-body>h2{
	    font-size: 27px;	
	}
	ul.menu .menulink {
	    font-size: 15px;
		padding-left:0;
	}
	.box.sort-box {    
		min-height: auto !important;
	}
	.layout-selector, .layout-filter {
		float: left;
		width: auto;
	}
	.sort-box .col:nth-child(2) p {
		padding: 10px 0;
	}
	
	.footer .cabin-gfx {
		left: 0;
		position: relative;
		text-align: center;
		top: 0px;
		width: 100%;
		margin: 20px 0;
	}
	.footer .cabin-gfx img {
		max-width: 200px;
	}
	.footer-contact {
		top: 0;	
	    padding: 0 50px;
	}
	.banner .slide .slide-inner h1 {
		font-size: 30px;
		line-height: normal;
		margin-bottom: 5px;
	}
	.banner .slide .slide-inner h3 {
		font-size: 18px;
	}
	.banner .slide .slide-inner p a.button {
		font-size: 14px;
	}
	.banner .slide, .banner .slide-image {
		min-height: 300px;
		background: #fff !important;
	}
	.ssslide img {
		width: 1047px !important; 
		height: 300px;
		overflow: hidden;
	}
	.form-block .field.single, .form-block.single .field {
		padding: 15px 20px;
	}
	.footer-cright {
 	   padding-top: 50px;
	}
	#header .col-search form {
		max-width: 400px;
		margin: 0 auto;
		display: table;
	}
	.header .col-logo,
	.header .col-slogan {
		padding-left: 0px;
	}

	#header .col-logo,
	#header .col-slogan,
	#header .col-search {
		display: block;
		width: 100%;
		text-align: center;
	}
	.homefeature-box {
		height: auto;
		float: left;
		width: 33.333%;
	}
	.news-feature-slider li h3 {
		line-height: 24px;
	}
	.bt-list li{
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	body {
		font-size: 16px;
	}
	.body > .section-feature,.frame {
		padding: 15px 0;
/*
		padding-left: 20px;
		padding-right: 20px;
*/
	}
	.mobile-button {
		display: block;
	}
	.section-plan{
		padding:0;	
	}
	.section-feature.sf-intro {
	    margin: 0;
	}
	.footer {
		padding: 40px 0 10px;
	}
	.header {
		padding: 20px 0;
	}
	.footer > .frame > .coltable > .col:first-child,
	.footer > .frame > .coltable > .col {
		padding: 0 10px;
	}
	.frame{
		padding:20px 30px !important;
	}
	.mobi-box {
		background-color: rgba(255,255,255,0.8);
		padding: 25px 25px;
	}
	.header .col-nav .menu {
		padding-left: 0px;
	}
	.copyright p {
		text-align: center;
	}
	#header .col-slogan {
		text-align: center;
	}
	#header .col-search {
		padding: 10px 10px 30px;
		width: 100%;
	}
	.header .frame {
		padding-top: 0!important;
		padding-bottom: 0!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.header p.h2 span {
		display:block;
		margin:20px 0 0;
	}
	.coltable .col.first,
	.coltable .col.last {
		padding-left:0;
		padding-right:0;
		padding-top:15px;
	}
	h1, .h1 {
    	font-size: 30px;
		line-height: 34px;
	}
	.news-header .news-intro h1 {
		margin: 0 0 15px;
	}
	.news-header .news-intro.capsule-container .wrap {
		position: static;
		top: 0;
		left: 0;
	}
	.news-header .capsule-container .wrap .capsule {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.news-header .frame {
		padding: 15px;
	}
	.form-block .field.single, .form-block.single .field {
		padding: 10px 15px;
	}
	.footer-cright {
    	padding-top: 0;
	}
	
	.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
		padding-right: 0px;
	}	
	.footer-overlay {
		top: 220px;
		margin-top: -230px;
	}
	.footer .head {
		margin: 0;	
	}
	.col-home-welcome-text, .col-home-info-text{
		display: none!important;
	}
	#lightSlider li img {
		width: 100% !important;
		bottom: 130px;
    	position: relative;
	}
	.product-box.row3 > li {
		width: 100%;
	}
	.news-feature-coltable{
		display: block;
		width: 100%;
	}
	.news-feature-coltable .col.w30{
		display: none;
	}
	#lightSlider{
		max-height: 250px;
	}
	.news-feature-slider {
		max-height: 250px;
/*		max-width: 300px !important;*/
/*		max-height: 520px;*/
/*		overflow-y: scroll;*/
/*		-webkit-overflow-scrolling:touch;*/
	}
	.news-feature-slider li {
		max-height: 250px;
		list-style: none;
		float:left;
		width:100%;
	}
	.business-slider {
		max-height: 520px;
/*		overflow-y: scroll;*/
		-webkit-overflow-scrolling:touch;
	}
	.business-slider li {
		list-style: none;
		float:left;
		width:100%;
	}
	.business-slider li > a{
		display: table;
		padding: 10px;
	}
	.business-slider li > a > .banner{
		display: none;
	}
	.business-slider li > a > .banner-mobile{
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	.business-slider li > a > .image{
		width: 30%;
		display: table-cell;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	.business-slider li img{
		min-height: unset;
	}
	.business-slider .slider-tag{
		top: 17px;
    	left: 16px;
	}
	.business-slider li p{
		padding: 0 10px 0 10px;
	}
	.business-slider li h3, .business-slider li .h3{
		font-size: 12px;
		line-height: 12px;
	}
	.business-slider li h3.caption, .business-slider li .h3.caption{
		line-height: 20px;
	}
	.dating-slider-container {
		max-height: 520px;
	}
	.dating-slider-container li {
		list-style: none;
		float:left;
		width:50%;
	}
	
	ul.menu li.label {
		display: none !important;
	}
	.navigation-center ul.menu-center{
		margin-top: 22px;
		display: inline-block;
	}
	.menu-community ul.menu-center{
		margin-top: 22px;
		display: inline-block;
	}
	
	.section-home-info{
		border-top: none!important;
		border-bottom: none!important;
	}
	.section-home-info .coltable .col:first-child{
		border-right: none!important;
	}
	.business-slider li{
		border: 2px solid #fff;
	}
	.a2a_kit{
		margin-top: 25px;
	}
	.news-header{
		padding: 280px 0 0;
	}
	.swiper-container {
   		width:330px;
    	height: 100%;
	}
	
	h1,h2,h3,h4{
		padding: 0 10px 0 10px;
	}
	h2{
		line-height: 40px;
	}
	hr{
		margin:  10px 10px 10px;
	}
	.frame.home-comm-btn-frame{
		padding: 0 10px 0 10px!important;
	}
	.news-video-section{
		padding: 5px;
		margin-bottom: 20px;
	}
	.news-video-section .col:nth-child(2){
		padding-top: 0px;
	}
	.news-video-section .news-video-menu a{
		padding: 6px;
	}
	.news-video-section .coltable .col:first-child h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.news-video-section .coltable .col:last-child h3{
		margin-bottom: 0px;
		font-size: 20px;
	}
	.bnr-ad-wrap{
		display: none;
	}
	
	.bnr-ad-wrap .desktop-title{
		display: none;
	}
	.bnr-ad-wrap .mobile-title{
		display: block;
	}
	
	.post-item.pi-img.home-news-post-item{
		display: table;
    	padding: 10px;
	}
	.post-item.pi-img.home-news-post-item .post-image{
		display: table-cell;
    	width: 30%;
	}
	.post-item.pi-img.home-news-post-item .post-body{
		display: table-cell;
   		width: 70%;
	}
	.post-item.pi-img.home-news-post-item .tag{
		display: none;
	}
	.post-item.pi-img .post-body a .h3, .post-item.pi-img .post-body .h3{
		font-size: 16px;
		line-height: 16px;
	}
	.frame-ticker-mobile{
		display: block;
	}
	.frame-ticker-destop{
		display: none;
	}
	.home-comm-btn-frame{
		display: none;
	}
	.section-feature .section-feature-coltable .btn-view-all{
		display: inline-block;
	}
	.section-feature .section-feature-coltable .col.w80{
		width: 80%!important;
		display: inline-block;
	}
	.section-feature .section-feature-coltable .col.w20{
		width: 20%!important;
		display: inline-block;
	}
	.mobile-only{
		display: inline-block;
	}
	.frame-business-slider .btn-dir-more{
		width: 55%;
	}
	#load_more_news_btn, #load_less_news_btn{
		width: 55%;
		margin-bottom: 5px;
	}
	
	.product-box li .box{
		padding:5px;
	}
	ul.product-box.home > li, .product-box li{
		width:100%;
	}
}
@media screen and (max-width: 580px){
	.section-content {
		background-image: none !important;
		padding: 50px 0;
	}
	.footer .call img {
		margin:0 auto;
		text-align: center;
		position: relative;
	}
	.section {
		padding: 20px 10px;
	}
	.product-box.row1 > li .box .image{
		width:30%;
	}
	.product-box.row1 > li .box .title{
		width:80%;
		text-align: left;
		padding: 10px;;
	}
	.product-box.row1 > li .box .options{
		width:0%;
		display: none;
	}
	.caption.short-desc{
		display: block;
		text-align: justify;
	}
	.post-type-news .post-item {
		min-height: 280%;
		height: unset;
	}
	.post-type-news .post-item a{
		display: block;
/*
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
*/
	}
}
@media screen and (max-width:480px) {
	.homefeature-box {
		width: 50%;
		border-bottom:1px solid #eee;
	}
	.grid-table td {
		padding: 4px;
	}
	.grid-table .button {
		width: 100%;
	}
	.button.bt-red {
		margin-bottom: 10px;
	}
	.grid-table tr td:nth-child(2) {
		max-width: 200px;
		word-break: break-all;
		min-width: 50px;
	}
	.business-slider li > a > .image{
		display: table-cell;
/*		width: 50%;*/
		width: 140px;
	}
	.section-feature .section-feature-coltable .btn-view-all{
		font-size: 14px;
	}
}
@media screen and (max-width: 375px) {
	.grid-table td {
		font-size: 12px;
		padding: 5px;
		text-align: center;
	}
}
@media screen and (max-width: 320px) {
	.swiper-container {
		width: 300px;
	}
	 .button {
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	.grid-table td {
		font-size: 12px;
		padding: 3px;
	}
	button.save-btn {
		margin-bottom: 10px;
	}
	.grid-table tr td:nth-child(2) {
		max-width: 100px;
		word-break: break-all;
		min-width: 50px;
	}
}