.main-toggler,.main-toggler>a {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bd0', endColorstr='#204949', GradientType=0 );
}

#cart .btn-block1 a,.header-wrap a:hover {
	text-decoration: none;
}

.img-no-gal,.info_card .holder img,.logo {
	max-width: 100%;
	max-height: 100%;
}

@keyframes move_right {
	0%,100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}
}

@keyframes move_left {
	0%,100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.5);
	}
}

.bottom-desc {
	color: #fff;
	border-top: dashed 1px #fff;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 12px;
	padding-bottom: 15px;
}

.wow {
	visibility: hidden;
}

.wow-visible {
	visibility: visible;
}

img {
	color: transparent;
	border: transparent;
}

.twelvepx {
	font-size: 13px;
	margin-left: -15px;
	margin-top: 4px;
}

.hide_this {
	position: relative;
}

h1 {
	margin-top: 10px;
}

.hide_this:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	background: 0 0;
	display: block;
}

.img-no-gal {
	margin: 0 auto;
	display: block;
}

.main-toggler>a {
	background: #006bd0;
	background: -moz-linear-gradient(top,#006bd0 0,#204949 100%);
	background: -webkit-linear-gradient(top,#006bd0 0,#204949 100%);
	background: linear-gradient(to bottom,#006bd0 0,#204949 100%);
}

.unmain-menu li {
	font-size: 10px;
}

.unmain-menu li a {
	padding: 3px;
	height: 50px;
	border-radius: 0!important;
	border-color: #fff;
	background: 0 0;
}

.unmain-menu ul {
	position: relative;
}

.unmain-menu .hover-parent {
	position: static;
}

.unmain-menu .hover-nav {
	top: 100%;
	position: absolute;
}

.unmain-menu li a .glyphicon {
	display: none;
}

::-webkit-scrollbar-button {
	background-image: url();
	background-repeat: no-repeat;
	width: 8px;
	height: 0;
}

::-webkit-scrollbar-track {
	background-color: #f6f6f6;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #586166;
	height: 80px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #2e254e;
}

::-webkit-resizer {
	background-image: url();
	background-repeat: no-repeat;
	width: 4px;
	height: 0;
}

::-webkit-scrollbar {
	width: 4px;
}

body {
	background: #fff;
	color: #292d30;
	font-family: 'Roboto', sans-serif;
}

.pop-up-form,.pop-up-order {
	padding: 15px;
	background: #FFF;
	border-radius: 4px;
}

.pop-up-form {
	width: 280px;
}

.pop-up-order {
	width: 480px;
}

.pop-up-form h3,.pop-up-order h3 {
	font-size: 20px;
	color: #fff;
	padding: 20px 10px;
	background: #006bd0;
	text-transform: uppercase;
	margin: -15px -15px 20px;
}

.footer ul li a,.m_btns a,.top_bar ul li a {
    color: #000;
    font-size: 14px;
    transition: all .4s ease;
    padding: 17px;
    background: #fff;
    border-radius: 3px;
    /* border: 1px solid; */
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 7px 2px #00000017;
    gap: 15px;
}

.footer ul li a .fa,.m_btns a .fa,.top_bar ul li a .fa {
    font-size: 14px;
    display: block;
    color: #000;
    transition: all .2s ease;
}

.footer ul li a:hover,.m_btns a:hover,.top_bar ul li a:hover {
    color: #fff;
    background: #bd2828;
    transform: scale(1.1);
    z-index: 5;
}

.footer ul li a:hover .fa,.m_btns a:hover .fa,.top_bar ul li a:hover .fa {
	color: #FFFFFF;
	transform: rotate(360deg);
}

.top_bar ul li .health {
	font-size: 13px;
	font-weight: 700;
}

.m_btns {
	text-align: center;
	padding: 20px 0;
}

.hidden-flow {
	overflow: hidden;
}

#top_wrap {
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
    padding: 5px 0px;
	background-color: #f3f3f3;
    padding-top: 9px;
}

.header-wrap.inner #top_wrap {
	position: static;
}

#the_line {
	height: 4px;
	width: 100%;
	background: url(/imgs/header-color.png) #fff;
	background-size: cover;
	display: block;
}

.search_form .search_input,.search_form button {
	padding: 11px 10px;
	line-height: 20px;
	border: 2px solid #f4f9fd;
	color: #575757;
	border-radius: 5px 0 0 5px;
}

.search_form .search_input {
	width: 100%;
	background: #f4f9fd;
}

.search_form .search_input:focus {
	background: #fff;
}

.radius-right {
	border-radius: 0 5px 5px 0!important;
}

.search_form button {
	background: #f4f9fd;
	color: #575757;
	border-radius: 0;
}

.search_form .open>.dropdown-toggle.btn-default,.search_form button:active,.search_form button:focus,.search_form button:hover {
	border-color: #daecfb;
	background: #daecfb;
}

#bottom_bar a {
	text-transform: uppercase;
	padding: 14px!important;
	font-size: 14px;
	border-radius: 0!important;
	color: #fff;
}

#bottom_bar #cart_button,#bottom_bar .call-to-me {
	background: #31706f;
	background: -moz-linear-gradient(top,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	background: -webkit-linear-gradient(top,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	background: linear-gradient(to bottom,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31706f', endColorstr='#1c7c7c', GradientType=0 );
}

#bottom_bar #cart_button .fa,#bottom_bar .call-to-me .fa,#bottom_bar a .fa {
	transition: all .2s ease;
}

#bottom_bar #cart_button:hover,#bottom_bar .call-to-me:hover,#bottom_bar a:hover {
	background: #31706f;
	background: -moz-linear-gradient(top,#31706f 0,#183838 100%);
	background: -webkit-linear-gradient(top,#31706f 0,#183838 100%);
	background: linear-gradient(to bottom,#31706f 0,#183838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31706f', endColorstr='#183838', GradientType=0 );
}

#bottom_bar #cart_button:hover .fa,#bottom_bar .call-to-me:hover .fa,#bottom_bar a:hover .fa {
	color: #ff9c1b;
	transform: scale(1.2) translateX(-1px);
	text-shadow: 0 1px 4px rgba(0,0,0,.6);
}

.stars {
	width: 165px;
	display: inline-block;
}

input.star {
	display: none;
}

label.star {
	float: right;
	padding: 10px;
	font-size: 14px;
	color: #444;
	transition: all .2s;
}

input.star:checked~label.star:before {
	content: '\f005';
	color: #FD4;
	transition: all .25s;
}

input.star-5:checked~label.star:before {
	color: #FE7;
}

input.star-1:checked~label.star:before {
	color: #F62;
}

label.star:hover {
	transform: rotate(-15deg) scale(1.3);
}

label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}

.filled-star {
	color: #FD4;
}

.product-details .star_rating {
	position: absolute;
	top: 0;
	right: 0;
}

.unfilled-star {
	color: #dedede;
}

.star_rating i {
	margin-right: 3px;
}

#del-open .media-object,#pay-open .media-object {
	max-width: 100%;
	margin-right: 30px;
}

.ui_label_group {
	position: relative;
	width: 100%;
	height: 46px;
	display: block;
}

.ui_textarea {
	height: 73px;
}

.ui_label_group .required_div {
	position: absolute;
	height: 20px;
	width: 20px;
	right: -8px;
	top: -2px;
	font-size: 19px;
	transform: rotate(20deg);
	transition: all .2s ease;
	color: #d5d5d5;
}

.ui_input,.ui_label {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 400;
}

.ui_label_group .required_div:before {
	font-family: FontAwesome;
	content: "\f12a";
}

.ui_label_group .ui_input:focus~.required_div {
	transform: rotate(10deg);
	color: #006bd0;
}

