body {
	font-family: "PT Sans";
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	outline-color: transparent;
}
*:focus, *:hover, *:active, *:visited,  {
	outline-color: transparent;
	outline: 0;
}
.active:focus{
    outline-color: transparent;
	outline: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
    color: #222;
    font-weight: 700;
    letter-spacing: -.02em;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
#input-sort {
	padding: 0px;
}
div.form-control{
	padding: 0px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
	min-width: 39px;
}
/* ����� ����� */
.padding10{padding: 10px;}
.dropdown-menu {
	box-shadow: 0 0 2px 2px rgba(0,0,0,.12);
	background-color: rgba(255,255,255,.96);
	padding: 20px;
}
.open .dropdown-menu:before{
    animation-delay:0s;
animation-direction:normal;
animation-duration:0.3s;
animation-fill-mode:forwards;
animation-iteration-count:1;
animation-name:flyout-slide-bottom;
animation-play-state:running;
animation-timing-function:ease;
    }
.txtac .fa, .dropdown-menu .fa, .list-group-item .fa{
    padding-right: 6px;
}
.font14{
    font-size: 14px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #f58238;
    border-color: #f58238;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #f58238;
    border-color: #f58238;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	background-color: transparent;
}
/* top */
#top {
	background-color: #007dc6;
	padding: 0px;
	max-height: 50px;
    height: 50px;
	display: block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #007dc6;
	font-size: 14px;
	padding: 5.5px 0px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #3da1e0;
	outline-color: transparent;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}
#top .btn-link:hover > span, #top-links a:hover {
	color: #9ed6fa;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
#top .btn{
	padding: 8.5px 12px;
}
.fa-caret-down{
    transition: transform ease 0.3s;
    color:#ffc120;
}
.open .fa-caret-down {
    transform: rotate(-180deg);
    transition: transform ease 0.3s;
}
.caret{
    transition: transform ease 0.3s;
    color:#ffc120;
}
.open .caret {
    transform: rotate(-180deg);
    transition: transform ease 0.3s;
}
.left-top{
	color: #FFF;
	padding-top: 6px;
}
.left-top a{
	color: #FFF;
}
.left-top a:hover{
	color: #9ed6fa;
}
#top .list-inline{
	margin-bottom: 0px;
}
#top .list-inline li{
	margin-left: 10px;
}

header{
    background-color: #007dc6;
	padding-bottom: 5px;
	width: 100%;
	height: 134px;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
header #top .container {
	padding-top: 0px;
}
header #top .container {
	padding-top: 0px;
}
header .shadow01 .container {
	padding-top: 0px;
}
/* ����� ������ */
.time-work{
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 21px;
	padding-left: 25px;
}
.time-work:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 21px;
    top: 7px;
    margin-left: -25px;
    background: url(../image/time-work.png) no-repeat;
}

/* ������� */
#logo {
	margin-bottom: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
	height: 50px;
}

#logo img{
	max-height: 50px;
}

/* ����� */
#search {
	margin-bottom: 10px;
	margin-top: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#search .input-lg {
	height: 40px;
    line-height: 20px;
    border-radius: 100px 0 0 100px;
    font-size: 16px;
    padding: 5px 37px 5px 16px;
}
#search .btn-lg {
	border-radius: 0 100px 100px 0;
    background: #ffc120;
    color: #444;
    font-size: 16px;
    height: 40px;
    width: 50px;
    border-color: transparent;
	text-shadow: none;
	padding: 0px;
}
#search .btn-lg i{
    font-size: 20px;
}
#search .btn-lg:hover {
    background-color: #ffcc46;
}
/* ������� */
.hello{
    color: #ffc120;
    text-align: right;
}
.cartleft{
	max-width: 180px;
    float: right;
	padding: 0 12px 0 0;
	position: relative;
    z-index: 2;
    margin: 9px 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.txtac{
	color: #fff;
    font-size: 14px;
}
.txtac:hover, .txtac:focus{
	color: #9ed6fa;
	text-decoration: inherit;
}
#cart {
	margin-bottom: 10px;
	width: 55px;
    float: right;
	position: relative;
    z-index: 2;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-cart {
	background: transparent;
    border: 0px;
    color: #fff;
}
.btn-cart i.fa-shopping-cart {
	font-size: 35px;
}

#cart-total{
	position: absolute;
    top: -1px;
    right: 8px;
    padding: 0px 7px;
    background: #ffc120;
    border-radius: 20px;
}
#cart:hover button > #cart-total{
	background: #ffcc46;
}

