@font-face {
	font-family: 'Amiko Regular';
	src: url('../fonts/Amiko/AmikoRegular.eot');
	src: url('../fonts/Amiko/AmikoRegular.eot') format('embedded-opentype'), url('../fonts/Amiko/AmikoRegular.woff2') format('woff2'), url('../fonts/Amiko/AmikoRegular.woff') format('woff'), url('../fonts/Amiko/AmikoRegular.ttf') format('truetype'), url('../fonts/Amiko/AmikoRegular.svg#AmikoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Amiko SemiBold';
	src: url('../fonts/Amiko/AmikoSemiBold.eot');
	src: url('../fonts/Amiko/AmikoSemiBold.eot') format('embedded-opentype'), url('../fonts/Amiko/AmikoSemiBold.woff2') format('woff2'), url('../fonts/Amiko/AmikoSemiBold.woff') format('woff'), url('../fonts/Amiko/AmikoSemiBold.ttf') format('truetype'), url('../fonts/Amiko/AmikoSemiBold.svg#AmikoSemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Amiko Bold';
	src: url('../fonts/Amiko/AmikoBold.eot');
	src: url('../fonts/Amiko/AmikoBold.eot') format('embedded-opentype'), url('../fonts/Amiko/AmikoBold.woff2') format('woff2'), url('../fonts/Amiko/AmikoBold.woff') format('woff'), url('../fonts/Amiko/AmikoBold.ttf') format('truetype'), url('../fonts/Amiko/AmikoBold.svg#AmikoBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSerif';
	src: url('../fonts/PTSerif/PT_SerifWebRegular.eot');
	src: url('../fonts/PTSerif/PT_SerifWebRegular.eot') format('embedded-opentype'), url('../fonts/PTSerif/PT_SerifWebRegular.woff2') format('woff2'), url('../fonts/PTSerif/PT_SerifWebRegular.woff') format('woff'), url('../fonts/PTSerif/PT_SerifWebRegular.ttf') format('truetype'), url('../fonts/PTSerif/PT_SerifWebRegular.svg#PT_SerifWebRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSerif Bold';
	src: url('../fonts/PTSerif/PT_SerifWebBold.eot');
	src: url('../fonts/PTSerif/PT_SerifWebBold.eot') format('embedded-opentype'), url('../fonts/PTSerif/PT_SerifWebBold.woff2') format('woff2'), url('../fonts/PTSerif/PT_SerifWebBold.woff') format('woff'), url('../fonts/PTSerif/PT_SerifWebBold.ttf') format('truetype'), url('../fonts/PTSerif/PT_SerifWebBold.svg#PT_SerifWebBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Amiko Regular', 'Arial', sans-serif;
	line-height: 1.5em;
	background: #4d4d4d;
	color: #fff;
	box-shadow: 0 0 5px 5px #3d3d3d inset;
}

.sidr .sidr-inner {
	padding: 0 0 15px;
}

.sidr .sidr-inner > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr.right {
	left: auto;
	right: -100%;
}

.sidr.left {
	left: -260px;
	right: auto;
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #0d0d0d;
	line-height: 24px;
	box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.sidr p {
	font-size: 13px;
	margin: 0 0 12px;
}

.sidr p a {
	color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
	margin-left: 15px;
	margin-right: 15px;
}

.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	font-size: 1.333em;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
	margin: 0;
	padding: 0;
}

.sidr ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidr ul li {
	display: block;
	margin: 0;
	float: none;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li.active > a,
.sidr ul li.active > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li a,
.sidr ul li span {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

.sidr ul li ul {
	border-bottom: 0;
	font-size: 0.875em;
	margin: 0;
}

.sidr ul li ul li:last-child {
	border-bottom: 0;
}

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
	box-shadow: 0 0 15px 3px #3d3d3d inset;
}

.sidr ul li ul li a,
.sidr ul li ul li span {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 30px;
}

.sidr ul li ul li ul {
	display: none;
}

.sidr ul li ul li ul li a,
.sidr ul li ul li ul li span {
	padding-left: 45px;
}

.sidr ul li ul li ul li ul {
	display: none;
}

.sidr ul li ul li ul li ul li a,
.sidr ul li ul li ul li ul li span {
	padding-left: 60px;
}

.sidr form {
	margin: 0 15px;
}

.sidr label {
	font-size: 13px;
}

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"] {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 10px;
	border-radius: 2px;
	border: 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 0 10px;
	border-radius: 2px;
	border: 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.6);
	display: block;
	clear: both;
}

.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none;
}

.sidr input[type=button],
.sidr input[type=submit] {
	color: #0d0d0d;
	background: #fff;
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
	background: rgba(255, 255, 255, 0.9);
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Amiko Regular', 'Arial', sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
	text-align: right;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Amiko Regular', 'Arial', sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.fancybox-margin {
	margin-right: 0 !important;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-nav span {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	position: relative;
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancy/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancy/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancy/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 8010;
	background: url("../images/fancy/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

body,
html,
.wrapper {
	height: 100%;
}

body {
	font: normal 14px/1.5em 'Amiko Regular', 'Arial', sans-serif;
	color: #0d0d0d;
}

pre {
	font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Amiko SemiBold', 'Arial', sans-serif; /*line-height: 1.688em;*/
	/*color: $color-grey-d;*/
}

/*
h1, .h1 { font-size: 3.750em; }
h2, .h2 { font-size: 2.500em; }
h3, .h3 { font-size: 2.250em; }
h4, .h4 { font-size: 1.875em; }
h5, .h5 { font-size: 1.111em; }
h6, .h6 { font-size: 1.000em; }
*/

h1,
.h1 {
	font-size: 2.5em;
}

h2,
.h2 {
	font-size: 2.25em;
}

h3,
.h3 {
	font-size: 1.875em;
}

h4,
.h4 {
	font-size: 1.5em;
}

h5,
.h5 {
	font-size: 1.25em;
}

h6,
.h6 {
	font-size: 1em;
}

strong {
	font-weight: normal;
	font-family: 'Amiko SemiBold', 'Arial', sans-serif;
}

a {
	color: #0c5eae;
	text-decoration: none;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

a:hover,
a:focus {
	color: #021262;
}

p {
	margin-bottom: 1.5em;
}

.hidden,
.mega-hidden {
	display: none !important;
}

.nowrap {
	white-space: nowrap;
}

.cleaner {
	width: 100%;
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
}

.clearer:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.fa {
	font-family: FontAwesome !important;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.button,
.woocommerce a.button {
	display: inline-block;
	background: none;
	border: solid 2px #0c5eae;
	font-size: 1em;
	line-height: 2em;
	font-family: 'PTSerif', 'Arial', sans-serif;
	color: #0c5eae;
	text-align: center;
	text-decoration: none !important;
	margin: 0;
	padding: 7px 15px;
	min-width: 130px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	border-radius: 0px;
}

.button:hover,
.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus {
	background: rgba(12, 94, 197, 0.5);
	border-color: #0c5eae;
	color: #fff;
	box-shadow: 0 2px 8px #0c5eae;
}

.button.white,
.woocommerce a.button.white {
	background: none;
	border-color: #fff;
	border-width: 3px;
	color: #fff;
}

.button.white:hover,
.button.white:focus,
.woocommerce a.button.white:hover,
.woocommerce a.button.white:focus {
	background: rgba(255, 255, 255, 0.8);
	border-color: #0c5eae;
	color: #0c5eae;
	box-shadow: 0 2px 8px #0c5eae;
}

.button.grey,
.woocommerce a.button.grey {
	background: none;
	border-color: #0d0d0d;
	color: #0d0d0d;
}

.button.grey:hover,
.button.grey:focus,
.woocommerce a.button.grey:hover,
.woocommerce a.button.grey:focus {
	background: rgba(255, 255, 255, 0.8);
	border-color: #0d0d0d;
	color: #0d0d0d;
	box-shadow: 0 2px 8px #0d0d0d;
}

.button.small,
.woocommerce a.button.small {
	font-size: 1em;
	font-weight: normal;
	padding: 7px 12px 8px;
}

.button.mini,
.woocommerce a.button.mini {
	font-size: .875em;
	font-weight: normal;
	padding: 2px 7px 3px;
	min-width: 145px;
}

.button.loader,
.woocommerce a.button.loader {
	background-position: calc(100% - 10px) center;
}

#page_content {
	min-height: 100%;
	position: relative;
}

.cat_col figure {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.cat_col figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.cat_col figure figcaption {
	padding: 25px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cat_col figure figcaption::before,
.cat_col figure figcaption::after {
	pointer-events: none;
}

.cat_col figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.cat_col figure h2 {
	font: normal 1.286em/1.5em 'Amiko Bold', 'Arial', sans-serif;
	text-transform: uppercase;
	margin: 0;
	-webkit-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.cat_col figure p {
	margin: 0;
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-ming {
	background: #030c17;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: no-repeat center;
	background-size: cover;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption {
	background: rgba(0, 0, 0, 0.43);
	-webkit-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, 0.43);
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
	margin: calc(50% - 10px) 0 15px;
}

figure.effect-ming p {
	font-size: 0.75em;
	line-height: 1.667em;
	padding: 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	margin-top: 30%;
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(12, 94, 174, 0.5);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

.categories_blocks {
	padding-top: 29px;
	margin-bottom: 23px;
}

.categories_blocks .products_before_content {
	font-size: 1em;
	line-height: 1.715em;
	margin-bottom: 23px;
	position: relative;
}

.categories_blocks .products_before_content p:last-child {
	margin-bottom: 0;
}

.categories_blocks .cat_row {
	margin-left: -5px;
	margin-right: -5px;
}

.categories_blocks .cat_row::before,
.categories_blocks .cat_row::after {
	width: 100%;
	display: table;
	content: " ";
}

.categories_blocks .cat_row .cat_col {
	padding-left: 5px;
	padding-right: 5px;
}

.categories_blocks .thumb {
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 10px;
	position: relative;
}

.categories_blocks .thumb img {
	width: 100%;
	display: block;
}

.categories_blocks .thumb .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.43);
	position: absolute;
	left: 0;
	top: 0;
}

.categories_blocks .thumb .overlay a {
	width: 100%;
	font: normal 1.500em/1em 'Amiko Bold', 'Arial', sans-serif;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.categories_blocks .thumb .overlay a:hover,
.categories_blocks .thumb .overlay a:focus {
	text-decoration: none;
}

.categories_blocks .thumb .description {
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
	position: absolute;
	top: 0;
}

.categories_blocks .products_page_link {
	padding-top: 19px;
}

.error404 {
	background: url('../images/backgrounds/background_4040.jpg') no-repeat center;
	background-size: cover;
}

.error404 #page_content {
	height: 100%;
}

.error404 #main {
	height: calc(100% - 141px);
}

.error404 .container {
	height: 100%;
}

.error404 .container_table {
	width: 100%;
	height: 100%;
	display: table;
}

.error404 .container_table > article {
	display: table-cell;
	vertical-align: middle;
}

.error404 h1 {
	font: normal 10.750em/1em 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 17px;
}

.error404 h3 {
	font: normal 3em/1em 'Amiko Bold', 'Arial', sans-serif;
	color: #fff;
	margin: 0 0 39px;
}

.error404 .button {
	font-size: 1.125em;
	padding: 5px 12px 6px;
	min-width: 145px;
}

.pagination-nav {
	background: #fff;
	font-size: 1.125em;
	text-align: right;
	padding-bottom: 54px;
}

.pagination-nav span,
.pagination-nav a {
	width: 26px;
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	padding: 5px;
}

.pagination-nav .pages {
	display: none;
}

.pagination-nav span {
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
}

.pagination-nav a {
	color: #d3d1d1;
	text-decoration: none;
}

.pagination-nav a:hover,
.pagination-nav a:focus {
	color: #757575;
}

.mobile_image {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center;
	background-size: cover;
}

header.header {
	width: 100%;
	background: #fff;
	z-index: 1001;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	position: relative;
}

header.header.fixed {
	position: fixed;
	top: 0;
}

.admin-bar header.header.fixed {
	top: 0;
}

header.header .b_right {
	position: static;
}

#logo {
	padding: 14px 3px 9px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.fixed #logo {
	padding: 9px 3px 4px;
}
@media (min-width: 320px) { 
	#logo a {
		width: 100%;
		height: auto;
	}
}
@media (min-width: 1200px) { 
	#logo a {
		width: auto;
		height: 60px;
	}
}
#nav_bar {
	height: 40px;
	background: #0c5eae;
}

#nav_bar .nav {
	display: none;
	text-align: center;
	position: relative;
}

#nav_bar .nav > ul {
	margin: 0;
	padding: 0;
}

#nav_bar .nav > ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar .nav > ul li {
	display: inline-block;
}

#nav_bar .nav > ul > li {
	margin: 0 calc(4.82456% - 20px);
	position: relative;
}

#nav_bar .nav > ul > li:hover > a {
	background: rgba(0, 0, 0, 0.43);
}

