/* GENERAL
* --------------------------------------- */

/* styles for scrollbar */
/* width */
body::-webkit-scrollbar {
  width: 10px;
}
/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
body::-webkit-scrollbar-thumb {
  background: #666; 
}
/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #333; 
}

section{
	position:relative;
}
.bold{font-weight:400;}
h2{font-family: 'Yanone Kaffeesatz', sans-serif!important;}
h1{font-family: 'Yanone Kaffeesatz', sans-serif!important;}

.clearfix:before, .clearfix:after{
	clear:both;
}

.pl-60{padding-left:60px;}
.pr-40{padding-right:40px;}
.pt-15{padding-top:15px;}
.pb-15{padding-bottom:15px;}
.mb-40{margin-bottom:40px;}
.mb-20{margin-bottom:20px;}
.mb-10{margin-bottom:10px;}
.m0a{margin:0 auto;}

.bortop1{border-top:1px solid #ddd;}

.link-anchor{
	height:1px; position:absolute; z-index:-100; top:-50px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block{display:block;}
.pointer{cursor:pointer;}
.trans_05{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-sm-4-noscale {
    width: 33.33333333%!important;
	float:left!important;
}
.hider{display:none;}
.relative{position:relative;}
.uppercase{text-transform:uppercase;}
.bg_white{background-color:#fff;}
.bg_fafafa{background-color:#fafafa;}
.bg_f3f3f3{background-color:#f3f3f3;}

.bg_333{background-color:#333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.bg_fafafa{background-color:#fafafa;}

.text-white{color:#fff!important;}
.text-white:hover{color:#fff;}
.fnt_a{font-family: 'Yanone Kaffeesatz', sans-serif!important; text-shadow: 0 2px 2px #fff;}
.fnt_a_c{color:#BE1414;}
.fnt_s_2{font-size: 2em;}
.fnt_s_1_2{font-size: 1.5em;}
.dashed{border-bottom:1px dashed;}

.lh09{line-height:0.9em;}
.lh13{line-height:1.3em;}
.lh14{line-height:1.4em;}

.fs09{font-size:0.9em;}

.b_r_5{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.t_s_1{
	text-shadow:0 2px 2px #000;
}
.t_s_2{
	text-shadow:2px -2px 0px #fff;
}

.b_s_1{
	box-shadow: 0 2px 2px #000;
}
.shadow_after:before{display:block; content:""; position:absolute; bottom:-15px; left:0px; width:100%; height:15px;
	background-image:url(../images/shadow.png);
	background-size: 100% 15px;
	 -webkit-background-size: 100% 15px;
	 -o-background-size: 100% 15px;
	  -moz-background-size: 100% 15px;
	background-position: top center;
	background-repeat: no-repeat;
	z-index:100;
	}
.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}
.bg-header-light:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-pattern.png");
    background-size: 2px 2px;
}

.mobile{display:none;}
@media (max-width: 479px) {
	.mobile{display:block;}
	.laptop{display:none!important;}
}

.z-index-up{
	z-index:200;
}
.outer_name{
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	color:#eb652c;
	 -webkit-text-stroke: 1px #fff;	
}
.inner_name{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;
	height:55%;
	color:#fff;
	 -webkit-text-stroke: 0px;	
}

/* MESSAGES
* --------------------------------------- */
#mess_overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.4);
  z-index:999999;
}
#mess_warning_block{
	display:none;
	position: fixed;
	bottom:20px;
	left:20px;
	z-index:1000000;
	width:auto;
}
#mess_warning_img{
	display:inline-block;
}
#mess_warning_text{
	display:inline-block;
	position:relative;
	padding:12px 18px;
	border:1px solid #195afe;	
	width:auto;
	height:auto;
	bottom:20px;
	left:5px;
	background-color: rgba(0, 0, 0, 0.75);
	color:#fff;
	font-size:16px;
}
#mess_warning_text_insert i.fa{
	padding-right:10px;
	font-size:22px;
	display:inline-block;
	position:relative;
	bottom:-2px;
	color:yellow;	
}
span#closeme{
	display:block;
	position:absolute;
	top:-14px;
	right:-14px;
	cursor:pointer;
	width:30px;
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	background-color:#195afe;
	border:1px solid #195afe;
	-moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;
	
}
@media (max-width: 768px) {
	span#closeme{	
		top:-24px;	
		right:2px;	
	}
}
#mess_success_block{
	display:none;
}
.mess_time{
	font-size:14px;
}


/* FORMS
* --------------------------------------- */
form{
	position:relative;
}
.phone_main:hover, .phone_main:focus{
	background-color: rgba(41, 39, 34, 0.75);
	box-shadow: none;
	color:#fff;
}
.form_phone, .form_button{
	display:inline-block;
	position:relative;
}
.form_phone i.fa{
	display:block;
	position:absolute;
	left:20px;
	top:33px;
	font-size:2rem;
	color:#fff;
	text-shadow:0 2px 2px #444;
}
.form_button span.btn-lg{
	padding-left:4rem;
}
@media (max-width: 479px) {
	.form_phone i.fa{
		left:16px;	
		top:29px;
	}
	.form_button span.btn-lg{
		padding-left:3rem;
	}		
}
.form_button i.fa{
	display:block;
	position:absolute;
	left:20px;
	top:33px;
	font-size:2rem;
	color:#fff;
	text-shadow:0 2px 2px #444;
}

.form_phone:hover > i.fa, .form_button:hover > i.fa{
		-webkit-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s; /* Safari */
}

.form_footer{
	display:block;
	background-color:#fff;
	padding:20px 15px 20px;
	text-align:center;
	border:1px solid #ddd;
}
.form_footer .footer_button_block{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}		
@media (max-width: 1199px){
	.btn-md-cust{
	    padding-right: 15px;
		padding-left: 15px;
	}
	.footer_button_block .form_button i{display:none;}
}
.form_footer h3{color:#666; font-size:1rem;}

.paper{
	display:block;
	padding:10px;
	background-color:#fefefe;
	border:1px solid #ccc;
}

.leaf{
	display:block;
	border:4px solid #fff;
	border-left:0px;
	border-right:0px;	
	padding:10px;
	background-color:rgba(48, 106, 254, 1);
	box-shadow:0 4px 4px #333;	
	text-align:center;
}
@media (min-width: 992px){
	.leaf.arr-in:after{
		position: absolute;
		left:0;
		top:0;
		content: "";
		width: 0;
		height: 0;
		border-top: 130px solid transparent;
		border-left: 40px solid #1b3e98;
		
	}
	.leaf.arr-in:before{
		position: absolute;
		left:0;
		bottom:0;
		content: "";
		width: 0;
		height: 0;
		border-bottom: 130px solid transparent;
		border-left: 40px solid #1b3e98;
		
	}
}
.leaf.arr-out:after{
    position: absolute;
    right:0;
    top:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 130px solid transparent;
    border-right: 40px solid #1b3e98;
	
}
.leaf.arr-out:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-top: 130px solid transparent;
    border-right: 40px solid #1b3e98;
}

/* OWL CARUSEL
* --------------------------------------- */
.table-content{
	display:table;
	min-height:258px;	
	width:100%;
}
.table-content img{
	padding-bottom:20px;
}
.table-content.tc1{	background-color: rgba(70, 156, 116, 0.75);}
.table-content.tc2{	background-color: rgba(197, 165, 6, 0.75);}
.table-content.tc3{	background-color: rgba(98, 122, 184, 0.75);}

.table-content.tc:before{
	display:block; content:""; position:absolute; top:-8px; left:0px; width:100%; height:12px;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	z-index:10;	
}

.carousel-content{
	display:table-cell;
	vertical-align:middle;
	text-shadow:0 1px 1px #000;
}
.carousel-content p{
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 600;
	text-shadow:0 2px 2px #000;
}

.table-content-show{
	display:table;
	padding:0px;
}
@media (max-width: 767px){
	.table-content{
		padding:30px 30px;
	}	
}
@media (min-width: 768px){
	.table-content-show{
		min-height:358px;	
	}
}
.carousel-content-show{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}
#main-slider .slider-inner .carousel-content-show h2{
	color:#fff;
	font-size:4em;
	font-weight:600;
	 text-shadow:0 2px 2px #000;
}
#main-slider .slider-inner .carousel-content-show h2 > span{
	display:block;
	color:#fff;
	font-size:0.7em;
	font-weight:400;
	background:none;
	padding:0;
	line-height:1.3em;
	 text-shadow:0 2px 2px #000;
}
#main-slider .slider-inner .carousel-content-show h2 > div{
	display:block;
	color:#fff;
	font-size:0.5em;
	font-weight:400;
	background:none;
	padding:0;
	line-height:0.7em;
	 text-shadow:0 2px 2px #000;
}
#main-slider .slider-inner .carousel-content-show h2 > span > span{
	display:inline-block;
	position:relative;
	top:-18px;
	color:#fff;
	font-size:0.5em;
	font-weight:400;
	background:none;
	padding:0;
	line-height:1.6em;
	 text-shadow:0 2px 2px #000;
}
/* CTA
* --------------------------------------- */
#cta-hide{opacity:.5; transition:all 0.5s;}
#cta-show{
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	height:100px;
	width:100%;
	margin:0;
	padding:0;
	 /* background: url(../images/bg-mouse.png) repeat-x; */
	transition:all 0.5s;
}
#cta-show img{
	display:block;
	margin:0 auto;
	margin-top:40px;
	opacity:0.8;
}