.btn-group.open .btn-cart.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
    box-shadow: 0 0 12px rgba(34,34,34,.2);
    background: #fff;
    min-width: 180px;
    padding: 15px 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 270px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.upcart.table>tbody>tr>td, .upcart.table>tbody>tr>th, .upcart.table>tfoot>tr>td, .upcart.table>tfoot>tr>th, .upcart.table>thead>tr>td, .upcart.table>thead>tr>th {
    border-top: 0px;
    padding: 3px;
}
.mw35{
    min-width: 35px;
}
.mw66{
    min-width: 66px;
}
.mw90{
    min-width: 90px;
}
.text-right .wishlistico{
    padding: 5px 9px;
}
.upcart .btn-danger{
    padding: 5px 5px;
}
.upcart .btn-danger .fa{
    padding-right: 0px;
}
.itog tr:last-child{
    font-size: 25px;
    color: #007dc6;
}

/* ���� */
#menu {
	margin-bottom: 0px;
	min-height: 36px;
}


#menu .navbar-collapse{
	display: none!important;
}
.navbar-nav {
    width: 100%;
}
 #menu .in, #menu .collapsing {
    display: block!important;
    color: #424242;
    background: #f2f8fd;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    min-width: 220px;
    padding: 20px 0;
    margin: 0px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
    -webkit-background-clip: padding-box;

}
#menu .navbar-collapse li {
    padding: 0;
    float: none;
}
#menu .navbar-collapse li .dropdown-menu li{
	min-width: 275px;
	min-height: 60px;
}
#menu .nav > li > a {
	color: #3da1e0;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .child-box {
    background: #fff;
    position: absolute;
    left: 100%;
    top: -5px;
    min-height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 5px 0;
    margin-top: -1px;
    margin-left: -3px;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    border-radius: 0px;
    box-sizing: content-box;
    z-index: 1008;
    min-width: 284px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 180px;
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #007dc6;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#menu .btn > .fa {
    float: right;
    line-height: 20px;
    color: #ffc120;
}
#menu .btn:hover  > .fa {
    color: #ffcc46;
}

#menu .dropdown-inner li a:hover {
	color: #3da1e0;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	font-size: 16px;
    color: #007dc6;
    float: left;
}
#menu #category1 {
	font-size: 16px;
    color: #007dc6;
    float: left;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    padding: 0px 18px;
    background-color: transparent;
    border-color: transparent;
    display: block;
	min-height: 36px;
	margin: 0px;
	box-shadow: none;
    border-radius: 0px;
    min-width: 220px;
	border-right: 1px solid #efefef;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menured a{
    color: #CF0A2C;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #f2f8fd;
	border-right: 0px;
}

.updown{
	margin-bottom: 6px;
}
.updown li{
	float: left;
    list-style-type: none;
    color: #007dc6;
    font-size: 16px;
    margin-left: 20px;
}
.sovet {
	float: right;
	margin-bottom: 0px;
}

.sovet li{
	float: left;
    list-style-type: none;
    color: #007dc6;
    font-size: 16px;
    margin-left: 20px;
}
.sovet a{
	color: #f47421;
}
shadow00{
	background: #007dc6;
}
.shadow01{
	background: #fff;
	
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}


