/* add text glow to text over banners*/
@media screen and (min-width: 1001px) {
	.wpg-main-bg-header .container,
	.wpg-properties-options-main h3,
	.wpg-properties-options-main .wpg-properties-options-main-box-checkbox{
		text-shadow: 0 0 10px #000000;
	}
}

/* hide lang selector if only one language */
li.one-lang{
display: none !important;
}

/* adjust logo width */
@media screen and (min-width: 1000px) {
	.wpg-logo{
		max-width: 300px;
	}
}

@media screen and (max-width: 1280px) {
	.wpg-slideshow-2 .wpg-cycle-2  {
		display: none !important;
	}
	.wpg-slideshow-2 > .wpg-cycle-prev, .wpg-cycle-next	{
		display: none !important;
	}
}
body.page-template-template-accommodation{
	background: none !important;
}
input[type=submit] {
	-webkit-appearance: none !important;
}
.more_amenites > p {
	margin-bottom: 15px;
}
.sub-menu{
	display:none;
	position: absolute;
	background: #fff;
	width:200px;
}
.wpg-bar-main-menu .sub-menu li {
	height: 40px;
	float: left;
	width: 200px;
	border-top: 0;
	display: table;
}

.wpg-bar-main-menu .sub-menu li a{
	line-height: 34px ;
	/*color: #000;*/
}

/* sub menu styles display with css */
.wpg-bar-main-menu li.menu-item-has-children:hover .sub-menu{
display: block;
padding: 5px 0;
}
.wpg-bar-main-menu li.menu-item-has-children:hover .sub-menu a,
.wpg-bar-main-menu li.menu-item-has-children .sub-menu li{
border: 0;
}
.wpg-bar-main-menu li.menu-item-has-children .sub-menu .sub-menu{
position: relative;
padding: 0;
}
.wpg-bar-main-menu li.menu-item-has-children .sub-menu .sub-menu a{
padding-left: 30px;
}


@media screen and (max-width: 768px) {
	.sub-menu{
		width:100%;
	}
	.sub-menu li {
		float: left;
		width: 100%;
	}
}
.wpg-slide-min-class {
	opacity: 1 !important;
}
/** ammosfl.com **/
.wpg-footer.wpg-bg-grey .span-table.wpg-footer-inset .span-table-cell false {
    padding-left: 20px;
    display: block;
}

.wpg-new-v {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 40%;
	z-index: 99999;
	text-decoration: none;
	text-align: center;
}
.wpg-new-v-prev {
	left: 20px;
}
.wpg-new-v-prev:before {
	content: "\f341";
	font-family: Dashicons;
	color: #fff;
	font-size: 28px;
}
.wpg-new-v-next {
	right: 20px;
}
.wpg-new-v-next:before {
	content: "\f345";
	font-family: Dashicons;
	color: #fff;
	font-size: 28px;
}
@media screen and (max-width: 560px) {
	.wpg-new-v {
		display: none;
	}
}
input {
  border-radius: 0;
}
#wpg-bar {
	box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.wpg-logo {
	display: table;
	table-layout: fixed;
	float: left;
	height: 132px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 32px; font-size: 3.2rem;
	font-weight: 500;
	line-height: 100%;
	background: #fff;
}
.wpg-logo a {
	text-decoration: none;
	color: #231f20;
	display: table-cell;
	vertical-align: middle;
}
.wpg-logo a span {
	display: inline-block;
	padding: 0 8px;
	border-top: 1px solid #ededed;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	color: #a09d9d;
	margin-top: 9px;
}
/*
.wpg-boxes-news .container,
.wpg-info-panel .container,
.wpg-simple-header .container {
	padding: 0;
	max-width: 1196px;
}
*/
.wpg-blog-list {
	padding: 7px;
}
.wpg-blog-list > li {
	width: 33.33333%;
	float: left;
	height: 484px;
	padding: 0 7px;
	margin: 7px 0;
	margin-bottom: 20px;
}
.wpg-blog-list > li .wpg-blog-list-item {
	height: 100%;
	background: #fff;
	overflow: hidden;
	padding-bottom: 62px;
	position: relative;
}
.wpg-blog-list > li .wpg-blog-list-item .wpg-button-multi-blog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d0cfcb;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 18px; font-size: 1.8rem;
	text-decoration: none;
	font-weight: 400;
	padding: 0 20px;
	height: 62px;
	line-height: 60px;
	border-top: 2px solid #f7f7f7;
}
.wpg-blog-list > li .wpg-blog-list-item:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 62px;
	left: 0;
	right: 0;
	height: 25px;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C */

}
.wpg-footer-social-icons-horizonatl li a span {
	display: none;
}
.wpg-ico-twitter a:before {
	content: "\f301";
	font-family: dashicons;
}
.wpg-ico-facebook a:before {
	content: "\f305";
	font-family: dashicons;
}
.wpg-ico-googlep a:before {
	content: "\f462";
	font-family: dashicons;
}
.wpg-ico-vimeo a:before {
	content: "v";
}
.wpg-ico-printerest a:before {
	content: "p";
}
.wpg-ico-linkedin a:before {
	content: "in";
}
.wpg-ico-instagram a:before {
	content: "\f306";
	font-family: dashicons;
	display: initial;
	margin-top: 2px;
}
.wpg-social-list-horizontal{
	width: 50px;
}
.wpg-social-list-horizontal li {
	float: right;
	font-size: 20px; font-size: 2.0rem;

}
.wpg-social-list-horizontal a {
	text-decoration: none;
	color: #808384;
}
.wpg-social-list-horizontal a span {
	display: none;
}
.wpg-blog-list-item-header {
	padding: 15px 20px;
}
.wpg-blog-list-item-header p {
	font-size: 14px; font-size: 1.4rem;
	color: #b7b7b7;
	line-height: 130%;
}
.wpg-blog-list-item-header h3 {
	font-size: 16px; font-size: 1.6rem;
	color: #000;
	line-height: 130%;
}
.wpg-blog-list-item-header h3 a {
	text-decoration: none;
}
.wpg-blog-description {
	padding: 15px 20px;
	font-size: 13px; font-size: 1.3rem;
	color: #b3b3b3;
	line-height: 165%;
}
.wpg-blog-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wpg-bar-mobile-menu {
	display: none;
}
.wpg-bar-black-inset .symulate-select > div {
	position: relative;
	padding-right: 18px;
}
.wpg-bar-black-inset .symulate-select ul {
	margin-top: 11px;
	left: -10px;
	min-width: 120px;
}
.wpg-bar-black-inset .symulate-select > div:after {
	content: "\f140";
	font-family: dashicons;
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 18px;
}
.wpg-bar-black-book a {
	background: #f26522;
	color: #fff;
	padding: 2px 8px;
	font-family: Montserrat, proxima-nova, Arial, Helvetica, sans-serif;
}
.wpg-footer-normal-links {
	padding: 0 40px;
}

#wpg-footer {
	padding-top: 46px;
	padding-bottom: 46px;
}

.wpg-footer-normal-links li {
	font-size: 14px; font-size: 1.4rem;
	line-height: 200%;
	color: #6c6f70;
}
.wpg-footer-normal-links li a {
	text-decoration: none;
}
#wpg-footer .container {
	padding: 0;
	max-width: 1080px;
}
.wpg-footer-inset {
	table-layout: auto;
}
.wpg-footer-inset > div {
	border-left: 1px solid #c4c4c4;
}
.wpg-footer-inset > div:first-child {
	border-left: none;
}
.wpg-footer-social-icons-horizonatl {
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 35px;
	margin-right: 14px;
}
.wpg-footer-social-icons-horizonatl li {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	margin: 0 12px;
}
.wpg-footer-social-icons-horizonatl li a {
	text-decoration: none;
	color: #b7b7b7;
}