.ui_label_group .ui_select {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui_label {
	top: 13px;
	transition: all .2s ease;
	cursor: text;
	color: #939393;
}

input::-webkit-clear-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ui_input {
	background: -webkit-gradient(linear,left top,left 25,from(#FFF),color-stop(4%,#EEE),to(#FFF));
	background: -moz-linear-gradient(top,#FFF,#EEE 1px,#FFF 25px);
	bottom: 0;
	left: 0;
	transition: all .4s ease;
	transition: box-shadow 0s ease;
	border: 1px solid #d5d5d5;
	font-size: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	border-radius: 3px;
	color: #555;
	padding: 15px 20px 5px;
}

.admin_shortcut,.back-to-top {
	position: fixed;
	display: block;
}

.ui_has_value .ui_label,.ui_label_group .ui_input:focus~.ui_label {
	top: 2px;
	font-size: 11px;
	color: #b5b5b5;
}

.ui_has_value .ui_input,.ui_label_group .ui_input:-webkit-autofill,.ui_label_group .ui_input:-webkit-autofill:focus,.ui_label_group .ui_input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 50px #FFF inset;
	-webkit-box-shadow: 0 0 0 50px #FFF inset;
	-webkit-text-fill-color: #555;
}

.ui_label_group .ui_input:focus {
	border-color: #006bd0;
	box-shadow: 0 0 0 1px #006bd0;
}

.ui_left {
	text-align: left;
	padding-left: 10px;
}

.form-input {
	display: block;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: -webkit-gradient(linear,left top,left 25,from(#FFF),color-stop(4%,#EEE),to(#FFF));
	background: -moz-linear-gradient(top,#FFF,#EEE 1px,#FFF 25px);
	border: 1px solid #d5d5d5;
	margin-bottom: 3px;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(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;
}

.form-input:active,.form-input:focus {
	border-color: #006bd0;
}

textarea {
	height: 70px;
}

.search_form label {
	color: #444942;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 20px;
}

.search_form .dropdown-menu {
	background: #f2f2f2!important;
	border-radius: 0;
}

.admin_shortcut {
	left: 0;
	top: 50px;
	z-index: 30;
}

.admin_shortcut a {
	background: #0a87cf;
	color: #fff;
	padding: 4px 10px;
	display: block;
}

.back-to-top {
    right: 15px;
    bottom: 15px;
    z-index: 40;
    background: rgb(0 75 146);
    color: #fff;
    padding: 5px 10px 6px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 7px 2px #00000017;
    text-decoration: none !important;
}

.back-to-top:hover {
	color: #FFF;
	background: #d22f2f;
}

a {
	color: #0a87cf;
}

a:hover {
	color: #292d30;
}

a:active,a:focus,button:active,button:focus,input:active,input:focus {
	outline: 0!important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Condensed',sans-serif;
	color: #222;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

.main-heading span {
	font-size: 18px;
	color: #878a8c;
}

.main-heading2.inner {
	margin-top: 10px;
	margin-bottom: 20px;
}

.main-heading,.main-heading2,.sub-heading {
    text-transform: uppercase;
    font-weight: 700;
    /* letter-spacing: 1px; */
    color: #006bd0;
    font-size: 24px;
    font-weight: 900;
    font-size: 35px;
    color: #004b92;
}

.sub-heading {
	font-size: 24px;
	padding: 10px 0;
}


.c_answer {
    padding-top: 5px;
    margin-top: 5px;
    text-align: right;
    color: #006bd0;
    border-top: solid 1px;
}

.main_page_content {
    padding: 15px;
    font-size: 14px;
    line-height: 15px;
    box-shadow: 0 3px 7px 2px #00000017;
}

.main_page_content span {
	display: block;
	color: #006bd0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 3px;
	border-left: solid 3px #78aedb;
	padding-left: 15px;
	margin-left: 30px;
}

.main_page_content li {
	color: #006bd0;
	list-style: none;
	line-height: 19px;
}

.main_page_content li:before {
	content: "\f058";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
}

.main_page_content p {
	margin: 0 0 5px;
}

.main_page_content li p {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

hr {
	border-color: #e9eaea;
}

.btn-black {
	background-color: #303030;
}

.btn-black.active,.btn-black:active,.btn-black:focus,.btn-black:hover,.btn-main {
    padding: 15px 30px;
    text-shadow: none;
    background: #3c72b6;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    /* box-shadow: 0 3px 7px 2px #00000017; */
    transition: all 0.2s ease;
}

.btn-main .fa-angle-double-right {
	font-size: 16px;
	display: inline-block;
	margin-left: 5px;
	transition: all .2s ease;
}

.btn-main.active .fa-angle-double-right,.btn-main:active .fa-angle-double-right,.btn-main:focus .fa-angle-double-right,.btn-main:hover .fa-angle-double-right {
	transform: translateX(3px);
}

.btn-main.active,.btn-main:active,.btn-main:focus,.btn-main:hover {
	background: #055caf;
	color: #fff;
	box-shadow: none;
}

.header-wrap {
	position: relative;
}

.header-wrap.inner {
	background: #fff;
}

.header-top {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 20;
}

.header-wrap.inner .header-top {
	position: static;
}

.header-top,.header-top a {
	color: #575757;
}

.logo {
	    margin-top: 0px;
    max-width: none;
    height: 62px;
    margin-left: -130px;
}

.header-links {
	text-transform: uppercase;
	margin-bottom: 0px;
}

.header-top .btn-link {
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.header-top .btn-link,.header-top .btn-link i.fa {
	color: #fff;
}

.header-top .open .btn-link,.header-top .open .btn-link i.fa {
	color: #65c7ff;
}

.header-top .btn-link i.fa {
	margin-left: 5px;
}

.header-top phone {
	color: #ff6c6c;
	font-weight: 600;
	font-size: 30px;
}

.header-top .fast_button {
	padding: 10px 15px;
	border: 2px solid #1ce6c1;
	background: #1ce6c1;
	background: -moz-linear-gradient(top,#1ce6c1 0,#16ad99 100%);
	background: -webkit-linear-gradient(top,#1ce6c1 0,#16ad99 100%);
	background: linear-gradient(to bottom,#1ce6c1 0,#16ad99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ce6c1', endColorstr='#16ad99', GradientType=0 );
	color: #FFF;
	font-weight: 600;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	transition: all .3s ease;
}

#cart .btn,.news {
	transition: all .4s ease;
}

.header-top .fast_button:hover {
	box-shadow: none;
	background: #16ad99;
	background: -moz-linear-gradient(top,#16ad99 0,#149e8e 100%);
	background: -webkit-linear-gradient(top,#16ad99 0,#149e8e 100%);
	background: linear-gradient(to bottom,#16ad99 0,#149e8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16ad99', endColorstr='#149e8e', GradientType=0 );
}

#cart .btn,#main-menu .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.show_all_filter {
	text-align: center;
	border-top: dashed 1px #e4e4e4;
}

#cart .btn {
	margin-top: 9px;
	font-size: 17px;
	color: #27aeae;
	background: 0 0;
	border: none;
	text-align: left;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 5px;
}

.informater {
	font-size: 14px;
	padding: 4px;
	text-align: center;
	background: #006bd0;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: 0;
	border: 2px solid #fff;
}

#cart .btn .fa-shopping-cart {
	font-size: 40px;
	color: #29b4b4;
	position: absolute;
	right: 30px;
	bottom: -27px;
	text-shadow: 0 1px #fff;
	float: left;
}

.services_list {
    display: flex;
    flex-wrap: wrap;
}

.all_services,.news {
	position: relative;
}

#cart .btn span {
	display: block;
	margin-top: 6px;
}

#cart .btn i.fa-caret-down {
	margin-top: 3px;
	margin-left: 15px;
}

#cart.open>.btn>i.fa-caret-down {
	color: #65c7ff;
}

#cart .dropdown-menu {
	min-width: 100%;
	margin-top: 10px;
	background: #383838;
	color: #fff;
	border: none;
	z-index: 1001;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart .open>.dropdown-menu {
	display: block;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu table,#cart .dropdown-menu table td {
	background: 0 0;
	border: none;
	vertical-align: middle;
}

#cart .dropdown-menu table.hcart td,.line-bottom {
	border-bottom: 1px solid #54575b;
}

.btn-block1,.line-top {
	border-top: 1px solid #54575b;
}

#cart .btn-block1 {
	padding: 20px 0 0;
}

#cart .btn-block1 a {
	padding: 8px 12px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

#cart .btn-block1 a+a,#cart .btn-block1 a:hover {
	background: #0a87cf;
	color: #fff;
}

#cart .btn-block1 a,#cart .btn-block1 a+a:hover {
	background: #fff;
	color: #000;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart .dropdown-menu table.total td {
	padding: 2px 8px;
}

#cart .dropdown-menu table td a {
	color: #fff;
}

#cart .dropdown-menu table td a:hover {
	color: #65c7ff;
}

.news {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f5f5f5;
    overflow: hidden;
    height: 290px;
    box-shadow: 0 3px 7px 2px #00000017;
    margin-bottom: 20px;
}

.news .date_holder {
	z-index: 2;
	position: absolute;
	border-radius: 5px;
	height: 50px;
	width: 50px;
	text-align: center;
	left: 5px;
	top: 5px;
	transition: all .2s ease;
    transition: all .2s ease;
    color: #006bd0;
    background: #fff;
    z-index: 1;
    transition: all .2s ease;
    box-shadow: 0 3px 7px 2px #00000017;
}

.news .date_holder .day {
	display: block;
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	margin-top: 8px;
}

.news .date_holder .month {
    margin-top: -3px;
    display: block;
    font-size: 11px;
}

.news .image_holder {
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news .image_holder img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}

.news .fader {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	background: linear-gradient(rgba(30,87,153,0) 0,#f5f5f5 100%);
	width: 100%;
}

.news:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,.35);
}

.news:hover .date_holder {
	    background: #3B71B6;
    color: #FFFFFF;
	-o-transform: rotate3d(2,1,0,360deg);
	-ms-transform: rotate3d(2,1,0,360deg);
	-moz-transform: rotate3d(2,1,0,360deg);
	-webkit-transform: rotate3d(2,1,0,360deg);
	transform: rotate3d(2,1,0,360deg);
}

.news .date {
	color: #0a87cf;
}

.news h4 {
    margin-top: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none!important;
    padding: 10px;
    background: #006bd0;
}

.news .description {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 15px;
	color: #292d30;
}

.info_card {
	background: #fff;
	border-radius: 5px;
	padding: 15px 20px;
	border: 1px solid #ddd;
	height: 450px;
}

.info_card .holder {
	height: 150px;
	position: relative;
}

.info_card .holder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#main-menu {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999999;
	background: 0 0;
	text-shadow: 0 1px rgba(0,0,0,.25);
}

.header-wrap.inner #main-menu {
    position: relative;
    background: #FFFFFF;
    padding: 25px 0;
}

.contacts-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_contacts {
background: #ffffff;
    /* box-shadow: 0 3px 7px 2px #00000017; */
    z-index: 3;
    position: static;
    /* border-top: solid 1px #e5e5e5; */
    padding: 5px 0;
    /* border-bottom: solid 1px #e5e5e5; */
    background: #f9f9f9;
}

.contacts-flex a {
    padding: 0px 15px;
    color: #000000;
    margin: 5px 0px;
    /* font-weight: 600; */
    font-size: 16px;
    border-right: solid 1px;
    font-weight: 600;
}

.contacts-flex a i {
    margin-right: 5px;
}

.contacts-flex a:last-of-type {
    border-right: none;
}
.contacts-flex a:hover {
    color: #3B71B6 !important;
}

#main-menu.navbar {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#main-menu.navbar>.container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#main-menu .navbar-nav>li.open dropdown-menu {
	background: #000;
}

.call-to-me {
	padding: 18px!important;
	font-size: 16px;
	border-radius: 0!important;
	background: #31706f;
	background: -moz-linear-gradient(top,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	background: -webkit-linear-gradient(top,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	background: linear-gradient(to bottom,#31706f 0,#29b5b5 0,#1c7c7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31706f', endColorstr='#1c7c7c', GradientType=0 );
	margin-right: 15px;
	color: #fff!important;
}

#main-menu .navbar-nav>li.open .dropdown-toggle,#main-menu .navbar-nav>li>a:focus,#main-menu .navbar-nav>li>a:hover {
	background: 0px 0px;
    color: #3B71B6;
}

#main-menu .navbar-nav>li a {
	text-transform: uppercase;
	color: #000000;
	text-shadow: none;
	font-weight: 600;
}


#main-menu .dropdown-menu {
	background: #fbfbfb;
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}

.main-toggler .audio_cat .hover-nav {
	width: 800px;
}

.main-toggler .two_col_cat .hover-nav {
	width: 400px;
}

#main-menu .dropdown-menu li .hover-nav a {
	color: #356202;
}

#main-menu .dropdown-menu li a {
color: #3C3D3F;
    font-weight: 600;
    background: #ffffff;
    padding: 10px 15px;
    border-bottom: solid 1px #e5e5e5;
    font-weight: 600 !important;
}

#main-menu .dropdown-menu li:hover a {
	text-decoration: none;
	color: #3B71B6;
	font-weight: 600;
	text-shadow: none;
}

#main-menu .dropdown-menu li .hover-nav a {
	font-size: 13px;
	padding: 5px;
	border-bottom: none;
	line-height: 13px;
}

#main-menu .dropdown-inner {
	display: table;
	padding-bottom: 10px;
}

#main-menu .dropdown-inner ul {
	display: table-cell;
}

#main-menu .dropdown-inner .dropdown-header {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 0 10px 15px;
}

#main-menu .dropdown-inner li a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
}

#main-menu .navbar-form .form-control {
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#main-menu .navbar-form .form-control::-moz-placeholder {
	color: #fff;
}

#main-menu .navbar-form .form-control:-ms-input-placeholder {
	color: #fff;
}

#main-menu .navbar-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

#main-menu .navbar-form .btn,#main-menu .navbar-form .form-control {
	color: #fff;
	background-color: #000;
	border: none;
}

#main-menu .navbar-form .btn,#main-menu .navbar-form .form-control,#main-menu .navbar-form .form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main-carousel {
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	height: 600px;
}

#main-carousel .carousel-control {
	bottom: auto;
	width: auto;
	height: auto;
	opacity: 1;
	text-shadow: none;
	background: 0 0;
}

