@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-regular.woff') format('woff'),
	url('../fonts/opensans-regular.ttf') format('truetype'),
	url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

*, *:focus, *:hover {
	outline: none !important;
}

a, button {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a.btn{
	text-decoration: none !important;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #434343;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #434343;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #434343;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #434343;
}

.btn {
	/*display: inline-block;*/
	padding: 10px 10px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 2px;
}

.btn-default {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-repeat: repeat-x;
	text-shadow: 0 1px 0 #FFF;
	border-color: #CCC;
}

.btn-primary {
	background-color: #023282;
	color: #FFF;
	border-color: #023282
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #023282;
	color: #FFF;
	border-color: #023282;
	opacity: 0.8;
}

.btn-link {
	font-weight: normal;
	color: #023282;
	border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-weight: bold;
	color: #023282;
	border-radius: 4px;
	width: 14px;
	border: none;
	background: #023282;
	cursor: pointer;
	top: -6px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 13px;
}

textarea {
	min-height: 130px;
	resize: vertical;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #FFF;
	cursor: default;
	background-color: #023282;
	border-color: #000B59;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #003059;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.xdebug-var-dump {
	z-index: 100000000;
	position: relative;
	background: #F1F1F1;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px;
	border-bottom: 1px solid #000;
	font-size: 14px;
}

a {
	color: #081447;
	text-decoration: none;
}

a:hover, a:focus {
	color: #081447;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.4;
	color: inherit;
}

.form-control {
	display: block;
	width: 100%;
	height: 33px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #9D9D9D;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

body {
	color: #081447;
	font-size: 13px;
	line-height: 1.628571429;
	/*background: url('../img/bg1.png');*/
	background: url('../img/logo-elaflex10.png') center center;
	/*background: url('../img/logo-elaflex9.png') center center;*/
	font-family:  "Helvetica Neue", Helvetica, 'Arial', sans-serif;
	font-weight: 400;
	min-width: 1015px;
	overflow: scroll;
}

p {
	margin: 0 0 25px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #737373;
}

.help-block p {
	margin-bottom: 3px;
}

body .mask {

}

header.header {
	height: 185px;
	background-image: url('../img/header.png');
	background-position: center -18px;
	z-index: 300;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	min-width: 1015px;
	width: 100%;
}

header.header .logo {

	width: 85%;
	height: 85px;
	background: url('../img/logo.png') no-repeat;
	color: #FFF;
	display: inline-block;
	position: relative;
	margin-top: 0px;
	background-size: contain;

}

header .logo:hover {
	color: #ffffff;

	text-decoration: none;
}

.menu_top {
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0;
	min-height: 40px;
}

.menu_top a {
	color: #ffffff;

}

.menu_top > ul > li > a {
	border-top: 2px solid transparent;
	/*height: 100px;*/

}

.menu_top > ul > li:hover, .menu_top > ul > li.active {
	/*background: url('../img/mask.png') ;*/
}

.menu_top > ul > li:hover > a,
.menu_top > ul > li.active > a {
	text-decoration: none;
	color: #f5f5f5;
	border-top: 2px solid #f5f5f5;
	background: transparent;
}

.menu_top > ul > li > a {
	color: white;
	padding: 10px 15px;
	font-size: 14px;
}

.menu_top > ul > li > a:focus,
.menu_top > ul > li > a:hover {
	background-color: transparent;
}

.menu_top .nav .open > a,
.menu_top .nav .open > a:hover,
.menu_top .nav .open > a:focus {
	background-color: #F9F9F9;
	color: #023282;
	border-color: #000B59;

}

.dropdown-menu {
	left: 0;
	border: none;
	border-top: 5px solid #D5D9DF;
	padding: 0;
}

.dropdown-menu > li > a {
	display: block;
	padding: 5px 10px 5px 5px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-left: 4px solid rgba(0, 0, 0, 0);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	border-color: #D5D9DF;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background: #023282;
	color: #FFF;
	border-color: #000B59;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown .dropdown > .dropdown-menu {
	left: 100%;
	border-radius: 0px 0px 3px 3px;
	padding: 0;
	font-size: 12px;
	top: 0;
	border: 5px solid #D5D9DF;
	margin-left: -5px;
	border-left-width: 0;
	border-right-width: 0;
}

.slider {
	/*z-index: 500;*/
	/*padding-bottom: 30px;*/
	/*margin-bottom: 20px;*/
}

.slider-footer {
	/*background: url('../img/slider_bg.png');*/
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0.8;
	border-bottom: 10px solid #00006B;
}

.block {
	margin-bottom: 30px;
}

.block__content p {
	font-size: 14px;
	margin: 15px 0;

}

.block__heading {

}

.block__heading .thumbnail {
	height: 200px;
}

.menu_left {
	margin-top: 90px;
	padding-top: 15px;
	/*margin-left: -20px;*/

}

.main-page .menu_left {
	margin-top: 15px;
}

.main-page .page-content {
	margin-top: 10px;
	padding-top: 10px;
}

.menu_left__body {

	background: #FDFDFD;
	boder: 1px solid #e8e8e8;
	border-top: transparent;
}

.menu_left__head {
	background: #E7EDF3;
	padding: 5px 10px;
	font-size: 24px;
	line-height: 35px;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
}

.menu_left li a {
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
}

.menu_left > li > a:hover {
	text-decoration: none;
	background-color: #002D58;
	color: whitesmoke;
	outline: none;
}

.menu_left li.active > a {
	text-decoration: none;
	background-color: #002446;
	color: whitesmoke;
	outline: none;
}

.menu_left li.active > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;

	border-bottom: 1px solid #cccccc;

	padding-bottom: 10px;

}

.menu_left li.active li > a {
	display: block;
	margin: 0;
	padding: 5px 0;
	padding-left: 10px;
	border-right: 2px solid transparent;
	font-size: 12px;
	line-height: 14px;
	opacity: 0.8;
}

.menu_left li.active li > a:hover {
	border-right: 2px solid #002446;
	text-decoration: none;
	opacity: 1;

}

footer {
	padding-top: 20px;
	margin-top: 40px;
	border-top: 2px solid #002D58;
	padding-bottom: 20px;
}

footer .logo {
	font-size: 28px;
	margin-top: 0px;
}

.developer {
	margin-top: 50px;
	font-size: 14px;
	line-height: 16px;
}

address {
	font-size: 11px;
	line-height: 20px;
}

.menu_bottom {
	border-left: 2px solid #002D58;
}

.menu_bottom li > a {
	left: -2px;
	padding: 5px;
	border-left: 2px solid transparent;
}

.menu_bottom li a:hover {
	background: #FAFAFA;

	border-left: 2px solid #D7D8DA;
}

.news__block, .product__block {
	margin-bottom: 20px;
}

.news__block .date {
	color: #6c6c6c;
	margin-bottom: 5px;
}

.news__block .link, .product__block .link {
	text-align: right;
	font-size: 14px;
	padding-right: 10px;
	margin-top: 10px;
}

.news__block .link a, .product__block .link a {
	text-decoration: underline;
	color: #002D58;
}

.news__block .link a:hover, .product__block .link a:hover {
	text-decoration: none;
}

.news-item .date {
	color: #6c6c6c;
	margin-bottom: 5px;
	font-size: 12px;
}

#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-width: 1015px;
}

