body {
	background: url(../images/background_light.jpg) 0 0 repeat;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
}
#slide1 {
	background: url(../images/slide1.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#slide2 {
	background: url(../images/slide2.jpg) 50% 0 no-repeat;
	background-size: cover;
}
#slide3 {
	background: url(../images/slide3.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.navbar-default {
	background: #ccc url(../images/bg138.png) 0 0 repeat;
	color: #fff;
}
.navbar-default .navbar-brand {
	color: #fff;
	
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,.8); */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #c8504b;
	color: #000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: #929292;
}
#navbar {
	display: inline-block !important;
}
#header-phones {
	color: #000;
	font-size: 20px;
}
#header-phones.navbar-text {
	margin-top: 25px;
}
#total-wrapper {
	margin: 0 auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}
#main-content {
	box-shadow: 0 0 60px rgba(0, 0, 0, .12) inset;
}
#main-content.container {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
#main-content img {
	max-width: 383px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main-content #picture-block img {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 1px;
}
#main-content #picture-block .col-xs-6 {
	padding-left: 1px;
}
#main-content #picture-block .col-xs-6:first-child {
	/* padding-left: 0px; */
}
#main-content .col-xs-12 {
	border-top: 1px dashed #ccc;
	padding-bottom: 40px;
}
#main-content .leading-0.clearfix .col-xs-12 {
	border-top: 0px dashed #ccc;
}
#main-content .leading-0.clearfix > .col-xs-12 {
	border-top: 1px dashed #ccc;
}
#main-content #picture-block .col-xs-12 {
	border-top: 0px;
	padding-bottom: 0px;
}
#main-content .col-xs-12:first-child {
	border-top: 0px;
}
#main-content p.h2 {
	margin-top: 40px;
}
#main-content ul li {
	margin-bottom: 5px;
}
#main-content ul li span {
	font-weight: 700;
}
.red {
	color: #c8504b;
	margin-top: 40px;
}
#footer {
	height: 50px;
	background-color: #2c3e50;
	color: #fff;
}
#footer .col-xs-12 {
	line-height: 50px;
}
.phone {
	font-size: 20px;
}
.sign {
	font-size: 14px;
	font-weight: 300;
}
.formNoError, #fres {
	display: none;
}
#carusel.container, #navig.container {
	padding-left: 0px;
	padding-right: 0px;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-bottom: 1px solid #fff;
	height: 80px;
}
.navbar-right {
	margin-right: 0px;
}
.shift-40 {
	padding-top: 40px;
}
.carousel-indicators {
	bottom: -10px;
}
#menu-expander {
	display: none;
}
.navbar-brand {
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#picture-block  .row {
	margin-left: -30px;
	margin-right: -30px;
	padding-right: 1px;
}
#picture-block .col-md-3 {
	padding: 0px;
}
.shift-both {
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal-body, .modal-footer, .modal-header {
	padding: 0px;
}
.modal-content {
	border-radius: 0px;
}
.modal-header {
	position: relative;
	min-height: 1px;
}
#closer {
	
}
#item-picture .modal-header span {
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 1000;
	background-color: #fff;
}
.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 29px;
}
h2[itemprop="name"] {
	font-size: 20px !important;
}
.article-info-term {
	display: none;
}
.pagination ul {
	list-style-type: none;
	padding-left: 0px;
}
.pagination ul li {
	display: inline-block;
	padding: 0 10px;
}
p.counter.pull-right {
	float: none !important;
}
#main-content .c-item-img img {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product-description th {
    vertical-align: top;
    font-weight: 400;
    color: #000;
    padding-right: 10px;
}









/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 150px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 150px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 150px;
}

/* Carousel fade styles */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}










@media (min-width: 768px) {
	#total-wrapper {
		width: 750px;
	}
}
@media (min-width: 992px) {
	#total-wrapper {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	#total-wrapper {
		width: 1170px;
	}
}

@media (max-width: 991px) {
	.navbar-brand, #header-phones {
		font-size: 16px;
		margin-left: 0px;
	}
	.navbar-brand {
		padding-right: 0px;
	}
	.navbar-collapse {
		padding-right: 0px;
	}
	#header-phones.navbar-text {
		margin-top: 29px;
	}
}
@media (max-width: 767px) {
	#footer {
		height: 100px;
	}
	#footer .col-xs-12 {
		text-align: center;
	}
	#header-phones {
		text-align: right;
		padding-right: 15px;
	}
	#menu-expander {
		display: inline-block;
		position: absolute;
		top: 21px;
		left: 15px;
		z-index: 100;
		cursor: pointer;
	}
	#top-menu {
		position: absolute;
		width: 100%;
		top: 80px;
		z-index: 120;
		background-color: #3b5167;
		border-top: 2px solid #2c3e50;
		border-bottom: 3px solid #2c3e50;
		display: none;
	}
	#top-menu  li {
		border-top: 1px dashed #797979;
	}
	#top-menu  li:first-child {
		border-top: 0px;
	}
	.navbar-nav {
		margin: 0px;
	}
	.nav>li>a {
		color: #fff;
		font-weight: 300;
	}
	.navbar-nav>li>a {
		padding-top: 14px;
		padding-bottom: 14px;
		text-shadow: 1px 1px 1px #000;
	}
	.nav > li > a:hover, .nav > li > a:focus {
		background-color: #c8504b;
	}
	.navbar-brand {
		float: none;
		position: relative;
		top: 0px;
	}
	.navbar-header {
		text-align: center;
	}
	#header-phones {
		width: 150px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.navbar-brand > img {
		display: inline;
	}
}

