@font-face{
	font-family: "GothamBold";
	src:url('../fonts/Gotham-Bold.eot');
	src:url('../fonts/Gotham-Bold.eot#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype'),
		url('../fonts/Gotham-Bold.svg#GothamBold') format('svg');
}
@font-face{
	font-family: "GothamBook";
	src:url('../fonts/Gotham-Book.eot');
	src:url('../fonts/Gotham-Book.eot#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.svg#GothamBook') format('svg');
}
@font-face{
	font-family: "GothamUltra";
	src:url('../fonts/Gotham-Ultra.eot');
	src:url('../fonts/Gotham-Ultra.eot#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Ultra.woff') format('woff'),
		url('../fonts/Gotham-Ultra.ttf') format('truetype'),
		url('../fonts/Gotham-Ultra.svg#GothamUltra') format('svg');
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 14px;
	font-family: 'GothamBook';
}
h1,h2,h3,h4,h5,h6{
	font-family: 'GothamBold';
	text-transform: uppercase;
	font-weight: normal;
}
h1{
	font-family: 'GothamUltra';
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}
h2 small,h1 small{
	display: block;
	font-size: 50%;
	color: #000;
}
footer h3 a{
	color: #fff;
	text-decoration: none;
}
hr {
	margin-bottom: 15px;
	border: 0;
	height: 3px;
	background: #CCC;
	box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.9);
}
label{
	font-weight: bold;
	display: block;
}
p{
	margin-bottom: 15px;
}
select{
	height: 32px;
	width: 98.7% !important;
	border-radius: 0;
}
small{
	color: #666;
	font-size: 80%;
}
/****** TABLES ***********/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #e5e5e5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/********* END TABLES ************/
ul, li{
	margin: 0;
	padding: 0;
}
div.back-body{
	background: #3a3a3a; /* Old browsers */
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3a3a3a 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3a3a3a 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3a3a3a 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	background-attachment: fixed;
}
.btn{
	border: 1px solid #DDD;
	background-color: #f3f3f3;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px 4px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn:hover{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);	
}
.btn-group{
	padding: 5px 8px;
	border: 1px solid #666;
	cursor: pointer;
}
.btn-group.selected {
	background-color: #666;
	color: #FFF;
}
.control-field{
	width: 100%;
	border: 1px solid #CCC;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1);
	padding: 8px;
}
.control-group{
	margin-bottom: 15px;
}
.span2{
	width: 49.5%;
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
}
.span2.first{
	padding-left: 10px;
}
.span2.last{
	padding-right: 10px;
}
.span3{
	width: 23.7%;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
.span3.first{
	margin-left: 0;
}
.span3.last{
	margin-right: 0;
}
.span4{
	width: 31.9%;
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.span4.first{
	margin-left: 0;
}
.span4.last{
	margin-right: 0;
}
.block-center{
	display: block;
	margin: 0 auto;
	float: none;
}
.clearfix{
	clear: both;
	float: none;
	display: block;
}
.container{
	width: 1000px;
	display: block;
	margin: 0 auto;
	background-color: #f3f3f3;
	overflow: hidden;
}
.msg-info{
	display: none;
	margin: 10px 0;
	clear: both;
	padding: 5px 10px;
	color: #fff;

}
.msg-info.error{
	background-color: #BF1E2E;
}
.msg-info.success{
	background-color: #C5C5C5;
}

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.under-image{
	background-color: rgba(169, 28, 41, 0.9);
	color: #FFF;
	font-family: 'GothamUltra';
	font-size: 24px;
	padding: 5px 10px 1px;
	text-transform: uppercase;
	margin-top: -50px;
	position: relative;
	margin-bottom: 15px;
}
header .container{
	background-color: #c5c5c5;
	border-bottom: 2px solid #ffffff;
}
header a.logo img{
	margin-left: 15px;
}
/*********** MENU ***********/
.navbar ul{
	display: block;
	text-align: right;
}
.navbar ul > li{
	display: inline-block;
	border-left: 1px solid #ffffff;
	float: left;
}
.navbar ul > li > a{
	display: block;
	font-family: 'GothamBold';
	padding: 8px 15px;
	color: #000;
	text-decoration: none;
}
.navbar ul > li > a:hover,.navbar ul > li.active > a{
	background-color: #ffffff;
}
/******** END MENU *************/
footer .container{
	background-color: #bf1e2e;
	color: #ffffff;
	padding: 20px 0;
}
footer .container h3,.block h3{
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.block h3{
	border-color: #BF1E2E;
}
footer p{
	margin: 10px 0;
	padding-right: 15px;
}

footer .phone-number div,footer .phone-number img,
footer address div, footer address img{
	display: inline-block;
	vertical-align: top;
}
footer address{
	margin-top: 15px;
	font-style: normal;
}
footer .snw{
	margin-top: 15px;
	margin-left: 28px;
}
footer .snw a{
	margin-right: 7px;
}
section.slider{
	margin-top: 12px;
	min-height: 300px;
	border-bottom: 1px solid #ffffff;
}
section.content{
	min-height: 100px;
}
/******* TABS **********/
#tabs {
	font-size: 90%;
	margin: 10px 0 20px;
}
#tabs ul {
	float: left;
	padding-top: 4px;
	margin-bottom: -1px;
	z-index: 10;
	background: #F3F3F3
}
#tabs li {
	margin-left: -1px;
	list-style: none;
	border: 1px solid #CCC;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border: 1px #BBB solid;
	border-bottom: 0;
}
#tabs li.first{
	margin-left: 0px;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div.body {
	background: rgba(0, 0, 0, 0);
	clear: both;
	padding: 15px 0;
	min-height: 200px;
	margin-top: -21px;
	border-top: 1px solid #CCC;
}
#tabs div.body h3 {
	margin: 5px 0;
}
#tabs div.body p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 5px 8px 3px;
	color: #000;
	font-weight: bold;
}
/******* END TABS***********/

.thumbs {
	border-top:#BF1E2E solid 1px;
}
.thumbs.left{
	float:left;
	margin-right: 10px;
}
.thumbs.right{
	float:right;
	margin-left: 10px;
}
section.content{
	float: left;
	margin-left: 10px;
}
section.content.left-col{
	width: 670px;
}
aside.right-col{
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 20px;
}
section.content .block,aside .block{
	margin-bottom: 15px;
	overflow: hidden;
}
aside .block ul,aside .block ul li{
	list-style: none;
	display: block;
	clear: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.products .span3{
	margin-bottom: 20px;
}
.visible-phone{
	display: none;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	.hidden-phone{
		display: none;
	}
	.visible-phone{
		display: block;
	}
}