/*
/* Template Name: Angsana Vacation Club
/*
/*-----------------------------------------------------------------------------------*/

@import url("animate.css");

/*  UI - Modal Change Language & Currency
/*-----------------------------------------------------------------------------------*/

.calendar-ui{
	width: auto;
	height: auto;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	border-bottom: solid 1px #e9e9e9;
}

.calendar-ui table{
	width: 100%;
}
.calendar-ui table th{
	padding: 5px 0 15px 15px;
	letter-spacing: 0.03em;
}
.calendar-ui table tr td{
	padding: 7px 0;
	position: relative;
	color: #000;
	transition: all 0.3s;
	z-index: 10;
}
.calendar-ui table tr td.setday{
	background: none;
	font-weight: bold;
/*	color: #f15a00;*/
}


/*  SEASONALITY PAGE
/*-----------------------------------------------------------------------------------*/

.calendar-ui table tr td.RedSeason,
ul.key-color li span.red{
	background: rgba(255,85,85, 0.45);
}
.calendar-ui table tr td.PlatinumSeason,
ul.key-color li span.platinum{
	background: rgba(255,233,129, 0.56);
}
.calendar-ui table tr td.BlueSeason,
ul.key-color li span.blue{
	background: rgba(95,188,255, 0.56);
}
ul.key-color li span.green{
	background: rgba(75,187,62, 0.83);
}
ul.key-color li span.yellow{
	background: rgba(243,223,72, 0.83);
}
ul.key-color li span.darkred{
	background: rgba(255,38,38, 0.84);
}
ul.key-color li span.out{
	background: url(../images/ui/maintenance-status-ico.jpg) center center no-repeat;
	background-size: 100%;
}

.calendar-ui table tr td.RedSeason::after{
	content: "Red Season";
}
.calendar-ui table tr td.PlatinumSeason::after{
	content: "Platinum Season";
}
.calendar-ui table tr td.BlueSeason::after{
	content: "Blue Season";
}

.calendar-ui table tr td.RedSeason,
.calendar-ui table tr td.PlatinumSeason,
.calendar-ui table tr td.BlueSeason{
	cursor: pointer;
	border:solid 2px #fff;
	position: relative;
	z-index: 10;
}
.calendar-ui table tr td.RedSeason::after,
.calendar-ui table tr td.PlatinumSeason::after,
.calendar-ui table tr td.BlueSeason::after{
	position: absolute;
	right:-45px;
	top: -15px;
	width: 140px;
	height: 25px;
	text-align: center;
	visibility: hidden;
	background: rgba(255,255,255,0.9);
	border:none;
	padding: 4px 0 0 0;
	overflow: hidden;
	color: #0a0a0a;
	z-index: 50;
	border-radius: 5px;
	box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
	transition: all 0.1s;
}
.calendar-ui table tr td.RedSeason:hover::after,
.calendar-ui table tr td.PlatinumSeason:hover::after,
.calendar-ui table tr td.BlueSeason:hover::after{
	visibility: visible;
	top: -25px;
}

.calendar-ui table tr td.RedSeason:hover,
.calendar-ui table tr td.PlatinumSeason:hover,
.calendar-ui table tr td.BlueSeason:hover{
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

ul.key-color{
	padding: 0;
}

ul.key-color li{
	list-style: none;
	padding: 0 20px 0 0;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
}
ul.key-color li:hover{
	color: #010101;
}
ul.key-color li span{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 10px;
	margin: 0 10px 0 0;
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	transition: all 0.3s;
}
ul.key-color li:hover span{
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.1);
}

/*  Form
/*-----------------------------------------------------------------------------------*/
.form-style h3{
	margin-bottom: 15px !important;
}
.form-style label{
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.03em;
	position: relative;
	top: 13px;
	padding: 0 0 0 20px;
	color: #797979;
}
.form-style label.clear-paddingl{
	padding: 0 0 10px 0;
}
.form-style input[type="password"],
.form-style input[type="number"],
.form-style input[type="text"],
.form-style input[type="email"],
.form-style select,
.form-style span.calendar,
.form-style span.time{
	width: 100%;
	height: 35px;
	border:solid 2px #e1e1e1;
	margin: 5px 0;
	padding: 5px 10px;
	transition: all 0.3s;
}
.form-style textarea,
.form-style textarea.reason{
	width: 50%;
	height: 100px;
	border: solid 1px #e1e1e1;
	margin: 10px 0 10px 20px;
	padding: 10px;
	transition: all 0.3s;
}
.form-style textarea.reason,
.form-style input[type="text"],
.form-style input[type="number"],
.form-style input[type="email"],
.form-style select{
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #797979;
}
.form-style input[type="password"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="text"]:focus,
.form-style input[type="email"]:focus,
.form-style textarea:focus,
.form-style select:focus{
	border-color: #f15a00;
}