.table-cta{
	display:table;
	/*padding:30px 20px;*/
	width:100%;
}
@media (min-width: 768px){
	.table-cta{
		min-height:260px;	
	}
}
.table-cta-ins{
	display:table-cell;
	vertical-align:middle;
}

.table-cta-ins.cta-form{
	padding-left:40px;
	padding-right:40px;
}	

.table-cta-ins.zoom h2{
	font-size:120px;
	line-height:0.8em;
	color:#BE1414;
}
.table-cta-ins.zoom h2 sup{
	font-size:70px;
}
.table-cta-ins.zoom p{
	font-size:48px;
	color:#1b3e98;
}
.table-cta-ins.act h2{
	font-size:40px;
	color:#fff;
	text-shadow:0 2px 2px #333;
	line-height: 1.2em;
	text-transform: uppercase;
}
@media (max-width: 1200px){
	.table-cta-ins.cta-form h2{
		font-size:28px;
	}	
}
/* SERVICES and FEATURES
* --------------------------------------- */
.services-hide{opacity:.3; transition:all 0.5s;}

.features{
	display:block;
	background-color:rgba(255, 255, 255, .6);
	padding:5px 5px 0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border:3px dotted #ccc;
	color: #BE1414;
}


/* TITLE BG
* --------------------------------------- */
.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}