@media (max-width: 1381px) {
	header.smaller .cartleft {
	    margin: 15px 0px;
	}
}
/* ����� ��������� ������ */
@media (max-width: 992px) {
	header {
		height: 135px;
	    z-index: 999;
	}
	header .updown, header .time-work{
		opacity: 0;
		display: none;
	}
	header #top{
		opacity: 1;
		display: block;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	header #logo{
		max-height: 40px;
	    margin: 0px;
	    left: 50px;
	    top: 5px;
	    position: relative;
	}
	header #logo img{
	    max-height: 40px;
	    margin: 6px 0px;
	}
	header #search {
		margin-bottom: 10px;
		margin-top: 4px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	header .cartleft{
		margin: 6px 0px;
	}
	header.smaller .cartleft {
	    margin: 6px 0px;
	}
	header #cart {
		margin: 6px 0px;
	}
	header #menu {
		width: 40px;
	}
	header #menu .btn-navbar{
		position: relative;
		top: -7px;
	    min-width: 30px;
	    padding: 0px 10px;
	    border: 0px;
	}
	header #menu #category {
		    display: none;
	}
	header #menu #category1 {
		    display: none;
	}
	header #menu .btn > .fa {
	    font-size: 25px;
	}
	header #menu .btn-navbar:hover, header #menu .btn-navbar:focus, header #menu .btn-navbar:active, header #menu .btn-navbar.disabled, header #menu .btn-navbar[disabled] {
		color: #ffcc46;
		background-color: transparent;
		border-right: 0px;
	}
	header .sovet{
	    display: none;
	}
	header .shadow01{
		background: transparent;
	    top: -41px;
	    position: relative;

	}
	.navbar-toggle{
		display: none;
	    opacity: 0;
	}
	.navbar-toggle.menu-trigger{
		display: block;
	    opacity: 1;
	}
	.txtac i.fa-user{
		font-size: 35px;
	}
	.shadow00{
		min-height: 54px;
	}
	#menu .in, #menu .collapsing{
	    display: none!important;
	}

}
@media (max-width: 768px){
	header #logo img {
	    margin: 0px;
	}
	#search{
		position: fixed;
	    left: 0;
	    width: 100%;
	    top: 100px;
	    padding: 5px 10px;
	    background: #fff;
	    box-shadow: 0 2px 3px rgba(0,0,0,.2);
	}
}

/* ������ ���� */
header.smaller {
	height: 50px;
    z-index: 999;
}
header.smaller .updown, header.smaller .time-work{
	opacity: 0;
	display: none;
}
header.smaller #top{
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller #logo{
	max-height: 40px;
    margin: 0px;
    left: 50px;
    top: 5px;
    position: relative;
}
header.smaller #logo img{
    max-height: 40px;
}
header.smaller #search {
	margin-bottom: 10px;
	margin-top: 4px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller #cart {
	margin: 6px 0px;
}
header.smaller #menu {
	width: 40px;
}
header.smaller #menu .btn-navbar{
	position: relative;
	top: -7px;
    min-width: 30px;
    padding: 0px 10px;
    border: 0px;
}
header.smaller #menu #category {
	    display: none;
}
header.smaller #menu #category1 {
	    display: none;
}
header.smaller #menu .btn > .fa {
    font-size: 25px;
}
header.smaller #menu .btn-navbar:hover, header.smaller #menu .btn-navbar:focus, header.smaller #menu .btn-navbar:active, header.smaller #menu .btn-navbar.disabled, header.smaller #menu .btn-navbar[disabled] {
	color: #ffcc46;
	background-color: transparent;
	border-right: 0px;
}
header.smaller .sovet{
    display: none;
}
header.smaller .shadow01{
	background: transparent;
    top: -41px;
    position: relative;

}

