/*fonts*/
@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-BoldItalic.eot');
	src: local('/fonts/Gotham Pro Bold Italic'), local('/fonts/GothamPro-BoldItalic'),
		url('/fonts/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-BoldItalic.woff') format('woff'),
		url('/fonts/GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-Italic.eot');
	src: local('/fonts/Gotham Pro Italic'), local('/fonts/GothamPro-Italic'),
		url('/fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-Italic.woff') format('woff'),
		url('/fonts/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-Medium.eot');
	src: local('/fonts/Gotham Pro Medium'), local('/fonts/GothamPro-Medium'),
		url('/fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-Medium.woff') format('woff'),
		url('/fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-BlackItalic.eot');
	src: local('/fonts/Gotham Pro Black Italic'), local('/fonts/GothamPro-BlackItalic'),
		url('/fonts/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-BlackItalic.woff') format('woff'),
		url('/fonts/GothamPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-Bold.eot');
	src: local('/fonts/Gotham Pro Bold'), local('/fonts/GothamPro-Bold'),
		url('/fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-Bold.woff') format('woff'),
		url('/fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('/fonts/GothamProNarrow-Bold.eot');
	src: local('/fonts/Gotham Pro Narrow Bold'), local('/fonts/GothamProNarrow-Bold'),
		url('/fonts/GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamProNarrow-Bold.woff') format('woff'),
		url('/fonts/GothamProNarrow-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('/fonts/GothamProNarrow-Medium.eot');
	src: local('/fonts/Gotham Pro Narrow Medium'), local('/fonts/GothamProNarrow-Medium'),
		url('/fonts/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamProNarrow-Medium.woff') format('woff'),
		url('/fonts/GothamProNarrow-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-LightItalic.eot');
	src: local('/fonts/Gotham Pro Light Italic'), local('/fonts/GothamPro-LightItalic'),
		url('/fonts/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-LightItalic.woff') format('woff'),
		url('/fonts/GothamPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-Light.eot');
	src: local('/fonts/Gotham Pro Light'), local('/fonts/GothamPro-Light'),
		url('/fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-Light.woff') format('woff'),
		url('/fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-Black.eot');
	src: local('/fonts/Gotham Pro Black'), local('/fonts/GothamPro-Black'),
		url('/fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-Black.woff') format('woff'),
		url('/fonts/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro.eot');
	src: local('/fonts/Gotham Pro'), local('/fonts/GothamPro'),
		url('/fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro.woff') format('woff'),
		url('/fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/GothamPro-MediumItalic.eot');
	src: local('/fonts/Gotham Pro Medium Italic'), local('/fonts/GothamPro-MediumItalic'),
		url('/fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('/fonts/GothamPro-MediumItalic.woff') format('woff'),
		url('/fonts/GothamPro-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}


body {
	font-family: 'Gotham Pro';
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #1595D5;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
.top_line_contacts{
	display: inline-block;
	float: right;
}
.top_line_text{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0;
}
.top_line_address{
	display: inline-block;
	border-left: 1px solid;
	border-right: 1px solid;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
}
.top_line_contacts a{
	display: inline-block;
	border-right: 1px solid;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	font-weight: 500;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 220px;
}
#logo img{
    margin-left: auto;
    margin-right: auto;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	float: right;
/*	margin: 20px;*/
	
	    margin-top: 20px;
}
#menu .navbar-collapse{
	padding: 0;
}
#menu .nav > li > a {
	color: #333;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	/*padding: 10px 15px 10px 15px;*/
	padding: 10px 0px 10px 27px;
	min-height: 15px;
	background-color: transparent;
	font-size: 14px;
	color: #09415D;
	text-transform: uppercase;
	font-weight: 600;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	color: #E73E2B;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #1595d5, #e73e2b);
    background-repeat: repeat-x;
    border: none;
    border-radius: 0;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 500px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 8px 0;
	border-top: 2px solid #ddd;
	background-color: transparent;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li > a{
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
}
.breadcrumb > li{
	font-size: 12px;
	text-transform: uppercase;
	color: #1595D5;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '|';
    display: block;
    position: absolute;
    top: 0px;
    right: -3px;
    color: #999;
}
.breadcrumb > li:first-child{
	padding-left: 0;
}
.breadcrumb > li:nth-last-child(1):after {
    content: '';
    padding: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	overflow: auto;
	background: #1595D5;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	overflow: hidden;
}
.product-thumb .image a:hover {
	/*opacity: 0.8;*/
}
.product-thumb .image img {
    /*width: 270px;*/
    /*height: 185px;*/
    width: 330px;
    height: auto;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin-left: -40px;
    margin-right: auto;
    margin-top: -40px;
    max-width: inherit;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	/*padding: 0 15px;*/
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 125px;
	padding: 10px 30px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
    text-align: center;
    padding: 40px 0;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* slider */
.slide_content {
    position: absolute;
    top: 125px;
    left: 0;
}
.slide_txt1{
	font-size: 26.8px;
	color: #fff;
	font-weight: 600;
	background: rgba(20, 141, 202, 0.5);
	padding: 35px 75px;
	text-transform: uppercase;
    margin-bottom: 45px;
}
.slide_txt2{
	font-size: 48.2px;
	color: #fff;
	font-weight: 600;
	background: rgba(231, 62, 43, 0.5);
	padding: 35px 75px;
	text-transform: uppercase;
}

/* block_categories */
.block_categories{
	margin: 20px 0;
    min-height: 150px;
}
.cols_5{
	float: left;
	width: 20%;
}
.cols_5_1,
.cols_5_2,
.cols_5_3,
.cols_5_4,
.cols_5_5{
	min-height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
}
.cols_5_1{
	background-image: url(/img/cat1.jpg);
}
.cols_5_2{
	background-image: url(/img/cat2.jpg);
}
.cols_5_3{
	background-image: url(/img/cat3.jpg);
}
.cols_5_4{
	background-image: url(/img/cat4.jpg);
}
.cols_5_5{
	background-image: url(/img/cat5.jpg);
}
.col_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.cols_5.activeProj > .col_hover,
.cols_5:hover > .col_hover{
	background: rgba(212, 40, 42, 0.5);
}
.col_title{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 55px 0;
	position: relative;
    display: inline-block;
    padding: 10px;
}
.cols_5.activeProj .col_hover > .col_title:before,
.cols_5:hover .col_hover > .col_title:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    border-top: 1px solid #fff;
}
.cols_5.activeProj .col_hover > .col_title:after,
.cols_5:hover .col_hover > .col_title:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
    border-top: 1px solid #fff;
}

/* featured */
.block_featured{
	position: relative;
}
/*.block_title{
    text-align: center;
    font-size: 24px;
    color: #09415D;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid #E73E2B;
    border-right: 3px solid #E73E2B;
    width: 350px;
    margin: 60px 0;
    padding: 5px 0;
    margin-left: auto;
    margin-right: auto;
}*/
.block_title{
    text-align: center;
    font-size: 24px;
    color: #09415D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 55px;
    padding-top: 50px;
}
.block_title p{
    border-left: 3px solid #E73E2B;
    border-right: 3px solid #E73E2B;
    display: inline-block;
    padding: 5px 10px;
}

.product-layout .image,
.product_feat .image{
	position: relative;
}
.product-layout .product_name,
.product_feat .product_name{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.icon_home:before{
	content: url(/img/icons/home.png);
}
.icon_price:before{
	content: url(/img/icons/price.png);
}
.icon_square:before{
	content: url(/img/icons/square.png);
}
.icon_home:before,
.icon_price:before,
.icon_square:before{
	vertical-align: sub;
    padding-right: 20px;
}
.product-thumb .cat_name,
.product-thumb .attr_text,
.product-thumb .price{
	font-size: 15px;
	color: #fff;
    padding: 5px 0;
}
.feat_fon{
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-thumb .image a:hover + .product_name{
	background: transparent;
}
.product-thumb .image a:hover > .feat_fon{
	background: rgba(0, 0, 0, .5);
}
.feat_btn{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #fff;
	width: 170px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	display: none;
}
.product-thumb .image a:hover > .feat_btn{
	display: block;
}

.customPrevBtn,
.customNextBtn{
	position: absolute;
	top: 50%;
    padding: 10px 18px;
	background: #F0F0F0;
	border-radius: 20px;
	cursor: pointer;
}
.customPrevBtn i,
.customNextBtn i{
    font-size: 20px;
    font-weight: 600;
    color: #b2b2b2;
}
.customPrevBtn{
	left: -70px;
}
.customNextBtn{
	right: -70px;
}

/* stages */
.stages_block{
	background: #F7F7F7;
    float: left;
    text-align: center;
    margin-top: 40px;
    padding: 20px;
}
.stage_text{
	font-size: 18px;
    padding: 20px;
    line-height: 25px;
}
.stage_el{
	min-height: 250px;
}

/* callback */
.callback{
	background: url(/img/callback.jpg) no-repeat;
	background-size: cover;
	min-height: 180px;
	padding: 40px 60px;
}
.callback_text1{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
}
.callback_text2{
	font-size: 21.5px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
}
.callback_btn{
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 35px;
    color: #fff;
    margin: 15px 0;
    display: inline-block;
    border: 1px solid #fff;
}
.callback_btn:focus,
.callback_btn:hover{
	color: #e73e2b;
	background: #fff;
	text-decoration: none;
}

/* testimomials */
.testim_block{
	background: url(/img/testim_fon.jpg) no-repeat;
	background-size: cover;
	min-height: 400px;
    margin: 50px 0;
    padding: 50px;
}
.testim_block_title{
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 55px;
}
.testim_block_title p{
    border-left: 3px solid #E73E2B;
    border-right: 3px solid #E73E2B;
    display: inline-block;
    padding: 5px 10px;
}
.testim_el{
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
}
.testim_el_title{
	font-size: 16px;
	color: #09415D;
	font-weight: 500;
}
.testim_el_title span{
	text-transform: uppercase;
}
.testim_el hr{
    border-top: 1px solid #B9B9B9;
    margin-top: 10px;
    margin-bottom: 10px;
}
.testim_el_text{
	font-size: 14px;
	color: #333;
}

.custPrevBtn, .custNextBtn {
    position: absolute;
    top: 50%;
    padding: 10px 18px;
    background: #F0F0F0;
    border-radius: 20px;
    cursor: pointer;
}
.custPrevBtn i, .custNextBtn i {
    font-size: 20px;
    font-weight: 600;
    color: #b2b2b2;
}
.custPrevBtn{
	left: -50px;
} 
.custNextBtn {
	right: -50px;
}

/* about */
.about_text{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-bottom: 60px;
    padding: 0 30px;	
}
.about_title{
	margin-bottom: 30px;
}
/* footer */
.foo_line_text{
	display: inline-block;
	font-size: 16px;
}
.foo_line_contacts{
	float: right;
}
footer {
	margin-top: 30px;
	background-color: #1595D5;
	color: #fff;
    min-height: 40px;
    padding: 10px;
}
footer a {
	color: #fff;
	padding: 12px 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	border-right: 1px solid #fff;
}
footer a:first-child{
	border-left: 1px solid #fff;
}
footer a:focus,
footer a:hover {
	color: #fff;
	text-decoration: none;
}

.foo_btn{
	padding: 14px;
	font-size: 12px;
	background: #E73E2B;
}
.foo_btn:focus{
	color: #fff;
	text-decoration: none;
}

/* modal */
.as_mod input{
	width: 100%;
    height: 40px;
    margin: 5px 0;
    padding: 10px;
    font-size: 14px;
    border: none;
    color: #09415d;
}
.as_mod button{
    width: 100%;
    height: 40px;
    margin: 5px 0;
    background: #e73e2b;
    border: 1px solid #e73e2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.as_mod button:hover{
	background: none;
	border: 1px solid #fff;
}
#myModal .modal-dialog{
	width: 300px;
}
#orderModal .modal-content,
#myModal .modal-content{
    /*background-color: #1595d5;*/
    background: linear-gradient(45deg, #1595d5, #e73e2b);
}
#orderModal .modal-title,
#myModal .modal-title{
    color: #fff;
    text-align: center;
}
#as_text_order,
#as_text{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

/* category */
.category_page .block_categories {
    margin: 0 0 20px 0;
    min-height: 150px;
}
.sort_label label,
.text_sort{
	font-size: 14px;
	color: #666;
    padding: 10px 0;
}
.sort_label{
	text-align: right;
}
#input-sort{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 40px;
    font-size: 14px;
    color: #262626;
}
.products_filter .filter_btn {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #999;
    height: 40px;
    padding: 10px 0;
    margin: 0 15px 0 0;
}
.products_filter .filter_btn i {
    font-size: 25px;
}
.products_filter .filter_btn:hover {
    color: #e73e2b;
}
.pag_prod{
	text-align: center;
    margin: 40px 0;
}

.pag_prod .pagination li a{
	color: #484848;
}
.pag_prod .pagination li.active span{
	color: #4caef9;
}

.pag_prod .pagination li a,
.pag_prod .pagination li.active span{
	font-size: 14px;
	background: #fff;
	width: 40px;
	height: 40px;
    padding: 9px 0;
    text-align: center;
    border-radius: 0;
    color: #666;
}
.pag_prod .pagination li.active span{
	color: #fff;
	background: #e73e2b;
	border: 1px solid #e73e2b;
}
.pag_prod .pagination li a i{
	font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* product */
.product_page .thumbnail{
	border: none;
	padding: 0;
}
.product_page .thumbnail img{
	width: 100%;
}
.product_page .thumbnails .image-additional{
	float: right;
}
.product_page .thumbnails .image-additional .thumbnail img{
	opacity: .5;
}
.product_page .thumbnails .image-additional .thumbnail:hover > img{
	opacity: 1;
}

.product_title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #09415D;
    border-left: 5px solid #E73E2B;
    padding: 5px;
    margin: 0 0 20px 0;
}

@media(min-width: 768px){
	.nopad_lr{
		padding-left: 0;
		padding-right: 0;
	}
	.nopad_l{
		padding-left: 0;
	}
	.nopad_r{
		padding-right: 0;
	}
}

.b_home:before{
	content: url(/img/icons/b_home.png);
}
.b_price:before{
	content: url(/img/icons/b_price.png);
}
.b_square:before{
	content: url(/img/icons/b_square.png);
}
.b_ladder:before{
	content: url(/img/icons/b_ladder.png);
}
.b_home:before,
.b_price:before,
.b_square:before,
.b_ladder:before{
	vertical-align: sub;
    padding-right: 20px;
}
.prod_description{
	font-size: 14px;
	color: #404040;
	line-height: 30px;
}

.order_btn{
	font-size: 14px;
	font-weight: 500;
	background: #E73E2B;
	border: 1px solid #E73E2B;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 40px;
	display: inline-block;
}
.order_btn:focus,
.order_btn:hover{
	background: #fff;
	color: #E73E2B;
	text-decoration: none;
}
.prod_btn_group{
    margin-top: 55px;
}
.prod_category,
.prod_square,
.prod_floor,
.prod_price{
	font-size: 18px;
	color: #1595D5;
    padding: 5px 0;
}
.prod_category span,
.prod_square span,
.prod_floor span,
.prod_price span{
	color: #09415D;
}
.prod_price span{
	font-weight: 500;
}
.prod_spec_title{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #004153;
    margin-bottom: 40px;
}
.prod_spec_table{
    width: 75%;
}
.spec_name{
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
.spec_text{
	font-size: 14px;
	color: #4D4D4D;
}
.prod_spec_table > tbody > tr > .spec_name,
.prod_spec_table > tbody > tr > .spec_text{
	padding: 10px 20px;
    border: 1px solid #999;
}
.related_block{
	margin-bottom: 50px;
}
.breadcrumb.prod_bread{
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
}

/* contacts */
.contact_info{
	font-size: 16px;
	font-weight: 500;
	color: #1595D5;
    padding-bottom: 20px;
}
.contact_info span{
    font-weight: 600;
    text-transform: uppercase;
    color: #09415d;
}
.contact_info a{
    padding: 0 20px;
    border-right: 1px solid #09415d;
}
.contacts_page iframe{
	padding-bottom: 20px;
}

/* about_page */
.about_page{
	font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
}
.about_page span{
    color: #e73e2b;
    font-weight: 900;
}


/* uslugi */
.uslugi_list{
    margin: 60px 0;
}
.uslugi_list ul{
	padding-left: 0;
	list-style: none;
	border: 1px solid;
}
.us_title{
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #09415d;
    border-bottom: 1px solid;
    background: linear-gradient(45deg, rgba(231, 62, 43, 0.3), rgba(21, 149, 213, 0.3));
}
.uslugi_list ul li a{
	font-size: 16px;
    padding: 10px;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.uslugi_list ul li a.us_active,
.uslugi_list ul li a:hover{
	text-decoration: none;
	background: linear-gradient(45deg, rgba(231, 62, 43, 0.3), rgba(21, 149, 213, 0.3));
	color: #E73E2B;
}



.textSuccess{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


/* media */
@media(max-width: 1366px){
    .customPrevBtn{
		left: -50px;
	}
	.customNextBtn{
		right: -50px;
	}
	.custPrevBtn{
		left: -30px;
	} 
	.custNextBtn {
		right: -30px;
	}
}
@media(max-width: 768px){
	.top_line_text{
	    text-align: center;
	}
	.top_line_contacts a {
	    border-right: none; 
	    padding: 10px;
	}
	#logo {
	     display: block; 
	     width: auto; 
	}
	#menu{
		float: none;
		margin: 15px;
	}
	.navbar-nav {
	    margin: 0;
	}
	.navbar-header{
	    background: linear-gradient(45deg, rgba(231, 62, 43, 0.3), rgba(21, 149, 213, 0.3));
	}
	#slideshow0{
		display: none;
	}
	.cols_5{
		width: 100%;
	}
	.block_categories {
	    margin: 20px 0;
	    min-height: 760px;
	}
	.block_title{
	    margin-bottom: 25px;
    	padding-top: 20px;
	}
	.block_title p {
	    line-height: 25px;
	}
	.stages_block{
		float: none;
	}
	.callback {
	    padding: 20px 10px;
	    text-align: center;
	}
	.callback_text1 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.callback_text2 {
	    font-size: 18px;
	     padding: 0; 
	    line-height: 30px;
	}
	.testim_block {
	    margin: 20px 0;
	    padding: 20px;
	}
	.testim_block_title {
	    margin-bottom: 25px;
	}
	.customPrevBtn{
		left: 0;
	}
	.customNextBtn{
		right: 0;
	}
	.customPrevBtn, .customNextBtn {
	    top: 45%;
	    z-index: 1;
	}
	.custPrevBtn{
		left: 0;
	} 
	.custNextBtn {
		right: 0;
	}
	.about_text {
	    font-size: 14px;
	    line-height: 25px;
	    margin-bottom: 20px;
	    padding: 0 15px;
	}
	footer {
	    padding: 10px 0;
	    text-align: center;
	}
	.foo_line_contacts{
		float: none;
	}
	footer a:first-child {
     	border-left: none; 
	}
	footer a {
	    padding: 10px;
	    border-right: none; 
	    display: inline-block;
	}

	.product-thumb .image img {
	    width: 100%;
	    height: auto;
	}
	.sort_label,
	.products_filter {
		text-align: center;
	}
	.product_title {
	    font-size: 18px;
	    line-height: 30px;
	}
	.prod_category, .prod_square, .prod_floor, .prod_price {
	    font-size: 14px;
	}
	.prod_btn_group {
	    margin-top: 25px;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.prod_spec_title {
	    margin-bottom: 20px;
	    text-align: center;
	}
	.related_block {
	    margin-bottom: 0px; 
	}
	.product_title{
	    border-left: none;
	    text-align: center;
	}
	.contact_info a{
        padding: 3px 20px;
        border-right: none;
        display: block;
	}
	.contact_info {
        line-height: 30px;
    }
}
@media(max-width: 368px){
	.stage_el img{
		width: 100%;
	}
}




.sqr_filter_form{
	padding: 0;
	display: flex;
	align-items: center;
	padding-top: 5px;
	font-size: 14px;
    color: #666;
    width: 31%;
}

.sqr_filter_form input[type=button]{
    background: #E73E2B;
    border: 1px solid #E73E2B;
    color: #fff;
    padding: 5px 15px;
}

.sqr_filter_form input[type=button]:hover{
    background: #fff;
    color: #E73E2B;
}

#min, #max{
	width: 50px;
	height: 25px;
	text-align: center;
	    border: 1px solid #ccc;
	margin: auto 5px;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.button_mov{
	width: 10%!important;
}




.modal_win{
	position: absolute;
    z-index: 10;
    width: 325px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #09415D;
    text-transform: uppercase;
    font-weight: 600;
}

.modal_win ul{
	list-style: none;
	padding: 0;

}

.modal_win ul li{
	margin-bottom: 10px;
}
.modal_win a{
	    padding: 10px 0px 10px 30px;
}

.drop_menu_home:hover{
    cursor: pointer;
}

.ad_h1
{
 text-align: center;   
}

@media (min-width: 768px) and (max-width: 991px){
     .testim_block{
        margin-top: 360px;
    }
}
@media(max-width: 991px){
    .sqr_filter_form{
        width: auto;
    }
    .sqr_filter_form form{
        margin: auto;
    }
    .text_sort{
        text-align: center;
    }
   
}

@media(min-width: 992px) and (max-width: 1199px){
    .sqr_filter_form{
        align-items: start;
        width: 40%;
    }
    .products_filter{
        display: flex;
    }
    .stage_el:nth-child(6){
        float: right;
        padding-top: 21px;
    }
    .callback{
        padding: 30px 0px;
    }
    .callback_text1, .callback_text2{
        line-height: 1;
        padding: 5px 0;
    }
    .callback_btn{
        margin: 25px 0;
        padding: 20px 20px;
    }
}

.info_b{
    font-weight: bold;
}
.info_img img{
    width: 100%;
}

.top_line_contacts i{
        padding-right: 4px;
    font-size: 18px;
}