/*
	Theme Name: BC Drywall
	Description: BC Drywall
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Author: Chip Thompson Design
	Author URI: http://chipthompson.com
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Fonts */

@font-face {
    font-family: 'Trend';
    src: url('includes/fonts/trend-sans-one-webfont.eot');
    src: url('includes/fonts/trend-sans-one-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/trend-sans-one-webfont.woff2') format('woff2'),
         url('includes/fonts/trend-sans-one-webfont.woff') format('woff'),
         url('includes/fonts/trend-sans-one-webfont.ttf') format('truetype'),
         url('includes/fonts/trend-sans-one-webfont.svg#trend_sansone') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-medium-webfont.eot');
    src: url('includes/fonts/gotham-medium-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-medium-webfont.woff') format('woff'),
         url('includes/fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-medium-webfont.svg#trend_sansone') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-light-webfont.eot');
    src: url('includes/fonts/gotham-light-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-light-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-light-webfont.woff') format('woff'),
         url('includes/fonts/gotham-light-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-light-webfont.svg#trend_sansone') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-light-italic-webfont.eot');
    src: url('includes/fonts/gotham-light-italic-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-light-italic-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-light-italic-webfont.woff') format('woff'),
         url('includes/fonts/gotham-light-italic-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-light-italic-webfont.svg#trend_sansone') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-book-webfont.eot');
    src: url('includes/fonts/gotham-book-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-book-webfont.woff') format('woff'),
         url('includes/fonts/gotham-book-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-book-webfont.svg#trend_sansone') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('includes/fonts/gotham-bold-webfont.eot');
    src: url('includes/fonts/gotham-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('includes/fonts/gotham-bold-webfont.woff') format('woff'),
         url('includes/fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('includes/fonts/gotham-bold-webfont.svg#trend_sansone') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 36px Trend;
	text-transform: uppercase;
	color: #3f3f3f;
	margin: 0 0 15px 0;
	line-height: 1em;
}

h2 {
	font: 22px Trend;
	text-transform: uppercase;
	text-align: center;
	color: #3f3f3f;
	margin: 0 0 25px 0;
	line-height: 1.15em;
}

h3 {
	font: 18px Trend;
	text-transform: uppercase;
	color: #3f3f3f;
	margin: 0 0 15px 0;
	line-height: 1.45em;
}

h4 {
	font: 700 18px Gotham;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #3f3f3f;
	line-height: 1.1em;
}

h5 {
	font: 500 18px Gotham;
	margin: 0 0 25px 0;
	color: #3f3f3f;
	line-height: 1.35em;
}

/* Links */

a:link, a:visited, a:active {
	color: #dd9749;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #3f3f3f;
}

/* Paragraphs */

p {
	margin: 0 0 23px 0;
	line-height: 1.75em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 25px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

td .aligncenter {
	margin-bottom: 17px;
}

/* Lists */

.content ul {
	margin: 0 0 25px 35px;
}

.content p+ul {
	margin-top: -10px;
}

.content ul li {
	list-style: none;
	margin: 0 0 6px 0;
	position: relative;
	line-height: 1.45em;
	padding: 0 0 0 10px;
}

.content td ul {
	margin-bottom: 0;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 4px;
	height: 4px;
	background: #3f3f3f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.content ol {
	margin: 0 0 25px 35px;
}

.content p+ol {
	margin-top: -10px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 4px 0;
	line-height: 1.45em;
	color: #0017a2;
	font-weight: 600;
	font-style: italic;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 300 14px Gotham, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
}

table {
	width: 100%;
	margin: 0 0 15px 0;
}

td {
	vertical-align: top;
}

.frame {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

/* Header */

.header {
	position: absolute;
	top: 96px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.65);
	z-index: 120;
}

.logo {
	padding: 9px 55px 9px 67px;
	background: #3f3f3f;
	float: left;
	display: inline;
	position: relative;
}

.logo:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3000px;
	width: 3000px;
	background: #3f3f3f;
}

.logo img {
	display: block;
}

a#menu-button:link, a#menu-button:visited {
	position: absolute;
	top: 50%;
	right: 40px;
	font: 15.5px Trend;
	color: #FFF;
	text-decoration: none;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 10px 14px 10px 48px;
	outline: none;
}

#menu-button:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 17px;
	left: 12px;
	width: 24px;
	height: 13px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

#menu-button:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 9px;
	left: 12px;
	width: 24px;
	height: 9px;
	border-bottom: 5px solid #FFF;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

a#menu-button:hover {
	background: #dd9749;
}