/* ������� ��������� ���� */
.mp-level, #menu .btn-navbar.menu-trigger{
	display: none;
}
@media (max-width: 991px) {
#menu .btn-navbar{
	display: none;
}
.mp-level, #menu .btn-navbar.menu-trigger{
	display: block;
}
	*,
	*:after,
	*::before {
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	html {
		height: 200%;
	}
	body {
		height: 100%;
	}
	.container {
		height: 100%;
	}
	.scroller {
		height: 100%;
	}
	.scroller {
	overflow-y: scroll;
	}

	.scroller,
	.scroller-inner {
		position: relative;
	}

	.container {
		position: relative;
	}

	.menu-trigger {
		position: relative;
		padding-left: 60px;
		font-size: 0.9em;
	}


	.mp-pusher {
		position: relative;
		left: 0;
		height: 100%;
	}

	.mp-menu {
		position: absolute; /* we can't use fixed here :( */
		top: 0;
		left: 0;
		z-index: 1;
		width: 300px;
		height: 100%;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.mp-level {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #f2f8fd;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	/* overlays for pusher and for level that gets covered */
	.mp-pusher::after,
	.mp-level::after,
	.mp-level::before {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		content: '';
		opacity: 0;
	}

	.mp-pusher::after,
	.mp-level::after {
		background: rgba(0,0,0,0.3);
		z-index:999999;
		-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
		-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
		transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	}

	.mp-level::after {
		z-index: -1;
	}

	.mp-pusher.mp-pushed::after,
	.mp-level.mp-level-overlay::after {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.mp-level.mp-level-overlay {
		cursor: pointer;
	}

	.mp-level.mp-level-overlay.mp-level::before {
		width: 100%;
		height: 100%;
		background: transparent;
		opacity: 1;
	}

	.mp-pusher,
	.mp-level {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	/* overlap */
	.mp-overlap .mp-level.mp-level-open {
		box-shadow: 1px 0 2px rgba(0,0,0,0.2);
		-webkit-transform: translate3d(-40px, 0, 0);
		-moz-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}

	/* First level */
	.mp-menu > .mp-level,
	.mp-menu > .mp-level.mp-level-open,
	.mp-menu.mp-overlap > .mp-level,
	.mp-menu.mp-overlap > .mp-level.mp-level-open {
		box-shadow: none;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/* cover */
	.mp-cover .mp-level.mp-level-open {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	/* content style */
	.mp-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mp-menu h2 {
		margin: 0;
		padding: 1em;
		color: #3da1e0;
		font-weight: 300;
		font-size: 2em;
	}

	.mp-menu.mp-overlap h2::before {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 8px;
		font-size: 75%;
		line-height: 1.8;
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
		transition: opacity 0.3s, transform 0.1s 0.3s;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.mp-menu.mp-cover h2 {
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		font-size: 1em;
	}

	.mp-overlap .mp-level.mp-level-overlay > h2::before {
		opacity: 1;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	.mp-menu ul li > a {
		display: block;
		padding: 0.7em 1em 0.7em 1.8em;
		outline: none;
		box-shadow: inset 0 -1px rgba(0,0,0,0.2);
		text-shadow: 0 0 1px rgba(255,255,255,0.1);
		font-size: 1.4em;
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	}

	.mp-menu ul li::before {
		position: absolute;
		left: 10px;
		z-index: -1;
		color: rgba(0,0,0,0.2);
		line-height: 3.5;
	}

	.mp-level > ul > li:first-child > a {
		box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
	}

	.mp-menu ul li a:hover,
	.mp-level > ul > li:first-child > a:hover {
		background: #fff;
		color: #3da1e0;
		box-shadow: inset 0 -1px rgba(0,0,0,0);
	}
	.mp-menu ul li h2 a:hover {
		background: transparent;
		box-shadow: inset 0 -1px rgba(0,0,0,0);
	}

	.mp-menu .mp-level.mp-level-overlay > ul > li > a,
	.mp-level.mp-level-overlay > ul > li:first-child > a {
		box-shadow: inset 0 -1px rgba(0,0,0,0);
	}

	.mp-level > ul > li:first-child > a:hover,
	.mp-level.mp-level-overlay > ul > li:first-child > a {
		box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
	} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

	.mp-back {
		background: rgba(0,0,0,0.1);
		outline: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 700;
		display: block;
		font-size: 0.8em;
		padding: 1em;
		position: relative;
		box-shadow: inset 0 1px rgba(0,0,0,0.1);
		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		transition: background 0.3s;
	}

	.mp-back i {
		float: right;
	}

	.mp-menu .mp-level.mp-level-overlay > .mp-back,
	.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
		background: transparent;
		box-shadow: none;
		color: transparent;
	}

	/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
	/* We'll show the first level only */
	.no-csstransforms3d .mp-pusher,
	.no-js .mp-pusher {
		padding-left: 300px;
	}

	.no-csstransforms3d .mp-menu .mp-level,
	.no-js .mp-menu .mp-level {
		display: none;
	}

	.no-csstransforms3d .mp-menu > .mp-level,
	.no-js .mp-menu > .mp-level {
		display: block;
	}
}















/* content */
#content {
	min-height: 600px;
	padding-top: 140px;
    font-size: 14px;
}
#column-left, #column-right{
	padding-top: 140px;
}
@media (max-width: 992px) {
	#content {
        padding-top: 155px;
	}
	#column-left, #column-right{
	padding-top: 40px;
}
}
@media (max-width: 768px) {
	#content {
	    padding-top: 155px;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #222;
	font-size: 14px;
}
footer a {
	color: #007dc6;
}
footer a:hover {
	color: #3da1e0;
}
footer h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
}
footer ul li {
    margin: 10px 0 0;
}
.footer2{
	background-color: #f2f8fd;
    color: #888;
    font-size: 13px;
    padding: 10px 0px 0px 0px;
    }
    
.footer-social-media {
	font-size: 16px;
	text-align: right;
}
.footer-social-media a {
    margin: 0 8px;
    color: #79b9e7;
}
.footer-social-media a i{
    font-size: 23px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0px;
	background-color: transparent;
	font-size: 14px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
    top: 6px;
    right: 0px;
    width: 8px;
    height: 8px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li.end:after {
	display: none;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    padding: 11px 34px;
    border: 0;
    background-color: #007dc6;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}

.btn-primary {
	color: #ffffff;
    background-color: #f47421;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #f58238;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-repeat: repeat-x;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{
	z-index: 1;
    position: relative;
    border: solid 1px #e9e9e9;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);
}

.list-group a {
	border: 1px solid #DDDDDD;
	color: #222;
	padding: 8px 12px;
    font-size: 14px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* ������������ */
.block-category {
    overflow: hidden;
    padding: 0px;
}
.block-category .category {
    padding: 3px 3px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border: 1px solid #D7D7D7;
	border-radius: 4px;
    background: #fff;
}
.block-category img {
    width: 100%;
    height: auto;
}
.catname {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #D7D7D7;
    margin-top: 10px;
	color: #222;
}

/* ��������� �������� ������ */
.btn-default{
	height: 34px;
    padding: 2px 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #444;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    border-radius: 4px;
    outline: 0;
}
.btn-default:active, .btn-default:focus, .btn-default:visited, {
    background: #dfebed;
	border-color: #79b9e7;
}
.btn-default:hover {
	border-color: #79b9e7;
}
.btn-dop{
	height: 34px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #007dc6;
	width: 100%;
    font-size: 14px;
	font-weight: 300;
    line-height: 28px;
    position: relative;
    border-radius: 4px;
    outline: 0;
    background-color: #fff;
}
a.btn-dop{
    padding: 2px 14px;
}
.btn-dop:active, .btn-dop:focus, .btn-dop:visited, {
	border-color: #79b9e7;
	color: #007dc6;
}
.btn-dop:hover {
	border-color: #79b9e7;
	color: #007dc6;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    border-radius: 4px 0px 0px 4px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    border-radius: 0px 4px 4px 0px;
}


.width50p{
    width: 50%;
}
.width100p{
    width: 100%;
}

.input-group-addon {
    font-size: 14px;
    background-color: #dfebed;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	border: 1px #eaeaea solid;
	overflow: hidden;
    position: relative;
	border-radius: 4px;
}
.product-thumb:hover {
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 10px 10px 0px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    font-size: 15px;
    height: 33px;
    margin-top: 10px;
    overflow: hidden;
}
.product-list .product-thumb h4 {
    font-size: 15px;
    height: 33px;
    margin-top: 30px;
    overflow: hidden;
}
.product-thumb h4 a{
	color: #444;
}
.product-thumb h4 a:hover{
	color: #007dc6;
}
.product-grid .list {
    display: none;
}
.product-grid .list{
	display: none;
}
.list{
	display: block;
}
.product_hover, .product-grid .product_hover{
	bottom: 0px;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}

.product-grid .product-thumb:hover .product_hover {
    bottom: 22px;
    z-index:2;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
}
.product-thumb .caption {
	padding: 0px 10px;
	min-height: 70px;
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.product-grid .product-thumb .caption:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: "";
	width: 340px;
    height: 340px;
	bottom: -215px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    left: -80px;
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;

    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.product-thumb:hover .caption:before {
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
	background: rgba(0, 0, 0, 0.1);
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 67px;
}
}
.productx .rating {
	padding-right: 15px;
    float: left;
	font-size: 14px;
}
.manu{
	font-size: 14px;
	padding-right: 15px;
    float: left;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	font-size: 20px;
    color: #007dc6;
	margin: 12px 0 10px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}


.product-thumb .button-group button {
	padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #007dc6;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    border-radius: 4px;
}

.product-thumb .button-group button:hover {
    border-color: #79b9e7;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button.btn-primary {

} 
.product-thumb .button-group button.btn-primary:hover {
	background-color: #f58238;
	border: 1px solid #f58238;
	color: #ffffff;
} 
.thumbnail{
border: 0px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	outline: 0;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}


/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

@media (min-width: 1381px) {
	.container {
	    width: 1366px;
	}
}
/* ������� */
body .owl-wrapper-outer {
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
body .owl-controls .owl-page span {
	background-color: transparent;
    border: 0;
    overflow: hidden;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d9d9d9;
    color: transparent;
	box-shadow: 0 0 1px rgba(0,0,0,.2),1px 1px 3px rgba(0,0,0,.25);
}
body .owl-controls .owl-page.active span {
    background: #888;
    cursor: default;
}
body .owl-pagination {
    top: -25px;
}

/* �������� ������ */
.producth1{
    padding-right: 125px;
}
.maininfo {
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
	border: 1px solid #dfebed;
    border-radius: 4px;
    padding: 10px 20px 15px 20px;
}
@media (max-width: 768px) {
	.maininfo {
		margin-top: 40px;
	}
}
.sseti{
    text-align: right;
    margin-top: -40px;
    margin-right: -15px;
    margin-bottom: 15px;
}
.blockprice{
    padding: 10px 0px 15px 0px;
    color: #222;
}
.blockprice hr {
	margin-top: 10px;
    margin-bottom: 10px;
}
.myprice{
    margin: 3px 10px 11px 0;
    font-size: 40px;
    color: #007dc6;
    font-weight: 700;
    text-transform: uppercase;
}
.oldprice{
    padding: 0 0 3px 0;
    font-size: 15px;
    font-weight: 600;
    color: #007dc6;
    text-decoration: line-through;
}
.options{
    background-color: #f2f8fd;
    margin: 0px -20px -15px;
    padding: 10px 20px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #76c143;
}
.quantitym{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}
.plmin{
    padding: 0px 9px;
}
@media (max-width: 1200px) {
	.plmin{
	    padding: 0px 6px;
	}
}
@media (max-width: 992px) {
	.plmin{
	    padding: 0px 9px;
	}
}
#input-quantity{
    min-width: 25px;
	padding: 6px 6px;

}
body .thumbnails .owl-pagination {
    top: -20px;
}
.mfp-gallery .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    border-radius: 50%;
    background-color: #007dc6;
	width: 44px;
    padding-right: 8px;
    font-size: 50px;
    right: -36px;
}
body .mfp-bg{
    background: #ffffff;
	opacity: 0.95;
}
body .mfp-arrow-right:before, body .mfp-arrow-right .mfp-b {
    border-left: 27px solid #007dc6;
}
body .mfp-arrow-left:before, body .mfp-arrow-left .mfp-b {
    border-right: 27px solid #007dc6;
}
body .mfp-title {
    color: #222;
}
body .mfp-counter {
    color: #222;
}
body .mfp-figure:after {
    box-shadow: none;
}

.tabss{
	background: #fff;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.2),0 -2px 1px -2px rgba(0,0,0,.2);
    filter: alpha(Opacity=99);
    opacity: .99;
	margin-bottom: 15px;
	margin-top: 15px;
}
.tabss .nav-tabs {
    border-bottom: 0;
	margin-bottom: 0;
}
.tabss .nav-tabs>li.active>a, .tabss .nav-tabs>li.active>a:focus, .tabss .nav-tabs>li.active>a:hover {
    border: 0px;
    padding: 10px 50px;
	color: #222;

}
.tabss .nav-tabs>li>a {
    border: 0px;
    padding: 10px 50px;
    color: #007dc6;
    font-size: 16px;
}
.tabss .nav-tabs>li {
    margin-bottom: 0px;
}
.tabss .nav-tabs>li>a:hover {
    border: 0px;
	color: #222;

}
.tabss .nav>li>a:focus, .tabss .nav>li>a:hover {
	background-color: transparent;
}
#tab-specification .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dfebed;
}
#tab-specification .table>tbody>tr>td, #tab-specification .table>tbody>tr>th, #tab-specification .table>tfoot>tr>td, #tab-specification .table>tfoot>tr>th, #tab-specification .table>thead>tr>td, #tab-specification .table>thead>tr>th {
    padding: 8px 15px;
    border-top: 0px;
    color: #444;
    font-size: 14px;
}
#tab-specification .table>tbody>tr>td.linetab{
	padding: 0.5px 15px;
	height: 1px;
}
.tab-content #tab-specification .table tr.thead {
    background-color: #fff;
}
#tab-specification .table tr.thead td {
    padding: 20px 15px 8px 30px;
}
#tab-specification .table>tbody>tr>td:first-child {
    padding-left: 30px;
	color: #888;
}
#form-review{
	font-size: 16px;
}
#tab-review .fa{
    font-size: 18px;
    color: #ffc120;
}
#tab-description{
    font-size: 14px;
}

