/******************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.5
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body, p, td, ul, li {
	color: #323233;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
}
p {
	margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #415B69;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 150%;
	margin: 0 0 15px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 3.1875rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.125rem;
}
h6 {
	font-size: 1rem;
}
a {
	color: #8c9e32;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 2px solid #E4E4E1;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder {
opacity: 1;
}
::-moz-placeholder {
opacity: 1;
} /* firefox 19+ */
:-ms-input-placeholder {
opacity: 1;
filter:alpha(opacity=100);
} /* ie */
input:-moz-placeholder {
opacity: 1;
}
iframe {
	max-width: 100%;
}
.wrap {
 *zoom: 1;
}
.wrap:before, .wrap:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrap:after {
	clear: both;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/*********************
LAYOUT STYLES
*********************/
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1140px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-full {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-full {
	float: none;
}
.img-zoom {
    width: auto;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
}
.img-transition {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*Header*/
.main-menu {
	background-color: #9ab129;
	text-align: center;
}
.top-menu, .phone-number, .header-book-now {
	display: inline-block;
}
.phone-number a, .phone-number a:hover {
	color: #ffffff;
	text-decoration: none;
}
.phone-number p {
	background: url(library/images/icon-phone.png) no-repeat left center;
	color: #FFF;
	font-size: 16px;
	padding-left: 32px;
}
.header-book-now{}
.header-book-now p{
	font-size: 16px;
	margin-left: 15px;
}
.header-book-now a{
	border: 2px solid #fff;
	background-color: #349bda;
	color: #fff;
	display: block;
    line-height: 27px;
    padding: 0 10px;
}
.header-book-now a:hover{
	background-color: #048bc0;
}
/*End Header*/
/*** Enter your style for global layout here ***/
.banner-area {
	position: relative;
}
.banner-area a p {
	border: 2px solid #FFF !important;
	font-weight: 300;
}
.banner-area a p:hover {
	background-color: #009bd7 !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
}
.banner-area a p#hs-btn:hover {
	background-color: #048bc0 !important;
}
.inner-banner {
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-banner {
	text-align: center;
	padding-bottom: 2.4%;
	padding-top: 2.7%;
}
.inner-banner h1 {
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	margin: 0 !important;
	font-size: 57px;
}
.col.inner-banner-button img {
	margin: 0 auto;
}
.ls-nav-prev {
	background: url(library/images/arrow-prev.png) no-repeat center center !important;
	width: 56px !important;
	height: 110px !important;
	left: 0 !important;
	top: 45% !important;
}
.ls-nav-next {
	background: url(library/images/arrow-next.png) no-repeat center center !important;
	width: 56px !important;
	height: 110px !important;
	right: 0 !important;
	top: 45% !important;
}
.ls-bottom-slidebuttons a {
	background-color: rgba(255, 255, 255, 0.7);
	background-image: none !important;
	border: 0 !important;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	height: 15px !important;
	margin: 0 3px;
	width: 15px !important;
}
.ls-bottom-slidebuttons a.ls-nav-active {
	background-color: rgba(255, 255, 255, 1);
	border: 0 !important;
}

/* Homepage - Enter any style for elements on homepage here */
.portal-buttons .portal-btns a {
  position: relative;
	text-decoration: none;
}
.portal-buttons .portal-btns .portal-box {
	overflow: hidden;
}
.portal-buttons .portal-btns a:hover h4, .portal-buttons .portal-btns a:hover h4:after  {
	background-color: #e6ebc0;
  color: #73832c;
  font-weight: 500;
}
.portal-buttons .portal-btns a:hover h4:after {
	background-color: transparent;
}
.portal-buttons .portal-btns h4 {
	font-size: 20px;
	font-weight: 400;
	background-color: #97B030;
	text-transform: uppercase;
	margin: 0;
	padding: 21px 20px 20px 35px;
	max-width: 362px;
	position: relative;
	color: #FFF;
}
.portal-buttons .portal-btns h4:after {
	bottom: 0;
	color: #FFF;
	content: " + ";
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 71px;
	margin: auto;
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 999;
}
/*.portal-box a:hover:before {
	background: rgba(230,235,192, 0.8);
	content: "";
	display: block;
	max-width: 362px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}*/
.portal-box img {
	display: block;
  margin: 0 auto;
}
.bottom-content {
	padding-top: 130px;
	padding-bottom: 85px;
}
.home-table h2 {
	font-size: 40px;
	letter-spacing: -1px;
	line-height: 98%;
	margin-bottom: 35px;
}
.testimonials-content {
	border-top: 1px solid #c4cbd0;
	background-color: #fcfcfc;
	padding-top: 47px;
	padding-bottom: 45px;
}
.testimonials-content .col {
	float: left;
}
.testimonials-content .col-7 {
	width: 60%;
}
.testimonials-content .testimonial_rotator_wrap .testimonial_rotator_quote, .testimonials-content .testimonial_rotator_wrap .testimonial_rotator_stars {
	text-align: left;
}
.testimonials-content .testimonial_rotator_wrap .testimonial_rotator_star {
	color: #5e7a89;
}
.testimonials-content .testimonial_rotator_wrap .testimonial_rotator_quote p {
	color: #415b69;
	font-size: 25px;
}
.testimonials-content .testimonial_rotator_wrap hr.longform_hr {
	display: none;
}
.testimonials-content .testimonial_rotator_wrap .testimonial_rotator_author_info p {
	color: #415b69;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.testimonials-content .col-5 {
	width: 40%;
}
.testimonials-content .col-5 .left {
	margin-top: 50px;
}
.testimonials-content .testimonial_rotator_next i.fa, .testimonials-content .testimonial_rotator_prev i.fa {
	color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 33px;
	width: 13px;
}
.testimonials-content .testimonial_rotator_next i.fa {
	background-image: url(library/images/next-icon.png);
}
.testimonials-content .testimonial_rotator_prev i.fa {
	background-image: url(library/images/prev-icon.png);
}
/*** Enter your custom style for elements on homepage here ***/

/*Inner Pages*/

#inner-content {
	padding-bottom: 30px;
	padding-top: 65px;
}
.bottom-bar {
	background-image: url(library/images/bottom-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.bottom-bar h2 {
	color: #FFF;
	font-size: 52px;
	margin-top: 43px;
}
.bottom-bar a {
	background-color: transparent;
	background-image: url(library/images/mail-icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	border: 2px solid #FFF;
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	margin-top: 30px;
	padding: 10px 27px 10px 64px;
	background-position: 10% center !important;
}
.main-content-inner p {
	margin-bottom: 35px;
}
.villa-image img:clicked, .villa-thumbs img:clicked {
 transition:all 1s ease;
}
.villa-image {
	margin-bottom: 32px;
}
.villa-thumbs .preview {
  max-height: 200px;
	min-height: 200px;
}
.image-list {
	margin-bottom: 32px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
  width: 50%;
}
.image-list img {
  max-width: 100% !important;
	width: 312px !important;
}
.image-list:hover {
	cursor: pointer;
}
.flexslider {
	margin-bottom: 0;
}
.villa-single-images #carousel .slides {
  transform: initial !important;
 	width: 100% !important;
}
.villa-single-images #carousel .slides li {
  float: none !important;
  display: inline-block !important;
  margin-right: 0 !important;
  width: 312px !important;
}
.villa-single-images #carousel .flex-direction-nav {
	display: none;
}
.villa-single-images #slider {
	margin-bottom: 32px;;
}
.villa-single-images #slider .flex-direction-nav li  {
    line-height: 200%;
}  
/* VILLAS */
.villa-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 25px;
	padding-top: 30px;
	position: relative;
}
.villa-banner .villa-detials {
	background-color: rgba(171, 188, 29, .9);
	float: right;
	padding: 63px 60px 35px 43px;
}
.slider-image {
	padding: 0;
}
.slider-image .villa-detials {
	position: absolute;
	right: 21%;
	top: 30px;
	z-index: 9090;
}
.villa-banner .villa-detials h3 {
	color: #fff;
	font-size: 35.78px;
	font-weight: 100;
	margin-bottom: 19px;
	line-height: 35.78px;
}
.villa-banner .villa-detials p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
.villa-banner .villa-detials ul {
	color: #fff;
	padding-left: 18px;
}
.villa-banner .villa-detials ul li {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.book-now {
	padding-bottom: 15px;
}
.pagination-links {
	clear: both;
}
.pagination-links .page-numbers {
  border: 1px solid #b3c233;
  color: #000;
	display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  text-align: center;
  width: 35px;
}
.pagination-links .page-numbers.current, .pagination-links .page-numbers:hover {
	color: #b3c233;
}
.pagination-links .page-numbers.prev, .pagination-links .page-numbers.next {
	width: auto;
}
.book-now .col-full-width {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.book-now .col-full-width .cols {
 // float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.book-now .col-full-width .cols h2 {
	color: #415b69;
	font-size: 39px;
	font-weight: 100;
	margin: 38px 0;
}
.book-now .col-full-width .col-8 {
	width: 100%;
}
.book-now .col-full-width .col-4 {
 // width: 100%;
}
.book-now a {
	background-color: #b3c233;
	background-position: 12% center !important;
}
.book-now a:hover {
	background-color: #9ab129;
}
/*End Inner Pages*/

/*Blog*/
.postlist ul li {
	background-color: #F0EFEB;
	border-top: 4px solid #032945 !important;
	margin-bottom: 60px;
	padding: 22px 40px 40px 40px !important;
	position: relative;
}
.postlist ul li h2.entry-title {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.postlist ul li .post-list-date {
	background-color: #032945;
	color: #FFF;
	margin-bottom: 0;
	padding: 16px;
}
/*End Blog*/
/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 12px;
}
.main-sidebar ul.menu > li > a {
	background-color: #e6ebc0;
	color: #73832c;
	display: block;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.006em;
	padding: 27px 15px 27px 28px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background-color: #b3c233;
	color: #FFF;
	font-weight: 400;
}
.main-sidebar .widget {
	margin-bottom: 35px;
}
.main-sidebar .widget:last-child {
	margin-bottom: 0;
}
.villa-sidebar .villa-content p {
	line-height: 167%;
}
.villa-sidebar .villa-content p:first-child {
	margin-bottom: 25px;
}
.villa-sidebar .booking, .book-now .booking {
	background-image: url(library/images/booking-mail-icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: 12% center !important;
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin: 25px 0 38px 0;
	padding: 27px 40px 27px 0;
 // text-align: right;
}
.villa-sidebar .testimonials-list .quote .author {
	display: block;
	margin: 0;
}
.villa-sidebar .testimonials-list .quote blockquote {
	padding: 0;
}
.villa-sidebar .testimonials-list .quote blockquote p {
	font-size: 18px;
	line-height: 167%;
}
.villa-sidebar .testimonials-list .quote .author {
	font-size: 18px;
	font-weight: 600;
}
/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}
/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}
/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}
/* Category Listing Page */
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}
/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
 *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before, .widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	width: 142px;
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 30px;
}
.testimonials-list .quote blockquote {
	font-size: 28.9px;
	line-height: 1.3384083em;
	margin: 0;
	padding: 35px 0;
}
.testimonials-list .quote blockquote p {
	color: #3F3D3D;
	font-size: 28.9px;
	line-height: 38.68px;
	margin: 0;
}
.testimonials-list .quote .author {
	display: none;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}
