body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	color: #222;
	font-size: 15px;
	line-height: 150%;
	background: #fff;
}

@media (max-width: 979px) {
	body {
		font-size: 14px;
	}
}

.nowrap {
	white-space: nowrap;
}

label {
	display: block;
}

label.label_hidden {
	display: none;
}

.inline_list li {
	display: inline;
}

.align_center {
	text-align: center;
}

.border {
	border: 1px solid #ddd;
}

.border_top {
	border-top: 1px solid #ddd;
}

.border_bottom {
	border-bottom: 1px solid #ddd;
}

.thin {
	font-weight: 300 !important;
}

hr {
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	height: 5px;
	border: none;
	background-size: 220px 5px;
}

a {
	text-decoration: none;
	color: #ef7d36;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

h1, h2, h3 {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	font-size: 400%;
	line-height: 100%;
	margin: 0;
}

h2 {
	font-size: 280%;
	line-height: 100%;
	margin: 0;
}

h3 {
	font-size: 175%;
	line-height: 120%;
	margin: 0;
}

h4 {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 120%;
	margin: 0;
}

.table_store_hours h4 {
	font-size: 120%;
}

.table_store_hours { max-width: 50%; margin: 0 auto; }

@media (max-width: 767px) {
	h1 {
		font-size: 300%;
		line-height: 100%;
	}

	h2 {
		font-size: 250%;
		line-height: 100%;
	}

	h3 {
		font-size: 150%;
		line-height: 120%;
	}

	h4 {
		font-size: 125%;
		line-height: 120%;
	}
	.table_store_hours h4 {
		font-size: 110%;
	}
	
	.table_store_hours { max-width: 100%; margin: 0 auto; }
}


/*******************************
 *           LAYOUT            *
 *******************************/

#wrapper {
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.container.small_container {
	max-width: 800px;
}

.section {
	padding: 80px 0;
	background: #fff;
}

@media (max-width: 979px) {
	.section {
		padding: 40px 0;
	}
}


/*******************************
 *             CMS             *
 *******************************/

.cms p {
	margin: 1.5em 0;
	line-height: 160%;
}

.cms ul {
	margin: 0;
}

.cms ul li {
	margin: 0.5em 0;
}

.cms h2 {
	margin: 0 0 0.25em;
}

.cms h3 {
	margin: 0 0 0.25em;
}

.cms blockquote {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-weight: normal;
	font-size: 120%;
	line-height: 180%;
	margin: 0;
	float: left;
	width: 300px;
	margin: 5px 30px 20px 0;
}

.cms blockquote p {
	line-height: 180%;
}

.cms blockquote:before {
	content: "";
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	height: 5px;
	width: 100%;
	display: block;
	background-size: 220px 5px;
}

.cms blockquote:after {
	content: "";
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	height: 5px;
	width: 100%;
	display: block;
	background-size: 220px 5px;
}

.content_block {
	border: 1px solid #ccc;
	margin: 0 0 30px;
}

.content_block .block_title {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.content_block .block_title h3 {
	margin: 0;
}

@media (max-width: 767px) {
	.cms blockquote {
		float: none;
		width: 100%;
		margin: 5px 0 20px 0;
	}
}

/*******************************
 *          CONTACT            *
 *******************************/
 .info_proprio {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 padding: 0 20px;
	 margin-bottom: 150px;
	 position: relative;
 }

 .info_proprio:after {
 	content: "";
 	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	position: absolute;
	bottom: -80px;
 	height: 5px;
 	width: 95%;
 	display: block;
 	background-size: 220px 5px;
 }

 .info_proprio .people {
	 display: flex;
	 flex-direction: row;
	 width: 50%;
 }

.info_proprio .people .img {
	width: 145px;
	height: 145px;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
}

.info_proprio .people h2 { font-size: 31px; }
.info_proprio .people h3 { font-size: 18px; margin-bottom: 15px; }
.info_proprio .people li { font-weight: 400; }

.info_proprio .people .section_1 {
	margin-right: 20px;
}

.info_proprio .people .section_1 a {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	line-height: 28px;
}

@media (max-width: 767px) {
	.info_proprio { flex-direction: column; margin-bottom: 30px; }
	.info_proprio:after { display: none; }
	.info_proprio .people { flex-direction: column; width: 100%; margin-bottom: 30px;}
	.info_proprio .people .img { width: 100%; height: 200px; }
	.info_proprio .people h2 { margin-top: 20px; }
}

/*******************************
 *         INSTAGRAM           *
 *******************************/
#instagram_feed {
	padding: 100px 0;
	/*background: url('../img/bg_white_texture.jpg') no-repeat center center;
	background-size: cover;*/
	background-color: #f5f5f5;
}

#instagram_feed h2 { font-size: 35px; text-align: center; }

/*******************************
 *            FORM             *
 *******************************/

.btn {
	display: inline-block;
	background: none;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	/*
	padding: 10px 15px;
	margin: 0.5em 0;
	margin-left: -15px;
	*/
	border: none;
	font-size: 175%;
	line-height: 120%;
	margin: 0;
	color: #ef7d36;
	/*
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	*/
}

.btn:focus {
	outline: none;
}

.btn.btn_dark {
	color: #222;
}

.btn.btn_orange {
	color: #ef7d36;
}

.btn:hover {
}

.btn:hover span {
	text-decoration: underline;
}

.errors {
	color: #ef7d36;
	padding: 13px 16px;
	border: 2px solid #ef7d36;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-weight: normal;
}

.form p {
	margin: 0 !important;
}

.form .col_odd .padding {
	padding-left: 0;
}

.form .col_even .padding {
	padding-right: 0;
}

.form label, .gform_wrapper label {
	margin: 0 0 5px;
	font-weight: normal !important;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 140% !important;
}

.form label span, .gform_wrapper .gfield_description {
	font-family: Helvetica, sans-serif;
	color: #aaa;
	font-size: 15px;
	text-transform: none;
}

.form label.label_checkbox, .gform_wrapper ul.gfield_radio li label, .gform_wrapper ul.gfield_checkbox li label {
	font-family: Helvetica, sans-serif;
	margin: 0.5em 0;
	text-transform: none;
	vertical-align: central;
	font-size: 15px !important;
	color: #aaa;
	padding-left: 20px;
	position: relative;
}

.form label.label_checkbox.label_checkbox_large, .gform_wrapper ul.gfield_checkbox li label {
	color: #000;
	padding-left: 5px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li #choice_1_7_1 {
	margin-top: 0 !important;
	vertical-align: super;
}

.gform_wrapper { margin: 16px 20px !important;}

.gform_wrapper #field_1_9 .gfield_description {
	display: inline;
	margin-left: 10px;
}

