body {
	font: 16px/150% 'Open Sans', sans-serif;
	background: #faef7c url(../img/bg.png) center top repeat-x;
}

*:focus {
    outline: none !important;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 {
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
}

header {
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
}
header .subtitle1 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
	font-weight: bold;
}
header .subtitle2 {
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 10px;
}
header .title {
	font-family: 'Gabriela', serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 130%;
	color: #e73827;
}
header .title.font-effect-outline {
	text-shadow: 0 1px 1px #fff, 0 -1px 1px #fff, 1px 0 1px #fff, -1px 0 1px #fff;
}
header .contacts {
	text-align: right;
}
header .phones {
	font-size: 24px;
	font-weight: bold;
	line-height: 130%;
}
header .call {
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px 20px;
	margin-top: 15px;
	color: #fff !important;
	border: 1px solid #fff;
	border-radius: 5px;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}


.nav-wrapper {
	height: 50px;
	background: url(../img/menu-bg.png);
	font-weight: bold;
}
.nav-wrapper  a {
	color: #173b9b !important;
}
.nav-wrapper nav {
	display: table;
	width: 100%;
}
.nav-wrapper nav>ul{
	display: table-row;
}
.nav-wrapper nav>ul>li{
	display: table-cell;
	position: relative;
	padding: 0px 10px;
}
.nav-wrapper nav>ul>li>a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.nav-wrapper nav>ul>li>a:hover, .nav-wrapper nav>ul>li:hover>a, .nav-wrapper nav>ul>li.active>a, .btn-success {
	text-decoration: none;
	border-radius: 5px;
	border: none;
	color: #fff !important;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}
.nav-wrapper nav>ul>li ul {
	display: none;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 47px;
	width: 290px;
	list-style: none;
	padding: 15px 10px 0px 10px;
	margin: 0px;
}
.nav-wrapper nav>ul>li:hover ul {
	display: block;
	background: #e73827;
	border-radius: 0px 5px 5px 5px;
}
.nav-wrapper nav>ul>li ul li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 130%;
}
.nav-wrapper nav>ul>li ul a {
	color: #fff !important;
	text-decoration: none;
}
.nav-wrapper nav>ul>li ul a:hover {
	text-decoration: underline;
}

.nav-wrapper  .active a, .navbar-default a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}
.content {
	padding-top: 30px;
}


footer {
	margin-top: 30px;
	border-top: 1px solid #d2c867;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
footer p {
	font-size: 13px;
	margin-bottom: 0px;
}
footer img {
	margin-top: 10px;
}
footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
footer ul a {
	color: #173b9b !important;
	font-size: 14px;
}
footer .addresses {
	font-size: 13px;
}
.seos {
	text-align: right;
}
.seos a {
	display: inline-block;
	padding-top: 20px;
	background: url(../img/seos.png) top right no-repeat;
	font-size: 13px;
}

.item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 3px solid #f1ba24;
}
.item  h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.item li {
	margin-bottom: 10px;
	padding: 0px 30px 0px 0px;
}


.menu-btn {
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 35px;
	width: 40px;
	font-size: 30px;
	margin-top: 5px;
	margin-left: 0px;
	border: 2px solid #e73827;
	color: #e73827;
	border-radius: 3px;
	padding-top: 1px;
	background: #f9ef7c;
}
.menu-btn:hover, .menu-btn:active, .menu-btn:focus {
	color: #e73827;
	text-decoration: none;
}
.menu-btn span {
	float: left;
	background: #e73827;
	height: 3px;
	width: 26px;
	margin: 6px 0px 0px 5px;
	border-radius: 1px;
}


.mm-menu {
	background: #f9ef7c;
	color: #000;
}
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #e73827;
}
.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
    white-space: normal !important;
    overflow: visible !important;
}
.mm-panels>.mm-panel {
	padding-left: 10px;
}




#map {
	height: 450px;
	border: 2px solid #e73827;
	margin-bottom: 50px;
}

table.table.table-bordered td, table.table.table-bordered th {
	border-color: #000 !important;
	padding: 15px;
}
table.table th{
	background: #f1b924;
}
table.table-condensed td{
	padding: 10px 5px !important;
}
.table.valign-center td, .table.valign-center th{
	vertical-align: middle;
}
table.table p {
	margin: 0px;
}

hr {
    border-top: 1px solid #d2c867;
}

.order-files li {
	margin-bottom: 15px;
}


.img-border {
	border: 3px solid #fff;
	border-radius: 3px;
	margin: 10px;
}


@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
} 


/* XS */
@media (max-width: 767px) {
	header img {
		margin-bottom: 15px;
	}
	header .contacts {
		text-align: center;
	}
	header .phones {
		padding: 15px 0px 0px 0px;
		
	}
	
	footer {
		text-align: center;
	}
	footer img {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	
	h1 {
		font-size: 22px;
		font-weight: bold;
	}
	
	h2 {
		font-size: 18px;
		font-weight: bold;
	}
	
	.item  h3 {
		text-align: center;
	}
	.item img {
		margin-bottom: 20px;
	}
	.item ul {
		padding-left: 20px;
	}
	
	.img-border {
		width: 100%;
		max-width: 100%;
		margin: 10px 0px;
		height: auto;
	}
}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {
	header .contacts {
		text-align: center;
	}
	header .phones {
		padding-top: 20px;
		line-height: 35px;
	}
	header .phones span {
		margin: 0px 20px;
	}
	header .call {
		vertical-align: middle;
		margin-top: 0px;
	}
}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {
	header .phones {
		font-size: 20px;
		line-height: 130%;
	}
	header .subtitle1, header .subtitle2 {
		font-size: 12px;
	}
	header .title {
		font-size: 28px;
	}
	header .call {
		font-size: 12px;
		height: 30px;
		line-height: 27px;
	}
}

/* LG */
@media (min-width: 1200px) {
}