/* TITLE VIDEO
* --------------------------------------- */

#fullscreen-bg {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;

}
#fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
	    z-index: 0;
}

@media (max-width: 800px) {
	#fullscreen-bg__video{display:none;}
	#fullscreen-bg__title{display:block;}
	.video_overlay {background-color: rgba(41, 39, 34, 0.25);}
}

/* NAVBAR
* --------------------------------------- */
#main-menu.navbar-default.navbar-fixed-top.bgded {  
   -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	/*background-image:url(../images/bg-d.png);
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-position: top left;
	background-repeat: repeat-x;*/
	}
.navbar-left{
	padding:24px 10px 0;
}
.navbar-toggle {padding: 19px 10px;}
#bs-example-navbar-collapse-1{margin-top:0px; border-top:0px;}
.menu-brand-scroll{max-width:50%!important; transition:all 0.5s;}
#wheel.menu-brand-scroll{max-width:40px!important; transition:all 0.5s;}
.menu-brand-top{max-width:100%!important; transition:all 0.5s;}
@media (max-width: 768px) {
	.menu-brand-top{max-width:60%!important; padding-top:17px;}
	.menu-brand-scroll{max-width:60%!important; padding-top:10px;}
}
@media (max-width: 479px) {
	.menu-brand-top{max-width:60%!important; padding-top:17px;}
	.menu-brand-scroll{max-width:60%!important; padding-top:10px;}
}