.form label.label_checkbox input {
	position: absolute;
	left: 0;
	top: 3px;
}

.form .padding {
	padding: 0 10px;
}

.form .row {
	padding: 0 10px;
}

.form .input_box {
	padding: 0 0 20px;
}

.form .input_box a {
	margin: 8px 0;
	font-weight: bold;
}

.form select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.gform_confirmation_wrapper {
	margin: 0 20px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
		font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
		font-size: 30px;
}

.form .text_field, .form .select label, .form .select ul li, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 130%;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 8px 15px;
	height: 50px;
	border-radius: 0;
	text-transform: none;
	margin: 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 8px 15px !important; }

.gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email label, .gform_wrapper #field_1_7 .gfield_label, .gform_wrapper #field_1_10 label { display: none !important;}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0 !important; }

.gform_wrapper ul.gfield_radio { display: flex; flex-direction: row;}
.gform_wrapper ul.gfield_radio li { margin-right: 10px; }
.gform_wrapper ul.gfield_radio li label { padding-left: 5px; }

body .gform_wrapper .top_label div.ginput_container, .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
	margin-top: 0 !important;
}

.form .text_field, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #000;
}

.form .select {
	position: relative;
}

.form .select:focus {
	outline: none;
}

.form .select label, .form .select ul li {
	line-height: 34px;
	position: relative;
}

.form .select label {
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid #000;
}

.form .select label:after, .select2-container--default .select2-selection--single .select2-selection__rendered:after {
	content: '';
	width: 48px;
	height: 48px;
	background: #fff url('../img/bg_select.png') no-repeat center center;
	background-size: 50px 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 1px;
	right: 1px;
}

.form .select:hover label:after {
	background-color: #fff;
}

.form .select ul {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 999;
}

.form .select:hover ul {
	display: block;
}

.form .select ul li, .select2-results__option, .select2-container--default .select2-results__option[aria-selected=true] {
	background: #333 !important;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-align: left;
}

.form .select ul li:hover, .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #444 !important;
}

.form textarea.text_field {
	resize: vertical;
	min-height: 200px;
	max-height: 300px;
	text-transform: none;
}

.form .text_field:focus {
	outline: none;
}

.select2-container--default .select2-selection--single {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 130%;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	padding: 8px 15px;
	height: 50px !important;
	border-radius: 0 !important;

	margin: 0;
	border: 1px solid #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0 !important;
	font-weight: normal !important;
	text-transform: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow { display: none !important;}

.form .btn {
	color: #000;
	padding: 0;
	font-size: 250%;
}

.form .datepicker_wrapper {
	position: relative;
}

.form .datepicker_wrapper span.icon {
	content: "";
	display: block;
	background: url('../img/icon_datepicker.png') no-repeat center center;
	top: 13px;
	right: 10px;
	position: absolute;
	width: 25px;
	height: 26px;
	background-size: 25px 26px;
	cursor: pointer;
	pointer-events: none;
}

.form .file_field_mask {
	padding: 0;
	position: relative;
	margin: 0 0 1em;
}

.form .file_field_mask #contact_image_placeholder {
	opacity: 0.6;
	border: none;
	padding: 6px 12px;
	background: none;
}

.form .file_field_mask #contact_image {
	display: none;
}

.form .file_field_mask .btn {
	position: absolute;
	top: -1px;
	right: -1px;
	background: #000;
	color: #fff;
	z-index: 999;
	padding: 11px 25px;
	height: 50px;
	font-size: 150%;
	border: none;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.form .file_field_mask .btn:hover {
	background-color: #ef7d36;
}

.form .buttons, .gform_wrapper .gform_footer {
	background: url('../img/bg_grunge_border.jpg') repeat-x top center;
	padding: 20px 0 0;
	background-size: 220px 5px;
	margin-top: 50px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	border: none !important;
	background: none !important;
	color: #000;
	font-size: 37px !important;
	display: inline-block;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	float: right;
}

body .gform_wrapper ul li.gfield {
	margin-top: 25px !important;
}

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

.form span.error, .gform_wrapper .validation_message, .gform_wrapper div.validation_error {
	display: block;
	color: #ef7d36 !important;
	margin: 8px 0 0;
	font-size: 15px !important;
	font-size: 100%;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif !important;
	font-weight: normal;
	border-color: #ef7d36 !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border-color: #000 !important;
	color: #000 !important;
}

@media (max-width: 767px) {
	.gform_wrapper ul.gfield_radio li { width: 20%; }
	footer .blog { margin-top: 20px; }
	.btn {
		font-size: 150%;
		line-height: 120%;
	}
}

/*******************************
 *           HEADER            *
 *******************************/

#top {
	background: #202020 url('../img/bg_top.jpg') repeat center center;
	background-size: 303px 303px;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	text-transform: uppercase;
	line-height: 25px;
	color: #fff;
}

#top .padding {
	padding-top: 25px;
	padding-bottom: 20px;
}

#top a {
	color: #fff;
}

#top a:hover {
	color: #ef7d36;
}

.top_list a span {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}

.top_list li.icon_contact a span.icon {
	background: url('../img/icon_contact.png') no-repeat center center;
	background-size: 15px 24px;
	width: 15px;
	height: 24px;
}

.top_list li.icon_address a span.icon {
	background: url('../img/icon_address.png') no-repeat center center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.top_list li.icon_consultation a span.icon {
	background: url('../img/icon_consultation.png') no-repeat center center;
	background-size: 12px 25px;
	width: 12px;
	height: 25px;
}

.top_list li {
	margin-left: 15px;
}

#wrapper {
	/*padding-top: 60px;*/
	position: relative;
}

#header {
	position: absolute;
	z-index: 1000;
	background: #000;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
}

#mobile_header {
	position: fixed;
	z-index: 1000;
	background: #000;
	height: 40px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	top: 0;
	left: 0;
}

#mobile_header img {
	display: inline-block;
}