#nav_bar .nav > ul > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

#nav_bar .nav > ul > li > a {
	display: block;
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
	padding: 19px 20px 15px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.fixed #nav_bar .nav > ul > li > a {
	padding: 9px 20px 5px;
}

#nav_bar .nav > ul > li > a:hover {
	background: rgba(0, 0, 0, 0.43);
}

#nav_bar .nav > ul > li > .sub-menu {
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	width: auto;
	background: rgba(244, 244, 244, 0.95);
	border: solid 1px #0c5eae;
	border-top: none;
	text-align: left;
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 260px;
}

#nav_bar .nav > ul > li > .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar .nav > ul > li > .sub-menu > li {
	display: block;
}

#nav_bar .nav > ul > li > .sub-menu > li > a {
	display: block;
	font-size: 1.125em;
	font-family: 'Amiko SemiBold', 'Arial', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
}

#nav_bar .nav > ul > li > .sub-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #2d2d2d;
}

#nav_bar .nav > ul > li.mega_nav {
	position: static;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu {
	margin: 0;
	padding: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	width: 100%;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu::after {
	width: 100%;
	display: table;
	content: " ";
	clear: both;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li {
	width: 33.3334%;
	float: left;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > a {
	padding: 29px 40px 14px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu {
	border-top: solid 1px #56585a;
	padding: 22px 40px 30px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li {
	margin-bottom: 12px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li:last-child {
	margin-bottom: 0;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li.menu-item-has-children {
	margin-bottom: 11px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li.menu-item-has-children > a {
	display: block;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li.menu-item-has-children > a::after {
	font-family: 'FontAwesome', sans-serif;
	content: '\f196';
	font-size: 1.25em;
	color: #0c5eae;
	float: right;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li.menu-item-has-children > a.open {
	color: #0c5eae;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu li.menu-item-has-children > a.open::after {
	content: '\f147';
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu a {
	color: #2d2d2d;
	text-decoration: none;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu a:hover {
	color: #0c5eae;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul {
	padding: 0 0 0 30px;
	display: none;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul > li:first-child {
	padding-top: 2px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul li {
	margin-bottom: 2px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul li:last-child {
	margin-bottom: 0;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul li a {
	color: #6d6c6c;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li.products_link {
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 26px;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li.products_link > a {
	display: inline;
	background: none;
	text-transform: none;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu > li.products_link > a:hover {
	text-decoration: underline;
}

#nav_bar .nav > ul > li.mega_nav > .sub-menu li {
	display: block;
}

#nav_bar .popup_down {
	display: none !important;
}

#breadcrumbs-wrapper {
	background: #0c5eae;
	color: #fff;
	padding: 20px 0 15px;
}

#breadcrumbs-wrapper a {
	color: rgba(255, 255, 255, 0.6);
}

#breadcrumbs-wrapper .fa {
	margin: 0 6px;
}

#breadcrumbs-wrapper .category {
	display: none;
}

#breadcrumbs-wrapper .category + .fa {
	display: none;
}

.header_top_right {
	padding-top: 29px;
	text-align: left;
}

.fixed .header_top_right {
	padding-top: 14px;
}

#top_phone {
	display: none;
	vertical-align: middle;
	margin-right: 41px;
	color: #000;
}

#top_phone strong {
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
}

#top_phone a {
	color: #000;
}

#language-switcher {
	position: relative;
	margin-left: -5px;
}

#language-switcher .wpml-ls-legacy-list-horizontal {
	border: none;
	padding: 0;
}

#language-switcher .wpml-ls-legacy-list-horizontal > ul {
	width: 37px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: block;
	margin-bottom: 10px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {
	-webkit-order: 2;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
	margin-left: 9px;
}

#language-switcher .wpml-ls-legacy-list-horizontal a {
	color: #000;
	padding: 0;
}

#language-switcher .wpml-ls-legacy-list-horizontal a img {
	width: 37px;
	height: 24px;
	margin-top: -1px;
}

#language-switcher .wpml-ls-native {
	display: none;
}

#language-switcher .language_button {
	font-size: 1.5em;
	color: #000;
	display: block;
	position: absolute;
	right: 0;
}

#language-switcher .language_button.active .fa::before {
	content: '\f0d8';
}

#language-switcher .language_button.active + aside {
	background: #fff;
	border-color: #0c5eae;
}