#main-carousel .carousel-control.left,#main-carousel .carousel-control.right {
	background: 0 0;
	color: #fff;
	z-index: 9;
	transition: all .4s ease;
	text-shadow: 0 2px 4px rgba(0,0,0,.48);
}

#main-carousel .carousel-control.left {
	left: -50px;
	opacity: 0;
}

#main-carousel .carousel-control.right {
	right: -50px;
	opacity: 0;
}

#main-carousel:hover .carousel-control.right {
	right: 10px;
	opacity: 1;
}

#main-carousel:hover .carousel-control.left {
	left: 10px;
	opacity: 1;
}

#main-carousel .carousel-control:hover.left,#main-carousel .carousel-control:hover.right {
	color: #3B71B6;
}

#main-carousel .carousel-control:hover.left .fa {
	animation: move_left 1s cubic-bezier(1,1,0,0) infinite;
	-webkit-animation: move_left 1s cubic-bezier(1,1,0,0) infinite;
}

#main-carousel .carousel-control:hover.right .fa {
	animation: move_right 1s cubic-bezier(1,1,0,0) infinite;
	-webkit-animation: move_right 1s cubic-bezier(1,1,0,0) infinite;
}

#main-carousel .carousel-indicators li {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: none;
	margin: 1px;
}

#main-carousel .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #3B71B6;
}

#main-carousel .carousel_image {
	max-width: 130%;
	max-height: 70%;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}

#main-carousel .slider_image {
	max-height: 100%;
	max-width: 100%;
	float: right;
	height: 416px;
}

.carousel-inner {
    height: 600px;
}

#main-carousel .item .col-md-12,.product-col {
	height: 600px;
}

#main-carousel .item {
	background-size: cover!important;
	background-position: center!important;
	height: 600px;
}

.image_line {
    background: #fff url(/imgs/banners/9.jpg);
    height: 500px;
    background-size: cover !important;
    background-position: center bottom !important;
    position: relative;
}

.image_line .text_holder {
    position: absolute;
    left: 20%;
    top: 30%;
}

.head_overlayer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #00000063;
}

.image_line h1 {
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 3px 10px #00396f;
    color: #fff;
    text-transform: uppercase;
}
.image_line h1 span {
    display: block;
}

.benefits {
    box-shadow: 0 5px 10px #0000001c;
    position: relative;
}

#main-carousel .carousel-caption {
	text-shadow: none;
	width: 560px;
	margin: 0 auto;
	line-height: 20px;
}

#main-carousel .carousel-caption h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

#main-carousel .carousel-caption h2 {
	margin-top: 20px;
	margin-bottom: 0;
}

#main-carousel .carousel-caption h2 span {
	color: #0a87cf;
}

#main-carousel .carousel-caption,#main-carousel .carousel-caption h1,#main-carousel .carousel-caption h2 {
	color: #fff;
}

#main-carousel.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

#main-carousel.carousel-fade .carousel-inner .active.left,#main-carousel.carousel-fade .carousel-inner .active.right,#main-carousel.carousel-fade .carousel-inner .item {
	opacity: 0;
}

#main-carousel.carousel-fade .carousel-inner .active,#main-carousel.carousel-fade .carousel-inner .next.left,#main-carousel.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

#main-carousel.carousel-fade .carousel-inner .active.left,#main-carousel.carousel-fade .carousel-inner .active.right,#main-carousel.carousel-fade .carousel-inner .next,#main-carousel.carousel-fade .carousel-inner .prev {
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#main-carousel.carousel-fade .carousel-control {
	z-index: 2;
}

.breadcrumb-wrap {
	background-color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(117,58,146,.07);
}

.breadcrumb {
	padding: 10px 18px 10px 0;
	margin-bottom: 0;
	border: none;
	background: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}

.breadcrumb li {
	color: #131211;
}

.breadcrumb>li+li:before {
	content: "\F138";
	margin: 0 5px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #f0f0f1;
}

.breadcrumb li a {
	color: #006bd0;
}

.breadcrumb>.active {
	color: #292d30;
}

.categories-banner-box {
	margin-top: 30px;
}

.categories-banner-box img {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.categories-banner-box h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 20px;
	background-color: #1d1b1c;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.categories-banner-box h4,.categories-banner-box h4 a {
	color: #fff;
}

.categories-banner-box h4 .fa {
	font-size: 30px;
}

.full-banner {
	margin-bottom: 40px;
}

.banners-cat,.col1-banners,.col2-banners,.col3-banners {
	margin-bottom: 20px;
}

.banners-cat img,.products-list {
	margin-bottom: 15px;
}

.banners-cat img {
	margin-top: 5px;
}

.product-head {
	padding: 14px 50px 14px 0;
	margin: 0 0 10px;
	font-size: 20px;
	color: #333;
	box-shadow: none;
	border-bottom: solid 3px #f4f9fd;
	display: block;
	text-transform: uppercase;
	position: relative;
}

.product-head:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: solid 3px #006bd0;
	margin-bottom: -3px;
	z-index: 1;
	width: 200px;
}

.product-col {
	padding: 15px 10px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all .2s ease;
	overflow: hidden;
	position: relative;
}

.product-col:hover {
	box-shadow: 0 3px 5px #ddd;
	background: #fcfcfc;
}

.product-col .badges {
	z-index: 4;
	position: absolute;
	right: 2px;
	top: 0;
}

.product-col .badges .badger {
	float: left;
	font-size: 20px;
	padding: 6px 2px 2px 0;
	border-radius: 4px;
	color: #0a87cf;
	margin-left: 3px;
}

.hot {
	color: #f30000;
	padding-top: 5px;
}

.sale {
	color: #ea8e19;
}

.product-col .badges .hot {
	color: #f30000;
	padding-top: 5px;
}

.product-col .badges .sale {
	color: #ea8e19;
}

.product-col.list {
	padding: 15px;
	text-align: left;
	height: auto;
}

.product-col .image {
	height: 180px;
	position: relative;
	border: 1px solid #f7f7f7;
	background: #fff;
}

.product-col .image img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .5s ease;
}

.product-col.list .image {
	width: 200px;
	margin-right: 30px;
	padding: 0;
	float: left;
}

.product-col .caption {
	padding: 10px;
}

.product-col.list .caption {
	padding-top: 0;
	text-align: left;
}

.product-col h4 {
	margin-top: 0;
	font-size: 15px;
}

.product-col h4,.product-col h4 a {
	color: #292d30;
}

.product-col h4 a:focus,.product-col h4 a:hover {
	color: #0a87cf;
}

.product-col .description {
	margin-bottom: 0;
	padding: 5px 0;
	font-size: 10px;
	line-height: 11px;
	color: #8b8b8b;
	font-family: Arial;
}

.product-col.list .description {
	padding-right: 20px;
}

.product-col .price {
	padding: 10px 0;
	color: #0a87cf;
	font-size: 24px;
}

.product-col .price .price-tax {
	font-size: 14px;
	color: #212121;
}

.product-col .price span.price-new {
	padding-right: 5px;
}

.product-col .price span.price-old {
	font-size: 16px;
	color: #7e7e7e;
	text-decoration: line-through;
}

.product-col .cart-button {
	padding: 10px 0;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	transition: all .5s ease;
	opacity: 0;
	border-top: dashed 1px #ddd;
	background: #fff;
	box-shadow: 0 -3px 5px rgba(221,221,221,.5);
}

.product-col:hover .cart-button {
	bottom: 0;
	opacity: 1;
}

.product-col:hover img {
	transform: scale(.9);
}

.product-col.list .cart-button {
	width: 100%;
	text-align: right;
	padding-right: 30px;
}

.product-col .cart-button .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-col .btn-compare,.product-col .btn-wishlist {
	color: #c9c9c9;
	font-size: 16px;
	background: #fff;
	margin-left: 5px;
	border: 1px solid #c9c9c9;
}

.product-col .active .btn-compare,.product-col .active .btn-wishlist,.product-col .btn-compare:hover,.product-col .btn-wishlist:hover {
	border-color: #ff9c1b;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c1b', endColorstr='#e08618', GradientType=0 );
	text-shadow: 0 1px rgba(0,0,0,.25);
	color: #fff;
}

