/*
 * Twin - Responsive App Landing Page
 * http://themeforest.net/user/dexWrThemes
 *
 * Author, dexWrThemes
 * 
 */
/*--------------------------------------------------
			RESET
---------------------------------------------------*/
@font-face{
	font-family: clemente;	
	src: url(fonts/ClementePDaq-UltraBold.ttf);
}
@font-face{
	font-family: clementeIitalic;	
	src: url(fonts/ClementePDar-UltraBoldItalic.ttf);
}

@import url('fonts/opensans.css');

body {
	line-height: 1.9em;
	color: #FFFFFF;
	font-weight:300;
	font-size: 15px;
	font-family:'Roboto',sans-serif;
	-webkit-backface-visibility:visible;
	background: #3A3A3A;
}
h1,h2,h3,h5,h6 {
	font-family: clemente,'Roboto',sans-serif;
}
h1 {
	font-size:64px;
	margin-bottom: 6px;
}
h2 {
	font-size:36px;
	font-weight:500;
}
h3 {
	font-size: 28px;
	font-weight:500;
}
h4 {
	font-size:20px;
	font-weight:700;
	font-family:'Roboto',sans-serif;
}
h5{
font-size: 18px;
}
img {
	max-width:100%;
}
ul {
	padding-left:0;
}
a {
	color:#d8d8d8;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
.lead {
	font-size:27px;
	font-weight: 300;
}
h3+.lead {
	font-size: 21px;
	font-weight:400;
	margin-bottom: 13px;
}
.btn {
	border-radius:0;
	-webkit-border-radius:0;
}
.btn:hover {
	color:#fff;
}
.centered {
	text-align:center;
}
.uppercase {
	font-size:15px;
}
.colored {
	color:#3D8FD9;
}
strong {
	font-weight:800;
}
.container {
	max-width: 960px;
}
/*--------------------------------------------------
			NAVIGATION
---------------------------------------------------*/
#header {
	border-bottom: 1px solid #1E1D22;
background: #3A3A3A;
width: 100%;
position: relative;
z-index: 2;
margin-bottom: -91px;
}

.wrapper{
	overflow: hidden;
}
#header:before, #header:after {
  display: table;
  content: " ";
}
#header:after {
  clear: both;
}
#logo {
height: 75px;
float: left;
width: 200px;
margin-top: -10px;
}
#logo a {
	line-height:90px;
}
.nav_wrapper {
	/*float:right;*/
}
.menu-mobile {
	display:none;
}
nav li a {
	color: #B3B3B3;
	display:inline-block;
	font-size:12px;
	font-weight: 600;
	line-height:1;
	position:relative;
	text-transform:uppercase;
}
nav ul {
	margin-bottom:0;
}
nav>ul>li>a {
	padding: 0px 11px 16px 10px;
	margin-bottom:-1px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}

/*nav>ul>li>a.but {
	display: inline-block;
	height: 30px;
}	

nav>ul>li.but{
	background: rgba(0,0,0, .6);
	display: inline-block;
}	*/

nav>ul>li {
	display:inline-block;
	font-size:11px;
	height:100%;
	position:relative;
}
nav>ul>li.active a{
color:#fff;
}
.underline {
	width:100%;
	left:0;
	position:absolute;
	bottom:0;
	opacity:0;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.underline span {
	display:block;
	background: #FFFFFF;
	width:32px;
	height:3px;
	margin:auto;
}
nav>ul>li ul {
	background:#E9E9E9;
	box-shadow:0px 0px 1px rgba(0,0,0,0.43);
	color:#6B6B6B;
	display:block;
	left:0;
	min-width:155px;
	opacity:0;
	position:absolute;
	text-align:left;
	top:83px;
	visibility:hidden;
	white-space:nowrap;
	z-index:6;
	text-transform:capitalize;
	padding-left:0;
	border-top:1px solid #B8B8B8;
}
.header-fixed-active nav>ul>li>ul {
	top:65px;
}
#header.header-fixed-active {
	position:fixed;
	top:0;
	width:100%;
	box-shadow:none;
	z-index:1041;
}
nav>ul>li:last-child ul {
	left:auto;
	right:1px;
}
nav>ul>li:last-child ul:before {
	right:9px;
	left:auto;
}
nav>ul>li:last-child ul:after {
	right:10px;
	left:auto;
}
.boxed-layout nav>ul>li:last-child>ul {
	left:-50px;
	right:auto;
}
nav>ul>li:hover .level-1 {
	opacity:1;
	visibility:visible;
}
nav>ul>li>ul>li>ul {
	left:100%;
	top:0px;
}
nav>ul>li:last-child>ul>li>ul,nav>ul>li:nth-last-child(2)>ul>li>ul {
	left:auto;
	right:100%;
	top:0px;
}
nav>ul>li>ul>li>ul>li a {
	border-bottom:1px solid #b5c2c5;
}
nav>ul>li ul li a {
	display:block;
	font-weight:400;
	font-size:11pt;
	padding:11px 9px;
}
nav>ul>li>ul>li:hover>a,nav>ul>li>ul>li>ul>li:hover>a {
	color:#3C535F;
}
nav>ul>li>ul>li:hover ul {
	opacity:1;
	visibility:visible;
}
nav a:hover,nav a:focus,nav li:hover a {
	color: #FEFEFE;
}
nav li:hover .underline {
	opacity:1;
}
nav li:hover a {
	text-decoration:none;
}
nav li:hover a.btn {
	border-width: 1px;
}
/*--------------------------------------------------
			BACKGROUND
---------------------------------------------------*/
.background {
	background:url(images/background1.jpg) fixed;
	background-size:100%;
	color:#fff;
	padding-top:91px;
	padding-bottom: 53px;
}
.background h3 {
	font-size:27px;
	font-weight:bold;
	text-shadow:1px 1px 5px rgba(0,0,0,0.65);
}
.inner-background {
	padding-top:114px;
}
.inner-background p{
line-height: 2;
}
.inner-background>div:first-of-type {
	padding-top:34px;
	margin-left: 5%;
}
.inner-background h1 {
	font-size: 29px;
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 38px;
	border-bottom: 1px solid #fff;
	margin-bottom: 19px;
	margin-left:-3px;
	text-rendering:optimizeLegibility;
	position: relative;
	/*font-family:clementeIitalic;*/
}
.inner-background h1:before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: -20px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
}
.btn.btn-transparent{
	padding:10px 30px;
	color:#fff;
	border:3px solid #fff;
	background:transparent;
	text-transform:uppercase;
	margin-top: 13px;
	margin-right: 7px;
	background: url('images/curtain-right.png') -1000px 0 no-repeat;
	transition-duration: 0.4s;
}
.btn.btn-transparent:hover{
	color:#3D3D3D;
}
.btn11.btn-transparent{
padding: 1px 20px;
color: #fff;
border: 3px solid #fff;
background: transparent;
text-transform: uppercase;
background: url('images/curtain-right.png') -1000px 0 no-repeat;
transition-duration: 0.4s;
}
.btn11.btn-transparent:hover{
	color:#3D3D3D;
	background-color: white;
}
#cellphone{
	margin-bottom: -80px;
	margin-left: 90px;
	margin-top: 171px;
}
/*--------------------------------------------------
			SECTIONS
---------------------------------------------------*/
	.telefon_shapka {
float: right;
font-size: 20px;
font-weight: 400;
padding-right: 20px;
padding-top: 26px;
	}