/* ���������� ����� */
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 1px 0 0 1px;
	border-radius: 2px;
	background: #007dc6;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0;
	border: 1px solid #c2cfd6;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
	background: #007dc6;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* ��� Opera Presto�*/
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* � �����-�� ��������� ������������ ������ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	z-index: 2;
	padding: 0 45px 0 10px;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #fff;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {

}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.12);
    background-color: rgba(255,255,255,.96);
    padding: 5px;
}
.col-sm-9 .input-group .jq-selectbox__select{
    border-radius: 0px 4px 4px 0px;
    max-width: 293px;
}
@media (max-width: 1381px) {
	.col-sm-9 .input-group .jq-selectbox__select{
	    max-width: 238px;
	}
}
@media (max-width: 992px) {
	.col-sm-9 .input-group .jq-selectbox__select{
	    max-width: 169px;
	}
}
@media (max-width: 768px) {
	.col-sm-9 .input-group .jq-selectbox__select{
	    max-width: 100%;
	}
}



.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	color: #007dc6;
}
.jq-selectbox li:hover {
	color: #007dc6;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

/* ����������� ���� */
.popup__overlay {
  position: fixed;
  left: 0;
  top: 40%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
}
.popup {
  display: inline-block;
  position: relative;
  max-width: 80%;
  vertical-align: middle;
}
.acn-notification {
display: block;
clear: both;
z-index: 5000;
background: #FFF;
padding: 25px;
border: 1px solid #dfebed;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
box-shadow: 1px 1px 2px rgba(0,0,0,.1);
opacity: 0.95;
}

button.close {
    margin: -15px -10px 0px 15px;
}

/* ������� ����� */
#toTop{
	position: fixed;
	bottom: 0px;
	right: 40px;
	cursor: pointer;
	display: none;
	z-index:8;
}