/* NAVBAR CONTACTS
* --------------------------------------- */
.navbar-contacts{position:absolute; top:15px; right:0; padding: 0px 5px; text-align: left; width:auto; transition:all 0.5s;}
a.top-contacts{display:block; font-size:22px; color:#fff;line-height:22px; padding:5px 0 3px; text-shadow:0 1px 1px #000;}
.navbar-default.small a.top-contacts{display:block; font-size:22px; color:#fff;line-height:22px; padding:3px 0 1px;}
a.top-contacts span{display:inline-block; font-size:0.7em; color:#eee; padding-right:2px;}
a.top-contacts img{    
	display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: -2px;
    margin-right: 2px;
    opacity: 0.8;
    background-color: #05216a;
    border-radius: 100%;
    padding: 2px;
}
div.top-location img, div.top-working img{display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: 0px;
    margin-right: 6px;
    opacity: 0.8;
    background-color: #001a5f;
    border-radius: 100%;
    padding: 2px;
}
div.top-location{display:block; font-size:12px; color:#fff;line-height:16px;}
div.top-working{display:block; font-size:11px; color:#fff;line-height:16px;}
.menu-scroll div.top-location, .menu-scroll div.top-working{display:none;} 
.menu-scroll .navbar-contacts{top:15px;}


@media (max-width: 991px) {
.navbar-contacts{position:absolute; top:4px; right:100px;}

}
@media (max-width: 479px) {
	.logo-top{display:none;}
.navbar-brand img {max-width:80%!important; padding-top:10px;}
.navbar-contacts{position: absolute; top: 5px; left: 5px; right: auto;}
a.top-contacts{display:block; font-size:16px; line-height:18px;}
}

/* MAIN HOME
* --------------------------------------- */
.main_home_top h1 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
    font-size: 4.143rem;
    line-height: 4.5rem;
    color: #fff;
    letter-spacing: .1rem;
    text-shadow: 0 2px 2px #444;
}
.main_home_top h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 2.143rem;
    line-height: 2.3rem;
    color: #fff;
    letter-spacing: .1rem;
    text-shadow: 0 2px 2px #444;
}
.main_home_bottom{
    background-color: rgba(255, 255, 255, 0.75); 
	margin-bottom:20px;
	position:relative;
	z-index:200;
	padding:10px;
	border:6px dashed #195afe;
	box-shadow:0 2px 10px #222;
}
@media (min-width: 768px){
	.main_home_bottom {
		border-radius: 4px;
	}
}
.home_btn {
	display:block;
	text-align:center;
    margin: 0px auto;
}
/* TITLE-PROMO_BLOCK
* --------------------------------------- */
.promo-block{
	display:block;
	text-align:center;	
	margin-top:5px;
	margin-bottom:0px;
	font-size:1em;
	color:#195afe;
	text-shadow:0 1px 2px #fff;	
    font-weight: 800;	
}
.promo-block span#promo-number{
	font-size:1.5em;
	padding-left:5px;
}
.promo-text{
	display:block;
	font-size:0.8em;
	color:#333;
}
img.promo-icons{
	display:block;
	position:absolute;
	bottom:0;
	height:300px;
	width:auto;
	z-index:100;	
}

/* TITLE-ACTION
* --------------------------------------- */
@media (min-width: 768px){
	.title-action:before{display:block; content:""; position:absolute; top:-110px; right:10px; width:150px; height:150px;
		background-image:url(../images/bg_action.png);
		background-size: 100% 100%;
		 -webkit-background-size: 100% 100%;
		 -o-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		z-index:-1;
		}
	.title-action:after{display:block; content:""; position:absolute; top:-30px; left:-20px; width:104px; height:104px;
		background-image:url(../images/bg_arrow_empty.png);
		background-size: 100% 100%;
		 -webkit-background-size: 100% 100%;
		 -o-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		z-index:-1;
		}
}

/* STIKERS AND ARROWS FOR BLOCKS
* --------------------------------------- */

.action:before, .rassrochka:before, .bonuscode:before, .liderproduct:before, .newproduct:before, .exclusive:before{
	display:block; content:""; position:absolute; top:10px; left:10px; width:100px; height:100px;
	background-size: 100% 100%;
	 -webkit-background-size: 100% 100%;
	 -o-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:10;
	}
.action:after, .rassrochka:after, .bonuscode:after, .liderproduct:after, .newproduct:after, .exclusive:after{
	display:block; content:""; position:absolute; top:20px; left:10px; width:150px; height:150px;
	background-size: 100% 100%;
	 -webkit-background-size: 100% 100%;
	 -o-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:10;
}
.action:before{
	background-image:url(../images/bg_action.png);
}	
.action:after{
	background-image:url(../images/bg_arrow.png);
}
.rassrochka:before{
	background-image:url(../images/bg_rassr.png);
}
.rassrochka:after{
	background-image:url(../images/bg_arrow_rassr.png);
}
.bonuscode:before{
	background-image:url(../images/bg_action.png);
}
.bonuscode:after{
	background-image:url(../images/bg_arrow_bonus.png);
}
.liderproduct:before{
	background-image:url(../images/bg_lider.png);
}
.liderproduct:after{
	background-image:url(../images/bg_arrow_lider.png);
}
.newproduct:before{
	background-image:url(../images/bg_new.png);
}
.newproduct:after{
	background-image:url(../images/bg_arrow_new.png);
}
.exclusive:before{
	background-image:url(../images/bg_exclusive.png);
}
.exclusive:after{
	background-image:url(../images/bg_arrow_ex.png);
}

/* HISTORY
* --------------------------------------- */	

.history{border-top:0px solid #ddd;}
.single_history_img img{display:block; width:100%; height:100%; margin:0; padding:0;}
.single_history_img img.img_fit{display:block; margin:0 auto; padding:0;}

/* PORTFOLIO
* --------------------------------------- */	
.single_portfolio .single_history_content p{
	display:block;
	padding:10px 15px;
	background-color:#fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border:1px solid #ddd;
    font-size:1rem;
	line-height:1.5rem;
}
.single_portfolio .single_history_content p a{
	color:#195afe;
	border-bottom:1px dotted #195afe;
}
#portfoliowork_short1 .single_portfolio:before{display:block; content:""; position:absolute; bottom:10px; right:10px; width:50px; height:25px;
	background-image:url(../images/logo.png);
	background-size: contain;
	 -webkit-background-size: contain;
	 -o-background-size: contain;
	  -moz-background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:100;
	opacity:1;
    background-color: rgba(255,255,255,.8);
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;	
}
/*#portfoliowork_short1 .single_portfolio:after{display:block; content:""; position:absolute; top:0px; left:0px; width:100%; height:10px;
	z-index:100;
	opacity:.8;
    background-color: #f3f3f3;
	box-shadow:0 2px 2px #333;
}*/
/* FEATURE
* --------------------------------------- */
.separation:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-right: 190px solid transparent;
}
.separation:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-left: 190px solid transparent;
}
.separation_white:before{
    border-bottom: 100px solid #fff;
}
.separation_white:after{
    border-bottom: 100px solid #fff;
}
.separation_f3f3f3:before, .separation_f3f3f3:after{
    border-bottom: 60px solid #f3f3f3;
}
/* CALCULATOR
* --------------------------------------- */
.calc_slider .slick-disabled{display:none!important;}

