@import url('https://fonts.googleapis.com/css?family=Arimo|Nunito:300,600');


html, body {
 	font-size: 100%;
  	margin: 0;
  	font-family: 'Arimo', sans-serif;
	background:	#E5E5E5;
	font-family:  ;
	padding: 0;
}
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
}
h1 {
    letter-spacing: 0.3px;
    word-spacing: 4px;
    font-size: 196%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    color: #536F7D;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    max-width: 100%;
}
h2{
	font-size: 	195%;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	color: #2E3B4A;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
}

h3{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
}
p{
	margin:0;
	font-size: 16px;
    line-height: 1.5em;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{text-decoration:none;}
section{margin:2em 0;}
.divider {
    height: 4px;
    /* border-radius: 1em; */
    background: #ed1c24;
    width: 200px;
    margin: 0 auto 1em;
    display: block;
}
.btn-main {
	background: #de2929;
	color: #fff;
	font-weight: bold;
	font-family: 'Arimo', sans-serif;
	padding: 13px 30px;
	text-transform: uppercase;
	border-radius: 2px;
}
.btn-main:hover {
	background: #A05D31;
	color: #fff;
}
.btn-main:active {
	text-decoration: none;
	color: #fff;
}
.btn-main:focus {
	text-decoration: none;
	color: #fff;
}

/*header styles*/
.animate {
    	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.navbar-fixed-left {
		position: fixed;
		top: 0px;
		left: 0px;
		border-radius: 0px;
	}

	.navbar-minimal {
		width: 60px;		
		min-height: 60px;
		max-height: 100%;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
		border-width: 0px;
		z-index: 1000;
	}

	.navbar-minimal > .navbar-toggler {
		position: relative;
		min-height: 60px;
		border-bottom: 1px solid rgb(81, 81, 81);
		z-index: 100;
		cursor: pointer;
	}

	.navbar-minimal.open > .navbar-toggler,
	.navbar-minimal > .navbar-toggler:hover {
		background-color: rgb(158, 202, 59);
	}

	.navbar-minimal > .navbar-toggler > span {
		position: absolute;
		top: 50%;
		right: 50%;
		margin: -8px -8px 0 0;
		width: 16px;
		height: 16px;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxNiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsN2gxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDksMCw4LjU1MiwwLDgKCVMwLjQ0OCw3LDEsN3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLDEyaDE0YzAuNTUyLDAsMSwwLjQ0OCwxLDFzLTAuNDQ4LDEtMSwxSDFjLTAuNTUyLDAtMS0wLjQ0OC0xLTEKCVMwLjQ0OCwxMiwxLDEyeiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTEsMmgxNGMwLjU1MiwwLDEsMC40NDgsMSwxcy0wLjQ0OCwxLTEsMUgxQzAuNDQ4LDQsMCwzLjU1MiwwLDMKCVMwLjQ0OCwyLDEsMnoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjMzLDI4Ljk3bDExLjY0LTExLjY0YzAuNDU5LTAuNDU5LDEuMjA0LTAuNDU5LDEuNjYzLDAKCWMwLjQ1OSwwLjQ1OSwwLjQ1OSwxLjIwNCwwLDEuNjYzTDIuOTkzLDMwLjYzM2MtMC40NTksMC40NTktMS4yMDQsMC40NTktMS42NjMsMEMwLjg3MSwzMC4xNzQsMC44NzEsMjkuNDMsMS4zMywyOC45N3oiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yLjk5MywxNy4zM2wxMS42NDEsMTEuNjRjMC40NTksMC40NTksMC40NTksMS4yMDQsMCwxLjY2MwoJcy0xLjIwNCwwLjQ1OS0xLjY2MywwTDEuMzMsMTguOTkzYy0wLjQ1OS0wLjQ1OS0wLjQ1OS0xLjIwNCwwLTEuNjYzQzEuNzg5LDE2Ljg3MSwyLjUzNCwxNi44NzEsMi45OTMsMTcuMzN6Ii8+Cjwvc3ZnPgo=);
		background-repeat: no-repeat;
		background-position: 0 0;
		-webkit-transition: -webkit-transform .3s ease-out 0s;
		-moz-transition: -moz-transform .3s ease-out 0s;
		-o-transition: -moz-transform .3s ease-out 0s;
		-ms-transition: -ms-transform .3s ease-out 0s;
		transition: transform .3s ease-out 0s;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.navbar-minimal > .navbar-menu {
		position: absolute;
		top: -1000px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
		z-index: 50;
		background-color: rgb(51, 51, 51);
		background-color: rgba(51, 51, 51, 0.8);
	}
	.navbar-minimal > .navbar-menu > li > a {
		position: relative;
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 20px 23px;
		text-align: center;
		cursor: pointer;
		border-bottom: 1px solid rgb(81, 81, 81);
		width: 100%;
		text-decoration: none;
		margin: 0px;
	}

	.navbar-minimal > .navbar-menu > li > a:last-child {
		border-bottom-width: 0px;
       
	}
  	.navbar-minimal > .navbar-menu > li > a:hover {
		background:rgb(158, 202, 59);
	}
	.navbar-minimal > .navbar-menu > li > a > .glyphicon {
		float: right;
	}

	.navbar-minimal.open {
		width: 300px;
	}

	.navbar-minimal.open > .navbar-toggler > span {
		background-position: 0 -16px;
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.navbar-minimal.open > .navbar-menu {
		top: 60px;
		width: 100%;
		min-height: 100%;
	}

	@media (min-width: 768px) {
		.navbar-minimal.open {
			width: 300px;
		}
		.navbar-minimal.open > .navbar-menu {
			overflow: visible;
		}
		.navbar-minimal > .navbar-menu > li > a > .desc {
			position: absolute;
			display: inline-block;
			top: 50%;
			left: 130px;
			margin-top: -20px;
			margin-left: 20px;
			text-align: center;
			white-space: nowrap;
			padding: 10px 13px;
			border-width: 0px !important;
			background-color: rgb(51, 51, 51);
			background-color: rgba(51, 51, 51, 0.8);
			opacity: 0;
		}
	
	}
#headerwrap {
    background: url(/arnoldrak/img/banner.jpg) no-repeat center top;
    margin-top: -10px;
    padding-top: 20px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 750px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.price-column {
    background-color: #f9f9f99e;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* border-radius: 10px; */
    padding: 10px 40px;
    margin: 0 auto;
    text-align: center;
    border: 10px solid #ffffff;
}
.price-column h3 {    
    text-transform: uppercase;
    text-align: center;
    color: #ed1c24;
    padding: 10px 5px;
    font-size: 18px;
    margin-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;   
    border-bottom-width: thin;
    border-bottom: 3px solid #ed1c24;
}
.price-column .list {
    list-style: none;
    margin: 15px 0;
    -webkit-padding-start: 0;
}
.price-column .list li.price {
    text-align: center;
    font-size: 22px;   
    color: #000000;
    margin-top: 0;
    font-weight: 400;
}
.price-column .list li {
    font-weight: lighter;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
}
.button, .button:visited, .button:focus {
    display: inline-block;
    border: 1px solid #ab1710;
    color: #ffffff;
    background-color: #f04a42;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: auto;
    margin-bottom: 30px;
}
#headerwrap h1 {
    margin-top: 20px;
    color: #333;
    font-size: 28px;
    font-weight: 700;    
}
#headerwrap .logo {
    margin-top: 40px;
        
}
#headerwrap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 2px;
}
#headerwrap .spacer {
    margin-top: 120px;
}
#headerwrap i {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
#headerwrap ul{
    list-style: none;
}
#headerwrap ul li{
    display: inline;
}
.icons{
    margin-top: 60px;
}
#headerwrap .bottom {
    margin-top: -60px;
}