#toTop .fa {
    padding: 13px 15px;
    color: #fff;
    background: #007dc6;
    border-radius: 5px 5px 0px 0px;
}
#toTop .fa:hover{
	border-color: #3da1e0;
    background: #3da1e0;
    color: #fff;
}

/* ������� */
.smechen{
    padding: 8px 15px;
}
.smechen2 {
    padding: 10px 15px;
}
/* 404 �������� */
.e404{
    text-align: center;
    font-size: 120px;
    line-height: 100px;
    font-weight: 700;
}
.tooltip-inner{
	background-color: #fff;
    color: #222;
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
    padding: 5px 10px;
    border: 1px #79b9e7 solid;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #79b9e7;
}

/* ����� ��� ������� */
.kode-service-type-1 {
    float: left;
    width: 100%;
	padding-top: 7px;
    padding-bottom: 7px;
}
.kode-effect-grid {
    position: relative;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
}
.kode-effect-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
}

/* ����. ������ bubba */

figure.effect-bubba {
    background: #333333;
    border-radius: 4px;
}
.kode-effect-grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}
figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
    opacity: 0.4;
}
.kode-effect-grid figure .figcaption {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kode-effect-grid figure .figcaption, .kode-effect-grid figure .figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-bubba .figcaption::before, figure.effect-bubba .figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba .figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba h2 {
    position: absolute;
    bottom: 75px;
    width: 100%;
    color: #fff;
    font-size: 35px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    line-height: normal;
}
figure.effect-bubba:hover .figcaption::before, figure.effect-bubba:hover .figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-bubba .figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba:hover .figcaption::before, figure.effect-bubba:hover .figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ����. ������ duke */

figure.effect-duke {
    background: #333333;
    border-radius: 4px;
}
figure.effect-duke img, figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke img, figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke p {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    width: 300px;
    margin: auto;
    padding: 10px 8px;
    border: 7px solid #fff;
    text-transform: none;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    line-height: 54px;
}
figure.effect-duke:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}
figure.effect-duke:hover h2, figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/* ����. ������ kode_gsk_fshn */
.kode_gsk_fshn {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.kode_gsk_fshn:before {
    background-color: #20889e;
    border-radius: 4px;
}
.kode_gsk_fshn:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    z-index: 99;
}
.kode_gsk_fshn:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.kode_gsk_fshn:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.kode_gsk_fshn_des {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    margin: -50px 0px 0px;
    z-index: 99;
}
.kode_gsk_fshn figure:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    border-radius: 4px;
}
.kode_gsk_fshn figure img {
    width: 100%;
    height: auto;
	border-radius: 4px;
}
.kode_gsk_fshn_des h2 {
    font-size: 60px;
    font-weight: bold;
}
.imgcenter{
    margin: auto;
}
.imgcenter a img {
    margin: auto;
}