.title-section {
	text-align:center;
	padding-top:44px;
	padding-bottom:30px;
	position:relative;
}
.title-section .lead {
	font-size: 15px;
	font-weight: 300;
	margin:auto;
	line-height:1.3;
	max-width: 329px;
	padding-top: 10px;
	color: #F4F4F4;
}
.title-section .lead span {
	color:#3D8FD9;
}
.title-section h2 {
	position:relative;
	color: #FFFFFF;
	margin:auto;
	padding-bottom:18px;
	margin-top:40px;
	margin-bottom:18px;
}
.title-section .underline {
	opacity:1;
	bottom:-2px;
}
.title-section .underline span {
	width: 317px;
	height: 1px;
	position:relative;
}
.title-section .underline span:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -20px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
}
.btn {
	background:#393939;
	color:#fff;
	padding:14px 43px;
	margin-right:11px;
	margin-top:11px;
	font-size:15px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;

}

.btn-app {
	text-align: left;
	margin-top:12px;
	position:relative;
	background:#2372BF;
	color:#fff;
	border-radius: 4px;
	font-size: 13px;
	padding: 8px 16px;
	padding-left: 52px;
	padding-bottom:11px;
	font-weight:300;
	line-height:1.2;
	background:#2f84d6;
	min-width: 170px;
	transition:all .3s;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s;
}
.btn-green{
	background: rgb(124,189,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,189,37,1) 0%, rgba(124,189,37,1) 24%, rgba(124,189,37,1) 24%, rgba(96,170,28,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,189,37,1)), color-stop(24%,rgba(124,189,37,1)), color-stop(24%,rgba(124,189,37,1)), color-stop(99%,rgba(96,170,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,189,37,1) 0%,rgba(124,189,37,1) 24%,rgba(124,189,37,1) 24%,rgba(96,170,28,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,189,37,1) 0%,rgba(124,189,37,1) 24%,rgba(124,189,37,1) 24%,rgba(96,170,28,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,189,37,1) 0%,rgba(124,189,37,1) 24%,rgba(124,189,37,1) 24%,rgba(96,170,28,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,189,37,1) 0%,rgba(124,189,37,1) 24%,rgba(124,189,37,1) 24%,rgba(96,170,28,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbd25', endColorstr='#60aa1c',GradientType=0 ); /* IE6-9 */

	border-top:1px solid #A2DB58;
	border-bottom:1px solid #376109;
	transition:all .3s;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s;
}
.btn-green:hover{
background:#7DBF27;
background: rgb(128,198,29); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(128,198,29,1) 0%, rgba(128,198,29,1) 24%, rgba(100,177,29,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,198,29,1)), color-stop(24%,rgba(128,198,29,1)), color-stop(99%,rgba(100,177,29,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(128,198,29,1) 0%,rgba(128,198,29,1) 24%,rgba(100,177,29,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(128,198,29,1) 0%,rgba(128,198,29,1) 24%,rgba(100,177,29,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(128,198,29,1) 0%,rgba(128,198,29,1) 24%,rgba(100,177,29,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(128,198,29,1) 0%,rgba(128,198,29,1) 24%,rgba(100,177,29,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c61d', endColorstr='#64b11d',GradientType=0 ); /* IE6-9 */
}

.btn-black{
background:#404040;
background: rgb(74,74,74); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(74,74,74,1) 0%, rgba(74,74,74,1) 30%, rgba(58,58,58,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,74,1)), color-stop(30%,rgba(74,74,74,1)), color-stop(100%,rgba(58,58,58,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,1) 30%,rgba(58,58,58,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,1) 30%,rgba(58,58,58,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(74,74,74,1) 0%,rgba(74,74,74,1) 30%,rgba(58,58,58,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(74,74,74,1) 0%,rgba(74,74,74,1) 30%,rgba(58,58,58,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
border-top:1px solid #676767;
border-bottom:1px solid #191919;
}
.btn-black:hover{
background: #4B4B4B;
background: rgb(86,86,86); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(86,86,86,1) 30%, rgba(71,71,71,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(30%,rgba(86,86,86,1)), color-stop(100%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(86,86,86,1) 30%,rgba(71,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(86,86,86,1) 30%,rgba(71,71,71,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(86,86,86,1) 30%,rgba(71,71,71,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(86,86,86,1) 30%,rgba(71,71,71,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
}
.btn-app +.btn-app{
	margin-right:0;
}
.btn-app span {
	display:block;
	font-size:11px;
	font-weight:300;
	padding-bottom: 3px;
}
.btn-app .fa {
	position:absolute;
	top: 4px;
	left:12px;
	font-size: 31px;
	padding-right:14px;
	padding-top: 4px;
}
/*--------------------------------------------------
			features
---------------------------------------------------*/
#features {
	padding-bottom: 80px;
}
.service {
	margin:auto;
	margin-bottom:60px;
}
.service p {
	font-size: 13px;
	line-height:1.2;
	color: #E6E6E6;
}
.service .fa {
	font-size: 41px;
	border: 3px solid #fff;
	width: 80px;
	line-height: 74px;
	border-radius: 100px;
	text-align:center;
}
.service h4 {
	margin-top: 0;
	color: #fff;
}
.service .fa,.service h4 {
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.service:hover .fa{
	-webkit-animation: spin 0.2s linear;
	-moz-animation: spin 0.2s linear;
	animation: spin 0.2s linear;
	background:#fff;
	color:#3A3A3A;
}
.service-text{
	color: #D7D7D7;
	float: left;
	width: 207px;
	text-align: right;
	padding-right: 19px;
}
.services-right .service-text{
	text-align:left;
	float: right;
	padding-right: 0;
	padding-left: 16px;
}
.services-left +div img{
	padding-bottom: 20px;
}
/*--------------------------------------------------
			TEAM
---------------------------------------------------*/
.profile{
	text-align:center;
	padding-bottom: 15px;
}
.profile-photo {
	width: 250px;
	margin: auto;
	background: #fff;
	padding: 6px;
	border-radius: 5px;
	position:relative;
	overflow: hidden;
}
.profile-hover {
	position:absolute;
	text-align:center;
	width:100%;
	opacity:0;
	transition:all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
}

.profile-hover a {
	display: block;
	width: 50px;
	padding-bottom: 2px;
	border-radius: 50%;
	line-height: 44px;
	color: #393939;
	border: 2px solid #393939;
	margin-left: -25px;
	margin: auto;
	font-size: 21px;
	left: 50%;
	top: 42%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.profile-hover a:hover {
	background: #393939;
	color: #fff;
	-webkit-animation: spin 0.3s linear;
	-moz-animation: spin 0.3s linear;
	animation: spin 0.3s linear;
}
.profile .info{
	display:none;
}
.profile h4{
	font-family: clemente,'Roboto',sans-serif;
	margin-top: 21px;
	margin-bottom: 2px;
}
.profile h4+span{
	color:#A8A8A8;
	font-size: 13px;
	padding-bottom: 14px;
	display: block;
}
.social-icons a{
	display: inline-block;
	width: 34px;
	padding-bottom: 2px;
	border-radius: 50px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	margin: 0 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.social-icons a:hover{
	-webkit-animation: spin 0.3s linear;
	-moz-animation: spin 0.3s linear;
	animation: spin 0.3s linear;
	background:#fff;
	color:#3A3A3A;
}
.darker-section{
	background:#272727;
}
.padding-left{
	margin-left: 4.333333%;
}
/*--------------------------------------------------
			TESTIMONIALS
---------------------------------------------------*/
.para2 {
	background:url(images/judges_hammer.jpg) fixed;
	color:#fff;
	background-size:100%;
	height: 585px;
}
.para3 {
	background:url(images/Vesu12221.jpg) fixed;
	background-size:100%;
	height: 200px;
}
#testimonial-slider {
	position:relative;
	padding-bottom: 45px;
	color:#FCFCFC;
}
#testimonial {
	padding-bottom: 21px;
	padding-top: 13px;
}
.testimonial {
	text-align: center;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.8;
	font-style: oblique;
}
.testimonial:before,.testimonial:after{
	content:'\201C';
	font-size: 24px;
	height: 15px;
}
.testimonial:after{
	content:'\201D';
	font-size: 24px;
	height: 15px;
}
.testimonial-author {
	padding: 26px 10px 5px;
	font-size: 20px;
	font-family: clemente,'Roboto',sans-serif;
}
#testimonial-slider .carousel-inner {
	width:750px;
	margin:auto;
}
.carousel-control {
	width:6%;
}
.carousel-control .fa {
	text-align: center;
	font-size: 44px;
	text-shadow: none;
	margin-top: 20px;
}
.carousel-indicators {
	bottom: 47px;
}
.carousel-indicators li {
	background:#fff;
	margin-left:7px;
	margin-right:7px;
	width:17px;
	height:17px;
}
.carousel-indicators .active {
	background:#FE3434;
	border-color:#FE3434;
	margin-left:7px;
	margin-right:7px;
	width:17px;
	height: 17px;
}
/*--------------------------------------------------
			SUBSCRIBE SECTION
---------------------------------------------------*/
.otziv{
	background: url('../images/patt.png');
}

.otziv .oblock img{
	margin-top: 30px;
	margin-left: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #fff;
	vertical-align: top;

}

.otziv .otext{
	display: inline-block;
	width: 600px;
	margin-left: 30px;
	margin-bottom: 50px;
}

.otziv .otext h3{
	margin-top: 30px;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #FFCD50
}

.otziv .otext p{
	margin-top: 20px;
	font-size: 18px;
}

.otziv .otext h6{
	margin-top: 20px;
	font-size: 16px;
	color: #f0f0f0;
}

.subscribe-form {
	text-align:center;
	padding-bottom:20px;
	padding-top:10px;
}
.suscribe-box {
	padding-bottom:68px;
}

#subscribe{
	padding-bottom: 40px;
}
#subscribe-name {
	height: 53px;
	border: 2px solid #626262;
	width: 262px;
	padding:0;
	background: #3A3A3A;
	padding-left:10px;
	color: #ddd;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
#subscribe-submit,#sendemail {
	display: inline-block;
	line-height: 49px;
	font-size: 21px;
	padding: -3px 30px;
	color: #F1F1F1;
	background: transparent;
	border: 2px solid #F1F1F1;
	font-weight: 400;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	background: url('images/curtain-right.png') -1000px 0 no-repeat;
	transition-duration: 0.5s;
	margin-top: 10px;
}
#subscribe-submit:hover,#sendemail:hover {
	color:#272727;
}
#subscribe-submit .fa {
	font-size:31px;
	padding-right:8px;
	position:relative;
}
#subscribe-name:focus {
	border-color: #9E9E9E;
	outline:0;
	box-shadow: none;
}
.submit-button {
	text-align:right;
	height:1px;
}
.text-field,.textarea-field {
	margin-bottom:21px;
	position:relative;
}
.text-field:last-of-type,.textarea-field {
	margin-bottom:10px;
}
.text-field .label,.textarea-field .label {
	position:absolute;
	top: 20px;
	font-size:18px;
	left:18px;
	padding:0;
	font-weight:300;
}
.subscribe-form .text-field .label {
	font-size:13px;
}
.subscribe-form .text-field {
	margin-bottom:0;
	display: inline-block;
}
--------------------------------------------------
			/*PORTFOLIO*/
---------------------------------------------------
.portfolio {
	opacity:0;
	transition:all 1s ease-in;
	-moz-transition:all 1s ease-in;
	-webkit-transition:all 1s ease-in;
}

.container ul{
	width: 960px;
	margin: 0 auto;
	margin-top: 5px;
}

.container ul li{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.container div .case_block .case_map{
	display: inline-block;
	vertical-align: top;
}

.container div .case_block .case_text{
	display: inline-block;
	vertical-align: top;
	width: 570px;
	margin-left: 70px;
	text-align: left;
}
.slider button.prev{
	background: url('../images/otziv_strL.png');
	width: 125px;
	height: 128px;
	border: 0;
	font-size: 0;
	cursor: pointer;
	position: relative;
	top: -900px;
	left: -130px;
	background-size: contain;

}

.slider button.prev.active{
	position: relative;
	top: 2px;
}	


.slider button.next{
	background: url('../images/otziv_strR.png');
	width: 125px;
	height: 128px;
	border: 0;
	font-size: 0;
	cursor: pointer;
	position: relative;
	top: -900px;
	left: 810px;
	background-size: contain;

}

.container div .case_block .case_text img{
	margin-top: -5px;
}

.container div .case_block .case_text p{
	display: inline-block;
	padding-left: 5px;
}

.slider{
height: 860px;
}

.slider ul{
	position: absolute;
	top: 780px;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider ul li a{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #000;
	font-size: 0;
	margin-left: 10px;
	margin-top: -80px!important;
}

.slider ul li.active a{
	display: inline-block;
	background: #ccc;
}

.container div .case_block .case_solution p{
	margin: 0px!important;
	line-height: 25px;
}

/*.slider:after{
	content: url('../images/patt.png');
	height: 350px;
	position: absolute;
	top: 1265px;
	left: -216px;
	bottom: 0;
	right: -100px;
	z-index: 2;
}*/
.case-blue {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.container div .case_block .case_feedback{
	border: 4px solid #ccc;
	border-radius: 10px;
	height: 340px;
	position: relative;
	top: 14px;
	left: 0px;
	z-index: 22;
	display: inline-block;
	margin-bottom: 60px;
	padding-bottom: 10px;
}	


.container .slider div .case_block .case_feedback h3{
	font-size: 30px;
	display: inline-block;
	margin-left: 70px;
	margin-top: 40px;
	font-style: italic;
	font-weight: bold;
}

.container .slider div .case_block .case_feedback h5{
	font-size: 17px;
	float: right;
	position: relative;
	top: 0px;
	right: 20px;
	display: inline-block;
}	

.container .slider div .case_block .case_feedback p{
	padding-right: 9px;
	padding-left: 10px;
	font-size: 18px;
	margin-top: 20px;
	line-height: 24px;
	display: inline-block;
}	

.container .slider div .case_block .case_feedback:after{
	content: url('../images/quot-top.png');
	position: absolute;
	top:2px;
	left: 10px;
}	

.container .slider div .case_block .case_feedback:before{
	content: url('../images/quot-bot.png');
	position: absolute;
	top:295px;
	left: 871px;
}	
.portfolio.portfolio-visible {
	opacity:1;
}
.back-thumbnail {
	background-color: #fff;
	position:relative;
	overflow:hidden;
	width: 26%;
	float:left;
	margin: 0 3.6%;
	padding: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.back-thumbnail.back-thumbnail-visible {
	top:0 !important;
	left:0 !important;
}
.back-thumbnail img {
	backface-visibility:hidden;
	display:block;
	width: 100%;
	transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
}
.thumbnail-hover,.profile-hover{
	position:absolute;
	border-radius:0;
	left:0;
	width:100%;
	z-index:1;
	opacity: 1;
	-webkit-transition: all .25s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition: all .25s;
	transition-timing-function:ease-out;
	-webkit-transition-timing-function:ease-out;
	bottom: 100%;
	height: 100%;
	padding: 0 15px;  
	padding-top: 52px;  
	background-color: rgba(255, 255, 255, 0.86);
	text-align: center;
	color: #393939;
}
.profile-hover{
	padding-top: 62px;
}
.back-thumbnail:hover .thumbnail-hover {
	opacity:1;
	height:100%;
	background-color: rgba(255, 255, 255, 0.86);
	bottom: 0%;
}
.profile-photo:hover .profile-hover {
	opacity:1;
	height:100%;
	bottom: 0;
}
.thumbnail-hover p,.profile-hover p{
	font-size: 13px;
	line-height: 1.7;
}
.thumbnail-hover h5{
	padding-bottom: 8px;
}
.thumbnail-hover .btn {
	color:#fff;
	background: #393939;
	padding: 11px 37px;
	margin-right:0;
}
.thumbnail-hover .btn:hover {
background: rgba(80, 80, 80, 0.86);
}
.thumbnail-hover .fa{
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	color:#FFF;
	font-size:18px;
	line-height:0;
	text-align:center;
	padding-top:18px;
	border:2px solid #FFF;
	border-radius:50px;
	-webkit-transition:all .35s;
	-moz-transition:all .35s;
	-o-transition:all .35s;
	transition:all .35s;
}
.thumbnail-hover .fa:hover{
	color:#fff;
}
.back-thumbnail-content {
	position:absolute;
	width:100%;
	top:24%;
	opacity:0;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
	margin-bottom:17px;
}
.back-thumbnail:hover .back-thumbnail-content {
	top:24%;
	opacity:1;
}
.back-thumbnail-content h5 {
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-bottom:10px;
}
.back-thumbnail-content ul {
	text-align:center;
	position:relative;
	top:20px;
	transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	-webkit-transition:all .3s ease-in;
}
.back-thumbnail:hover .back-thumbnail-content ul {
	top:0px;
}
.back-thumbnail-content ul li a {
	font-size:21px;
	color:#fff;
	width:41px;
	line-height:40px;
	background:#3D8FD9;
	border-radius:50px;
	-webkit-border-radius:50px;
	display:inline-block;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio {
	padding-bottom:59px;
	margin:auto;
	margin-left: -15px;
	margin-right: -15px;
}
.portfolio:before, .portfolio:after {
  display: table;
  content: " ";
}
.portfolio:after {
  clear: both;
}
.portfolio-image {
	display:block;
	margin:auto;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-image:hover {
	opacity:0.8;
}
.portfolio-body h2 {
	text-align:center;
	padding-bottom:20px;
}
.portfolio-body {
	padding-bottom:60px;
}
.portfolio-body p {
	font-size:13px;
	color:#B5B5B5;
}
.portfolio-body .btn {
	margin-top:10px;
}
.portfolio-close {
	display:block;
	margin:auto;
	border-bottom:2px solid rgb(68,68,68);
	width:58px;
	text-align:center;
	line-height:38px;
	font-size:25px;
	text-shadow:none;
	font-weight:normal;
	color:#424242;
	margin-bottom:41px;
	opacity:0.8;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-close:hover {
	text-decoration:none;
	opacity:1;
	color:#3D8FD9;
	border-color:#3D8FD9;
}
.porfolio-content-wrapper {
	position:relative;
	display:none;
	width:100% !important;
	overflow:visible !important;
}
.portfolio .porfolio-post {
	display:none;
}
#porfolio-content {
	margin-bottom:70px;
}
.porfolio-content-wrapper .underline {
	width:226px;
	position:static;
	opacity:1;
	background:#C9C9C9;
	margin:auto;
	display:block;
}
.porfolio-content-wrapper .underline span{
	background:transparent;
}
.portfolio-left,.portfolio-right {
	position:absolute;
	color:#363636;
	font-size:44px;
	top:200px;
	opacity:0.8;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.portfolio-left {
	left:-10px;
}
.portfolio-right {
	right:-10px;
}
.portfolio-left:hover,.portfolio-right:hover {
	opacity:1;
	color:#3D8FD9;
}
.btn.btn-info {
	background:#3D8FD9;
	border-color:#3D8FD9;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.btn.btn-info:hover {
	background:#8E8E8E;
	border-color:#8E8E8E;
}
.alert {
	padding:9px;
}
.close {
	top:-5px;
	font-size:18px;
	position:relative;
}

.works{
	background: url('images/Vesu12221.jpg') fixed;
	height: 520px;
}

.works ul{
	padding-top: 20px;
	text-align: justify;
	width: 960px;
	margin: 0 auto;
}

.works ul:after{
	content: '';
	width: 100%;
	height: 0px;
	display: inline-block;
}
.works ul li{
	display: inline-block;
	width: 170px;
	vertical-align: top;
	text-align: center;
	position: relative;
}
.works ul li img{
	width: 150px;
	height: 160px;
}
.works ul li p{
	padding-top: 10px;
}

.works ul li:after{
	content: url('../images/li-arrow.png');
	position: absolute;
	top: 67px;
	left: 169px;
}

.works ul li:last-child:after{
	display: none;
}
/*--------------------------------------------------
			PRICING TABLES
---------------------------------------------------*/
.price-table {
	text-align: center;
	border: antiquewhite;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 27px;
}
.col {
	width: 33%;
	float: left;
}
.pricing-tables {
	margin-top: 100px;
	margin-bottom: 89px;
}
.pricing-tables:before,.pricing-tables:after {
  display: table;
  content: " ";
}
.pricing-tables:after {
  clear: both;
}
.price-table ol,.price-table ul {
	text-align: center;
	padding: 0 20px;
}
.price-head {
	background: #3A3A3A;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.price-head h3 {
	padding-bottom: 18px;
	padding-top: 20px;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
}
.price-table .btn {
	text-transform: uppercase;
	box-sizing: border-box;
	font-weight: 500;
	margin: 0;
	border: 2px solid #fff;
	padding: 13px 19px;
	background: transparent;
	background: url('images/curtain-right.png') -1000px 0 no-repeat;
	transition-duration: 0.4s;
}
.price-table .btn:hover{
	color:#3A3A3A;
}
.price-table li {
	line-height: 46px;
	color: #9A9A9A;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px solid #CCCCCC;
}
.price-table li:first-child {
	border-top: 1px solid #CCCCCC;
}
.price-table li:last-child {
	border-bottom: none;
}
.price-real h4 {
	color: #707070;
	display: block;
	font-size: 47px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 0;
	padding-bottom: 10px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}

.price-table .btn.btn-inverse:hover {
	background:#ADADAD;
}
.price-real span {
	vertical-align: super;
	font-size: 50%;
	padding-left: 4px;
}
.signup {
	background: #3A3A3A;
	padding: 14px;
	transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}
.price-table-prompt{
    margin-top: 0px;
}
.price-table-prompt .signup,.price-table-prompt  .price-head{
	background:#272727
}
.price-table:hover .price-head ,.price-table:hover .signup{
	background: #303030;
}
.price-table.price-table-prompt:hover .price-head,.price-table.price-table-prompt:hover .signup{
	background: #191919;
}
.price-table:hover  .price-real h4 {
	color: #424242;
}
/*--------------------------------------------------
			FOOTER
---------------------------------------------------*/
#footer {
	text-align:center;
	padding-bottom: 26px;
	padding-top: 31px;
	background: #3a3a3a;
	height: 100px;
}
#footer p {
	font-size: 16px;
	padding-bottom: 9px;
	margin-top: 0;
	font-weight: 400;
}
#footer p strong {
	color: #FFFFFF;
}
#footer .social-icons a {
	width: 44px;
	line-height: 40px;
	border: 1px solid #fff;
	font-size: 20px;
}
.map-container iframe {
	width:100%;
	margin-bottom:-10px;
}
.animate,.animateOnce,.animate-into>* {
	opacity:0;
}
.animated,.animate-into>.animated {
	opacity:1;
	z-index:1;
}
img.animated {
	position:relative;
}
.nicescroll-rails {
	background:#F1F1F1;
	width:14px !important;
}
.nicescroll-rails>div {
	left:-2px;
}
.visible-mobile{
	display:none;
}
/*--------------------------------------------------
			PRELOADER
---------------------------------------------------*/
#qLpercentage {
	top: 64% !important;
	font-family:clemente;
	font-size: 2.5em !important;
}
@-webkit-keyframes bounceInDown {
	0% {
			opacity:0;
			-webkit-transform:translateY(-600px);
	}
	60% {
					-webkit-transform:translateY(30px);
	}
	80% {
			-webkit-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-webkit-transform:translateY(0);
	}
}
@-moz-keyframes bounceInDown {
	0% {
			opacity:0;
			-moz-transform:translateY(-600px);
	}
	60% {
			-moz-transform:translateY(30px);
	}
	80% {
			-moz-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-moz-transform:translateY(0);
	}
}
@-o-keyframes bounceInDown {
	0% {
			opacity:0;
			-o-transform:translateY(-600px);
	}
	60% {
			-o-transform:translateY(30px);
	}
	80% {
			-o-transform:translateY(-10px);
	}
	100% {
			opacity:1;
			-o-transform:translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
			opacity:0;
			transform:translateY(-600px);
	}
	60% {
			transform:translateY(30px);
	}
	80% {
			transform:translateY(-10px);
	}
	100% {
			opacity:1;
			transform:translateY(0);
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
			opacity:0;
			-webkit-transform:translateX(-600px);
	}
	60% {
					-webkit-transform:translateX(30px);
	}
	80% {
			-webkit-transform:translateX(0px);
	}
	100% {
			opacity:1;
			-webkit-transform:translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
			opacity:0;
			-moz-transform:translateX(-600px);
	}
	60% {
					-moz-transform:translateX(30px);
	}
	80% {
			-moz-transform:translateX(-10px);
	}
	100% {
			opacity:1;
			-moz-transform:translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
			opacity:0;
			-o-transform:translateX(-600px);
	}
	60% {
		-o-transform:translateX(30px);
	}
	80% {
			-o-transform:translateX(-10px);
	}
	100% {
			opacity:1;
			-o-transform:translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
			opacity:0;
			transform:translateX(-600px);
	}
	60% {
		transform:translateX(30px);
	}
	80% {
			transform:translateX(-10px);
	}
	100% {
			opacity:1;
			transform: translateX(0);
	}
}
.animated.bounceInUp {
	-webkit-animation-name: bounceInUpNew;
	-moz-animation-name: bounceInUpNew;
	-o-animation-name: bounceInUpNew;
	animation-name: bounceInUpNew;
}
@-webkit-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-webkit-transform: translateY(300px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}

	80% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-moz-transform: translateY(600px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}

	80% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUpNew {
	0% {
		opacity: 0;
		-o-transform: translateY(600px);
	}

	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}

	80% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUpNew {
	0% {
		opacity: 0;
		transform: translateY(600px);
	}

	60% {
		opacity: 1;
		transform: translateY(-30px);
	}

	80% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}


@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.03);
	}

	80% {
		-webkit-transform: scale(.98);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}






/*--------------------------------------------------
			RESPONSIVE DESIGN
---------------------------------------------------*/
@media (max-width:1260px) {
	.background,.para2,.para3 {
		background-size: 1434px;
		background-attachment: scroll;
	}
	.para2 {
		background-size: 1280px;
	}
	#cellphone,.visible-mobile img{
		width: 250px;
	}
}
@media (max-width:1200px) {
	body {
		font-size:14px;
	}
	h3 {
		font-size:24px;
	}
}
@media (max-width:1024px) {
	.animate,.animateOnce,.animate-into>* {
		opacity:1;
	}
}
@media (max-width:1000px) {
	.inner-background {
		padding-top:152px;
	}
}
@media (max-width:992px) {
	.inner-background {
		padding-top:0px;
		padding-bottom:20px;
	}
	.inner-background>div:first-of-type {
		padding-bottom:30px;
		text-align:center;
		margin-left: 0;
	}
	.services-left +div {
	display:none;
	}
	.visible-mobile{
	display:block;
	text-align:center;
	width:100% !important;
	}
	.profile {
	margin-bottom: 30px;
	}
	.visible-mobile img{
		display:block;
		margin:auto;
	}
	.inner-background img.animate {
		margin:auto;
		display:block;
	}
	h1 {
		font-size:55px;
	}
	.background h3 {
		font-size:20px;
	}
	.lead {
		font-size:19px;
	}
	nav>ul>li>a {
		padding: 0px 26px 16px 10px;
	}
	nav li a {
		font-size:14px;		
	}
	nav>ul>li.active a{
		color: #B3B3B3;
	}
	#logo {
		height:76px;
	}
	#logo a {
		line-height:69px;
	}
	.title-section .lead {
		font-size:18px;
	}
	h2,.para1 .title-section h2 {
		font-size:26px;
	}
	.para1 .title-section {
		padding-top:9px;
		padding-bottom:0px;
	}
	.inner-background .lead {
		width:100%;
	}
	.back-thumbnail {
		width: 300px;
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
	.back-thumbnail img {
		width:100%;
	}
	.back-thumbnail,.portfolio {
		opacity:1 !important;
		top:0 !important;
		left:0 !important;
	}
	.service {
		width: 300px;
	}
	#features+.row>div {
		width:50%;
		float:left;
	}
	#footer p {
		font-size:12px;
	}
	.middle-text {
		padding-top:20px;
	}

	.photo-text {
		padding-top:20px;
		color:#333;
	}
	#cellphone {
		margin-left: auto;
	}
	.padding-left {
		margin: auto;
		text-align: center;
	}
	.padding-left+ div{
		text-align: center;
	}
	.col {
		margin: auto;
		margin-bottom: 30px;
	}
	.social-icons a{
		border-width:2px !important;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-box-shadow: 0 0 1px #fff;
		line-height: 28px;
	}
	#footer .social-icons a{
		line-height: 38px;
	}
	.para2 {
		background-size: 150%px;
	}
	
}
@media (max-width:850px) {
.btn11.btn-transparent {
padding: 5px 20px;
color: #fff;
border: 3px solid #fff;
background: transparent;
text-transform: uppercase;
background: url('images/curtain-right.png') -1000px 0 no-repeat;
transition-duration: 0.4s;
display: none;
}
	.btn.menu-mobile {
		display: inline-block;
		color: #FFFFFF;
		font-size: 33px;
		position: absolute;
		top: -61px;
		right: 0;
		padding: 0;
		margin-top: 0;
	}
	.telefon_shapka {
		display:none;
	}
	.nav_wrapper ul {
		display:none;
	}
	.nav_wrapper {
		float:none;
		height:auto;
		padding-top:15px;
		text-align:right;
	}
	#features+.row>div {
		width: 100%;
		float: none;
	}
	nav {
		clear:both;
		position:relative;
	}
	nav>ul>li {
		border-top:none!important;
		display:block;
		padding-bottom:0;
		padding-left:0;
		text-align:left;
	}
	nav>ul>li>a {
		padding:13px 16px 9px 14px;
		font-size:15px;
	}
	nav>ul>li:hover>a {
		border-bottom:none;
	}
	nav>ul>li:last-of-type {
		padding-bottom:15px;
	}
	h1 {
		font-size:47px;
	}
	.title-section {
		padding-bottom:13px;
	}
	#testimonial-slider .carousel-inner {
		width: auto;
		margin: auto;
		padding: 0 79px;
	}
	.visible-mobile img{
	/* width: 300px; */
	}
	.testimonial {
	text-align: center;
	font-size: 17px;
	}
	.pricing-tables {
	margin-top: 72px;
	margin-bottom: 47px;
	}
	.price-head h3 {
		font-size: 20px;
	}
	.price-real h4{
		font-size: 35px;
	}
	.price-table li{
		font-size: 14px;
	}
	#footer {
		padding-bottom: 29px;
	}
	.title-section .underline span {
		width: 284px;
	}
	#qLoverlay{
		display:none;
	}
}
@media (max-width:610px) {
	
	.col {
		width: 320px;
		float: none;
	}
	#subscribe-name{
		width: 196px;
	}
}
	/* #3D8FD9 */
	
	
