/*
Theme Name: feurich
Author: feurich
Author URI: http://www.famethemes.com
Description: 
Version: 1.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,700,900&subset=latin-ext&display=swap"); /*font-family: 'Open Sans' */
@import url("https://fonts.googleapis.com/css?family=Reenie+Beanie&display=swap"); /*font-family: 'Reenie Beanie', cursive;*/
@import url("https://fonts.googleapis.com/css?family=Caveat:400,700&display=swap"); /*font-family: 'Caveat', cursive;*/

@font-face {
	font-family: Open Sans-L;
	src: url("/fonts/Open Sans-Light.ttf");
	font-display: swap;
}
@font-face {
	font-family: Open Sans-B;
	src: url("/fonts/Open Sans-Bold.ttf");
	font-display: swap;
}
@font-face {
	font-family: Open Sans-B;
	src: url("/fonts/Open Sans-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-family: Caveat;
	src: url("/fonts/Caveat-Regular.ttf");
	font-display: swap;
}
@font-face {
	font-family: ReenieBeanie;
	src: url("/fonts/ReenieBeanie.ttf");
	font-display: swap;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}

body {
	background: #fffdf9;
	height: 100%;
}

.site {
	background: #fffdf9;
	position: relative;
}

body,
button,
input,
select,
textarea {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #343434;
}

pre,
code,
input,
textarea {
	font: inherit;
}

::-moz-selection {
	background: #000000;
	color: #ffffff;
}

::selection {
	background: #000000;
	color: #ffffff;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
	color: #03c4eb;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #777777;
	text-decoration: underline;
}

a:active,
a:focus,
a:hover {
	outline: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	margin-top: 0;
	color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333333;
	text-decoration: none;
}

h1 {
	line-height: 1.3;
	font-size: 33px;
	font-size: 2.0625rem;
}

@media (min-width: 768px) {
	h1 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

h1 span {
	font-weight: bold;
}

h2 {
	line-height: 1.2;
	font-size: 25px;
	font-size: 1.5625rem;
}

@media (min-width: 768px) {
	h2 {
		font-size: 32px;
		font-size: 2rem;
	}
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

h4 {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 12px;
}

h5 {
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

h6 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 1px;
}

/*------------------------------
	2.4 Base
------------------------------*/
ul,
ol,
dl,
p,
details,
address,
.vcard,
figure,
pre,
fieldset,
table,
dt,
dd,
hr {
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
	margin-top: 0;
}

/*------------------------------
	2.5 Content
------------------------------*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	clear: both;
	margin: 20px 0;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	margin-bottom: 20px;
	font-size: 13px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

figure {
	margin: 0;
}

address {
	margin: 20px 0;
}

hr {
	border: 0;
	border-top: 1px solid #e9e9e9;
	height: 1px;
	margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background-color: #e9e9e9;
	padding: 5px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

pre {
	overflow: auto;
	white-space: pre-wrap;
	max-width: 100%;
	line-height: 1.7;
	margin: 20px 0;
	padding: 20px;
}

details summary {
	font-weight: bold;
	margin-bottom: 20px;
}

details :focus {
	outline: none;
}

abbr,
acronym,
dfn {
	cursor: help;
	font-size: 0.95em;
	text-transform: uppercase;
	border-bottom: 1px dotted #e9e9e9;
	letter-spacing: 1px;
}

mark {
	background-color: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 82%;
}

big {
	font-size: 125%;
}

ul,
ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin: 8px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

/*------------------------------
	2.6 Table
------------------------------*/
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
	border-collapse: collapse;
	border-spacing: 0;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #e9e9e9;
	line-height: 1.42857;
	padding: 5px;
	vertical-align: middle;
}

table > thead > tr > th,
table > thead > tr > td {
	border-bottom-width: 2px;
}

table th {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
	padding: 20px;
	border: 1px solid #e9e9e9;
}

input[type="reset"],
input[type="submit"],
input[type="submit"] {
	cursor: pointer;
	background: #efb42d;
	border: none;
	display: inline-block;
	color: black;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 11px 17px 10px 17px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 1px;
	margin: 2px 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 13px;
	float: right;
	margin: 15px;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

select {
	max-width: 100%;
	overflow: auto;
	vertical-align: top;
	outline: none;
	border: 1px solid #e9e9e9;
	padding: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	max-height: 150px;
}
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	padding: 15px;
	max-width: 100%;
	border: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	width: 100%;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	color: #000000;
}

textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-color: #ebebeb;
	border-bottom: 1px solid #fff !important;
	background: #e9e9e9;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 10px;
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clip: auto !important;
	color: #03c4eb;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 17px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 3.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 3.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------
	3.0 Clearings
------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
	display: none;
}

.clearleft {
	clear: left;
}

.break,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
blockquote,
pre {
	word-break: break-word;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
	padding-bottom: 0px;
	padding-top: 0px;
}

#secondary {
	padding-bottom: 40px;
	padding-top: 0;
}

@media screen and (min-width: 940px) {
	#secondary {
		padding-top: 40px;
	}
}

.content-area {
	width: 100%;
	float: none;
}

@media screen and (min-width: 940px) {
	.content-area {
		float: left;
	}
}

.sidebar {
	width: 100%;
	float: none;
}

@media screen and (min-width: 940px) {
	.sidebar {
		width: 25.22523%;
		float: left;
	}
}

.no-sidebar .content-area {
	width: 100%;
}

@media screen and (min-width: 940px) {
	.left-sidebar .content-area {
		float: right;
		padding-left: 39px;
		border-left: 1px solid #e9e9e9;
		margin-right: 1px;
		width: 74.77477%;
	}
	.left-sidebar .sidebar {
		padding-right: 39px;
		border-right: 1px solid #e9e9e9;
		margin-right: -1px;
	}
	.right-sidebar .content-area {
		padding-right: 39px;
		border-right: 1px solid #e9e9e9;
		width: 74.77477%;
	}
	.right-sidebar .sidebar {
		padding-left: 39px;
		border-left: 1px solid #e9e9e9;
		margin-left: -1px;
	}
}

/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
	position: relative;
	width: 100%;
	background: #fffdf9 !important;
	z-index: 99;
	-webkit-transition: all 1s ease-out;
	/* Safari */
	transition: all 0.5s ease-out;
}

.site-header-wrapper {
	display: block;
}

.no-sticky-header.header-transparent .site-header #nav-toggle span {
	background-color: #ffffff;
}

.no-sticky-header.header-transparent .site-header #nav-toggle span::before,
.no-sticky-header.header-transparent .site-header #nav-toggle span::after {
	background-color: #ffffff;
}

.no-sticky-header.header-transparent
	.site-header
	#nav-toggle.nav-is-visible
	span {
	background-color: transparent;
}

.header-transparent .no-scroll .site-header {
	background: transparent;
	position: fixed;
}

.header-transparent .no-scroll .site-header #nav-toggle span {
	background-color: #ffffff;
}

.header-transparent .no-scroll .site-header #nav-toggle span::before,
.header-transparent .no-scroll .site-header #nav-toggle span::after {
	background-color: #ffffff;
}

.header-transparent .no-scroll .site-header #nav-toggle.nav-is-visible span {
	background-color: transparent;
}

@media screen and (min-width: 1140px) {
	.header-transparent .no-scroll .site-header .onepress-menu > li > a {
		color: rgba(255, 255, 255, 0.9);
	}
}

.no-sticky-header.page-template-template-frontpage.header-transparent
	.site-header {
	background: transparent;
	position: absolute;
}

.site-header.header-fixed {
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}

.sticky-header #page > .site-header,
.sticky-header .header-fixed {
	position: fixed;
}

.sticky-header .header-fixed {
	top: 0px;
	left: 0px;
	z-index: 99999;
}

.header-transparent .hero-slideshow-fullscreen .hero__content {
	padding-top: 50px;
	padding-top: 3.125rem;
}

.site-branding {
	text-align: center;
}

.site-branding .site-title,
.site-branding .site-text-logo {
	margin: 0px;
	line-height: 1;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000;
	display: initial;
	vertical-align: middle;
	font-weight: 600;
}

.site-branding .site-title:hover,
.site-branding .site-text-logo:hover {
	text-decoration: none;
}

.site-branding .site-title {
	display: inline-block;
}

.site-branding .site-image-logo {
	display: block;
}

.site-branding .site-logo-div {
	line-height: 75px;
}

.site-branding .no-logo-img.has-desc,
.site-branding .has-logo-img {
	line-height: 60px;
}

.site-branding .no-logo-img.has-desc .site-title,
.site-branding .has-logo-img .site-title {
	margin-top: -5px;
	position: relative;
}

.site-branding .no-logo-img.has-desc .site-description,
.site-branding .has-logo-img .site-description {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	position: relative;
	top: -15px;
}

.home.header-transparent .no-scroll .site-brand-inner,
.home.header-transparent .no-scroll .site-text-logo {
	color: #fff;
}

.header-social {
	margin-left: 0px;
	float: right;
}

@media screen and (min-width: 940px) {
	.header-social {
		margin-left: 10px;
	}
}

@media screen and (max-width: 576px) {
	.header-social {
		display: none;
	}
}

.header-social a {
	display: block;
	height: 100%;
	float: left;
	margin-left: 0px;
	margin-top: -2px;
	color: #03c4eb;
}

@media screen and (min-width: 940px) {
	.header-social a {
		margin-left: 3px;
	}
}

.header-social a:hover {
	color: #000000;
	transition: all 0.2s linear 0s;
}

.header-social .fa-stack-1x,
.header-social .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.header-social .fa-stack-1x {
	line-height: inherit;
}

.header-social .fa-stack-2x {
	font-size: 2em;
}

.header-social .fa-inverse {
	color: #ffffff;
}

.header-btn {
	/*	float: right;*/
}

/* Site Navigation */
.onepress-menu,
.onepress-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
.onepress-menu {
	float: right;
}
*/
.onepress-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.onepress-menu ul ul {
	top: 0;
	left: 100%;
}

.onepress-menu li {
	position: relative;
}

.onepress-menu > li {
	float: left;
}

.onepress-menu li:hover > ul,
.onepress-menu li.sfHover > ul {
	display: block;
}

.onepress-menu a {
	display: block;
	position: relative;
}

.onepress-menu ul {
	min-width: 12em;
	*width: 12em;
	border: 1px solid #e9e9e9;
	border-top: none;
}

.onepress-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.onepress-menu li:hover,
.onepress-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.onepress-menu a {
	color: #333333;
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
}

.onepress-menu a:hover {
	color: #03c4eb;
}

.onepress-menu ul li {
	line-height: 26px;
}

.onepress-menu ul li a {
	border-top: 1px solid #e9e9e9;
	padding: 8px 18px;
	color: #999999;
	font-size: 13px;
	text-transform: none;
	background: #ffffff;
	letter-spacing: 0;
}

.onepress-menu ul li a:hover {
	color: #03c4eb;
}

.onepress-menu li.onepress-current-item > a {
	color: #03c4eb;
}

.onepress-menu ul li.current-menu-item > a {
	color: #03c4eb;
}

.onepress-menu > li:last-child > a {
	/*padding-right: 0px;*/
}