.slogan {
	position: absolute;
	top: 50%;
	right: 230px;
	font: 24px Trend;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #FFF;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.header-phone {
	position: absolute;
	top: -72px;
	right: 112px;
	font-size: 18px;
	background: #dd9749;
	color: #FFF;
	padding: 7px 15px;
}

.header-phone p {
	margin: 0;
	line-height: 1.15em;
}

.header-phone strong {
	font-weight: 500;
}

/* Slider */

.slider, .slide {
	width: 100%;
}

.slide {
	height: 829px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.slide-image {
	display: none;
}

.slider .frame {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 110;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.slide .frame {
	top: auto;
	bottom: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.slide-text {
	position: absolute;
	bottom: 41px;
	left: 66px;
	right: 66px;
	text-align: center;
	color: #FFF;
}

.slide-text h1 {
	font-size: 44.63px;
	color: #FFF;
}

.prev, .next {
	display: block;
	position: absolute;
	top: 0;
	width: 37px;
	height: 114px;
	opacity: 0.27;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.prev {
	background: url('i/prev.png') no-repeat;
	left: -67px;
}

.next {
	background: url('i/next.png') no-repeat;
	right: -67px;
}

.prev:hover, .next:hover {
	opacity: 0.8;
}

/* Button */

.button {
	text-align: center;
	margin: 38px 0 0 0;
}

.small-button {
	margin: 0;
}

.button a:link, .button a:visited, .gform_button {
	background: transparent;
	color: #3f3f3f;
	border: 1px solid #3f3f3f;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 11px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.gform_button {
	cursor: pointer;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.small-button a:link, .small-button a:visited {
	text-transform: uppercase;
	font-size: 15.5px;
	font-weight: 300;
	padding: 5px 18px;
}

.slide .button a:link, .slide .button a:visited,
.white-text .button a:link, .white-text .button a:visited {
	color: #FFF;
	border-color: #FFF;
}

.button a:hover, .white-text .button a:hover, .slide .button a:hover, .gform_button:hover {
	background: #dd9749;
	border-color: #dd9749;
	color: #FFF;
}

/* Content */

.content {
	padding: 22px 0;
}

.content:first-child {
	padding: 230px 0 50px 0;
}

.background {
	display: none;
}

.graphic-background {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 106px 0 111px 0;
}

.white-text,
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
.white-text a:link, .white-text a:visited {
	color: #FFF;
}

.right-text {
	text-align: right;
}

.right-text .text, .left-text .text {
	width: 51.8%;
	margin: 0 3% 0 0;
	text-align: left;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.left-text .text {
	width: 50%;
	margin: 0 0 0 3.5%;
}

.headline {
	margin: -75px 0 37px 0;
	text-align: center;
}

a.cta:link, a.cta:visited {
	display: block;
	text-decoration: none;
	color: #FFF;
	font: 29.63px Trend;
	color: #FFF;
	text-align: center;
	background: #dd9749;
}

a.cta:hover {
	background: #FFF;
	color: #3f3f3f;
}

.cta .frame {
	display: block;
}

.cta-link {
	padding: 22px 0 22px 61px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.cta-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	border: 2px solid #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.cta-link:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	border-left: 19px solid #FFF;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.cta:hover .cta-link:before {
	border-color: #3f3f3f;
}

.cta:hover .cta-link:after {
	border-left-color: #3f3f3f;
}

.photo img {
	display: block;
	width: 100%;
	height: auto;
}

/* Footer */

.footer {
	background: #3f3f3f;
	color: #FFF;
	padding: 15px 0 23px 0;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.footer a:link, .footer a:visited {
	color: #FFF;
}

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

.footer-logo {
	float: left;
	display: inline;
	width: 17.6%;
	margin: 28px 0 0 3%;
}

.footer-logo img {
	max-width: 168px;
	height: auto;
}

.footer-contacts {
	float: left;
	display: inline;
	width: 20%;
	margin: 20px 0 0 2.5%;
}

.footer-contacts p {
	margin: 0;
	line-height: 1.3em;
}

.footer-right {
	float: right;
	display: inline;
	width: 42.2%;
	margin: 0 2% 0 0;
	text-align: center;
}

.social {
	margin: 0 0 7px 0;
}

.social ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.social ul li {
	float: left;
	display: inline;
	margin: 0 5px;
}

.social ul li a {
	display: block;
}

.social ul li a:hover {
	opacity: 0.7;
}

.social ul li img {
	display: block;
}

.footer-widgets {
	margin: 0 0 20px 0;
}

.copyright {
	font-size: 12px;
	color: #7b7b7b;
	text-align: center;
}

.copyright p {
	margin: 0;
}

.copyright a:link, .copyright a:visited {
	color: #7b7b7b;
}

.copyright a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Form */

.gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
    box-sizing: inherit !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.form .gform_wrapper {
	margin: 18px 5px 0 5px !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

ul.gform_fields>li {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 8px 0 !important;
	font-weight: 400 !important;
	background: transparent;
}

.gform_wrapper li.gfield.gfield_error {
	padding: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	width: auto !important;
}

.gform_wrapper ul li:before {
	display: none;
}

.no-label .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select {
	display: block !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 8px 0 0 0 !important;
	padding: 9px 15px !important;
	text-indent: 0 !important;
	font: 18px 'Proxima Nova' !important;
	letter-spacing: 1px !important;
	color: #1e1919 !important;
	background: #f9f9f9 !important;
	border: 1px solid #c8c8c8 !important;
	width: 100% !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 5px #ddd;
	-moz-box-shadow: inset 0 1px 5px #ddd;
	box-shadow: inset 0 1px 5px #ddd;
	-webkit-transition: background 400ms, color 400ms, border 1s;
	-moz-transition: background 400ms, color 400ms, border 1s;
	-o-transition: background 400ms, color 400ms, border 1s;
	transition: background 400ms, color 400ms;
}

.ginput_container input:focus, .ginput_container textarea:focus {
	outline: none;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #ffbfbf !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder {  
   color: #999;  
}

.gform_footer {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

p:empty {
	display: none;
}

.fancybox-inner {
	overflow: hidden !important;
}

.ginput_recaptcha input, .ginput_recaptcha textarea {
	display: none !important;
}

/* Responsive Menu */

html, .container, .scroller {
	height: 100%;
}
.scroller {
	overflow: hidden;
}
.mp-pushed .scroller {
	overflow-y: hidden;
}
.scroller,
.scroller-inner {
	position: relative;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
.pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

/* Side Menu Layout */
.side-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 290px;
	height: 100%;
	overflow: hidden;
	background: #FFF;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.mp-level {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.mp-level:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* overlays for pusher and for level that gets covered */
.pusher::after,
.mp-level::after,
.mp-level::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}
.pusher::after {
	z-index: 999;
}
.pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}
.mp-level::after {
	z-index: -1;
}
.pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-level.mp-level-overlay.mp-level::before {
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 1;
}
.pusher,
.mp-level {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
/* First level */
.side-menu > .mp-level,
.side-menu > .mp-level.mp-level-open,
.side-menu.mp-overlap > .mp-level,
.side-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
/* Side Menu Styling */
.side-menu {
	display: block;
}
.the-side-menu {
	margin: 0 0 40px 0;
}
.the-side-menu>.mp-level ul li>a:link, .the-side-menu>.mp-level ul li>a:visited {
	display: block;
	font: 16px Trend;
	text-transform: uppercase;
	color: #dd9749 !important;
	text-decoration: none;
	text-align: center;
	padding: 14px 10px;
	border-bottom: 1px solid #cce5c8;
	letter-spacing: 1px;
}
a.mp-back:link, a.mp-back:visited {
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	background: #dd9749;
	color: #FFF;
	text-decoration: none;
	padding: 12px 25px 11px 25px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 1px;
	position: relative;
}
a.mp-back:link:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	border-right: 6px solid #FFF;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: -4px 0 0 0;
}
.the-side-menu>.mp-level ul li>a>span {
	position: relative;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span {
	padding-right: 39px;
	margin: 0 -30px 0 0;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 26px;
	border-top: 5px solid #FFF;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: -3px 0 0 0;
	-webkit-transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
	transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease, opacity 250ms ease;
}
.the-side-menu>.mp-level ul li.current-menu-item>a, .the-side-menu>.mp-level ul li.current-menu-parent>a, .the-side-menu>.mp-level ul li.current-menu-ancestor>a,
.the-side-menu>.mp-level ul li.open {
	background: #dd9749;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li>a:hover {
	background: #dd9749;
	color: #FFF !important;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a:hover>span:before,
.the-side-menu>.mp-level ul li.open>a>span:before {
	border-top-color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-item a:visited,
.the-side-menu>.mp-level ul li.current-menu-item a:link, .the-side-menu>.mp-level ul li.current-menu-parent a:visited,
.the-side-menu>.mp-level ul li.current-menu-ancestor a:link, .the-side-menu>.mp-level ul li.current-menu-ancestor a:visited,
.the-side-menu>.mp-level ul li.open a:link, .the-side-menu>.mp-level ul li.open a:visited {
	color: #FFF;
}
.the-side-menu>.mp-level ul li.current-menu-item>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-parent>a>span:after,
.the-side-menu>.mp-level ul li.current-menu-anestor>a>span:after,
.the-side-menu>.mp-level ul li.current_page_item>a>span:after,
.the-side-menu>.mp-level ul li.current_page_parent>a>span:after,
.the-side-menu>.mp-level ul li.current_page_anestor>a>span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 3px;
	background: #000;
}
.the-side-menu>.mp-level ul li.menu-item-has-children>a>span:after {
	right: 39px;
}
.mp-menu-open {
	z-index: 200;
}

/* Narrow Desktop */
@media (max-width: 1165px) {
	.prev {
		left: 10px;
	}
	.next {
		right: 10px;
	}
}
@media (max-width: 1019px) {
	.frame {
		width: 940px;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
		position: relative;
	}
	.logo {
		padding-left: 0;
	}
	a#menu-button:link, a#menu-button:visited {
		right: 0;
	}
	.slogan {
		right: 130px;
		font-size: 18px;
		width: 170px;
	}
	.header-phone {
		right: 0;
	}
	.slider {
		position: relative;
	}
	.slider, .slide {
		height: 500px;
	}
	.slider .frame, .slide .frame {
		left: 0;
		right: 0;
		-webkit-transform: none;
		transform: none;
	}
	.slide-text {
		left: 30px;
		right: 30px;
	}
	.slide-text h1 {
		font-size: 34px;
	}
	.left-text .text, .right-text .text {
		width: 70%;
	}
	a.cta:link, a.cta:visited {
		font-size: 22px;
	}
	.footer-logo {
		width: 23%;
		margin-left: 0;
	}
	.footer-logo img {
		max-width: 100%;
	}
	.footer-contacts {
		width: 27%;
	}
	.footer-right {
		margin-right: 0;
	}
	table {
		width: 100% !important;
	}
	img, .iframe {
		max-width: 100%;
		height: auto;
	}
	.alignleft, .alignright {
		max-width: 45%;
		height: auto;
	}
	td .alignleft, td .alignright {
		max-width: 90%;
	}
	.fancybox-wrap {
		max-width: 520px;
	}
	.fancybox-inner {
		max-width: 100%;
	}
	.content-area, .sidebar {
		float: none !important;
		display: block !important;
		width: auto !important;
		margin: 0 0 20px 0 !important;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.alignleft, .alignright, .aligncenter {
		float: none;
		display: block;
		margin: 0 auto 15px auto !important;
	}
	a#menu-button:link, a#menu-button:visited {
		top: 0;
		left: 50%;
		right: auto;
		background: #dd9749;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.header .frame {
		padding: 0 0 50px 0;
	}
	.logo {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding: 60px 0 10px 0;
		margin: 0;
		background: transparent;
	}
	.logo:before {
		display: none;
	}
	.logo img {
		margin: 0 auto;
		max-height: 70px;
		width: auto;
	}
	.header-phone {
		top: 100%;
		left: -20px;
		right: -20px;
		padding: 10px 20px;
		text-align: center;
		height: 60px;
		display: flex;
    	flex-direction: column;
    	align-items: center; 
    	justify-content: center;
	}
	.slogan {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		letter-spacing: 0;
		width: auto;
		text-align: center;
	}
	.header {
		position: relative;
		top: 0;
		z-index: 120;
		background: #3f3f3f;
		margin: 0 0 75px 0;
	}
	.slider, .slide {
		height: auto;
	}
	.slide {
		background: transparent !important;
	}
	.slide-image {
		display: block;
		margin: 0 0 20px 0;
	}
	.slide-text {
		position: static;
		margin: 0;
	}
	.slide .frame {
		position: static;
	}
	.slide .button a:link, .slide .button a:visited {
		color: #3f3f3f;
		border-color: #3f3f3f;
	}
	.slide .button a:hover {
		color: #FFF;
		border-color: #dd9749;
	}
	.prev, .next {
		display: none;
	}
	.slide-text h1 {
		font-size: 22px;
		color: #3f3f3f;
	}
	.left-text .text, .right-text .text {
		width: 100%;
		margin: 0;
	}
	.graphic-background {
		padding: 0;
		background: transparent !important;
	}
	.content:first-child {
		padding: 0;
	}
	.graphic-background:first-child, .slider {
		margin-top: -15px;
	}
	.graphic-background .frame {
		padding: 0 0 30px 0;
	}
	.background {
		display: block;
		margin: 0 0 20px 0;
	}
	.graphic-background.white-text .button a:link, .graphic-background.white-text .button a:visited {
		color: #3f3f3f;
		border-color: #3f3f3f;
	}
	.graphic-background.white-text .button a:hover {
		color: #FFF;
		border-color: #dd9749;
	}
	.graphic-background.white-text,
	.graphic-background.white-text h1, .graphic-background.white-text h2, .graphic-background.white-text h3, .graphic-background.white-text h4, .graphic-background.white-text h5, .graphic-background.white-text h6,
	.graphic-background.white-text a:link, .graphic-background.white-text a:visited {
		color: #3f3f3f;
	}
	h1 {
		font-size: 28px;
	}
	.headline {
		margin: 0;
	}
	a.cta:link, a.cta:visited {
		font-size: 16px;
	}
	.footer-logo, .footer-contacts, .footer-right {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.footer-logo img {
		max-height: 50px;
		width: auto;
	}
	.footer-widgets {
		margin: 0;
	}
	.content ul {
		margin-left: 0;
	}
	.alignnone {
		display: block;
		margin: 0 auto 20px auto;
	}
	.fancybox-wrap {
		max-width: 280px;
	}
	.fancybox-prev span, .fancybox-next span {
		background: transparent !important;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table {
		display: table !important;
	}
	table.table tbody, table.table thead {
		display: table-row-group !important;
	}
	table.table tr {
		display: table-row !important;
	}
	table.table th, table.table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 5px !important;
	}
}