#facebox,#facebox_overlay{
display:none !important;
}
/* ORDER */
.b-mod-form {
	}
.order-form input {
	height: 53px;
	border: 2px solid #626262;
	width: 262px;
	padding:0;
	background: #3A3A3A;
	padding-left:10px;
	color: #ddd;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.order-form.mod {
	color:#ffffff;
}

.order-form.mod input {
	margin-bottom: 0px;
	margin-top: 5px;
	padding-left: 10px;
	color:#ffffff;
}
.zakazzvonka {
	float: right;
	margin-top: 285px;
	margin-right: 15px;
	color:#ffffff;
	}
.pole1 {
	font-weight:bold;
	color:#ffffff;
	display: inline-block;
	}
.pole2 {
	font-weight:bold;
	color:#ffffff;
	display: inline-block;
}
.pole3 {
	font-weight:bold;
	color:#ffffff;
	display: inline-block;

}
.overlay {
	display: none; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgb(119, 119, 119); 
	opacity: 0.7;
}
.modal {
	display: none;
	position: relative;
	top: 50%;
	border: 4px solid #d0d0d0;
	z-index: 10000;
	overflow: hidden;
}
	
.size-modal {
	margin: -271px 0 0  -386px;
	padding: 15px 35px 35px;
	width: 772px;
	min-height: 542px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 0 150px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 150px rgba(0,0,0,.7);
	box-shadow: 0 0 150px rgba(0,0,0,.7);
}
a.close-btn {
	display: block;
	width: 20px; 
	height: 20px; 
	position: absolute;
	left: 96%;
	top: 5%;
	background: url(../images/close-btn.gif) no-repeat 0 0;
}
.size-modal h5{
	margin: 0;
	font-size: 28px;
	text-align: center;
}
.size-instruction img {
	display: block;
	float: right;
	margin: 40px 25px 0 35px;
}
.size-instruction > p {
	margin-top: 26px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #f1c500;
}
ol.instruction-list {
	padding: 10px 0 0 0;
}
ol.instruction-list li {
	margin-bottom: 8px;
	list-style: decimal inside;
	font-size: 13px;
	line-height: 1.4;
	color: #7d7d7d;
}
ol.inspruction-list li p {
	display: inline;
}
.b-table {
	clear: both;
	padding-top: 24px;
}
table.size-table {
	width: 340px;
	border-collapse: collapse;
	background-color: #f9f9f9;
	
}
table.size-table th {
	height: 36px;
	vertical-align: middle;
	padding-left: 22px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
table.size-table td{
	height: 30px;
	vertical-align: middle;
	padding-left: 22px;
	font-size: 14px;
	color: #000;
	border-top: 1px solid #d8d8d8;
}
col.size-column {
	width: 50%;
	border-right: 1px solid #d8d8d8;
}
table.size-table caption {
	margin-bottom: 14px;
	font-size: 19px;
	font-weight: bold;
	color: #000;
}
/*order-modal--------------------------*/
.order-modal {
	padding: 10px 35px 0;
	width: 848px;
	min-height: 652px;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}
.thanks-modal {
  -moz-box-sizing: border-box;
  background-color: #272727;
  min-height: 172px;
  padding: 27px 35px 0;
  color:#f1c500;
  width: 380px;
  -webkit-overflow-scrolling: touch;
}
.thanks-modal h5{
	margin: 2px 0 0 58px;
}
.order-modal .close-btn {
	top: 20px;
}
.order-modal h5 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.col-wrap {
	padding-bottom: 40px;
}
.l-col-mod {
	float: left;
	width: 770px;
	padding-top: 10px;
}
.gal-cont {
	width: 770px;
	position: relative;
}
	
.gal-image {
	margin-left: 190px;
	-webkit-transition:margin-left 2s; /* For Safari 3.1 to 6.0 */
	transition:margin-left 2s;
	background:url(../images/zoom.png) no-repeat right top;
	margin-right: 170px;
}
.gal-image img { 
width: 350px; 
-webkit-transition:width 2s; /* For Safari 3.1 to 6.0 */
transition:width 2s;

}

.gal-cont .gal-thumbs a.act  {
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px;
	border-radius: 1px; 
	-moz-box-shadow: 0 0 1px 2px #dadada; 
	-webkit-box-shadow: 0 0 1px 2px #dadada;
	box-shadow: 0 0 1px 2px #dadada; 
}
.gal-left, .gal-right {
	cursor: pointer;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 100px;
}		
.gal-left {
	left: -10px;
	background: url(../images/gal-left.gif) no-repeat 0 0;
}
.gal-right {
	right: 12px;
	background: url(../images/gal-right.gif) no-repeat 0 0;
}
.gal-thumbs-cont {
	margin-top: 10px;
}
.gal-thumbs a {
	display: inline-block;
	margin: 0 11px 11px 0;
	width: 78px;
	/*height: 78px;*/
	border: 1px solid #dadada;
	background: #fff;
}
.gal-thumbs a img {
	width: 78px;
}
.r-col-mod {
	float: right;
	width: 280px;
}
.in-col-mod {
	float: left;
	width: 280px;
}
.b-selection-model > p {
	font-size: 14px;
	line-height: 1.4;
	color: #ffffff;
}
.form-selection {
	margin-top: 15px;
}
.form-selection label {
	float: left;
	clear: left;
	width: 140px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.b-selection-model {
	padding: 45px 0 5px 0;
	border-bottom: 3px double #ffffff;
}
.form-selection > p {
	float: left;
	margin-bottom: 7px;
}
.form-selection select {
	width: 138px;
	height: 32px;
	padding-left: 5px;
	vertical-align: center;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgb(254,254,254); 
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
}
select#model-size {
	width: 70px;
}
.order-modal p.price {
	margin-top: -70px;
	text-align: center;
}
.order-modal p.price span {
	font-size: 37px;
}
.order-form.mod {
	text-align: center;
}
.order-form.mod legend {
	margin-bottom: 10px;
	padding-top: 12px;
	text-align: center;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	color: #212121;
}

.order-form.mod .red-btn {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 9px 72px;
}
.order-form.mod .red-btn:active {
	margin-top: 13px;
}
.model-footer {
	position: absolute;
	left: 35px;
	bottom: 0;
	width: 772px;
	height: 45px;
	padding-top: 10px;
	border-top: 1px solid #d4d4d4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.model-footer p {
	font-size: 18px;
	font-weight: bold;
	color: #0eb1d7;
}
.following-model {
	cursor: pointer;
	float: right;
	padding-right: 35px;
	background: url(../images/follow-bg.gif) no-repeat 100% 50%;
}
.previous-model {
	cursor: pointer;
	float: left;
	padding-left: 35px;
	background: url(../images/previous-bg.gif) no-repeat 0 50%;
}
.scrollup{
width:70px;
height:88px;
opacity:1;
position:fixed;
bottom:100px;
right:100px;
display:none;
text-indent:-9999px;
background: url(../images/icon_top.png) no-repeat;
}
input.error {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top-color: #F00; 
}
 h2.mrg_bot{margin-bottom: 40px;}
 #conteiner {
width:100%;
height: 170px;
overflow:hidden;
}
#div1 {
width:400px;
float:left;
height: 170px;
background-color: white;

}
#div2 {
width:400px;
height: 170px;
float:right;
background-color: blue;
}
#div3 {
width:auto;
height: 170px;
background-color: red;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
	font-family: Georgia;
	}