#mobile_header .menu_launch_contact {
	display: block;
	width: 30px;
	height: 40px;
	text-indent: -9999px;
	background: url('../img/icon_contact.png') no-repeat center center;
	background-size: 15px 24px;
	cursor: pointer;
}

body.home #wrapper {
	padding-top: 0;
}

body.home #header {
	display: none;
	position: fixed;
    top: 0px;
    left: inherit;
}

.nav {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 110%;
	letter-spacing: 0.05em;
}

.nav li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

.nav li ul {
	display: none;
	position: absolute;
	padding-bottom: 10px;
	background: #000;
	z-index: 500;
	width: 100%;
}

.nav li:hover ul {
	display: block;
}

.nav li a {
	color: #fff;
	display: block;
	padding: 20px 0;
	height: 20px;
	line-height: 20px;
}

.nav li.dropdown a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.nav li.logo a {
	padding: 10px;
}

.nav li.logo a img {
	height: 40px;
	width: 40px;
}

.nav li:hover a, .nav li a:hover {
	color: #ef7d36;
}

.nav li.dropdown:hover a, .nav li.dropdown a:hover {
	background: #000;
}

.nav li a.btn {
	color: #fff;
	padding: 12px 22px;
}

.nav li ul li {
	width: auto;
	display: block;
	float: none;
	text-align: left;
	background: #000;
	padding: 0 20px 10px;
}

.nav li ul li a {
	color: #fff !important;
	background: none;
	width: auto;
	padding: 0;
	height: auto;
	line-height: auto;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
	position: relative;
}

.nav li ul li a:hover {
	color: #ef7d36 !important;
	padding-left: 15px;
}

.nav li ul li a:hover:before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 979px) {
	#top {
		font-size: 90%;
	}
}

@media (max-width: 1280px) {
	#header .container, #hero_container .container {
		/*max-width: 680px;*/
	}
}

@media (max-width: 767px) {
	#wrapper {
		padding-top: 60px;
	}
	#header {
		text-align: center;
		position: fixed;
		padding: 15px 0;
		height: 37px;
		z-index: 1000;
		top: 0;
		left: 0;
	}
}

#new_header {
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#new_header.sticky {
	background-color: #000;
}

#new_header .flex_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 15px;
}

#new_header .section_1, #new_header .section_2 {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#new_header .section_1 .margin_left { margin-left: 100px; }

#new_header .logo img { width: auto; max-height: 100px; }

#new_header a {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#new_header a:hover { color: #ef7d36 !important; }

#new_header ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#new_header .dropdown { position: relative; }
#new_header .dropdown a { position: relative; z-index: 99999; }
#new_header .dropdown a:hover { color: #ef7d36 !important; }

#new_header .dropdown ul {
	display: none;
	position: absolute;
	top: -15px;
	left: -15px;
	background: #fff;
	padding: 15px 20px 20px 15px;
	width: 130px;
}

#new_header .dropdown:hover ul { display: block; }

#new_header .dropdown ul li:first-child a { margin-top: 30px; }
#new_header .dropdown ul li:last-child a { margin-bottom: 0px; }

#new_header .dropdown ul a {
	color: #000;
	position: relative;
	margin-bottom: 10px;
	display: block;
}

#new_header .dropdown:hover > a {
	color: #ef7d36;
}

#new_header .dropdown ul a:hover {
	color: #ef7d36 !important;
	padding-left: 15px;
}


#new_header .dropdown ul a:hover:before {
 content: ">";
 position: absolute;
 top: 0;
 left: 0;
 color: #ef7d36 !important;
}

#new_header .form_search {
	border: #fff solid 1px;
	padding: 10px;
	width: 80%;
	align-self: flex-end;
}

#new_header .info_contact {
	display: flex;
	flex-direction: row;
}

#new_header .info_contact p {
	font-size: 13px;
	color: #fff;
	line-height: 18px;
	font-weight: 400;
}

#new_header .info_contact .icon_contact {
	display: inline-block;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 16px;
	/*margin-bottom: 5px;*/
}

#new_header .info_contact .icon_contact span.icon {
	display: inline-block;
	background: url('../img/icon_contact.png') no-repeat center center;
	background-size: 10px 19px;
	width: 10px;
	height: 19px;
	margin-top: 5px;
	vertical-align: sub;
}

#new_header .info_contact div { margin-right: 40px; }

#new_header .info_contact .button {
	display: block;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 15px;
	color: #fff;
	background-color: #ef7d36;
	align-self: flex-end;
	padding: 15px 50px 10px;
	/*margin-bottom: 15px;*/
	border: 3px solid #ef7d36;
}
#new_header .info_contact .button:hover { background-color: transparent; color:#fff !important; }

/***********************************
 *              SEARCH             *
 ***********************************/

.form_search .btn {
	background: transparent url('../img/icon_search_top.png') no-repeat center center;
	background-size: 16px 17px;
	border: none;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	padding: 0;
	float: left;
	display: block;
	margin: 0;
}

.form_search .btn:focus {
	outline: none;
}

.form_search .text_field {
	background: none;
	border: none;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	color: #fff;
	float: left;
	display: block;
	padding: 0 10px;
	height: 25px;
	width: auto;
	text-transform: uppercase;
}

.form_search .text_field::-webkit-input-placeholder {
	color: #fff;
}

.form_search .text_field:-moz-placeholder {
	color: #fff;
}

.form_search .text_field::-moz-placeholder {
	color: #fff;
}

.form_search .text_field:-ms-input-placeholder {
	color: #fff;
}

#brands .form_search {
	border-bottom: 1px solid #000;
	padding: 40px 0 10px;
}

#brands .form_search .btn {
	background-image: url('../img/icon_search_brands.png');
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
}

#brands .form_search .text_field {
	height: 35px;
	font-size: 120%;
	color: #222;
}

#brands .form_search .text_field::-webkit-input-placeholder {
	color: #222;
}

#brands .form_search .text_field:-moz-placeholder {
	color: #222;
}

#brands .form_search .text_field::-moz-placeholder {
	color: #222;
}

#brands .form_search .text_field:-ms-input-placeholder {
	color: #222;
}

#brands .section {
	background: none;
	width: 75%;
	margin: 0 auto;
}

#brands .section h2 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 40px;
}

#brands .section p {
	font-size: 16px;
	text-align: center;
}