.product-col .active .btn-compare,.product-col .active .btn-wishlist,.product-col .btn-compare:hover,.product-col .btn-wishlist:hover {
	background: #ff9c1b;
	background: -moz-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: -webkit-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: linear-gradient(to bottom,#ff9c1b 0,#e08618 100%);
}

.btn-cart,.product-col .btn-cart {
	font-size: 16px;
	color: #fff;
	background: #31706f;
	background: -moz-linear-gradient(top,#31706f 0,#e84f0d 0,#af4f0a 100%);
	background: -webkit-linear-gradient(top,#31706f 0,#e84f0d 0,#af4f0a 100%);
	background: linear-gradient(to bottom,#31706f 0,#e84f0d 0,#af4f0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31706f', endColorstr='#af4f0a', GradientType=0 );
	text-shadow: 0 1px rgba(0,0,0,.25);
}

.product-col .btn-cart .fa {
	margin-right: 5px;
}

.btn-cart:hover,.product-col .btn-cart:hover {
	color: #fff;
	background: #ff9c1b;
	background: -moz-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: -webkit-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: linear-gradient(to bottom,#ff9c1b 0,#e08618 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c1b', endColorstr='#e08618', GradientType=0 );
}

.compare-table tbody>tr>td a:hover,.shopping-cart-table tbody>tr>td a:hover {
	color: #252a2f;
}

.button-group a:active,.button-group a:focus,.button-group a:hover,.product-col .button-group a:active,.product-col .button-group a:focus,.product-col .button-group a:hover {
	text-decoration: none;
}

.product-col .btn-order {
	background: #9b9b9b;
	background: -moz-linear-gradient(top,#9b9b9b 0,#c9c9c9 100%);
	background: -webkit-linear-gradient(top,#9b9b9b 0,#c9c9c9 100%);
	background: linear-gradient(to bottom,#9b9b9b 0,#c9c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#c9c9c9', GradientType=0 );
}

.product-col .btn-order:hover {
	background: #8e8e8e;
	background: -moz-linear-gradient(top,#8e8e8e 0,#bcbcbc 100%);
	background: -webkit-linear-gradient(top,#8e8e8e 0,#bcbcbc 100%);
	background: linear-gradient(to bottom,#8e8e8e 0,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#bcbcbc', GradientType=0 );
}

.compare-table,.shopping-cart-table {
	background: #fff;
	margin-top: 30px;
	text-transform: uppercase;
}

.shopping-cart-table thead>tr>td {
	font-size: 15px;
	font-weight: 600;
	border-bottom: none;
}

.shopping-cart-table tbody>tr>td {
	font-size: 14px;
}

.compare-table thead {
	background: #f9f9f9;
}

.compare-table thead>tr>td {
	font-size: 15px;
	font-weight: 600;
	border-bottom: none;
}

.compare-table tbody>tr>td {
	font-size: 14px;
}

.compare-table td {
	text-align: center;
}

.compare-table .rating .fa-star {
	color: #0a87cf;
}

.login-area {
	padding-top: 30px;
}

.registration-area {
	padding-top: 20px;
}

.panel-smart {
    position: relative;
    padding: 20px;
    background: #fff;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 50px;
    box-shadow: 0 3px 7px 2px #00000017;
}

.panel-smart .panel-heading {
	padding: 5px 0 15px;
	color: #252a2f;
	border-bottom: 1px solid #929497;
}

.panel-smart h3.panel-title {
	font-size: 24px;
}

.panel-smart .panel-body {
	padding: 20px 0 0;
}

.registration-area .inner {
	margin-top: 30px;
	margin-bottom: 20px;
}

.registration-area .control-label {
	color: #8b8b8b;
	font-weight: 600;
}

.registration-area .btn,.registration-area .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.registration-area .dl-horizontal dt {
	font-weight: 400;
}

.registration-area .dl-horizontal dd {
	font-weight: 700;
}

.registration-area .dl-horizontal dd,.registration-area .dl-horizontal dt {
	margin-bottom: 5px;
}

#main-container-home,.registration-area .dl-horizontal.total dd,.registration-area .dl-horizontal.total dt {
	margin-bottom: 0;
}

.registration-area .dl-horizontal.total {
	color: #0a87cf;
	font-size: 18px;
}

#main-container {
	margin-bottom: 35px;
}

.main-container {
	padding-top: 40px;
	padding-bottom: 30px;
}

.main-container.inner {
	margin-top: 0;
}

.product-carousel .row {
	margin-left: -5px;
	margin-right: -5px;
}

.product-carousel .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.owl-product .item {
	padding-left: 5px;
	padding-right: 5px;
}

.owl-product .owl-controls {
	margin: 0;
}

.owl-product .owl-controls .owl-nav div {
	position: absolute;
	background: 0 0;
	font-size: 18px;
}

.owl-product .owl-controls .owl-nav .owl-next,.owl-product .owl-controls .owl-nav .owl-prev {
    top: -40px;
    text-shadow: 0 1px #fff;
    transition: all .2s ease;
    color: #555;
    font-size: 20px;
    /* padding: 2px 10px; */
    background: #FFF;
    border: 1px solid #E6E6E6!important;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 7px 2px #00000017;
}

.owl-product .owl-controls .owl-nav .owl-next:hover,.owl-product .owl-controls .owl-nav .owl-prev:hover {
	color: #3B71B6;
}

.owl-product .owl-controls .owl-nav .owl-prev {
	right: 45px;
}

.owl-product .owl-controls .owl-nav .owl-next {
	right: 10px;
}

.cat-intro {
	padding-top: 10px;
}

.cat-intro .img-thumbnail {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: transparent;
}

.cat-intro .cat-body {
	color: #8b8b8b;
	font-size: 13px;
	padding-left: 5px;
	text-align: justify;
}

.product-filter {
	color: #555;
	font-size: .9em;
	padding: 5px 10px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.product-filter .display {
	padding-top: 5px;
}

.product-filter .display a {
	color: #2f353b;
	font-size: 24px;
	margin-right: 6px;
	cursor: pointer;
}

.product-filter .display a:hover {
	text-decoration: none;
}

.product-filter .display a.active {
	color: #0a87cf;
}

.product-filter .control-label {
	padding-top: 5px;
	font-size: 18px;
	font-weight: 400;
}

.product-filter .form-control {
	height: 30px;
	padding: 3px 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.side-products-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: none;
}

.side-products-list li {
	padding: 10px 15px;
	text-align: center;
}

.popular_products li {
	border-bottom: dashed 1px #ededed;
}

.popular_products li:last-of-type {
	border-bottom: none;
}

.side-products-list h5 {
	margin-bottom: 7px;
	font-size: 16px;
	width: 100%;
}

.side-products-list h5 a {
	color: #292d30;
}

.side-products-list h5 a:hover {
	color: #0a87cf;
}

.side-products-list img {
	margin-right: 110px;
}

.side-products-list .price span.price-new {
	color: #0a87cf;
	font-size: 18px;
	padding-right: 5px;
}

.side-products-list .price span.price-old {
	font-size: 14px;
	color: #7e7e7e;
	text-decoration: line-through;
}

.product-info .badges .badger {
	float: left;
	padding: 6px 8px 2px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	color: #0a87cf;
	margin-left: 3px;
}

.product-info .badges {
	margin-top: 3px;
	margin-right: 3px;
}

.product-info .images-block .thumbnail {
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.product-info .images-block .list-inline {
	margin-left: 0;
}

.product-info .images-block .list-inline .image_holder,.product-info .images-block .list-inline li {
	padding: 5px;
}

.product-info .images-block .list-inline .image_holder {
	height: 70px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #f6f6f6;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.product-info .images-block .list-inline .image_holder img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 2px;
}

#big_image .owl-stage-outer .owl-item .item {
	position: relative;
	height: 200px;
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	border: 1px solid #006bd0;
	margin-bottom: 20px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.the_detailed,.the_gallery {
	height: 425px;
	margin-bottom: 5px;
}

.the_gallery {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}

.the_detailed {
	position: relative;
}

#big_image .owl-stage-outer .owl-item .item img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.owl-thumbs .owl-nav {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	z-index: -1;
}

.owl-nav .disabled {
	color: #ededed;
}

.owl-nav .disabled:hover {
	color: #ededed!important;
}

.owl-thumbs .owl-nav .owl-next,.owl-thumbs .owl-nav .owl-prev {
	color: #333;
	display: inline-block;
	font-size: 25px;
}

.owl-thumbs .owl-nav .owl-next:hover,.owl-thumbs .owl-nav .owl-prev:hover {
	color: #ef901a;
}

.owl-thumbs .owl-nav .owl-next {
	float: right;
	margin-right: -20px;
}

.owl-thumbs .owl-nav .owl-prev {
	float: left;
	margin-left: -20px;
}

.owl-thumbs .owl-thumb-item {
	position: relative;
	width: 33%;
	height: 70px;
	display: inline-block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ededed;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	overflow: visible;
	margin-bottom: 0;
	cursor: pointer;
}

.thumb_holder {
	margin: 20px;
	padding: 0 20px;
}

.owl-thumbs .activated:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	border-bottom: solid 2px #ef901a;
	z-index: 20;
}

.owl-thumbs button:active,.owl-thumbs button:focus {
	outline: 0;
}

.owl-thumbs .owl-thumb-item img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
}

#big_image .owl-controls {
	position: absolute;
	top: 0;
	width: 100%;
	color: #ddd;
	font-size: 25px;
}

#big_image .owl-controls .owl-next,#big_image .owl-controls .owl-prev {
	padding: 2px 9px;
	position: absolute;
	opacity: .8;
	color: #006bd0;
	border: 1px solid;
	border-radius: 50%;
	background: rgba(242,242,242,.18);
	display: none!important;
}

#big_image .owl-controls .owl-next:hover,#big_image .owl-controls .owl-prev:hover {
	opacity: 1;
}

#big_image .owl-controls .owl-prev {
	right: 36px;
}

#big_image .owl-controls .owl-next,.socialed {
	right: 0;
}

.product-info .images-block .list-inline .image_holder,.product-info .images-block .list-inline li {
	padding-left: 2px;
	padding-right: 2px;
}

.product-info .images-block .list-inline .thumbnail {
	padding: 5px;
}

.bonus_line,.pricered {
	padding-left: 20px;
}

.product-info .product-details h1 {
	margin-top: 0;
	font-size: 25px;
}

.product-info .product-details h3 {
	font-size: 22px;
}

.product-info .product-details h2,.product-info .product-details h3 {
	text-transform: uppercase;
}

.product-info .product-details .manufacturer {
	color: grey;
	text-transform: uppercase;
}

.product-info .we_have_on_ware {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 20px;
	text-transform: uppercase;
}

.truly {
	color: #2e254e;
}

.fakely {
	color: #b45656;
}

.product-info .product-details .shorty {
	color: #222;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.product-info .product-details .short_desc_title {
	display: inline-block;
	text-transform: uppercase;
}

.bonus_line {
	font-size: 15px;
	color: #2e254e;
}

.bonus_line span {
	color: #555;
}

.product-info .product-details .user_specs {
	margin-top: 25px;
}

.product-info .product-details .shorty_more {
	color: #ef901a;
	border-bottom: dotted 1px;
	cursor: pointer;
}

.product-info .product-details .shorty_more:hover {
	text-decoration: none;
	color: #ef901a;
}

.product-info .product-details .identifier {
	color: #2e254e;
	padding: 2px 15px;
	border: 1px solid #ededed;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
}

.product-info .product-details .manufacturer span {
	min-width: 130px;
	display: inline-block;
	color: #2f353b;
}

.product-info .product-details .price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f4f9fd;
	padding: 15px 10px;
	border-radius: 0 0 2px 2px;
}

.product-info .product-details .asker,.socialed {
	bottom: calc(100% + 5px);
	opacity: .6;
	position: absolute;
}

.product-info .product-details .price-head {
	padding-right: 10px;
	font-size: 24px;
	color: #212121;
	text-transform: uppercase;
}

.product-info .product-details .price-tax {
	padding-top: 5px;
	font-size: 14px;
	color: #212121;
	text-transform: uppercase;
}

.product-info .product-details .price-new {
	color: #ef901a;
	font-size: 25px;
	margin-top: 5px;
	display: inline-block;
	font-weight: 600;
}

.product-info .product-details .asker {
	cursor: pointer;
	font-size: 12px;
	display: block;
	color: #b3b3b3;
	left: 0;
}

.product-info .product-details .asker:hover {
	text-decoration: none;
	color: #ef901a;
}

.brander,.soccer {
	height: 50px;
}

.gal_loader:hover .gal_hover,.socialed:hover {
	opacity: 1;
}

.brand_image {
	max-height: 20%;
	max-width: 20%;
	position: absolute;
	top: 10px;
	z-index: 2;
	right: 20px;
}

.product-info .product-details .price-old {
	font-size: 15px;
	color: #696969;
	text-decoration: line-through;
	position: absolute;
	padding-left: 3px;
	display: block;
}

.product-info .product-details .your-price {
	display: block;
	margin-top: 2px;
}

.product-info .product-details .options h3 {
	margin-bottom: 20px;
}

.product-info .product-details .options h6 {
	font-weight: 700;
}

.product-info .product-details .btn-compare:hover,.product-info .product-details .btn-wishlist:hover,.product-info .product-details .cart-button .active .btn {
	background: #ff9c1b;
	background: -moz-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: -webkit-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: linear-gradient(to bottom,#ff9c1b 0,#e08618 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c1b', endColorstr='#e08618', GradientType=0 );
}

.product-info .product-details .cart-button .btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-info .product-details .btn-compare,.product-info .product-details .btn-wishlist {
	color: #acacac;
	background: 0 0;
	margin-right: 5px;
	padding: 0;
	font-size: 14px;
}

.product-info .product-details .the_ware {
	color: #222;
	font-size: 11px;
	line-height: 11px;
	position: relative;
	text-indent: 12px;
}

.product-info .product-details .the_ware:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: -12px;
	top: 0;
	color: #2e254e;
}

.product-info .product-details .btn-compare:hover,.product-info .product-details .btn-wishlist:hover,.user_specs a {
	text-decoration: none;
	color: #ff9c1b;
	background: #fff;
}

.user_specs .active .btn-compare,.user_specs .active .btn-wishlist {
	color: #ff9c1b;
}

.product-info .product-details .btn-cart {
	background: #31706f;
	background: -moz-linear-gradient(top,#31706f 0,#e84f0d 0,#af4f0a 100%);
	background: -webkit-linear-gradient(top,#31706f 0,#e84f0d 0,#af4f0a 100%);
	background: linear-gradient(to bottom,#31706f 0,#e84f0d 0,#af4f0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31706f', endColorstr='#af4f0a', GradientType=0 );
	text-shadow: 0 1px rgba(0,0,0,.25);
	width: 80%;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}

.product-info .product-details .btn-cart .fa {
	font-size: 16px;
	margin-right: 5px;
}

.product-info .product-details .btn-order {
	background: #9b9b9b;
	background: -moz-linear-gradient(top,#9b9b9b 0,#c9c9c9 100%);
	background: -webkit-linear-gradient(top,#9b9b9b 0,#c9c9c9 100%);
	background: linear-gradient(to bottom,#9b9b9b 0,#c9c9c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#c9c9c9', GradientType=0 );
	width: 80%;
}

.product-info .product-details .btn-cart:hover {
	background: #ff9c1b;
	background: -moz-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: -webkit-linear-gradient(top,#ff9c1b 0,#e08618 100%);
	background: linear-gradient(to bottom,#ff9c1b 0,#e08618 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c1b', endColorstr='#e08618', GradientType=0 );
}

.product-info .product-details .btn-order:hover {
	background: #8e8e8e;
	background: -moz-linear-gradient(top,#8e8e8e 0,#bcbcbc 100%);
	background: -webkit-linear-gradient(top,#8e8e8e 0,#bcbcbc 100%);
	background: linear-gradient(to bottom,#8e8e8e 0,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#bcbcbc', GradientType=0 );
}

.product-info-box {
	padding-top: 10px;
}

.product-info-box+.product-info-box {
	padding-top: 30px;
}

.product-info-box .heading {
	font-size: 18px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.product-info-box .content {
	color: #212121;
	font-size: 13px;
}

.btn-cart .tabs-panel {
	margin-top: 20px;
}

.tabs-panel.panel-smart {
	padding: 0;
}

.tabs-panel .nav-tabs {
	font-size: 16px;
	border-bottom: 4px solid #0a87cf;
}

.tabs-panel .nav-tabs>li {
	margin-bottom: 0;
}

.tabs-panel .nav-tabs>li>a {
	color: #0a87cf;
	margin: 0;
}

.tabs-panel .btn,.tabs-panel .form-control,.tabs-panel .nav-tabs>li>a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tabs-panel .nav-tabs>li.active>a,.tabs-panel .nav-tabs>li.active>a:focus,.tabs-panel .nav-tabs>li.active>a:hover,.tabs-panel .nav>li>a:focus,.tabs-panel .nav>li>a:hover {
	background: 0 0;
}

.tabs-panel .nav-tabs>li.active>a,.tabs-panel .nav-tabs>li.active>a:focus,.tabs-panel .nav-tabs>li.active>a:hover,.tabs-panel .nav-tabs>li>a,.tabs-panel .nav-tabs>li>a:hover {
	border: none;
}

.tabs-panel .nav-tabs>li.active,.tabs-panel .nav-tabs>li.active>a {
	background: #0a87cf;
	color: #fff;
}

.tabs-panel .nav-tabs>li>a:hover {
	background: #f4f4f4;
}

.tabs-panel .tab-content {
	padding: 20px;
	font-size: 13px;
}

.tabs-panel label.control-label {
	text-transform: uppercase;
	font-weight: 400;
}

.tabs-panel label.control-label.ratings {
	padding-top: 1px;
}

.tabs-panel .btn {
	margin-left: -10px;
}

.pagination {
	margin: 0;
}

.pagination>li>a {
	color: #444c53;
}

.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	background: #0a87cf;
	border-color: #0a87cf;
}

.results {
	padding-top: 10px;
	text-align: right;
}

.page-box {
	color: #8b8b8b;
	font-size: 13px;
	margin-bottom: 40px;
}

.page-box h3 {
	margin: 0;
	font-size: 24px;
	color: #252a2f;
}

.page-box h3,.page-box h4 {
	text-transform: uppercase;
}

.page-box h4 {
	margin: 5px 0 15px;
	color: grey;
	font-size: 18px;
}

.page-box .sm-links {
	margin-bottom: 20px;
}

.page-box .sm-links li {
	background: #0a87cf;
	width: 34px;
	text-align: center;
	padding: 5px 0 4px;
	margin: 0 0 0 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-box .sm-links li:hover {
	background: #383838;
}

.page-box .sm-links li a .fa {
	color: #fff;
	font-size: 24px;
}

.content-box {
	border: 1px solid #e9e9e9;
	background: #fff;
	margin-top: 20px;
	padding: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content-box .special-heading {
	font-size: 100px;
	color: #0a87cf;
	margin-top: 0;
	margin-bottom: 30px;
}

#map-wrapper {
	border: 1px solid #feffff;
	margin: 20px 0;
	height: 250px;
}

.side-heading {
	padding: 14px 50px 14px 0;
	margin: 0 0 10px;
	font-size: 20px;
	color: #333;
	box-shadow: none;
	border-bottom: solid 3px #f4f9fd;
	display: block;
	text-transform: uppercase;
	position: relative;
}

.side-heading:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: solid 3px #006bd0;
	margin-bottom: -3px;
	z-index: 1;
	width: 200px;
}

.side-heading .fa {
	margin-right: 7px;
	font-size: 18px;
}

.list-group,.list-group-item:first-child,.list-group-item:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	list-style: none;
}

.list-group-item {
	padding: 5px 15px;
	color: #222;
	text-transform: uppercase;
	background-color: #fff;
}

.list-group.categories a.list-group-item {
	color: #555;
	font-size: .9em;
	padding: 5px 10px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	text-transform: uppercase;
	margin-bottom: 0;
}

.list-group.categories a.list-group-item:focus,.list-group.categories a.list-group-item:hover {
	background-color: #f8f8f8;
}

.list-group.categories a.list-group-item:focus,.list-group.categories a.list-group-item:focus .fa,.list-group.categories a.list-group-item:hover,.list-group.categories a.list-group-item:hover .fa {
	color: #0a87cf;
}

.list-group-item .fa {
	padding-left: 5px;
	padding-right: 7px;
	font-size: 12px;
}

.panel-smart blockquote {
	margin: 0;
	padding: 5px 15px;
	color: #8b8b8b;
	font-size: 13px;
	border: none;
}

.panel-smart blockquote footer {
	padding-top: 10px;
	color: #252a2f;
	font-size: 14px;
	text-align: right;
}

.copyright,.footer {
	text-align: center;
}

.contact-details li+li {
	margin-top: 20px;
}

.contact-details li .fa {
	color: #0a87cf;
	padding: 5px 10px 0 0;
	font-size: 18px;
}

.footer-top {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #0a87cf;
}

.footer-top h3 {
	font-size: 30px;
	text-transform: uppercase;
}

.footer-top h3,.footer-top h5 {
	margin-bottom: 25px;
}

.foot-sm-links {
	padding-top: 20px;
	margin-bottom: 0;
}

.foot-sm-links li {
	font-size: 24px;
}

.foot-sm-links li+li {
	margin-left: 5px;
}

.footer-top form {
	padding-top: 10px;
}

.footer-top form .form-control {
	padding: 10px 20px;
	height: 42px;
	color: #878787;
}

.footer-top form .btn {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #e74c3c;
}

.footer-top form .btn:focus,.footer-top form .btn:hover {
	background-color: #2a2a2a;
}

.footer-top form .btn,.footer-top form .form-control {
	border: none;
}

.footer-top form .input-group-btn:last-child>.btn,.footer-top form .input-group-btn:last-child>.btn-group {
	margin-left: 0;
}

.footer-links {
    padding: 40px 0;
    background-color: #172940;
    box-shadow: 0 3px 7px 2px #00000017;
    position: relative;
    z-index: 2;
}

.footer-links .social-bar {
	font-size: 25px;
	line-height: 59px;
}

.f_info {
	height: 15px;
	font-weight: 700;
	color: #d6d5d5;
	letter-spacing: 1px;
}

.footer-links .social-bar a {
	margin-right: 10px;
	color: #006bd0;
	border-radius: 50%;
	background: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	transition: all .2s ease;
}

.footer-links .social-bar a:hover {
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.footer-links .social-bar .fa {
	transition: all .2s ease;
}

.footer-links h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}

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

.footer .header-links {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.f_phone {
	color: #fff;
	font-weight: 900;
	font-size: 22px;
	line-height: 59px;
	text-decoration: none!important;
}

.footer a:hover,.hover-nav a:hover,.project-card a:hover,.service-card a:hover {
	text-decoration: none;
}

.f_phone i {
	margin-right: 15px;
}

.f_phone:hover {
	color: #78aedb;
}


.footer-links a {
	z-index: 1;
}

.footer-links .last h4.lead {
	font-size: 24px;
	margin-bottom: 0;
}

.footer-links .last h4.lead span {
	color: #31706f;
}

.fa-vk:hover {
	color: #45668e;
}

.fa-facebook-official:hover {
	color: #3b5998;
}

.fa-odnoklassniki:hover {
	color: #f2720c;
}

.fa-google-plus:hover {
	color: #dd4b39;
}

.fa-flickr:hover {
	color: #fe0086;
}

.fa-instagram:hover {
	color: #517fa4;
}

.fa-twitter:hover {
	color: #0084b4;
}

.fa-youtube:hover {
	color: #b00;
}

.copyright {
	background: #bd2828;
	padding: 5px 0;
	color: #d6d5d5;
}

.copyright,.copyright a,.copyright a:hover {
	font-weight: 500;
}

.copyright a {
	color: #3498db;
}

.copyright p {
	padding-top: 6px;
}

.copyright .benefit {
	font-size: 25px;
	float: left;
	margin-left: 15px;
}

.copyright .benefit:hover {
	color: #0a87cf;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.btn-cart,.cart-button .btn,.product-col .btn-cart {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#main-menu .dropdown-menu li:hover .hover-nav a {
	background: 0 0;
}

.categories {
	position: relative;
}

.hover-nav {
	position: absolute;
	top: 0;
	left: calc(100% - 1px);
	z-index: 20;
	display: none;
	float: left;
	height: calc(100% + 0px);
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.baloon_header,.service-card .service-desc,.side-products-list .media-body h5 {
	text-align: center;
}

.hover-nav .nav_child_image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
	z-index: -1;
}

.hover-nav li {
	width: 170px;
	padding: 0 10px;
	z-index: 2;
}

.hover-nav .parent {
	margin-top: 5px;
	padding-bottom: 0!important;
	position: relative;
	margin-left: -5px;
}

.hover-nav .child {
	text-transform: none!important;
	line-height: 12px;
	font-size: 12px!important;
	border-bottom: none!important;
	padding: 2px 5px!important;
	color: #333!important;
	border-left: solid 1px #356202;
}

.arrower {
	position: absolute;
	left: 2px;
	bottom: -2px;
	display: none!important;
}

.project-card .doc_desc,.project-card h4 {
	left: 35%;
	color: #292d30;
	position: absolute;
}

.hover-nav a,.hover-parent:hover .hover-nav {
	display: block;
}

.hover-nav .more {
	color: #333!important;
	font-size: 12px;
	border-left: 1px solid #356202;
	text-transform: lowercase!important;
	font-weight: 400!important;
}

#load_more,.actions a,.faq-head,.filter_header,.full_comment_block .comment-info,.full_comment_block .doctor_holder,.full_comment_block .service_holder,.hover-nav a,.leave_a_comment,.leave_a_record,.line_heading,.map_location,.map_phone,.project-card h4,.service_item .title {
	text-transform: uppercase;
}

.hover-nav a {
	color: #fff;
	padding: 3px;
	font-weight: 400;
}

.hover-nav a:hover {
	background: 0 0;
	color: #d98618!important;
}

#bottom_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #006bd0;
	z-index: 30;
}

.project-card {
	padding: 0;
	height: 200px;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: solid 1px #d6d5d5;
	margin-bottom: 10px;
	transition: all .4s ease;
}

.project-card:hover {
	box-shadow: 2px 2px 4px #d6d5d5;
}

.project-card h4 {
	max-width: 60%;
	font-size: 18px;
	font-weight: 700;
}

.project-card .doc_desc {
	top: 60px;
	max-width: 60%;
	font-size: 14px;
	line-height: 16px;
}

.btn-block .cart_count,.service-gallery a {
	line-height: 1.42857143;
	display: inline-block;
}

.project-card .fader {
	position: absolute;
	bottom: 0;
	left: 30%;
	height: 50px;
	background: linear-gradient(rgba(30,87,153,0) 0,#fff 100%);
	width: 100%;
}

.project-card .image_holder {
	width: 30%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover!important;
}

.project-card img {
    max-width: 100%;
    margin-bottom: 10px;
    max-height: 70%;
    margin-top: 20px;
}

.project-card .btn {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 6px 16px;
	box-shadow: 0 0 6px 6px #fff;
}

.service-second-form {
	width: 100%;
	background: #78aedb;
	background-size: cover;
	padding: 50px 0;
	position: relative;
}

.service-second-form .biggy {
	position: absolute;
	color: #3B71B6;
	left: 20%;
	top: -15%;
	font-size: 350px;
	transform: rotate(-20deg);
	transition: all .2s ease;
}

.service-second-form:hover .biggy {
	transform: rotate(-30deg) scale(1.1);
}

.service-second-form h3 {
	color: #292d30;
	font-weight: 800;
	font-size: 33px;
}

.service-second-form h3 a {
	color: #006bd0;
}

.service-second-form h2 {
	color: #2eb3ff;
	margin: 20px 0;
	padding: 15px;
	text-shadow: 0 1px #fff;
}

.service-second-form h4 {
	color: #fff;
}

.service-second-form .inline-form {
	padding: 30px 0;
	background: rgba(0,0,0,.3);
	margin-bottom: 30px;
}

.service-second-form .inline-form input {
	display: inline-block;
	margin: 0 3px 0 0;
}

.service-gallery {
	margin-bottom: 30px;
}

.service-gallery a {
	width: 25%;
	height: 125px;
	background-color: #fff;
	border: 1px solid #006bd0;
	transition: all .4s ease;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.service-gallery a:hover img {
	transform: scale(1.1);
}

.service-gallery a img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .2s ease;
}

.dark-overlay {
	background: rgba(255,255,255,.65);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.service-intro {
    background-size: cover;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    position: relative;
    /* border-bottom: solid 2px #006bd0; */
    /* border-top: solid 2px #006bd0; */
    box-shadow: 0 3px 7px 2px #00000017;
    z-index: 10;
}

.service-intro .service-short {
	padding: 30px;
}

.service-intro .service-form,.service-intro .service-short {
	margin: 30px 0;
	color: #132b2b;
	font-size: 18px;
	background: rgba(60,219,220,.54);
}

.service-intro h3 {
	color: #fff;
	background: #3cdbdc;
	padding: 20px;
	border-radius: 0;
	margin-top: 0;
}

.service-intro h3 span {
	font-weight: 800;
}

.service-form label {
	color: #31706f;
}

.service-form form {
	padding: 10px;
}

.service-card {
	background-size: cover;
	position: relative;
	padding: 20px;
	z-index: 0;
}

.service-card .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.service-card .other-insides {
	z-index: 2;
}

.service-card .other-insides h4 {
	color: #2eb3ff;
	text-align: center;
	padding: 10px 0;
}

.service-card .service-desc {
	color: #fff;
	padding: 5px;
	border: 1px dashed rgba(255,255,255,.2);
	margin-bottom: 10px;
}

.order_past_sum {
	text-decoration: line-through;
}

.list-group-item a:hover,.pre_button a,.read_more:hover {
	text-decoration: none;
}

.lk_info {
	background: #2eb3ff;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px 5px 0;
}

.in_cart_buy {
	padding: 20px 60px;
	margin-top: 20px;
}

.little-helper {
	color: #777;
	background: #f2f2f2;
	padding: 4px 5px;
	border: 1px solid #777;
	margin-left: 5px;
	border-radius: 4px;
}

.gal_loader,.table-bordered {
	background: #fff;
}

.cart-image {
	width: 70px;
}

.gal_loader {
    /* height: 118px; */
    overflow: hidden;
    /* padding: 10px; */
    /* margin: 2px; */
    border: 1px solid #ddd;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding-bottom: 20%;
        background-size: cover !important;
    background-position: center !important;
}

#map,.comment-list {
	width: 100%;
}

.gal_loader .gal_hover i {
	color: #fff;
	font-size: 34px;
	display: block;
	left: calc(50% - 17px);
	top: calc(50% - 17px);
	position: absolute;
}

.gal_loader:hover img {
	transform: scale(1.05);
}

.gal_loader .gal_hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(3,159,227,.58);
	z-index: 15;
	transition: all .2s ease;
	overflow: hidden;
}

.gal_loader img {
	transition: all .4s ease;
	min-width: 100%;
	min-height: 100%;
	max-width: 200%;
	max-height: 200%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list-group-item a {
	cursor: pointer;
}

#map {
    height: 500px;
    margin-bottom: 20px;
    /* border: 2px solid #006bd0; */
    position: relative;
    box-shadow: 0 3px 7px 2px #00000017;
    border-radius: 2px;
}

.load_info {
	font-weight: 700;
	position: absolute;
	top: 20px;
	left: 20px;
}

#contacts_form {
	margin-top: 5px;
}

.margin-top {
	margin-top: 20px;
}

.btn-block .cart_count {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(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;
}

.btn-block .btn {
	border-radius: 0;
}

.cart_counts span {
	display: inline-block;
}

.border-dotted-bottom {
	border-bottom: dashed 1px #ddd;
	padding: 10px;
}

.cart_preview_list h5 {
	color: #fff;
}

#load_more {
	background: url(/imgs/plus_back.jpg) #FFF;
	padding: 15px;
	font-weight: 600;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 30px;
	transition: all .4s ease;
}

#load_more:hover span {
	transform: rotate(90deg);
}

#load_more:hover {
	box-shadow: 0 3px 5px #ddd;
}

#load_more span {
	color: #0a87cf;
	font-size: 30px;
	transition: all .3s ease;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.open .caret {
	border-top: none;
	border-bottom: 4px solid;
}

.chosens span {
	padding: 0 3px;
}

#cart_table_with_products .btn-block {
	width: 240px;
}

.carousel-indicators {
	z-index: 10!important;
}

.side-products-list .media-left {
	padding: 0;
	width: 100%;
	display: block;
}

.side-products-list li img {
	transition: all .4s ease;
	height: 100px;
	margin: 0 auto;
	display: block;
	float: none;
}

.side-products-list li:hover img {
	transform: scale(.9);
}

.filter_header {
	color: #555;
	font-size: .9em;
	padding: 5px 10px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6!important;
	margin-bottom: 0;
}

.pre_button,.pre_button a {
	color: #fff;
	transition: all .4s ease;
}

.pre_button {
	position: absolute;
	left: calc(100% + 10px);
	top: calc(50% - 18px);
	z-index: 100;
	border: 2px solid #acacac;
	background: #acacac;
}

.pre_button:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: calc(100% + 2px);
	top: -2px;
	border: 19px dotted transparent;
	border-right: 12px solid #acacac;
	transition: all .4s ease;
}

.pre_button a:hover,.pre_button:hover a {
	color: #555;
	text-decoration: none;
}

.pre_button:hover {
	background: #f7f7f7;
	border-color: #f7f7f7;
}

.pre_button:hover:after {
	border-right: 12px solid #f7f7f7;
	transition: all .4s ease;
}

.list-group-item {
	border-color: transparent;
}

.filter_contents {
	margin-bottom: 30px!important;
}

.filter-group label {
	color: #333;
	font-weight: 400;
}

.main-toggler {
	background: #006bd0;
	background: -moz-linear-gradient(top,#006bd0 0,#204949 100%);
	background: -webkit-linear-gradient(top,#006bd0 0,#204949 100%);
	background: linear-gradient(to bottom,#006bd0 0,#204949 100%);
	z-index: 11;
	width: 226px;
}

#unfocused {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.3);
	display: none;
}

#city_list {
	text-align: left;
}

#city_list td {
	padding: 5px;
	border: 1px solid #dadada;
	cursor: pointer;
}

#city_list td:hover {
	border-left-color: #2e254e;
	background: #fff;
	color: #2e254e;
}

.del_chosen_title img {
	max-height: 150px;
}

.bonus_size {
	background: #f4f9fd;
	position: absolute;
	bottom: 100px;
	width: 100%;
	padding: 10px;
}

.bonus_size span {
	font-weight: 600;
	color: #75c500;
}

.brand-holder {
	height: 50px;
	position: relative;
	width: 100%;
}

.brand-holder img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.alert {
	border-radius: 0;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
}

.alert-success {
	color: #fff;
	background-color: #4fab49;
	border-color: #006bd0;
}

.social-auth {
	margin-bottom: 20px;
}

.social-auth i {
	font-size: 15px;
	margin-right: 1px;
	color: #fff;
	height: 25px;
	width: 25px;
}

.social-auth:last-child {
	margin-right: 0;
}

.social-auth i.fa-vk {
	background: #4d7198;
	padding: 5px 1px;
}

.social-auth i.fa-vk:hover {
	background: #405e7f;
	color: #fff;
}

.social-auth i.fa-facebook {
	background: #3b5998;
	padding: 5px 6px;
}

.social-auth i.fa-facebook:hover {
	background: #304a7f;
	color: #fff;
}

.social-auth i.fa-google {
	background: #dd4b39;
	padding: 5px 6px;
}

.social-auth i.fa-google:hover {
	background: #c74232;
	color: #fff;
}

.social-auth i.fa-odnoklassniki {
	background: #f2720c;
	padding: 5px 6px;
}

.social-auth i.fa-odnoklassniki:hover {
	background: #d3640b;
	color: #fff;
}

.lk-socials {
	margin-bottom: 3px;
	display: table;
}

.lk-socials i {
	font-size: 20px;
	margin-right: 1px;
	color: #fff;
	height: 30px;
	width: 30px;
	display: block;
	float: left;
}

.lk-socials .social_not_activated {
	background: #d4d4d4;
	opacity: .7;
}

.lk-socials .social_not_activated:hover {
	opacity: 1;
}

.lk-socials .fa-vk {
	padding: 4px;
}

.lk-socials .social_not_activated.fa-vk:hover {
	color: #4d7198;
}

.lk-socials .social_activated.fa-vk {
	background: #4d7198;
	color: #fff;
}

.lk-socials .fa-facebook {
	padding: 5px 1px 4px 8px;
}

.lk-socials .social_not_activated.fa-facebook:hover {
	color: #3b5998;
}

.lk-socials .social_activated.fa-facebook {
	background: #3b5998;
}

.lk-socials .social_activated.fa-facebook:hover {
	background: #3b5998;
	color: #fff;
}

.lk-socials .fa-google {
	padding: 5px 1px 0 6px;
}

.lk-socials .social_not_activated.fa-google:hover {
	color: #dd4b39;
}

.lk-socials .social_activated.fa-google {
	background: #dd4b39;
}

.lk-socials .social_activated.fa-google:hover {
	background: #dd4b39;
	color: #fff;
}

.lk-socials .fa-odnoklassniki {
	padding: 5px 1px 0 7px;
}

.lk-socials .social_not_activated.fa-odnoklassniki:hover {
	color: #f2720c;
}

.lk-socials .social_activated.fa-odnoklassniki {
	background: #f2720c;
}

.lk-socials .social_activated.fa-odnoklassniki:hover {
	background: #f2720c;
	color: #fff;
}

#top-cart {
	z-index: 50;
	display: block;
	position: fixed;
	top: -450px;
	left: 0;
	width: 100%;
	background: #FFF;
	transition: top .8s cubic-bezier(.17,.04,.03,.94);
	box-sizing: border-box;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
	overflow-y: auto;
	overflow-x: hidden;
}

#top-cart.opened {
	top: 0!important;
}

#top-cart .product-carousel {
	position: relative;
}

#top-cart .close-the-cart {
	position: absolute;
	right: 0;
	top: 8px;
	cursor: pointer;
	color: #006bd0;
	border: 2px solid;
	border-radius: 50%;
	padding: 3px 8px;
	z-index: 2;
}

#top-cart .close-the-cart:hover {
	opacity: .7;
}