.wpg-main-bg-header {
	position: relative;
	/*background-position: 50% 50%;*/
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-color: #fff;

}
.wpg-main-bg-header > .span-table {
	height: 697px;
	position: relative;
	z-index: 10;
}
.wpg-main-bg-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-attachment: fixed;
	/*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAAAAAKVnuc8AAAACdFJOUwBm0kIJVQAAAAxJREFUCNdjcGBoAAABRADB61kDCQAAAABJRU5ErkJggg==");
	*/
	z-index: 9;
}
.wpg-main-bg-header .container {
	padding: 14px;
	max-width: 748px;
}
.wpg-main-bg-header h2,
.wpg-main-bg-header p {
	font-family: proxima-nova, Montserrat, proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
}
.wpg-main-bg-header h2 {
	font-size: 44px; font-size: 4.4rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.wpg-main-bg-header p {
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;	
}
.wpg-info-panel .span-table {
	height: 70px;
	background: #fff;
}
.wpg-info-panel .span-table {
	padding: 7px;
}
.wpg-info-panel .span-table-cell {
	padding: 7px;
}
.wpg-arrow-tringle {
	text-decoration: none;
	font-size: 14px; font-size: 1.4rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
}
.wpg-arrow-tringle:before {
	content: '\f141';
	font-family: dashicons;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -3px;
}
.wpg-info-panel .wpg-breadcrumb {
	font-size: 14px; font-size: 1.4rem;
	color: #b7b7b7;
	font-weight: 500;
}
.wpg-breadcrumb a {
	text-decoration: none;
}
.wpg-breadcrumb a:last-child {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
}
.wpg-main-text {
	padding-top: 40px;
	/* padding-bottom: 40px; */
}
.wpg-main-text .container {
	max-width: 748px;
	padding: 14px;
}

.wpg-main-text h1,
.wpg-main-text h2,
.wpg-main-text h3,
.wpg-main-text h4,
.wpg-main-text h5,
.wpg-main-text h6 {
	color: #000;
	font-size: 14px; font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.wpg-main-text p {
	color: #b1b1b1;
	font-size: 14px; font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 150%;
}
.wpg-main-text p.wpg-blog-signature {
	color: #000;
	text-align: center;
}
.wpg-dashicons {
	font-family: dashicons;
	text-decoration: none;
	font-size: 20px;
	line-height: 200%;
	position: relative;
	top: 4px;
	margin-left: 6px;
}
.wpg-dashicons-facebook:before {
	content: "\f305";
}
.wpg-dashicons-twitter:before {
	content: "\f301";
}
.wpg-dashicons span {
	display: none;
}

.wpg-boxes-news h2 {
	font-size: 21px; font-size: 2.1rem;
	color: #b3b3b3;
	font-weight: 400;
	text-align: center;
	padding: 0 14px;
	margin-bottom: 40px;
}

.wpg-space14px {
	height: 14px;
	border: none;
	overflow: hidden;
	clear: both;
}
.wpg-bg-grey {
	background-color: #f7f7f7;
}
.wpg-bg-white {
	background-color: #fff;
}

.wpg-buttons-info {
	padding-top: 43px;
	padding-bottom: 43px;
}
.wpg-buttons-info li {
	display: inline-block;
	padding: 7px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px; font-size: 1.4rem;
}
.wpg-buttons-info li a {
	display: block;
	height: 58px;
	line-height: 58px;
	padding-left: 80px;
	padding-right: 25px;
	background: #fff;
	color: #b7b7b7;
	border: 1px solid #b7b7b7;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 100%;
	
}
.wpg-buttons-info li a:before {
	content: "\f145";
	display: block;
	position: absolute;
	border-right: 1px solid #b7b7b7;
	width: 57px;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #fff;
	font-family: Dashicons;
	font-size: 20px; font-size: 2.0rem;
}
.wpg-buttons-info li.wpg-button-info-book a:before {
	content: "\f145";
	border-color: #fff;
	background-color: #ff5a00;
}

.wpg-buttons-info li.wpg-button-info-phone a:before {
	content: "\f525";
}

.wpg-buttons-info li.wpg-button-info-contact a:before {
	content: "\f465";
}

.wpg-buttons-info li.wpg-button-info-maps a:before {
	content: "\f231";
}

.wpg-buttons-info li.wpg-button-info-book a {
	color: #fff;
	border-color: #fff;
	background-color: #ff5a00;
}

.wpg-smth-text {
	padding-top: 40px;
	padding-bottom: 0;
	text-align: center;
}
.wpg-smth-text .container {
	padding: 14px;
	max-width: 748px;
}
.wpg-smth-text h3 {
	font-size: 30px; font-size: 3.0rem;
	color: #5b5b5b;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 21px;
}
.wpg-smth-text h1 {
	margin-bottom: 21px;
}
.wpg-smth-text h2 {
	margin-bottom: 21px;
}
.wpg-smth-text h4 {
	margin-bottom: 21px;
}
.wpg-smth-text p {
	font-size: 16px; font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 24px;
}
.wpg-smth-text-inset {
	max-width: 528px;
	padding: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 21px;
	text-align: left;
}
.wpg-smth-text-inset .wpg-input-default {
	padding: 7px;
}
.wpg-smth-text-inset input[type=text],
.wpg-smth-text-inset input[type=email],
.wpg-smth-text-inset input[type=submit],
.wpg-smth-text-inset input[type=tel],
.wpg-smth-text-inset input[type=date],
.wpg-smth-text-inset textarea,
.wpg-smth-text-inset .symulate-select > div {
	font-size: 18px; font-size: 1.8rem;
	color: #000;
	padding: 10px 14px;
	border: 2px solid #acacac;
	display: block;
	width: 100%;
}
.wpg-smth-text-inset .symulate-select > div {
	padding-right: 45px;
}
.wpg-smth-text-inset .wpg-input-default-active {
	position: relative;
}
.wpg-smth-text-inset .wpg-input-default-active .symulate-select > div,
.wpg-smth-text-inset .wpg-input-default-active input,
.wpg-smth-text-inset .wpg-input-default-active textarea { 
 	border-color: #ff5a00;
}
.wpg-smth-text-inset .wpg-input-default-active:before {
	content: "\f139";
	display: block;
	position: absolute;
	left: -38px;
	color: #ff5a00;
	top: 11px;
	font-family: dashicons;
	font-size: 38px;
}
.wpg-smth-text-inset  h2{
	padding-left:7px!important;
}
.wpg-smth-text-inset .wpg-input-default-active:after {
	content: "\f141";
	display: block;
	position: absolute;
	right: -38px;
	color: #ff5a00;
	top: 11px;
	font-family: dashicons;
	font-size: 38px;
}
.wpg-smth-text-inset .ajax-loader {
	display: block;
	margin: 7px auto 0 !important;
}
.wpg-smth-text-inset .symulate-select > div:after {
	display: block;
	position: absolute;
	top: 10px;
	right: 14px;
	content: "\f140";
	font-family: dashicons;
	font-size: 24px;
	color: #a2a5a4;
}
.wpg-smth-text-inset .symulate-select ul {
	width: 100%;
}
.wpg-smth-text-inset .symulate-select ul li a {
	padding: 10px 14px;
	font-size: 18px; font-size: 1.8rem;
}
.wpg-smth-text-inset .symulate-select > div {
	color: #a2a5a4;
}
.wpg-smth-text-inset input[type=submit] {
	background: #ff5a00;
	color: #fff;
	text-align: center;
	border-color: #ff5a00;
}
@media(min-width: 1001px){
	div.wpg-properties-options {
		background: transparent;
		margin-top: -195px;    
	}
}


.wpg-properties-options-close {
	text-decoration: none;
	position: absolute;
	font-size: 42px;
	color: #a5acb0;
	font-weight: 600;
	top: 0;
	right: 14px;
	z-index: 20;
	
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;	
	
}
.wpg-p {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}
.wpg-properties-options-outset {
	position: relative;
	min-height: 52px;
}
.wpg-text-search {
	position: absolute;
	font-size: 16px; font-size: 1.6rem;
	right: 50px;
	top: 16px;
	z-index: 20;
	color: #a09d9d;
	cursor: pointer;
}

.wpg-properties-options  input#wpg-date-search-text-main{
	font-size: 16px;
}
.wpg-properties-options .symulate-select > div,
.wpg-properties-options .wpg-input-text,
.wpg-properties-options .wpg-input-text-main{
	background: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 21px 0 10px;
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
	color: #b3b3b3;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-left: 2px solid #ccc;
	padding-right: 50px;
}
.wpg-properties-options .symulate-select > div:after,
.wpg-properties-options .wpg-input-text:after {
	content: "\f140";
	font-family: Dashicons;
	text-align: center;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45px;
	background: #fff;
	font-size: 23px;
	cursor: pointer;
}

.wpg-properties-options .wpg-date-ico-li .wpg-input-text:after{
	position: absolute;
	content: '';
	display: block;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURQAAAKKlpKKlpKKlpKKlpJZsTVYAAAAEdFJOUwBAgCDD5FPZAAAANklEQVQI12NgYHRkYGAQEQAScJaKo6OLi4uIiBODi7MykGVk4sLgAgOEWAwQQDUW3GQVKMMJAIb4Fz9OCvYQAAAAAElFTkSuQmCC");
	top: 10px;
	right: 10px;
}
.wpg-properties-options .wpg-people-ico-li .symulate-select>div:after{
	position: absolute;
	content: '';
	display: block;
	cursor: pointer;
	width: 20px;
	height: 18px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpBSqLGAAAAAQdFJOUwAwj2C/gO9A3xBwUCCfz6+33qbOAAAAfElEQVQY05WQQRbDIAhERyMGEm24/2kr8mylu84G/G9gVABIrMoJQVJ1iCM8deocHVH7hdbUFmBCtnI5pOWczeHwXs5nc/ohw8dvbNYRLuFmL9ViNX9Wbo7+hdJtvANtPK1OKhd7Oh8iFsU09y1VQrJ/KNBdBcVKhPovfAPX6Azfw9eDkQAAAABJRU5ErkJggg==");
	top: 10px;
	right: 10px;
}

.wpg-properties-options .wpg-input-text input {
	font-size: 16px; font-size: 1.6rem;
	color: #b3b3b3; 
	width: 100%;
	overflow: hidden;
}
.wpg-list-properties-options {
	padding: 4px;
}
.wpg-list-properties-options > li {
	max-width: 200px;
	min-width: 75px;
	display: table-cell;
	vertical-align: middle;
}
.wpg-properties-options-submit {
	padding: 0;
}
.wpg-properties-options .wpg-properties-options-submit input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f26522;
	color: #fff;
	font-weight: 500;
	padding: 0 21px;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
	padding: 0 60px;
}
.wpg-properties-options .container {
	padding: 6px;
	max-width: 1032px;
}
.wpg-list-properties-options .symulate-select ul li a {
	padding: 10px 21px;
	font-size: 12px; font-size: 1.2rem;
}
.wpg-list-villas-inset {
	padding: 3px;
}
.wpg-list-villas-inset > li {
	float: left;
	width: 50%;
	padding: 0 11px;
	position: relative;
	margin-bottom: 22px;
}
.wpg-list-villas-inset > li .wpg-lvi-sub-box {
	position: relative;
	padding-bottom: 60px;
	overflow: hidden;
	height: 205px;
}
.wpg-list-villas-inset > li .wpg-lvi-sub-box:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 60px;
	height: 28px;
	left: 11px;
	right: 11px;
	
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(69%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 69%,rgba(255,255,255,1) 100%); /* W3C */

}
.wpg-more-button {
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	border: 1px solid #b7b7b7;
	font-size: 18px; font-size: 1.8rem;
	text-decoration: none;
	font-weight: 700;
	color: #b7b7b7;
	padding: 0 17px;
	letter-spacing: 1px;
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   background: #fff;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/*
.wpg-more-button:hover {
	background: #b7b7b7;
	color: #fff;
}
*/

.wpg-lvi-box {
	height: 243px;
	table-layout: auto;
	width: 100%;
	overflow: visible;
	margin-bottom: 18px;
}
.wpg-lvi-box-main {
	background-color: black;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.wpg-lvi-box-side {
	width: 151px;
}
.wpg-lvi-box-side > ul {
	width: 100%;
}
.wpg-lvi-box-side > ul > li strong {
	display: none;
}
.wpg-lvi-box-side > ul > li span {
	position: relative;
	right: 8px;
}
.wpg-lvi-box-side > ul > li {
	height: 60px;
	width: 50%;
	float: left;
	line-height: 60px;
	color: #fff;
	margin-bottom: 1px;
	border-left: 1px solid #fff;
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 17px; font-size: 1.7rem;
	position: relative;
}
.wpg-lvi-box-side > ul > li:before {
	content: '';
	display: block;
	position: absolute;
	width: 75px;
	height: 60px;
	left: 50%;
	top: 0;
	margin-left: -37px;
	background-image: url(../img/wpg-ico-75x60.png);
	background-repeat: no-repeat;
	z-index: 0;
}
.wpg-lvi-box-side > ul > li a {
	display: block;
	text-align: left;
	text-indent: -100000px;
	height: 100%;
	width: 100%;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.wpg-lvi-box-side > ul > li.wpg-ico-bed {
	background-color: #191c1f;
	text-align: right;
}
.wpg-lvi-box-side > ul > li.wpg-ico-bed:before {
	background-position: 0 0;
}
.wpg-lvi-box-side > ul > li.wpg-ico-computer {
	background-color: #575a5d;
}
.wpg-lvi-box-side > ul > li.wpg-ico-computer:before {
	background-position: -225px 0;
}
.wpg-lvi-box-side > ul > li.wpg-ico-bath {
	background-color: #a2a5a4;
	text-align: right;
}
.wpg-lvi-box-side > ul > li.wpg-ico-bath:before {
	background-position: -75px 0;
}
.wpg-lvi-box-side > ul > li.wpg-ico-bath span {
	right: 12px;
}
.wpg-lvi-box-side > ul > li.wpg-ico-location {
	background-color: #818382;
}
.wpg-lvi-box-side > ul > li.wpg-ico-location:before {
	background-position: -300px 0;
}
.wpg-lvi-box-side > ul > li.wpg-ico-pet {
	background-color: #b7b7b7;
	text-align: right;
}
.wpg-lvi-box-side > ul > li.wpg-ico-pet:before {
	background-position: -150px 0;
}
.wpg-lvi-box-side > ul > li.wpg-ico-email {
	background-color: #a2a5a4;
}
.wpg-lvi-box-side > ul > li.wpg-ico-email:before {
	background-position: 21px;
	background-image: url(../img/pricing.png);
}
.wpg-lvi-box-side > ul > li.wpg-ico-cost {
	width: 100%;
	margin-bottom: 0;
	background-color: #f26522;
}
.wpg-lvi-box-side > ul > li.wpg-ico-cost:before {
	background-image: none;
}
.wpg-lvi-sub-box {
	padding: 0 7px;
	text-align: center;
}

.wpg-lvi-sub-box h3 {
	font-size: 24px; font-size: 2.4rem;
	margin-bottom: 15px;
	color: #616265;
}
.wpg-lvi-sub-box h3 a {
	text-decoration: none;
}
.wpg-lvi-sub-box p {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 15px;
	line-height: 145%;
	color: #888b8c;
}
.wpg-lvi-sub-box h3 + p {
	font-size: 12px; font-size: 1.2rem;
}
.wpg-list-villas-pager {
	padding: 28px 14px;
	font-size: 14px; font-size: 1.4rem;
	color: #a5acb0;
	font-weight: 500;
	word-spacing: 4px;
	background: url('/wp-content/uploads/2019/07/Logo-TRANS-Web.png') no-repeat;
    background-size: contain;
}
.wpg-list-villas-pager strong {
	color: #f26522;
	text-decoration: underline;
}
.wpg-list-villas-pager a {
	text-decoration: none;
}
.wpg-list-villas-pager-box {
	padding: 28px 14px;
}
.wpg-list-villas-pager-box p {
	font-size: 14px; font-size: 1.4rem;
	color: #6c6f70;
}
.wpg-full-image-in-container {
	min-height: 170px;
}
.wpg-full-image-in-container .container {
	max-width: 1168px;
}
.wpg-full-image-in-container-inset {
	position: relative;
	overflow: hidden;
}
.wpg-full-image-in-container-inset img {
	display: block;
	position: relative;
}

.wpg-full-image-in-container ~ .wpg-properties-options-main {
	margin-top: -500px;
	position: absolute;
	width: 100%;
}
.wpg-properties-options-main {
	z-index: 700;
	position: relative;
	min-height: 170px;
}

.wpg-properties-options-main .container {
	padding: 14px 21px;
	background: rgba(0,0,0,.4);
	max-width: 1168px;
	height: 170px;
}
ul.wpg-list-properties-options-main {
	display: table;
	height: 50px;
	width: 100%;
	background: #fff;
}
ul.wpg-list-properties-options-main > li {
	display: table-cell;
	vertical-align: middle;
}
ul.wpg-list-properties-options-main > li > div {
	height: 30px;
	border-left: 2px solid #ccc;
	padding: 0 11px;
}
ul.wpg-list-properties-options-main > li:first-child > div {
	border-left: none;
}
ul.wpg-list-properties-options-main input[type=submit] {
	height: 50px;
	line-height: 50px;
	background: black;
	color: #fff;
	font-weight: 300;
	font-family: inherit!important;
	width: 100%;
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	padding: 0 60px;
	cursor: pointer;
}
ul.wpg-list-properties-options-main > li > div > label {
	display: block;
	width: 100%;
}
ul.wpg-list-properties-options-main > li> div > label > input,
ul.wpg-list-properties-options-main > li> div .symulate-select > div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	vertical-align: middle;
	font-size: 18px; font-size: 1.8rem;
	font-family: inherit!important;
	color: #a2a5a4;
	
	white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
} 
ul.wpg-list-properties-options-main > li > div .symulate-select > ul {
	min-width: 185px;
	margin-top: 10px;
}

ul.wpg-list-properties-options-main .symulate-select > ul a {
	padding-left: 11px;
	padding-right: 11px;
}
.wpg-properties-options-main h3 {
	font-size: 24px; font-size: 2.4rem;
	color: #fff;
	font-family: proxima-nova, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	padding: 6px 0 17px;
	
	
}
.wpg-properties-options-main h3:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAMAAABPqWaPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC6UExURQAAAP////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////IcJMEAAAA9dFJOUwACxvJg+/6wgDDzCDnTQb4FeBmqy5bx2bUdag/wDVAc0kOuyOORLuJOaNot54IqhPrB5pTgUfkO2wc29jfYRJbVAAAAyElEQVQoz+XRVxaCUAwE0AF8PAV77yjYFSxgd/a/LQOyC/M1yT0nPwPI1BtOq4nfNFtWo55nlCsku0NDojHsSq6Us/uoY7PGtsVghVVAqy2b3RkB1wN71RKLnk+lFX2vyFK1x8MV6ha6EAE2a643gAie4U2BWj5mggIL+Amg+WfymnG8NTIxtmPOPrncY5t9h+ZeZG/S6dOO76k8LtzNMdBUJk1FPcB8x8tDhKejm/Y0XUhni2ka3eOJRHKO8mony/dykufonHwBL7MnO0AY/0AAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 11px;
	position: relative;
	top: 1px;	
}
.wpg-properties-options-main-box-checkbox {
	text-align: center;
	padding-top: 21px;
	padding-bottom: 5px;
}
.wpg-properties-options-main-box-checkbox h4,
.wpg-properties-options-main-box-checkbox label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px; font-size: 1.6rem;
	color: #fff;
	font-family: inherit!important;
	line-height: 30px;
}
.wpg-properties-options-main-box-checkbox input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	border: 2px solid #fff;
	background: #cccccc;
	color: #fff;
	margin-left: 15px;
}
ul.wpg-list-properties-options-main > li> div .symulate-select > div {
	color: #a2a5a4;
}