/*footer{*/

/*}*/

.contacts-page header.header {
	background-image: url('../img/contacts_header_bg.png');
	position: fixed;
}

.contacts-page footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -5px;
	background: url('../img/contacts_footer_bg.png') repeat;
	padding-top: 0px;
	margin-top: 0;
	border-top: 2px solid #002D58;
	padding-bottom: 0px;
	width: 100%;
	min-width: 1015px;
}

.contacts-page .developer {
	margin-top: 0;
}

.contacts-page footer .logo {
}

.contacts-form {
	margin-top: 100px;
	padding: 10px;
	border: 1px solid #F3F3F3;
	border-top-left-radius: 9px;
	background: #FFF;
}

.contacts-form textarea {
	height: 180px;
	resize: vertical;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #E5E5E5;
	text-align: right;
	margin-bottom: 30px;
}

.product > * {
	margin-bottom: 20px;
}

.product > div, .product > p {
	margin-bottom: 30px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #DDD;
}

.product__button a {
	background: url('../img/pdf_ico.png') 5px no-repeat rgba(0, 0, 0, 0);
	text-align: left;
	display: block;
	color: #000;
	padding: 20px 50px;
	padding-left: 100px;
	height: 110px;
	font-size: 13px;
	line-height: 20px;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.contacts-page footer .logo {
	font-size: 20px;
	margin-top: 5px;
}

.contacts-page .contacts-block address {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}

.manager p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
}
.manager h5{
	margin-bottom: 0;
}
.manager h6{
	margin-top: 0;
}