#language-switcher aside {
	height: 39px;
	border: solid 2px rgba(255, 255, 255, 0);
	padding: 6px;
	overflow: hidden;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 54;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#search-bar {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	margin: 0;
	bottom: 5px;
	width: calc(100% - 55px);
	left: 0;
}

#search-bar .search-form {
	position: static;
}

#search-bar .search-submit {
	display: inline-block;
	background: none;
	border: none;
	font-size: 1.5em;
	color: #fff;
	margin: 0;
	padding: 4px 0 0;
	vertical-align: middle;
	float: right;
}

#search-bar .field-wrapper {
	background: #fff;
	padding: 4px;
	position: absolute;
	right: -4px;
	z-index: 3;
}

#search-bar .search-field {
	width: calc(100% - 35px);
	border: solid 1px rgba(255, 255, 255, 0.25);
	cursor: auto;
	margin: 0;
	padding: 4px 10px 2px;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	position: absolute;
    right: 26px;
    background: #fff;
}

.menu_button {
	color: #fff;
	font-size: 2em;
	float: right;
	padding: 6px 0;
}

.menu_close_button {
	padding: 6px 15px;
	font-size: 2em;
	color: #fff;
	display: block;
}

.menu_close_button:hover,
.menu_close_button:focus {
	color: #fff;
}