ul.wpg-list-properties-options-main > li> div .symulate-select > ul {
	left: -11px;
}

ul.wpg-list-properties-options-main > li> div #wpg-select-place > div {
	padding-right: 30px;
}
ul.wpg-list-properties-options-main > li> div #wpg-select-place > div:after {
	content: "\f140";
	font-family: dashicons;
	font-size: 26px;
	position: absolute;
	top: 0;
	right: 0;
}
ul.wpg-list-properties-options-main > li> div label {
	position: relative;
}
ul.wpg-list-properties-options-main > li> div #wpg-select-number-children > div,
ul.wpg-list-properties-options-main > li> div #wpg-select-number-adults > div {
	padding-right: 30px;
}
ul.wpg-list-properties-options-main > li> div #wpg-select-number-children > div:after,
ul.wpg-list-properties-options-main > li> div #wpg-select-number-adults > div:after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 18px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAMAAABsDg4iAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURQAAAKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpKKlpBSqLGAAAAAQdFJOUwAwj2C/gO9A3xBwUCCfz6+33qbOAAAAfElEQVQY05WQQRbDIAhERyMGEm24/2kr8mylu84G/G9gVABIrMoJQVJ1iCM8deocHVH7hdbUFmBCtnI5pOWczeHwXs5nc/ohw8dvbNYRLuFmL9ViNX9Wbo7+hdJtvANtPK1OKhd7Oh8iFsU09y1VQrJ/KNBdBcVKhPovfAPX6Azfw9eDkQAAAABJRU5ErkJggg==");
	top: 5px;
	right: 0;
}
ul.wpg-list-properties-options-main > li.wpg-date-ico-li > div {
	padding-right: 10px;
}
ul.wpg-list-properties-options-main > li.wpg-date-ico-li > div label {
	padding-right: 20px;
	max-width: 120px;
}
ul.wpg-list-properties-options-main > li.wpg-date-ico-li > div label:after {
	position: absolute;
	content: '';
	display: block;
	cursor: pointer;
	width: 18px;
	height: 18px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURQAAAKKlpKKlpKKlpKKlpJZsTVYAAAAEdFJOUwBAgCDD5FPZAAAANklEQVQI12NgYHRkYGAQEQAScJaKo6OLi4uIiBODi7MykGVk4sLgAgOEWAwQQDUW3GQVKMMJAIb4Fz9OCvYQAAAAAElFTkSuQmCC");
	top: 5px;
	right: 0;
}
ul.wpg-list-properties-options-main > li {
	max-width: 200px;
	min-width: 75px
}

.wpg-slideshow-1{
	max-height: 820px !important;
}
.wpg-slideshow-1 img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: middle;
	transform: scaleZ(0.8);
}
.wpg-slideshow-1 > div > div,
.wpg-full-image-in-container-inset > div {
	width: 100%;
	max-width: 1800px;

}

