.pricelist th {
	padding: 10px;
	background: #626d79;
	color: #fff;
}

header nav ul .active,
header nav ul li:hover {
	border-bottom: 2px solid rgba(46, 61, 77, .75)
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1
}

:-moz-placeholder {
	color: #333;
	opacity: 1
}

::-moz-placeholder {
	color: #333;
	opacity: 1
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
	color: #666
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	background: #fff;
	font-family: OpenSansRegular, sans-serif;
	overflow-x: hidden
}

.clear {
	clear: both
}

.no_p {
	padding: 0!important
}

.no_m {
	margin: 0!important
}

h1 {
	font-size: 1.375em
}

h2 {
	font-size: 1.25em
}

h3 {
	font-size: 1.125em
}

blockquote {
	font-weight: 700;
	border-left: 2px solid #626d79;
	padding: 0 30px;
	color: #626d79;
	margin: 0
}

.main_content ul {
	list-style: none;
	padding: 0
}

.main_content ul li {
	padding: 10px;
	margin: 5px;
	background: #f4f4f4;
	border-left: 2px solid #626d79
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/preloader.gif) no-repeat center #fff;
	z-index: 999
}

header {
	text-align: center;
	padding: 7px 0 0;
	border-bottom: 1px solid #e4e4e4
}

header nav ul {
	display: table;
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0
}

header nav ul li {
	display: table-cell;
	padding: 22px 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

header nav ul li:hover {
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

header nav ul li a {
	font-size: 1em;
	color: #222;
	text-decoration: none
}
.resp_img{
	max-width: 80%;
}

header nav ul li a:hover {
	text-decoration: none
}
.sticky {
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 5;
	width: 100%;
}
header .logo {
	position: relative;
	z-index: 1;
	text-align: left;
	top: 0
}

header .logo .brand {
	text-decoration: none;
	color: #222;
	line-height: 16px
}

header .logo .brand img {
	width: 50px;
	float: left
}

header .logo .brand span {
	color: #222;
	font-family: OpenSansLight;
	font-size: 1em;
	display: block;
	padding: 10px 0 0 65px
}

.callback {
	display: inline-block;
	border-radius: 50%;
	padding: 5px 15px;
	z-index: 1;
	margin-top: 8px;	
	position: relative;
	color: #fff;
	font: 700 24px/35px Helvetica;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	background-color: rgba(46, 61, 77, .75);
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.toggle_mnu,
.toggle_mnu span {
	display: block
}

header .header_phone .callback:hover {
	text-decoration: none;
	background-color: #2e3d4d
}

header .header_phone .tel {
	color: #222;
	font-family: russo;
	text-decoration: none;
	font-size: 1em
}

.toggle_mnu {
	width: 28px;
	height: 50px;
	float: right;
	position: relative;
	top: 25px;
	right: 20px
}

.toggle_mnu span:after,
.toggle_mnu span:before {
	content: " ";
	position: absolute;
	left: 0;
	top: -9px;
	background-color: #333
}

#main_service .item_wrap,
.toggle_mnu span {
	position: relative
}

.toggle_mnu span:after {
	top: 9px
}

.toggle_mnu span,
.toggle_mnu span:after,
.toggle_mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.toggle_mnu.on span {
	background-color: transparent
}

.toggle_mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px)
}

.toggle_mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px)
}

.toggle_mnu.on+#menu {
	opacity: 1;
	visibility: visible
}
.sisea-search-form{
	text-align: center;
	margin: 15px 0;
}

.sisea-search-form #search{
	padding: 5px;
}
.sisea-search-form .search_submit{
	border: none;
	padding: 7px;
	background: #626d79;
	color: #fff;
}
#main_service {
	padding: 30px 0;
	background: url(../img/bg.png)
}

#main_service .item_wrap:hover .item_menu {
	display: block;
	left: 0;
	z-index: 2;
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

#main_service .item_wrap:hover .item_title {
	background: #404d57
}

#main_service .item_menu,
#main_service .item_title {
	position: absolute;
	width: 100%;
	background: rgba(64, 77, 87, .75)
}

#main_service .item_wrap img {
	width: 100%
}

#main_service .item_title {
	bottom: 0;
	text-align: center;
	font-size: 1.125em;
	left: 0;
	z-index: 5;
	color: #fff;
	padding: 15px 5px
}

#main_service .item_title a {
	color: #fff;
	outline: 0
}

#main_service .item_menu {
	opacity: 0;
	display: none;
	left: -200px;
	top: 0;
	height: 100%;
	z-index: 0;
	padding: 15px
}

#main_service .item_menu span {
	display: block;
	padding: 5px
}

#main_service .item_menu span a {
	color: #fff;
	display: inline-block;
	font-family: OpenSansLight;
	border-bottom: 1px solid #b5b3b3;
	line-height: 1.4;
	font-size: 1.125em
}

#main_service .item_menu span a:hover {
	text-decoration: none;
	border-bottom: 1px solid transparent
}

.main_carousel {
	width: 90%;
	margin: 0 auto
}

.main_carousel .owl-nav .owl-next,
.main_carousel .owl-nav .owl-prev {
	margin-top: -40px;
	top: 50%;
	position: absolute;
	background: #fff;
	padding: 10px
}

.main_carousel .owl-nav {
	width: 100%;
	font-size: 2.5em
}

.main_carousel .owl-nav .owl-prev {
	float: left;
	left: -25px;
	-webkit-border-radius: 50% 0 0 50%;
	border-radius: 50% 0 0 50%;
	-webkit-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .25)
}

.main_carousel .owl-nav .owl-next {
	float: right;
	right: -25px;
	-webkit-border-radius: 0 50% 50% 0;
	border-radius: 0 50% 50% 0;
	-webkit-box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, .25)
}