#boxes .window {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
 	z-index: 999;
	height:670px;
	display:none;
	z-index:9999;
	text-align: center;
	max-width: 960px;
	}
#boxes #dialog {
	background-color:#626262;
	}
.close {
	float: right;
	margin-top: 148px;
	}

.popup{
	width: 430px;
	height: 314px;
	background: rgba(0,0,0, .7);
	border: 2px solid #0a0a0a;
	position: fixed;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 100;
	display: none;
	border: 4px solid #000;
}

.popup h2{
	padding-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	
	font-weight: 500;
}

.bg_popup{
	background: rgba(0,0,0, .7);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}

.popup_call_back{
	width: 430px;
	height: 314px;
	background: rgba(18, 23, 35, 0.75);
	border: 2px solid #0a0a0a;
	position: fixed;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 100;
	display: none;
	border: 4px solid #000;
}

.popup_call_back h2{
	padding-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	
	font-weight: 500;
}

.bg_popup{
	background: rgba(0,0,0, .7);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}

.popup_alert{
	width: 430px;
	height: 314px;
	background: rgba(0,0,0, .7);
	position: fixed;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	z-index: 100;
	border: 2px solid #fff;
	display: none;
}

.popup_alert h4{
	width: 273px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}

.popup_alert h5{
	font-size: 17px;
	color: #ccc;
	padding-top: 20px;
	text-align: center;
}

.bg_popup_alert{
	background: rgba(0,0,0, .7);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}
#ho_adv {
	display:none !important;
	}