@media (max-width: 767px) {
	#brands .section { width: 100%; }
	#brands .section h2 { font-size: 40px; margin-bottom: 20px; }
}

/***********************************
 *              BANNER             *
 ***********************************/

#banner {
	/*padding: 120px 0;*/
	padding: 220px 0 80px;
	background: #333333;
	position: relative;
	color: #fff;
}

#banner.condensed_banner {
	/*padding: 60px 0;*/
	padding: 220px 0 60px;
}

#banner .container {
	max-width: 700px;
	text-align: center;
}

#banner .banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg_banner_overlay.png') repeat center center;
	background-size: 2px;
	z-index: -1;
}

#banner .banner_wrapper {
	position: relative;
	padding-top: 30px;
}

#banner .banner_headline {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#banner .banner_headline h1 {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: auto;
}

#banner .banner_headline h1:before {
	content: "";
	width: 600px;
	height: 4px;
	background: url('../img/bg_border.png') repeat center center;
	top: 26px;
	left: -600px;
	position: absolute;
	display: block;
}

#banner .banner_headline h1:after {
	content: "";
	width: 600px;
	height: 4px;
	background: url('../img/bg_border.png') repeat center center;
	top: 26px;
	right: -600px;
	position: absolute;
	display: block;
}

#banner .banner_headline_no_subheading h1:before, #banner .banner_headline_no_subheading h1:after {
	display: none;
}

#banner .banner_headline_no_subheading {
	padding: 0;
}

#banner .banner_headline_no_subheading .banner_headline {
	text-align: center;
	position: relative;
}

#banner .banner_inside {
	border-style: solid;
	border-width: 5px;
	border-top-width: 0;
	-moz-border-image: url('../img/bg_border.png') 5 repeat;
	-webkit-border-image: url('../img/bg_border.png') 5 repeat;
	-o-border-image: url('../img/bg_border.png') 5 repeat;
	border-image: url('../img/bg_border.png') 5 repeat;
	padding: 50px 40px 30px;
}

#banner p {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 120%;
	line-height: 150%;
	margin: 0.5em 0;
}

@media (max-width: 767px) {
	#banner.condensed_banner { padding: 0; }
	#banner {
		padding: 0;
	}
	#banner .banner_inside {
		display: none;
	}
	#banner .banner_headline h1:before, #banner .banner_headline h1:after {
		display: none;
	}
	#banner .banner_wrapper {
		padding: 25px 0;
	}
	#banner .banner_headline {
		top: auto;
		left: auto;
		width: auto;
		position: relative;
		border-style: solid;
		border-width: 5px;
		padding: 50px 0;
		-moz-border-image: url('../img/bg_border.png') 5 repeat;
		-webkit-border-image: url('../img/bg_border.png') 5 repeat;
		-o-border-image: url('../img/bg_border.png') 5 repeat;
		border-image: url('../img/bg_border.png') 5 repeat;
		text-align: center;
	}
	#banner .banner_headline h1 {
		font-size: 300%;
		margin: auto;
		padding: auto;
	}
}


/***********************************
 *            HOME PAGE            *
 ***********************************/

#hero_container {
	background: #222;
}

#hero {
	padding: 55px 35px 35px;
	position: relative;
	color: #fff;
}

#hero .hero_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg_banner_overlay.png') repeat center center;
	background-size: 2px;
	z-index: -1;
}

#hero .hero_wrapper_top {
	position: relative;
	width: 100%;
	height: 40px;
	z-index: -1;
}

#hero .hero_wrapper_top:before {
	content: "";
	width: 600px;
	height: 4px;
	background: url('../img/bg_border.png') repeat center center;
	top: 0;
	left: -600px;
	position: absolute;
	display: block;
}

#hero .hero_wrapper_top:after {
	content: "";
	width: 600px;
	height: 4px;
	background: url('../img/bg_border.png') repeat center center;
	top: 0;
	right: -600px;
	position: absolute;
	display: block;
}

#hero .hero_nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#hero .hero_nav .nav li {
	padding: 28px 0 0;
}

#hero .hero_nav .nav li ul li {
	padding: 0 20px 10px;
}

#hero .hero_nav .nav li.logo {
	padding: 20px 0 0;
}

#hero .hero_nav .nav li.logo a {
	padding: 0;
}

#hero .hero_nav li.logo a img {
	height: 80px;
	width: 80px;
}

#hero .hero_wrapper {
	border-style: solid;
	border-width: 5px;
	border-top-width: 0;
	-moz-border-image: url('../img/bg_border.png') 5 repeat;
	-webkit-border-image: url('../img/bg_border.png') 5 repeat;
	-o-border-image: url('../img/bg_border.png') 5 repeat;
	border-image: url('../img/bg_border.png') 5 repeat;
	overflow: hidden;
}

#hero .hero_inside {
	/*padding: 250px 0 150px;*/
	padding: 320px 0 80px;
}

@media (max-width: 979px) {
	#hero {
		padding: 90px 25px 25px;
	}
	#hero .hero_inside {
		padding: 250px 5px 20px;
	}
}

@media (max-width: 767px) {
	#hero .hero_wrapper {
		border-top-width: 5px;
	}
	#hero .hero_wrapper_top {
		display: none;
	}
	#hero .hero_overlay {
		z-index: -1;
	}
	#hero .hero_inside {
		padding: 200px 0 10px;
	}
	#hero h1 {
		font-size: 300%;
	}
}


#hero h1 {
	margin: 0 0 0.25em;
	line-height: 90%;
}

#hero p {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
}

/* ------------ Home Slider ------------ */

#hero.slide .hero_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#hero.slide .hero_overlay { z-index: 1; }

#hero.slide .hero_wrapper {
	z-index: 10;
	position: relative;
}

/*
#hero.slide .hero_wrapper {
	z-index: 10;
	position: relative;
	max-width: 660px;
	margin: 220px auto 100px;
	overflow: inherit;
}

#hero.slide .hero_wrapper_top { z-index: 99; height: auto; }
#hero.slide .hero_wrapper_top h2 {
	position: relative;
	top: -32px;
	text-align: center;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 70px;
}
#hero.slide .hero_wrapper_top:before { left: 0; width: 100px; }
#hero.slide .hero_wrapper_top:after { right: 0; width: 100px; }

#hero.slide .hero_inside {
	padding: 20px 70px 20px;
	min-height: 70px;
}
*/