.manager .phone, .manager .email {
	font-size: 12px;
	line-height: 16px;
}

.manager .phone {
	margin-top: 15px;
}

.contacts-page footer .address-block {
	padding: 10px 0;
	border-right: 1px solid #B4B8BB
}

.feedback__success_image {
	background: url("../img/feedback_success.png");
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
}

.feedback__success {
	text-align: center;
}

.feedback__success p {
	font-size: 12px;
}

.feedback__success .feedback__success_heading {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.header__sub_text {
	text-align: left;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	margin-top: -30px;
	margin-left: 40px;
	margin-bottom: 0;
}

.header__sub_phone {
	text-align: left;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	margin-top: -30px;
	margin-left: 40px;
}

.header__sub_text a {
	color: #f5f5f5;
}

.header__sub_text a:hover {
	text-decoration: none;
}

.error404 {
	text-align: center;
	margin: 60px 0;
}

.error404 h2 {
	font-size: 140px;
	line-height: 1.3;
}

.error404 p {
	font-size: 14px;
	margin: 10px 0 0 0;

}

.error404 a {
	text-decoration: underline;
	display: block;
}

.error404 a:hover {
	text-decoration: none;
}

.logo-bottom a {
	background: url('../img/logo_bottom.png') no-repeat;
	width: 200px;
	height: 50px;
	/*background-size: cover;*/
	display: block;
	margin-bottom: 20px;
}

.navbar-form {
	display: inline-block;
	float: right;
	margin-top: 0;
	padding: 5px;
	margin-bottom: 0;
}

.navbar-form .form-control, .navbar-form .btn {
	/*background-color: #FFF;*/
	padding: 4px 10px;
	line-height: 23px;
}

.navbar-form .form-control {
	width: 250px;
}

.navbar-cart {
	width: auto;
	position: relative;
	min-width: 170px;
	color: white;

	margin: 0;
	float: left;
}

.navbar-cart > a {
	color: white;
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	padding-left: 50px;
	position: relative;
	border-bottom: 2px solid transparent;

}

.navbar-cart > a > i {
	position: absolute;
	font-size: 30px;
	line-height: 40px;
	left: 10px;
	top: 0;
}

.navbar-cart > a:hover,
.navbar-profile > a:hover {
	color: #f5f5f5;
	text-decoration: none;
	border-color: #f5f5f5;
}

.navbar-profile {
	margin-left: 30px;
	float: right;
}

.navbar-profile > a {
	color: #FFF;
	font-size: 13px;
	line-height: 16px;
	padding: 10px;

	position: relative;
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.navbar-profile > .login-link {
	padding-right: 50px;
}

.navbar-profile > a > i {
	position: absolute;
	font-size: 30px;
	line-height: 40px;
	right: 10px;
	top: 0;
}

.navbar-phone > div {
	color: #000;
	font-size: 20px;
	line-height: 40px;
	/* padding-right: 50px; */
	margin: 5px 0;
	position: relative;
	display: inline-block;

	/*border-radius: 30px;*/

}

.main-page .navbar-phone > div {
	background: #FFF;
	background: rgba(255, 255, 255, 0.7);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 2px 15px;
}

.navbar-phone > div > p {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	margin: 0;
}

.navbar-phone > div > p > i {
	position: absolute;
	font-size: 30px;
	line-height: 40px;
	right: 10px;
}

/*menu*/

.left-menu {
	margin-top: 25px;
}

.left-menu .menu {
	/*margin-top: 35px;*/
	padding-right: 20px;
}

.left-menu .nav > li > a {
	padding: 5px;
	font-size: 12px;
	border-left: 1px solid #F5F5F5;
	color: #808080;
	line-height: 1.4;
}

.left-menu .nav > li > a:hover {
	border-left-color: #023282;
	color: #023282;
}

.left-menu .nav > li.active > a {
	border-left-color: #023282;
	background: #D5D9DF;
	color: #023282;
}

/*bottom menu*/

footer.footer {
	z-index: 500;
	position: relative;
	overflow: hidden;
	background: white;
	background: url('../img/bg1.png');
	/*background: #E3EBFF;*/
	background: #0F1F44;
	
}

footer.footer *{
	color: white;
}

footer.footer nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer.footer nav li a {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	opacity: 0.6;
	border-left: 1px solid #333;

}

footer.footer nav li.active a, footer.footer nav li a:hover {
	text-decoration: none;
	color: inherit;
	border-left-color: #333;
	border-left-width: 3px;
	position: relative;
	opacity: 1;
}

.main-page main {
	margin-top: 0px;
}

main {
	margin-top: 190px;
	min-height: 400px;
}

/*page header*/
.page-header {
	margin: 0;
	text-align: right;
}

.page-header h1 {
	font-size: 26px;
	margin: 0;
}

.breadcrumb {
	padding: 5px 10px;
	margin-bottom: 14px;
	list-style: none;
	background-color: rgba(0, 0, 0, 0);
	/* border-radius: 4px; */
	font-size: 11px;
	text-align: right;
	border-bottom: 1px solid #E7E6E6;
	border: none;
	padding-right: 0;
}

/*btns*/
.btn-buy {
	background: #039F6C;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline-color: #039F6C;
}

.btn-buy.btn-lg {
	padding: 10px 25px;
}

.btn-buy:hover {
	background: #026b49;
	color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0);
}

.btn-buy:active, .btn-buy:focus {
	color: white;
}

/*popup*/

.popup-cart-overlay {
	position: fixed;
	left: 50%;
	width: 230px;
	top: 0;
	height: 100%;
	margin-left: -490px;
	z-index: 100;
	display: none;
	/*background: #ffffff;*/
	/*opacity: 0.8;*/

}

.popup-cart-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	opacity: 1;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.popup-cart {

	padding: 15px;
	text-align: center;
	/* background: rgba(0, 94, 146, 0.9); */
	/* border: 1px solid #00466D; */
	/* background: rgba(5, 109, 167, 0.9); */
	background: #D5D9DF;
	background: rgba(213, 217, 223, 0.8);
	border: none;
	color: #000;
	margin-top: 120px;
	z-index: 100;
	position: relative;
	display: block;
	border: 1px solid #CCC;
	border-radius: 3px;

	width: 250px;
	left: 50%;
	margin-left: -125px;
	font-size: 13px;
}

.popup-cart h4 {
	margin-bottom: 20px;
}

.popup-cart p {
	font-size: 11px;
	margin-bottom: 3px;
}

.popup-cart p + form {
	margin-bottom: 15px;
}

.popup-cart a {
	color: #000000;
}

.popup-cart .close {
	color: #000000;
	opacity: .5;
}

.popup-cart textarea {
	height: 150px;
}

.alert {
	border-radius: 2px;
	border-left-width: 5px;
}

.alert h1 {
	font-size: 27px;
	margin-top: 0;
}

.index-page .search-input {
	background: #FFF;
	color: #000;
}

.index-page .btn {
	background: white;
}

.main-page .navbar-phone > p {
	color: #000000;
}

aside {
	margin-right: 15px;
}

aside header .h4 {
	color: #4B4B4B;
	/* margin-bottom: 10px; */
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
}

.color-box {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0px;
}

.content-container {
	padding-left: 25px;
	padding-right: 25px;
}

.badge {
	opacity: 0.8;
	background: #ffffff;
	color: #000000;
	border: 1px solid #f5f5f5;
}

.badge-success {
	background: #039F6C;
	color: #FFF;
}

.badge-lg {
	font-size: 20px;
	line-height: 1.4;
	padding: 4px 10px;
	border-radius: 20px;
}

.placeholder {
	opacity: 0.6;
}

.copyright {
	font-size: 18px;
}

.copyright a {
	display: block;
	font-size: 13px;
}

.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: 5px 10px;
	vertical-align: middle;
}