.mobile_header {
	background: #0d0d0d;
	font-family: 'Amiko SemiBold', 'Arial', sans-serif;
	font-size: 1.143em;
	padding: 10px 15px;
}

.mobile_header a {
	color: #fff;
	text-decoration: none;
}

.mobile_header a .fa {
	color: #0c5eae;
}

.popup_down {
	width: 48px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 0 !important;
}

.popup_down.active .fa::before,
.popup_down.open .fa::before {
	content: '\f0d8';
}

.sidr li {
	position: relative;
}

.sidr .sub-menu {
	display: none;
}

.admin-bar.sidr-animating #wpadminbar,
.admin-bar.sidr-open #wpadminbar {
	top: -46px;
}

.site-footer {
	background: #363636;
	border-top: solid 3px #fff;
	color: #fff;
	position: relative;
	padding: 26px 0 46px;
}

.footer_block h3 {
	font-size: 1.125em;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.footer_menu {
	line-height: 1.25em;
}

.footer_menu h3.open::after {
	content: '\f0d8';
}

.footer_menu h3::after {
	font-family: 'FontAwesome', sans-serif;
	content: '\f0d7';
	font-size: 1.5em;
	margin-left: 15px;
	position: relative;
	top: 2px;
}

.footer_menu h3 + div {
	display: none;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
}

.footer_menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu ul li {
	margin-bottom: 10px;
}

.footer_menu ul a {
	color: #fff;
}

.footer_socials a {
	font-size: 2.5em;
	color: #fff;
	margin-right: 8px;
}

.footer_socials .footer_block {
	padding-top: 8px;
}

.footer_icons {
	display: none;
}

.footer_icons .footer_block {
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}

.footer_icons .footer_block img {
	width: auto;
	height: auto !important;
	margin: 0 15px 17px;
}

#site-blocks {
	margin-bottom: 33px;
}