/*********************
FLEXSLIDER
*********************/
/*.flexslider {
	background: none;
	border: none;
}
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a {
	font-size: 0;
	height: 46px;
	line-height: 0;
	opacity: 1;
	outline: none;
	text-indent: -999em;
	width: 26px;
}*/
/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
	margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
	margin-right: 36px;
}
/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}
/*********************
BLOG
*********************/
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.8125rem;
	margin-bottom: 18px;
}
.post-list-thumbnail {
	float: left;
	margin-bottom: 5px;
	margin-right: 35px;
}
.post-list-content p {
	margin-top: 0;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}
/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
 *zoom: 1;
}
nav.main-nav ul.nav:before, nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav.main-nav ul.nav > li:after {
	background-color: #BCC94A;
	bottom: 0;
	content: "";
	height: 22px;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
nav.main-nav ul.nav > li {
	display: inline-block;
	margin-left: -1px;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
  	margin-left: -5px;
	padding: 14px 17px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item:first-child > a:before, nav.main-nav ul.nav > li.current-parent-item:first-child > a:before, nav.main-nav ul.nav > li.current-menu-ancestor:first-child > a:before, nav.main-nav ul.nav > li:first-child:hover > a:before {
	color: #EC174B;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a, nav.main-nav ul.nav > li:hover > a {
	background-color: #e6ebc0;
	color: #73832c;
	font-weight: 500;
}
nav.main-nav ul.nav li:after:hover, nav.main-nav ul.nav li.current-menu-item:after {
	display: none;
}
nav.main-nav ul.nav li ul {
	background: #9ab129;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
	z-index: 999;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li {
	margin-bottom: 0;
	text-align: left;
}
nav.main-nav ul.nav > li > ul {
	left: -5px;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	margin-bottom: 0;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 8px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a, nav.main-nav ul.nav li ul li a:hover {
	background: #e6ebc0;
	color: #73832c;
}
nav.main-nav > ul > li > a::before {
	display: block;
	content: attr(title);
	font-weight: 500;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}
/*Footer*/
.main-footer {
	background-color: #9AB129;
	padding: 60px 0 58px 0;
}
.main-footer .widgettitle {
	color: #575759;
	font-size: 18.89px;
	font-weight: 600;
	margin-bottom: 18px;
}
.main-footer ul {
	padding: 0;
}
.main-footer .menu li {
	display: inline-block;
	position: relative;
}
.main-footer .menu li:first-child a {
	padding-left: 0;
}
.main-footer .menu li a {
	font-size: 18px;
	font-weight: 400;
	padding: 0 10px;
}
.main-footer ul.menu > li:after {
	background-color: #E4E5E6;
	bottom: 0;
	content: "";
	height: 16px;
	margin: auto 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
.main-footer ul.menu {
	margin-bottom: 15px;
	margin-top: 35px;
}
.main-footer ul.menu > li:last-child:after {
	display: none;
}
.main-footer .footer-col {
	float: left;
}
.main-footer .footer-col-1 {
	width: 75%;
}
.main-footer .footer-col-2 {
	width: 25%;
}
.main-footer .footer-col p, .main-footer .footer-col a {
	color: #FFF;
	font-size: 16px;
}
.main-footer .footer-col-1 p {
	margin-bottom: 22px;
}
.main-footer .footer-col-1 .social-media li {
	display: inline-block;
	line-height: 39px;
	margin-right: 8px;
	text-align: center;
}
.main-footer .footer-col-1 .social-media li a {
	background-color: #8C9E32;
	border-radius: 50%;
	color: #FFF;
	display: block;
	font-size: 24px;
	height: 36px;
	width: 36px;
	line-height: 36px;
}
.main-footer .footer-col-1 .social-media li a:hover {
	color: #e6ebc0;
}
.main-footer p.copyright, .main-footer p.copyright a {
	font-size: 14px;
}
.main-footer .footer-col-2 .footer-button {
	background-color: #8c9e32;
	margin: 0 auto;
	max-width: 275px;
	padding-bottom: 4px;
	padding-top: 8px;
}
.main-footer .footer-col-2 .footer-button p {
	margin-bottom: 0;
}
.main-footer .footer-col-2 .footer-button a {
	text-transform: uppercase;
}
/*End Footer*/

/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
	z-index: 9998;
}
div#responsive_menu_pro_button {
	bottom: 0;
	padding: 12px 16px;
	position: absolute;
	right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
	float: left;
}
#responsive_menu_pro_button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
	margin: 0;
	padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
	margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 37px;
	margin-left: 12px;
	text-align: center;
	text-decoration: none;
	width: 37px;
}
.responsive-menu-social a:hover {
	color: #fff;
}
/* Little fix for Responsive Menu */
body.admin-bar #responsive_menu_pro_header_bar {
	top: 32px;
}
div#responsive_menu_pro.responsive_menu_pro_admin_bar_showing {
	margin-top: 32px;
	padding-top: 42px;
}
@media (max-width: 782px) {
body.admin-bar #responsive_menu_pro_header_bar {
	top: 46px;
}
div#responsive_menu_pro.responsive_menu_pro_admin_bar_showing {
	margin-top: 46px;
}
}
@media only screen and (max-width: 767px) {
div#wpadminbar {
	position: fixed;
}
}
/*********************
BACK TO TOP
*********************/
.cd-top {
	background: rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

/*********************
		MISC STYLES
*********************/

.contact-list {
  list-style: none;
  padding: 0;
}
.contact-list li {
  padding-left: 1.3em;
  margin-bottom:10px;
  font-size: 16px;
}
.contact-list li:before {
  content: "\f185"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2em; 
  width: 2em;
}

.ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth{
hyphens: none !important;
}

blockquote {
    padding: 10px 30px;
    margin: 30px 0 30px;
    border-left: 5px solid #eee;    
}

blockquote p{
  font-size: 15px !important;
  font-weight: 500 !important;
  }

.special-rates{
	background:#9AB129;
  padding:20px 30px 14px;
}

.special-rates h3, .special-rates p {
	color:#fff;
}

.extra-content-sections {
    padding: 50px 0;
}


/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1023px) {
h1 {
	font-size: 3rem !important;
}
h2 {
	font-size: 1.75rem !important;
}
h2.entry-title {
	font-size: 1.375rem !important;
}
#main-content h4 span, #main-content h4 {
  font-size: 1.75rem !important;
}
.bottom-bar p {
	font-size: 1.2rem !important;
}
#main-content, .bottom-content p {
	font-size: 1rem !important
}
.post-list-thumbnail {
	margin-right: 15px;
}
.table-style-1 td, .table-style-1 th {
	padding-left: 10px;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next {
	right: 0;
}
.cd-top {
	bottom: 20px;
	right: 20px;
}
/* WooCommerce */
.woocommerce ul.products li.product > a:after {
	font-size: 1.25rem;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 -100px;
	width: 200px;
}
.cat-list-info, .product-list-info {
	padding-bottom: 0;
}
.cat-list-link, .product-list-link {
	margin-top: 15px;
	position: static;
	width: auto;
}
.woocommerce ul.products li.product .price {
	margin: 14px 0 12px;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1rem;
}
body.em-grid-view-mode ul.products {
	margin-top: -30px;
}
body.em-grid-view-mode ul.products li.product {
	margin-top: 30px !important;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 10px;
}
.woocommerce div.product .product_title {
	font-size: 2.125rem;
	margin-bottom: 20px;
}
/*** Enter your custom style here ***/
nav.main-nav ul.nav > li > a{
	font-size: 14px;
	padding: 14px 13px;
}
.phone-number p{padding-left: 30px;}
.header-book-now p {
    font-size: 15px;
    margin-left: 10px;
}
}
 @media (max-width: 767px) {
html {
	font-size: 87.5% !important;
}
.post-list-thumbnail {
	float: none;
	margin: 0 0 10px;
	text-align: center;
}
.postlist > article.post {
	margin-top: 25px;
	padding-top: 25px;
}
.top-menu {
	display: none;
}
.csColumn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}
.cd-top {
	bottom: 10px;
	right: 10px;
}
/* WooCommerce */
.woocommerce ul.products li.product {
	margin-top: 26px;
	padding-top: 22px;
}
.woocommerce ul.products li.product > a {
	display: block;
	float: none;
	margin: 0;
	width: auto;
}
.cat-list-info, .product-list-info {
	float: none;
	margin: 20px 0 0;
	width: auto;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.product-listing-switch-view {
	float: none;
	margin: 0 0 15px;
}
.woocommerce form.woocommerce-ordering {
	margin-right: 0;
	padding-left: 80px;
}
body.em-grid-view-mode ul.products {
	margin: -20px auto 0;
	max-width: 500px;
}
body.em-grid-view-mode ul.products li.product {
	float: none !important;
	margin: 20px 0 0 !important;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	margin-top: 0;
}
/*** Enter your custom style here ***/
.main-menu{padding: 11px 0 1px;}
}
 @media (max-width: 480px) {
   .hide-mobile {
   	display: none;
   }
.g-recaptcha {
	-moz-transform: scale(0.925);
	-webkit-transform: scale(0.925);
	transform: scale(0.925);
	transform-origin: left center 0;
}
#fancybox-content .g-recaptcha {
	-moz-transform: scale(0.725);
	-webkit-transform: scale(0.725);
	transform: scale(0.725);
	transform-origin: left center 0;
}
/*** Enter your custom style here ***/
}
 @media (max-width: 479px) {

 .phone-number p,
 .header-book-now p{
	display: inline-block;
 }
}