.qwest{
    display: block;
    background: #ed1c24;
    color: white;
    font-size: 14px;
    padding: 15px;
}

/*banner style*/


.banner{
	background: url(./img/banner.jpg) no-repeat;
	background-size: 100% 100%;
}

  .layer{ 
	padding: 3em 0 ;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
 }
.banner p{
	color: #fff;
	margin-bottom: 7px;
	font-size: 1.2em;
	text-align: left;
	font-family: 'Arimo', sans-serif;
}
.banner h1 {
    color: #fff;
    font-family: 'Arimo', sans-serif;
    font-size: 2.2em;
    margin-bottom: .5em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0;
    line-height: 1;
    
}

 .banner-adv a{
 	color: #fff;
 }
 .banner-adv a:hover{
 	color: #F39F18;
 }
  .banner-adv a:hover .fa{
 	color: #F39F18;
 }
.banner-adv{
	padding-top: 1.5em;
}

.banner img{
	max-width: 100%;
}

.fa-check{
	color: #fff;
}

.layerdark{
	background-color: rgba(211,196,181,.8);
	margin-top: 1.5em;
    padding: 35px 35px 30px;
    color: #97a4b2;
    border-radius: 2px;
    font-size: .875em;
    border: #b40000 3px solid;
    margin-left: 20px;
}

 .forms h4 {
    color: #b40000;
    font-size: 1.875em;
    font-family: 'Arimo', sans-serif;
    text-transform: none;
    margin: 0;
}