.site-info {
	border-top: solid 1px rgba(255, 255, 255, 0.18);
	text-align: center;
	padding: 22px 0 16px;
}

.site-info a {
	color: #fff;
}

.site-info p {
	margin: 0;
}

.cu_form_desktop {
	display: none;
}

.cu_form {
	display: none;
	width: 320px;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 0;
}

.cu_form iframe {
	height: 321px !important;
	vertical-align: top;
}

.cu_form_button_wrapper {
	/*
	 position: absolute;
	 left: 222px;
	 top: -98px;
	 width: 150px;
	 //transform: rotate(90deg);
	 @include transform(rotate, 90deg);
	 @media screen and (min-width: $screen-sm) {
	   width: auto;
	   position: static;
	   @include transform(rotate, 0deg);
	 }
	 */
}

.cu_form_box {
	display: none;
	background: #fff;
}

.cu_form_button {
	background: #0c5eae;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 12px;
	position: absolute;
	left: 222px;
	top: -98px;
	width: 150px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cu_form_button:hover,
.cu_form_button:focus {
	background: #0f78de;
	color: #fff;
	text-decoration: none;
}

.cu_form_button::after {
	font-family: 'FontAwesome', sans-serif;
	margin-left: 10px;
	content: '\f0d7';
}

.cu_form_button.open {
	width: auto;
	position: static;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cu_form_button.open::after {
	content: '\f0d7';
}

#footer_menu,
#footer_submenu {
	display: none;
}

#footer_menu a,
#footer_submenu a {
	color: #fff;
}