.onepress-menu > li a.menu-actived {
	color: #03c4eb;
}

.onepress-menu .nav-toggle-subarrow {
	display: none;
}

#nav-toggle {
	display: none;
	margin-left: 15px;
}

@media screen and (max-width: 1140px) {
	.main-navigation {
		position: static;
	}
	.main-navigation .onepress-menu {
		width: 100% !important;
		display: none;
	}
	.onepress-menu.onepress-menu-mobile {
		display: block !important;
		position: absolute;
		top: 132px;
		right: 0;
		width: 100%;
		background: transparent;
		z-index: 100;
		border-bottom: 1px solid #e9e9e9;
		height: auto !important;
		overflow: hidden !important;
	}
	.home .onepress-menu.onepress-menu-mobile {
		background: transparent;
	}
	.onepress-menu.onepress-menu-mobile > li > a {
		padding: 12px 20px;
	}
	.onepress-menu.onepress-menu-mobile li:hover ul {
		display: none;
	}
	.onepress-menu.onepress-menu-mobile ul {
		box-shadow: none;
		padding-bottom: 0;
		border: none;
		position: relative;
	}
	.onepress-menu.onepress-menu-mobile ul li:last-child {
		border-bottom: none;
	}
	.onepress-menu.onepress-menu-mobile ul li a {
		padding: 12px 35px;
		border-top: none;
	}
	.onepress-menu.onepress-menu-mobile ul li a:hover {
		background: transparent;
	}
	.onepress-menu.onepress-menu-mobile ul li li a {
		padding: 12px 70px;
		border-top: none;
	}
	.onepress-menu.onepress-menu-mobile ul li li li a {
		padding: 12px 105px;
	}
	.onepress-menu.onepress-menu-mobile ul ul {
		left: 0px;
	}
	.onepress-menu.onepress-menu-mobile li {
		line-height: 20px;
		background: #ffffff;
		border-top: 1px solid #e9e9e9;
		width: 100% !important;
	}
	.onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
		color: #03c4eb;
	}
	.onepress-menu.onepress-menu-mobile a {
		color: #777777;
	}
	.onepress-menu.onepress-menu-mobile a:hover {
		color: #000000;
	}
	.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
		display: block;
		color: #999999;
		border-left: 1px solid #e9e9e9;
		font-weight: normal;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		text-align: center;
		padding: 11px 20px;
		z-index: 10;
		font-size: 22px;
	}
	.onepress-menu.onepress-menu-mobile
		.nav-toggle-dropdown
		> .nav-toggle-subarrow
		.fa-angle-down:before {
		content: "\f106" !important;
	}
	.onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
		display: block !important;
	}
	#nav-toggle {
		display: block;
		position: inherit !important;
		z-index: 9999;
		position: absolute !important;
		right: 10px;
		top: 50px;
	}
}

#nav-toggle {
	float: right;
	position: relative;
	width: 35px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
}

#nav-toggle span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	-webkit-transition: rotate 0.2s, translate 0.2s;
	-moz-transition: rotate 0.2s, translate 0.2s;
	transition: rotate 0.2s, translate 0.2s;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #000000;
}

#nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	top: 8px;
}

#nav-toggle span:before,
#nav-toggle span:after {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #000000;
	content: "";
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

#nav-toggle.nav-is-visible span {
	background: transparent;
}

#nav-toggle.nav-is-visible span:before {
	-webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-1px) rotate(45deg);
	transform: translateX(4px) translateY(-1px) rotate(45deg);
}

#nav-toggle.nav-is-visible span:after {
	-webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(0px) rotate(-45deg);
	transform: translateX(4px) translateY(0px) rotate(-45deg);
}

#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
	background: #000000;
}

/* Content
------------------------------*/
.site-content {
	border-top: 1px solid #e9e9e9;
	margin-top: -1px;
}

.blog .site-content,
.single-post .site-content {
	margin-top: 0;
}

.site-content.no-border {
	border-top: none;
}

.page-header {
	padding: 30px 0px;
	/*border-top: 1px solid #e9e9e9;
	background: #f8f9f9;
	border-bottom: 1px solid #e9e9e9;*/
}

.page-header .entry-title,
.page-header .page-title {
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
}

.page-header p {
	margin: 6px 0px 0px 0px;
}

/* Footer
------------------------------*/
.site-footer {
	background: #111111;
	color: #bbbbbb;
	font-size: 14px;
}

.site-footer a {
	color: #03c4eb;
}

.site-footer .footer-connect {
	padding: 30px 0px 15px;
	text-align: center;
}

@media (max-width: 767px) {
	.site-footer .footer-connect .footer-subscribe {
		margin-bottom: 40px;
	}
}

.site-footer .footer-connect .follow-heading {
	color: #ffffff;
	margin-bottom: 5px;
}

.site-footer .footer-connect .subs_input {
	background-color: #e0e0e0;
	color: black !important;
	border-bottom: none;
	box-shadow: none;
	padding: 6px 5px 6px;
	border-radius: 0px;
	width: 110px;
	font-size: 13px;
}

.site-footer .footer-connect .subs_input:focus {
	border: none;
}

@media screen and (max-width: 1140px) {
	.site-footer .footer-connect .subs_input {
		width: 100%;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 940px) {
	.site-footer .footer-connect .subs_input {
		width: 70%;
		margin-bottom: 4px;
	}
}

@media screen and (max-width: 720px) {
	.site-footer .footer-connect .subs_input {
		width: 100%;
		margin-bottom: 4px;
	}
}

.site-footer .footer-connect .subs-button {
	margin: 0px;
	position: relative;
	top: 0px;
	padding: 12px 6px 10px;
	color: black;
	font-size: 12px;
}

@media screen and (max-width: 1140px) {
	.site-footer .footer-connect .subs-button {
		width: 100%;
	}
	/*	.lang-widg-area {
    position: absolute;
    right: 5px;
	top:5px
}*/
	/*
	.search-widg-area {
    position: absolute;
	left: 5px;
	top:5px
}
*/
}

@media screen and (max-width: 940px) {
	.site-footer .footer-connect .subs-button {
		width: 70%;
	}
}

@media screen and (max-width: 720px) {
	.site-footer .footer-connect .subs-button {
		width: 100%;
	}
}

.site-footer .footer-connect input[type="text"]:focus {
	border: none !important;
}

.site-footer .footer-social {
	text-align: center;
}

.site-footer .footer-social a {
	font-size: 33px;
	margin: 0px 10px;
	color: #ffffff;
}

.site-footer .footer-social a:hover {
	color: #03c4eb;
}

.site-footer .site-info {
	position: relative;
	text-align: center;
	padding: 35px 0px;
	background: #222222;
	font-weight: 500;
	color: #bbbbbb;
}

.site-footer .site-info a {
	color: #dddddd;
}

.site-footer .site-info a:hover {
	text-decoration: underline;
}

.site-footer .site-info .container {
	position: initial;
}

.site-footer .btt a {
	border-radius: 0px 20px 0 0;
	color: #999999;
	background: #222222;
	display: block;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	position: absolute;
	right: 60px;
	top: -25px;
	transition: all 0.2s linear 0s;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.site-footer .btt a:hover {
	color: #03c4eb;
}

.site-footer .btt a i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: 3px;
}

@media screen and (max-width: 940px) {
	.site-footer .btt a {
		right: 0;
		left: 0;
	}
}

/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form,
.error-404 .widget {
	margin-bottom: 40px;
}

.error-404 .widgettitle,
.error-404 .widget-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 13px;
	font-weight: 700;
}

.error-404 ul {
	padding-left: 0px;
}

.error-404 ul li {
	list-style: none;
}

/* Page: Search
------------------------------*/
.search-results .hentry {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.search-results .entry-summary p {
	margin-bottom: 0px;
}

.search-results .entry-header .entry-title {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}

.search-results .entry-header .entry-title a:hover {
	text-decoration: none;
}

/* Entry Header
------------------------------*/
.entry-header .entry-title {
	font-weight: 500;
	text-transform: none;
	letter-spacing: -0.6px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 1.3;
}

@media screen and (min-width: 940px) {
	.entry-header .entry-title {
		font-size: 32px;
		line-height: 1.5;
	}
}

.single .entry-header .entry-title {
	margin-bottom: 10px;
}

.highlight {
	color: #03c4eb;
}

/* Entry Content
------------------------------*/
.entry-content {
	margin-bottom: 0px;
}

.entry-content blockquote {
	padding: 30px;
	position: relative;
	background: #f8f9f9;
	border-left: 3px solid #03c4eb;
	font-style: italic;
}

.entry-content blockquote p {
	margin: 0px;
}

/* Entry Stuff
------------------------------*/
.entry-meta {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

.entry-footer {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}

.nav-links {
	padding: 30px 0px;
	border-left: none;
	border-right: none;
	margin-bottom: 50px;
}

.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.nav-links a {
	background: #cccccc;
	color: #ffffff;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 2px;
}

.nav-links a:hover {
	background: #03c4eb;
	text-decoration: none;
}

.bypostauthor {
	margin: 0;
}

/* Sticky Post
------------------------------*/
.sticky .entry-title {
	padding-left: 20px;
	position: relative;
}

.sticky .entry-title:after {
	content: "\f276";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 22px;
	color: #aaaaaa;
}

/* WordPress caption style
------------------------------*/
.wp-caption {
	max-width: 100%;
	font-style: italic;
	line-height: 1.35;
	margin-bottom: 15px;
	margin-top: 5px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 10px 0px;
}

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
	font-style: italic;
	line-height: 1.35;
	font-size: 13px;
}

/* WordPress Gallery
------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Comments
------------------------------*/
#comments {
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}

#comments .comments-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

#comments .comment-list {
	list-style: none;
	padding-left: 0px;
}

#comments .comment-list .pingback {
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0;
	margin: 0;
}

#comments .comment-list .pingback p {
	margin: 0px;
}

#comments .comment-list .pingback:last-child {
	margin-bottom: 40px;
}

#comments .comment-content.entry-content {
	margin-bottom: 0px;
}

#comments .comment {
	list-style: none;
	margin: 30px 0;
}

#comments .comment .avatar {
	width: 60px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#comments .comment .comment-wrapper {
	margin-left: 90px;
	padding: 25px 30px 15px 30px;
	background: #f8f9f9;
	position: relative;
}

#comments .comment .comment-wrapper:before {
	border-color: transparent #f6f7f9 transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	top: 0;
	width: 0;
}

#comments .comment .comment-wrapper .comment-meta .comment-time,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link {
	color: #aaaaaa;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 11px;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
	color: #03c4eb;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:after,
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:after,
#comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
	content: "/";
	padding: 0px 5px;
}

#comments .comment .comment-wrapper .comment-meta a:last-child:after {
	content: "";
}

#comments .comment .comment-wrapper .comment-meta cite .fn {
	font-weight: bold;
	font-style: normal;
	margin-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 14px;
}

#comments .comment .comment-wrapper .comment-meta cite span {
	padding: 3px 10px;
	background: #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}

#comments .comment .comment-wrapper a {
	text-decoration: none;
}

#comments .comment .children {
	padding-left: 30px;
}

#comments .comment .children .children {
	padding-left: 30px;
}