#hero.slide .hero_inside {
    /*margin-left: 30px;*/
}

#hero.slide .hero_inside h2 {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 60px;
	margin-bottom: 10px;
}

#hero.slide .hero_inside p {
	font-size: 18px;
	max-width: 500px;
	line-height: 22px;
	height: 50px;
}

#hero_container.slick_carrousel .slider_dots {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

#hero_container.slick_carrousel .slider_dots button { display: none; }
#hero_container.slick_carrousel .slider_dots li {
	width: 15px;
	height: 15px;
	background-color: #fff;
	opacity: 0.6;
	border-radius: 100px;
	margin: 10px;
	cursor: pointer;
	transition: all ease-in 0.2s;
}

#hero_container.slick_carrousel .slider_dots li:hover { background-color: #ef7d36; }

#hero_container.slick_carrousel .slider_dots li.slick-active { background-color: #ef7d36; opacity: 1; }

@media only screen and (max-width:991px) {
	#hero_container.slick_carrousel .slider_dots {
		bottom: 20px;
		right: auto;
		top: auto;
		display: flex !important;
		flex-direction: row;
		left: 50%;
		transform: translateX(-50%);
	}

	#hero.slide .hero_inside h2 { font-size: 40px; top: -22px; text-align:center; }
	#hero.slide .hero_inside p { text-align: center; margin: 0 auto 20px; }
	#hero.slide .hero_inside { padding: 0; margin-right: 30px; }
	#hero.slide .hero_wrapper { margin: 0px auto 50px; }
	#hero.slide .hero_wrapper_top { display: block !important; }
	#hero.slide .hero_wrapper { border-top: 0 !important; }
	#hero.slide .hero_wrapper_top:before{ width: 100%; left: 0; }
	#hero.slide .hero_wrapper_top:after{ display: none; }
}



/* ------------ Testimonials ------------ */
#hero.testimonials {
	background: url('../img/bg_testimonials_2.jpg') no-repeat center center;
	background-size: cover;
	z-index: 1;
	padding: 40px 35px 30px;
}

#hero.testimonials .hero_wrapper {
	border-top-width: 5px;
	border-bottom-width: 0;
	overflow: inherit;
	margin-bottom: 50px;
}

#hero.testimonials .slick-slider .slider-prev, #hero.testimonials .slick-slider .slider-next {
	width: 60px;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

#hero.testimonials .slick-slider .slider-next {
	left: inherit;
	right: 50px;
	transform: translateY(-50%) rotate(0);
}

#hero.testimonials .slick-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#hero.testimonials .slick-dots li { width: 15px; height: 15px; margin: 10px;}
#hero.testimonials .slick-dots li button { display: none; }

#hero.testimonials .slick-dots li:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #ef7d36;
	border-radius: 100px;
	cursor: pointer;
	transition: all ease-in 0.2s;
}
#hero.testimonials .slick-dots li.slick-active:before { background-color: #ef7d36; }

#hero.testimonials .slick-dots li:hover:before { background-color: #ef7d36;  }


#hero.testimonials .hero_inside {
	/*padding: 100px 160px;*/
	padding: 70px 10% 10px;
	max-width: 1100px;
	margin: 0 auto;
}

#hero.testimonials .hero_headline {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: left;
}

#hero.testimonials .photo .bg {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#hero.testimonials .text {
	width: 60%;
	position: relative;
	padding-left: 100px;
	padding-right: 70px;
}

#hero.testimonials .text:before {
	content:url('../img/double-quote-orange-down.png');
	position: absolute;
	top: 0;
	left: 20px;
}

#hero.testimonials .text:after {
	content:url('../img/double-quote-orange.png');
	position: absolute;
	top: 0;
	right: 0;
}

#hero.testimonials .text h2 {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-weight: 400;
	font-size: 31px;
	margin-bottom: 20px;
}

#hero.testimonials .text p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#hero.testimonials .text a { margin-top: 20px; display: block; }

#hero.testimonials .hero_wrapper_top {
	z-index: 99;
	height: auto;
}

#hero.testimonials .hero_wrapper_top:before {
	top: inherit;
	bottom: 0;
	left: 0;
	width: 30%;
}

#hero.testimonials .hero_wrapper_top:after {
	top: inherit;
	bottom: 0;
	right: 0;
	width: 30%;
}

#hero.testimonials .hero_wrapper_top .btn {
	background: none;
	border: #ef7d36 solid 3px;
	color: #fff;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 40px;
	transition: all ease-in 0.2s;
	position: relative;
	bottom: -20px;
}

#hero.testimonials .hero_wrapper_top .btn:hover {
	background-color: #ef7d36;
}

@media only screen and (max-width:1200px) {
	#hero.testimonials .hero_inside { padding: 70px 4% 10px; }
}

@media only screen and (max-width:768px) {
	#hero.testimonials { padding: 40px 10px; }
	#hero.testimonials .hero_wrapper { margin-bottom: 12px; }
	#hero.testimonials .hero_inside { padding: 30px 4% 30px; }
	#hero.testimonials .hero_headline { flex-direction: column; }
	#hero.testimonials .photo .bg { margin: 0 auto; display: block; }
	#hero.testimonials .text { width: 100%; padding: 0; margin-top: 20px; }
	#hero.testimonials .text:after, #hero.testimonials .text:before { display: none; }
	#hero.testimonials .hero_wrapper_top { display: block !important; }
	#hero.testimonials .hero_wrapper_top .btn { bottom: 0;  margin-bottom: 30px; }
	#hero.testimonials .hero_wrapper_top:before { width: 100%; }
	#hero.testimonials .hero_wrapper_top:after { width: 0; }

}

#announcements {
	background: url('../img/new_bg_announcements.jpg') repeat center center;
	background-size: 260px;
	color: #fff;
	padding: 40px 0;
}

@media (max-width: 767px) {

	#announcements .align_left, #announcements .align_right {
		float: none;
	}

}

.item_announcement {
	width: 60%;
	margin: 0 auto;
}

.item_announcement p {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	/*font-size: 120%;*/
	font-size: 18px;
	color: #0b0400;
	margin: 0 0 1em;
}

.item_announcement p.date {
	color: #b2b2b2;
}

.item_announcement .btn {
	color: #fff;
	font-size: 18px;
}