#footer_menu .menu,
#footer_submenu .menu {
	margin: 0;
	padding: 0;
	font-size: 1.125em;
	text-align: center;
	position: relative;
}

#footer_menu .menu li,
#footer_submenu .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer_menu .menu > li,
#footer_submenu .menu > li {
	display: inline-block;
	vertical-align: top;
}

#footer_menu .menu > li > a,
#footer_submenu .menu > li > a {
	display: block;
}

#footer_menu .menu {
	border-bottom: solid 1px rgba(255, 255, 255, 0.18);
}

#footer_menu .menu > li {
	margin: 0 3.59649%;
}

#footer_menu .menu > li > a {
	font-family: 'Amiko Bold', 'Arial', sans-serif;
	text-transform: uppercase;
	padding: 18px 15px;
}

#footer_menu .menu > li > .sub-menu {
	display: none;
}

#footer_submenu {
	margin-bottom: 28px;
}

#footer_submenu .menu > li {
	margin: 0 2.98%;
}

#footer_submenu .menu > li > a {
	padding: 20px 15px;
}

.site_popup {
	/*width: 947px;*/
	width: 280px;
	border: solid 1px #0c5eae;
	border-bottom-width: 2px;
	border-right-width: 2px;
	/*padding: 35px 35px 35px 270px;*/
	padding: 30px 15px;
	min-height: 378px;
	background-size: 270px 100%;
}

.site_popup h3 {
	font: normal 1.5em/normal 'Amiko SemiBold', 'Arial', sans-serif;
	text-transform: uppercase;
	margin: 0 0 37px;
}