#top-cart .product-col {
	height: 300px;
}

#top-cart .product-col .image {
	height: 130px;
}

#top-cart .product-col .price {
	font-size: 17px;
}

#top-cart .cart_finals {
	border: 1px dashed #f6f6f6;
	padding: 30px 10px 10px;
	background: #f4f9fd;
	height: 300px;
}

#top-cart .cart_finals i {
	position: absolute;
	bottom: 90px;
	left: calc(50% - 36px);
	font-size: 70px;
	color: #e4eaef;
}

#top-cart .sum_info {
	padding: 10px;
	border: 1px solid #f7f7f7;
	background: #fff;
}

#top-cart .top_cart_sum {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

#top-cart .in-cart-button {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.hide-it {
	transform: translateY(-45px);
	opacity: 0;
}

#mobile-cart-button-close,#mobile-cart-button-open {
	transition: all .8s ease;
	position: absolute;
	right: 10px;
}

@media (max-width:991px) {
	#top-cart {
		top: -750px;
	}

	#top-cart.opened {
		bottom: 0;
	}

	#top-cart .close-the-cart {
		right: calc(100% - 45px);
	}

	#top-cart .the-short-cart {
		margin-top: 50px;
	}
}

.subscribe .btn-main {
	padding: 10px 12px;
}