.xwpg-full-image-in-container-inset {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.wpg-slideshow-all {
	position: relative;
	overflow: hidden;
	max-width: 1600px;
	margin: 0px auto;
}
.wpg-slideshow-all .wpg-slideshow-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	border-top: 1px solid #fff;
}
.wpg-custom-caption {
	background: #fff;
	color: #a5acb0;
	position: absolute;
	top: -60px;
	right: 0;
	font-size: 14px;
}
.wpg-custom-caption a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	padding: 0 16px 0 80px; 
	position: relative;
}
.wpg-custom-caption a:before {
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 40px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALBAMAAACNJ7BwAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAqUExURQAAALe3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t8uTgtQAAAANdFJOUwCvQBBg3++/z4AgMI+X9n7/AAAAXElEQVQI12NgYGARu3s30YEBCFhi70pOvHsVyGauvZvEwKB297oBg8XduwqKG5ju3m1mkL17levuBobYuxcZ7t69znT3+Ibau3choncXgETBaoXAapFMQDIXYRsAczcwpDzzz0gAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-right: 1px solid #b7b7b7;
	left: 0;
	top: 10px;
}

.wpg-cycle-2 img {
	cursor: pointer;
	height: 70px;
	width: 100%;
}
.showBooknow{
	text-align: right;
	font-size: 14px;
	color: rgb(255, 255, 255);
	background-color: rgb(242, 101, 34);
	float: right;
	padding: 11px;
	margin-right: 2px;
	cursor: pointer;
	min-height: 40px;
}

.wpg-slide-min-class{
	height: 100px;
	margin: 5px !important;
	width: 180px !important;
}
.wpg-cycle-min-prev{
	left: 8%;
	cursor: pointer;

}


.wpg-cycle-min-next{
	right: 8%;
	cursor: pointer;
}

.wpg-cycle-prev,
.wpg-cycle-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 700;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-decoration: none;
	width: 5%;
	min-width: 36px;
	text-indent: -100000px;
}
.wpg-cycle-prev {
	left: 0;
}

.wpg-cycle-prev:after,
.wpg-cycle-next:after {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 28px;
	line-height: 100%;
	text-indent: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -12px;
	font-weight: 400;
	font-family: Dashicons;
}
.wpg-cycle-prev:after {
	content: "\f341";
}
.wpg-cycle-next:after {
	content: "\f345";
}
.wpg-cycle-minSlide-prev{
	cursor: pointer;
	float: left;
	height: 100px;
	background-color: #666;
	width: 60px !important;
	display: block;
	z-index: 1000;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	content: "ï…";
	font-family: Dashicons;
	color: rgb(255, 255, 255);
	font-size: 28px;
}
.wpg-cycle-minSlide-prev:after{
	content: "\f341";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 28px;
	line-height: 100%;
	text-indent: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -12px;
	font-weight: 400;
	font-family: Dashicons;
}
.wpg-cycle-minSlide-next{
	cursor: pointer;
	float: right;
	height: 100px;
	background-color: #666;
	width: 60px !important;
	display: block;
	z-index: 1000;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	content: "ï…";
	font-family: Dashicons;
	color: rgb(255, 255, 255);
	font-size: 28px;
}
.wpg-cycle-minSlide-next:after{
	content: "\f345";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 28px;
	line-height: 100%;
	text-indent: 0;
	overflow: hidden;
	top: 50%;
	margin-top: -12px;
	font-weight: 400;
	font-family: Dashicons;
}
.wpg-cycle-next {
	right: 0;
}
.wpg-slideshow-1 {
	position: relative;
}

.wpg-slideshow-1 .cycle-slide:before,
.wpg-full-image-in-container-inset > div:before {
	content: '';
	display: block;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURQAAAAAAAKVnuc8AAAACdFJOUwBm0kIJVQAAAAxJREFUCNdjcGBoAAABRADB61kDCQAAAABJRU5ErkJggg==");
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 700px;
}
.wpg-slide-big-class {
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	max-height: 100%;
	width: auto;

}
.wpg-cycle-2 .cycle-slide {
	background: #000;
	vertical-align: middle;
}
.wpg-cycle-2 .cycle-carousel-wrap {
	background: rgba(255,255,255,1);
}
.wpg-cycle-2 img {
	display: block;
}
.wpg-cycle-2 .cycle-slide-active img,
.wpg-cycle-2 img:hover {
	opacity: .6;
}
.wpg-slideshow-1 .cycle-slide:before,
.wpg-full-image-in-container-inset > div:before {
	opacity: .8;
}

.no-opacity-img img {
	opacity: 1 !important;
}


.wpg-tabs-simple {
	padding-top: 40px;
	padding-bottom: 40px;
}
.minGalleryContainer{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.wpg-simple-border-bottom {
	height: 1px;
	background: #b3b3b3;
	overflow: hidden;
	clear: both;
	margin: 0 14px;
}
.social-media {
    padding: 0 14px;
}
.social-media .share-property {
    background-color: #ff5a00;
    padding: 10px 25px;
    color: #fff;
    min-height: 40px;
    font-size: 14px;
    margin: 0 2px 0 0;
	text-align: left;
	max-height: 40px;
	cursor: pointer;
}
/*
.share-property p::after{
	content: "\f139";
	font-family: Dashicons;
	display: block;
	position: relative;
	font-size: 26px;
	right: -105px;
	top: 50%;
	margin-top: -21px;
	margin-bottom: -5px;
	margin-right: 29px;
	height: 100%;
	width: 20px;
}*/
.social-media .wpg-ico-twitter:before {
	content: "\f301";
}

.social-media .wpg-ico-facebook:before {
    content: "\f305";
}

.social-media .wpg-ico-mail:before {
    content: "\f465";
}

.social-media .wpg-ico-googlep:before {
	content: "\f462";
}
.social-media .wpg-ico-twitter:before,
.social-media .wpg-ico-facebook:before,
.social-media .wpg-ico-mail,
.social-media .wpg-ico-googlep:before{
    font-family: dashicons;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: 10px;
}
.social-media .social-btn {
    margin: 0;
    margin-left: 2px;
    height: 40px;
    width: 40px;
    background-color: #ff5a00;
    text-align: center;

}
.social-btns > a:last-child > .social-btn{
	margin-left: 0;
}

.wpg-tabs-simple-col-one {
	overflow: hidden;
}
.wpg-tsmc-left {
	border-right: 1px solid #b7b7b7;
}
.wpg-tabs-simple-pger {
	width: 100%;
	display: table;
	height: 60px;
	margin-top: 5px;
}
.wpg-tabs-simple-pger a {
	display: table-cell;
	padding: 0 7px;
	vertical-align: middle;
	border-right: 1px solid #b7b7b7;
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	color: #b7b7b7;
	text-decoration: none;
	border-bottom: 1px solid #b7b7b7;
	position: relative;
	font-weight: 400;
}
.wpg-tabs-simple-pger a.cycle-pager-active {
	color: #000;
	border-bottom: none;	
	font-weight: 700;
}
.wpg-tabs-simple-pger a.cycle-pager-active:after {
	content: '';
	display: block;
	position: absolute;
	height: 5px;
	background: #000;
	left: -1px;
	right: -1px;
	top: -5px;
	z-index: 10;
}
.wpg-right-header-tabs {
	height: 60px;
	margin-top: 5px;
	border-bottom: 1px solid #b7b7b7;
}
.wpg-right-header-tabs h3 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 28px;
	font-size: 14px; font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}
.wpg-tabs-simple-pger a.cycle-pager-active:first-child {
	border-left: 1px solid #b7b7b7;
}
.wpg-tabs-box-simple-text {
	padding: 28px;
}
.wpg-tabs-box-simple-text p,
.wpg-content-1-col > div p,
.wpg-content-2-col > div p,
.wpg-content-3-col > div p {
	color: #6c6f70;
	font-size: 14px; font-size: 1.4rem;
	line-height: 160%;
	margin-bottom: 28px;	
}
.wpg-tabs-box-simple-text p img,
.wpg-content-1-col > div img,
.wpg-content-2-col > div img,
.wpg-content-3-col > div img {
	display: block;
	margin-bottom: 28px;	
}

[data-cycle-hash=overview] .wpg-content-1-col > div p,
[data-cycle-hash=overview] .wpg-content-2-col > div p,
[data-cycle-hash=overview] .wpg-content-3-col > div p {
	color: #b7b7b7;
}

.wpg-content-1-col > div h4,
.wpg-content-2-col > div h4,
.wpg-content-3-col > div h4 {
	color: #000;
	font-size: 14px; font-size: 1.4rem;
	line-height: 160%;
	font-weight: 700;
}

.wpg-tabs-box-inset-tabs {
	border-top: 1px solid #b7b7b7; 
}
.wpg-tabs-box-inset-tabs-left {
	border-right: 1px solid #b7b7b7;
}

.wpg-tabs-box-inset-tabs-content > div {
	background: #fff;	
}
.wpg-tabs-box-inset-tabs-content-pager a {
	border-bottom: 1px solid #b7b7b7;
	display: block;
	font-size: 14px; font-size: 1.4rem;
	color: #b7b7b7;
	padding: 14px 21px;
	line-height: 150%;
	text-align: left;
	text-decoration: none;
	position: relative;
	
	/*
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
}
.wpg-tabs-box-inset-tabs-content-pager {
	margin-bottom: 50px;
}
.wpg-tabs-box-inset-tabs-content-pager a.cycle-pager-active {
	color: #000;
}
.wpg-tabs-box-inset-tabs-content-pager a.cycle-pager-active:before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -1px;
	width: 5px;
	background: #000;
	z-index: 600;
}
.wpg-tabs-box-inset-tabs-content-pager a.cycle-pager-active:after {
	content: "\f139";
	font-family: Dashicons;
	display: block;
	position: absolute;
	font-size: 26px;
	right: 6px;
	top: 50%;
	margin-top: -10px;
	
}
.wpg-options-list-icons {
	padding: 28px;
}
.wpg-options-list-icons li {
	padding: 12px 7px 12px 54px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-size: 12px; font-size: 1.2rem;
	margin-bottom: 14px;
	line-height: 140%;
	color: #6c6f70;
	position: relative;

}
.wpg-options-list-icons li .icon {

	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	/*background-image: url("../img/wpg-ico-40x40.png");*/
    background-repeat: no-repeat;
    background-image: url("../img/amenities_icons.png");

}
.wpg-ico-air-conditioned:before {
	background-position: 0 0;
}
.wpg-ico-high-ceilings:before {
	background-position: -40px 0;
}

.wpg-ico-on-the-ocean:before {
	background-position: -80px 0;
}

.wpg-ico-ocean-view:before {
	background-position: -120px 0;
}

.wpg-ico-dedicated-parking:before {
	background-position: -160px 0;
}
.wpg-ico-child-friendly:before {
	background-position: -200px 0;
}
.wpg-ico-mountain-vie:before {
	background-position: -240px 0;
}