.site_popup h3 strong {
	width: 53px;
	height: 53px;
	background: #0c5eae;
	display: inline-block;
	text-align: center;
	line-height: 61px;
	color: #fff;
	margin-right: 20px;
	position: relative;
	border-radius: 10px;
}

.site_popup h3 strong:last-child {
	margin-right: 6px;
}

.site_popup h3 strong:last-child::after {
	display: none;
}

.site_popup h3 strong::after {
	width: 16px;
	height: 5px;
	content: '';
	background: #0c5eae;
	position: absolute;
	right: -18px;
	top: 50%;
	border-radius: 3px;
}

.site_popup h4 {
	font: normal 1.5em/1.5em 'Amiko Bold', 'Arial', sans-serif;
	color: #0c5eae;
	margin: 0 0 11px;
	padding: 0 2px;
}

.site_popup h5 {
	font: normal 1.125em/1.556em 'Amiko Bold', 'Arial', sans-serif;
	color: #6f7376;
	margin: 0 0 30px;
	padding: 0 4px;
}

.site_popup a {
	background: #2a86d1;
	display: inline-block;
	font-size: 1.125em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0 7px;
	padding: 12px 15px 10px;
	min-width: 184px;
	border-radius: 10px;
}

.site_popup a:hover {
	background: #0c5eae;
}

.site_popup p:last-child {
	margin-bottom: 0;
}

body::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
}

body.form_open::before {
	opacity: 1;
	visibility: visible;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancy/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancy/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}

}

@media screen and (min-width: 768px) {

	html[data-admin="true"] {
		height: calc(100% - 46px);
	}

	body {
		font-size: 12px;
	}

	.button,
	.woocommerce a.button {
		min-width: 170px;
		font-size: 1.189em;
		padding: 12px;
	}

	.cat_col figure h2 {
		font-size: 1.5em;
	}

	.categories_blocks {
		padding-top: 74px;
		margin-bottom: 51px;
	}

	.categories_blocks .products_before_content {
		font-size: 1.125em;
		line-height: 1.333em;
		margin-bottom: 64px;
	}

	.categories_blocks .cat_row .cat_col {
		width: 33.33333%;
		float: left;
	}

	.categories_blocks .products_page_link {
		padding-top: 35px;
	}

	.mobile_image {
		display: none;
	}

	.admin-bar header.header.fixed {
		top: 46px;
	}

	header.header .b_right {
		position: relative;
	}

	#logo img {
		width: 100%;
	}

	#nav_bar {
		height: auto;
	}

	#nav_bar .nav {
		display: block;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > a {
		padding: 29px 30px 14px;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu {
		padding: 22px 30px 30px;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul {
		padding: 0 0 0 20px;
	}

	.header_top_right {
		padding-top: 14px;
		text-align: right;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}

	.fixed .header_top_right {
		padding-top: 9px;
	}

	#top_phone {
		display: inline-block;
		margin-right: 20px;
	}

	#language-switcher {
		height: 39px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 0;
	}

	#language-switcher .language_button {
		right: -15px;
		top: 7px;
	}

	#language-switcher aside {
		height: 35px;
		background: none;
		position: static;
	}

	#search-bar {
		width: auto;
		position: static;
		margin-left: 24px;
	}

	#search-bar .search-submit {
		color: #0d0d0d;
		float: none;
		padding: 0;
	}

	#search-bar .search-field {
		width: 180px;
		opacity: 1;
		border: solid 2px #0c5eae;
		visibility: visible;
		margin: 0 12px 0 0;
	}

	#search-bar .search-field:active,
	#search-bar .search-field:focus {
		width: 180px;
	}

	.menu_button {
		display: none;
	}

	.menu_close_button {
		display: none;
	}

	.mobile_header {
		display: none;
	}

	.admin-bar.sidr-animating #wpadminbar,
	.admin-bar.sidr-open #wpadminbar {
		top: -32px;
	}

	.site-footer {
		padding: 26px 0 0;
	}

	.menu_metals .footer_block {
		padding-left: 30.5%;
	}

	.footer_menu h3::after {
		display: none;
	}

	.footer_menu h3 + div {
		display: block;
	}

	.footer_menu {
		display: block;
	}

	.footer_socials {
		margin-bottom: 60px;
	}

	.footer_socials .footer_block {
		padding-top: 0;
	}

	.footer_icons {
		display: block;
	}

	.footer_icons .footer_block img {
		height: 48px !important;
	}

	.cu_form_desktop {
		display: block;
	}

	.cu_form_mobile {
		display: none;
	}

	.cu_form {
		width: 322px;
	}

	.cu_form {
		display: block;
	}

	.cu_form iframe {
		height: 570px !important;
	}

	.cu_form_button {
		width: auto;
		position: static;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.cu_form_button::after {
		content: '\f0d8';
	}

	#footer_menu,
	#footer_submenu {
		display: block;
	}

	#footer_menu .menu > li {
		margin: 0 1.5%;
	}

	#footer_submenu .menu > li {
		margin: 0 0.98%;
	}
	
	.site_popup {
		width: 700px;
		padding: 35px 35px 35px 210px;
		background: url('../images/backgrounds/popup_image.jpg') no-repeat center left #fff;
	}

	.site_popup h3 {
		font-size: 1.875em;
	}

}