.item_announcement .icon {
	width: 110px;
	height: 110px;
	background: url('../img/icon_announcements.png') no-repeat center center;
	background-size: 110px;
	float: left;
}

.item_announcement .icon.icon_orange {
	background-image: url('../img/icon_announcements_orange.png');
}

.item_announcement .announcement_wrapper {
	padding-left: 170px;
	padding-top: 10px;
}

.item_announcement .item_content {
	padding: 40px 0;
}

@media (max-width: 767px) {
  .item_announcement { width: 100%; }

	.item_announcement .icon {
		width: 80px;
		height: 80px;
		background-size: 80px;
		float: none;
		margin: 0 auto 10px;
	}
	.item_announcement .announcement_wrapper {
		padding-left: 0px;
		/*padding-top: 100px;*/
	}
}

#brands {
	background: #f5f5f5;
}

#brands .col_left {
	background: #f5f5f5;
}

#brands .col_left .section {
	padding-right: 20px;
}

@media (max-width: 767px) {
	#brands .col_left .section {
		padding-right: 0;
	}
}

#events {
	background: #fff url('../img/bg_events.jpg') repeat-y center right;
}

#events .col_left {
	background: #fff;
}

#events .col_left .section {
	padding-right: 20px;
}

#events .col_right .section {
	padding-left: 20px;
}

@media (max-width: 767px) {
	#events .col_left .section {
		padding-right: 0;
	}

	#events .col_right .section {
		padding-left: 0;
	}
}

#events .section {
	background: none;
}

#events h2 {
	margin: 0 0 0.75em;
	clear: both;
}

#events h2 span.icon {
	float: left;
	display: inline-block;
	width: 26px;
	height: 40px;
	margin-right: 6px;
	margin-top: 6px;
	vertical-align: middle;
	background: url('../img/icon_event.png') no-repeat center left;
	background-size: 26px 40px;
}

#events h2 span.heading {
	display: block;
	margin-left: 38px;
}

@media (max-width: 979px) {
	#events h2 span.icon {
		margin-top: 2px;
	}
	#events h2 {
		font-size: 300%;
	}
}

@media (max-width: 767px) {
	#events h2 span.icon {
		margin-top: 0;
	}
}

#events .cms p {
	margin: 1em 0 2em;
}

#editorial {
	background-color: #2f353c;
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}

#editorial .section {
	background: none;
}

#editorial .col_left {
	background: #2f353c;
}

#editorial .item {
	padding: 10px 0 0;
}

#editorial .item_title a {
	color: #fff;
}

#editorial .item_content {
	padding: 0 0 20px;
}

/***********************************
 *            PRODUCTS             *
 ***********************************/

.product_type_list h3 {
	margin: 0 0 0.5em;
}

.product_type_list ul {
	margin: 0 0 2em;
}

.product_type_list li {
	margin: 0 0 1em 0;
}

.crop_square {
	width: 100%;
	height: 0;
	padding: 0 0 100%;
	overflow: hidden;
}

.item_brand {
	padding-bottom: 30px;
}

.item_brand .cms {
	padding-bottom: 30px;
}

.item_brand h2 a {
	color: #333;
}

.item_brand .item_gallery {
	padding: 0 0 20px;
}

.item_brand .item_gallery li {
	margin-right: 20px;
	display: inline-block;
}

.item_brand .item_gallery li img {
	width: 80px;
	height: 80px;
}

#breadcrumbs {
	margin-bottom: 80px;
}

#breadcrumbs.less_padding { margin-bottom: 20px; }

#breadcrumbs a, #breadcrumbs .breadcrumb_last{
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 14px;
	padding: 0 5px;
}

#more_photo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 150px;
	padding: 0 20px;
	margin-bottom: 40px;
}

#more_photo img, #more_photo div { width: auto; height: 100%; }


.content_product h3 {
	font-size: 31px;
}

.content_product blockquote {
	float: none;
	width: 100%;
	margin-top: 40px;
	color: #ef7d36;
}

.content_product blockquote:after, .content_product blockquote:before {
	background: url(../img/bg_border_orange.png) repeat-x bottom center;
 }

 .content_product .product_type_list h3 {
	 margin-top: 30px;
 }

 .sidebar_product ul { margin: 20px 0; }

 .sidebar_product ul li {
	 border-top: 1px solid #0b0400;
	 border-bottom: 1px solid #0b0400;
	 padding: 15px 0;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
 }

 .sidebar_product ul li:first-child { border-top: none; }
 .sidebar_product ul li:last-child { border-bottom: none; }

 .sidebar_product ul li a {
	 font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	 font-size: 14px;
	 color: #0B0400;
	 text-transform: uppercase;
 }

.sidebar_product .addthis_inline_share_toolbox {
	width: 100%;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 14px;
	color: #0B0400;
	text-transform: uppercase;
}

.sidebar_product .addthis_inline_share_toolbox img { vertical-align: sub; }

  .sidebar_product ul li a.at-share-btn {
		position: absolute;
		top: -25px;
		left: 0;
		right: -20px;
		bottom: 0;
		height: 20px;
		background-color: transparent !important;
	}

	.sidebar_product ul li a.at-share-btn svg { display: none !important; }

 .sidebar_product ul li a:hover { color: #ef7d36; }

 .sidebar_product ul li span { padding-right: 15px; }

 .sidebar_product .btn.box {
		display: block;
    font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
    font-size: 20px;
    color: #fff;
    background-color: #ef7d36;
    align-self: flex-end;
    padding: 15px 0px 10px;
    margin-bottom: 15px;
    border: 3px solid #ef7d36;
		text-align: center;
 }

.sidebar_product .btn.box:hover { background-color: transparent; color:#ef7d36; }

.custom_padding { padding: 0 60px; }

@media (max-width: 991px) { #more_photo { display: none; } }

@media (max-width: 767px) {
	#breadcrumbs { margin-bottom: 20px; }
	.responsive_row { display: flex; flex-direction: column-reverse; }
	.custom_padding { padding: 0 20px; }
	.sidebar_product { margin-top: 30px;}
}

/***********************************
 *             EVENTS              *
 ***********************************/

#events_toggle a {
	display: block;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 180%;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 20px 0 25px;
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	background-size: 220px 5px;
	color: #222;
}

#events_toggle a.active {
	background-color: #eee;
}

#events_toggle a:hover {
	background-color: #eee;
}