#filter_show_button {
	margin-top: 5px;
}

.read_more i {
	padding: 2px 4px;
	background: #31706f;
	color: #fff;
	margin-left: 5px;
}

.service_item {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 2px;
    transition: all .2s ease;
    text-decoration: none!important;
    box-shadow: 0 3px 7px 2px #00000017;
    overflow: hidden;
}

.service_item:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,.35);
}

.service_item .title {
font-size: 21px;
    line-height: 21px;
    padding: 15px;
    line-height: 20px;
    /* letter-spacing: -1px; */
    font-weight: 900;
    color: #FFF;
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
    background: #004b92;
}

.service_item .comments_amount {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #006bd0;
    line-height: 40px;
    z-index: 1;
    transition: all .2s ease;
    box-shadow: 0 3px 7px 2px #00000017;
}

.service_item .s_caption {
left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    padding: 15px;
    text-align: left;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    background: #006bd0db;
    transition: all .2s ease;
    min-height: 100%;
    text-align: center;
    border-top: solid;
}

.service_item .hider {
background: -webkit-linear-gradient(top,rgba(30,87,153,0) 0,#ffffff 100%);
    background: linear-gradient(to bottom,rgba(30,87,153,0) 0,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#006bd0', GradientType=0 );
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0px;
}

.service_addons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding: 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.service_addons span {
    margin-left: 3px;
}

.inside_gallery {
    padding: 15px;
}

.service_addons .forms_in {
    background: #d22f2f;
    padding: 10px 25px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px #972121;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s ease;
}

.service_addons .forms_in:hover {
    color: #FFF;
    text-decoration: none;
    background: #972121;
}


.table-gr {
    border: solid 1px #f6f6f6;
    box-shadow: 0 3px 7px 2px #00000017;
    border-radius: 2px;
    width: 100%;
    background: #FFF;
}

.graphics {
    background: #006bd040;
    padding: 30px 0px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.graphics>i {
    z-index: 5;
    position: absolute;
    bottom: -50px;
    left: -50px;
    font-size: 400px;
    transform: rotate(-18deg);
    color: #006bd030;
    transition: all 0.5s ease;
}

.graphics:hover>i {
    transform: rotate(-18deg) scale(1.1);
}

.graphics>.container {
    position: relative;
    z-index: 10;
}

.table-gr tr {
    border-bottom: solid 1px #f6f6f6;
}

.table-gr tr:hover {
    background: #F6F6F6;
}

.table-gr td, .table-gr th {
    padding: 10px;
}

.service_item:hover .comments_amount {
	background: #3B71B6;
    color: #FFF;
	-o-transform: rotate3d(2,1,0,360deg);
	-ms-transform: rotate3d(2,1,0,360deg);
	-moz-transform: rotate3d(2,1,0,360deg);
	-webkit-transform: rotate3d(2,1,0,360deg);
	transform: rotate3d(2,1,0,360deg);
}

.solution_img {
    max-width: 100%;
    max-height: 400px;
}

.benefitter:hover i,.service_item:hover img {
	transform: scale(1.1);
}

.service_item .img_holder {
	overflow: hidden;
	z-index: 0;
	height: 400px;
	position: relative;
}

.t_am {
    position: absolute;
    left: -7px;
    top: 205px;
    z-index: 1;
    background: #00396f;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 29px;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 5px 10px #0000001c;
}

.t_am span {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -3px;
    background: #d22f2f;
    color: #fff;
    padding: 0 10px;
    margin-left: 5px;
}

.t_pr {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 0 1px 15px #000000;
    letter-spacing: -1px;
}

.t_pr span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: -15px;
    color: #d22f2f;
    text-shadow: none;
}

.t_old_pr {
    position: absolute;
    bottom: 96px;
    width: 160px;
    left: calc(50% - 80px);
    color: #d22f2f;
    background: #f6f6f6;
    font-weight: 600;
    text-decoration: line-through;
    box-shadow: 0 1px 15px #000000;
    border-radius: 3px;
    text-align: center;
}

.t_old_pr span {
    margin-left: 2px;
}

.line-through {
    margin: 0px;
    text-decoration: line-through;
}



.service_item .service_overlay,.service_item img {
	position: absolute;
	transition: all .3s ease;
	left: 0;
}

.service_item img {
	min-height: 100%;
	min-width: 100%;
    max-width: 140%;
    max-height: 140%;
	bottom: 0;
}

.service_item .service_overlay {
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(3,159,227,.58);
	z-index: 2;
}

.service_item .service_caption {
	z-index: 1;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	padding: 4px;
	transition: all .2s ease;
	text-align: left;
	border-left: solid 2px;
	border-right: solid 2px;
	border-bottom: solid 2px;
}

.service_item .service_caption .title {
	display: block;
	padding: 10px 0;
	color: #31706f;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: -1px;
	height: 55px;
}

.service_item .service_caption .desc {
	display: inline-block;
	padding: 10px 0;
	font-weight: 400;
	color: #3cdbdc;
	letter-spacing: -1px;
	line-height: 12px;
	border-top: dashed 1px #f6f6f6;
	height: 60px!important;
	overflow: hidden;
	position: relative;
}

.service_item .service_caption .desc:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}

.service_item .service_overlay i {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 14px);
}