.calc_slider .calc_prev{position:absolute; bottom:-50px; left:0; z-index:100;}
.calc_slider .calc_next{position:absolute; bottom:-50px; right:0; z-index:100;}

.single_calc_img img{display:block; margin:0 auto; padding:0;}

.single_calc_img img.hometypeimg, .single_calc_img img.pototypeimg  {
	display: none;
}
.single_calc_img img.hometypeimg.active, .single_calc_img img.pototypeimg.active {
	display:block;
}

.single_calc_choice_block{}
.form-control-choice{
	height: 70px;
	line-height:38px!important;
	font-size:1.8rem!important;
	color:#eb652c!important;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	/*border:0px solid #ddd;
	padding-left:68px;
	border-bottom: 1px solid #eb652c;
	border-left: 6px solid #eb652c;
	background-color:transparent;
	z-index:1;*/
	padding-left:34px;
}
.single_calc_choice_block span.arrow{display:block; position:absolute; width:70px; height:70px; left:38px; top:10px; background-color:#fff;font-size:36px;;z-index:-1;}
.single_calc_choice_block span.blank{display:block; position:absolute; width:70px; height:70px; right:0; bottom:6px; background-color:#fff;line-height:1rem;z-index:2;}

.calc_icon_block{display:inline-block;margin:0px 5px 10px;}
.calc_icon_block img{display:block; width:100px; height:100px;-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.calc_icon_block span{display:block;width:100%;text-align:center;}

@media  (max-width: 768px) {
	.form-control-choice{
		padding-left:0px;
	}
}

/* PROJECT
* --------------------------------------- */
.project_slider i, .feeds_slider i{
    display:block;
	text-align:center;
}
.project_slider i.nextprevleft, .feeds_slider i.nextprevleft{
	padding-right:4px;
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#eb652c;
    background: transparent;
    float: left;
    position: absolute;
    z-index: 999;
    top: 40%;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
	cursor:pointer;
	borfer:0px;
	border-right:4px solid #eb652c;
}
.project_slider i.nextprevright, .feeds_slider i.nextprevright{
	padding-left:2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #eb652c;
    background: transparent;
    float: right;
    position: absolute;
    z-index: 999;
    top: 40%;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -60px;
	cursor:pointer;
	border:0px;	
	border-left:4px solid #eb652c;	
}
.project_slider i.nextprevleft:hover, .feeds_slider i.nextprevleft:hover{
    color:#fff;
    background: #eb652c;
}
.project_slider i.nextprevright:hover, .feeds_slider i.nextprevright:hover{
    color: #fff;
    background: #eb652c;
}
.project_price{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px;
	z-index:100;
	color:#fff;
	font-size:0.8rem;
	text-shadow:0 2px 2px #333;
	text-align:center;
}
.project_price div{
	display:block;
	margin-top:10px;
	padding:10px;
	background: rgba(235,101,44,0.75);
    float: left;
    margin-right: 10px;	
}
.project_price div span{
	display:block;
	font-size:1.2rem;
	font-weight:bold;	
}
.project_price div span i{
	display:inline-block;
	color:yellow;
}

/* CONTACTS
* --------------------------------------- */
#map{
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

@media  (max-width: 768px) {
	#map{
		margin-bottom:40px;
		height:400px;
	}
}

.form-control-footer{
	height: 70px;
	line-height:38px!important;
	font-size:1.8rem!important;
	color:#eb652c!important;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	/*border:0px solid #ddd;
	padding-left:68px;
	border-bottom: 1px solid #eb652c;
	border-left: 6px solid #eb652c;
	background-color:transparent;
	z-index:1;*/
	padding-left:15px;
	padding-right:15px;
}
.footer_header{padding-left:20px; border-left:2px solid #eb652c; color:#333;}

/* CALLME
* --------------------------------------- */
.callme-block {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(/images/callme.png) no-repeat;
    font-size: 10px;
    text-indent: -9999px;
    text-align: center;
    display: none;
    z-index: 9999;
	opacity:0.6;
    transition: all 0.6s;	
}
.callme-block:hover{
	opacity:1;
}

/* CALLCOUNT
* --------------------------------------- */
.callcount{background-color:#333;}
.callcount-block{
    line-height: 25px;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
	padding:20px 5px 10px;
    display: block;
	margin:20px auto 0px;
    z-index: 9999;
    transition: all 0.6s;
	color:#888;
	border-bottom:1px solid #444;
}
.callcount-block div{display:inline-block; padding:0 10px;}
.callcount-block div i{display:inline-block; padding-right:5px;}
.callcount-block div a{border-bottom:1px dotted #666;}