#comments .comment .children .children .children {
	padding-left: 0px;
}

@media screen and (min-width: 940px) {
	#comments .comment .children {
		padding-left: 90px;
	}
	#comments .comment .children .children {
		padding-left: 90px;
	}
	#comments .comment .children .children .children {
		padding-left: 90px;
	}
}

#comments .form-allowed-tags {
	display: none;
}

#comments a {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
	width: 100%;
}

/* Comment Form
------------------------------*/
#respond {
	padding-top: 20px;
}

#respond .comment-form label {
	display: block;
	margin-bottom: 4px;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond .form-allowed-tags code {
	background: none;
}

#respond .comment-reply-title {
	font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#respond .comment-notes {
	display: none;
}

#respond label {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.full-screen .comments-area {
	max-width: 1110px;
	margin: 0 auto;
}

/* woocommerce
------------------------------*/
.woocommerce div.product form.cart .variations td.label {
	color: #777;
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
}

.btn:active,
.btn:focus {
	outline: none;
}

.btn-lg {
	font-size: 17px;
	font-size: 1.0625rem;
}

.btn-theme-primary {
	background: #03c4eb;
	color: #ffffff;
}

.btn-theme-primary:hover {
	color: #ffffff;
}

.btn-theme-primary-outline {
	background-color: transparent;
	background-image: none;
	border-color: #03c4eb;
	color: #03c4eb;
}

.btn-theme-primary-outline:hover {
	color: #fff;
	background-color: #03c4eb;
	border-color: #03c4eb;
}

/* Loading
------------------------------*/
.slider-spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
	z-index: 95;
}

section > .customize-partial-edit-shortcut button {
	left: 30px;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .widget .widget-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 13px;
	font-weight: 700;
}

.sidebar .widget ul {
	list-style: none;
	padding: 0px;
}

.sidebar .widget ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.sidebar .widget a {
	color: #777777;
	font-size: 14px;
}

.sidebar .widget a:hover {
	color: #03c4eb;
	text-decoration: underline;
}

/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
	width: 100% !important;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
}

.sidebar .widget .search-form .search-submit {
	padding: 12px 23px 12px;
	width: 93%;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
	margin-top: 25px;
}

.widget_recent_comments ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.widget_recent_comments ul a {
	font-style: italic;
}

.widget_recent_comments .comment-author-link a {
	font-weight: bold;
	font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li,
.widget-area .widget_archive li,
.widget-area .widget_meta li {
	float: left;
	margin-bottom: 0;
	width: 50%;
}

@media screen and (min-width: 720px) {
	.widget-area .widget_categories li,
	.widget-area .widget_archive li,
	.widget-area .widget_meta li {
		width: 50%;
	}
}

@media screen and (min-width: 940px) {
	.widget-area .widget_categories li,
	.widget-area .widget_archive li,
	.widget-area .widget_meta li {
		width: 100%;
		float: none;
	}
}

@media screen and (min-width: 1140px) {
	.widget-area .widget_categories li,
	.widget-area .widget_archive li,
	.widget-area .widget_meta li {
		width: 50%;
		float: left;
	}
}

.widget_recent_entries ul li {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e9e9e9;
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
	padding: 70px 0px;
	padding: 4.375rem 0px;
}

.section-padding-lg {
	padding: 90px 0px;
	padding: 5.625rem 0px;
}

.section-padding-larger {
	padding: 140px 0px;
	padding: 8.75rem 0px;
}

.section-meta {
	background-color: #f8f9f9;
}

.onepage-section {
	position: relative;
	overflow: hidden;
}

.onepage-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	content: " ";
	z-index: 1;
}

.onepage-section .container {
	position: relative;
	z-index: 5;
}

.section-inverse {
	background: #222222;
}

.section-inverse .section-title-area .section-title {
	color: rgba(255, 255, 255, 0.99);
}

.section-inverse .section-title-area .section-subtitle {
	color: rgba(255, 255, 255, 0.7);
}

.section-inverse .section-title-area .section-subtitle::after {
	background: rgba(255, 255, 255, 0.8);
}

.section-inverse-extended {
	background: #333333;
}

.section-inverse-extended .section-title-area .section-title {
	color: rgba(255, 255, 255, 0.99);
}

.section-inverse-extended .section-title-area .section-subtitle {
	color: rgba(255, 255, 255, 0.7);
}

.section-inverse-extended .section-title-area .section-subtitle::after {
	background: rgba(255, 255, 255, 0.8);
}

.section-inverse {
	color: rgba(255, 255, 255, 0.5);
}

.section-inverse h1,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse h5,
.section-inverse h6 {
	color: rgba(255, 255, 255, 0.9);
}

.section-inverse p {
	color: rgba(255, 255, 255, 0.5);
}

.section-title-area {
	margin-bottom: 60px;
	text-align: center;
}

.section-title-area .section-title {
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 800;
	position: relative;
	margin-bottom: 0px;
	text-transform: uppercase;
}

@media screen and (min-width: 940px) {
	.section-title-area .section-title {
		font-size: 40px;
		letter-spacing: 3.5px;
	}
}

.section-title-area .section-subtitle {
	color: #aaaaaa;
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media screen and (min-width: 940px) {
	.section-title-area .section-subtitle {
		font-size: 14px;
	}
}

.section-desc {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
	width: 100%;
	position: relative;
	background-color: #222222;
	overflow: hidden;
	/* Loading icon */
}

.hero-slideshow-wrapper:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	content: "";
}

.hero-slideshow-wrapper .hero__content .hero-large-text,
.hero-slideshow-wrapper .hero__content .hero-small-text,
.hero-slideshow-wrapper .hero__content .btn {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.hero-slideshow-wrapper .hero__content .hero-large-text {
	-webkit-transition-delay: 0.7s;
	/* Safari */
	transition-delay: 0.7s;
}

.hero-slideshow-wrapper .hero__content .hero-small-text {
	-webkit-transition-delay: 0.8s;
	/* Safari */
	transition-delay: 0.8s;
}

.hero-slideshow-wrapper .hero__content .btn {
	-webkit-transition-delay: 1s;
	/* Safari */
	transition-delay: 1s;
}

.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-large-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-small-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text,
.hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text,
.hero-slideshow-wrapper.loaded .container .hero__content .btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hero-slideshow-wrapper .slider-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999999;
	margin: 0px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.is-customize-preview .slider-spinner {
	display: none !important;
}

.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text,
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text,
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
}

.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-large-text,
.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-small-text,
.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.btn {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-large-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.hero-small-text {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content:hover
	.btn {
	-webkit-transition-delay: 0s;
	/* Safari */
	transition-delay: 0s;
}

.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content
	.hero-large-text,
.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content
	.hero-small-text,
.is-customize-preview
	.hero-slideshow-wrapper.loaded
	.container
	.hero__content
	.btn {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hero-slideshow-normal .container {
	padding: 10% 0px;
	position: relative;
	z-index: 80;
}

.hero-slideshow-fullscreen .container {
	z-index: 80;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hero__content {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

.hero__content h1,
.hero__content h2,
.hero__content h3,
.hero__content h4,
.hero__content h5,
.hero__content h6 {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hero__content a.btn {
	margin: 10px 10px 20px 0px;
	margin: 0.625rem 0.625rem 1.25rem 0px;
}

.hero__content p {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.hero__content .btn-secondary-outline {
	box-shadow: none;
	border-color: rgba(255, 255, 255, 0.9);
	color: rgba(255, 255, 255, 0.9);
}

.hero__content .btn-secondary-outline:hover {
	background: #fff;
	color: #333;
}

/* Hero Content Style 2. */
.hero-content-style2 h1 {
	font-weight: 800;
	font-size: 50px;
	font-size: 3.125rem;
	letter-spacing: 3px;
}

.hero-content-style2 .hcl2-content {
	padding: 50px 0px;
	padding: 3.125rem 0px;
}

.hero-content-style2 .hcl2-image {
	text-align: right;
}

@media (max-width: 1199px) {
	.hero-content-style2 .hcl2-content,
	.hero-content-style2 .hcl2-image {
		text-align: center;
	}
}

/* Hero Text Style1. */
.hero-content-style1 {
	text-align: center;
}

.hero-content-style1 h2 {
	color: #ffffff;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 1.3;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-weight: 800;
	text-transform: uppercase;
}

@media screen and (min-width: 720px) {
	.hero-content-style1 h2 {
		font-size: 60px;
		letter-spacing: 3px;
	}
}

@media screen and (min-width: 940px) {
	.hero-content-style1 h2 {
		font-size: 75px;
		letter-spacing: 4px;
	}
}

.hero-content-style1 h2 strong {
	font-weight: 900;
}

.hero-content-style1 p {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 0.4px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	text-align: center;
	font-weight: 100;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

@media screen and (min-width: 940px) {
	.hero-content-style1 p {
		font-size: 18px;
	}
}

@media screen and (min-width: 1140px) {
	.hero-content-style1 p {
		font-size: 22px;
	}
}

.hero-content-style1 p strong {
	letter-spacing: -0.6px;
}

@media (max-width: 767px) {
	.hero-content-style1 .btn {
		display: inline-block;
	}
}

.hero-content-style1 a:active,
.hero-content-style1 a:focus,
.hero-content-style1 .btn:active,
.hero-content-style1 .btn:focus {
	outline: none;
}

#hero .btn {
	box-shadow: none;
}

.header-transparent #hero .container .hero__content {
	margin-top: 70px;
}

/* Text Rotator */
.morphext > .animated {
	display: inline-block;
}

/* Section: Features
------------------------------*/
.icon-background-default {
	color: #03c4eb;
}

.feature-item {
	text-align: center;
}

.feature-item .feature-icon {
	color: #fff;
}

.feature-item .fa-5x {
	font-size: 4em;
}

.feature-item:hover .icon-background-default {
	color: #333333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (min-width: 940px) {
	.feature-item.col-lg-3:nth-child(4n + 1),
	.feature-item.col-lg-4:nth-child(3n + 1),
	.feature-item.col-lg-6:nth-child(2n + 1) {
		clear: left;
	}
}

.feature-media {
	text-align: center;
	margin-bottom: 20px;
}

/* Section: About Us
------------------------------*/
.section-about .about-image {
	text-align: center;
}

.section-about .about-image img {
	margin-bottom: 30px;
}

/* Section: Services
------------------------------*/
.section-services .service-item {
	background: #ffffff;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	transition: all 100ms ease-out 0s;
}

@media screen and (max-width: 720px) {
	.section-services .service-item {
		padding: 20px;
	}
}

.section-services .service-item:after {
	content: "";
	display: table;
	clear: both;
	clear: both;
}

.section-services .service-item:hover {
	box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}

.section-services .service-item .service-image {
	float: left;
	margin-right: 30px;
}

.section-services .service-item .service-image img {
	max-width: 120px;
	height: auto;
}

.section-services .service-item .service-image i {
	color: #03c4eb;
}

@media screen and (max-width: 720px) {
	.section-services .service-item .service-image {
		float: none;
		margin-bottom: 30px;
		margin-top: 10px;
		margin-right: 0px;
		text-align: center;
	}
}

.section-services .service-item .service-thumbnail {
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.section-services .service-item .service-content {
	overflow: hidden;
}

.section-services .service-item .service-content p {
	margin: 0px;
	font-size: 14px;
	color: #777777;
}

@media screen and (max-width: 720px) {
	.section-services .service-item .service-content {
		text-align: center;
		overflow: auto;
	}
}

.section-services .service-item .service-title {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	color: #333333;
}

.section-services .service-item .service-link:before {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
}

/* Section: Counter
------------------------------*/
.counter_item {
	text-align: center;
	margin-bottom: 35px;
	margin-bottom: 2.1875rem;
}

.counter_item .counter__number {
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 800;
	color: #03c4eb;
	line-height: 1;
	font-family: serif, sans-serif;
	text-transform: uppercase;
}

.counter_item .counter_title {
	font-size: 18px;
	font-size: 1.125rem;
}

/* Section: Parallax
------------------------------*/
#parallax-hero {
	position: relative;
	background: none;
	overflow: hidden;
}

#parallax-hero .hero-slideshow-wrapper {
	background: none;
}

#parallax-hero .hero-slideshow-wrapper::after {
	background: none;
}

.section-parallax,
#parallax-hero {
	background: none;
	position: relative;
	overflow: hidden;
}

.section-parallax > section,
.section-parallax .onepage-section,
.section-parallax .section-inverse,
#parallax-hero > section,
#parallax-hero .onepage-section,
#parallax-hero .section-inverse {
	background: none;
}

.section-parallax .parallax-bg,
#parallax-hero .parallax-bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 120%;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.section-parallax .parallax-bg:before,
#parallax-hero .parallax-bg:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.parallax_bg_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	opacity: 0.4;
}

.parallax-content {
	z-index: 10;
	position: relative;
	padding: 100px 0px;
	text-align: center;
}

.parallax-content h1,
.parallax-content h2,
.parallax-content h3,
.parallax-content h4,
.parallax-content h5,
.parallax-content h6 {
	color: #ffffff;
	line-height: 1.5;
}

.parallax-content p,
.parallax-content a {
	color: #ffffff;
}

/* Section: Team
------------------------------*/
.section-team .team-member {
	padding: 0px 0.5px;
	text-align: center;
}

.section-team .row {
	margin-left: -0.5px;
	margin-right: -0.5px;
}

.team-members.row {
	margin-left: 0px;
	margin-left: 0rem;
	margin-right: 0px;
	margin-right: 0rem;
}

@media screen and (min-width: 940px) {
	.team-members.row.team-layout-4 .team-member {
		width: 25%;
	}
	.team-members.row.team-layout-4 .team-member:nth-child(4n + 1) {
		clear: left;
	}
	.team-members.row.team-layout-3 .team-member {
		width: 33.33333%;
	}
	.team-members.row.team-layout-3 .team-member:nth-child(3n + 1) {
		clear: left;
	}
	.team-members.row.team-layout-2 .team-member {
		width: 50%;
	}
	.team-members.row.team-layout-2 .team-member:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 940px) {
	.team-members.row .team-member {
		width: 50%;
	}
	.team-members.row .team-member:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 720px) {
	.team-members.row .team-member {
		width: 50%;
	}
	.team-members.row .team-member:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 576px) {
	.team-members.row .team-member {
		width: 100%;
	}
}

.team-member {
	margin-bottom: 20px;
	float: left;
}

.team-member .member-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.team-member .member-thumb:hover .member-profile {
	bottom: 8px;
	transition: all 0.1s linear;
}

.team-member .member-thumb:hover img {
	opacity: 0.7;
	transition: all 0.1s linear;
}

.team-member .member-thumb .member-profile {
	position: absolute;
	text-align: center;
	bottom: -35px;
	left: auto;
	right: auto;
	width: 100%;
}

.team-member .member-thumb .member-profile a {
	color: #000000;
}

.team-member .member-thumb .member-profile a .fa-inverse {
	color: #ffffff;
}

.team-member .member-thumb .member-profile a:hover {
	color: #03c4eb;
}

.team-member .member-info {
	margin-top: 0px;
	position: relative;
	z-index: 30;
	text-align: center;
}

.team-member .member-name {
	letter-spacing: 2px;
	margin-bottom: 15px;
	position: relative;
}

.team-member .member-name:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: -11px;
	width: 30%;
	height: 1px;
	background: #cccccc;
}