.table a {
	text-decoration: underline;
	display: inline-block;
}

.table a img {
	display: inline-block;
}

.table a:hover {
	text-decoration: none;
}

.navbar-catalog {
	margin-bottom: 10px;
	min-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
	border-radius: 0;

}

.navbar-catalog .navbar-brand {
	font-size: 12px;
	font-weight: bold;
}

.navbar-catalog .navbar-nav > li > a {
	line-height: 30px;
	padding: 10px 15px 8px;
	color: #333333;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.navbar-catalog .navbar-nav > li > a img {
	height: 30px;
	width: auto;
}

.navbar-catalog .navbar-nav > li > a:hover,
.navbar-catalog .navbar-nav > li > a:active,
.navbar-catalog .navbar-nav > li > a:focus {
	background: transparent;
	color: #ca1c05;
	border-bottom-color: #ca1c05;
}

.navbar-catalog .navbar-form {
	padding-left: 0;
	padding-right: 0;
	float: none;
}

.navbar-catalog .navbar-form .form-group {
	margin-right: 40px;
}

.navbar-catalog .navbar-form .form-group label {
	font-size: 12px;
	margin-right: 10px;
	font-weight: bold;
}

.navbar-catalog .dropdown {
	display: inline-block;
}

.navbar-catalog .dropdown-menu {
	min-width: 45px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	min-width: 100%;
}