/*Responsive CSS*/
@media (max-width: 1472px) {
	.slider-image .villa-detials {
		padding: 35px 38px 24px 38px;
	}
}
@media (min-width: 1369px) {
	.slider-image .villa-detials {
		width: 26%;
	}
}
@media (max-width: 1368px) {
	.slider-image .villa-detials {
		width: 31%;
		right: 9%;
	}
}
@media (min-width: 1230px) {
	.testimonials-content .testimonial_rotator_wrap {
		margin: 0;
		overflow: visible;
		padding-bottom: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.testimonial_rotator_prev {
		left: -50px;
	}
}
@media (min-width: 1200px) {
  .main-content-inner #slider-mobile {
  	display: none;
  }
}
@media (max-width: 1199px) {
	.testimonials-content .col {
		float: none;
		width: 100%;
	}
	.testimonials-content .col-5 {
		text-align: center;
	}
	.testimonials-content .col .left, .testimonials-content .col .right {
		display: inline-block;
		float: none !important;
		margin-top: 0;
		vertical-align: middle;
	}
	.single-villas #content .container {
		width: 100%;
	}
	.main-content-inner #carousel, .main-content-inner #slider, .pagination-links {
		display: none;
	}
  .main-content-inner #slider-mobile, .flex-direction-nav a:before {
  	font-size: 30px;
  }
}
@media (max-width: 1150px) {
	.slider-image .villa-detials {
		left: 9%;
		right: 9%;
		width: auto;
	}
	.slider-image .ls-bottom-slidebuttons {
	    top: -60px !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.villa-sidebar .booking {
		background-position: 7% center !important;
		font-size: 23px;
		padding-right: 28px;
	}
}
@media (min-width: 768px) {
	.inner-banner .container {
		width: 100%;
	}
	.col {
		position: relative;
		float: left;
	}
	.col.inner-banner-button {
		float: none;
		margin: 0 auto;
	}
	.main-header .logo img {
		max-height: 54px;
	}
	.portal-btns {
		padding: 0 9px;
	}
	.portal-buttons .portal {
		padding: 0 6px;
		width: 33.3333%;
	}
	.sfm-rollback, .sfm-sidebar {
		display: none;
	}
	.image-list:nth-child(odd) {
		padding-left: 0 !important;
	}
  .image-list:nth-child(even) {
    padding-right: 0 !important;
  }
	.logo img {
		position: absolute;
		z-index: 99;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 55px;
	}
}
@media(min-width: 992px) {
	.portal-buttons {
		bottom: 25px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		z-index: 999;
	}
	.home-table td:first-child {
		padding-right: 70px;
		width: 67.4%;
	}
	.home-table td:nth-child(2) {
		width: 32.6%;
	}
	.main-content-inner {
		padding-right: 50px;
		width: 65%;
	}
	.main-sidebar {
		width: 35%;
	}
	.single-inner {
		width: 60.3%;
		padding-right: 35px;
	}
	.villa-sidebar {
		width: 39.7%;
	}
	.bg-image .villa-detials {
		width: 37.5%;
	}
	.book-now .col-full-width .cols {
		float: left;
	}
	.book-now .col-full-width .col-8 {
		width: 75%;
	}
	.book-now .col-full-width .col-4 {
		width: 25%;
	}
	.villa-sidebar .booking, .book-now .booking {
		text-align: right;
	}
}
@media(min-width: 1024px) {
	.ls-bottom-slidebuttons {
		top: -405px !important;
	}
	.slider-image .ls-bottom-slidebuttons {
		top: -45px !important
	}
}
@media(max-width: 1024px) {
.image-list {
    display: inline-block;
    float: none;
    padding-left: 0;
		text-align: center;
    width: 49%;
	}
}
@media(min-width: 768px) and (max-width: 1024px) {
	.bottom-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home-table td:first-child {
		width: 60%;
	}
	.home-table td:nth-child(2) {
		width: 40%;
	}
	.portal-btns {
		padding: 40px 9px 0 9px;
	}
}
@media(max-width: 991px) {
	.bottom-content {
		padding: 20px 0;
	}
   #inner-content {
  	text-align: center;
  }
  h1, h2, h3, h4, h5, h6 {
  	line-height: 150% !important;
  }
  .main-footer {
  	text-align: center;
  }
  .main-footer .footer-col, .single-villas #inner-content .col {
  	float: none;
  	width: 100%;
  }
  .main-sidebar {
  	clear: both;
  	float: none;
  	width: 100%;
  }
}
@media (max-width: 768px ) {
	.portal-buttons .portal-btns h4, .portal-buttons {
		margin: 0 auto;
	}
	.portal-box {
		margin-bottom: 10px;
		margin-top: 10px;
	}
  .image-list{
    padding-left: 0;
		padding-right: 0;
	}
  .banner-area .slider {
		display: none;
	}
}
@media(max-width: 767px) {
	#main-content img, .extra-content-sections img {
		display: block;
		float: none;
		text-align: center;
		margin: 10px auto !important;
	}
  .logo {
  	background-color: #2161B1;
    margin-bottom: 20px;
    padding: 15px;
  }
  .logo img {
  	display: block;
    margin: 0 auto;
  }
  .home-table h2 {
  	margin-bottom: 20px;
  }
  .bottom-bar {
  	padding-bottom: 50px;
    padding-top: 30px;
  }
}
@media (max-width: 685px) {
	.slider-image .ls-bottom-slidebuttons {
		top: -45px !important;
	}
}
@media (max-width: 521px) {
	.slider-image .villa-detials {
		left: 5%;
		right: 5%;
	}
}
@media(max-width: 480px)  {
	.portal-box img {
  	display: none;
  }
  .villa-sidebar .booking, .book-now .booking {
  	background-image: none !important;
    font-size: 1.3rem;
    padding: 25px 25px 25px 25px;
    text-align: center;
  }
  .book-now .col-full-width .cols h2 {
    margin: 15px 0 25px 0;
	}
  .villa-banner .villa-detials h3 {
    font-size: 1.5rem;
  	font-weight: 400;
  }
  .image-list {
    width: auto;
	}
}