.team-member .member-position {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.3px;
}

/* Section: News
------------------------------*/
.all-news {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.section-news .list-article,
.archive .list-article,
.blog .list-article {
	border-top: 1px solid #e9e9e9;
	padding: 25px 0px;
}

.section-news .list-article:last-of-type,
.archive .list-article:last-of-type,
.blog .list-article:last-of-type {
	border-bottom: 1px solid #e9e9e9;
}

.section-news .list-article-thumb,
.archive .list-article-thumb,
.blog .list-article-thumb {
	float: left;
	margin-right: 30px;
}

.section-news .list-article-thumb a img:hover,
.archive .list-article-thumb a img:hover,
.blog .list-article-thumb a img:hover {
	opacity: 0.8;
}

@media screen and (max-width: 940px) {
	.section-news .list-article-thumb,
	.archive .list-article-thumb,
	.blog .list-article-thumb {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.section-news .list-article-thumb,
	.archive .list-article-thumb,
	.blog .list-article-thumb {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
		display: block;
	}
	.section-news .list-article-thumb img,
	.archive .list-article-thumb img,
	.blog .list-article-thumb img {
		width: 100%;
	}
}

.section-news .list-article-content,
.archive .list-article-content,
.blog .list-article-content {
	float: none;
	overflow: hidden;
}

.section-news .list-article-meta,
.archive .list-article-meta,
.blog .list-article-meta {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

.section-news .entry-title,
.archive .entry-title,
.blog .entry-title {
	font-size: 22px;
	line-height: 1.5;
}

.section-news .entry-title a:hover,
.archive .entry-title a:hover,
.blog .entry-title a:hover {
	text-decoration: none;
}

.section-news .entry-excerpt p,
.archive .entry-excerpt p,
.blog .entry-excerpt p {
	margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
	border-top: none;
	padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
	padding: 30px 0px;
}

.page-template-template-blog .section-news .list-article:first-of-type {
	border-top: none;
	padding-top: 0px;
}

.page-template-template-blog .section-news .list-article:last-of-type {
	border-bottom: none;
}

.section-news.section-inverse .list-article {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.section-news.section-inverse .list-article:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-news.section-inverse h1 a,
.section-news.section-inverse h2 a,
.section-news.section-inverse h3 a,
.section-news.section-inverse h4 a,
.section-news.section-inverse h5 a {
	color: rgba(255, 255, 255, 0.8);
}

.section-news.section-inverse h1 a:hover,
.section-news.section-inverse h2 a:hover,
.section-news.section-inverse h3 a:hover,
.section-news.section-inverse h4 a:hover,
.section-news.section-inverse h5 a:hover {
	color: #fff;
}

/* Section: Contact
------------------------------*/
.section-contact input,
.section-contact textarea {
	width: 100%;
}

.section-contact .address-contact {
	margin-top: 5px;
	margin-bottom: 15px;
}

.section-contact .address-contact span {
	float: left;
	color: #aaaaaa;
}

.section-contact .address-contact .address-content {
	display: block;
	padding-left: 45px;
	font-style: italic;
	line-height: 2;
}

.section-contact .address-contact .fa-inverse {
	font-size: 12px;
}

.section-contact textarea {
	max-height: 190px;
}

.wpcf7-form {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 600;
	padding-left: 15px;
}

.wpcf7-form br {
	margin-bottom: 5px;
}

.wpcf7-form label {
	width: 100%;
}

div.wpcf7-validation-errors {
	margin: 20px 0px;
	padding: 15px;
}

div.wpcf7-response-output {
	margin: 20px 0px;
}

/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
	text-align: center;
}

.section-videolightbox .videolightbox__icon {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.section-videolightbox .videolightbox__heading {
	text-transform: uppercase;
	font-size: 38px;
	font-size: 2.375rem;
	letter-spacing: 0px;
	font-weight: 500;
}

.section-videolightbox .videolightbox__heading strong {
	font-weight: 800;
}

.section-videolightbox .video_icon {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border: 4px solid #fff;
	border-radius: 100px;
	height: 50px;
	line-height: 1;
	padding: 10px;
	width: 50px;
	display: inline-block;
}

.section-videolightbox .video_icon i {
	color: #fff;
	font-size: 20px;
	margin-left: 6px;
	margin-top: 1px;
	line-height: 1;
}

.section-videolightbox .video_icon:hover {
	background: #ffffff;
}

.section-videolightbox .video_icon:hover i {
	color: #000;
}

/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
	padding: 10px;
	float: left;
}

.all-gallery {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.g-zoom-in .g-item {
	display: block;
	overflow: hidden;
}

.g-zoom-in .g-item .inner-content {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.g-zoom-in .g-item img {
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.g-zoom-in .g-item:hover img {
	-ms-transform: scale(1.5, 1.5);
	/* IE 9 */
	-webkit-transform: scale(1.5, 1.5);
	/* Safari */
	transform: scale(1.5, 1.5);
}

.g-layout-full-width.container {
	width: 100%;
	max-width: none;
	padding: 0px;
}

@media screen and (min-width: 720px) {
	.g-col-1 .g-item {
		width: 100%;
	}
	.g-col-1 .g-item:nth-child(1n + 1) {
		clear: left;
	}
	.g-col-2 .g-item {
		width: 50%;
	}
	.g-col-2 .g-item:nth-child(2n + 1) {
		clear: left;
	}
	.g-col-3 .g-item {
		width: 33.33333%;
	}
	.g-col-3 .g-item:nth-child(3n + 1) {
		clear: left;
	}
	.g-col-4 .g-item {
		width: 25%;
	}
	.g-col-4 .g-item:nth-child(4n + 1) {
		clear: left;
	}
	.g-col-5 .g-item {
		width: 20%;
	}
	.g-col-5 .g-item:nth-child(5n + 1) {
		clear: left;
	}
	.g-col-6 .g-item {
		width: 16.66667%;
	}
	.g-col-6 .g-item:nth-child(6n + 1) {
		clear: left;
	}
}

@media screen and (min-width: 576px) and (max-width: 720px) {
	.g-col-1 .g-item {
		width: 100%;
	}
	.g-col-1 .g-item:nth-child(1n + 1) {
		clear: left;
	}
	.g-col-2 .g-item {
		width: 50%;
	}
	.g-col-2 .g-item:nth-child(2n + 1) {
		clear: left;
	}
	.g-col-3 .g-item {
		width: 33.33333%;
	}
	.g-col-3 .g-item:nth-child(3n + 1) {
		clear: left;
	}
	.g-col-4 .g-item {
		width: 25%;
	}
	.g-col-4 .g-item:nth-child(4n + 1) {
		clear: left;
	}
	.g-col-5 .g-item {
		width: 20%;
	}
	.g-col-5 .g-item:nth-child(5n + 1) {
		clear: left;
	}
	.g-col-6 .g-item {
		width: 16.66667%;
	}
	.g-col-6 .g-item:nth-child(6n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 576px) {
	.g-col-1 .g-item {
		width: 100%;
	}
	.g-col-1 .g-item:nth-child(1n + 1) {
		clear: left;
	}
	.g-col-2 .g-item {
		width: 50%;
	}
	.g-col-2 .g-item:nth-child(2n + 1) {
		clear: left;
	}
	.g-col-3 .g-item {
		width: 33.33333%;
	}
	.g-col-3 .g-item:nth-child(3n + 1) {
		clear: left;
	}
	.g-col-4 .g-item {
		width: 25%;
	}
	.g-col-4 .g-item:nth-child(4n + 1) {
		clear: left;
	}
	.g-col-5 .g-item {
		width: 20%;
	}
	.g-col-5 .g-item:nth-child(5n + 1) {
		clear: left;
	}
	.g-col-6 .g-item {
		width: 16.66667%;
	}
	.g-col-6 .g-item:nth-child(6n + 1) {
		clear: left;
	}
}

.gallery-justified {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.gallery-justified img {
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
}

.gallery-justified > a,
.gallery-justified > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.gallery-masonry {
	width: 100%;
	position: relative;
	display: block;
}

.gallery-masonry:after {
	clear: both;
}

.gallery-masonry .inner {
	display: block;
}

/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* WooCommerce support */
.woocommerce-page .site-main .page-title {
	display: none;
}

.woocommerce-result-count {
	font-style: italic;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 1.5em;
}

.woocommerce-ordering select {
	padding: 7px;
	margin-top: -10px;
}

.woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 7px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt {
	background-color: #03c4eb;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
	font-size: 0.8125rem;
	border-radius: 2px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover {
	background: #222222;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce .quantity .qty {
	padding: 5px;
}

.woocommerce span.onsale {
	padding: inherit;
}

.related.products h2,
#tab-description h2 {
	font-size: 17px;
	font-size: 1.0625rem;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 9px 14px;
	font-weight: bold;
}

.woocommerce #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce .woocommerce-Addresses .col-1,
.woocommerce .woocommerce-Addresses .col-2 {
	width: 100%;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.woocommerce .woocommerce-additional-fields h3 {
	margin-top: 20px;
}

.woocommerce .cart_totals th {
	text-align: left;
}

.woocommerce .cart_totals h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: center;
}

.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	margin: 0 auto;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #03c4eb;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #03c4eb;
	opacity: 0.8;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0px;
	padding-left: 0px;
}

.woocommerce-MyAccount-navigation li {
	list-style: none;
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
	font-size: 10px;
	padding: 15px 0px;
	border-bottom: 1px solid #e9e9e9;
	color: #858585;
}

@media screen and (min-width: 720px) {
	.breadcrumbs {
		font-size: 12px;
	}
}

.breadcrumbs i {
	margin: 0px 6px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #777777;
	font-weight: 600;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	margin-right: 20px;
	position: relative;
}

@media screen and (min-width: 720px) {
	.breadcrumbs span {
		margin-right: 40px;
	}
}

.breadcrumbs span span {
	margin-right: 0;
}

.breadcrumbs a:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgba(0, 0, 0, 0.2);
	border-top: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -11px;
	top: 2px;
}

@media screen and (min-width: 720px) {
	.breadcrumbs a:before {
		right: -23px;
		top: 3px;
	}
}

.breadcrumbs a:after {
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ffffff;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 3px;
}

@media screen and (min-width: 720px) {
	.breadcrumbs a:after {
		right: -22px;
		top: 4px;
	}
}

/* Coursel and slider */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .g-item {
	display: block;
}

.owl-carousel .owl-buttons > div {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: 0px;
	padding: 4px 10px 5px;
	transform: translateY(-50%);
}

.owl-carousel .owl-buttons > div:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.owl-carousel .owl-buttons .owl-prev {
	left: 15px;
}

.owl-carousel .owl-buttons .owl-prev .lg-icon::before {
	content: "\e094";
}

.owl-carousel .owl-buttons .owl-next {
	right: 15px;
}

.owl-carousel .owl-buttons .owl-next .lg-icon::before {
	content: "\e095";
}
/**/
#customize-info {
	display: none;
}
.home .page-header {
	display: none;
}
.site-header-wrapper.is-fixed .site-branding img {
	height: 50px;
	width: auto;
	margin: 0px !important;
}
.site-header-wrapper.is-fixed .site-branding .site-logo-div {
	line-height: 1.5;
}

form.wpcf7-form p label {
	width: 50%;
	float: left;
	padding-right: 15px;
}
form.wpcf7-form p.txtarea label {
	width: 100%;
	float: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}

#masthead .container {
	padding: 0 !important;
}
.entry-content {
	/*margin-top: 57px;*/
}

#masthead {
	padding-bottom: 55px;
}

@media only screen and (max-width: 900px) {
	#masthead {
		padding-bottom: 0;
	}
}

.single-post #masthead,
.search-results #masthead {
	padding-bottom: 0;
}

/**/
@media screen and (min-width: 1280px) {
	/*.site-branding {
    position: relative;
    z-index: 9999;
    text-align: center;
    width: 100%;
    margin-top: 2px;
}
.header-fixed .site-branding {
   
}*/
}

/*.lang-widg-area {
    float: right;
    display: block;
    z-index: 999999;
    position: relative;
}*/

@media screen and (min-width: 767px) {
	.search-widg-area {
		width: 25px;
		height: 25px;
		/* background: url(/img/loop-s.png); */
		float: left;
		margin: 0px 15px;
		background-repeat: no-repeat;
		background-size: 18px 18px;
		background-position-y: 2px;
	}
	.lang-widg-area {
		float: right;
		display: block;
		z-index: 999999;
		position: relative;
	}
}

.feurich-search .search-form {
	width: 100%;
}

@media screen and (min-width: 1139px) {
	#content-inside form.search-form {
		display: table;
		position: relative;
	}
	.feurich-search label {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	.container {
		width: 100% !important;
	}
	nav#site-navigation {
		float: left;
		margin-top: 10px;
	}
	nav#site-navigation {
		float: left;
		width: 100%;
	}
	form.search-form {
		display: none;
		position: absolute;
		/*    top: 12px;
    right: -70px;*/
		width: 320px;
		z-index: 999;
	}
	.search-widg-area:hover form.search-form {
		display: block !important;
		position: absolute;
	}

	.right-head-block {
		position: absolute;
		right: 5px;
		margin: 5px;
		z-index: 999999;
		top: 5px;
	}
}
/*home+*/
.big-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	/*	margin-top: 20px;*/
}
.home-title-prop {
	font-family: "Caveat", cursive;
	font-size: 48px;
}
.home-img-rmk:before {
	content: "";
	width: 55%;
	height: 73%;
	position: absolute;
	border: 5px solid #fbc3a2;
	top: 57px;
	z-index: 1;
}
.home-img-rmk:after {
	content: "";
	width: 80px;
	height: 50px;
	position: absolute;
	background: black;
	top: 60px;
	z-index: 1;
	right: 5px;
}
.home-img-rmk img {
	z-index: 9;
	position: relative;
}
.home .vc_gitem-zone.vc_gitem-zone-a {
	max-width: 700px;
	max-height: 350px;
	margin: auto;
}
.home .vc_gitem_row.vc_row.vc_gitem-row-position-top {
	max-width: 700px;
	max-height: 350px;
	margin: auto;
}
.home
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title
	h4 {
	font-size: 24px;
	color: #363436;
}