/***********************************
 *            TEAM PAGE            *
 ***********************************/

.trigger_hover {
	display: block;
	position: relative;
}

.trigger_hover span.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5) url('../img/trigger_overlay.png') no-repeat center center;
	background-size: 24px 51px;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
}

.trigger_hover:hover span.overlay {
	display: block;
}

.trigger_hover img {
	display: block;
}

#team .trigger {
	margin-bottom: 40px;
}

#team .trigger h3 {
	margin-top: 0.5em;
	color: #222;
}

.team_bio {
	padding: 40px 0 0;
}

.team_bio .links .btn {
	padding-left: 20px;
	position: relative;
	line-height: 100%;
}

.team_bio .links .btn em {
	position: absolute;
	font-style: normal;
	left: 0;
}

.team_bio .links {
	margin: 0 0 1em;
}

.team_bio .links li {
	margin: 0.75em 0;
}

.team_bio h2 {
	margin-bottom: 0.25em;
}

.team_bio p {
	margin: 0.5em 0;
}

@media (max-width: 767px) {
	.team_bio {
		padding: 20px 0 0;
	}
}


/***********************************
 *      EXPERIENCE & SERVICES      *
 ***********************************/

#experience, #services {
	padding: 20px 0 80px;
}

#experience hr, #services hr {
	margin: 0 0 3em;
}

#experience .cms, #services .cms {
	padding: 20px 0;
}

#experience .cms ul li {
	color: #ff8330;
}

#experience .cms ul li:before {
	content: ">";
	margin-right: 5px;
}

#experience .cms ul li a:hover {
	text-decoration: underline;
}

#services .row_map {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	#experience .span9 .padding, #services .span9 .padding {
		padding-left: 0;
	}
	#services .row_map {
		padding: 0 0 40px;
	}
	#services #map {
		margin: 0 0 40px;
	}
}


/***********************************
 *           SINGLE PAGE           *
 ***********************************/

.post_list {
	margin: 2em 0;
}

.post_list li {
	margin: 0 0 1em;
}

.post_list li:after {
	content: "";
	width: 40px;
	height: 4px;
	margin-top: 15px;
	background-color: #000;
	display: block;
}

.post_list li:last-child:after {
	display: none;
}

.post_list li a {
	color: #222;
}

.post_list li a:hover {
	color: #ef7d36;
}

.post_list li.active a {
	color: #ef7d36;
}

.post_list li h3 {
	margin: 0 0 0.25em;
}

.post_list li h4 {
	font-size: 100%;
}

.single .single_thumbnail {
	padding: 0 0 40px;
}

.single .single_title {
	padding: 0 0 20px;
}

.single .single_title h2 {
	margin: 0 0 0.25em;
}

.single .single_meta h4 {
	margin: 0 0 0.25em;
	font-size: 120%;
	color: #999;
}


/***********************************
 *             REVIEWS             *
 ***********************************/

#reviews .section_title {
	padding: 0 0 30px;
}

#reviews .item .cms {
	padding: 0 0 25px;
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	background-size: 220px 5px;
}

#reviews .item .item_meta h3 {
	margin: 10px 0 0;
}

#reviews .item .item_meta h4 {
	font-size: 100%;
	margin: 0 0 0.5em;
	color: #999;
}


/***********************************
 *           PAGINATION            *
 ***********************************/

.article_pagination {
	margin: 20px 0 0;
	padding: 30px 0 0;
	background: url('../img/bg_grunge_border.jpg') repeat-x top center;
	background-size: 220px 5px;
}

.article_pagination a {
	color: #000;
}

.pagination {
	text-align: center;
	padding: 20px 0 0;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-size: 140%;
	letter-spacing: 0.05em;
}

.pagination ul li {
	display: inline;
	padding: 0;
}

.pagination ul li.next {
	padding-left: 50px;
}

.pagination .next {
	text-align: left;
}

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

.pagination ul li span.current {
	color: #ef7d36;
}

.pagination span {
	color: #808080;
}

.pagination a {
	color: #222;
}

.pagination a:hover {
	color: #ef7d36;
}

.pagination ul {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
}

.pagination ul a {
	color: #222;
}



/***********************************
 *              FOOTER             *
 ***********************************/

#testimonials {
	padding: 100px 0;
	font-size: 120%;
	line-height: 200%;
}

#testimonials p {
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	color: #fff;
}

#testimonials .container {
	text-align: center;
}

#footer {
	color: #fff;
	font-size: 90%;
}

#footer .col {
}

#footer li {
	line-height: 120%;
	margin: 0 0 0.75em;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ef7d36;
}

#footer h3 {
	font-size: 130%;
	margin: 0 0 0.5em;
}

#footer .footer_title {
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

#footer .footer_title .btn {
	font-size: 200%;
	margin: 0;
	padding-left: 20px;
	position: relative;
	line-height: 100%;
}

#footer .footer_title .btn em {
	position: absolute;
	font-style: normal;
	left: 0;
}

#footer ul, #footer p {
	margin: 0.5em 0 1.5em;
}

.social li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.social li a {
	display: inline-block;
	text-indent: -9999px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
}

.social li.social_facebook a {
	background-image: url('../img/social_facebook.png');
}

.social li.social_youtube a {
	background-image: url('../img/social_youtube.png');
}

.social li.social_linkedin a {
	background-image: url('../img/social_linkedin.png');
}

.social li.social_instagram a {
	background-image: url('../img/social_instagram.png');
}

.social li.social_email a {
	background-image: url('../img/social_email.png');
}

.social li.social_twitter a {
	background-image: url('../img/social_twitter.png');
}

.social li.social_google_plus a {
	background-image: url('../img/social_google_plus.png');
}

.btn_connect_facebook:before {
	content: "";
	display: inline-block;
	text-indent: -9999px;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/social_facebook.png');
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 15px;
}

.btn_connect_facebook span {
	vertical-align: middle;
	font-size: 90%;
	display: inline-block;
	color: #fff;
}

@media (max-width: 767px) {
	#footer .footer_title {
		text-align: left;
	}
}