.wpg-ico-spaciou:before {
	background-position: -280px 0;
}
.wpg-tsmc-right {
	padding: 28px;
	font-size: 14px;
	color: #b7b7b7;
	padding-bottom: 20px;
}
.wpg-tsmc-right h4 {
	font-size: 14px; font-size: 1.4rem;
	color: #000;
	font-weight: 700;
}
.wpg-tsmc-right p {
	font-size: 14px; font-size: 1.4rem;
	font-weight: 400;	
}
.wpg-tsmc-right p + h4 {
	margin-top: 21px;
}
.wpg-tsmc-right p a {
	color: #00b7b7;
}
.wpg-tabs-simple-main-content > div {
	background: #fff;
}

.wpg-content-1-col,
.wpg-content-2-col,
.wpg-content-3-col {
	padding: 14px;
}

.wpg-content-1-col > div,
.wpg-content-2-col > div,
.wpg-content-3-col > div {
	padding: 14px;
}
.wpg-content-2-col > div,
.wpg-content-3-col > div {
	float: left;
}

.wpg-content-1-col > div {
	width: 100%;
}

.wpg-content-2-col > div {
	width: 50%;
}

.wpg-content-3-col > div {
	width: 33.33333%;
}

.wpg-content-1-col:after,
.wpg-content-2-col:after,
.wpg-content-3-col:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.wpg-full-image-in-container-inset-prev,
.wpg-full-image-in-container-inset-next {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	background: transparent;
	z-index: 699;
	text-indent: -10000px;
	text-decoration: none;
}
.wpg-full-image-in-container-inset-next {
	left: auto;
	right: 0;
}
.wpg-full-image-in-container-inset-prev:before,
.wpg-full-image-in-container-inset-next:before {
	content: "\f341";
	font-family: Dashicons;
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 28px;
	margin-top: -12px;
	top: 50%;
	text-indent: 0;
	text-align: center;
	
}
.wpg-full-image-in-container-inset-next:before {
	content: "\f345";
}
.wpg-tabs-simple-google-maps {
	padding: 28px 28px 28px 0;
}
.wpg-tabs-simple-google-maps-inset {
	padding: 6px;
	border: 1px solid #b7b7b7;
}
.wpg-tabs-simple-google-maps p {
	color: #b7b7b7;
	font-size: 14px; font-size: 1.4rem;
	margin-top: 21px;
}
.wpg-pricing-availability .wpg-three-steps-main {
	display: block;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.wpg-pricing-availability .wpg-three-steps-main iframe {
	width: 100%;
}
.wpg-tabs-simple-main-content > div {
	width: 100%;
	background: #fff;
	height: 100%y;
}
.wpg-rev-item {
	padding: 28px;
	border-bottom: 1px solid #b7b7b7;
}
.wpg-rev-item h4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: 600;
	color: #000;
	line-height: 180%;
}
.wpg-rev-item p {
	font-size: 14px; font-size: 1.4rem;
	color: #b7b7b7;
	line-height: 180%;
}
.wpg-rev-item p.wpg-rev-item-date {
	font-size: 12px; font-size: 1.2rem;
}
.wpg-rev {
	position: relative;
}
.wpg-button-review,
.wpg-bar-black-book.booknow a.bok {
	background: #ff6418;
	color: #fff;
	position: absolute;
	display: block;
	top: 21px;
	right: 21px;
	font-size: 16px; font-size: 1.6rem;
	padding: 14px 21px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 300;
}
.wpg-bar-black-book.booknow a.bok {
	position: static;
	display: inline-block;
}
.wpg-button-review:after {
	content: '';
	display: inline-block;
	margin-left: 21px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURQAAAP///////////////////////////////////////////7QJjekAAAALdFJOUwCfMN/vcIDPv69AoPccnwAAAEFJREFUCNdjYAABxs0KYJpBercTRGD37s1Qgd27oQK7N8IEBEgTUNaECDCEMXSDBRhEFFaDBRiq3QwhFm8XhbgAADGlHzQFsb2KAAAAAElFTkSuQmCC");
	position: relative;
	top: 1px;
}
.wpg-buttons-info.wpg-bg-white + .wpg-smth-text.wpg-bg-white {
	padding-top: 0;
}
.wpg-buttons-info.wpg-bg-white + .wpg-smth-text.wpg-bg-white > div {
	padding-top: 0;
	margin-top: -7px;
}
.wpg-stars {
	width: 100px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../img/stars-empty.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.wpg-stars-inset {
	width: 100%;
	height: 20px;
	background-image: url(../img/stars-complete.png);
}
.wpg-three-steps {
	text-align: center;
	margin-top: 30px;
	position: relative;
	max-width: 515px;
	min-width: 278px;
	margin-left: auto;
	margin-right: auto;
}
.wpg-three-steps:before {
	display: block;
	content: '';
	height: 2px;
	background: #969a9d;
	position: absolute;
	top: 40px;
	left: 80px;
	right: 80px;
	z-index: 1
} 
.wpg-three-steps > div {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	margin-bottom: 15px;
	z-index: 2;
	position: relative;
}
.wpg-three-steps > div > p {
	padding: 5px;
	background: #fff;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 100%;
}
.wpg-three-steps > div > p > strong {
	overflow: hidden;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: 2px solid #969a9d;
	background: #fff;
	padding: 4px;
	display: block;
}
.wpg-three-steps > div.wpg-step-active > p > strong {
	border: 2px dotted #ff5e3c;
}
.wpg-three-steps > div > p > strong > span {
	background: #969a9d;
	display: block;
	border-radius: 100%;
	width: 58px;
	height: 58px;
	color: #fff;
	line-height: 58px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 400;
}
.wpg-three-steps > div.wpg-step-active > p > strong > span {
	background: #ff5e3c;
}
.wpg-three-steps > div > h4 {
	font-size: 16px; font-size: 1.6rem;
	color: #969a9d;
	font-weight: 400;
}
.wpg-three-steps > div.wpg-step-active > h4{
	color: #ff5e3c;
}
.wpg-popup-gellery-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 99999;
}
.wpg-popup-gellery-bg .container {
	padding: 28px;
}
.wpg-popup-gellery {
	background: #000;
	width: 100%;
	height: 100vh;
}
.wpg-popup-gellery > div {
	/*float: left;*/
}
.wpg-popup-gellery-big {
	width: 100%;
	padding: 30px 100px 30px 100px;
}
.wpg-popup-gellery-big-slider{
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	max-height: 60vh !important;
	max-width: 70vw !important;

}
.wpg-popup-gellery-min {
	width: calc(100% - 140px);
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	overflow: auto;

}
.wpg-popup-gellery-min a {
	display: block; 
	width: 10%;
	float: left;
	padding: 7px;
}
.wpg-popup-gellery-min img:hover,
.wpg-popup-gellery-min a.cycle-pager-active  {
	background: #fcf3ee;
}
.wpg-popup-gellery-min a.cycle-pager-active img {
	opacity: .3;
}
.wpg-popup-gellery-min a img {
	display: block;
}
.wpg-alt-caption {
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 7px;
	color:#FFF;
}
.cycle-carousel-wrap{
	width: 100%;
}

.wpg-popup-gellery-close {
	position: absolute;
	top: 14px;
	right: 28px;
	display: block;
	xwidth: 28px;
	xheight: 28px;
	font-size: 40px;
	xline-height: 24px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	xbackground: #000;
	xborder-radius: 100%;
	xborder: 3px solid #fff;
	z-index: 600;
}
#wpg-slideshow-all-1 {
	 opacity: 1;
 }
#wpg-slideshow-all-1 .wpg-slideshow-1 div{
	opacity: 0;
	display: inline-block;
	max-height: 710px;

}
.wpg-popup-bg {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.2);
	z-index: 1000;
	padding: 14px;
}
.wpg-popup {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ff6418;
	background: #fff;
	padding: 25px;
	position: relative;
	top: 50px;
}

.wpg-popup h3 {
	font-size: 24px; font-size: 2.4rem;
	margin-bottom: 25px;
	font-weight: 400;
}
.wpg-popup-close {
	position: absolute;
	right: 25px;
	top: 15px;
	text-decoration: none;
	font-size: 28px;
	font-weight: 700;
}


.wpg-popup-x21.wpg-smth-text-inset .wpg-input-default {
	padding-left: 0;
	padding-right: 0;
}
.wpg-popup-x21.wpg-smth-text-inset .wpg-input-default:before,
.wpg-popup-x21.wpg-smth-text-inset .wpg-input-default:after {
	display: none;
}
.wpg-popup-x21.wpg-smth-text-inset input[type=submit] {
	font-size: 24px; font-size: 2.4rem;
}
.wpg-popup-x21.wpg-smth-text-inset textarea {
	height: 160px;
}
.wpg-popup-x21.wpg-smth-text-inset p {
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
	color: #b7b7b7;
	margin-bottom: 14px;
	margin-top: 14px;
}
.wpg-popup-x21.wpg-smth-text-inset .wpg-stars {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.wpg-input-default-active input[type=text]::-webkit-input-placeholder {
 color: #ff6418;
}
.wpg-input-default-active input[type=text]::-moz-placeholder{
  color: #ff6418;
}
.wpg-input-default-active input[type=text]:-ms-input-placeholder{
  color: #ff6418;
}
.wpg-input-default-active input[type=text]:-moz-placeholder {
  color: #ff6418;
}


.wpg-input-default-active textarea::-webkit-input-placeholder {
 color: #ff6418;
}
.wpg-input-default-active textarea::-moz-placeholder{
  color: #ff6418;
}
.wpg-input-default-active textarea:-ms-input-placeholder{
  color: #ff6418;
}
.wpg-input-default-active textarea:-moz-placeholder {
  color: #ff6418;
}

.mobile-touch-map-lock {
	position: relative;
}
.mobile-touch-map-lock:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	background: transparent;
}


.wpg-copy {
	color: #a09d9d;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
	margin-top: -20px;
}
.wpg-copy a {
	text-decoration: none;
}

.wpg-full-image-in-container.wpg-cft-real-full-imgs .container {
	max-width: 1600px !important;
	width: 100% !important;	
}
.wpg-full-image-in-container-inset img {
	width: 100% !important;
	height: auto !important;
}

