/*Стили для ВС-БИЛД*/

html, body {
    height:100%;            /*прижимает футер к низу*/
}
.wrapper {
	max-width:1920px;
	margin:0 auto;
	min-height:100%;         /*прижимает футер к низу*/
}
body {
	/*background:url(../images/bg/body_bg.jpg);*/
	font-family: 'Open Sans', sans-serif;
	min-with:320px;
	font-size:14px;
	color:#3d3d3d;
}
img {
	max-width:100%;
	height:auto;
}
h3 {
	font-size:24px;
	font-weight:700;
}
.btn-red {
	background:#d51e08;
	color:#FFFFFF;
}
.row{margin:0;}
/*==================================================HEADER-ALL======================================*/
.header_all {
	/*background:url(../img/bg/header_bg.jpg);*/
	background-image:100%;
}


/*==================================================HEADER=========================================*/
.header_main {
	/*background:url(../img/bg/header_bg.jpg);*/
	background-image:100%;
	margin-bottom:10px;
}

.header a, a:hover {
	color:#337ab7;
	text-decoration:none;
}
.header h1 {
	letter-spacing:25px;
	font-size:50px;
	text-align:center;
	font-weight:700;
}
.header p {
	color:#337ab7; !important;
	letter-spacing:10px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#address {
	margin-top:2.35%;
}
#address p{
	font-size:24px;
	color:#337ab7;
}
/*------------------------------------MENU------------------------------------------------------*/
.navbar-nav {
	margin-left:50px;
}
.navbar-nav > li {
	margin-right:5px;
}

.navbar-nav > li.active > a, .navbar-nav > li.active > a:focus, .navbar-nav > li.active > a:hover {
    background-color: #FFF;
    color: #fb0404;/*69f*/
	text-transform:uppercase;
}
.nav > li >a:focus,
.nav > li >a:hover {
	background-color:#FFF;
}
.navbar-nav > li > a {
	color:#337AB7;/*FFF*/
	background-color:#FFF;/*69F*/
	border-radius:0px;
	display: block;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative;
	text-transform:uppercase;
}
.dropdown {
	
}
.dropdown-menu > li > a:hover {
	background-color:#6699FF;
	color:#fff;
}
.navbar-nav > li > a:hover {
	background-color:#FFF;
	color:#fb0404;/*69f*/
	border-radius:0px;
	display: block;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    position: relative;
}
.navbar {margin-bottom:0px}

.navbar-toggle {
	background-color:#6699ff;
}
.icon-bar {
  color:#fff;
  border-color:#fff;
  background-color:#fff;
}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #FFF;
    border-bottom-color: #FFF;
}
.slogan_slider {
	font-size:70px;
	margin-bottom:9%;
}
.slogan_slider a {
	color:#fff;
}
.logo {
	margin-top:2%;
}
.clear {clear:both;}

.wrapper {
    min-height:100%;         /*прижимает футер к низу*/
}
html, body {
    height:100%;            /*прижимает футер к низу*/
}
.overflow {
	overflow:hidden;
}
.test {
	outline:1px solid #000;
}

/*========================================КАРУСЕЛЬ======================================*/
.carousel-header h1 {
    font-size:44px;
    text-transform:uppercase;
    margin-top:0;
    margin-bottom:0;
}

/*----------------------------------------СЛОГАН--------------------*/
.main-slogan {
	background:#fff;
	text-align:center;
	padding:20px 0;
	color:#337AB7;
}
.main-slogan h1 {
	margin:0;
	text-transform:uppercase;
}

/*=================================================АКЦИЯ====================================*/
.action h1 {
    color:#fb0404;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
}
.action1 {
    text-align:center;
    color:#6699FF;
}

/*----------------------------------------INDEX--------------------*/
.main-services {
    background:url(../img/bg/body_bg7.jpg);
}
.main-about {                      /*----------ABOUT-----------------*/
    background:url(../img/bg/body_bg8.jpg);
}
.main-content1 {                      /*----------REFERENCES-----------------*/
    background:url(../img/bg/body_bg7.jpg);
}
.main-news {
    background:url(../img/bg/body_bg15.jpg);
}
.main-certificates {
    background:url(../img/bg/body_bg16.jpg);
}
.main-content2 {
    background:url(../img/bg/body_bg8.jpg);
}
.main-progress {
    background:url(../img/bg/body_bg15.jpg);
}
.service-header {
	background:#fff;
	text-align:center;
	padding:10px 0;
}
.service-header h2 {
	margin:10px;
	text-transform:uppercase;
	color:#337AB7;
}