.home
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	font-size: 14px;
	line-height: 1.3;
}
div.footer-social-icons {
	margin-bottom: 15px;
}
.footer-social .footer-social-icons a i {
	font-size: 15px;
	border: 1px solid white;
	width: 35px;
	height: 35px;
	padding: 7px;
	border-radius: 50%;
	color: white;
	line-height: 1.3;
}
.footer-social .footer-social-icons a i:hover {
	color: #e29618;
}
.footer-connect {
	font-size: 14px;
}
.footer-connect .site-logo-div img {
	max-height: 53px;
	width: auto;
}
p.title-newsletter {
	margin: 0;
	text-transform: uppercase;
}
.onepress-menu .current_page_item a {
	border: 1px solid #fccfb5;
	padding: 6px 19px;
}
/*about us*/
.about-team-name {
	margin-bottom: 0px !important;
	font-size: 24px;
	background: #f6f6f6;
	margin-right: -90px;
	position: relative;
	z-index: 99;
	padding: 10px;
}
.about-team-name.right {
	margin-right: 0px;
	margin-left: -90px;
}
.about-team-dlg {
	font-size: 22px;
	font-family: "Caveat", cursive;
	margin-bottom: 0px !important;
}
.about-team-und {
	margin-bottom: 10px !important;
	font-weight: 900;
	color: #929292;
	font-size: 10px;
}
.about-team-txt {
	margin-bottom: 10px !important;
	line-height: 1.3;
}
.about-img-rmk img {
	border: 5px solid white;
	margin-left: 50px;
	position: relative;
	z-index: 99;
}
.about-img-rmk:before {
	content: "";
	height: 60%;
	width: 70px;
	background: #fbc3a2;
	position: absolute;
	top: -10px;
	margin-left: 30px;
}
.about-img-rmk {
	padding: 20px;
}
.about-bltxt-rmk {
	padding: 35px 15px 30px 60px;
	border: 5px solid #fbc3a2;
	margin-left: -40px;
	position: relative;
	z-index: 999;
}
.home-title-prop.about {
	line-height: 1.2;
	margin-bottom: 20px !important;
	margin-left: 10%;
}
.about-gesc-txt {
	z-index: 9999;
	position: relative;
	margin: 5px 0px 4px 25px;
	padding: 20px;
	font-size: 10px;
	line-height: 1.3;
	text-align: justify !important;
}
.about-gesc .ult-modal-input-wrapper {
	margin-top: -25px;
	position: relative;
	z-index: 9999;
	padding: 0px 10px;
}
.about-bl_last .wpb_single_image.wpb_content_element.vc_align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px !important;
	margin-top: 10px !important;
}
.about-bl_last .wpb_text_column.wpb_content_element {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}
.about-line {
	top: -275px !important;
	z-index: 1;
}
.about-gesc figure.wpb_wrapper.vc_figure {
	z-index: 9;
	position: relative;
}
.about-gesc-txt p > span {
	font-family: "Caveat", cursive;
}
.about-lastbl-date {
	font-size: 24px;
	font-family: "Caveat", cursive;
}