.forms p {
    line-height: 1.4375em;
    color: #6D1F09;
    font-size: 1.1em;
    margin-top: 10px;
}

.forms label {
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}

.forms label span {
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
    color: #8e3737;
}
.forms .w100 { /* ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚Â */
  display: block;
    width: 100%;
    border-radius: 0;
 	border: none;
    background-color: none;
    text-indent: 0;
    padding: 10px 0;
    color: #de2929;
    font-size: 1em;
}

.forms textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
 	border: 1px solid #CFA67C;
    background-color: #DACAAE;
    text-indent: 10px;
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 1.25em;
}
.forms input {
    display: block;
    width: 100%;
    border-radius: 2px;
 	border: 1px solid #CFA67C;
    background-color: #DACAAE;
    text-indent: 10px;
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    font-size: 1.25em;
}

.arrow-wrap, .button-wrap {
    text-align: center;
}

.forms .buttons {
    margin-top: 15px;
}

.buttons {
    display: inline-block;
    color: #fff!important;
    border: none;
	background: #ea2525;
	text-transform: uppercase;
	font-family: 'Arimo', sans-serif;
    font-size: 1.375em;
    padding: 12px 0;
    display: block;
    width:100%;
     -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

 .buttons:active, .buttons:focus, .buttons:hover {
    background: #A05D31;
    text-decoration: none;
}




.section_3 .info-item-wrap:nth-child(1) .info-item, .section_3 .info-item-wrap:nth-child(7) .info-item {
    margin-left: 82px;
}
.section_3 .section-content .info-item {
    margin-top: 60px;
}
.info-item {
    padding-left: 34px;
    max-width: 320px;
    line-height: 1.1875em;
    margin: 48px 0;
}

.section_3 .info-item-wrap:nth-child(2) .info-item {
    margin-top: 0;
}

.section_3 .info-item-wrap:nth-child(3) .info-item, .section_3 .info-item-wrap:nth-child(9) .info-item {
    margin-left: -35px;
}
 .section_3 .section-content .info-item {
    margin-top: 60px;
}
 .info-item {
    padding-left: 34px;
    max-width: 320px;
    line-height: 1.1875em;
    margin: 48px 0;
}

.section_3 .info-item-wrap:nth-child(4) .info-item, .section_3 .info-item-wrap:nth-child(6) .info-item {
    margin-top: 50px;
}
 .section-content .info-item-wrap:last-child .info-item, .section-content .info-item-wrap:nth-child(4) .info-item {
    margin-bottom: 0;
}
.ppp{
    color: #fff;
    float: right;
    text-align: left;
    font-size: 1.4em;
   padding-top: 19px;
    font-weight: 700;
    line-height: 26px;
  }
  .ppp {
    
    float: right;
    text-align: right;
    font-size: 1.8em;
    margin-top: 39px;
    margin-right: 30px;
    font-weight: 700;
    line-height: 26px;
}
 .ppp a;focus{
  text-decoration: none;
  }
  .ppp a{
	color: #000;  
  }

@media (min-width: 768px){
	.media{margin-bottom: 1em!important;}
  .col-sm-4 {
    width: 33.33333333%;
}
}
@media only screen and (max-width: 1200px)
{
.s3-img-wrap {
    margin-left: 110px;
    margin-top: 60px;
}}
 .s3-img-wrap {
    width: 120px;
    height: 120px;
    background-color: #F39F18;
    text-align: center;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    margin: 63px 0 0 115px;
}
 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section_3 .section-content{
	min-height:650px;
	background-image:url(./img/s3_sun_bg.png);
	padding-bottom:0;
	padding-top:-555px;
 	}

	.section_3 .section-content .info-item{margin-top:60px}

		.section_3 .section-content .info-item p
		{color:#fff;border-bottom:0}

			.section_3 .info-item-wrap:nth-child(2) .info-item
{margin-top:0}
	.section_3 .info-item-wrap:nth-child(4) .info-item,.section_3 .info-item-wrap:nth-child(6) .info-item
	{margin-top:50px}

	.section_3 .info-item-wrap:nth-child(8) .info-item{margin-top:190px}

		.section_3 .info-item-wrap:nth-child(1) .info-item,.section_3 .info-item-wrap:nth-child(7) .info-item
		{margin-left:82px}

		.section_3 .info-item-wrap:nth-child(3) .info-item,.section_3 .info-item-wrap:nth-child(9) .info-item{margin-left:-20px}

		.section_3 .info-item-wrap:nth-child(6) .info-item{margin-left:30px}.section_3 .section-bottom{margin-top:25px}

		.s3-img-wrap{width:120px;
			height:120px;
			background-color:#F3D0A3!important;
			text-align:center;
			-webkit-border-radius:10em;
			border-radius:10em;
			padding-top:.7em;
			margin:63px 0 0 115px
			}
			.s3-img-wrap img
			{width:50px;margin-top:28px}
.info-item {
    padding-left: 34px;
    max-width: 320px;
    line-height: 1.1875em;
    margin: 48px 0;
}

.section_3 .section-content .info-item p {
    color: #fff;
    border-bottom: 0;
}

.info-item p {
    font-size: 1.0625em;
    color: #2D3B48!important;
    border-bottom: #DEE1E5 1px solid;
}

.info-item p, .s2-items {
    padding-bottom: 20px;
}

.info-item h4, .info-item p {
    font-family: Helvetica,Roboto,Arial,sans-serif;

}

.info-item h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4375em;
    line-height: 1.125em;
    text-decoration: underline;
    text-transform: none;
    color: #0087CF;
}


.section_3 .section-content{background-image:url(./img/s3_sun_bg.png);background-repeat:no-repeat;background-position:top}

 .section_3 .section-head{margin-bottom:20px}
 .section_3 .section-content .info-item{margin-top:60px}

		
 @media (max-width:768px){
 	.popup{
 		 height: 50%!important;overflow-x: hidden;
 		 top: 20%!important;
 	}
 	.del_lw {
 		height: 700px!important
 	}

 	  .del_l{width: 100%!important;} .del_r{display: none!important}
  .del_l h1{text-align: center;color: white;/* font-family: 'f1'!important; */font-size:160%!important;text-transform: uppercase;padding-top: 0.5em!important;margin-bottom: 1em!important;}
.del_l p{text-align: center;color: white;font-weight: bold;font-size: 110%!important;text-transform: none;padding-top: ;}
 	.gallery-element{
	width: 100%!important;
}
 	.work-wrapper p.right{
 		top:30%!important;
	font-size: 75%!important;
	left:16%!important;}
	.work-wrapper p{ 
	font-size: 75%!important;
 }
 	h2{font-size: 1.5em;}
 	.section_3 .info-item-wrap:nth-child(3) .info-item, .section_3 .info-item-wrap:nth-child(9) .info-item {
    margin-top: 20px;
}
.info-item-wrap:nth-child(1) .info-item, .section_3 .info-item-wrap:nth-child(7) .info-item {
    margin-top: 20px;
}
.info-item-wrap:nth-child(4) .info-item, .section_3 .info-item-wrap:nth-child(6) .info-item {margin-top:20px;}
.section_3 .info-item-wrap:nth-child(4) .info-item, .section_3 .info-item-wrap:nth-child(6) .info-item {
    margin-top: 20px;
}
 	.asdf{display: none;}
 	.ppp{display: none;}
 	.button-banner{
 		text-align: center;
 		margin-bottom: 2em;
 	}
 	.banner h1{
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size:1.4em;
	margin-bottom: .4em;
	margin-top: 0;
	 
}
.service-item {margin-bottom: 3em;}
 	.info-item{max-width:100%;margin-top:20px;margin-bottom:20px;border-bottom:#D6DAE0 1px solid;padding-left:0}
 .section_3 .section-content{background-image:none;}
.s3-img-wrapper{ display: none; }
 .info-item-wrap{margin-top: 10px!important;}
  .info-item{margin-left:  0!important}
 .info-item p{border:none}
 .info-item:first-child{margin-top:0}
 .info-item h4{margin-top:20px}
 .s1-bottom .info-item{border-color:#546476}
 .info-item-wrap:last-child .info-item{border-color:transparent}
 .s1-bottom .info-item-wrap:nth-child(2) .info-item{margin-top:45px}
 .section_1 .section-content,.section_3 .section-content{background-position:bottom}
 .section_3 .section-content{padding-top:10px}
 .section_3 .section-content .info-item{border-color:#546476}
 .section_3 .info-item-wrap:nth-child(8) .info-item {
    margin-top: 20px;
}
 .section_3 .section-content .info-item p{margin-bottom:0}}

 @media(min-width: 768px){
 	.asdf{
 		padding-top: 2.3em;
 	}
 }



.triangles-container .col-md-4{
	padding-left: 0;
	padding-right: 0;
}
 .triangles-container .tc-item{margin-left:0}
 .triangles-container{color:#fff;font-family:PFCentroSlabProMedium,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1.1875em;margin:20px 0 70px;text-align:center}.triangles-container .tc-item{width:290px;height:128px;display:inline-block;position:relative;margin-left:-45px;vertical-align:top;cursor:default;-webkit-transition:all .5s ease;transition:all .5s ease}.triangles-container .tc-item:first-child{margin-left:0}.triangles-container .tc-item:first-child .tc-content{margin-left:50px}.triangles-container .tc-item:hover{-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);z-index:3}.triangles-container .tc-item svg{position:absolute;top:0;left:0;z-index:0}.triangles-container .tc-item .tc-content{position:relative;z-index:1;margin-top:43px;margin-left:60px;text-align:left;padding-left:40px;opacity:0;-webkit-transition:all 1s ease;transition:all 1s ease}.teams .team-on,.triangles-container .tc-item .tc-content-on{opacity:1}.triangles-container .tc-item .tc-content span{font-size:1.25em;margin-left:-22px;position:absolute}.triangles-container .tc-item .tc-content img{height:40px;float:left;margin-left:-40px;margin-right:32px}

 
 .service-item {
 	background: #E8CBA8;
 	width: 100%;
 	padding: 1.2em 0.6em;
 }

 .service-item h3{
 	color: #BA6B4D;
    font-family: RalewayBold,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.225em;
    margin-top: 30px;
    margin-bottom: 18px;
 }
  .service-item p{
 	    margin-bottom: 0;
 	    color: #fff;
    margin-top: 0;
    font-size: 90%;
    width: 90%;
    margin:0 auto;
     text-align: left;
 }
 .service-item img{
 	    width:120px;
 	    -moz-transition: all 1s ease-out;
    max-width: 100%;
    -o-transition: all 1s ease-out;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
 	    border-radius: 100%;
 	    background: #fff;
 	    padding: 20px;

 }

.service-item .divider {
	background: #BA6B4D;
}

 .service-item img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }

 .imgp{text-align: center!important;}

 .services-divider {
    height: 2px;
    /* border-radius: 1em; */
    background: #fff;
    width: 100%;
    margin: 0.5em auto 0.5em;
    display: block;
}
.service-item h2{
	font-family: 'Arimo', sans-serif;
	margin:0em 0;
	color: #FAA201;
	text-align: center;

}
.service-text{
	height: 130px;
}
.service-text span{
	font-family: 'Arimo', sans-serif;
 	color: #FAA201;
}

.work-wrapper:hover{
	  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.work-wrapper{
	 -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
	position: relative;
}
.work-wrapper img{width: 100%;}

.work-wrapper p{
	position: absolute;
	text-align: left;
	width: 100%;
	font-family: 'Arimo', sans-serif;
	font-size: 80%;
	top: 25%;
	left: 10%;
	line-height: 1.1;
	}

.work-wrapper p img{width: 50px;float: left;margin-right: 10px;padding-top: 0px;}

.work-wrapper p.right{
	position: absolute;
	text-align: left;
	width: 100%;
	font-family: 'Arimo', sans-serif;
	font-size: 80%;
	top: 25%;
	/* left: 10%; */
	line-height: 1.1;
	}


/* support section */
#support {
  padding: 0 0 3em 0;
  margin: 4em 0;
}
#support .media {
/*  margin-bottom: 10px;*/
display: inline-block;
}
#support .media i.fa {
  -webkit-border-radius: 50%;
  color: #fff;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #de2929;
  border: 2px solid #de2929;
  border-radius: 50%;
  padding: 7px 0;
  font-size: 1.1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2em;
  text-align: center;
}
#support .media span{
	margin-left: 10px;
}
#support .media{
	font-family: 'Arimo', sans-serif;
	margin:0 10px;
	font-size: 100%;
	color: #333333;
}
#support .media:hover i.fa{
	background: #fff;
	color: #de2929;
	 
}
#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
#support .media .media-heading a {
  font-weight: 400;
}
.btnn {
		width: 100%;
	font-weight: bold;
	color: #fff;
	padding: 9px 0;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	background: #de2929;
	border: none;
	border-radius: 2px;
}
#support .contacts-input{
	padding: 1.3em;
	border-radius: 7px;
	font-family: 'Arimo', sans-serif;
	font-size: 1em;
}
.btnn:hover {
	background: #A05D31;
	color: #fff;
}
.effect2 {
    box-shadow: 8px 8px 0px #132b4c;
    height: 370px;
}
#support  .box{
	position: relative;
	width:90%;
	margin: 5em auto 2em;
}
#support  .group 			  { 
  position:relative; 
  width:80%;
  margin: 2em auto; 
}
#support  .inputMaterial 			
	{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  background: none;

  width:100%;
  margin: 0 auto;
  border:none;
  border-bottom:2px solid silver;
}
#support  .inputMaterial:focus{
	border-color: #9F4C2B!important;
}
#support  .inputMaterial:hover{
	border-color: #9F4C2B!important;
}
 #support  .inputMaterial:focus 		{outline:none;}