.manager-image{
	border-radius: 50%;
	border: 5px solid #023282;
	margin: 5px;
}


.popover-content {
	padding: 5px 10px;
}

.popover {
	font-size: 11px;
	border-radius: 3px;
}




.additional-products-overlay{
	display: none;
	width: 695px;
	height: auto;
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: -245px;
	border: 1px solid #ccc;
	background: #FAFAFA;
	background: rgba(250, 250, 250, 0.9);
	z-index: 100;
	border-radius: 3px;
	padding: 15px;
}

.additional-products-overlay h5{
	text-transform: uppercase;
}

.additional-products-container .catalog-item {
	float: left;
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 10px;
	position: relative;
	min-height: 100px;
	padding-top: 15px;
}

.additional-products-container .catalog-item .image-block{
	height: 200px;
}


.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: #EFEAEA;
}



.btn-download{
	padding: 0px 10px;
	padding-left: 60px;
	color: #d43f3a;
	background-color: rgba(255, 255, 255, 0.5);
	border-color: #d43f3a;

	line-height: 50px;
	height: 50px;
	font-size: 13px;
	font-weight: bold;;
	position: relative;
	margin-bottom: 20px;
	margin-top: 50px;
}


.btn-download i{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	font-weight: inherit;
	color: inherit;
	border-right: 1px solid #ccc;
}


.banner {
	margin: 20px 0;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: 95px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	background-size: contain;
}

.old-price{
	color: #8B0000;
	font-weight: normal;
	margin-bottom: 0px !important;
	margin-top: 15px !important;
	text-decoration: line-through;
	line-height: 10px;
}

.old-price + .price{
	margin-top: 0 !important;
}

.menu_top > ul > li:first-child > a {
	border-color: #FFC103;
	font-size: 16px;
	color: #FFC103;
}