.footer-connect .col-sm-2 {
	padding: 0px 10px !important;
}
/*manufacturing*/
.manuf-bl2-txt {
	font-size: 14px;
	font-weight: 600;
}
.manuf-bl2-txt em {
	font-family: "Caveat", cursive;
	font-size: 21px;
}
.big-title em {
	font-weight: 300;
	font-size: 57px;
}
.manuf-rmk {
	border: 5px solid #fccfb5;
	font-size: 12px;
	line-height: 1.3;
}
.manuf-rmk.right {
	padding: 20px 5px 20px 85px !important;
	margin: 135px 0px 0px -60px;
	z-index: 9;
	position: relative;
}
.manuf-bl3 .wpb_single_image.wpb_content_element.vc_align_left {
	z-index: 99;
	position: relative;
}
.manuf-rmk.left.wpb_column.vc_column_container.vc_col-sm-8 {
	padding: 35px 20px 10px 40px !important;
	margin: 90px -50px 0px 0px;
	z-index: 9;
	position: relative;
}
.manuf-bl4-img1 .vc_single_image-wrapper.vc_box_border_grey {
	max-width: 245px;
	position: relative;
	z-index: 99;
}
.manuf-bl4-img2 .vc_single_image-wrapper.vc_box_border_grey {
	position: relative;
	z-index: 99;
}
.manuf-bl4-img1:after {
	content: "";
	width: 35px;
	height: 130px;
	background: #fccfb5;
	position: absolute;
	top: 160px;
	margin-left: -60px;
	z-index: 9999;
}
/*reference*/
.ref-inst-title {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 15px !important;
}
.refer-bl-scrol.wpb_column.vc_column_container.vc_col-sm-12 .wpb_single_image {
	margin-bottom: 20px !important;
}
.refer-bl-scrol {
	color: black;
	font-size: 12px;
	line-height: 1.3;
	max-height: 840px;
	overflow-y: scroll;
}
.refer-bl-scrol.wpb_column.vc_column_container.vc_col-sm-12
	.wpb_single_image
	img {
	max-height: 80px;
	width: inherit;
}

.refer-bl-scrol::-webkit-scrollbar-thumb {
	background-color: black;
	border-width: 1px 1px 1px 2px;
}
.refer-bl-scrol::-webkit-scrollbar-thumb:hover {
	background-color: grey;
	border-width: 1px 1px 1px 2px;
}
.refer-bl-scrol::-webkit-scrollbar {
	width: 8px;
	background-color: #fbc3a2;
}
.ref-art-hovtxt {
	display: none;
	position: absolute;
	z-index: 99;
	top: 0px;
	padding: 30px;
	background: rgba(251, 195, 162, 0.85);
	font-size: 12px;
	line-height: 1.3;
	height: 100%;
}
.refer-artist {
	max-width: 990px;
	margin: 30px auto 100px !important;
}
.refer-artist
	.wpb_column.vc_column_container.vc_col-sm-4:hover
	.ref-art-hovtxt {
	display: block !important;
}
.ref-art-hovtxt p > span {
	font-family: "Caveat", cursive !important;
	font-size: 21px;
}

.refer-events .vc_gitem-animated-block {
	max-width: 150px;
	float: left;
	width: 100%;
}
.refer-events .vc_btn3-container.vc_btn3-left {
	display: none;
}
.refer-events .vc_gitem_row .vc_gitem-col {
	padding: 15px;
}
.refer-events .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-right: 30px;
	padding-bottom: 0px;
	border: 1px solid grey;
	margin-right: 40px;
	max-width: 520px;
	margin-bottom: 40px;
}
.refer-events
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
	padding-top: 20px;
}
.refer-events
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-white {
	font-size: 25px;
	font-family: "Caveat", cursive;
	color: black;
	border: 2px solid #fbc3a2;
	border-radius: 0;
	padding: 7px 40px 7px 20px;
	background: #f6f6f6;
}
.refer-events
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-white:hover {
	background: #fbc3a2;
	color: white;
}
/*innovation*/
.innov-blpink {
	background: #fbc3a2;
	padding: 35px 50px;
	max-width: 550px;
}
.innov-blpink.left {
	padding-right: 80px;
	position: relative;
	right: -110px;
}
.wpb_text_column.wpb_content_element.innov-blpink.right {
	max-width: 665px;
	position: relative;
	left: -150px;
	z-index: 9;
	padding: 35px 20px 55px 120px;
}
.inov-bl4 figure.wpb_wrapper.vc_figure {
	z-index: 999;
	position: relative;
}
.inov-bl7 ol {
	font-family: "Caveat", cursive;
	font-size: 22px;
	font-weight: 600;
}
.inov-bl7 ol li span {
	font-family: Open Sans;
	font-size: 14px !important;
}
.inov-bl7 ul li,
.inov-bl7 ol li {
	margin: 3px 0;
}
.inov-bl7 ul,
.inov-bl7 ol {
	padding-left: 30px;
}
.wpb_text_column.wpb_content_element.inv-txtblock-tc {
	text-align: justify;
	padding-left: 50px;
	color: black;
	line-height: 1.3;
}
.wpb_text_column.wpb_content_element.inv-txtblock-tc:before {
	content: ".";
	position: absolute;
	left: 20px;
	top: 15px;
	font-size: 56px;
	line-height: 0;
}
.inov-bl-silen .wpb_single_image.wpb_content_element.vc_align_left {
	float: left;
	position: relative;
	left: -8%;
}
.inov-bl-silen .wpb_text_column.wpb_content_element {
	float: left;
}
.inov-bl-silen {
	margin: 10% !important;
	padding: 50px 0px 15px 0px;
	border: 3px solid #fbc3a2;
}
.inov-bl-silen .wpb_text_column.wpb_content_element {
	float: left;
	padding: 6%;
	color: black;
	line-height: 13px;
}

.wpb_text_column.wpb_content_element.title-deg-cur {
	font-family: "Caveat", cursive;
	font-size: 60px;
	margin-bottom: 50px;
	transform: rotate(-10deg);
	color: #fbc3a2;
}
.inov-lblock-mleft {
	padding-left: 15%;
}
.inn-bgblock-pink {
	width: 99%;
	height: 235px;
	position: absolute;
	background: #fac2a1;
	z-index: 9;
	margin-top: -130px;
}
.inov-lblock figure.wpb_wrapper.vc_figure {
	position: relative;
	z-index: 99;
	border: 3px solid white;
}
/*contact*/
.cont-infobl .inov-bl7 ol li span {
	font-family: Open Sans;
	font-size: 11px !important;
	font-weight: 400 !important;
}
.cont-infobl .inov-bl7 ul li,
.cont-infobl .inov-bl7 ol li {
	margin: 30px 0;
	line-height: 1.2 !important;
}
.inov-bl7 {
	max-width: 900px;
	margin: auto !important;
}
.cont-acardion .vc_tta-panel-title > a {
	color: black !important;
	/*font-size: 12px!important;*/
}
.cont-acardion .vc_tta-container {
	max-width: 760px !important;
	margin: auto !important;
	font-weight: 400 !important;
}
.cont-acardion .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
	/*    -webkit-transform: rotate(-20deg) translate(-60%,-30%)!important;
    -ms-transform: rotate(-20deg) translate(-60%,-30%)!important;
    transform: rotate(-20deg) translate(-60%,-30%)!important;
    border-color: grey!important;*/
}
.cont-acardion .vc_tta .vc_tta-controls-icon {
	height: 18px !important;
	width: 18px !important;
}
.cont-blcont-adr {
	max-width: 850px;
	margin: auto !important;
}
.wpb_text_column.wpb_content_element.big-pink-tite {
	line-height: 1.2 !important;
	font-size: 48px !important;
	color: #fbc3a2;
	text-align: center;
	font-weight: 600;
}
.news-blnems .vc_btn3-container.vc_btn3-left {
	display: none;
}
.news-blnems
	.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4.vc_gitem-is-link {
	max-height: 210px;
}
.news-blnems .vc_grid-item-zone-c-right .vc_gitem-animated-block {
	width: 100%;
	max-width: 350px;
	float: left;
}
.news-blnems .vc_grid-item-zone-c-right .vc_gitem-zone-c {
	width: 100%;
	max-width: 350px;
	float: left;
}
.news-blnems {
	max-width: 1000px;
	float: right;
}
.news-blnems
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title
	h4 {
	font-size: 12px;
	font-weight: 900;
	color: black;
}
.news-blnems
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
	font-size: 10px;
	font-weight: 900;
	color: grey;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.news-blnems .vc_gitem_row .vc_gitem-col {
	padding: 18px 1px 5px;
}