.module-wpg-gallery-v1-main-img  {
	position: relative;
}
.module-wpg-gallery-v1-main-img > img {
	width: 100%;
}
.module-wpg-gallery-v1-list {
	background: #333;
}
.module-wpg-gallery-v1-list img {
	width: auto;
	height: auto;
	cursor: pointer;
}
.module-wpg-gallery-v1-list img:hover {
	opacity: .8 !important;
}
.module-wpg-gallery-v1-main-img  .wpg-custom-caption {
	bottom: 0;
	top: auto;
}

.module-wpg-gallery-v1-list-outset {
	position: relative;
}




/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.wpg-popup-gellery-big-slider {
		max-height: 55vh !important;
		max-width: 60vw !important;
	}


}
@media screen and (-ms-high-contrast: active), (max-height: 1080px) {
	.wpg-popup-gellery-big-slider {
		max-height: 76vh !important;
	}
}
@media screen and (-ms-high-contrast: active),(min-height: 890px), (max-height: 910px) {
	.wpg-popup-gellery-big-slider {
		max-height: 63vh !important;
	}
}

@media screen and (-ms-high-contrast: active), (max-height: 768px){
	.wpg-popup-gellery-big-slider {
		max-height: 63vh !important;
	}
}
@media screen and (max-height: 720px){
	.wpg-popup-gellery-big-slider {
		max-height: 66vh !important;
	}
}










	/* responsive */

@media screen and (max-height: 400px){
	.minGalleryContainer{
		display:block;
	}
}
@media screen and (max-width: 1280px) {
	.wpg-popup-gellery-big-slider{
		max-height: none;
	}
	.wpg-popup-gellery-close {
		top: 14px;
		right: 3px;
	}
	.wpg-cycle-min-prev{
		left: 3%;
	}
	.wpg-cycle-min-next{
		right: 3%;
	}

}

@media screen and (min-width: 1001px) {
	body {
		padding-top: 168px;
	}
	#wpg-bar {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 36px;
		background: #fff;
		z-index: 999;
	}
	#wpg-bar .container {
		padding: 0;
		max-width: 1020px;
	}
	.wpg-mobile-menu {
		display: table !important;
	}
	.wpg-bar-main-menu {
		display: table;
		table-layout: fixed;
		float: right;
	}
	
	.wpg-bar-main-menu li {
		display: table-cell;
		vertical-align: middle;		
		font-size: 12px; font-size: 1.2rem;
		font-weight: 400;
		border-bottom: 4px solid #fff;
		border-top: 4px solid #fff;
	}
	.wpg-bar-main-menu li a {
		display: block;
		border-left: 1px solid #ededed;
		padding: 3px 20px;
		text-decoration: none;
		line-height: 160%;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
	}
	.wpg-bar-main-menu li a span {
		color: #a09d9d;
		text-transform: none;
		font-style: italic;
		font-weight: 400;
		letter-spacing: 0;
	}
	.wpg-bar-main-menu li:first-child a {
		border-left: none;
	}
	.wpg-bar-main-menu> li:hover {
		border-bottom: 4px solid #ffcec3;
	}
	.wpg-bar-main-menu >li.current-menu-item,
	.wpg-bar-main-menu >li.current-menu-item:hover  {
		border-bottom: 4px solid #ff5a00;
	}
	
	.wpg-bar-black,
	.wpg-bar-black li{
		color: #fff;
	}
	
	.wpg-bar-black {
		background: #1c1c1c;
		height: 36px;		
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.wpg-bar-black-inset {
		float: right;
		display: table;
		table-layout: fixed;
		height: 36px;
		margin-right: 10px;
	}
	.wpg-bar-black-inset > li {
		font-size: 13px; font-size: 1.3rem;
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}
	.wpg-bar-black-inset > li a {
		text-decoration: none;
		position: relative;
	}
	.wpg-bar-black-tel a,
	.wpg-bar-black-email a{
		padding-left: 22px;
	}
	.wpg-bar-black-inset > li a:before {
		font-family: dashicons;
		display: inline-block;
		margin-right: 6px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 15px; font-size: 1.5rem;
	}
	.wpg-bar-black-tel a:before {
		content: "\f525";
	}
	.wpg-bar-black-email a:before {
		content: "\f465";
	}
}
@media screen and (max-width: 1000px) {
	body {
		padding-top: 0 !important;
	}
	.container { 
		padding: 0;
	}
	#wpadminbar {
		display: none !important;
	}
	.wpg-mobile-menu {
		clear: both;
		float: right;
		width: 100%;
		max-width: 100%;
		text-align: right;
		background: rgba(0,0,0,.2);
		display: none;
	}
	.wpg-mobile-menu li {
		font-size: 16px;
	}
	.wpg-mobile-menu li a,
	.wpg-bar-black-inset .symulate-select > div,
	.wpg-bar-black-inset .symulate-select ul li {
		text-decoration: none;
		display: block;
		padding:	10px 20px;
	}
	.wpg-bar-black-inset .symulate-select ul li {
		padding: 0;
	}
	.wpg-bar-black-inset .symulate-select ul {
		position: static;
		margin-top: 0;
		top: auto;
	}
	.wpg-bar-black-inset li a:hover,
	.wpg-bar-main-menu li a:hover,
	.wpg-bar-black-inset .symulate-select > div:hover {
		background: rgba(255,255,255,.2);
	}
	.wpg-bar-black-inset li a span,
	.wpg-bar-main-menu li a span {
		color: #fff;
		font-style: italic;
	}
	.symulate-select ul {
		width: 100%;
		left: auto;
	}
	.wpg-bar-mobile-menu {
		display: block;
		float: right;
		margin-top: 26px;
	}
	.wpg-bar-mobile-menu li {
		float: left;
		color: #b7b7b7;
		border-left: 1px solid #b7b7b7;
	}
	.wpg-bar-mobile-menu li:first-child {
		border-left: none;
	}
	.wpg-bar-mobile-menu li a {
		display: block;
		width: 85px;
		height: 80px;
		overflow: hidden;
		text-decoration: none;
		text-align: center;
		line-height: 80px;
		font-size: 60px;
	}
	.wpg-bar-mobile-menu li a span {
		display: none;
	}
	.wpg-bar-mobile-menu li a:before {
		font-family: dashicons;		
	}
	.wpg-bar-mobile-menu li.wpg-open-menu-button a:before {
		content: '\f333';
	}
	.wpg-bar-mobile-menu li.wpg-phone-button a {
		font-size: 40px;
	}
	.wpg-bar-mobile-menu li.wpg-phone-button a:before {
		content: '\f525';
	}
	.wpg-bar-black-inset .symulate-select > div:after {
		position: relative;
		top: 2px;
		right: auto;
	}
	.wpg-footer-normal-links {
		padding: 0 14px;
	}
	.wpg-main-bg-header {
		background-attachment: scroll;
	}
	.wpg-main-bg-header > .span-table {
		height: 300px;
	}
	
	ul.wpg-list-properties-options-main {
		height: auto;
	}
	ul.wpg-list-properties-options-main:after {
		content: '';
		display: block;
		height: 0;
		clear: both;
		overflow: hidden;
	}
	ul.wpg-list-properties-options-main {
		display: block;
		margin-left: auto;
		margin-right: auto;
		background: none;
		text-align: center;
	}
	ul.wpg-list-properties-options-main > li  {
		display: block;
		display: inline-block;
		vertical-align: top;
		max-width: none;		
		background: #fff;
		margin: 0.8%;
		border-bottom: 1px solid #d7d7d7;
		text-align: left;
	}
	ul.wpg-list-properties-options-main > li > div {
		border: none;
		width: 100%;
	}
	ul.wpg-list-properties-options-main > li.wpg-date-ico-li > div label {
		max-width: 100%;
	}

	ul.wpg-list-properties-options-main > li > div .symulate-select > ul {
		margin-top: 0;
		left: 0;
	}
	ul.wpg-list-properties-options-main > li > div .symulate-select ul ul {
		position: static;
	}
	ul.wpg-list-properties-options-main > li > div .symulate-select > ul li.menu-item-has-children > a:after {
		content: "\f347";
	}
	
	.wpg-full-image-in-container-inset {
		margin-bottom: 0;
	}
	
	.wpg-full-image-in-container {
		min-height: inherit;
	}
	.wpg-full-image-in-container + .wpg-properties-options-main {
		margin-top: 0;
	}
	
	
	
	
	
	
	.id-wpg-date-search-text-main {
		width: 47.6%;
	}
	.id-wpg-select-place {
		width: 47.6%;
	}
	.id-wpg-date-from,
	.id-wpg-date-to,
	.id-wpg-select-number-adults,
	.id-wpg-select-number-children,
	.id-wpg-submit {
		width: 17.85%;
	}
	
	ul.wpg-list-properties-options-main input[type=submit] {
		padding: 0;
		height: 50px;
		line-height: 50px;
		background: #ff5e3c;
	}
	.wpg-properties-options-main .container {
		background: #f7f7f7;
		height: auto;
		min-height: 170px;
	}
	.wpg-properties-options-main h3,
	.wpg-properties-options-main-box-checkbox h4, 
	.wpg-properties-options-main-box-checkbox label {
		color: #888b8c;
	}
	ul.wpg-list-properties-options-main > li > div {
		height: 50px;
	}
	
	ul.wpg-list-properties-options-main > li> div > label > input, 
	ul.wpg-list-properties-options-main > li> div .symulate-select > div {
		height: 50px;
		line-height: 50px;
	}
	ul.wpg-list-properties-options-main > li.wpg-date-ico-li > div label:after {
		top: 15px;
	}
	ul.wpg-list-properties-options-main > li> div #wpg-select-number-children > div:after, 
	ul.wpg-list-properties-options-main > li> div #wpg-select-number-adults > div:after {
		top: 15px;
	}
	
	
	.wpg-properties-options-main h3:before {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAMAAABPqWaPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC6UExURQAAAH+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg3+Cg6cu0GYAAAA9dFJOUwACxvJg+/6wgDDzCDlB074ZBap4ltnL8bUdag/wDVAc0kOuyOOR4k4uaNot54KEKvrBlODmUfkO2wc29jfbyGvEAAAAyElEQVQoz+XRVxaCUAwE0AF8PAV77yjYFSxgd/a/LQOyC/M1yT0nPwPINFpOs47f1JtWq5FnlKske0NDojHsSa6Ws/uobbPGrsVgg01Aqyub3R4B1wM7lRKLnk+lFX2vyFKlw8MV6ha6EAHWK67WgAie4U2BWj5mggIL+Amg+WfymnG8NTIxtmPOPrncLzb7Ds29yN6k06d9uafySLibY6CpTJqKeoD5jslDhKfITXuaLqSzxTSNbnQiEZ+PebWT5Xs5yfPxHH8BMYcnOwBa59AAAAAASUVORK5CYII=");
	}
	
	.wpg-full-image-in-container-inset-prev,
	.wpg-full-image-in-container-inset-next {
		background: rgba(0,0,0,.4);
	}
	/* ngadt responsive search form on accommodation page  */
	.wpg-full-image-in-container + .wpg-properties-options-main {
		position: relative;
	}
	div.wpg-properties-options{
		margin-top: 0;
		margin-top: 0;
   		background: #eaeaea;
	}
	.wpg-properties-options li.wpg-select-li.id-wpg-date-search-text-main {
	    width: 49.5%;
	    max-width: 49.5%;
	    display: block;
	    margin-bottom: 1%;
	    float: left;
	}
	.wpg-properties-options  li.category-select-box {
	    width: 49.5%;
	    max-width: 49.5%;
	    display: block;
	    margin-bottom: 1%;
	    float: right;
	}
	.wpg-properties-options .wpg-input-text-main {
	    border-left: none;
	}
	.wpg-list-properties-options > li{
		display: block;
	}
	.wpg-list-properties-options > li.wpg-date-ico-li,
	.wpg-list-properties-options >li.wpg-people-ico-li, 
	.wpg-list-properties-options >li.wpg-properties-options-submit{
		width: 19.2%;
		margin-right: 1%;
		float: left;
	}
	.wpg-list-properties-options >li.wpg-properties-options-submit{
		margin-right: 0
	}
	.wpg-properties-options-main-box-checkbox{
		display: block;
    	clear: both;
	}
	.wpg-properties-options .symulate-select > div, 
	.wpg-properties-options .wpg-input-text,
	.wpg-properties-options .wpg-input-text-main{
		border-left: none;
	}
	div.wpg-properties-options h3{
		padding: 10px 0 25px;
	}
	.wpg-properties-options .wpg-properties-options-submit input{
		padding: 0;
	}
	.wpg-properties-options .symulate-select > div, 
	.wpg-properties-options .wpg-input-text, 
	.wpg-properties-options .wpg-input-text-main,
	.wpg-properties-options .wpg-properties-options-submit input{
		height: 50px;
    	line-height: 50px;
	}

	
}
@media screen and (max-height: 420px){
	.wpg-popup-gellery-big-slider{
		max-height: 60vh !important;
		width: 60%;
	}
}
@media screen and (max-width: 736px) {
	.wpg-slide-big-class {
		height: auto;

	}
}



