/* 
Credits: Bit Repository
*/

.message { margin-bottom: 20px; }

#acf-area { width:425px; overflow: hidden; font-size: 12px; padding: 0; border: 0px solid; }

#acf-note { display:none; margin-bottom:20px; font-size:14px;}

.notification_ok { background: transparent url(../img/ok.png) 0px 0px no-repeat; padding: 0px 0px 5px 36px; text-align: left; color:#fff; }
.notification_error { background: transparent url(../img/error.png) 0px 0px no-repeat; padding: 0px 0px 5px 36px; text-align: left; color:#fff; }

.hide { display:none; }

div.escts { padding-top:14px; }

/* Label */
#acf-fields label { float:left;
	clear:both;
	height:50px;
	font-size:14px;
	line-height:14px;
	color:#8B8A88; }


/* Input, Textarea */

#acf-fields input[type="text"] { float:right;
	width:289px;
	height:22px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color: transparent;
	background-image:url(../img/input.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	margin-bottom:15px;
	font-size:12px;
	color:#bfbebe; }
#acf-fields textarea { float:right;
	background-image:url(../img/textarea.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border: none;
	width:289px;
	height:150px;
	padding:10px;
	color:#bfbebe;
	font-size:12px;
	font-family:Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	overflow: hidden; }
#acf-fields textarea1 { float:right;
	background-image:url(../img/textarea.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border: none;
	width:289px;
	height:150px;
	padding:10px;
	color:#bfbebe;
	font-size:12px;
	font-family:Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	overflow: hidden; }

#acf-fields input[type="checkbox"] { margin: 1px 1px 0 0; float: left; }

#acf-fields input.error { background-color: transparent;
	background-image:url(../img/input.jpg);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	}
#acf-fields select.error { border: 0; }
#acf-fields textarea.error { background-color: transparent;
	background-image:url(../img/textarea.jpg);
	background-repeat: no-repeat;
	background-position: 0 -193px; }

#acf-fields textarea1.error { background-color: transparent;
	background-image:url(../img/textarea.jpg);
	background-repeat: no-repeat;
	background-position: 0 -193px; }

#acf-fields input.ok { border: 0; }
#acf-fields select.ok { border: 0; }
#acf-fields textarea.ok { border: 0; }
#acf-fields textarea1.ok { border: 0; }
#acf-fields label.error { 
	display: none;
 }


/* Submit Button */
#acf-fields .button {
    background-image:url(../img/sendpl.png);
    background-color: transparent;
    width:105px;
    height:31px;
    float:left;
    margin-left:116px;
    cursor: pointer;
    outline:none;
    border:0px;
}

#acf-fields .button-en {
    background-image:url(../img/send.png);
    background-color: transparent;
	width:105px;
	height:31px;
	float:left;
	margin-left:116px;
	cursor: pointer;
	outline:none;
	border:0px;
}

/* br */
#acf-fields br { clear: left; }

/* The icon used to reload the CATPCHA */
#icon-refresh { margin: 0 0 7px 0; }

#captcha { border: 1px solid #e7e7e7; }

/* CAPTCHA Verified */
#verified { background: url("../img/icon-tick-circle-frame.html") no-repeat scroll 0 47% white; color: #21407E; margin: 8px 0 0 0; padding: 5px 0 0 23px !important; min-height: 20px !important; }
#verified .ok { margin: 0px; } 

/* A CAPTCHA DIV */
#sec_div { float: left; }

#sec_div_two { float: left; display: none; margin: 0; }

#ajax-loading { margin:0; margin-left:92px; display: none; background: none; }

*:focus { outline: none; }


#acf-area em {
	font-style: normal;
}

#acf-fields .button2 {
    background-image:url(../img/sendpl.png);
    background-color: transparent;
    width:105px;
    height:31px;
    float:left;
    margin-left:84px;
    cursor: pointer;
    outline:none;
    border:0px;
}
#acf-fields input[type="mail"] { float:right;
	width:289px;
	height:22px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color: transparent;
	background-image:url(../img/input.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	margin-bottom:35px;
	position:left:0px;
	font-size:12px;
	color:#bfbebe; }
	
	
	
	/* carousel */
	
	.liquid {
	
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding:10px 0;
}
.liquid .previous {
	display:block;
	width:64px;
	float:left;
	margin:0;
	padding:0;
	margin-top: 165px;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
}
.liquid .previous:hover{
	opacity:1;
}
.liquid .next {
	display:block;
	width:64px;
	float:right;
	margin:0;
	padding:0;
	margin-top: 165px;
	text-align: center;
	cursor: pointer;
	opacity: 0.8;
}
.liquid .next:hover{
	opacity:1;
}
.liquid .disabled{
    opacity: 0.1;
    cursor: default;
}
.liquid .disabled:hover{
	opacity: 0.1;
}
.liquid ul li {
	width:260px;
	padding:0 2px;
	margin:0;
	
}
.liquid ul li a img {
	-moz-box-shadow: 5px 5px 3px #222;
   	-webkit-box-shadow: 5px 5px 3px #222;
   	box-shadow: 5px 5px 3px #222;
	margin:0 auto;
	display:block;
	    max-width: 100%;
    max-height: 100%;
}

	
	
	
	 @font-face{font-family:'Glyphicons Halflings';
 src:url('../fonts/glyphicons-halflings-regular.eot');
 src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
 url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
 url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
 url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
 url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}
 .glyphicon{position:relative;top:1px;display:inline-block;
 font-family:'Glyphicons Halflings';
 font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 .glyphicon-chevron-right:before{content:"\e080";font-size: 25px;}
 .glyphicon-chevron-left:before{content:"\e079";font-size: 25px;}
 
 
 