.news-blnems
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-white {
	background-color: #f9f9f9;
	border: 2px solid #fbc3a2;
	border-radius: 0;
	color: black;
	font-family: "Caveat", cursive;
	font-size: 25px;
	padding: 5px 25px;
	font-weight: 600;
}
.news-blnems
	a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-white:hover {
	background-color: #fbc3a2;
	color: white;
}
/**/
/*
.single-post .site-content {
	margin-top: 0px !important;
	border: none !important;
}
.product-template-default div.product {
	max-width: 950px;
	margin: auto;
	width: 100%;
}
.produc-bl-rmk .wpb_wrapper > p > strong {
	font-size: 40px !important;
	font-family: "Caveat", cursive;
	font-weight: 400;
}
.produc-bl-rmk p {
	margin-bottom: 2px;
	font-size: 13px;
	color: black;
}
.produc-bl-rmk {
	padding: 25px;
	border: 3px solid #fbc3a2;
	margin: 40px;
	max-width: 480px;
	background: white;
}
.produc-bl-rmk.one:after {
	content: "";
	background: #f5eded;
	width: 35px;
	position: absolute;
	height: 60%;
	right: 140px;
	top: -5px;
}
.produc-bl-rmk.one:before {
	content: "";
	background: #fbc3a2;
	width: 150px;
	position: absolute;
	height: 35px;
	right: 25px;
	top: 160px;
}

.produc-bl-rmk.tw:after {
	content: "";
	background: #f5eded;
	width: 44%;
	position: absolute;
	height: 35px;
	left: -100px;
	top: 90px;
}
.produc-bl-rmk.tw:before {
	content: "";
	background: #fbc3a2;
	width: 150px;
	position: absolute;
	height: 35px;
	left: -15px;
	top: 135px;
}

.produc-bl-rmk.tr:after {
	content: "";
	background: #f5eded;
	width: 35px;
	position: absolute;
	height: 55%;
	right: 180px;
	top: 72px;
}
.produc-bl-rmk.tr:before {
	content: "";
	background: #fbc3a2;
	width: 35px;
	position: absolute;
	height: 55%;
	right: 135px;
	top: 122px;
}
.product-template-default ul.tabs.wc-tabs {
	display: none !important;
}
.product-template-default div#tab-description h2 {
	display: none;
}
.product-template-default .summary.entry-summary {
	width: 100% !important;
}
.product-template-default h1.product_title.entry-title {
	font-size: 70px;
	text-transform: uppercase;
	margin: 40px 5px !important;
	font-weight: 600 !important;
	text-align: center;
}
.product-template-default .woocommerce-product-details__short-description p {
	width: 50%;
	float: left;
	font-size: 13px;
	color: grey;
}
.product-template-default .page-header h1.entry-title {
	display: none;
}
.product-template-default .page-header {
	margin-bottom: 30px;
	background: url(/wp-content/uploads/2017/07/Screen-Shot-2017-05-05-at-12.44.53.png);
	min-height: 660px;
	background-size: cover;
	background-repeat: no-repeat;
}
.dopimg-and-downl {
	max-width: 490px;
	float: left;
}
.prod-download {
	max-width: 130px;
	float: left;
	width: 100%;
	font-size: 24px;
	font-family: "Caveat", cursive;
	height: 150px;
	position: relative;
	margin-top: 30%;
}
.prod-durl {
	max-width: 310px;
	float: left;
	width: 100%;
}
.prod-dopimg {
	max-width: 310px;
	float: left;
	width: 100%;
}
.img-bl-prod {
	float: left;
	width: 100%;
	max-width: 490px;
	margin-top: 40px;
}
.prod-durl {
	text-align: center;
	max-width: 140px;
	margin: 20px;
	background: #c5c5c5;
	padding: 6px;
	box-shadow: 0px 0px 1px grey;
}
.prod-durl a {
	color: black;
	font-weight: 600;
}
.product-template-default .woocommerce-tabs.wc-tabs-wrapper {
	max-width: 950px;
	margin: auto;
}

.footer-subscribe {
	max-width: 200px;
}
.single_variation_wrap {
	display: none !important;
}
.product_meta {
	display: none !important;
}
.woocommerce div.product form.cart {
	margin-bottom: 0em !important;
}
form.variations_form.cart.swatches-support {
	clear: both;
	max-width: 300px;
	float: right;
}
p.label {
	margin: 0 !important;
	font-size: 24px;
	font-family: "Caveat", cursive;
	line-height: 0;
	margin-top: 20px !important;
}
a.reset_variations {
	display: none !important;
}
table.variations {
	margin: 0 !important;
}
.tawcvs-swatches .swatch {
	-webkit-border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	border-radius: 0% !important;
	width: 50px !important;
	height: 35px !important;
}
/**/
/*
.products-acsess {
	max-width: 860px;
	margin: auto !important;
}
.wpb_text_column.wpb_content_element.products-acses-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	color: black;
}
.products-acsess img {
	max-height: 150px;
	width: initial;
	text-align: center;
}
.products-bl-classic .vc_gitem-animated-block {
	max-width: 350px;
	width: 100%;
	float: left;
}
.products-bl-classic
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p:nth-last-child(2) {
	display: none;
}
.products-bl-classic
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p:nth-last-child(1) {
	display: none;
}
.products-bl-classic
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p:last-child {
	display: none;
}
.products-bl-classic .vc_btn3.vc_btn3-color-juicy-pink {
	color: #fbc3a2 !important;
	background-color: transparent !important;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	padding: 0;
}
.products-bl-classic .vc_btn3.vc_btn3-color-juicy-pink:hover {
	color: grey;
}
.products-bl-classic .vc_gitem-zone.vc_gitem-zone-c {
	max-width: 420px;
	padding: 20px;
	margin-top: 100px;
}
.products-bl-classic
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title
	h4 {
	font-size: 27px;
	font-family: "Caveat", cursive;
}
.products-flugel .big-pink-tite {
	text-transform: uppercase;
}
.products-flugel
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title
	h4 {
	font-size: 27px;
	font-family: "Caveat", cursive;
}
.products-flugel
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p {
	display: none;
}
.products-flugel
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p:first-child {
	display: block !important;
}
.products-flugel
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt
	p:nth-child(2) {
	display: block !important;
}
.products-flugel .vc_btn3.vc_btn3-color-juicy-pink,
.products-flugel .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #fbc3a2;
	background-color: transparent !important;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	padding: 0;
}
.products-flugel .vc_btn3.vc_btn3-color-juicy-pink:hover,
.products-flugel .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	color: grey;
}
.products-flugel .vc_gitem-zone.vc_gitem-zone-c {
	background: transparent !important;
}
.products-flugel {
	line-height: 1.3;
}
.vc_pageable-slide-wrapper
	.vc_pageable-slide-wrapper
	.vc_clearfix
	> div:nth-child(2)
	.vc_gitem-animated-block {
	float: right !important;
}
.products-bl-classic .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-bottom: 0px !important;
}
.products-bl-classic {
	max-width: 880px;
	margin: auto !important;
}
.search-widg-area input[type="submit"] {
	padding: 20px 30px 19px 30px;
	margin: 0px 0px;
}
*/

@media (min-width: 680px) and (max-width: 980px) {
	.home #mega-menu-wrap-primary {
		background: #fffdf9;
	}
}

@media (max-width: 1199px) {
	.search-widg-area {
		max-width: 225px;
		float: right;
	}
}

@media (max-width: 767px) {
	.entry-content {
		/*margin-top: 30px!important;*/
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item {
		padding: 5px 20px 5px 20px;
	}
	.home #mega-menu-wrap-primary #mega-menu-primary {
		background: transparent;
	}
	.onepress-menu.onepress-menu-mobile {
		top: 135px;
		height: auto !important;
		background: black;
		overflow: hidden !important;
	}

	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item {
		display: inherit !important;
	}

	.search-widg-area input[type="search"] {
		padding: 5px;
		margin: 0px;
		width: 130px;
	}
	.search-widg-area input[type="submit"] {
		padding: 9px 3px 10px 5px;
		margin: 0px 0px;
	}
	header#masthead {
		padding-top: 0px;
	}
	#nav-toggle {
		float: right;
		position: absolute;
		width: 30px;
		overflow: hidden;
		white-space: nowrap;
		color: transparent;
		top: 50px;
		height: 20px;
	}
	.lang-widg-area {
		right: 5px;
		top: 5px;
		position: absolute;
		z-index: 99999;
		padding-right: 15px;
	}
	.big-title {
		font-size: 30px;
	}
	.wpb_text_column.wpb_content_element.big-pink-tite {
		font-size: 38px !important;
	}
	.footer-connect .col-sm-1 {
		height: 65px;
		text-align: center;
	}
	.col-sm-2.footer4 {
		text-align: center;
	}
	.col-sm-2.footer5 {
		text-align: center;
	}
	.col-sm-2.footer6 {
		text-align: center;
	}

	.about-team-name {
		margin-right: 0px;
	}
	.innov-blpink.left {
		padding-right: 20px;
		right: 0px;
	}
	.wpb_text_column.wpb_content_element.innov-blpink.right {
		left: 0px;
		padding: 35px 20px 35px 10px;
	}
	form.wpcf7-form p label {
		width: 100%;
		float: left;
	}
	.product-template-default h1.product_title.entry-title {
		font-size: 35px;
	}
	.prod-download {
		display: none;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
		display: none;
	}
	.flex-viewport {
		width: 100% !important;
	}
}
.search-widg-area .widgettitle {
	display: none;
}
section.related.products {
	display: none !important;
}

@media (max-width: 467px) {
	.footer-subscribe {
		max-width: 100%;
	}
}
/**/
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-megamenu
	> ul.mega-sub-menu {
	text-align: center;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item {
	display: inline-block;
	float: none !important;
	width: auto !important;
	text-align: center;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link {
	line-height: 43px !important;
}
.mega-current-page-ancestor > ul.mega-sub-menu,
.mega-current-menu-item ul.mega-sub-menu
{
	opacity: 1 !important;
	visibility: inherit !important;
}
.category-products #mega-menu-primary > li.mega-menu-item ul.mega-sub-menu {
	  /*  opacity: 1!important;
    visibility: inherit!important; */
}

.mega-current-page-ancestor ul.mega-sub-menu li.mega-current-menu-item > a {
	border-bottom: 1px solid white !important;
}
.mega-current-page-ancestor ul.mega-sub-menu li a {
	border-bottom: 1px solid transparent !important;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-current_page_parent
	> a.mega-menu-link {
	color: #e29618 !important;
}
#mega-menu-wrap-primary
	#mega-menu-primary[data-effect="fade_up"]
	li.mega-menu-item.mega-menu-megamenu
	> ul.mega-sub-menu,
#mega-menu-wrap-primary
	#mega-menu-primary[data-effect="fade_up"]
	li.mega-menu-item.mega-menu-flyout
	ul.mega-sub-menu {
	margin-top: 0px !important;
}
/**/
@media (max-width: 1180px) {
	ul.onepress-menu {
		display: block !important;
	}

	a#nav-toggle {
		display: none;
	}
	.home
		#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item
		> a.mega-menu-link {
		padding: 5px 17px;
	}
	#masthead .container {
		width: 100% !important;
		max-width: 100%;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 {
		background-image: url(../../../wp-content/uploads/bars_gold.png);
		background-size: 37px 25px;
		width: 37px;
		height: 25px;
	}

	#mega-menu-wrap-primary
		.mega-menu-toggle.mega-menu-open
		.mega-toggle-block-1 {
		background-image: url(../../../wp-content/uploads/cross_gold.png);
		background-size: 38px 36px;
		width: 38px;
		height: 36px;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
		/*    content: '\f228';*/
		content: "";
		background-image: url(../../../wp-content/uploads/bars_gold.png);
		background-size: 50px 50px;
		font-family: "dashicons";
		font-size: 33px !important;
		margin: 0px 0px 0px 0px;
		color: #e9a10e !important;
	}

	#mega-menu-wrap-primary
		.mega-menu-toggle.mega-menu-open
		.mega-toggle-block-1:before {
		background-image: url(../../../wp-content/uploads/cross_gold.png);
		background-size: 50px 50px;
		content: "";
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
		content: "" !important;
		color: #fff;
		float: left;
	}
}

@media (max-width: 1180px) {
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
		float: none !important;
		position: relative;
		z-index: 999;
	}
	#mega-menu-wrap-primary .mega-menu-toggle {
		background: transparent;
	}
}

@media (max-width: 1180px) {
	.home nav#site-navigation {
		float: left;
		width: 100%;
	}
	.home .main-navigation {
		position: static;
	}
}
@media (min-width: 1200px) {
	#masthead .container {
		padding-right: 0px;
		padding-left: 0px;
	}
}
div#content-inside {
	max-width: 1160px;
}
/*
.home
	#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link {
	color: white;
	background: rgba(255, 255, 255, 0);
}
*/
.home
	#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:hover,
