/*
Theme Name: jurgensen 
Theme URI: jurgensen 
Author: jurgensen 
Description: jurgensen 
*/

/* GoldPlayAlt */

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Medium.otf");
	font-weight: 500;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-SemiBold.otf");
	font-weight: 600;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-SemiBold-It.otf");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Bold.otf");
	font-weight: 700;
}

@font-face {
	font-family: "GoldPlayAlt";
	src: url("fonts/Goldplay-Alt-Black.otf");
	font-weight: 900;
}

/* GoldPlay */

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Medium.otf");
	font-weight: 500;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-SemiBold.otf");
	font-weight: 600;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Bold.otf");
	font-weight: 700;
}

@font-face {
	font-family: "GoldPlay";
	src: url("fonts/Goldplay-Black.otf");
	font-weight: 900;
}

/*************/
/* CSS Reset */
/*************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="text"],input[type="email"],input[type="submit"],textarea,.contact--fields select,input[type="tel"]{
	-webkit-appearance:none;
	border-radius:0;
}
body {
	line-height: 1.2;
	font-family: "GoldPlay";
	background-color: #fff;
}
input,button,textarea,select{
	font-family: "GoldPlay";
}
*{
	box-sizing:border-box;
}
ol, ul {
	list-style: none;
}
img{
	max-width:100%;
	height:auto;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,a:hover{
	text-decoration:none;
}
*{
	box-sizing:border-box !important;
}
.transition,.menu .sub-menu,.site-header,.menu a, a::before,a::after, .fixed-menu-container, .website--logo .st0, .sub-menu-wrap-outer, .fixed-menu-container::after,
.fixed-menu-contact a, .fixed-menu-contact a svg .st14, .fixed-menu-contact a svg .st15, .fixed-main-menu .menu > li.menu-item-has-children > a > span::after,
.page-info-button .button, .button span::before, .button span::after, .services-phone-number,.button, .button span, .button span::before, .button span::after,
.content-info-links a .st14, .content-info-links a .st15, .content-info-links a, .content-info-links a span, .content-info-links a span:before, .content-info-links a span:after,
.button .st15, .button .st14, .simple-button, button, input[type="submit"]{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.responsive-menu-text{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.container{
	margin: 0 auto;
	width: 1280px;
	max-width: 1280px;
}
.site-content-center {
	margin: 0 auto;
	width: 1280px;
	max-width: 1280px;
}
h1,h2,h3,h4,h5,h6{
	font-family: "GoldPlay";
}
.page-info-box {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.page-info-box::before {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	position: absolute;
	display: block;
	background-color: #A3B0CB;
	mix-blend-mode: multiply;
}
.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	font-size: 0;
	padding: 35px 0;
}
.site-header.notification-active {
	padding: 70px 0 35px;
}
body:not(.home){
	background-color: #fff;
}
.site-header.fixed {
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
}
.site-header.notification-active.fixed{
	padding: 52px 0 30px;
}
.site-header.fixed .website--logo .st0,
body:not(.home) .website--logo .st0 {
	fill: #fbb900;
}
.site-header.fixed .top-menu-inner .menu > li > a,
body:not(.home) .top-menu-inner .menu > li > a{
	color: #00305b;
}
.site-header.fixed .stripes > span,
body:not(.home) .stripes > span{
	background-color: #00305b;
}
.site-header.fixed .highlighted-button a,
body:not(.home) .highlighted-button a{
	border-color: #00305b;
}
.main-website-content {
	overflow: hidden;
}
.website--logo.header-column {
	width: 185px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
}
.header-section.left-menu {
	width: calc(100% - 185px);
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-top: 35px;
}
.admin-bar .site-header{
	top:32px;
}
.top-menu-inner .menu > li > a {
	color: #fff;
	font-size: 18px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	display: block;
	position: relative;
	z-index: 1;
}
.top-menu-inner .menu > li{
	display: inline-block;
	vertical-align:middle;
	margin-left:45px;
}
.highlighted-button a {
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 4px 11px;
}
.header-menu-container,
.menu-toggle-button{
	display: inline-block;
	vertical-align: middle;
}
.stripes {
	cursor: pointer;
	float: right;
	margin-left: auto;
	position: relative;
	width: 60px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	z-index: 99999999 !important;
}
.stripes > span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 17px 0;
	width: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateY(0px) rotate(0deg);
	-ms-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	border-radius: 2px;
}
.activeclose {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.activeclose span:nth-child(2){  
	width: 0px;
}
.stripes span:nth-child(1),.stripes span:nth-child(3){  
	-webkit-transition-delay: 0.3s;  
	-o-transition-delay: 0.3s;  
	transition-delay: 0.3s;
}
.activeclose span:nth-child(1){  
	-webkit-transform: translateY(19px);  
	-ms-transform: translateY(19px);
	-o-transform: translateY(19px);  
	transform: translateY(19px);
}
.activeclose span:nth-child(3){  
	-webkit-transform: translateY(-19px) rotate(120deg);  
	-ms-transform: translateY(-19px) rotate(120deg);
	-o-transform: translateY(-19px) rotate(120deg);  
	transform: translateY(-19px) rotate(120deg);
}
.stripes > span:first-child {
	margin-top:0;
}
.stripes > span:last-child {
	margin-bottom:0;
}
.menu-toggle-button {
	position: relative;
	margin-left: 80px;
}
.page-info-box > .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.page-main-box-content-inner h1 {
	font-size: 92px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
.page-main-box-content-inner p {
	color: #fff;
	font-size: 23px;
	line-height: 1.6;
}
.stripes.activeclose > span:first-child,
.stripes.activeclose > span:last-child{
	background-color: #fbb900;
}
.fixed-menu-container {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,48,91,0.85);
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
.activeover .fixed-menu-container{
	opacity: 1;
	visibility: visible;
}
.activeover .website--logo .st0,
.activeover .fixed .website--logo .st0 {
	fill: #fbb900;
}
.fixed-menu-inner {
	position: absolute;
	width: 1280px;
	height: calc(100% - 330px);
	left: 50%;
	margin-left: -640px;
	top: 250px;
	padding-right: 640px;
	padding-bottom: 80px;
}
.fixed-main-menu .menu > li > a {
	font-size: 50px;
	font-family: "GoldPlayAlt";
	color: #fbb900;
	display: block;
}
.fixed-main-menu .menu > li.highlighted-button > a{
	border:0;
	padding:0;
	border-radius: 0;
	font-weight: 600;
	text-transform: lowercase;
}
.fixed-main-menu .menu > li.highlighted-button > a::before {
	content: 'Online';
	text-transform: capitalize;
}
.fixed-menu-container .menu > li {
	margin-bottom: 25px;
}
.fixed-menu-container::after {
	position: absolute;
	content: "";
	width: 50%;
	right: 0;
	height: 100%;
	background-color: rgba(0,48,91,1);
	display: block;
	opacity: 0;
	visibility: hidden;
}
.fixed-menu-container.open-sub-menu::after{
	opacity: 1;
	visibility: visible;
}
.sub-menu-wrap-outer {
	position: absolute;
	font-size: 24px;
	top: -30px;
	left: 50%;
	z-index: 2;
	padding-left: 30px;
	width: 50%;
	font-family: "GoldPlayAlt";
	opacity: 0;
	visibility: hidden;
}
.fixed-main-menu .menu > li.menu-item-has-children > a{
	position: relative;
}
.fixed-main-menu .menu > li.menu-item-has-children > a::after {
	content: '';
	width: 25px;
	height: 25px;
	top: 16px;
	right: 35px;
	border-right: 3px solid #fbb900;
	border-bottom: 3px solid #fbb900;
	position: absolute;
	display: block;
	transform: rotate(-45deg);
}
.sub-menu-wrap-outer li a {
	color: #ffffff;
	font-weight: 300;
}
.sub-menu-wrap-outer li{
	margin-bottom: 18px;
}
.active-right-menu .sub-menu-wrap-outer {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.responsive-menu-text {
	position: absolute;
	font-size: 20px;
	right: 100%;
	font-family: "GoldPlayAlt";
	color: #fbb900;
	z-index: 1000;
	padding-right: 20px;
	width: 175px;
	text-align: left;
	top: 7px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.activeover .responsive-menu-text {
	opacity: 1;
	visibility: visible;
}
.fixed-menu-contact {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	padding-right: 20px;
}
.fixed-menu-contact a svg {
	width: 36px;
	height: 36px;
}
.fixed-menu-contact a {
	display: block;
	font-size: 20px;
}
.fixed-menu-contact a {
	display: block;
	font-size: 18px;
	color: #fbb900;
	width: 47%;
	float: left;
	border: 2px solid;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 500;
}
.fixed-menu-contact a:nth-child(2) {
	float: right;
}
.fixed-menu-contact a span {
	display: inline-block;
	vertical-align: middle;
}
.fixed-menu-contact a svg {
	width: 27px;
	height: 27px;
}
.fixed-menu-contact a svg .st14,
.fixed-menu-contact a svg .st15{
	stroke: #fbb900;
}
.fixed-menu-contact a span:first-child {
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.fixed-menu-contact a:hover{
	color:#fff;
	border-color:#fff;
}
.fixed-menu-contact a:hover svg .st14,
.fixed-menu-contact a:hover svg .st15{
	stroke: #fff;
}
.fixed-main-menu .menu > li.menu-item-has-children > a > span{
	position: relative;
}
.fixed-main-menu .menu > li.menu-item-has-children > a > span::after{
	content:'';
	width:100%;
	height:3px;
	position: absolute;
	top:100%;
	left:0;
	opacity: 0;
	visibility: hidden;
	background-color:#fbb900;
	display: block;
}
.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after{
	top: calc(100% + 5px);
	opacity: 1;
	visibility: visible;
}
.page-info-button .button {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 13px 94px 13px 20px;
	display: inline-block;
	position: relative;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	font-size: 24px;
}
.page-info-button {
	padding-top: 35px;
}
.page-info-button .button span {
	width: 55px;
	position: absolute;
	height: 10px;
	top: 25px;
	right: 14px;
}
.page-info-button .button span::before{
	content:'';
	width:100%;
	height:2px;
	background-color:#fff;
	position: absolute;
	top:4px;
	left:0;
	display: block;
}
.page-info-button .button span::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	display: block;
	top: -2px;
	right: 0;
	transform: rotate(-45deg);
	position: absolute;
}
.page-info-button .button:hover{
	border-color: #fbb900;
	color: #fbb900;
}
.page-info-button .button:hover span::before{
	background-color: #fbb900;
}
.page-info-button .button:hover span::after{
	border-color: #fbb900;
}
.top-menu-inner .sub-menu {
	position: absolute;
	background-color: #fff;
	border-radius: 4px;
	top: 100%;
	left: -10px;
	font-size: 18px;
	width: 320px;
	text-align: left;
	padding: 20px 20px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.2);
}
.top-menu-inner .sub-menu li a{
	color: #00305b;
}
.top-menu-inner .sub-menu li{
	margin-bottom: 15px;
}
.top-menu-inner .sub-menu li:last-child{
	margin-bottom: 0;
}
.top-menu-inner .menu > li.menu-item-has-children {
	position: relative;
}
.top-menu-inner .menu-item-has-children:hover .sub-menu{
	opacity: 1;
	visibility: visible;
	top: calc(100% + 20px);
}
.top-menu-inner .sub-menu::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: -8px;
	left: 20px;
	border-radius: 5px;
	transform: rotate(45deg);
	display: block;
	background-color: #fff;
}
.top-menu-inner .sub-menu::after {
	content: '';
	width: 100%;
	top: -30px;
	height: 30px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	left: 0;
}
.top-menu-inner .menu-item-has-children:hover .sub-menu::after{
	opacity: 1;
	visibility: visible;
}
.step-item {
	width: 25%;
	float: left;
	padding: 0 20px;
	text-align: center;
	position: relative;
}
.step-item-image {
	display: block;
	margin: 0 auto 10px;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.step-item-description {
	font-size: 19px;
	color: #00305b;
	font-weight: 400;
	line-height: 1.6;
}
.step-item::after {
	content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
	color: #00305b;
	font-size: 5px;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	overflow: hidden;
	word-break: break-all;
	line-height: 0.8;
}
.step-item:nth-child(4n)::after {
	display: none;
}
.steps-module-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.steps-module {
	padding: 45px 0 40px;
}
.clearfix:after{
	content:'';
	display: table;
	clear: both;
}
.services-phone-number {
	background-color: #fbb900;
	position: absolute;
	right: 0;
	width: 24%;
	bottom: 100%;
	z-index: 9;
	font-size: 21px;
	padding: 17px 50px 14px 104px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #00305b;
}
.vc_row.steps-module-box_row {
	overflow: visible !important;
}
.services-phone-number span {
	position: absolute;
}
.services-phone-number svg{
	width:30px;
	height:30px;
}
.services-phone-number span {
	position: absolute;
	left: 62px;
	top: 14px;
}
.services-phone-number span .st14{
	stroke: #00305b;
}
.services-phone-number:hover {
	background-color: #fff;
}
.vc_row.image-text-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.image-text-section {
	padding: 100px 0;
}
.media-section-column {
	float: left;
	width: 48%;
}
.text-section-column{
	float:right;
	width: 48%;
}
.image-background {
	height: 614px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.before_title {
	font-size: 20px;
	color: #00305b;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 3px;
	font-family: "GoldPlayAlt";
	margin-bottom: 15px;
}
.section-title-container h2,
.product-title-container h2,
.contact-box-column h2,
.contact-form-container h2,
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 35px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 20px;
}
.wpb_text_column h1{
	font-size: 42px;
}
.wpb_text_column h3{
	font-size: 32px;
}
.wpb_text_column h4{
	font-size: 28px;
}
.wpb_text_column h5{
	font-size: 25px;
}
.wpb_text_column h6{
	font-size: 22px;
}
.wpb_text_column a{
	color:#00305b;
	font-weight: 600;
	text-decoration: underline;
}
.page-template-simple-page .content-area {
	padding: 40px 0 80px;
}
.wpb_text_column p + ul, .wpb_text_column p + ol {
	margin-top: -20px;
}
.wpb_text_column ul, .wpb_text_column ol {
	margin-bottom: 25px;
}
.textcontent-container p,
.content-info-description,
.content-info-description p,
.widget_nav_menu li a,
.widget_text li,
.widget_text p,
.product-description-inner p,
.blog-post-content p, .blog-post-content, .post-link,
.contact-description p, .address-column.main-address,
.extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 19px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 500;
	color: #00305b;
}
.wpb_text_column li{
	margin-bottom: 0;
}
.content-info-description, 
.content-info-description p {
	margin-bottom: 42px;
}
.textcontent-container p a{
	font-weight: 600;
	text-decoration: underline;
	color:inherit;
}
.button_border_container {
	clear: both;
	padding-top: 55px;
}
.button_column {
	width: 48%;
	float: left;
	text-align: right;
}
.button_column:last-child {
	float: right;
	text-align: left;
}
.button_column .button,
.website-button .button{
	color: #00305b;
	border: 1px solid #00305b;
	border-radius: 4px;
	padding: 13px 94px 13px 20px;
	display: inline-block;
	position: relative;
	font-family: "GoldPlayAlt";
	font-weight: 400;
	font-size: 24px;
	min-width: 350px;
}
.button_column .button span,
.website-button .button span {
	width: 55px;
	position: absolute;
	height: 10px;
	top: 24px;
	right: 14px;
}
.button_column .button span::before,
.website-button .button span::before{
	content:'';
	width:100%;
	height:1px;
	background-color:#00305b;
	position: absolute;
	top:4px;
	left:0;
	display: block;
}
.button_column .button span::after,
.website-button .button span::after {
	content: '';
	width: 12px;
	height: 12px;
	border-right: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	display: block;
	top: -2px;
	right: 1px;
	transform: rotate(-45deg);
	position: absolute;
}
.button_column .button:hover{
	border-color: #fbb900;
	color: #fbb900;
}
.button_column .button:hover span::before{
	background-color: #fbb900;
}
.button_column .button:hover span::after{
	border-color: #fbb900;
}
.image-right .media-section-column {
	float: right;
}
.image-right .text-section-column{
	float: left;
}
.image-right .button_column:last-child {
	float: left;
	text-align: right;
}
.image-right .button_column:first-child {
	float: right;
	text-align: left;
}
.button_column:first-child .button span::before{
	background-color:#00305b;
}
.button_column:first-child .button span::after{
	border-color:#00305b;
}
.button_column:last-child .button,
.website-button .button.yellow_button_style{
	color:#fff;
	border-color:#fbb900;
	background-color:#fbb900;
}
.image-right .button_column:last-child .button {
	text-align: left;
}
.button_column:last-child .button span::before,
.website-button .button.yellow_button_style span::before{
	background-color:#fff;
}
.button_column:last-child .button span::after,
.website-button .button.yellow_button_style span::after{
	border-color:#fff;
}
.button_column:last-child .button:hover{
	border-color:#00305b;
	background-color:#00305b;
}
.button_column:first-child .button:hover{
	border-color:#00305b;
	background-color:#00305b;
	color:#fff;
}
.button_column:first-child .button:hover span::before{
	background-color:#fff;
}
.button_column:first-child .button:hover span::after{
	border-color:#fff;
}
.content-info-image {
	height: 290px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.content-info-title h2 {
	font-size: 28px;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 20px;
}
.content-info-links a {
	display: block;
	color: #B87510;
	border: 1px solid #B87510;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 12px 80px 12px 15px;
}
.content-info-links .phone_icon svg, 
.content-info-links .email_icon svg {
	width: 29px;
}
.vc_row.wpb_row.content-info-box_row .vc_column-inner {
	padding-top: 0 !important;
}
.content-info-box {
	padding: 100px 0;
}
.content-info-links li {
	margin-bottom: 25px;
}
.content-info-links li:last-child {
	margin-bottom: 0;
}
.content-info-links a span {
	position: absolute;
	top: 9px;
	left: 12px;
}
.content-info-links .phone_icon a, 
.content-info-links .email_icon a{
	padding-left:50px;
}
.content-info-links .email_icon a span {
	top: 14px;
}
.content-info-links .arrow_icon a span {
	width: 45px;
	height: 5px;
	top: 20px;
	left: auto;
	right: 18px;
}
.content-info-links .arrow_icon a span::before{
	content:'';
	width:100%;
	height:1px;
	background-color: #B87510;
	position: absolute;
	top:2px;
	left: 0;
	display: block;
}
.content-info-links .arrow_icon a span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #B87510;
	border-bottom: 1px solid #B87510;
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	top: -3px;
	right: 1px;
}
.content-info-links a:hover {
	color: #fff;
	background-color: #B87510;
}
.content-info-links a:hover span:before{
	background-color: #fff;
}
.content-info-links a:hover span:after{
	border-color: #fff;
}
.content-info-links a:hover .st14,
.content-info-links a:hover .st15 {
	stroke: #ffffff;
}
.site-footer {
	background-color: #d5d8db;
	padding: 40px 0 30px;
}
.site-footer-culumn.widget-area {
	width: 25%;
	float: left;
	padding-right: 20px;
}
.site-footer h6 {
	font-size: 24px;
	font-family: "GoldPlay";
	font-weight: 600;
	color: #00305b;
	margin-bottom: 8px;
}
.widget-area:first-child .textwidget img {
	width: 72px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
span.copyright,
.copyright-section .legal-menu,
.legal-menu li {
	display: inline-block;
	vertical-align: middle;
}
.legal-menu li{
	margin-left:28px;
}
.legal-menu li a,
span.copyright{
	color: #00305b;
	font-size:16px;
}
.site-footer-columns {
	margin-bottom: 90px;
}
.widget_nav_menu li a, .widget_text li, .widget_text p{
	margin-bottom: 0;
	line-height: 1.95;
}
.widget-area:first-child .textwidget p {
	margin-bottom: 0;
	display: table;
	width: 100%;
	padding-top: 7px;
}
.widget_text li a,
.widget_text p a{
	color:inherit;
}
.widget_text li {
	position: relative;
	padding-left: 35px;
}
.widget_text li::before {
	content: '';
	width: 18px;
	height: 10px;
	top: 8px;
	left: 0;
	border-left: 2px solid #00305b;
	border-bottom: 2px solid #00305b;
	position: absolute;
	display: block;
	transform: rotate(-45deg);
}
.widget_nav_menu li a, .widget_text li, .widget_text p{
	font-size: 18px;
}
body:not(.home) .main-website-content {
	padding-top: 209px;
}
.top-menu-inner .menu > li.current-menu-item > a {
	font-style: italic;
}
.page-title-box {
	position: relative;
}
.container.page-title-image {
	height: calc(100vh - 380px);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.container.page-title-image::before{
	content:'';
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	position: absolute;
	display: block;
	background-color: rgba(0,46,94,0.4);
	mix-blend-mode: multiply;
}
.page-title-image-inner {
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0 50px;
	text-align: center;
}
.page-title-container {
	text-align: center;
	padding: 80px 0;
	background-color: #ffe4aa;
	position: relative;
}
.page-title-container::after{
	content:'';
	width:100%;
	height:calc( (100vh - 380px) / 2 );
	top: 100%;
	left: 0;
	background-color: inherit;
	display: block;
	position: absolute;
}
.page-title-container h1 {
	font-family: "GoldPlayAlt";
	color: #00305b;
	letter-spacing: 7px;
	font-size: 40px;
	display: inline-block;
	position: relative;
}
.page-title-container h1::after {
	content: "";
	width: 100%;
	top: calc(100% + 10px);
	left: 0;
	height: 3px;
	background-color: #00305b;
	position: absolute;
	display: block;
}
.page-title-image-inner > h2 {
	color: #fff;
	font-family: "GoldPlayAlt";
	font-weight: 600;
	font-size: 78px;
}
.textcontent-container .button_border_container {
	padding-top: 0;
}
.textcontent-container .button_border_container .button_column .button span{
	top: 20px;
}
.textcontent-container .button_border_container .button_column {
	width: auto;
	float: none;
}
.textcontent-container .button_border_container .button {
	text-align: left;
	font-size: 19px;
	color: #fff;
	border-color: #fbb900;
	background-color: #fbb900;
}
.textcontent-container .button_border_container .button span::before{
	background-color: #fff;
}
.textcontent-container .button_border_container .button span::after{
	border-color: #fff;
}
.image-text-section.contact_options .button_column {
	width: 48.5%;
	float: left;
}
.image-text-section.contact_options .button_column:nth-child(2){
	float: right;
}
.image-text-section.contact_options .button_column .button {
	width: 100% !important;
	min-width: 100% !important;
	background-color: #fff;
	color: #B87510;
	border: 1px solid #B87510;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding: 12px 15px 12px 50px;
}
.image-text-section.contact_options .button_column .button span::before,
.image-text-section.contact_options .button_column .button span::after{
	display: none !important;
}
.image-text-section.contact_options .button_column .button svg{
	width: 29px;
}
.image-text-section.contact_options .button_column .button span {
	position: absolute;
	left: 12px;
	top: 8px;
	width: 29px;
	height: auto;
}
.image-text-section.contact_options .button_column:nth-child(2) .button span {
	top: 14px;
}
.contact_options .text-column-inner {
	position: relative;
	height: 100%;
	padding-bottom: 65px;
}
.contact_options .button_border_container {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.image-text-section.contact_options .button_column .button:hover{
	color: #ffffff;
	background-color: #B87510;
}
.image-text-section.contact_options .button_column .button:hover .st14,
.image-text-section.contact_options .button_column .button:hover .st15{
	stroke: #fff;
}
body:not(.home) .step-item::after {
	display: none;
}
body:not(.home) .steps-module {
	padding-top: 0;
	padding-bottom: 80px;
	margin-top: -30px;
}
.page-title-box.gradient_bg .page-title-container,
.page-title-box.gradient_bg .page-title-container::after{
	background: -moz-linear-gradient(left, rgba(252,185,23,0.3) 0%, rgba(131,89,63,0.3) 25%, rgba(61,67,68,0.3) 50%, rgba(0,169,142,0.3) 75%, rgba(0,143,196,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(252,185,23,0.3) 0%,rgba(131,89,63,0.3) 25%,rgba(61,67,68,0.3) 50%,rgba(0,169,142,0.3) 75%,rgba(0,143,196,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(252,185,23,0.3) 0%,rgba(131,89,63,0.3) 25%,rgba(61,67,68,0.3) 50%,rgba(0,169,142,0.3) 75%,rgba(0,143,196,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.simple-button {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 47%;
	float: left;
	margin-bottom: 22px;
	font-size: 20px;
	padding: 12px 4px;
}
.simple-button:hover{
	background-color: #fff;
	color: #00305b;
}
.simple-button:nth-child(2n){
	float:right;
}
.page-title-buttons {
	max-width: 680px;
	margin: 0 auto;
	padding-top: 40px;
}
.gradient_bg .page-title-image-inner {
	padding-top: 80px;
}
.title-image-column {
	width: 48.5%;
	float: left;
}
.product-description-column{
	width: 48.5%;
	float: right;
}
.products-description-box {
	padding: 160px 0 70px;
	position: relative;
}
.product-title-container h2,
.contact-form-container h2{
	text-align: center;
	margin-bottom: 0;
	font-size: 38px;
}
.product-image {
	width: 100%;
	height: 370px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-title-container {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 1;
	width: 48.5%;
}
.products-description-box::before,
.products-description-box::after {
	content: "";
	width: 76.7%;
	height: 355px;
	display: block;
	position: absolute;
	background-color: #fff1d6;
	top: 0;
	left: 0;
}
.products-description-box::after{
	width:3000px;
	left: auto;
	right: 100%;
}
.product-description-column,
.product-image{
	position: relative;
}
.product-description-inner p:last-child{
	margin-bottom: 0;
}
.product-description-column {
	padding-bottom: 80px;
	position: relative;
}
.product-button .button {
	color: #fff;
	background-color: #fbb900;
	display: block;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	padding: 11px 18px;
}
.product-button{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}
.products-description-box.brown_product::before,
.products-description-box.brown_product::after{
	background-color: #e7dbd3;
}
.brown_product .product-button .button{
	background-color: #8b6243;
}
.products-description-box.gray_product::before,
.products-description-box.gray_product::after{
	background-color: #e6e6e6;
}
.gray_product .product-button .button{
	background-color: #999999;
}
.products-description-box.green_product::before,
.products-description-box.green_product::after{
	background-color: #d6ebe7;
}
.green_product .product-button .button{
	background-color: #009881;
}
.products-description-box.blue_product::before,
.products-description-box.blue_product::after{
	background-color: #d4e5f4;
}
.blue_product .product-button .button{
	background-color: #0085c0;
}
.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {
	padding-top: 110px !important;
}
.small-contact-box {
	padding: 80px 0 130px;
	text-align: center;
}
.contact-box-icon {
	width: 100px;
	height: 75px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 25px;
}
.contact-box-text p {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 600;
	color: #00305b;
	font-family: "GoldPlayAlt";
}
.contact-box-text p:last-child {
	margin-bottom: 0;
}
.contact-box-buttons svg,
.address-column svg {
	width: 30px;
}
.contact-box-buttons svg .st14,
.contact-box-buttons svg .st15,
.address-column svg .st14,
.address-column svg .st15{
	stroke: #00305b;
}
.contact-box-buttons .button,
.address-column .button {
	color: #00305b;
	border: 1px solid #00305b;
	font-size: 20px;
	padding: 13px 15px 13px 55px;
	position: relative;
	border-radius: 5px;
	margin: 0 20px;
	min-width: 300px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
}
.contact-box-buttons .button span,
.address-column .button span{
	position: absolute;
	top:0;
	left:0;
}
.contact-box-buttons .button span,
.address-column .button span {
	position: absolute;
	top: 10px;
	left: 12px;
}
.contact-box-buttons .button.email-button span,
.address-column.email_url .button span {
	top: 16px;
}
.contact-box-text {
	margin-bottom: 45px;
}
.contact-box-buttons .button:hover,
.address-column .button:hover{
	color:#fff;
	background-color: #00305b;
}
.contact-box-buttons .button:hover .st14,
.contact-box-buttons .button:hover .st15,
.address-column .button:hover .st14,
.address-column .button:hover .st15{
	stroke: #fff;
}
.blog-post-image {
	width: 48%;
	height: 615px;
	background-size: cover;
	background-position: center center;
	float: left;
}
.blog-post-info {
	width: 48%;
	float: right;
}
.blog-post:nth-child(2n) .blog-post-image {
	float: right;
}
.blog-post:nth-child(2n) .blog-post-info {
	float: left;
}
.blog-post {
	padding: 100px 0;
}
.blog-post:nth-child(2n){
	background-color: #e9e9e9;
}
.post-date {
	font-size: 20px;
	font-family: "GoldPlayAlt";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #00305b;
	margin-bottom: 22px;
}
h2.post-title {
	color: #00305b;
	font-family: "GoldPlayAlt";
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 25px;
}
.post-link {
	font-style: italic;
	position: relative;
	padding-right: 62px;
	display: inline-block;
	cursor: pointer;
}
.post-link span {
	width: 45px;
	position: absolute;
	height: 10px;
	top: 9px;
	right: 0;
}
.post-link span::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #00305b;
	position: absolute;
	top: 4px;
	left: 0;
	display: block;
}
.post-link span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	display: block;
	top: -1px;
	right: 1px;
	transform: rotate(-45deg);
	position: absolute;
}
.blog-pagination {
	text-align: center;
	padding: 20px 0 120px;
}
.button.load_more_posts_button {
	font-size: 20px;
	color: #00305b;
	font-weight: 500;
	letter-spacing: 0.3px;
	display: inline-block;
	border: 1px solid #00305b;
	border-radius: 5px;
	padding: 12px 55px;
	cursor: pointer;
}
.button.load_more_posts_button:hover{
	color:#fff;
	background-color: #00305b;
}
.button.load_more_posts_button.disabled {
	opacity: 0.35;
	pointer-events: none;
}
.contact_box {
	position: relative;
	padding: 100px 0;
}
.contact-box-column {
	width: 48%;
	float: left;
}
.contact-box-column:nth-child(2){
	float: right;
}
.contact-box-column h2{
	font-size: 37px;
}
.contact-description {
	margin-bottom: 90px;
}
.contact-description p:last-child, .address-column.main-address {
	margin-bottom: 0;
}
strong{
	font-weight: 600;
}
em{
	font-style: italic;
}
.address-column {
	width: 47%;
	float: left;
	clear: left;
	margin-bottom: 55px !important;
}
.address-column:nth-child(2n){
	float: right;
	clear: right;
}
.maps_url .button {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.address-column .button {
	width: 100%;
	min-width: 100%;
	margin: 0;
	font-size: 19px;
}
.address-column-icon {
	width: 55px;
	height: 72px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 15px;
	background-position: center;
}
.address-column.main-address {
	line-height: 1.7;
	padding-top: 10px;
}
.phone_url .address-column-icon {
	width: 60px;
}
.email_url .address-column-icon {
	width: 65px;
}
.address-column.email_url, .address-column.phone_url {
	margin-bottom: 0 !important;
}
.contact-box-embed iframe {
	display: block;
	width: 100%;
}
.visible-more .extended--content {
	display: block !important;
}
.visible-more .more--link.post-link {
	display: none;
}
.contact-form-top-fields .form-field, .bottom-column {
	width: 48%;
	float: left;
	margin-bottom: 28px;
	clear: left;
}
.contact-form-top-fields .form-field:nth-child(2n), .bottom-column:nth-child(2n){
	float:right;
	clear: right;
}
.form-field input, .form-field textarea {
	color: #00305b;
	border: 1px solid #00305b;
	font-size: 20px;
	padding: 11px 15px;
	position: relative;
	border-radius: 5px;
	background-color: transparent;
	display: block;
	width: 100%;
	font-weight: 500;
}
.form-field input::-webkit-input-placeholder
.form-field textarea::-webkit-input-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
	color: #00305b;
	opacity: 1;
}
.form-field input:-moz-placeholder,
.form-field textarea:-moz-placeholder {
	color: #00305b;
	opacity: 1;
}
.contact-form-container h2 {
	margin-bottom: 40px;
}
.wpcf7 {
	padding: 75px 0 110px;
}
.form-field textarea {
	height: 200px;
	resize: none;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	position: relative;
	font-size: 18px;
	color: #00305b;
	padding-left: 75px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.5;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	border: 1px solid #00305b;
	display: block;
	top: 2px;
	left: 0;
	border-radius: 5px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
	content: '';
	width: 30px;
	height: 18px;
	border-left: 1px solid #00305b;
	border-bottom: 1px solid #00305b;
	top: 11px;
	left: 9px;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 1;
	visibility: visible;
}
label a{
	color: inherit;
	text-decoration: underline;
}
.bottom-column {
	margin-bottom: 0;
	position: relative;
}
.bottom-column:nth-child(2n){
	padding-bottom: 50px;
}
.form-submit {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ajax-loader {
	margin: 0 !important;
	right: -40px;
	position: absolute !important;
	top: 12;
}
.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	background-color: #00305b;
	border: 1px solid #00305b;
	border-radius: 5px;
	font-family: "GoldPlay";
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	letter-spacing: 3px;
	font-size: 19px;
	padding: 12px 20px;
	min-width: 300px;
	cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background-color:#fff;
	color: #00305b;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: #c40000 !important;
}
.wpcf7-response-output {
	font-size: 17px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center;
	padding: 13px 20px !important;
}
.header-notification-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 19px;
	background-color: #fbb900;
	font-family: "GoldPlayAlt";
	padding: 7px 0;
	height: 37px;
}
.close-notification {
	font-size: 35px;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 35px;
	text-align: center;
	cursor: pointer;
}
.page-box-scroller {
	width: 40px;
	height: 20px;
	position: absolute;
	bottom: 37px;
	left: 50%;
	cursor: pointer;
	margin-left: -20px;
}
.page-box-scroller::before, .page-box-scroller::after {
	content: '';
	width: 25px;
	height: 1px;
	background-color: #fff;
	top: 8px;
	left: -3px;
	display: block;
	position: absolute;
	transform: rotate(35deg);
}
.page-box-scroller::after {
	transform: rotate(145deg);
	right: -3px;
	left: auto;
}
.product-button .button:hover {
	background-color: #00305b !important;
}
.not-found#primary {
	padding: 165px 0;
	text-align: center;
}
.not-found#primary h1 {
	font-size: 40px;
	font-weight: 900;
	padding: 20px 0;
	color: #fbb900;
}
.not-found#primary h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.5;
}
.not-found#primary h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #00305b;
}
.not-found#primary h3 a {
	text-decoration: underline;
	color: inherit;
}
.fixed .desktop--logo {
	display: none;
}
.fixed .mobile--logo {
	display: block !important;
}
body:not(.home) .desktop--logo{
	display:none !important;
}
body:not(.home) .mobile--logo{
	display:block !important;
}
.website-button {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.custom_website_buttons_list {
	text-align: center;
	display: block;
	margin-bottom:30px;
}
.custom_website_buttons_section_row .content-info-box {
	padding: 40px 0;
}
.custom_website_buttons_section_row .wpcf7 {
	padding-top: 20px;
}
.custom_website_buttons_section_row.content-info-box_row {
	padding-top: 55px;
}
.website-button .button.brown_button_style {
	color: #B87510;
	border-color: #B87510;
}
.website-button .button.brown_button_style span::before {
	background-color: #B87510;
}
.website-button .button.brown_button_style span::after {
	border-color: #B87510;
}
.website-button .button {
	width: auto;
	min-width: auto;
	font-size: 20px;
}
.website-button .button span {
	top: 21px;
}
.website-button .button:hover{
	color:#fff;
	background-color:#00305b;
	border-color: #00305b;
}
.website-button .button:hover span::before {
	background-color: #fff;
}
.website-button .button:hover span::after {
	border-color: #fff;
}
/* Responsive */
@media(max-height:900px){
	.page-main-box-content-inner h1 {font-size: 75px;}
	.page-main-box-content {padding-top: 100px;}
	.gradient_bg .container.page-title-image{height: auto;}
	.gradient_bg .page-title-image-inner {padding-top: 70px;top: 0;transform: none;-moz-transform: none;-webkit-transform: none;padding-bottom: 20px;}
}
@media(max-width:1750px){
	.page-main-box-content-inner h1 {font-size: 65px;}
	.page-main-box-content-inner p {font-size: 20px;}
	.fixed-main-menu .menu > li > a {font-size: 35px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 20px;height: 20px;top: 10px;}
	.sub-menu-wrap-outer {font-size: 22px;}
}
@media(max-width:1600px){
	.page-main-box-content-inner h1 {font-size: 50px;}
	.page-main-box-content-inner p {font-size: 18px;}
	.page-info-button {padding-top: 25px;}
	.page-info-button .button {font-size: 20px;}
	.page-info-button .button span {top: 20px;}
	.page-main-box-content {padding-top: 150px;}
	.fixed-menu-inner {height: calc(100% - 260px);top: 210px;}
	.fixed-menu-container .menu > li {margin-bottom: 20px;}
	.fixed-main-menu .menu > li > a {font-size: 30px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 16px;height: 16px;top: 10px;border-right: 2px solid #fbb900;border-bottom: 2px solid #fbb900;}
	.sub-menu-wrap-outer {font-size: 18px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after {top: calc(100% + 3px);}
	.website--logo.header-column {width: 150px;}
	.top-menu-inner .menu > li > a {font-size: 16px;}
	.header-section.left-menu {padding-top: 25px;}
	.fixed .website--logo.header-column {width: 135px;}
	.site-header.notification-active.fixed {padding: 52px 0 20px;}
	.fixed .header-section.left-menu {padding-top: 8px;}
	.header-notification-message {font-size: 16px;height: 33px;}
	.close-notification {font-size: 30px;line-height: 33px;right: 9px;height: 100%;width: 33px;}
	.header-section.left-menu {width: calc(100% - 150px);}
	body:not(.home) .main-website-content {padding-top: 189px;}
	.page-title-container {padding: 60px 0;}
	.page-title-container h1 {font-size: 36px;}
	.page-title-container h1::after {top: calc(100% + 5px);}
	.container.page-title-image {height: calc(100vh - 315px);}
	.page-title-image-inner > h2 {font-size: 60px;}
	.page-title-container::after {height: calc( (100vh - 315px) / 2 );}
	.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {padding-top: 80px !important;}
	h2.post-title {font-size: 32px;}
	.less--link.post-link {margin-bottom: 0;}
}
@media(max-width:1399px){
	.container, .site-content-center {width: 90%;max-width: 90%;}
	.step-item-description {font-size: 15px;}
	.steps-module {padding: 30px 0;}
	.step-item-image {width: 65px;height: 65px;}
	.before_title {font-size: 18px;}
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 32px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 17px;}
	.button_column .button {font-size: 20px;}
	.button_column .button span {top: 20px;}
	.image-text-section, .content-info-box {padding: 70px 0;}
	.fixed-menu-inner {width: 90%;left: 5%;margin-left: 0;padding-right: 45%;}
	.services-phone-number {font-size: 18px;padding: 17px 35px 14px 94px;}
	.services-phone-number svg {width: 28px;height: 28px;}
	.services-phone-number span {left: 57px;top: 14px;}

	.site-header {padding: 20px 0;}
	body:not(.home) .main-website-content {padding-top: 189px;}
	.page-title-container h1 {font-size: 30px;}
	.page-title-container {padding: 32px 0 45px;}
	.container.page-title-image {height: calc(100vh - 235px);}
	.page-title-image-inner > h2 {font-size: 50px;}
	.page-title-container::after {height: calc( (100vh - 236px) / 2 );}
	.image-text-section.contact_options .button_column .button {font-size: 16px;}
	.image-text-section.contact_options .button_column:nth-child(2) .button span {top: 13px;}
	body:not(.home) .steps-module {padding-top: 0;padding-bottom: 60px;margin-top: -15px;}
	.products-description-box .container {width: 100%;max-width: 100%;}
	h2.post-title {font-size: 30px;margin-bottom: 20px;}
	.post-date {font-size: 17px;margin-bottom: 12px;}
	.blog-post {padding: 60px 0;}
	.blog-pagination {padding: 10px 0 70px;}
	.button.load_more_posts_button {font-size: 18px;}
	.address-column .button {font-size: 16px;}
	.contact_box {padding: 60px 0;}
	.address-column.main-address {padding-top: 20px;}
	.address-column svg {width: 28px;}
	.address-column.email_url .button span {top: 14px;}
	.contact-description {margin-bottom: 70px;}
	.wpcf7 {padding: 35px 0 60px;}
	.form-field input, .form-field textarea {font-size: 17px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {width: 44px;height: 44px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {width: 26px;height: 12px;left: 9px;transform: rotate(-42deg);}
}
@media(max-width:1279px){
	.stripes > span {margin: 14px 0;}
	.menu-toggle-button {margin-left: 60px;}
	.top-menu-inner .menu > li {display: none;}
	.top-menu-inner .menu > li.highlighted-button {display: block;}
	.step-item-description br {display: none;}
	.button_border_container {padding-top: 35px;}
	.content-info-image {margin-bottom: 20px;height: 29vh;}
	.services-phone-number {font-size: 18px;padding: 17px 25px 14px 60px;}
	.services-phone-number span {left: 27px;}
	.fixed-menu-contact a {font-size: 18px;width: 100%;padding: 6px 10px;margin-bottom: 10px;}
	.fixed-menu-contact a:last-child{margin-bottom: 0;}
	.fixed-main-menu .menu > li > a {font-size: 26px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 15px;height: 15px;top: 8px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a > span::after {top: calc(100% + 2px);height: 2px;}
	.fixed-menu-container .menu > li {margin-bottom: 16px;}
	.fixed-menu-inner {padding-bottom: 140px;}
	.content-info-title h2 {font-size: 24px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 15px;}
	.content-info-links a {padding: 12px 15px 12px 15px;font-size: 17px;}
	.content-info-description, .content-info-description p {margin-bottom: 35px;}
	.button_column .button {font-size: 18px;text-align: left;}
	.button_column .button span {top: 19px;}
	.site-footer-culumn.widget-area {padding-right: 15px;}
	.legal-menu li a, span.copyright {font-size: 14px;}
	.widget-area:first-child .textwidget img {width: 60px;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.image-text-section.contact_options .button_column {width: 100%;float: left;}
	.image-text-section.contact_options .button_column:first-child{margin-bottom: 15px;}
	.contact_options .text-column-inner {padding-bottom: 130px;}
	.contact-box-text p {font-size: 18px;}
	.contact-box-text {margin-bottom: 35px;}
	.small-contact-box {padding: 20px 0 70px;}
	.product-title-container h2 {font-size: 25px;}
	.products-description-box {padding: 120px 0 70px;}
	.product-title-container {top: 48px;}
	.simple-button {width: 48%;	margin-bottom: 15px;font-size: 19px;padding: 10px 4px;}
	.product-button .button {font-size: 17px;}
	h2.post-title {font-size: 25px;}
	.button.load_more_posts_button {font-size: 16px;}
	.post-date {font-size: 15px;}

	.contact-box-column h2 {margin-bottom: 12px;}
	.contact-description {margin-bottom: 25px;}
	.address-column-icon {width: 52px;height: 55px;margin: 0 auto 10px;}
	.address-column {width: 100%;margin-bottom: 20px !important;}
	.address-column-icon {display: none;}
	.address-column.phone_url {margin-bottom: 20px !important;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {font-size: 15px;padding-left: 65px;}

	.website-button .button span {top: 20px;}
	.website-button .button {font-size: 18px;}
}
@media(max-width:1023px){
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2, .wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6 {
	font-size: 26px;}
	.image-background {height: 46vw;}
	.button_column .button {font-size: 16px;}
	.image-text-section, .content-info-box {padding: 60px 0;}
	.content-info-box_row .vc_col-sm-4 {width: 100%;}
	.content-info-image {height: 47vh;width: 48%;float:right;}
	.content-info-title, .content-info-description, .content-info-links {width: 48%;float: left;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-image{float: left;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-title, 
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-description, 
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-links{float: right;}
	.content-info-box {padding: 40px 0 0 0;}
	.content-info-box_row .vc_col-sm-4:last-child .content-info-box{padding-bottom: 20px;}
	.step-item {width: 50%;}
	.step-item:nth-child(2n)::after {display: none;}
	.step-item:nth-child(1)::before, .step-item:nth-child(2)::before {
	content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
	width: 100%;height: 7px;position: absolute;overflow: hidden;word-break: break-all;left: 0;top: calc(100% - 6px);font-size: 5px;letter-spacing: 2px;}
	.step-item-description {font-size: 18px;}
	.step-item:nth-child(1), .step-item:nth-child(2){padding-bottom: 20px;}
	.step-item:nth-child(3), .step-item:nth-child(4){padding-top: 20px;}
	.steps-module {padding: 30px 0 75px;}
	.services-phone-number {width: 100%;bottom: 0;text-align: center;padding: 8px 20px;}
	.services-phone-number svg {width: 24px;height: 24px;}
	.services-phone-number span {left: calc(50% - 93px);top: 7px;}
	.site-header.notification-active {padding: 52px 0 20px;}
	.site-footer-culumn.widget-area {width: 50%;margin-bottom: 25px;}
	.widget-area:first-child .textwidget img:nth-child(3){clear: right;}
	.widget-area:first-child .textwidget img:nth-child(4){clear: left;}
	.copyright {width: 100%;text-align: center;font-size: 18px !important;}
	.site-footer-columns {margin-bottom: 60px;}
	.copyright-section {position: relative;padding-top: 40px;}
	.legal-menu {width: 100%;text-align: center;position: absolute;display: block !important;left: 0;top: 0;}
	.legal-menu li a {font-size: 16px;}
	.widget_text li::before {top: 5px;}
	.legal-menu li {margin-left: 12px;margin-right: 12px;}
	.title-image-column {width: 100%;height: auto !important;margin-bottom: 30px;}
	.product-description-column {width: 100%;float: none;height: auto !important; }
	.product-title-container {width: 76.5%;padding-right: 20px;}
	.contact-box-text p {font-size: 16px;}
	.more--link.post-link {margin-bottom: 0;}
	.blog-post .blog-post-image {width: 100% !important;margin-bottom: 30px !important;}
	.blog-post-info {width: 100%;}
	.blog-post-content {margin-bottom: 0;}

	.contact-box-column {width: 100%;}
	.contact-box-column:nth-child(2) {padding-top: 30px;}
	.contact-form-top-fields .form-field, .bottom-column {width: 100%;}
	.bottom-column {height: auto !important;}
	.bottom-column:nth-child(2n) {padding-bottom: 0;padding-top: 25px;}
	.form-submit {position: relative;padding-top: 50px;}
	.acceptance-container {position: relative;z-index: 1;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {width: 28px;height: 28px;top: -4px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {width: 18px;height: 9px;left: 5px;transform: rotate(-45deg);top: 2px;}
	.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {padding-left: 40px;}
	.ajax-loader {margin: 0 !important;right: 0;position: absolute !important;top: auto;bottom: 14px;}
	body:not(.home) .main-website-content {	padding-top: 156px;}
}
@media(max-width:767px){
	.header-notification-message {display: none;}
	.site-header.notification-active, .site-header{padding: 20px 0;}
	.media-section-column {width: 100%;margin-bottom: 24px;}
	.image-background {height: 67vw;}
	.text-section-column {width: 100%;}
	.section-title-container h2, .product-title-container h2, .contact-box-column h2, .contact-form-container h2{font-size: 30px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 17px;}
	.button_column {width: 100%;text-align: left;}
	.button_column:nth-child(2) {padding-top: 35px;}
	.button_column .button {min-width: 100%;}
	.button_border_container {padding-top: 0;}
	.content-info-description, .content-info-links {display: block;width: 100%;clear: both;}
	.content-info-title h2 {font-size: 30px;margin-bottom: 0;top: 50%;position: relative;transform: translateY(-50%);}
	.content-info-title h2 br{display: none;}
	.content-info-image {min-height: 43vw;}
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 48%;float: left;}
	.content-info-links .email_icon{float:right;}
	.content-info-box {padding: 40px 30px;margin-left: -30px;margin-right: -30px;}
	.container, .site-content-center {width: 100%;max-width: 100%;padding: 0 30px;}
	.content-info-box_row .vc_col-sm-4:nth-child(2n) .content-info-box{background-color: #e9e9e9;}
	.content-info-links li {margin-bottom: 0;}
	.content-info-image {margin-bottom: 35px;}
	.content-info-box_row .vc_col-sm-4:last-child .content-info-box {padding-bottom: 40px;}

	.site-footer-culumn.widget-area {width: 100%;margin-bottom: 0;padding: 10px 0;border-top: 1px solid #00305b;}
	.site-footer h6 {font-size: 20px;margin-bottom: 0;position: relative;cursor: pointer;}
	.widget .widgettitle + div {max-height: 0;overflow: hidden;}

	.site-footer h6::before {content: '';width: 25px;height: 1px;background-color: #00305b;position: absolute;top: 11px;right: 0;display: block;}

	.site-footer h6::after{content: '';width: 10px;height: 10px;border-right: 1px solid #00305b;border-bottom: 1px solid #00305b;display: block;
	position: absolute;	transform: rotate(-45deg);top: 6px;right: 1px;}
	.site-footer-culumn.widget-area:nth-child(4) {width: 50%;border: 0;padding: 65px 15px 0 0;}
	.site-footer-culumn.widget-area:nth-child(3) {border-bottom: 1px solid #00305b;}
	.site-footer-culumn.widget-area:nth-child(4) h6:before, .site-footer-culumn.widget-area:nth-child(4) h6:after{display: none !important;}
	.site-footer-culumn.widget-area:nth-child(4) .textwidget{max-height: none;}
	.site-footer-culumn.widget-area:nth-child(4) h6{margin-bottom: 6px;}
	.site-footer-culumn.widget-area:nth-child(4) p{font-size: 0;}
	.site-footer-culumn.widget-area:nth-child(4) p a{font-size: 17px;}
	.legal-menu li a {font-size: 17px;line-height: 1.95;}
	.legal-menu li {margin-left: 0;margin-right: 0;display: block;text-align: left;}
	.legal-menu {width: 50%;text-align: center;position: absolute;display: block !important;left: auto;top: auto;right: 0;bottom: calc(100% + 29px);}
	.active .widget .widgettitle + div {max-height: 400px;padding-top: 10px;}

	.widget .widgettitle + div, .site-footer h6::after, .site-footer h6::before {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.site-footer .active h6::after {transform: rotate(45deg);top: 13px;right: 2px;}
	.site-footer .active h6::before {top: 12px;right: -5px;transform: rotate(90deg);}
	.page-info-box {height: 480px;}
	.page-main-box-content-inner p, .page-info-button, .page-box-scroller {display: none;}
	.home .steps-module {padding-top: 40px;position: relative;}
	/*.home .steps-module::before {
		content: "1.000 Produkte rund um die Käseherstellung";
		color: #000;
		position: absolute;
		width: 100%;
		left: 0;
		top: 30px;
		text-align: center;
		font-size: 22px;
		font-family: "GoldPlayAlt";
		font-weight: 600;
	}*/
	.site-header.notification-active.fixed {padding: 15px 0;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.responsive-menu-text {font-size: 17px;width: 154px;top: 6px;}
	.container.page-title-image {width: calc(100% - 60px);}
	.text-section-column, .media-section-column {height: auto !important;}
	.contact_options .button_border_container {position: relative;}
	.contact_options .text-column-inner {padding-bottom: 0;}
	.container.page-title-image {padding: 0;}
	.page-title-image-inner > h2 {font-size: 42px;}
	.simple-button {width: 100%;}
	.products-description-box::before{width: calc(100% + 30px);}
	.product-title-container {width: 100%;padding-right: 20px;padding-left: 20px;}
	.products-description-box .container {padding: 0;}
	.product-title-container h2{font-size: 25px;}
	.page-title-box_row + .vc_row-full-width.vc_clearfix + .products-description-box_row {padding-top: 50px !important;}
	.contact-box-text p br {display: none;}
	.contact-box-buttons .button.phone-button {margin-bottom: 20px;}
	body:not(.home) .main-website-content {padding-top: 111px;}
	.custom_website_buttons_section_row .content-info-box {	padding: 10px 30px 30px;	}
	.website-button .button {font-size: 16px;}
	.website-button .button span {top: 18px;}
}
@media(max-width:639px){
	.step-item-description {font-size: 16px;}
	.home .steps-module::before {font-size: 18px;}
	.content-info-links a span {display: none;}
	.content-info-title h2 {font-size: 28px;}
	.content-info-links a {font-size: 15px;text-align: center;padding-left: 12px;padding-right: 12px;}
	.content-info-links .phone_icon a, .content-info-links .email_icon a {padding-left: 12px;}
	.activeclose span:nth-child(1) {
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		-o-transform: translateY(16px);
		transform: translateY(16px);
	}
	.activeclose span:nth-child(3) {
		-webkit-transform: translateY(-16px) rotate(120deg);
		-ms-transform: translateY(-16px) rotate(120deg);
		-o-transform: translateY(-16px) rotate(120deg);
		transform: translateY(-16px) rotate(120deg);
	}
	.fixed-menu-inner {
		padding-bottom: 0;
		padding-right: 0;
		height: calc(100% - 175px);
		top: 175px;
		overflow: auto;
	}
	.fixed-menu-contact {width: 100%;padding-right: 0;}
	.fixed-main-menu .menu > li > a {font-size: 34px;}

	.sub-menu-wrap-outer {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.fixed-menu-container::after {display: none;}
	.sub-menu-wrap-outer {position: relative;top: 0;left: 0;z-index: 2;padding-left: 0;width: 100%;font-family: "GoldPlayAlt";opacity: 1;visibility: visible;max-height: 0;overflow: hidden;}
	.sub-menu-wrap {padding: 35px 0 0;}
	.active-right-menu .sub-menu-wrap-outer {max-height: 600px;}
	.responsive-menu-text {font-size: 15px;width: 135px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 18px;height: 18px;top: 11px;right: 15px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a::after{transform: rotate(45deg);}
	.fixed-menu-contact a {float: none !important;text-align: center;}
	.fixed-menu-contact {margin-bottom: 0;}
	.fixed-menu-contact a:first-child {margin-bottom: 45px;}
	.fixed-menu-contact {margin-bottom: 0;position: relative;padding-top: 85px;}
	.fixed-menu-contact a:last-child {
		margin-bottom: 0;
		background-color: #fbb900;
		color: #00305b;
		border-color: #fbb900;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.fixed-menu-contact a svg .st15{stroke: #00305b;}
	.fixed-menu-contact a:last-child:hover{background-color:#fff;border-color:#fff;}
	.fixed-menu-contact a:last-child:hover svg .st15{stroke: #00305b;}
	.header-section.left-menu {padding-top: 5px;vertical-align: top;}
	.menu-toggle-button {margin-left: 35px;}
	.page-title-image-inner > h2 {font-size: 30px;}
	.page-title-container h1 {font-size: 24px;}
	.button_column:nth-child(2) {padding-top: 0;}
	.container.page-title-image {height: 300px;}
	.page-title-container::after {height: 150px;}
	.home .image-text-section .button_column:first-child {margin-bottom: 10px;}
	
	.website--logo.header-column {	width: 130px;}
	.header-section.left-menu {	width: calc(100% - 130px);}
	.website-button {display: block;margin: 0 0 10px;}
	.website-button .button {width: 100%;text-align: left;}
}
@media(max-width:479px){
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 100%;}
}
@media(max-width:420px){
	.container, .site-content-center {padding: 0 15px;}
	.page-main-box-content-inner h1 {font-size: 35px;}
	.step-item {width: 100% !important;padding-left: 0 !important;padding-right: 0 !important;height: auto !important;padding-top: 20px !important;padding-bottom: 20px !important;}
	.page-info-box {height: 370px;}
	.step-item::after {display: none;}
	.step-item:nth-child(3)::before{
		content: "•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
		width: 100%;
		height: 7px;
		position: absolute;
		overflow: hidden;
		word-break: break-all;
		left: 0;
		top: calc(100% - 6px);
		font-size: 5px;
		letter-spacing: 2px;
	}
	.section-title-container h2 br {display: none !important;}
	.section-title-container h2{font-size: 23px;}
	.textcontent-container p, .content-info-description, .content-info-description p, .widget_nav_menu li a, .widget_text li, .widget_text p, .product-description-inner p, .blog-post-content p, .blog-post-content, .post-link, .contact-description p, .address-column.main-address, .extended--content p, .wpb_text_column p, .wpb_text_column li {
	font-size: 16px;}
	.content-info-title, .content-info-description, .content-info-links {width: 100%;float: none;height: auto !important;}
	.content-info-title h2 {top: 0;transform: none;}
	.content-info-image {min-height: 70vw;float: none !important;width: 100% !important;}
	.content-info-title h2 {font-size: 23px;margin-bottom: 20px;}
	.content-info-links .phone_icon, .content-info-links .email_icon {width: 100%;float: left;}
	.content-info-links .phone_icon{margin-bottom:10px;}
	.image-text-section{padding: 50px 0;}
	.before_title {font-size: 16px;margin-bottom: 12px;}
	.content-info-box {padding: 40px 15px;margin-left: -15px;margin-right: -15px;}
	.site-footer-culumn.widget-area:nth-child(4) {width: 100%;padding: 6=45px 0 0 0;text-align: center;}
	.legal-menu {width: 100%;position: absolute;display: block !important;left: auto;right: 0;bottom: auto;top: 0;}
	.copyright-section {position: relative;padding-top: 160px;}
	.legal-menu li {text-align: center;}
	.site-footer-columns {margin-bottom: 40px;}
	.legal-menu li a,.site-footer-culumn.widget-area:nth-child(4) p a {font-size: 15px;}
	.website--logo.header-column {width: 135px;}
	.header-section.left-menu {width: calc(100% - 135px);}
	.stripes, .stripes > span {width: 45px;}
	.menu-toggle-button {margin-left: 20px;}
	.top-menu-inner .menu > li.highlighted-button {margin: 0;}
	.top-menu-inner .menu > li > a {font-size: 15px;}
	.highlighted-button a {padding: 4px 7px;}
	.stripes > span {margin: 11px 0;}
	.activeclose span:nth-child(1) {-webkit-transform: translateY(13px);-ms-transform: translateY(13px);-o-transform: translateY(13px);transform: translateY(13px);}
	.activeclose span:nth-child(3) {-webkit-transform: translateY(-13px) rotate(120deg);-ms-transform: translateY(-13px) rotate(120deg);-o-transform: translateY(-13px) rotate(120deg);
	transform: translateY(-13px) rotate(120deg);}
	.activeover .responsive-menu-text {display: none;}
	.fixed-main-menu .menu > li > a {font-size: 28px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 16px;height: 16px;top: 8px;right: 15px;}
	.fixed-menu-inner {height: calc(100% - 140px);top: 140px;}
	.home .steps-module {padding-top: 20px;}
	.page-title-container h1 {font-size: 20px;letter-spacing: 4px;}
	.container.page-title-image {width: calc(100% - 30px);padding: 0;}
	.page-title-image-inner {padding: 0 20px;}
	.page-title-image-inner > h2 {font-size: 26px;}
	.container.page-title-image {height: 240px;}
	.page-title-container::after {height: 120px;}
	.gradient_bg .page-title-image-inner > h2 {font-size: 24px;}
	.simple-button {margin-bottom: 10px;font-size: 15px;padding: 10px 4px;}
	.product-title-container h2 {font-size: 23px;}
	.product-title-container {top: 47px;}
	.product-image {height: 67vw;}
	.products-description-box {padding: 110px 0 50px;}
	.contact-box-buttons .button{font-size: 17px;min-width: 100%;margin-left: 0;margin-right: 0;}
	.products-description-box::before, .products-description-box::after {height: 70vw;}
	.wpcf7-form-control.wpcf7-submit {min-width: auto;}
	.wpcf7 {padding: 15px 0 45px;}
	body:not(.home) .main-website-content {	padding-top: 100px;}
}
@media(max-width:1200px) and (max-height: 400px){
	.fixed-menu-inner {
		padding-bottom: 0;
		padding-right: 0;
		height: calc(100% - 175px);
		top: 175px;
		overflow: auto;
	}
	.fixed-menu-contact {width: 100%;padding-right: 0;}
	.fixed-main-menu .menu > li > a {font-size: 34px;}

	.sub-menu-wrap-outer {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.fixed-menu-container::after {display: none;}
	.sub-menu-wrap-outer {position: relative;top: 0;left: 0;z-index: 2;padding-left: 0;width: 100%;font-family: "GoldPlayAlt";opacity: 1;visibility: visible;max-height: 0;overflow: hidden;}
	.sub-menu-wrap {padding: 35px 0 0;}
	.active-right-menu .sub-menu-wrap-outer {max-height: 600px;}
	.responsive-menu-text {font-size: 15px;width: 135px;}
	.fixed-main-menu .menu > li.menu-item-has-children > a::after {width: 18px;height: 18px;top: 11px;right: 15px;}
	.fixed-main-menu .menu > li.menu-item-has-children.active-right-menu > a::after{transform: rotate(45deg);}
	.fixed-menu-contact a {float: none !important;text-align: center;}
	.fixed-menu-contact {margin-bottom: 0;}
	.fixed-menu-contact a:first-child {margin-bottom: 45px;}
	.fixed-menu-contact {margin-bottom: 0;position: relative;padding-top: 85px;}
	.fixed-menu-contact a:last-child {
		margin-bottom: 0;
		background-color: #fbb900;
		color: #00305b;
		border-color: #fbb900;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.fixed-menu-contact a svg .st15{stroke: #00305b;}
	.fixed-menu-contact a:last-child:hover{background-color:#fff;border-color:#fff;}
	.fixed-menu-contact a:last-child:hover svg .st15{stroke: #00305b;}
	
	
}