.content h3 {
	padding-left:15px;
}
.product {
	background:#fff;
	border:1px solid #c0c0c0;
	padding:25px 15px;
	text-align:center;
	position:relative;
	height:452px;
	overflow:hidden;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     margin-top:20px;
}
.product1 {
	background:#fff;
	border:1px solid #c0c0c0;
	padding:25px 15px;
	text-align:justify;
	position:relative;
	height:630px;
	overflow:hidden;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
     margin-top:20px;
}
.products-row {
	margin-bottom:40px;
}
.products1-row {
	margin-bottom:40px;
}
.product:hover {
	box-shadow:0 0 16px rgba(0, 0, 0, .5);
	/*overflow:visible;*/
}
.product1:hover {
	box-shadow:0 0 16px rgba(0, 0, 0, .5);
	/*overflow:visible;*/
}
.product-favorites {
	position:absolute;
	top:10px;
	right:20px;
}
.product-favorites span {
	color:#909090;
	font-size:20px;
}
.product-sale {
	position:absolute;
	left:15px;
	top:15px;
	width:50px;
	height:50px;
	border:1px solid #d1d1d1;
	line-height:50px;
	text-transform:uppercase;
}
.product-img {
	height:200px;
	width:100%;
}
.product1-img {
	height:60px;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.product-title {
	max-height:40px;
	overflow:hidden;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
}
.product-title a {
	
}
.product-desk {
	max-height:100px;
	overflow:hidden;
}
.product-price {
	font-size:18px;
	font-weight:bold;
	color:#d51e08;
	margin-bottom:15px;
}
.product-buy {
	position:absolute;
	bottom:28px;
	left:0;
	text-align:center;
	width:100%;
}

.product-buy .btn {
	text-transform:uppercase;
	padding:10px 25px;
	border-radius:2px;
	background-color:#6699ff;
}
.product-buy .btn:hover {
	background-color:#337AB7;
}
.banner-row {
	margin-bottom:30px;
	text-align:center;
}
.banner-row img {
	margin-bottom:10px;
}
.product-text img {
    float:left;
    margin-right:10px;
}
.order {
    background:url(../img/bg/body_bg9.jpg);
}
/*=======================================ACCORDEON===============================================*/
.main-accordion {
    /*background:url(../img/bg/body_bg5.jpg);*/
    padding-top:20px;
}

.panel-default > .panel-heading:hover {
    color: #fff;
    background-color: #337AB7;
    border-color: #ddd;
}

.panel-default > .panel-heading a {
    display:block;
}
.panel-default > .panel-heading a:hover {
    color:#fff;
}

.panel-default > .panel-heading span.glyphicon {
    margin-right:10px;
}

/*======================================BOTTOM-SLIDER===================================*/

.bottom-slider {
	/*background:#fff;*/
	background:url(../img/bg/body_bg.jpg);
	padding:35px 0;
}
.elastislide-wrapper nav span {
	background:#ddd url(../img/nav.png) no-repeat;
	background-position:4px 3px;
}

/*==================================FOOTER-menu============================================*/
.footer-menu {
	background:#343434;
	padding:30px 0;
}
.footer-menu h5 {
	color:#c8c8c8;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.footer-menu ul {
	list-style:none;
	padding:0;
}
.footer-menu ul li a {
	color:#c8c8c8;
	line-height:22px;
}
.footer-copyright {
	background:#fff;
	padding:25px 0;
}

.up_arrow {
    position:fixed;
    top:70%;
    left:1%;
    font-size:30px;
    
}
.up_arrow a { 
    display:block;
    width:40px;
    height:40px;
    color:#337AB7;
    border:1px solid #337AB7;
    border-radius:25px;
   /*background-color:#fff;*/
}
.up_arrow a:hover { 
    display:block;
    width:40px;
    height:40px;
    color:#6699FF;
    border:1px solid #6699FF;
    border-radius:25px;
    /*background-color:#fff;*/
}
.up {
    left:5px;
}
/*-----------------------------------------------------Начало блока FOOTER-----------------------*/
	.footer1 h4,
	.footer1 h6 {
	    text-align:center;
	}
	.footer1 a {
	    color:#a2b75d;
	}
	
	.wrapper {
		position:relative;
		min-height:100%;
	}
	.content {
		padding-bottom:20px;
	}
	.footer {
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:80px;
		border-top:1px solid #ccc;
	}

/*=======================================MODAL-WINDOWS===========================================*/
.modal.in .modal-dialog {
    background:#fff;
    opacity: 0.9;
}
.modal-header h3 {
    text-align:center;
}
.modal-body {
    padding:0;
}
.modal-body .modal-text {
    padding:10px 20px;
    text-align:center;
}

.modal.in .modal-dialog.about {
    background:#fff;
    opacity: 1.0;
}


/*----------------------------------------FOOTER-------------------------------------------------*/
footer {
    color:#666;
    background:#222;
    padding:17px 0 18px 0;
    border-top:1px solid #000;
}
footer a {
    color: #999;
}
footer a:hover {
    color:#fff;
}

/*===================================================RECONSTRUCTION=================================*/

.reconstruction {
	background:url(../img/bg/chairs.jpg);
	height:400px;
}
.reconstruction h2 {
	color:#337AB7;
	text-transform:uppercase;
	font-size:40px;
	text-align:center;
}

/*==================================================ABOUT==========================================*/
.jumbotron  {
	padding-bottom: 30px;
    padding-top: 20px;
	background-color: #fff;
	/*background:url(../img/bg/body_bg5.jpg) no-repeat;;*/
	margin-top:30px;  
	opacity: 0.9;
}
.jumbotron p {
	text-align:justify;
}
.jumbotron a:hover {
	color:#333333;
	text-decoration:underline;
}
.importer {
	background:#fff;
}

/*==================================================ADVANTAGES=====================================*/
.representative a:hover {
	color:#0000FF;
	text-decoration:underline;
}

/*===================================================GALLERY========================================*/
.gallery {
	margin-top:20px;
	background:url(../img/bg/body_bg12.jpg) no-repeat;
}
.list {
    opacity:0.9;
}
.panel-title {
	font-size:24px;
	text-transform:uppercase;
}
/*==============3D================*/
.description {
    margin-bottom:20px;
}

.ral {
	text-align:center;
}
.ref:hover {
	text-decoration:underline;
}
/*=================================================CONTACTS========================================*/

.panel-success > .panel-heading {
	background-color:#FFFFFF;
	border-color:#CCCCCC;
	color:#999999;
}
.panel-success > .panel-body a {
    color:#999;
}
.panel-success > .panel-body a:hover {
    color:#0000FF;
    text-decoration:underline;
}
.contact {
	padding:20px;
}
.contact_left {
	overflow:hidden;
}

/*=================================================MEDIA===========================================*/
@media screen and (max-width:1200px) {
	.nav-pills > li > a {
    padding-left: 20px;
    padding-right: 20px;
	}
    .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
	}
	.navbar-nav > li > a:hover {
    padding-left: 20px;
    padding-right: 20px;
	}
	.carousel-header h1 {
        font-size: 34px;
    }
    .slogan_slider {
	    margin-bottom:8%;
    }
    .main-slogan h1 {
        font-size:25px;
    }
    .product1 {
		height:720px;
	}
	.header h1 {
    	font-size:30px;
    }
    .header p {
	    font-size:14px;
    }
	#address p{
	    font-size:18px;
    }
}