.banner label{
	color: #fff;
}
.banner .putName{
	border-color:#fff;
	color: #fff;
}
 #support  label 				 {
  color:#536F7D; 
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
 #support  .inputMaterial:focus ~ label,  #support .inputMaterial:valid ~ label 		{
  top:-20px;
  font-size:16px;
  color: #536F7D;
}

.map{margin-top: 1em;height: 290px;border: 0;}
.titlemodal{font-size:130%!important;}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from {background:#5264AE;}
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from {background:#5264AE;}
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from {background:#5264AE;}
  to 	{ width:0; background:transparent; }
}
.contact-details{
    		margin-top: 3em; 
    	}
$transition: all 0.3s;
$shadow-L1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
$shadow-L2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
$shadow-L3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
.inputMaterial:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}
.minmax img{
    max-width: 100%;
}


/*gallery*/
.gallery{
	width: 100%;
	margin:4em 0;
    margin-bottom: 6em;

}
.gallery-element{
	width: 20%;
	overflow: hidden;
	float: left;
	padding: 1em;
}
.gallery-element img{
	opacity:1;
-moz-opacity:1;
filter: alpha(opacity=100) black;
-khtml-opacity: 1;
background-color:#000;
    -moz-transition: all 1s ease-out;
    max-width: 100%;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	width: 100%;
	height: 350px;
}
.gallery-element img:hover{
	opacity:0.5;
-moz-opacity:0.5;
filter: alpha(opacity=50) black;
-khtml-opacity: 0.5;
background-color:#000;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
/*gallery*/
 
.gallery .divider{
	margin-bottom: 2em;
}


 .del_l{padding-top:0;width: 50%;float: left;background:url(/arak/arnoldrak/img/dostavka-kondicionerov.jpg) no-repeat;background-size: cover;position: relative;}
.del_r{width: 46%;float: left;height: 420px;background: url(/arnoldrak/img/map.png) no-repeat;background-size: 100%;margin:0 2%;margin-top: 40px;}
.del_lw{margin-top:-20px;background: rgb( 0, 0, 0);background: rgb(237, 28, 36);height: 460px;padding: 2em 2em;}
.del_l h1{text-align: center;color: white;font-family: 'Arimo', sans-serif;font-size: 250%;text-transform: uppercase;padding-top: .2em;margin-bottom: .1em;}
.del_l p{text-align: left;color: white;font-family: 'Arimo', sans-serif;font-size: 110%;text-transform: none;}

/*----subscribe---*/
 @media(max-width: 700px){
.subscribe .btn-main{
	font-size: 20px;
	width: 80%;
	padding: 7px 12px;
	margin:1em auto;
	display: block;
}}
.subscribe h2{color: #fff;}
.subscribe .btn-main {
    font-size: 18px;
    border: 2px solid #a91212;
    background: #de2929;
    vertical-align: top;
    margin-left: 25px;
}
.subscribe img{
	height: 40px;
	margin-right: 15px;
}
.subscribe .btn-main:hover{
	background: none;
}
.subscribe .layer{
		padding: 2em 0;
		background: rgba(0,0,0,0.4);

}

.subscribe{
	background: url(/arak/arnoldrak/img/bg_pol.jpg) no-repeat;
	background-size: cover;
	text-align:center;
 	margin: 3em 0; 
}

.ddk div p{font-size: 1.1em;font-weight: 400;color: black;margin-top: 15px;}
.ddk div{text-align: center;padding: 1em;}
.ddk div img{max-width: 100%;
 -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
    }
    .ddk div img:hover{
    	  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
    }
.ddkk div p{font-size: 1.1em;font-weight: 400;color: black;margin-top: 15px;}
.ddkk div{text-align: center;}
.ddkk div img{max-width: 60%;
 -moz-transition: all 1s ease-out;
     -o-transition: all 1s ease-out;
    cursor: pointer;
    -webkit-transition: all 1s ease-out;
    }
    .ddkk div img:hover{
    	  -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
    }
@media(min-width: 769px){
 
	.padtopAbout{padding-top:1em;}
	.padtopAdvantages{
		padding-top: 1em!important;
	}
}
.padtopAdvantages{
		padding-top: 2em;
		padding-left: 5em;
	}
.padtopAdvantages p{
	text-indent: 0!important;
}
.effect2 {
    box-shadow: 6px 6px 1px #de2929;
    height: auto;
}
/*about*/
.about .row{
	padding-top: 2em;
    padding-bottom: 2em;
}
.about{
	padding: 1em 0;
}
 
.about p {
    margin-bottom: 1em;
    font-family: 'Arimo', sans-serif;
    font-size: 110%;
    text-indent: 15px;
}
.about img{
	width: 100%;
}

footer{
	text-align: center;
	padding: 2em 0;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	background:  #de2929;
	}




     
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
 
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; 
    cursor: default; 
}
 
.overlay:target {
    display: block;
}
 .popup .row{
 	margin-bottom: 2em; 
 }

 .popup::-webkit-scrollbar-track {background-color:#DACAAE;}

.popup::-webkit-scrollbar-thumb {
-webkit-border-radius: 1px;
border-radius: 2px;
background-color:#683324;
}

.popup::-webkit-scrollbar-thumb:hover{background-color:#6D1F09;}

.popup::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}

.popup::-webkit-scrollbar{
width: 10px;
}
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 10000;
    margin: 0;
    width: 94%;
    min-width: 320px;
    max-width: 100%;
     position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
     height: 90%;overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â°ÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â±ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5%;
}
 
.close {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¶ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚Â ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.popup .col-md-4{padding: 0 5em;}
.popup img {
    width: 100%;
     height: 400px;border: 2px solid #6D1F09;border-radius: 6px;
}
@media(min-width: 700px){
    .half{width: 50%!important;}
}
@media(max-width: 700px){
	.popup .row{margin-bottom: 0!important}

    .popup img {
    width: 100%;margin-bottom: 2em!important;
     height: 260px!important;border: 2px solid #6D1F09;border-radius: 6px;
}
}
/* ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…Â½Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¹ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â²ÃƒÂÃ‚Â°/Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â° */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
 
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h1 {  
    margin: 0;
    color: #6D1F09;
    padding: 5px 0px 10px;
 
    text-shadow: 1px 1px 3px #adadad;
    text-transform: uppercase!important;
    font-family: 'www', Arial, sans-serif;
    line-height: 1.3;
    text-align: center;
}
 .popup h5 {  
     
    color: #333333; 
    text-shadow: 1px 1px 3px #adadad;
    text-transform: uppercase!important;
    font-family: 'f3', Arial, sans-serif;
    line-height: 1.6em;font-size: 1.3em;
    text-align: center;
}
.popup p {margin: 0; padding: 5px 0;font-size: 1.1em;line-height: 1.3em;font-family: 'Arimo', sans-serif;}
.popup ol {margin: 0; padding: 5px 0;font-size: 1.1em;line-height: 1.2em;font-family: 'Arimo', sans-serif;padding: 0 5%;}
.qw{
    display: block;
    height: 120px;
}
.qww{
    padding: 0 3em 0 0;
}

/*application form*/
.application{
	background: linear-gradient(to top,  #CFA67C, #EEE4D0);
	padding: 4em 0;
}

.application img{
	width: 100%;
}

.application-input{
	width: 100%;
	margin-bottom: 0.8em;
	color: #fff;
	background:none;
	padding:12px 1.5em;
	border-radius: 2px;
	border:1px solid #ccc;
	text-align: left;
	display: block;
}
.application-input::-webkit-input-placeholder {color:#fff;}

.application-button{
	width: 100%;
	color: #fff;
	padding: 12px 0;
	font-size: 110%;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	background: #F84B4D;
	border: none;
	border-radius: 7px;
}

.application-button:hover{
 	background: #f43d3d;
}

.application-form{
		width: 80%;
	margin: 0 auto;
}

@media(min-width: 769px){
	.application h2{
		padding-top: 1em;
	}
	
}
.application h2{
	color: #fff;
	 
}
/*application form*/

@media(max-width: 350px){
	.del_lw {
 		height: 800px!important;
 	}

 	  .del_l{width: 100%!important;} .del_r{display: none!important}
  .del_l h1{text-align: center;color: white;font-size:160%!important;text-transform: uppercase;padding-top: 0.5em!important;margin-bottom: 1em!important}
.del_l p{text-align: left;color: white;font-family: 'f1'!important;font-size: 110%!important;text-transform: none;padding-top: ;}
.qw{
    width: 20%;
    float: left;
    }
    .qww{
    padding: 0 1em 0 7rem;
    margin-bottom: 50px;
    }
}
.qwest-content{
    display: block;
    position: absolute;
    padding: 30px;
    height: 320px;
    width:80%;
}
.qwest-content .top{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}
.qwest-content .btm{
    width: 80%;
    font-size: 24px;
    font-weight: 600;
    color: white;
    position:  absolute;
    bottom:  0;
    line-height: 1.1;
}
.media{    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    padding-top: 1em;
    padding-left: 2em;
}
.media-body h4 {
    color: white;
	font-size: 24px;
    font-weight: 600;
}
.media-body h4 small{
    color: white;
	font-size: 18px;
    font-weight: 600;
}
@media(max-width: 769px){
.qw{
    width: 20%;
    float: left;
}
    .qww{
    padding: 0 1em 0 7rem;
    margin-bottom: 50px;
    }
}
@media (max-width: 480px)
.reviews .layer {
    height: 400px;
}