.service_item:hover .service_overlay {
	opacity: 1;
}

.line_heading {
    text-align: center;
    color: #004b92;
    display: inline-block;
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 0px;
    position: relative;
    font-weight: 900;
    font-size: 35px;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    z-index: 2;
}

.feedbacks_list {
	padding: 50px 0;
	background: #f5f5f5;
	position: relative;
    z-index: 2;
}

.feedbacks_list:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 100%;
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px calc(100vw - 4px);
    border-color: transparent transparent #f5f5f5 transparent;
}

.feedbacks_list:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px calc(100vw - 4px) 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}


.f_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
}

.benefits_section {
	position: relative;
	background: #f5f5f5;
}

.benefits_section .the_dentist {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .2;
	max-height: 100%;
}

.benefits_section .overlayer {
	background: rgba(206,234,254,.91);
}

.benefits_listing {
    display: flex;
    flex-wrap: wrap;
}

.benefitter {
	display: inline-block;
	height: 120px;
	width: 25%;
	padding: 5px;
	vertical-align: middle;
	transition: all .3s ease;
	position: relative;
	display: flex;
	align-items: center;
}

.benefitter .ben-head {
	padding: 10px 0;
	font-size: 15px;
	text-align: left;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 220px;
	float: right;
}

.benefitter .top_one {
    color: #006bd0;
    margin-right: 15px;
}

.benefitter .ben-content {
	text-align: left;
	width: 220px;
	float: right;
	margin-top: -15px;
	font-size: 14px;
	line-height: 14px;
}

.benefitter i {
	font-size: 40px;
	transition: all .5s ease;
}

.benefitter .product-head:before {
	width: 130px;
	transition: all .5s ease;
	right: calc(100% - 130px);
}

#main-menu,#main-menu .header-links,.actions a,.comment_holder,.leave_a_record,.logo {
	transition: all .4s ease;
}

.benefitter:hover i {
	color: #78aedb;
}

.benefitter:hover .product-head:before {
	right: 0;
}