@media screen and (min-width: 992px) {

	html[data-admin="true"] {
		height: calc(100% - 32px);
	}

	body {
		font-size: 14px;
	}

	.button,
	.woocommerce a.button {
		min-width: 170px;
	}

	.admin-bar header.header.fixed {
		top: 32px;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > a {
		padding: 29px 40px 14px;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu {
		padding: 22px 40px 30px;
	}

	#nav_bar .nav > ul > li.mega_nav > .sub-menu > li > .sub-menu ul {
		padding: 0 0 0 30px;
	}

	.header_top_right {
		padding-top: 29px;
	}

	#top_phone {
		margin-right: 41px;
	}

	.footer_icons .footer_block img {
		height: 68px !important;
	}

	#footer_menu .menu > li {
		margin: 0 2.5%;
	}

	#footer_submenu .menu > li {
		margin: 0 1.98%;
	}
	
	.site_popup {
		width: 947px;
		padding: 35px 35px 35px 270px;
	}

}

@media screen and (min-width: 1200px) {

	body {
		font-size: 16px;
	}

	#logo img {
		width: 100%;
	}

	.fixed #logo img {
		width: auto;
		height: 40px;
	}
	
	.button,
	.woocommerce a.button {
		min-width: 170px;
	}

	#language-switcher {
		height: auto;
	}

	#language-switcher .wpml-ls-legacy-list-horizontal > ul {
		width: auto;
		display: block;
	}

	#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 0;
	}

	#language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
		margin-right: 0;
	}

	#language-switcher .wpml-ls-native {
		display: inline;
	}

	#language-switcher .language_button {
		display: none;
	}

	#language-switcher aside {
		height: 39px;
		border: none;
	}

	#search-bar:hover .search-field,
	#search-bar.active .search-field {
		width: 200px;
		opacity: 1;
		visibility: visible;
		margin: 0 12px 0 0;
	}

	#search-bar {
		position: relative;
	}

	#search-bar .search-field {
		width: 0;
		border: solid 2px #0c5eae;
		margin: 0 0 0 -24px;
		opacity: 0;
		visibility: hidden;
	}

	#search-bar .search-field:active,
	#search-bar .search-field:focus {
		width: 200px;
		opacity: 1;
		visibility: visible;
		margin: 0 12px 0 0;
	}

	.footer_icons .footer_block img {
		height: auto !important;
	}

	#footer_menu .menu > li {
		margin: 0 3.59649%;
	}

	#footer_submenu .menu > li {
		margin: 0 2.98%;
	}

}

@media screen and (min-width: 1920px) {

	body {
		font-size: 16px;
	}

}

@-webkit-keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

@keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