footer {
	background-image: url('../img/bg_footer.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 10% 30px;
	text-align: left;
}

footer .dflex {
	display: flex;
	flex-direction: row;
}


footer .newsletter {
	width: 30%;
}

footer .blog {
	width: 70%;
	padding-left: 100px;
}

footer .newsletter h2, footer .blog h2 {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

footer .newsletter p {
	font-size: 14px;
	color: #fff;
}

footer .form .gform_wrapper { margin: 0 !important; }

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

footer .form label {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

footer .form .text_field, footer .form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: transparent;
	border: #fff solid 1px;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

footer .form .buttons, footer .gform_wrapper .gform_footer { background: none; padding-top: 10px; }

footer .form .buttons input, footer .gform_wrapper .gform_footer input.button, footer .gform_wrapper .gform_footer input[type=submit] {
	background: none !important;
	border: #ef7d36 solid 3px !important;
	color: #fff;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
	font-size: 14px !important;
	font-weight: 400;
	padding: 15px 40px;
	transition: all ease-in 0.2s;
}

footer .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), footer .gform_wrapper li.gfield_error textarea, footer .gform_wrapper .gfield_error .gfield_label { color: #fff !important; border-color: #fff !important; }
footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width: none !important;}

footer .form .buttons input:hover {
	background-color: #ef7d36;
}

footer .form #gform_confirmation_wrapper_2 { margin: 0 !important; }

footer .form #gform_confirmation_message_2 { 
    color: #ef7d36 !important; 
    line-height: 40px !important;
}

footer .blog_content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}


footer .blog_content .bg {
	/* background-repeat: no-repeat;
	background-size: cover;
	width: 40%;
	background-position: center; */
	width: 30%;
	height: auto;
	margin-right: 40px;
}

footer .blog_content .bg img { width: 100%; height: auto; }

footer .blog_content .info {
	width: 65%;
	height: auto;
	max-width: 550px;
}

footer .blog_content .info h3 {
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}

footer .blog_content .info p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

footer .blog_content .info p a { display: none; }

footer .copyright {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 40px;
}

footer .media_sociaux {
	display: flex;
	flex-direction: row;
	align-items: center;
}

footer .media_sociaux p {
	color: #fff;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 18px;
	margin-right: 30px;
}

footer .footer_nav {
	align-self: flex-end;
	display: flex;
	flex-direction: row;
}

footer .footer_nav a, footer .footer_nav p {
	color: #fff;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-right: 60px;
}

footer .footer_nav a:hover { color: #ef7d36; }

@media only screen and (max-width:1200px) {
	footer .blog_content { flex-direction: column;}
	footer .blog_content .bg, footer .blog_content .info { width: 100%; margin-bottom: 30px;}
	footer .footer_nav a, footer .footer_nav p { margin-right: 20px;}
	footer .blog_content .bg { display: none; }
}

@media only screen and (max-width:991px) {
	footer .dflex { flex-direction: column;}
	footer .newsletter, footer .blog { width: 100%; padding-left: 0; }
	footer .copyright { flex-direction: column; }
	footer .media_sociaux, footer .footer_nav { align-self: center; }
	footer .media_sociaux { margin-bottom: 20px; }
	footer .media_sociaux p { margin-right: 0; }
	footer .copyright .social { text-align: center; margin-top: 10px;}
}

@media only screen and (max-width:767px) {
	footer { padding: 30px 20px;}
	footer .media_sociaux { flex-direction: column; }
	footer .media_sociaux p { margin-bottom: 20px; }
	footer .footer_nav { text-align: center; }
}




/**************************
 *      MOBILE MENU       *
 **************************/

.menu {
	font-weight: 700;
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	left: -260px;
	right: auto;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	text-align: left;
	color: #fff;
	background: #000;
	box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
}

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

.menu .profile {
	padding: 30px;
	text-align: center;
}

.menu ul {
	display: block;
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: block;
	margin: 0;
	font-size: 12px;
}

.menu ul li.logo {
	display: none;
}

.menu ul li.div {
	display: none;
}

.menu ul li a {
	display: block;
	padding: 15px 20px;
	font-size: 150%;
	font-family: "Unica One", "Oswald", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	background: #ef7d36;
	color: #fff;
}

.menu .top_list a {
	background: #000;
	font-family: "Special Elite", "Courier New", Courier, "Times New Roman", serif;
}

.menu ul li ul a {
	color: #fff;
	font-weight: normal;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 120%;
	padding: 10px 20px;
	background: #000;
	border-bottom: 1px solid #333;
}

.menu ul li ul a:hover {
	background: #333;
}


/**************************
 *          ITEMS         *
 **************************/

.item a {
	/*color: #222;*/
}

.item a:hover {
	/*color: #ef7d36;*/
}

.item .item_title {
	padding: 0 0 15px;
}

.item .item_title h2, .item .item_title h3 {
	margin: 0 0 0.15em;
	font-size: 300%;
	line-height: 90%;
}

.item .item_title h4 {
	font-size: 120%;
	color: #b2b2b2;
}

#grid .item {
	width: 33.33%;
	padding: 20px 0;
}

#grid.grid_2_column .item {
	width: 50%;
}

#grid .item .item_thumbnail {
	padding: 0 0 20px;
}

#grid .item .item_excerpt {
	padding: 0 0 40px;
	background: url('../img/bg_grunge_border.jpg') repeat-x bottom center;
	background-size: 220px 5px;
}

@media (max-width: 767px) {
	#grid .item {
		width: 100%;
	}

	#grid.grid_2_column .item {
		width: 100%;
	}
}

#list {
}

#list .item .row_content {
	padding: 60px 0 50px;
}

#list .item hr {
	margin: 0;
}

#list .item h4 {
	color: #222;
}


/**************************
 *     WORDPRESS CORE     *
 **************************/

.alignnone {
    margin: 5px 40px 40px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 40px 40px;
}

.alignleft {
    float: left;
    margin: 5px 40px 40px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 40px 40px;
}

a img.alignnone {
    margin: 5px 40px 40px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 40px 40px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    text-align: left;
	max-width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 40px 40px 0;
}

.wp-caption.alignleft {
    margin: 5px 40px 40px 0;
}

.wp-caption.alignright {
    margin: 5px 0 40px 40px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 90%;
    line-height: 17px;
    margin: 10px 0 0;
	color: #b2b2b2;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.alignright {
		float: none;
		margin: 5px 0 20px 0;
	}
	.wp-caption.alignnone {
		margin: 5px 0 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 0 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 0;
	}

	.alignleft {
		float: none;
		margin: 5px 0 20px 0;
	}
}
