.langBox {
	font-size: 13px;
    margin: 20px auto;
    background: white;
    width: 70px;
    border: solid 1px #f47f21;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    line-height: 20px;
}
.langBox span {margin-right:0px;}
.langBox span img {margin-right:3px;}
.homPop {
	position: absolute;
	width: 250px;
	height: 560px;
	z-index: 999;
	background-image: url(../../../../uploads/2014/10/bg_home.png);
	left: 120px;
	top: 100px;
}
.homPop ul{margin:80px 10px 0 10px; list-style-type:none; padding:0px;}

.homPop ul li{
	background-color: #36469d;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: bold;
}
.serviceHead {
	background-color: #f4792b;
	color: #fff;
	width: 100%;
	float: left;
	background-image: url(../../../../uploads/2014/10/hand.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 50px;
	font-weight: bold;
}
.serviceDetails {color:#fff; font-weight:bold; font-size:13px; line-height:25px; padding:8px;text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);}
.homPop ul li a{color:#fff;}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
@keyframes slidy {
0% { left: 0%; }
5% { left: 0%; }
20% { left: -100%; }
25% { left: -100%; }
45% { left: -200%; }
50% { left: -200%; }
70% { left: -300%; }
75% { left: -300%; }
100% { left: -400%; }
}
div#slider { overflow: hidden; width:350px; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 10s slidy infinite; 
}



/* DOCUMENT */
.document {
	height: 100%;
	position: relative;
}

/* PRELOADER */
.preloader {
	display: table;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #444444;
	background-image: none;
	z-index: 9999;
}
.preloader-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.preloader-logo {
	display: inline-block;
	margin-top: -20px;
}
.preloader-logo img {
	display: none;
	max-height: 90px;
}
.preloader-logo strong {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 45px;
	margin-left: -45px;
	display: none;
	width: 90px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	-webkit-animation: preloader-loading 2s infinite;
	animation: preloader-loading 2s infinite;
}
@-webkit-keyframes preloader-loading {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes preloader-loading {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}
.with-preloader .document {
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.with-preloader.preloader-done .document {
	opacity: 1;
}
.with-preloader.preloader-done .preloader {
	display: none;
}
.with-preloader .wow {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
.with-preloader.preloader-done .wow {
	animation-play-state: running;
	-webkit-animation-play-state: running;
}