.home
	#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item
	> a.mega-menu-link:focus {
	color: #ffd704;
}
/**/
.footer-connect h2.widgettitle {
	font-weight: 600;
	color: white;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer-connect .container {
	max-width: 830px;
}
.col-sm-4.footer5 {
	margin-bottom: 15px;
}

.col-sm-4.footer5 a {
	color: white;
	padding: 7px 30px;
	border: 3px solid white;
	font-size: 13px;
}
.col-sm-4.footer4 a {
	color: white;
	padding: 7px 35px;
	border: 3px solid white;
	font-size: 13px;
}
.footer-social h5.follow-heading {
	color: white !important;
	font-size: 14px;
	font-weight: 600;
}
.footer6 ul li {
	display: inline-block;
	margin: 10px 15px 5px;
}
.footer6 ul li {
	color: white;
}
.footer6 {
	max-width: 710px;
	text-align: center;
	margin: auto;
}

.footer6 ul li a {
	color: #fefefe;
}

.footer6 ul {
	padding-left: 0px;
	border-top: 2px solid #fefefe;
	max-width: 690px;
}

.products-title {
	margin-bottom: 10px !important;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.piano-title {
	margin-bottom: 20px !important;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.products-title a,
.piano-title a {
	color: #343434;
}
/**/
.entry-footer span.cat-links {
	display: none !important;
}
.category-products header.entry-header {
	display: none !important;
}
.category-products .entry-content {
	margin-top: 7px;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-megamenu
	> ul.mega-sub-menu
	> li.mega-menu-item
	> a.mega-menu-link {
	display: inline-block;
}
.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
	color: #7d7d7d !important;
	background-color: transparent !important;
	border: 3px solid #7d7d7d !important;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	padding: 8px 25px !important;
	font-weight: 600 !important;
}
.vc_grid .vc_pageable-load-more-btn {
	margin-top: 0px !important;
}
.vc_gitem-post-data.vc_gitem-post-data-source-post_categories.vc_grid-filter.vc_clearfix.vc_grid-filter-.vc_grid-filter-size-md.vc_grid-filter-center.vc_grid-filter-color-grey {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	color: #e29618;
}
.vc_gitem-post-data.vc_gitem-post-data-source-post_categories.vc_grid-filter.vc_clearfix.vc_grid-filter-.vc_grid-filter-size-md.vc_grid-filter-center.vc_grid-filter-color-grey:after {
	content: "|";
	float: right;
	padding-left: 10px;
}

.but-more-hnews a {
	padding: 0 !important;
	color: #e29618 !important;
	background-color: inherit !important;
}

.but-more-hnews a:hover {
	color: grey !important;
}
/**/
#lang_sel_list a {
	font-size: 14px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 3px;
}
a.lang_sel_sel span {
	border-bottom: 1px solid #c2872f;
	font-weight: bold;
}
#lang_sel_list ul a {
	background: transparent !important;
	color: #c98b30 !important;
}
.lang-widg-area img {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}
#lang_sel_list {
	height: 32px;
	position: relative;
	z-index: 99;
	float: left;
	padding: 3px 10px;
}
li.mega-current-menu-item.mega-toggle-on.mega-menu-item > ul.mega-sub-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
li.mega-current_page_ancestor.mega-toggle-on.mega-menu-item > ul.mega-sub-menu {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

li.mega-toggle-on.mega-menu-item > ul.mega-sub-menu {
	display: none !important;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	> li.mega-menu-item.mega-current-page-ancestor
	> ul.mega-sub-menu {
	display: block !important;
}

/**/
.site-branding {
	float: left;
}
.site-branding {
	position: relative;
	z-index: 999;
	text-align: center;
	margin: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 1199px) {
	.search-widg-area {
		padding-left: 25px;
		overflow: hidden;
		float: left;
		width: 25px;
		white-space: nowrap;
		text-align: right;
		-webkit-transition: 0.7s;
		-o-transition: 0.7s;
		transition: 0.7s;
		color: #e29618;
	}
	.search-widg-area:hover {
		width: 70px;
	}
}
.lang-widg-area #lang_sel_list li.wpml-ls-current-language a {
	/*width: 27px!important; */
}
.lang-widg-area #lang_sel_list li a {
	width: 0px !important;
	display: inline-block !important;
	overflow: hidden;
	padding: 0 !important;
	text-align: center !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	white-space: nowrap;
}
.lang-widg-area:hover #lang_sel_list li a {
	width: 47px !important;
}

.lang-widg-area:hover #lang_sel_list li.icl-zh-hans a {
	width: 87px !important;
}

.lang-widg-area:hover #lang_sel_list li.icl-ko a {
	width: 67px !important;
}
.wpml-ls-legacy-list-horizontal {
	border: none;
	clear: none;
}

.wpml-ls-sidebars-header2-widget-area {
	background: none;
}

@media screen and (max-width: 900px) {
	#mega-menu-wrap-primary
		#mega-menu-primary
		li.mega-menu-item
		ul.mega-sub-menu
		li.mega-menu-item {
		margin-top: 12px;
		margin-bottom: 12px;
	}

	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item {
		display: inherit !important;
	}
	.entry-content {
		margin-top: 7px;
	}
}

@media screen and (max-width: 980px) {
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item {
		padding: 15px 12px 15px 12px !important;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item
		> a.mega-menu-link {
		padding: 0px 15px 0px 15px !important;
	}

	#mega-menu-wrap-primary #mega-menu-primary {
		height: auto !important;
	}
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu {
		top: 100%;
	}
}

@media screen and (max-width: 560px) {
	#masthead .container {
		float: left;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background: #fffdf9 !important;
		display: block !important;
		padding-top: 5px !important;
	}

	a#nav-toggle {
		display: none !important;
		height: 360px !important;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
		content: "" !important;
		color: #1f1d1e;
		float: left;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
		font-size: 37px !important;
		margin: 0 0 0 0px !important;
		color: #e2981c !important;
	}
	.main-navigation .onepress-menu {
		width: 100% !important;
		display: block !important;
	}
	.entry-content {
		margin-top: 0px !important;
	}
	#lang_sel_list a {
		font-size: 14px !important;
		padding-left: 3px !important;
		padding-right: 4px !important;
		padding-bottom: 3px;
	}
}

.mega-current-page-ancestor.mega-toggle-on.mega-menu-item-462 .mega-sub-menu {
	z-index: 999999;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
#mega-menu-wrap-primary
	#mega-menu-primary
	.mega-sub-menu
	.mega-current-page-ancestor
	a.mega-menu-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.86) !important;
}

@media screen and (max-width: 1199px) {
	.right-head-block {
		margin: 0px !important;
	}
	.search-widg-area {
		width: 80px !important;
		padding: 2px 0px 0px 30px !important;
	}
	.search-widg-area {
		position: absolute !important;
		left: 5px !important;
		top: 5px !important;
		z-index: 99999;
		/* background: url(/img/loop-s.png); */
		background-repeat: no-repeat;
		height: 30px;
		background-size: 18px 18px;
		background-position-y: 2px;
	}
	.right-head-block {
		position: relative !important;
	}
}

@media only screen and (max-width: 900px) {
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu {
		padding: 0px;
	}
}

@media only screen and (max-width: 900px) {
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-megamenu
		> ul.mega-sub-menu
		> li.mega-menu-item {
		padding: 0px 10px 0px 10px !important;
	}
	#mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		display: block !important;
	}

	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item
		> a.mega-menu-link {
		text-align: center !important;
		color: black !important;
	}

	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-current-menu-item
		> a.mega-menu-link,
	#mega-menu-wrap-primary
		#mega-menu-primary
		> li.mega-menu-item.mega-toggle-on
		> a.mega-menu-link:hover {
		color: #e29618 !important;
	}

	#mega-menu-wrap-primary
		.mega-menu-toggle
		+ #mega-menu-primary
		li.mega-menu-item
		> ul.mega-sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	}

	#mega-menu-wrap-primary
		.mega-menu-toggle
		+ #mega-menu-primary
		li.mega-menu-item.mega-current-menu-item
		> ul.mega-sub-menu {
		display: block;
	}

	#mega-menu-wrap-primary #mega-menu-primary {
		background: #fffdf9 !important;
	}
	.home #mega-menu-wrap-primary #mega-menu-primary {
		background: #fffdf9;
	}
	#mega-menu-wrap-primary
		.mega-menu-toggle
		+ #mega-menu-primary
		li.mega-current_page_ancestor.mega-menu-item-has-children
		> ul.mega-sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item
	ul.mega-sub-menu
	li.mega-menu-item
	ul.mega-sub-menu {
	display: block;
	visibility: hidden !important;
	opacity: 1;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -45px;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item
	ul.mega-sub-menu
	li.mega-menu-item
	ul.mega-sub-menu
	li.mega-menu-item {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item
	ul.mega-sub-menu
	li.mega-menu-item {
	position: static;
	display: inline-block;
}

#mega-menu-wrap-primary
	#mega-menu-primary
	li.mega-menu-item
	ul.mega-sub-menu
	li.mega-current-menu-item
	ul.mega-sub-menu {
	display: block;
	visibility: visible !important;
	opacity: 1;
}

@media only screen and (max-width: 350px) {
	#lang_sel_list {
		padding: 3px 3px;
	}
}
.fit-background {
	background-size: contain !important;
}

.product-video {
	height: 258px;
	overflow: hidden;
}

li.piano-menu-item {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 900px) {
	ul.piano-menu {
		display: none;
	}
}

ul.piano-menu {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px !important;
}

a.piano-menu-link {
	color: #363436;
}

a.piano-menu-link:hover {
	color: #e29618;
}

a.piano-menu-link-active {
	color: #e29618;
}

.no-bottom-margin {
	margin-bottom: 0px !important;
}

.wpb_content_element {
	margin-bottom: 10px !important;
}

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

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

.vc_row {
	/*	margin-bottom: 15px!important;*/
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

input.wpcf7-not-valid {
	box-shadow: 0 0 3px #cc0000;
}

.wpcf7-response-output {
	clear: both;
}

div.wpcf7-validation-errors {
	border: 2px solid #cc0000;
}

textarea.feurich-textarea {
	height: 300px;
	max-height: 300px !important;
}

.read-more-state {
	display: none;
}

.more-section {
	opacity: 0.5;
	max-height: 2em;
	transition: 0.25s ease;
	overflow: hidden;
}
.opened-more-section {
	opacity: 1;
	max-height: 999em;
	overflow: inherit;
}

.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 2;
}

@media all and (max-width: 900px) {
	.hidden-content {
		display: none;
	}
}

.wpb-js-composer
	.vc_tta-color-white.vc_tta-style-flat
	.vc_tta-panel
	.vc_tta-panel-heading {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

@media screen and (max-width: 576px) {
	.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
		padding-bottom: 10px !important;
	}
}

.html5gallery-tn,
.html5gallery-tn-selected {
	background-color: transparent !important;
}

.html5gallery-tn-selected {
	border-bottom: 1px solid #e29618;
	/*  margin-left: 3px!important;
  margin-right: 3px!important;*/
}

.html5gallery-tn {
	filter: alpha(opacity=1) !important;
	opacity: 1 !important;
}

#recaptcha {
	clear: both;
}

#sn-details {
	clear: both;
}

#vienna-123-slider {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#rev_slider_7_1 .tp-static-layers .tp-parallax-wrap,
#home-slider-mobile .tp-static-layers .tp-parallax-wrap {
	left: 0 !important;
	top: 0 !important;
}

#rev_slider_7_1 .tp-static-layers .tp-parallax-wrap img,
#home-slider-mobile .tp-static-layers .tp-parallax-wrap img {
	width: inherit !important;
	height: inherit !important;
}

#content article .byline {
	display: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
	margin-left: -0.4em !important;
}

.lang_sel_other img {
	opacity: 0.5;
}

.lang_sel_sel img {
	opacity: 0.8;
}

.references-pic {
	height: 240px;
	width: 350px;
	background-size: contain !important;
}

#rev_slider_7_1 .slotholder .tp-bgimg:after,
#home-slider-mobile .slotholder .tp-bgimg:after {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.4) 210px,
		rgba(0, 0, 0, 0) 250px
	);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}

#rev_slider_7_1 li[data-index="rs-19"] .slotholder .tp-bgimg:after {
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.7) 0%,
		rgba(0, 0, 0, 0.1) 210px,
		rgba(0, 0, 0, 0) 250px
	);
}

@media screen and (max-width: 700px) {
	#rev_slider_7_1_forcefullwidth {
		display: none;
	}
}

@media screen and (min-width: 700px) {
	#home-slider-mobile_forcefullwidth {
		display: none;
	}
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
	z-index: 999 !important;
	position: relative !important;
}