.comment_holder {
	padding: 10px 10px 0;
	height: 200px;
	overflow: hidden;
	border: 1px solid #006bd0;
	border-radius: 10px;
	background: #006bd0;
}

.comment_holder.expanded {
	height: auto;
	padding-bottom: 50px;
	transition: all .4s ease;
}

.expand_comment {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: calc(100% - 10px);
	text-align: center;
	color: #FFF;
	height: 40px;
	line-height: 60px;
	font-weight: 600;
	left: 5px;
	font-size: 15px;
	background: -moz-linear-gradient(top,rgba(30,87,153,0) 0,rgba(210,47,47,1) 100%);
	background: -webkit-linear-gradient(top,rgba(30,87,153,0) 0,rgba(210,47,47,1) 100%);
	background: linear-gradient(to bottom,rgba(30,87,153,0) 0,rgba(210,47,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#006bd0', GradientType=0 );
}

.expand_comment:hover {
	color: #fff;
}

.full_comment_block .comment-info {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.full_comment_block .doctor_holder,.full_comment_block .service_holder {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 12px;
}

.full_comment_block .doctor_holder a,.full_comment_block .service_holder a {
	color: #006bd0;
	text-decoration: none;
}

.full_comment_block .comment-info span {
display: block;
    /* margin-left: 10px; */
    /* position: absolute; */
    /* top: 20px; */
    /* left: calc(50% - 45px); */
    font-weight: 400;
    /* width: 90px; */
    text-align: center;
    font-size: 12px;
    color: #7c7c7c;
    display: block;
    text-align: center;
}

.comment_holder .comment {
	margin-top: 10px;
	letter-spacing: -1px;
	color: #fff;
	height: 113px;
	overflow-y: auto;
	background: #006bd0;
	padding: 10px;
	text-align: justify;
	margin-left: -10px;
	margin-right: -10px;
}

.comment_box {
    position: relative;
    background: #FFF;
    /* border: 1px solid #006bd0; */
    border-radius: 2px;
    padding: 15px;
    box-shadow: 0 3px 7px 2px #00000017;
    margin-bottom: 15px;
}

.comment_box .the_comment {
	height: 150px;
	overflow-y: auto;
	line-height: 16px;
}

.leave_a_record {
	padding: 20px 60px;
	display: inline-block;
	background: #006bd0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.31);
}

.actions a,.map_block {
	margin-bottom: 15px;
}

.leave_a_record:hover {
	box-shadow: none;
	background: #b32929;
	text-decoration: none;
	border-color: #8a1e1e;
	color: #FFF;
}

.actions a {
	font-size: 13px;
	padding: 10px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,.15);
}

.actions a:hover {
	text-decoration: none;
	color: #006bd0!important;
	background: #fff;
}

.company_intro {
	background: url(/imgs/snow.jpg) #aeddff;
	padding: 50px 0;
}

.company_intro .container {
	padding: 80px;
	text-align: center;
	text-shadow: 0 1px 10px #000;
	font-weight: 700;
	color: #fff;
	line-height: 14px;
	font-size: 16px;
}

.company_intro .container h1 {
	text-shadow: none;
}

.sticky_head_bar {
	position: fixed!important;
	left: 0!important;
	top: 0!important;
	width: 100%;
	z-index: 999;
	padding: 10px 0 !important;
}

.navbar.sticky_head_bar {
	min-height: 0;
}

#main-menu.sticky_head_bar .navbar-nav>li>a {
	padding: 7px;
	font-size: 14px;
}

#main-menu.sticky_head_bar .logo {
    height: 42px;
    width: auto;
    margin-top: 0px;
}

#main-menu .header-links {
	display: none;
}

.faq-head,.head_intro,.head_intro:before,.map_adress {
	transition: all .2s ease;
}

#main-menu.sticky_head_bar .header-links {
	display: block;
	color: #fff;
	line-height: 15px;
	margin-top: 4px;
	margin-left: -35px;
}

#main-menu.sticky_head_bar .header-links .health {
	font-size: 21px;
	font-weight: 900;
	display: none;
}



.doctors {
	background: #f5f5f5;
	padding: 50px 0;
	z-index: 2;
	position: relative;
}

.doctors:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 100%;
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px calc(100vw - 4px);
    border-color: transparent transparent #f5f5f5 transparent;
}

.doctors:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    background: transparent;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px calc(100vw - 4px) 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}

.head_intro {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.head_intro .btn-main {
    margin-top: 20px;
}


.doctors .line_heading img,.feedbacks_list .line_heading img {
	box-shadow: 0 0 0 10px #f5f5f5;
}

.doctors .head_intro:before,.feedbacks_list .head_intro:before {
	background: #f5f5f5;
}

.head_row {
	padding-bottom: 50px;
}

.the_price_td {
	text-align: center;
	font-weight: 700;
	color: #006bd0;
}

.prices_table thead {
	background: #78aedb;
}

.prices_table thead th {
	padding: 12px 35px!important;
	text-align: center;
	color: #292d30;
	font-weight: 700;
	font-size: 16px;
}

.prices_table thead th:first-of-type {
	border-top-left-radius: 10px;
}

.prices_table thead th:last-of-type {
	border-top-right-radius: 10px;
}

.btn.btn-main.active,.btn.btn-main:active {
	background: #5986ab;
}

.left_btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -3px;
	border-right: solid 1px #547fa2;
}

.right_btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.map_adress {
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 10px;
}

.map_title {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.map_img {
	margin: 0 auto;
}

.map_location,.map_phone {
	font-weight: 700;
	letter-spacing: 1px;
}

.map_location i,.map_phone i {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #006bd0;
	background: #006bd0;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
}

.map_description {
	margin-top: 20px;
	color: #292d30;
	line-height: 16px;
}

.doctor_message {
	padding-top: 100px;
}

.the_main_doctor_message:before {
	content: "\f10d";
	left: 20px;
	top: 20px;
	font-weight: 900;
	font-size: 30px;
	color: #d6d5d5;
	transform: rotate(-10deg);
}

.the_main_doctor_message:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f10e";
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-weight: 900;
	font-size: 30px;
	color: #d6d5d5;
	transform: rotate(10deg);
}

.the_main_doctor_message {
	padding: 50px;
	line-height: 25px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
	color: #006bd0;
	text-transform:uppercase;
}

.after_message {
	text-align: right;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
	color: #292d30;
}

.btn-small {
	padding: 6px 16px;
}

.leave_a_comment {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	padding: 30px 0;
	border-top: dashed 1px #d6d5d5;
	border-bottom: dashed 1px #d6d5d5;
}

.leave_a_comment i {
	margin-left: 15px;
	color: #006bd0;
}

.side-nav {
	padding: 0;
	list-style-type: disc;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

.side-nav li {
	list-style: none;
}

.faq {
	padding: 50px 0;
}

.faq-head {
    padding: 10px 35px;
    /* border: 2px solid #f5f5f5; */
    color: #000;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 10px;
    display: block;
    border-radius: 2px;
}

.faq-head i {
	position: absolute;
	right: 0;
	top: -23px;
	font-size: 50px;
	transform: rotate(10deg);
	transition: all .6s ease;
}

.faq-head:hover i {
	font-size: 65px;
	transform: rotate(0);
}

.faq-head:hover {
	background: #f5f5f5;
	text-decoration: none;
}

.faq .card {
	margin-bottom: 15px;
}

.poll {
    box-shadow: 0 3px 7px 2px #00000017;
    background: #FFF;
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.col-md-4 .owl-product {
    margin-bottom: 30px;
}

.poll .btn {
    margin-top: 30px;
}

.poll h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 30px;
}

.poll label {
    display: block;
    text-align: left;
}

.heading-single {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #006bd0;
    font-size: 24px;
}

#main-menu .navbar-nav>li>a {
    transition: all 0.2s ease;
}

@media (max-width: 1199px) {
#main-menu .navbar-nav>li>a {
    padding: 15px 9px !important;
    font-size: 12px !important;
}

#main-menu .header-links {
    display: none !important;
}

.benefitter {
    width: 50%;
}

.benefitter .ben-head {
    width: auto;
}

.image_line {
    height: 401px;
    margin-top: -1px;
}

.logo {
    margin-top: 15px;
}

.service_item {
    margin-bottom: 50px;
}
}

@media (max-width: 768px) {
    .image_line h1 {
        font-size: 30px;
    }
    
    .image_line {
        height: 251px;
    }
    
    .benefits {
        padding: 15px 0px;
    }
    
    .benefitter {
        width: 100%;
        height: 70px;
    }
    
    .image_line .text_holder {
        left: 10%;
    }
}

#main-menu .header-links {
    display: none !important;
}

@media (max-width: 1600px) {
    .logo {
        margin-left: -110px;
    }
}
@media (max-width: 1400px) {
    .logo {
        height: 45px;
        margin-top: 8px;
        margin-left: -50px;
    }
}
@media (max-width: 1300px) {
    .logo {
    height: 35px;
    margin-top: 13px;
    margin-left: -10px;
}
}

@media (max-width: 1200px) {
    .logo {
        height: 30px;
    margin-top: 10px;
    margin-left: 0px;
}
#main-menu.sticky_head_bar .logo {
        height: 30px;
    width: auto;
    margin-top: 9px;
}
}

.little_floater {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 600px;
    background: transparent url(/imgs/floater.png);
        background-size: contain;
    background-repeat: no-repeat;
    max-width: 15%;
    z-index: 0;
}

.little_floater_rev {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 400px;
    background: transparent url(/imgs/floater.png);
        background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    max-width: 15%;
    z-index: 0;
}

.all_services .little_floater_rev {
    margin-bottom: -100px;
}

.sub_pages_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sub_page {
    width: calc(25% - 20px);
    margin: 10px;
}

.sub_page:hover {
    text-decoration: none;
}

.sub_page_image {
    height: 0px;
    width: 100%;
    padding-bottom: 70%;
    background-size: cover !important;
    background-position: center !important;
}

.sub_page span {
    text-decoration: none !important;
    font-size: 12px;
    margin-top: 10px;
    display: block;
    color: #000;
}

@media (max-width: 1000px) {
    .sub_page {
        width: calc(50% - 20px);
    }
}

.cashback_row {
    background: #172940;
    padding: 50px 0px;
    margin-top: 100px;
}

.cashback_row img {
    margin-top: -148px;
    height: 405px;
}

.cashback_row h2 {
    color: #FFF;
    font-weight: 900;
    font-size: 44px;
}

.cashback_row p {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 20px;
    border-left: solid;
}

.club-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.club-container h3 {
    text-align: right;
    color: #006bd0;
    text-transform: uppercase;
}

@media (max-width: 1196px) {
    .cashback_row h2 {
        margin-top: 40px;
    }
    
    .cashback_row img {
        height: auto;
        width: 500px;
        max-width:100%;
        margin: 0 auto;
        display: block;
        margin-top: -148px;
    }
    
    .club-container div {
        width: 100%;
    }
    
    .club-container img {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        margin-top: 30px;
    }
    
    .club-container h3 {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .footer-links .list-unstyled {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .anketa {
        max-width: 200px;
    }
}