/* For input Datepicker */

.form-style span.calendar,
.form-style span.time{
	position: relative;
	display: block;
	margin: 20px 0 10px 0;
	transition: all 0.3s;
	z-index: 100;
	cursor: pointer;
}
.form-style span.calendar::before,
.form-style span.time::before{
	font-family: FontAwesome;
	position: absolute;
	top: 7px;
	right: 8px;
	color: #797979;
	z-index: 900;
	transition: all 0.3s;
}
.form-style span.calendar::before{
	content: "\f073";
}
.form-style span.time::before{
	content: "\f017";
}

.form-style span.calendar:hover::before,
.form-style span.time:hover::before{
	color: #f15a00;
}

.form-style span.calendar:hover input[type="text"],
.form-style span.time:hover input[type="text"]{
	border-color: #f15a00;
}

.form-style span.time.disabled::after{
	content: "Please choose date first";
	display: block;
	position: absolute;
	left: 0;
	top:-20px;
	width: 200px;
	height: 30px;
	color: #797979;
	font-size: 13px;
	visibility: hidden;
}
.form-style span.time.disabled:hover::after{
	visibility: visible;
}
.form-style span.time.disabled{
	background: #e1e1e1;
}
.form-style span.time::before{
	font-size: 18px;
}
.form-style span.calendar input[type="text"],
.form-style span.time input[type="text"]{
	background: #e9e9e9;
	border:none;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 30px 5px 10px;
	transition: all 0.5s;
	z-index: 180;
}
.form-style span.calendar::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	height: 99%;
	z-index: 185;
}

.form-style span.calendar input[data-readonly] {
  pointer-events: none;
}

.form-style span.calendar input[type="text"].hasDatepicker,
.form-style span.time input[type="text"].hasDatepicker{
	background: #ffffff !important;
}

.form-style span.time select{
	background: none !important;
	border:none !important;
	position: absolute !important;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5px 35px 5px 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	cursor: pointer;
	visibility: visible;
}
.form-style span.time select.disabled{
	visibility: hidden;
}

.form-style span.time select option {
    background: #f9f9f9;
    color: #797979;
	font-size: 16px;
}

.form-style input[type="submit"]{
	width: 170px;
	height: 40px;
	margin: 20px 0;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	border-radius: 3px;
	border:none;
	background: #f15a00;
	color: #fff;
	transition: all 0.4s;
}
.form-style input[type="submit"].hidden,
.form-style input[type="submit"].hidden:hover,
.contact-wrapper .form input[type="submit"],
.contact-wrapper .form input[type="submit"]:hover{
	background: #e1e1e1;
	cursor: no-drop;
}
.form-style input[type="submit"].show,
.contact-wrapper .form input[type="submit"].show{
	background: #f15a00;
	cursor: pointer;
}
.form-style input[type="submit"]:hover,
.contact-wrapper .form input[type="submit"].show:hover{
	background: #ca6610;
}

.form-style .g-recaptcha{
	margin: 20px 0 0 0;
}

/* Radio Button */