@media screen and (max-width: 768px) {

	.wpg-alt-caption{
		margin-left: 30px;
		margin-bottom: 5px;
	}

	.wpg-popup-gellery-big-slider{
		margin-top: 17vh !important;
		max-width: none !important;
	}
	@media screen and (max-height: 400px) {
		.wpg-popup-gellery-big-slider {
			margin-top: 5vh !important;
			max-width: none !important;
		}
	}
	.wpg-smth-text-inset .wpg-input-default-active:before,
	.wpg-smth-text-inset .wpg-input-default-active:after {
		display: none;
	}
	.wpg-cycle-minSlide-prev, .wpg-cycle-minSlide-next{
		height: 50px;
		margin-top: 55px;
	}
	.wpg-popup-gellery-min{
		margin-top: 51px;
	}
	.wpg-slide-min-class {
		height: 50px !important;
		width: 100px!important;
	}
	.wpg-new-v{
		display:none;
	}

	.wpg-list-properties-options > li {
		width: 50%;
	}

	.wpg-list-villas-inset > li {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;
	}
	
	
	.wpg-bar-black-tel,
	.wpg-bar-black-email {
		display: none;
	}
	
	


	.wpg-list-villas-inset > li .wpg-lvi-box,
	.wpg-list-villas-inset > li .wpg-lvi-sub-box {
		width: 50%;
		float: left;
		height: 366px;
		margin-bottom: 0;
		overflow: hidden;
	}
	
	.wpg-list-villas-inset > li .wpg-lvi-sub-box {
		position: relative;
		padding: 0 0 0 14px;
		text-align: left;
	}
	.wpg-list-villas-inset > li .wpg-more-button {
		left: 14px;
		right: 0;
	}
	
	.wpg-list-villas-inset > li .wpg-lvi-box-main,
	.wpg-list-villas-inset > li .wpg-lvi-box-side {
		display: block;
		width: 100%;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box-main {
		height: 243px;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box-side {
		height: 120px;
		border-top: 1px solid #fff;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box-side > ul > li {
		width: 25%;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box-side > ul > li.wpg-ico-cost {
		width: 50%;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box-side > ul > li.wpg-ico-bed,
	.wpg-list-villas-inset > li .wpg-lvi-box-side > ul > li.wpg-ico-pet {
		border-left: none;
	}

	
	/*	
	.wpg-lvi-box-side > ul > li.wpg-ico-bed {
		background-color: #005a8c;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-computer {
		background-color: #003050;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-bath {
		background-color: #00aeef;
		text-align: right;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-location {
		background-color: #0096db;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-pet {
		background-color: #004065;
		text-align: right;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-email {
		background-color: #005a8c;
	}
	.wpg-lvi-box-side > ul > li.wpg-ico-cost {
		background-color: #00aad2;
	}
	.wpg-more-button {
		background-color: #ff5e3c;
		color: #fff; 
		border-color: #ff5e3c;
		font-size: 17px; font-size: 1.7rem;
		font-weight: 400;
	}
	.wpg-more-button:hover {
		background-color: #fff;
		color: #ff5e3c;
	}
	*/
	
	.wpg-tabs-simple-pger a,
	.wpg-tsmc-left,
	.wpg-tsmc-right {
		display: block !important;
		width: 100% !important;
	}
	.wpg-tabs-simple-pger a.cycle-pager-active:after {
		display: none;
	}
	.wpg-tabs-simple-pger a {
		padding: 7px;
		border: none;
		border-bottom: 1px solid #b7b7b7 !important;
		text-align: left;
	}
	.wpg-tabs-simple-pger a.cycle-pager-active:first-child {
		border: none;
	}
	.wpg-tabs-simple-pger a:first-child {
		border-top: 1px solid #b7b7b7 !important;
	}
		
	.wpg-button-review {
		position: static;
		display: inline-block;
		margin-top: 21px;
	}
	.wpg-tabs-simple-google-maps {
		padding-right: 0;
	}
	#wpgmza_map {
		height: 400px !important;
	}
	.wpg-right-header-tabs-outset {
		display: none !important;
	}
	.wpg-tabs-simple .container {
		padding-left: 14px;
		padding-right: 14px;
	}
	.wpg-content-1-col, .wpg-content-2-col, .wpg-content-3-col {
		padding: 0;
	}
	.wpg-tsmc-left {
		border-right: none;
	}
	.wpg-tsmc-right {
		padding: 14px;
	}
	.wpg-tabs-simple-pger a {
		position: relative !important;
	}
	.wpg-tabs-simple-pger a:after {
		content: "\f139" !important;
		display: block !important;
		font-family: Dashicons;
		position: absolute;
		right: 0 !important;
		top: 50% !important;
		bottom: auto !important;
		left: auto !important;
		margin-top: -11px !important;
		font-size: 24px !important; 	
		height: auto !important;
		background: transparent !important;
	}
	.wpg-tabs-simple {
		padding-top: 0;
	}
	.wpg-options-list-icons li {
		width: 90% !important;
		display: block !important;
	}
	.wpg-three-steps:before {
		left: 150px;
		right: 150px;
	}
	.wpg-three-steps > div {
		width: 100px;
	}
	.wpg-three-steps > div > h4 {
		font-size: 10px; font-size: 1.0rem;
	}
	
	.wpg-popup-gellery-bg .container {
		padding: 6px;
	}
	.wpg-popup-gellery-big {
		padding: 5px;
	}
	.wpg-popup-gellery-min {
		padding: 3px;
	}
	.wpg-popup-gellery-min a {
		padding: 3px;
		overflow: hidden;
	}
	
	
	.wpg-popup-gellery-close {
		top: 2px;
		right: auto;
		left: 2px;
		width: 28px;
		height: 28px;
		font-size: 28px;
		line-height: 24px;
		text-align: center;
		background: #000;
		border-radius: 100%;
		border: 3px solid #fff;
	}
	
	.wpg-mobile-menu li {
		font-size: 14px;
	}
	.wpg-logo img {
		max-width: 250px;
	}
	.wpg-popup-gellery-big-slider {
		margin-top: 0;
	}
	.wpg-cycle-prev,
	.wpg-cycle-next {
		min-width: 60px;
	}
	.wpg-slideshow-all .wpg-slideshow-2 {
		position: static;
		border: none !important;
		xheight: 0;
		top: 0;
	}
	.wpg-cycle-2 .cycle-carousel-wrap {
		display: none !important;
	}
	.wpg-custom-caption a {
		height: 40px;
		line-height: 40px;
		padding-left: 40px;
		padding-right: 10px;
	}
	.wpg-custom-caption a:before {
		height: 24px;
		top: 8px;
		width: 30px;
	}
	.wpg-custom-caption {
		top: auto;
		bottom: 0;
		right: 60px;
		z-index: 800;
		opacity: .82;
		font-size: 10px; font-size: 1.0rem;
		font-weight: 300;
	}

}
@media screen and (max-width: 750px) {
	/*.wpg-popup-gellery-big-slider {*/
		/*margin-top: 0;*/
	/*}*/
	/*.wpg-cycle-prev,*/
	/*.wpg-cycle-next {*/
		/*min-width: 60px;*/
	/*}*/
	/*.wpg-slideshow-all .wpg-slideshow-2 {*/
		/*position: static;*/
		/*border: none !important;*/
		/*xheight: 0;*/
		/*top: 0;*/
	/*}*/
	/*.wpg-cycle-2 .cycle-carousel-wrap {*/
		/*display: none !important;*/
	/*}*/
	/*.wpg-custom-caption a {*/
		/*height: 40px;*/
		/*line-height: 40px;*/
		/*padding-left: 40px;*/
		/*padding-right: 10px;*/
	/*}*/
	/*.wpg-custom-caption a:before {*/
		/*height: 24px;*/
		/*top: 8px;*/
		/*width: 30px;*/
	/*}*/
	/*.wpg-custom-caption {*/
		/*top: auto;*/
		/*bottom: 0;*/
		/*right: 60px;*/
		/*z-index: 800;*/
		/*opacity: .82;*/
		/*font-size: 10px; font-size: 1.0rem;*/
		/*font-weight: 300;*/
	/*}*/

}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 560px) {



	.wpg-footer-normal-links {
		text-align: center;
	}
	.wpg-blog-list > li {
		width: 50%;
	}
	.wpg-footer-inset,
	.wpg-footer-inset > div {
		display: block !important;
	}
	.wpg-footer-social-icons-horizonatl {
		margin-left: 14px;
		margin-top: 14px;
	}
	.wpg-main-bg-header h2 {
		font-size: 30px; font-size: 3.0rem;
	}

	.wpg-logo {
		height: 80px;
		font-size: 18px; font-size: 1.8rem;
		padding-left: 14px;
		padding-right: 0;
	}
	.wpg-logo a span {
		font-size: 7px; font-size: 0.7rem;
		letter-spacing: 1px;
	}
	.wpg-bar-mobile-menu {
		margin-top: 14px;
	}
	.wpg-bar-mobile-menu li.wpg-phone-button a {
		font-size: 20px;
	}
	.wpg-bar-mobile-menu li.wpg-phone-button a {
		font-size: 20px;
	}
	.wpg-bar-mobile-menu li.wpg-open-menu-button a {
		font-size: 40px;
	}
	.wpg-bar-mobile-menu li a {
		width: 57px;
		height: 52px;
		line-height: 52px;
	}
	.wpg-mobile-menu {
		width: 100%;
	}
	
	.wpg-mobile-menu li a,
	.wpg-bar-black-inset .symulate-select > div {
		padding:	10px 14px;
	}

	
	.wpg-cycle-prev:after,
	.wpg-cycle-next:after {
		font-size: 18px;
		margin-top: -8px;
	}
	



	.wpg-cycle-prev:after, 
	.wpg-cycle-next:after {
		font-size: 28px;
	}
	
	


	
	.wpg-slideshow-1 .cycle-slide:before {
		opacity: .3;
	}
	


	.wpg-smth-text {
		text-align: left;
	}
	
	.wpg-content-2-col > div,
	.wpg-content-3-col > div {
		width: 100%;
		display: block;
	}

}

@media screen and (max-width: 520px) {
	.wpg-three-steps > div {
  		width: 90px;
	}
	.wpg-list-villas-inset > li .wpg-lvi-box,
	.wpg-list-villas-inset > li .wpg-lvi-sub-box {
		width: 100%;
	}
	.wpg-list-villas-inset > li .wpg-lvi-sub-box {
		height: auto;
		padding: 14px 0 0 0;
	}
	.wpg-list-villas-inset > li .wpg-lvi-sub-box:after {
		display: none;
	}
	.wpg-list-villas-inset > li .wpg-more-button {
		position: static;
	}


	ul.wpg-list-properties-options-main > li,
	.wpg-properties-options-main-box-checkbox h4 {
		width: 100% !important;
		margin: 0 0 14px 0 !important;
	} 
	ul.wpg-list-properties-options-main > li.id-wpg-date-from,
	ul.wpg-list-properties-options-main > li.id-wpg-date-to,
	ul.wpg-list-properties-options-main > li.id-wpg-select-number-adults,
	ul.wpg-list-properties-options-main > li.id-wpg-select-number-children {
		width: 48% !important;
		display: block;
		float: left;
	}
	ul.wpg-list-properties-options-main > li.id-wpg-date-from,
	ul.wpg-list-properties-options-main > li.id-wpg-select-number-adults {
		margin-right: 2% !important;
	}
	ul.wpg-list-properties-options-main > li.id-wpg-date-to,
	ul.wpg-list-properties-options-main > li.id-wpg-select-number-children {
		margin-left: 2% !important;
	}
	
	.wpg-properties-options-main-box-checkbox input {
		clear: left;
		float: left;
		margin-left: 0 !important;
		margin-right: 5px;
		margin-bottom: 7px;
	}	
	.wpg-properties-options-main-box-checkbox label {
		float: left;
		margin-bottom: 7px;
	}
	.wpg-buttons-info {
		padding-left: 11px;
		padding-right: 11px;
	}
	.wpg-buttons-info li {
		display: block;
	}
	.wpg-smth-text h3,
	.wpg-lvi-sub-box h3 {
		font-size: 20px;  font-size: 2.0rem;
	}
	.wpg-smth-text p {
		font-size: 14px;  font-size: 1.4rem;
		line-height: normal;
	}
	#property_location_map {
		height: 230px !important;
	}
	
	ul.wpg-list-properties-options-main > li > div .symulate-select > ul {
		left: -12px;
	}
	
	.wpg-tabs-simple-main-content [data-cycle-hash="pricing-availability"] {
		min-height: 1200px !important;
	}
	/* ngadt responsive search form on accommodation page  */
	.wpg-properties-options-main-box-checkbox input[type=checkbox]{
		margin-top: 8px
	}
	.wpg-properties-options li.wpg-select-li.id-wpg-date-search-text-main, 
	.wpg-properties-options  li.category-select-box{
		margin-bottom: 2%;
	}
	.wpg-properties-options li.wpg-select-li.id-wpg-date-search-text-main, 
	.wpg-properties-options  li.category-select-box,
	.wpg-list-properties-options >li.wpg-properties-options-submit{
		width: 100%; max-width: 100%;
		float: none;
		clear: both;
	}
	
	.wpg-list-properties-options > li.wpg-date-ico-li, 
	.wpg-list-properties-options >li.wpg-people-ico-li{
		width: 49%;
	    max-width: 49%;
	    margin-bottom: 2%;

	}
	.wpg-list-properties-options > li.wpg-date-ico-li.checkin-box, 
	.wpg-list-properties-options >li.wpg-people-ico-li.adults-box{
		float: left;
	}

	.wpg-list-properties-options > li.wpg-date-ico-li.checkout-box, 
	.wpg-list-properties-options >li.wpg-people-ico-li.children-box{
		float: right;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 480px) {

	.showBooknow {
		text-align: center!important;
		margin-right: 0px;
		margin-top: 4px;
		width: 38.5%;
	}
}

@media screen and (max-width: 460px) {
	
	.wpg-popup-gellery-big-slider {
		margin-top: 18vh;
	}
	.wpg-three-steps:before {
		left: 90px;
		right:90px;
	}
	.wpg-blog-list > li {
		width: 100%;
	}
	.wpg-main-bg-header > .span-table {
		height: 200px;
	}
	.wpg-list-properties-options > li {
		width: 100%;
	}
	.wpg-list-properties-options .symulate-select > ul ul {
  		position: static;
	}
	.wpg-list-properties-options .symulate-select > ul li.menu-item-has-children > a:after {
		content: "\f347";
	}

	/* wpg slider in home change height */
	.wpg-full-image-in-container-inset .cycle-slide {
		overflow: hidden;
	}
	.wpg-full-image-in-container-inset .cycle-slide > div {
		text-align: center;
		width: 200%;
		margin-left: -50%;
	}
	.wpg-full-image-in-container-inset img {
  		max-width: none;
  		max-height: 235px;
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}
	/**/

	.wpg-popup-gellery-min a {
		width: 100%;
	}	
	
	.wpg-mobile-menu li {
		font-size: 12px;
	}
	.wpg-logo img {
		max-width: 180px;
	}
	.wpg-buttons-info li a {
		overflow: hidden;
		font-size: 11px !important;
		text-overflow: clip;
		text-align: center;
	}
}
@media (min-width: 0) and (max-width: 480px) {
    .social-media .social-btns {
        width: 40%;
        float: right;
		height: 40px;
    }
    .social-media .social-btns a {
        width: 33%;
    }
    .social-media .social-btn {
        width: 31.3%;
    }
    .social-media .social-btns a:last-child > div {
        border-right: none;
		float:left;
    }

    .social-media .social-property {
        width: 65%;
    }
    .social-media .share-property {
        xwidth: 100%;
        xmargin-right: 2px;
    }



}


@media screen and (max-width: 380px) {
	.wpg-three-steps > div {
  		width: 80px;
	}
	.wpg-logo img {
		/*max-width: 130px;*/
	}

}

.module-wpg-gallery-v1, .module-wpg-gallery-v1-main-img{
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
.module-wpg-gallery-v1-main-img{
	max-height: 675px;
}
.module-wpg-gallery-v1-list{
	border-top: 1px solid white;
	max-height: 179px;
}

.wpg-logo img{
/*	max-height: 127px;*/
}

.pager li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom : 10px;

}
.pager li a{
	display: block;
	border: solid 2px rgb(185,185,185);
	padding: 5px 10px;

	font-size: 18px;
	color: rgb(185,185,185);
	text-decoration: none;

}

.pager li a.dash{
	padding: 5px;

}
.pager li a.dash span{
	width: 23px;
}
.pager li a.dash span:before{
	width: 23px;
	font-size: 23px;
}

.pager li a.active{

}

.wpcf7-validation-errors{
	maring-left: 6px !important;
	maring-right: 6px !important;;
	font-size: 12px;
	text-align: center;
	color: red;
	border-color: red;
	padding: 13px !important;;
	margin-top: -10px !important;
	border-color: red !important;
}

.wpg-list-villas-inset .property_line {
	content: '';
	display: block;
	width: 45%;
	border-bottom: 1px solid #b7b7b7;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
}
.wpg-lvi-box-side li small {
	z-index: 2;
	display: none;
	position: absolute;
	background:	#f26522;
	color: #fff;
	width: 100%;
	height: 60px;
	top: -61px;
	padding: 4px;
	line-height: 120% !important;
	text-align: center !important;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	/* font-size: 11px !important; */
}

.wpg-lvi-box-side li small span{
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	position: static;
}

.wpg-lvi-box-side li:hover small {
	display: table !important;
}


.wpg-lvi-box-side li small:before {
	position: absolute;
	content: '';
	display: block;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f26422 transparent transparent transparent;
}

.wpg-lvi-box  {
	/*y: visible !important;
	overflow-x: hidden !important;
*/}



#loader {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	/*-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+*/
	/*animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;

	-webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