@media screen and (max-width:991px) {
	.nav-pills > li > a {
    padding-left: 20px;
    padding-right: 20px;
	}
	.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
	}
	.navbar-nav > li > a:hover {
    padding-left: 10px;
    padding-right: 10px;
	}
	.contact .contactform {
        margin-bottom:20px;
    }
    .slogan_slider {
	margin-bottom:7%;
    }
    .product1 {
		height:550px;
	}
	.main-slogan {
        padding: 10px 0;
    }
    .service-header {
        padding: 0px 0;
    }
	.header h1 {
    	font-size:24px;
    }
    .header p {
	    font-size:12px;
	    letter-spacing:5px;
    }
    #address p{
	    font-size:14px;
    }
}
@media screen and (max-width:710px) {
	.product1 {
		height:650px;
	}
}
@media screen and (max-width:767px) {
	.navbar-nav >li {
		float:none;
	}
	.navbar-nav {
		text-align:center;
	}
	.header h1 {
		letter-spacing:5px;
		font-size:280%;
	}
	.header {
		text-align:center;
	}
	.logo {
		display:none;
	}
	.address {
		display:none;
	}
	.margin {margin-top:0%;}
	.main-slogan {
        padding:15px 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color:#fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .carousel-header h1 {
    font-size: 25px;
    }
    #address {
        text-align: center;
    }
    .dropdown-menu > li > a {
        text-align: center;
    }
}
@media screen and (max-width:550px) {
    .carousel-header h1 {
    font-size: 20px;
    }
    .slogan_slider {
	margin-bottom:5%;
    }
    .products-row {
	margin-bottom:0px;
    }
    .service-header {
    padding: 0;
    }
    .panel-title {
        font-size:20px;
    }
    .product1 {
		height:700px;
	}
}
@media screen and (max-width:500px) {
	.product1 {
		height:750px;
	}
}
@media screen and (max-width:450px) {
	.product1 {
		height:800px;
	}
}
@media screen and (max-width:400px) {
    .col-xs-6 {
    width: 100%;
    }
    .main-slogan {
        padding:15px 0;
    }
    .carousel-header h1 {
    font-size: 16px;
    }
    .slogan_slider {
	margin-bottom:1%;
    }
    .panel-title {
        font-size:16px;
    }
    .product1 {
		height:950px;
	}
}