.container-ui-form{
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;
	overflow: auto;
}
.container-ui-form li{
  	color: #0a0a0a;
  	display: block;
  	position: relative;
  	float: left;
  	width: 100%;
  	height: auto;
}
.container-ui-form li.width25{
	width: 25%;
}
.container-ui-form li input[type=radio]{
  	position: absolute;
  	visibility: hidden;
}
.container-ui-form li label{
  	display: block;
  	position: relative;
	top:0;
  	font-weight: 400;
  	font-size: 15px;
  	padding: 16px 0 0 40px;
 	margin: 10px auto;
	overflow: hidden;
  	z-index: 9;
  	cursor: pointer;
  	-webkit-transition: all 0.25s linear;
}
.container-ui-form li:hover label{
	color: #0a0a0a;
}
.container-ui-form li .check{
  	display: block;
  	position: absolute;
  	border: 3px solid #aaaaaa;
  	border-radius: 100%;
  	height: 25px;
  	width: 25px;
  	top: 22px;
  	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.container-ui-form li:hover .check {
  	border: 3px solid #f15a00;
}
.container-ui-form li .check::before {
 	display: block;
  	position: absolute;
	content: '';
  	border-radius: 100%;
  	height: 13px;
  	width: 13px;
  	top: 3px;
	left: 3px;
  	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.container-ui-form input[type=radio]:checked ~ .check {
  	border: 3px solid #f15a00;
}
.container-ui-form input[type=radio]:checked ~ .check::before{
  	background: #f15a00;
}
.container-ui-form input[type=radio]:checked ~ label{
  	color: #f15a00;
}
.container-ui-form.shortpadding-form{
	padding: 5px 0;
	top: -3px;
	position: relative;
}
.container-ui-form.shortpadding-form label{
	margin: 0;
}
.container-ui-form.shortpadding-form li .check{
	top: 12px;
}
.radio-style{
	width:18px;
	height:18px;
	position:relative;
	top:6px;
	border-radius: 0%;
    background: #f00;
	cursor: pointer;
	margin: 5px 0 10px 0;
}   
.radio-style::after {
	content: '';
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    border: 3px solid #fff;
	transition: all 0.3s;
	box-shadow: 0 0 0px 3px #aaaaaa;
}

.radio-style:checked::after {
    background-color: #f15a00;
	box-shadow: 0 0 0px 3px #f15a00;
}


@media (max-width:1024px){
	
	.form-style textarea.reason,
	.form-style textarea{
		width: 90%;
	}
	.form-style input[type="text"], 
	.form-style select{
		width: 210px;
	}
	.form-style span.calendar{
		width: 210px;
	}
	
}

/*  Min Plus Button
/*-----------------------------------------------------------------------------------*/

.minplus {
	width: 140px;
	height: auto;
	position: relative;
	z-index: 1;
}
.minplus input[type=text] {
	margin-left: 40px;
	margin-right: 40px;
	border: none;
	background: none;
	font-size: 22px;
	text-align: center;
	width: 60px;
	z-index: 10;
}
.minplus span.minplus-btn{
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #f15a00;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 5px;
	transition: all 0.3s;
	z-index: 30;
}
.minplus span.minplus-btn::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	transition: all 0.3s;
}
.minplus span.minplus-btn:hover::after{
	background: rgba(255,255,255,0.2);
}
.minplus span.minplus-btn.dec{
	left: 0;
	background: #cccccc;
	cursor: no-drop;
}
.minplus span.minplus-btn.inc{
	right: 0;
}


/*  Loading Submitted
/*-----------------------------------------------------------------------------------*/

.loading-submit{
	display: none;
}
.loading-submit .overlay{
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	transition: all 0.5s;
}
.loading-submit .overlay{
	background: rgba(0,0,0,0.82);
	animation-name: fadeIn;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-delay: 0.5s;
}

.loading-submit .loading-logo,
.loading-submit .loading-img img,
.loading-submit .loading-img::before{
	position: absolute;
	left: 0;
	top:-100px;
	right:0;
	bottom: 0;
	margin: auto;
	z-index: 999998;
}

.loading-submit .loading-logo{
	width: 170px;
	height: 170px;
	background: url(../images/angsana-heritage-logo.png) no-repeat center center;
	background-size: 100%;
}
.loading-submit .loading-img::before{
	content: "Processing to send request Please wait";
	color: rgba(255,255,255,0.8);
	display: block;
	width: 180px;
	height: 30px;
	top: 195px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.04em;
}
.loading-submit .loading-img img{
	top: 100px;
}

/*  Button
/*-----------------------------------------------------------------------------------*/

.collapse-btn{
	width: 130px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	border: none;
	background: none;
	text-align: right;
	padding-right: 10px;
	outline-style:none !important;
	box-shadow:none !important;
	border-color:transparent !important;
}
.collapse-btn::before{
	content: "\f055";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
	font-size: 14px;
	position: relative;
	top: 1px;
}
.collapse-btn.hide::before{
	content: "\f056";
	font-family: FontAwesome;
}
.collapse-btn:active{
	outline-style:none !important;
	box-shadow:none !important;
	border-color:transparent !important;
}
.collapse-btn span{
	margin: 0 !important;
	padding: 0;
}