/*

Theme Name: Akdo
Author: Aticsoft
Author URI: http://www.aticsoft.com/
version: 1.0

 */

html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'brandon_grotesque', sans-serif;
	color: #717174;
}

html *:focus, html *:active, html *:hover {
	outline-style: none;
	box-shadow: none;
	ie-dummy: expression(this.hideFocus=true);
}

a {
	color: #333;
	text-decoration: none;
}

/** HEADER **/

#header {
	border-bottom: 1px solid #d9d9d9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9000;
	background-color: #fff;
	max-height: 137px;
}

body.menu_overhead #header {
	background-color: transparent;
}

body.menu_overhead.overhead_white #header.nomini {
	background: -moz-linear-gradient(top, rgba(100, 100, 100, 0.8) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.8) 0%, rgba(100, 100, 100, 0.1) 100%);
	background: linear-gradient(to bottom, rgba(100, 100, 100, 0.8) 0%, rgba(100, 100, 100, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6858585', endColorstr='#00858585', GradientType=0);
}

body.menu_overhead #header.mini {
	background-color: #fff;
}

.logged-in.admin-bar #header {
	top: 32px;
}

body>.vc_container {
	margin-top: 137px;
}

body.menu_overhead>.vc_container {
	margin-top: 0;
}

#header>div {
	padding-top: 37px;
	padding-bottom: 30px;
	/*-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;*/
}

body.menu_overhead #header.nomini>div {
	padding-bottom: 0;
}

#header>div>div {
	overflow: visible;
}

/*
#header.mini > div {
    padding-top: 10px;
    padding-bottom: 12px;
}*/

#logo_header {
	margin-bottom: 0 !important;
	padding-left: 15px;
}

#logo_header img {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	/*height: 70px;
	width: auto;*/
	width: 175px;
	height: auto;
}

#logo_header{
	height: 60px;
}

body.menu_overhead.overhead_white #logo_header img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

body.menu_overhead.overhead_white #header.mini #logo_header img {
	-webkit-filter: unset;
	filter: unset;
}

/*
#header.mini #logo_header img {
	height: 50px;
	padding-top: 6px;
}*/

.wrapper_menu_principal>div>div>ul {
	padding-left: 0;
}

.wrapper_menu_principal .menu>li:last-child {
	vertical-align: text-bottom;
	margin-left: 20px;
}

#toggle_menu_lateral {
	cursor: pointer;
	padding-bottom: 2px;
	position: relative;
	width: 30px;
	height: 20px;
}

#toggle_menu_lateral>div {
	width: 30px;
	height: 2px;
	background: grey;
	transition: all .4s ease-out;
	position: absolute;
}

body.menu_overhead.overhead_white #toggle_menu_lateral>div {
	background: #fff;
}

#toggle_menu_lateral>div:nth-child(2) {
	top: 6px;
}

#toggle_menu_lateral>div:nth-child(3) {
	top: 12px;
}

#toggle_menu_lateral>div:nth-child(4) {
	top: 18px;
}

.right_menu_toggle #toggle_menu_lateral>div:nth-child(1), .right_menu_toggle #toggle_menu_lateral>div:nth-child(2) {
	display: none;
}

.right_menu_toggle #toggle_menu_lateral>div:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}

.right_menu_toggle #toggle_menu_lateral>div:nth-child(4) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

#container {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

#submenu_lateral {
	position: absolute;
	right: -210px;
	top: 0;
	width: 210px;
	transition: right 1s ease;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}

.right_menu_toggle #submenu_lateral {
	right: 0px;
}

#submenu_lateral>div>div {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
}

#submenu_lateral .vc_wp_custommenu {
	margin-bottom: 30px;
}

#submenu_lateral ul {
	padding-left: 0;
	list-style: none;
}

#submenu_lateral ul li {
	margin-bottom: 15px;
}

#submenu_lateral ul li a {
	color: #717174;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

#submenu_lateral ul li a:hover {
	color: #333;
}

#submenu_lateral .iconos_redes_sociales {
	border-top: 1px solid #717174;
	padding-top: 15px;
}

#submenu_lateral .iconos_redes_sociales .vc_icon_element-icon {
	color: #717174;
}

#submenu_lateral .iconos_redes_sociales .vc_icon_element-icon:hover, #submenu_lateral .iconos_redes_sociales .vc_icon_element-inner:hover .vc_icon_element-icon {
	color: #333;
}

#header>.vc_container>.vc_row:first-child>.vc_col-sm-10>div {
	width: 100%;
	transition: all 1s ease;
}

.right_menu_toggle #header>.vc_container>.vc_row:first-child>.vc_col-sm-10>div {
	width: calc(100% - 200px);
}

.right_menu_toggle .wrapper_menu_principal .menu>li+li {
	margin-left: 19px;
}

.right_menu_toggle .wrapper_menu_principal .menu>li:last-child {}

/** FOOTER **/

#footer {
	padding-top: 65px;
	text-align: center;
}

#footer_menu {
	margin-top: 70px;
	overflow: auto;
	margin-bottom: 50px;
}

#footer_menu .menu {
	padding-left: 30px;
}

#footer_menu .menu>li {
	width: calc(25% - 30px);
	list-style: none;
	display: block;
	float: left;
	margin-right: 30px;
}

#footer_menu .menu>li>a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06em;
	font-size: 20px;
	font-family: 'brandon_grotesquebold', sans-serif;
	text-decoration: none;
	color: #717174;
}

#footer_menu .menu>li>ul {
	border-top: 1px solid #d9d9d9;
	padding-top: 25px;
	padding-left: 0;
	margin-top: 15px;
}

#footer_menu .menu>li li {
	list-style: none;
	margin-bottom: 15px;
}

#footer_menu .menu>li li a {
	font-family: Georgia, serif;
	font-style: italic;
	text-decoration: none;
	color: #717174;
	font-size: 16px;
}

#footer_menu .menu>li li a:hover {
	color: #333;
}

#footer .iconos_redes_sociales {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #717174;
	display: inline-block;
}

#footer .iconos_redes_sociales .vc_icon_element-inner {
	margin-left: 5px;
	margin-right: 5px;
}

#footer .iconos_redes_sociales span {
	color: #717174;
	font-size: 24px !important;
}

#footer .iconos_redes_sociales span:hover, #footer .iconos_redes_sociales .vc_icon_element-inner:hover span {
	color: #333;
}

#menu_footer2 ul {
	padding-left: 0;
}

#menu_footer2 li {
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

#menu_footer2 li a {
	text-decoration: none;
	color: #717174;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
}

#menu_footer2 li a:hover {
	color: #333;
}

#copyright>div>.vc_column-inner>div {
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
	font-family: Georgia, serif;
	font-size: 14px;
	padding-top: 20px;
}

#copyright a {
	color: #717174;
	font-size: 14px;
}

.iconos_redes_sociales .vc_icon_element {
	font-size: 8px;
	display: inline-block;
	margin-bottom: 0;
}

.iconos_redes_sociales .vc_icon_element>div {
	border: none;
}

.iconos_redes_sociales>p {
	display: none;
}

.iconos_redes_sociales .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 3em;
}

/** MENU **/

.wrapper_menu_principal {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0 !important;
}

.menu_overhead .nomini .menu {
	margin-bottom: 0;
}

.wrapper_menu_principal .menu>li {
	display: inline-block;
	list-style: none;
}

.wrapper_menu_principal .menu>li+li {
	margin-left: 30px;
}

.wrapper_menu_principal .menu>li a {
	color: #717174;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li>a {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

body.menu_overhead #header.nomini .wrapper_menu_principal .menu>li>a,
body.menu_overhead #header.nomini #menu_akdo_1_ul {
	margin-bottom: 58px;
	display: block;
}

body #header.mini .wrapper_menu_principal .menu>li a {
	color: #717174;
	text-shadow: unset !important;
}

html body #header .wrapper_menu_principal .menu>li a:hover, html body #header .wrapper_menu_principal .menu>li.current-menu-item a {
	color: #333;
}

html body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li>a:hover, html body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li.current-menu-item>a {
	color: #fff;
}

.wrapper_menu_principal .sub-menu {
	display: none;
	position: absolute;
	padding: 40px 20px;
	width: calc(100% - 40px);
	left: 0;
	text-align: center;
	background-color: #fff;
}

.wrapper_menu_principal .menu>li:hover .sub-menu, .wrapper_menu_principal .menu>li .sub-menu:hover {
	display: block;
}

.wrapper_menu_principal .sub-menu>li {
	display: block;
	float: left;
}

.wrapper_menu_principal .sub-menu>li>a {
	display: block;
	width: 140px;
	max-width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}

.wrapper_menu_principal .sub-menu>li>a>div {
	padding-top: 100%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.menu-toggle, .menu-search {
	background: transparent;
	border: medium none;
	color: #777;
	cursor: pointer;
	font-weight: bold;
	margin-top: 35px;
	padding: 5px 10px;
	position: absolute;
}

.menu-toggle {
	font-size: 35px;
	right: 20px;
	top: -78px;
}

.menu-search {
	font-size: 24px;
	right: 24px;
	top: -117px;
}

html body.menu_overhead.overhead_white #header.nomini .menu-toggle, html body.menu_overhead.overhead_white #header.nomini .menu-search {
	color: #fff;
}

.menu-toggle:focus, .menu-toggle:hover, #menu-principal-responsive .dropdown-toggle:focus, #menu-principal-responsive .dropdown-toggle:hover, .menu-search:focus, .menu-search:hover,
#menu_akdo_1_responsive .dropdown-toggle:focus, #menu_akdo_1_responsive .dropdown-toggle:hover,
#menu_akdo_profile_responsive .dropdown-toggle:focus, #menu_akdo_profile_responsive .dropdown-toggle:hover{
	outline: 0;
}

.menu-toggle:focus, .menu-toggle:hover {
	outline: 0;
}

#menu-principal-container-responsive, #search_responsive, #menu_akdo_1_responsive_container, #menu_akdo_profile_responsive_container{
	width: calc(100% + 30px);
	margin-left: -15px;
	background-color: #fff;
}

#menu-principal-responsive, #menu_akdo_1_responsive, #menu_akdo_profile_responsive {
	padding: 5px 25px;
	list-style: none;
	display: none;
	text-align: left;
	overflow-y: scroll;
}

#menu-principal-responsive li, #menu_akdo_1_responsive li, #menu_akdo_profile_responsive li {
	display: block;	
	position: relative;
	float: none !important;
	width: auto !important;
	text-align: left;
}

#menu-principal-responsive li+li, 
#menu_akdo_1_responsive li+li,
#menu_akdo_profile_responsive li+li {
	border-top: 1px solid #d1d1d1;
	margin-left: 0;
}

#menu-principal-responsive li a,
#menu_akdo_1_responsive li a,
#menu_akdo_profile_responsive li a {
	color: #333;
	text-decoration: none;
}

#menu-principal-responsive li a:hover,
#menu_akdo_1_responsive li a:hover,
#menu_akdo_profile_responsive li a:hover {
	color: #333;
	text-decoration: none;
}

#menu-principal-responsive li a,
#menu_akdo_1_responsive li,
#menu_akdo_profile_responsive li {
	display: block !important;
	padding: 13px 0;
	margin-bottom: 0 !important;
	color: #717174 !important;
	text-shadow: unset !important;
	width: auto !important;
	text-transform: uppercase;
}

#menu-principal-responsive .sub-menu>li>a>div {
	display: none !important;
}

#menu-principal-responsive .sub-menu,
#menu_akdo_1_responsive .sub-menu,
#menu_akdo_profile_responsive .sub-menu  {
	padding: 0px 15px 10px;
	list-style: none;
	display: none;
	position: relative;
}

#menu-principal-responsive .menu-item-sublinks {
	display: none;
}

#menu-principal-responsive .menu-item-has-children>a {
	padding-right: 50px;
}

#menu-principal-responsive .dropdown-toggle,
#menu_akdo_1_responsive .dropdown-toggle,
#menu_akdo_profile_responsive .dropdown-toggle   {
	background: transparent none repeat scroll 0 0;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	cursor: pointer;
	height: 26px;
	position: absolute;
	right: -10px;
	width: 51px;
	top: 10px;
	z-index: 1;
}

#menu-principal-responsive .dropdown-toggle span,
#menu_akdo_1_responsive .dropdown-toggle span,
#menu_akdo_profile_responsive .dropdown-toggle span {
	background: url('images/arrows.png') no-repeat center 3px;
	display: block;
	height: 26px;
	-webkit-transition: background-position .3s ease-in;
	-moz-transition: background-position .3s ease-in;
	-o-transition: background-position .3s ease-in;
	transition: background-position .3s ease-in;
}

#menu-principal-responsive .dropdown-toggle.toggled-off span,
#menu_akdo_1_responsive .dropdown-toggle.toggled-off span,
#menu_akdo_profile_responsive .dropdown-toggle.toggled-off span {
	background-position: center -19px;
}

#search_responsive {
	display: none;
	background-color: #eee;
}

#search_responsive input.search-field {
	border: 0;
	background: #eee;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	text-transform: lowercase;
	line-height: 1.5em !important;
	margin-right: auto;
	color: #717174;
}

.menu_overhead.nomini.overhead_white #search_responsive, .menu_overhead.overhead_white.nomini #search_responsive input {
	background-color: #fff;
}

/** FORM **/

#solicita_informacion,
#formulario_photo,
#formulario_photo_install,
#request_appointment,
#apply_program {
	padding-right: 20px;
}

#solicita_informacion input[type="text"], #solicita_informacion select, #solicita_informacion textarea, 
#schedule_an_appointment input[type="text"], #schedule_an_appointment select, #schedule_an_appointment textarea,
#formulario_photo input[type="text"], #formulario_photo select, #formulario_photo textarea,
#formulario_photo_install input[type="text"], #formulario_photo_install select, #formulario_photo_install textarea,
#contact_information input[type="text"], #contact_information input[type="number"], #contact_information select, #contact_information textarea,
#request_appointment input[type="text"], #request_appointment select, #request_appointment textarea,
#apply_program input[type="text"], #apply_program select, #apply_program textarea{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	margin: 0 0 30px;
	border: 1px solid #717174;
	font-family: Georgia, serif;
	color: #717174;
	font-size: 15px;
}

#contact_information input[type="text"], #contact_information select, #contact_information textarea{
	margin: 0 0 15px;
}

#solicita_informacion input[type=text], #solicita_informacion textarea, #schedule_an_appointment input[type=text], #schedule_an_appointment textarea,
#formulario_photo input[type=text], #formulario_photo textarea,
#formulario_photo_install input[type=text], #formulario_photo_install textarea,
#contact_information input[type=text], #contact_information textarea,
#request_appointment input[type=text], #request_appointment textarea, #request_appointment input[type=text], #request_appointment textarea,
#apply_program input[type=text], #apply_program textarea, #apply_program input[type=text], #request_appointment textarea{
	width: calc(100% - 32px);
}

#solicita_informacion textarea, 
#schedule_an_appointment textarea,
#formulario_photo textarea,
#formulario_photo_install textarea,
#contact_information textarea,
#request_appointment textarea,
#apply_program textarea{
	height: 200px;
	line-height: 2em;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 0;
}

#contact_information textarea{
	height: 80px;
}

#solicita_informacion select, #schedule_an_appointment select,
#formulario_photo select,
#formulario_photo_install select,
#contact_information select,
#request_appointment select,
#apply_program select{
	width: 100%;
}

#contact_information input[name="city"] {
    width: calc(40% - 32px - 10px);
    margin-right: 10px;
    float: left;
}

#contact_information input[name="state"] {
    width: calc(30% - 32px - 10px);
    float: left;
    margin-right: 10px;
}

#contact_information input[name="zip_code"]{
	width: calc(30% - 32px);
    float: left;	
} 

#contact_information input:read-only {
    background-color: #ebebeb;
}

/*#g-recaptcha-contact-information{
    transform: scale(0.70);
    transform-origin: 0 0;
}*/

#contact_information .captcha_and_legal,
#contact_information .captcha,
#contact_information .legal{
	float: left;
}

#contact_information .captcha_and_legal{
	margin-bottom: 10px;	
}

#contact_information .legal{
	width: calc(100% - 304px - 15px);
    padding-left: 15px;
    font-size: 14px;
    /*margin-top: 20px;*/
}

#solicita_informacion select[name="state"],
#request_appointment select[name="state"],
#apply_program select[name="state"]{
	width: calc(50% - 15px);
}

#solicita_informacion select[name="state"]+input,
#request_appointment select[name="state"],
#apply_program select[name="state"] {
	width: calc(50% - 47px);
	float: right;
}

#solicita_informacion input[type="submit"], 
#schedule_an_appointment input[type="submit"],
#formulario_photo input[type="submit"],
#formulario_photo_install input[type="submit"],
#request_appointment input[type="submit"],
#apply_program input[type="submit"]{
	background-color: #333;
	border: 0;
	color: #fff;
	font-family: 'brandon_grotesque', sans-serif;
	padding: 14px 50px;
	cursor: pointer;
	margin-top: 21px;
}

#solicita_informacion.waiting input[type="submit"], 
#schedule_an_appointment .waiting input[type="submit"],
#formulario_photo.waiting input[type="submit"],
#formulario_photo_install.waiting input[type="submit"],
#request_appointment.waiting input[type="submit"],
#apply_program.waiting input[type="submit"] {
	cursor: wait;
}

#solicita_informacion input[type=checkbox], 
#schedule_an_appointment input[type=checkbox],
#formulario_photo input[type=checkbox],
#formulario_photo_install input[type=checkbox],
#request_appointment input[type=checkbox],
#apply_program input[type=checkbox] {
	margin-top: 0
}

#sedes .wpb_text_column {
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#sedes .wpb_text_column div>*:first-child {
	margin-top: 0;
}

#sedes .wpb_text_column div h2 {
	font-size: 17px;
	letter-spacing: .1em;
	line-height: 21px;
	font-weight: normal;
	font-family: 'brandon_grotesqueblack', sans-serif;
	margin-top: 35px;
	margin-bottom: 0;
}

#sedes .wpb_text_column div h2+p {
	margin-top: 5px;
}

#sedes .wpb_text_column div>p>a {
	margin-top: 9px;
	display: inline-block;
	font-size: 13px;
}

#sedes h3 {
	margin-top: 40px;
}

#mensaje_solicitud .ok_form {
	border-left: 3px solid #00aa00;
	padding: 10px 15px;
	background-color: rgba(0, 255, 0, 0.1);
	color: #555;
}

#mensaje_solicitud .error_form {
	border-left: 3px solid red;
	padding: 10px 15px;
	background-color: rgba(255, 0, 0, 0.1);
	color: #555;
}

#solicita_informacion #mensaje_solicitud .ok_form,
#request_appointment #mensaje_solicitud .ok_form,
#apply_program #mensaje_solicitud .ok_form {
	margin-top: 0;
}

/** BLOG **/

html .vc_gitem_row .vc_gitem-col {
	padding: 10px 20px;
}

html .vc_gitem_row .vc_gitem-col h4 {
	font-weight: normal;
	color: #455a64;
}

html .vc_gitem-zone {
	background-color: #e6f0f0 !important;
	color: #455a64;
}

html .vc_btn3.vc_btn3-color-juicy-pink, html .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, html .vc_btn3.vc_btn3-color-juicy-pink:hover, html .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background-color: #EF8036;
	color: #fff;
}

.vc_grid-filter {
	color: #ef8036;
}

html .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span, html .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
	color: #455a64;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
	background-color: #e6f0f0 !important;
}

/** VARIOS **/

#container .vc_row h1 {
	color: #455A64;
	font-size: 37px;
	margin-top: 4px;
	font-weight: normal;
	text-align: center;
}

#container .vc_row h1 img {
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}

/** SINGLE **/

#titulo_cabecera_home {
	padding-top: 35px;
	padding-bottom: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

#content_single {
	padding-bottom: 30px;
}

#content_single a {
	color: #333;
	text-decoration: none;
}

/** HOME **/

#landings_home {
	text-align: center;
}

#landings_home h2 {
	margin: 0;
}

#landings_home h2 a {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #717174;
	text-decoration: none;
}

#landings_home h3 {
	margin: -6px 0 10px;
}

#landings_home h3 a {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	color: #717174;
	text-decoration: none;
	font-style: italic;
	letter-spacing: 0.02em;
}

#landings_home .wpb_text_column {
	margin-bottom: 0;
}

#landings_home .landing_image a {
	background-size: 93%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#landings_home .landing_image a:hover {
	background-size: 100%;
}

#landings_home .landing_image img {
	opacity: 0;
}

#sections_home {
	border-left: 2px solid #fff;
	margin-top: 30px;
}

#sections_home>div {
	height: 24vw;
}

#sections_home>div>.vc_column-inner {
	padding-top: 0;
	border-right: 2px solid #fff;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background-size: 100%;
	background-position: center center;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}

#sections_home>div>.vc_column-inner:hover {
	background-size: 110%;
}

#sections_home>div>.vc_column-inner:before {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.2;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sections_home>div>.vc_column-inner:hover:before {
	opacity: 0;
}

#sections_home p {
	margin: 0;
	font-size: 10px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

#sections_home h2 {
	line-height: 36px;
	margin: 5px 0;
}

#sections_home h2 a {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 30px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
}

#sections_home .wpb_text_column {
	margin: 0 12.5%;
}

#sections_home h3 {
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 100;
	letter-spacing: .08em;
	margin-top: 0;
}

/** BREADCRUMB **/

#breadcrumb {
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

#breadcrumb>div {
	display: inline-block;
}

#breadcrumb a {
	font-size: 12px;
	color: #717174;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.06em;
}

#breadcrumb a:hover {
	color: #333;
}

#breadcrumb>div>span {
	font-size: 7px;
	color: #717174;
	padding: 0 6px;
	vertical-align: middle;
}

/** PAGINA MATERIAL **/

#content_material {
	text-align: center;
}

#content_material h1, #titulo_tipo, #title_section h1 {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 42px;
	letter-spacing: 8px;
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

#content_material h2, #subtitle_section h2, #descripcion_submaterial {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-style: italic;
	font-size: 18px;
	line-height: 1.6em;
	font-family: Georgia, serif;
	color: #717174;
	font-weight: normal;
	letter-spacing: 0.015em;
}

#share_page {
	font-size: 20px;
	text-align: center;
}

#share_page>span {
	display: none;
}

.wpb_text_column+#share_page {}

#share_page>div {
	display: inline-block;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #717174;
}

#share_page a {
	color: #717174;
	margin: 0 7px;
	cursor: pointer;
}

#share_page a:hover {
	color: #333;
}

#subtitle_section h2 {
	text-align: center;
}

#materials_list>div>div {
	padding-left: 50px;
	padding-right: 50px;
}

#materials_list .material_box {
	margin-top: 20px;
	min-height: 250px;
	cursor: pointer;
}

#materials_list .material_box>div:first-child {
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#materials_list .material_box>div:last-child {
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#materials_list .material_box:hover>div:first-child {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#materials_list .material_box:hover>div:last-child {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#materials_list .material_box h2 {
	margin-bottom: 0;
	margin-top: 0;
}

#materials_list .material_box h2 a {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0.3em;
	color: #717174;
	text-decoration: none;
}

#materials_list .material_box:hover h2 a {
	color: #333;
}

#materials_list .material_box>div:first-child .wpb_text_column {
	padding: 80px 20px;
	margin-bottom: 0;
}

#materials_list .material_box h3 {
	font-weight: normal;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 16px;
	margin: 0;
	line-height: 1.6em;
	letter-spacing: 0.015em;
}

/** GALLERY **/

#breadcrumb + #share_page {
	float: right;
	font-size: 16px;
	color: #9B9B9B;
}

#breadcrumb + #share_page a {
	margin: 0 5px;
}

#breadcrumb + #share_page>div {
	border-top: 0;
	padding-top: 5px;
}

#breadcrumb + #share_page>span {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.06em;
	margin-right: 10px;
}

#breadcrumb + #share_page a {
	color: #9B9B9B;
}

#breadcrumb + #share_page a:hover {
	color: #555;
}

#content_gallery {
	padding: 0 20px;
}

#listado_galerias .wpb_column>.vc_column-inner {
	padding: 0 15px 0 0;
}

#paginador {
	text-align: center;
	padding: 40px 33px;
}

#paginador #paginas>a {
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 5px 12px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #B1B1B0;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}

#paginador #paginas>a:hover {
	color: #555;
}

#paginador #paginas>a.activo {
	border-right: 1px solid #ECECEC;
	color: #868685;
	background-color: #ECECEC;
}

#paginador #numero_resultados {
	border-top: 1px solid #B3B2B2;
	padding-top: 8px;
	margin-top: 5px;
	color: #B1B1B0;
	font-size: 19px;
	font-style: italic;
	letter-spacing: 0.05em;
}

#pagina_anterior, #pagina_siguiente {
	position: absolute;
	font-size: 30px;
	color: #878786;
	line-height: 1em;
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}

#pagina_anterior {
	left: 35px;
}

#pagina_siguiente {
	right: 35px;
}

#pagina_anterior:hover, #pagina_siguiente:hover {
	color: #333;
}

#filtro_galerias p {
	display: none;
}

#filtro_galerias>div {
	padding-right: 70px;
}

#titulo_filtro {
	color: #222220;
	font-size: 18px;
}

#filtro_galerias .titulo_filtro {
	color: #868685;
	font-size: 14px;
	margin-top: 35px;
	padding-bottom: 7px;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
}

#filtro_galerias .titulo_filtro span {
	float: right;
	font-size: 18px;
	margin-right: 2px;
}

#filtro_galerias .titulo_filtro span.fa-caret-down {
	display: none;
}

#filtro_galerias .titulo_filtro.activo span.fa-caret-right {
	display: none;
}

#filtro_galerias .titulo_filtro.activo span.fa-caret-down {
	display: inline;
}

#filtro_galerias .opciones_filtros {
	list-style: none;
	padding-left: 20px;
	display: none;
}

#filtro_galerias .opciones_filtros li {
	margin-bottom: 3px;
}

#filtro_galerias .opciones_filtros li span {
	color: #B1B1B0;
	cursor: pointer;
	font-size: 15px;
}

#filtro_galerias .opciones_filtros li span.activo, #filtro_galerias .opciones_filtros li span:hover {
	color: #6F6F6E;
}

#filtros_activos>div {
	display: inline-block;
	margin-right: 7px;
	padding: 5px 30px 5px 15px;
	border: 2px solid #ddd;
	color: #B1B1B0;
	margin-top: 7px;
	font-size: 15px;
}

#filtros_activos>div span {
	cursor: pointer;
	float: right;
	margin-right: -20px;
}

#listado_galerias .gallery {
	cursor: pointer;
}

#listado_galerias .gallery div {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}

#listado_galerias .gallery div:hover {
	background-size: 110%;
}

#listado_galerias .gallery div img {
	opacity: 0;
}

#layer_popup, #popup {
	display: none;
}

#layer_popup {
	position: fixed;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999999;
	left: 0;
}

#popup {
	position: absolute;
	background-color: #fff;
	z-index: 999999;
	width: 1140px;
	left: 50%;
	margin-left: -570px;
}

#content_gallery_popup {
	padding: 30px;
	overflow: auto;
}

#left_popup_gallery {
	width: 60%;
	float: left;
	overflow: hidden;
}

#imagen_principal_gallery {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#imagen_principal_gallery img {
	width: 100%;
}

#right_popup_gallery {
	float: right;
	width: calc(40% - 40px);
}

#listado_imagenes_gallery {
	margin-left: -10px;
	overflow: auto;
	margin-top: 15px;
}

#listado_imagenes_gallery>div {
	width: calc(16.66% - 10px);
	float: left;
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}

#listado_imagenes_gallery>div>div {
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
}

#close_popup {
	background-color: #ECECEC;
	position: absolute;
	right: 0;
	padding: 7px 15px;
	color: #aaa;
	font-size: 21px;
	text-transform: uppercase;
	font-family: brandon_grotesquelight;
	cursor: pointer;
}

#share_gallery {
	font-size: 16px;
	color: #9B9B9B;
	margin-bottom: 15px;
	margin-top: 5px;
}

#share_gallery a {
	color: #9B9B9B;
	margin-left: 15px;
}

#share_gallery a:hover {
	color: #555;
}

#share_gallery>span {
	letter-spacing: 0.1em;
	font-size: 14px;
}

#title_gallery_popup {
	color: #222220;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: normal;
}

#content_gallery_popup .caracteristica {
	color: #9B9B9B;
	font-size: 14px;
	letter-spacing: 0.05em;
}

#content_gallery_popup .caracteristica span {
	color: #6F6F6E;
	text-transform: uppercase;
}

#titulo_products_gallery {
	color: #868685;
	font-size: 15px;
	border-bottom: 2px solid #ddd;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
	margin-bottom: 20px;
	margin-top: 50px;
}

#listado_productos_gallery .product_gallery {
	display: block;
	width: 45%;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

#listado_productos_gallery .product_gallery a {
	color: #6F6F6E;
	font-size: 14px;
	font-family: 'brandon_grotesquebold', sans-serif;
}

#listado_productos_gallery .product_gallery img {
	max-width: 100%;
}

#listado_productos_gallery .product_gallery:nth-child(odd) {
	clear: both;
	float: left;
}

#listado_productos_gallery .product_gallery:nth-child(even) {
	float: right;
}

/** ABOUT AKDO **/

.sections_about_akdo {
	text-align: center;
	margin-top: 30px;
}

.sections_about_akdo h2 {
	font-weight: normal;
	color: #868685;
	letter-spacing: 0.1em;
	font-family: 'brandon_grotesquebold', sans-serif;
	margin-bottom: 5px;
	font-size: 22px;
}

.sections_about_akdo h3 {
	font-weight: normal;
	color: #B1B1B0;
	font-family: 'brandon_grotesqueMdIt', sans-serif;
	margin-top: 0;
	font-size: 22px;
}

.sections_about_akdo .wpb_text_column {
	margin-bottom: 25px;
}

.content_2_columns>div {
	max-width: 720px;
}

.texto_2columas_imagen {
	border-top: 1px solid #d9d9d9;
}

.content_2_columns_last .texto_2columas_imagen {
	border-bottom: 1px solid #d9d9d9;
}

.texto_2columas_imagen>div {
	padding: 80px 90px !important;
	font-size: 18px;
	font-family: Georgia, serif;
	line-height: 1.6em;
}

.texto_2columas_imagen .wpb_text_column {
	margin-bottom: 0;
	min-height: 300px;
}

.texto_2columas_imagen p {
	margin: 15px 0;
}

.texto_2columas_imagen .wpb_text_column .wpb_wrapper>*:first-child {
	margin-top: 0;
}

.texto_2columas_imagen h3 {
	color: #333;
	font-family: 'brandon_grotesque', sans-serif;
	letter-spacing: 0.2em;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 18px;
}

/** BLOG **/

#title_section_blog h1 {
	font-family: 'brandon_grotesquelight', sans-serif;
	font-size: 25px;
	letter-spacing: 2px;
	color: #717174;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

#title_section_blog h1 span {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 42px;
	letter-spacing: 8px;
	color: #000;
	margin: 0;
	display: block;
	margin-top: -10px;
}

#featured_post,
.featured_post {
	text-align: center;
	margin-bottom: 30px;
}

#featured_post .wpb_text_column,
.featured_post .wpb_text_column {
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#featured_post .wpb_single_image,
.featured_post .wpb_single_image  {
	margin-bottom: 0;
}

#featured_post h2,
.featured_post h2 {
	letter-spacing: 0.13em;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	font-family: 'brandon_grotesquebold', sans-serif;
}

#featured_post h3,
.featured_post h3 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6em;
	color: #999;
	font-weight: normal;
	letter-spacing: 0.015em;
	font-family: Georgia, serif;
	font-style: italic;
}

#posts_blog .wpb_single_image {
	margin-bottom: 15px;
}

#posts_blog h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'brandon_grotesquebold', sans-serif;
	margin-top: 0;
	padding: 0 10px;
}

#popular_posts {
	background-color: #F6F6F6;
	padding-top: 60px;
	padding-bottom: 50px;
}

#popular_posts .wpb_text_column, #popular_posts .wpb_single_image {
	width: 450px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0;
}

#popular_posts>#titular_popular_posts+div {
	text-align: right;
}

#popular_posts>#titular_popular_posts+div .wpb_text_column, #popular_posts>#titular_popular_posts+div .wpb_single_image {
	margin-left: auto;
}

#popular_posts>p {
	display: none;
}

#popular_posts h3, #popular_posts .titulo_more_posts {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-size: 16px;
	padding: 0 10px;
	margin-top: 16px;
}

#popular_posts #titular_popular_posts {
	text-align: center;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-size: 25px;
	letter-spacing: 0.05em;
	padding-bottom: 25px;
}

#listado_categorias {
	margin-bottom: 20px;
	font-size: 17px;
	float: left;
	width: calc(100% - 200px);
}

#listado_categorias>* {
	margin-right: 20px;
}

#listado_categorias>span {
	color: #333;
	letter-spacing: 0.1em;
}

#listado_categorias>a {
	color: #717174;
	font-family: Georgia, serif;
	font-style: italic;
}

#listado_categorias>a:hover, #listado_categorias>a.activo {
	color: #333;
}

#buscador_blog,
#buscador_partnumber {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	float: right;
}

#buscador_blog form,
#buscador_partnumber form {
	margin-top: -5px;
}

#buscador_blog input,
#buscador_partnumber input {
	border: 0 none;
	padding: 0;
	margin-right: 15px;
	width: 150px;
	font-family: 'Georgia', sans-serif;
	letter-spacing: 0.02em;
}

#content_single h1 {
	font-size: 42px;
	letter-spacing: 8px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	margin: 0;
	font-family: 'brandon_grotesqueblack', sans-serif;
	padding-top: 30px;
	text-align: center;
}

#content_single #share_page {
	margin-bottom: 35px;
}

#content_single img {
	max-width: 100%;
	height: auto;
}

#content_single {
	font-size: 18px;
	font-family: Georgia, serif;
}

#content_single p {
	line-height: 1.7em;
}

#content_single .wp-caption {
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 100%;
}

#content_single .wp-caption-text {
	margin: 6px 0 0;
	font-family: 'brandon_grotesque', sans-serif;
	font-size: 16px;
}

#content_single .aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content_single .wp-caption+.wp-caption {
	margin-top: 20px;
}

a img.alignleft {
	float: left;
}

a img.alignright {
	float: right;
}

a img.alignleft {
	margin: 5px 20px 20px 0;
}

a img.alignright {
	margin: 5px 0 20px 20px;
}

/** AD SERVICES **/

#form_binders h3 {
	letter-spacing: .15em;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-top: 5px;
}

/** BINDERS FORM **/

#binders_form {
	padding-bottom: 30px;
	overflow: auto;
}

#binders_form input[type="text"], #binders_form select, #binders_form textarea {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	margin: 0 0 30px;
	border: 1px solid #717174;
	font-family: Georgia, serif;
	color: #717174;
	font-size: 15px;
}

#binders_form input[type=text], #binders_form textarea {
	width: calc(100% - 32px);
}

#binders_form textarea {
	height: 280px;
	line-height: 2em;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

#binders_form textarea.big {
	height: 360px;
}

#binders_form select[name="project_type"], #binders_form select[name="country"] {
	width: 100%;
}

#binders_form select[name="state"] {
	width: calc(50% - 15px);
	display: none;
}

#binders_form select[name="state"]+input {
	width: calc(50% - 47px);
	float: right;
	display: none;
}

#binders_form input[type="submit"] {
	background-color: #333;
	border: 0;
	color: #fff;
	font-family: 'brandon_grotesque', sans-serif;
	padding: 14px 50px;
	cursor: pointer;
	margin-top: 21px;
}

#binders_form.waiting input[type="submit"] {
	cursor: wait;
}

#binders_form input[type=checkbox] {
	margin-top: 0
}

#binders_form .g-recaptcha {
	margin-top: 19px;
	margin-bottom: 6px;
}

#left_form {
	float: left;
	width: 48%;
}

#right_form {
	float: right;
	width: 48%;
}

form .error {
	border-color: red !important;
}

form p.error {
	border-left: 3px solid #550000;
	border-left-color: rgb(85, 0, 0);
	padding: 10px;
	background-color: rgba(255, 0, 0, 0.1);
}

#binders_form p.error {
	margin-top: 0;
}

.g-recaptcha.error {
	border-left: 4px solid red;
	border-left-color: red;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 4px;
}

/** ARCHIVE VIDEOS **/

#featured_video .wpb_video_widget {
	width: 765px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#featured_video .wpb_text_column {
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#featured_video h2 {
	letter-spacing: 0.13em;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	font-family: 'brandon_grotesquebold', sans-serif;
}

#featured_video h3 {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6em;
	color: #999;
	font-weight: normal;
	letter-spacing: 0.015em;
	font-family: Georgia, serif;
	font-style: italic;
}

#listado_videos {
	margin-top: 20px;
}

#listado_videos>div>div {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

#listado_videos .wpb_video_widget {
	margin-bottom: 15px;
}

#listado_videos h4 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'brandon_grotesquebold', sans-serif;
	margin-top: 0;
	padding: 0 10px;
	margin-bottom: 10px;
}

#listado_videos h5 {
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #999;
	font-family: Georgia, serif;
	font-style: italic;
}

#filtros_videos>div>div {
	padding-left: 65px;
	padding-right: 65px;
}

#listado_categorias_videos {
	margin-bottom: 20px;
	font-size: 17px;
	float: left;
	width: calc(100% - 200px);
}

#listado_categorias_videos>* {
	margin-right: 20px;
}

#listado_categorias_videos>span, #buscador_videos form>span {
	color: #333;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

#listado_categorias_videos>a {
	color: #717174;
	font-size: 15px;
	font-family: Georgia, serif;
	letter-spacing: 0.1em;
	font-style: italic;
}

#listado_categorias_videos>a:hover, #listado_categorias_videos>a.activo {
	color: #333;
}

#buscador_videos {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	float: right;
}

#buscador_videos form {
	margin-top: -5px;
}

#buscador_videos input {
	border: 0 none;
	padding: 0;
	margin-right: 15px;
	width: 150px;
	font-family: 'Georgia', sans-serif;
	letter-spacing: 0.02em;
}

/** LOCATION **/

#title_section_location h1 {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 24px;
	letter-spacing: 2px;
	color: #000;
	font-weight: normal;
	margin: 0;
	text-align: center;
}

#title_section_location .wpb_text_column {
	margin-bottom: 20px;
}

#map {
	background-color: #e5e3df;
	overflow: hidden;
	position: relative;
	height: 530px;
	margin-top: 20px;
}

#resultados_map ul {
	padding-left: 15px;
}

#contenedor_puntos_venta {
	margin-left: 40px;
	margin-right: 40px;
}

#contenedor_puntos_venta>form#frm-pdis {
	overflow: auto;
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete,
#contenedor_puntos_venta>form#frm-pdis #state_autocomplete {
	font-family: 'brandon_grotesque', sans-serif;
	border: 1px solid #717174;
	line-height: 48px;
	padding: 0 15px;
	float: left;
	width: calc(100% - 350px);
	margin-bottom: 15px;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete,
#contenedor_puntos_venta>form#frm-pdis #dealer_select{
	width: 100%;
	height: 50px;
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;	
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete::placeholder{
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete::placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete::-webkit-input-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete::-webkit-input-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete:-moz-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete:-moz-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete:-ms-input-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete:-ms-input-placeholder  {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #autocomplete:-moz-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis #state_autocomplete:-moz-placeholder {
	color: #717174;
	font-family: Georgia, serif;
	font-size: 15px;
	text-transform: capitalize;
}

#contenedor_puntos_venta>form#frm-pdis select {
	font-family: 'brandon_grotesque', sans-serif;
	border: 1px solid #717174;
	line-height: 48px;
	padding: 13px 15px;
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

#contenedor_puntos_venta input[name=fabricator] {
	margin-right: 10px;
}

#contenedor_puntos_venta input[name=showroom], #contenedor_puntos_venta input[name=dealer] {
	margin-right: 10px;
	margin-left: 30px;
}

.gm-style>div>div:nth-last-child(1)>div {
	color: #fff !important;
}

.gm-style .gm-style-iw {
	color: #333 !important;
}

#resultados_map ul {
	padding: 0;
}

#resultados_map li {
	padding: 15px 10px;
	font-size: .9em;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	list-style: none;
	cursor: pointer;
}

#resultados_map li:hover {
	background-color: #f3f3f3;
}

#resultados_map li h2 {
	margin: 0 0 10px;
	font-size: 19px;
}

#resultados_map li .result_address, #resultados_map li .contact_address {
	float: left;
	width: 40%;
	margin-bottom: 10px;
}

#resultados_map li .result_links {
	float: left;
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	margin-bottom: 10px;
}

#resultados_map .result_categories {
	clear: both;
}

/** SLABS **/

#content_slabs {
	padding-bottom: 50px;
}

#content_slabs h2 {
	margin-top: 0;
	color: #333;
	font-family: 'brandon_grotesque', sans-serif;
	letter-spacing: 0.2em;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 18px;
}

#content_slabs .vc_tta.vc_general .vc_tta-tab>* {
	padding: 0 0 15px;
	border-bottom: 2px solid #fff;
	border-left: 0 none !important;
	border-right: 0 none !important;
	border-top: 0 none !important;
	background-color: transparent !important;
	color: #777;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 0.05em;
	cursor: pointer;
}

#content_slabs .vc_tta.vc_general .vc_tta-tab.vc_active a {
	border-bottom: 2px solid #888;
}

#content_slabs .vc_tta.vc_general .vc_tta-tab+.vc_tta-tab {
	margin-left: 30px;
}

#content_slabs .vc_tta-panel-body {
	padding: 0;
}

#content_slabs .vc_tta-panels {
	background: transparent;
	border: 0 none;
	font-family: 'brandon_grotesque_regularRg', sans-serif;
}

#listado_materiales .wpb_column.vc_col-sm-3>.vc_column-inner {
	padding: 0 5px 0 0;
}

#listado_materiales .wpb_column.vc_col-sm-3 .zimage {
	margin-bottom: 5px;
}

#schedule_button>* {
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	color: #fff;
	background-color: #aaa;
}

#request_button>* {
	font-size: 12px;
}

#schedule_button>*, #request_button>* {
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	width: 230px;
	padding: 13px 0px;
	cursor: pointer;
	letter-spacing: 0.02em;
	font-size: 13px;
}

/** DEALERS **/

.downloads_dealers h2 {
	letter-spacing: .15em;
	text-align: center;
	font-weight: normal;
	font-size: 23px;
}

.downloads_dealers .wpb_single_image {
	margin-top: -15px;
	margin-bottom: 0;
}

.downloads_dealers .enlaces_descargas {
	margin-bottom: 20px;
}

.downloads_dealers .enlaces_descargas p {
	font-family: Georgia, serif;
	line-height: 26px;
}

.downloads_dealers .enlaces_descargas p a {
	color: #717174;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}

.downloads_dealers .enlaces_descargas p a:hover {
	color: #333;
}

#content_login_dealer #title_section {
	padding-top: 35px;
}

#login_dealer {
	width: 770px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#login_dealer.waiting {
	opacity: 0.7;
}

#login_dealer.waiting * {
	cursor: wait !important;
}

#login_dealer>p.label {
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	margin-bottom: 5px;
	font-size: 14px;
}

#login_dealer>p.label+p {
	margin-top: 0;
}

#login_dealer input[type=text], #login_dealer input[type=password] {
	font-family: brandon-grotesque, sans-serif;
	width: calc(100% - 12px);
	padding: 7px 5px;
	color: #888;
	border: 1px solid #717174;
}

#login_dealer input[type=submit] {
	background-color: #333;
	border: 0;
	color: #fff;
	font-family: 'brandon_grotesque', sans-serif;
	padding: 14px 50px;
	cursor: pointer;
	margin-top: 21px;
}

#login_dealer .error_form {
	margin-top: -20px;
}

#specific_cats_login > div > div{
	padding-left: 0;
	padding-right: 0;
}

.specific_cats_login:nth-child(2n+1) {
	clear: both;
}

/** SCHEDULE AN APPOINTMENT **/

#title_section_schedule h1 {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 38px;
	letter-spacing: 8px;
	color: #000;
	font-weight: normal;
	margin: 20px 0 0;
	text-align: center;
}

#subtitle_section .wpb_text_column {
	margin-bottom: 0;
}

#schedule_an_appointment p {
	font-family: 'brandon_grotesque_regularRg', sans-serif;
}

#schedule_an_appointment #date_time_text {
	margin-top: 0;
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	margin-top: -5px;
	margin-bottom: 15px;
}

#schedule_an_appointment textarea {
	height: 60px;
}

#schedule_an_appointment #final_text {
	font-family: 'brandon_grotesque_regularRg', sans-serif;
	margin-bottom: 15px;
}

#schedule_an_appointment input[type="submit"] {
	margin-top: 15px;
}

/** FICHA PRODUCTO **/

#other_links_product a {
	color: #666;
	font-size: 14px;
}

#other_links_product a+a {
	margin-left: 15px;
}

#botones_grises_ficha .vc_btn3-container.product_button,
#botones_grises_ficha_2 .vc_btn3-container.product_button {
	width: auto !important;
}

#botones_grises_ficha .vc_btn3-container.product_button + .product_button,
#botones_grises_ficha_2 .vc_btn3-container.product_button + .product_button {
    margin-left: 5px;
}

#botones_grises_ficha .vc_btn3-container.product_button a,
#botones_grises_ficha_2 .vc_btn3-container.product_button a {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#botones_grises_ficha button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-grey {
    font-family: 'brandon_grotesque', sans-serif;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 0px !important;
}

.product_share #share_page {
	font-size: 15px;
}

.product_tabs .wpb_text_column strong {
	display: block;
}

.product_tabs .vc_tta-tabs-list a {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 15px;
}

#title_complementary p {
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-right: 20px;
}

#title_complementary .wpb_text_column {
	margin-bottom: 20px;
}

#contenedor_complementary_materials {
	margin-right: 0px;
}

#contenedor_complementary_materials .vc_col-sm-4:nth-child(3n - 2) .autoimage-bg {
	margin: 0 10px 0 0 !important;
}

#contenedor_complementary_materials .vc_col-sm-4:nth-child(3n - 1) .autoimage-bg {
	margin: 0 5px 0 0px !important;
}

#contenedor_complementary_materials .vc_col-sm-4:nth-child(3n) .autoimage-bg {
	margin: 0 5px 0 5px !important;
}

#contenedor_complementary_materials .vc_column-inner {
	padding: 0;
}

#titulo_submaterial {
	text-align: center;
	margin-top: -15px;
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-weight: normal;
	letter-spacing: .03em;
	color: #000;
}

.overhead_white .forest-h1, .overhead_white .forest-h2, .overhead_white .forest-footer, .overhead_white #cabecera_categoria_forest h1, #cabecera_categoria_forest h2 {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#descripcion_submaterial {
	text-align: center;
	margin-bottom: 25px;
	margin-top: -10px;
}

#cabecera_categoria_forest {
	background-size: cover;
	background-position: center center;
	padding-top: 20%;
	padding-bottom: 7%;
}

#cabecera_categoria_forest h1 {
	margin-top: 0;
}

.botonera_forest {
	display: inline-block;
	width: 190px;
	text-align: center;
	padding: 18px 0;
	font-family: 'brandon_grotesquebold';
	border: 1px solid #C5C5C5;
	color: #868685;
	margin: 0 7px;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.botonera_forest.activo {
	color: #fff;
	background-color: #C5C5C5;
}

#list_subcategorias_forest h2 {
	font-weight: normal;
	font-family: 'brandon_grotesquebold';
	color: #868685;
	letter-spacing: 0.1em;
	font-size: 25px;
	margin-bottom: 15px;
}

#list_subcategorias_forest h2 a {
	color: #868685;
}

#list_subcategorias_forest h2 span {
	display: block;
	font-family: 'brandon_grotesqueRgIt';
	color: #B1B1B0;
	font-size: 24px;
	letter-spacing: 0;
}

.forest-subcat-description {
	color: #9B9B9B;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 18px;
	margin-top: 0;
}

#list_products_forest {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.gallery_text a {
	position: absolute;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
	font-weight: 800;
	font-size: 25px;
	margin: 0 !important;
	color: #fff;
	padding: 0 !important;
	top: 30%;
	width: 100%;
	text-align: center;
}

.gallery_img .vc_single_image-wrapper {
	padding: 30% 0px;
}

#listado_materiales .wpb_column>.vc_column-inner {
	padding: 0 15px 0 0;
}

#listado_materiales .gallery {
	cursor: pointer;
	background-color: #f0f0f0;
	min-height: 200px;
}

#listado_materiales .gallery div {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	-ms-transition: background-size 0.2s ease-in;
	-o-transition: background-size 0.2s ease-in;
	-webkit-transition: background-size 0.2s ease-in;
}

#listado_materiales .gallery div:hover {
	background-size: 110%;
}

#listado_materiales .gallery div img {
	opacity: 0;
}

#filtro_materiales p {
	display: none;
}

#filtro_materiales>div {
	padding-right: 70px;
}

#titulo_filtro {
	color: #222220;
	font-size: 18px;
}

#filtro_materiales .titulo_filtro {
	color: #868685;
	font-size: 14px;
	margin-top: 35px;
	padding-bottom: 7px;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
}

#filtro_materiales #buscador_blog input,
#filtro_materiales #buscador_partnumber input{
	font-family: 'brandon_grotesque', sans-serif;
	color: rgb(113, 113, 116);
}

#filtro_materiales #buscador_blog input::-webkit-input-placeholder,
#filtro_materiales #buscador_partnumber input::-webkit-input-placeholder { /* Edge */
  	font-family: 'brandon_grotesque', sans-serif;
  	text-transform: uppercase;
  	color: #868685;
	font-size: 14px;
}

#filtro_materiales #buscador_blog input:-ms-input-placeholder,
#filtro_materiales #buscador_partnumber input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	font-family: 'brandon_grotesque', sans-serif;
  	text-transform: uppercase;
  	color: #868685;
	font-size: 14px;  	
}

#filtro_materiales #buscador_blog input::placeholder,
#filtro_materiales #buscador_partnumber input::placeholder {
  	font-family: 'brandon_grotesque', sans-serif;
  	text-transform: uppercase;
  	color: #868685;
	font-size: 14px;  	
}

#filtro_materiales #buscador_blog,
#filtro_materiales #buscador_partnumber{
    border-bottom: 2px solid #ccc;
}

#filtro_materiales #buscador_blog a,
#filtro_materiales #buscador_partnumber a{
	color: #868685;
}

#filtro_materiales .titulo_filtro span {
	float: right;
	font-size: 18px;
	margin-right: 2px;
}

#filtro_materiales .titulo_filtro span.fa-caret-down {
	display: none;
}

#filtro_materiales .titulo_filtro.activo span.fa-caret-right {
	display: none;
}

#filtro_materiales .titulo_filtro.activo span.fa-caret-down {
	display: inline;
}

#filtro_materiales .opciones_filtros {
	list-style: none;
	padding-left: 20px;
	display: none;
}

#filtro_materiales .opciones_filtros li {
	margin-bottom: 3px;
}

#filtro_materiales .opciones_filtros li span {
	color: #b1b1b0;
	cursor: pointer;
	font-size: 15px;
}

#filtro_materiales .opciones_filtros li span.activo, #filtro_materiales .opciones_filtros li span:hover {
	color: #6f6f6e;
}

#filtros_activos_materiales>div, #filtros_activos_materiales_dealer>div {
	display: inline-block;
	margin-right: 7px;
	padding: 5px 30px 5px 15px;
	border: 2px solid #ddd;
	color: #b1b1b0;
	margin-top: 7px;
	font-size: 15px;
}

#filtros_activos_materiales>div span, #filtros_activos_materiales_dealer>div span {
	cursor: pointer;
	float: right;
	margin-right: -20px;
}

.product_button {
	width: 100% !important;
}

.product_button button, .product_button a {
	background: #f0f0f0 !important;
	border: 1px solid #f0f0f0 !important;
	width: 100% !important;
	font-size: 12px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.product_button button:hover, .product_button a:hover {
	background: #d3d3d3 !important;
	border: 1px solid #f6f6f6 !important;
	color: white !important;
}

.product_share #share_page {
	text-align: left;
}

.product_share #share_page>div {
	display: inline-block;
	border: none;
	margin: 10px 0px 30px 0px;
	padding: 5px 0px 25px;
	border-bottom: 1px solid #999;
	width: 100%;
}

.product_h1 h1 {
	color: black;
	font-size: 28px;
	font-weight: 400;
}

.product_tabs .vc_tta-tabs-list {
	border: none;
}

.product_tabs .vc_tta-tab a {
	background: none !important;
	font-size: 14px !important;
	border: 1px solid transparent !important;
	border-bottom: 2px solid transparent !important;
	color: #717174 !important;
}

.product_tabs .vc_tta-tab.vc_active a {
	border-bottom: 1px solid #999 !important;
	color: #666 !important;
}

.product_tabs .vc_tta-panels {
	background: none !important;
	border: none !important;
}

.product_tabs .vc_tta-panel-body {
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-size: 14px;
}

.product_slider .flexslider {
	box-shadow: none;
}

.product_tabs .text-upper {
	text-transform: uppercase;
}

/**
* Search field
*/

/*

.search-field::placeholder {
  color: #717174;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: 'brandon_grotesqueblack', sans-serif;
}

.search-field:-ms-input-placeholder {
  color: #717174;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: 'brandon_grotesqueblack', sans-serif;
}

.search-field:-ms-input-placeholder {
  color: #717174;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: 'brandon_grotesqueblack', sans-serif;
}

#header.nomini .search-field {
  border: 1px solid white;
  color: white;
}

#header.nomini .search-field::placeholder {
  color: white;
  opacity: 1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#header.nomini .search-field:-ms-input-placeholder {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

#header.nomini .search-field:-ms-input-placeholder {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
*/

.search-field {
	height: 25px;
	width: 240px;
	/* background: 0 0; */
	padding-top: 0;
	margin: 0;
	padding-bottom: 1px;
	line-height: 20px !important;
	padding: 13px 35px 12px 10px;
	background: rgba(0, 0, 0, 0) !important;
	font-family: "brandon_grotesque", sans-serif;
	font-size: 12px;	
}

.home .nomini .search-field{
	color: #FFF;
}

.wrapper_menu_principal .menu>li .search-field {
	color: #717174;
	text-shadow: none !important;
	border: 1px solid #717174;
}

.wrapper_menu_principal .menu>li .search-field::placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

.wrapper_menu_principal .menu>li .search-field::-webkit-input-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

.wrapper_menu_principal .menu>li .search-field:-moz-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

.wrapper_menu_principal .menu>li .search-field:-ms-input-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

.wrapper_menu_principal .menu>li .search-field:-moz-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid white;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field::placeholder {
	color: white;
	opacity: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field::-webkit-input-placeholder {
	color: white;
	opacity: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field::-moz-placeholder {
	color: white;
	opacity: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field:-ms-input-placeholder {
	color: white;
	opacity: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-field:-moz-placeholder {
	color: white;
	opacity: 1;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body.menu_overhead.overhead_white #header.nomini .wrapper_menu_principal .menu>li .search-form::before {
	color: #fff;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field {
	color: #717174;
	text-shadow: none !important;
	border: 1px solid #717174;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field::placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field::-webkit-input-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field::-moz-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field:-ms-input-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

body #header.mini .wrapper_menu_principal .menu>li .search-field:-moz-placeholder {
	color: #717174;
	text-shadow: none !important;
	opacity: 1;
	font-size: 12px;
	letter-spacing: 0.08em;
	font-family: 'brandon_grotesqueblack', sans-serif;
}

.search-form::before {
	content: "\f002";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	width: 10px;
	height: 10px;
	right: 13px;
	top: 7px;
	z-index: -1;
}

.search-form {
	position: relative;
}

/**
* Fin search field
*/

#materials_list .material_box>div:last-child {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.zimage {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.zimage>div>div {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
	font-weight: 800;
	font-size: 25px;
	color: white;
	text-transform: uppercase;
	box-sizing: border-box;
}

.zimage>div {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zimage>div:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.pimage {
	width: 100%;
	margin: 0;
	padding: 0;
}

.zimage img, .pimage img {
	position: abolute;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
}

.product_dealer_stock .pimage img{
	height: auto;
}

#contenedor_complementary_materials .pimage {
	margin-bottom: 10px;
}

.pimage>div {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	margin: 10px;
	padding-bottom: 100%;
}

.product_list_item {
	font-size: 16px;
	color: #717174;
	text-shadow: none;
	font-weight: lighter;
	text-align: center;
}

.product_list_item:hover {
	color: #000;
}

.wrapper_menu_principal .sub-menu>li>a>div {
	background-color: #f0f0f0;
}

.complementary_materials_name, .complementary_materials_name p {
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
}

.complementary_materials_type, .complementary_materials_type p {
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	font-style: italic;
	color: #a0a0a0;
}

.pmin-height>div {
	min-height: 500px !important;
}

.cmin-height {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px !important;
}

.cmin-height .wpb_text_column .wpb_wrapper {
	padding: 15px;
}

.collection_section {
	margin: 0px !important;
}

.collection_section a {
	width: 100% !important;
	display: block !important;
	margin: 0 !important;
	padding: 40px 0 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-family: 'brandon_grotesqueblack', sans-serif;
	letter-spacing: 3px !important;
	font-size: 24px !important;
	font-weight: normal !important;
	color: rgb(113, 113, 116) !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.collection_section h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'brandon_grotesque', sans-serif;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: 800;
	cursor: pointer;
	border-top: 1px solid #d9d9d9;
}

strong {
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
}

.collection_section span.arrow {
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #000;
}

.collection_hide {
	display: none;
}

.no-padding>div {
	padding: 0 !important;
	margin: 0 !important;
}

.no-padding .zimage {
	padding: 0 !important;
	margin: 0 !important;
}

.result-list-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

.result-list-item-image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.result-list-item-image.no-image {
	height: auto;
}

.result-list-item-title {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.result-list-item-a {
	color: #717174;
}

.result-list-item-a:hover {
	color: #000;
}

.newsletter-form-wrapper {
	display: none;
}

.newsletter-btn, .contact-us-btn, .subscribe-btn {
	position: fixed;
	bottom: 10px;
	padding: 0px;
	margin: 0px;
	background: rgba(113, 113, 116, .7);
	border: 1px solid transparent;
	cursor: pointer;
	z-index: 888888;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	font-family: Lato, sans-serif;
	text-align: center;
	font-size: 9px;
	width: 66px;
	height: 66px;
    z-index: 100000;
}

.newsletter-btn img, .contact-us-btn img, .subscribe-btn img {
	display: block;
	margin: 0 auto 3px auto;
	height: 20px;
}

.newsletter-btn {
	right: 50px;
}

.contact-us-btn {
	right: 121px;
}

.subscribe-btn {
	right: 192px;
}

#iconos_redes_sociales_suscribe {
    position: fixed;
    bottom: 67px;
    padding-bottom: 20px;
    width: 100px;
    right: 162px;
    font-size: 19px;
    width: 130px;
    text-align: center;
    display: none;
    z-index: 100000;
}

.subscribe-btn:hover + #iconos_redes_sociales_suscribe, #iconos_redes_sociales_suscribe:hover {
	display: block;
}

#iconos_redes_sociales_suscribe a span {
    color: #fff;
    margin: 0 3px;
    background-color: rgba(113, 113, 116, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    line-height: 26px;
    font-size: 14px;
}

.newsletter-form-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	align-content: center;
	justify-content: center;
	top: 0;
	left: 0;
	z-index: 999999;
}

.menu-item-sublinks a {
	/*color: black !important;*/
	font-family: Georgia, serif !important;
	font-weight: 100;
}

.video-preview {
	height: 300px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
	cursor: pointer;
}

.popup-video {
	position: fixed;
	z-index: 9999999999;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	display: none;
}

.popup-video iframe {
	width: 95%;
	max-width: 1920px;
	height: 95%;
	max-height: 1080px;
}

.popup-video button {
	position: fixed;
	margin: 0;
	padding: 8px 15px;
	top: 75px;
	right: 30px;
	z-index: 19999999999;
	background: white;
	color: #717174;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.popup-video #share_page {
	position: fixed;
	margin: 0;
	padding: 5px 10px;
	top: 0px;
	right: 20px;
	z-index: 19999999999;
	background: none;
	border: none;
}

.popup-video #share_page>div {
	border-top: 1px solid white;
}

.popup-video #share_page a {
	color: white;
}

.popup-video button:hover, .popup-video #share_page a:hover {
	color: #000;
}

.menu-footer-container .menu-item-sublinks {
	display: none;
}

.wrapper_menu_principal .menu .menu-item-sublinks>a {
	text-transform: none;
}

.no-image-search {
	background-color: #f0f0f0;
	height: 150px;
}

.search_tabs .vc_tta-panels {
	background: none !important;
	border: none !important;
}

.search_tabs .vc_tta-tab {
	float: right !important;
}

.search_tabs .vc_tta-tab>a {
	background: none !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 0px !important;
	font-size: 12px !important;
	padding: 8px 20px !important;
}

.search_tabs .vc_tta-tab>a:hover {
	color: black !important;
}

.search_tabs .vc_tta-tab.vc_active>a {
	background: none !important;
	border-bottom: 1px solid #fff !important;
	color: black !important;
}

.full-height {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.forest-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	height: 350px;
}

.forest-h1, #cabecera_categoria_forest h1 {
	font-family: 'futura_light', sans-serif;
	font-size: 52px;
	text-align: center;
	letter-spacing: 10px;
	margin-bottom: 20px;
}

.forest-h2, #cabecera_categoria_forest h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
}

.forest-footer {
	font-family: 'brandon_grotesquebold_italic', sans-serif;
	font-weight: normal;
	text-align: center;
	position: absolute;
	bottom: 25px;
	font-size: 14px;
	left: 15px;
	width: calc(100% - 30px);
}

.forest-select-product {
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #868685;
	margin-top: 70px;
	display: block;
	letter-spacing: 0.1em;
}

.forest-name {
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #868685;
	margin-top: 30px;
}

.content-forest-name {
	margin-bottom: 20px !important;
}

.forest-name a {
	color: #868685;
}

.forest-description {
	font-family: 'brandon_grotesqueRgIt', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #848484;
}

.flexslider .slides img {
	max-width: 100% !important;
	width: auto !important;
	margin: 0 auto !important;
}

.wpb_gallery {
	min-height: 600px;
}

/** Pop up **/

.pop-up-wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	align-items: center;
	justify-content: center;
}

.pop-up-content {
	padding: 40px;
	margin: 0;
	width: 100%;
	max-width: 350px;
	background: white;
}

.pop-up-title, .pop-up-buttons, .pop-up-remember {
	text-align: center;
	padding: 15px 0;
	margin: 0;
}

.pop-up-title hr {
	width: 75%;
	border: none;
	border-bottom: 1px solid #f0f0f0;
	padding: 0;
	margin: 15px auto 0 auto;
}

.pop-up-title {
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #848484;
}

.pop-up-buttons button {
	margin: 0 8px;
	padding: 10px 18px;
	background: #fdbf57;
	border: 1px solid #fdbf57;
	color: white;
	font-family: 'brandon_grotesquebold', sans-serif;
	font-weight: normal;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
}

.pop-up-buttons button:hover {
	background: rgba(253, 191, 87, 0.85);
	border: 1px solid rgba(253, 191, 87, 0.85);
}

.pop-up-remember {
	font-family: 'brandon_grotesque', sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.wrapper_menu_principal .menu>li.dealer-stock {
	display: none;
}

.dealer-login {}

.dealer-logout {
	display: none;
}

.discontinued {
	font-family: 'brandon_grotesque', sans-serif;
	color: white;
	position: absolute;
	margin-top: 45px;
	background-image: url('images/discontinued-x.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	text-align: left;
	padding: 10px 25px 10px 10px;
}

.stock {
	font-family: 'brandon_grotesque', sans-serif;
	color: white;
	position: absolute;
	margin-top: 85px;
	background-image: url('images/discontinued-x2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	text-align: left;
	padding: 10px 25px 10px 10px;
	
	/* modificado 16.11.18 al anyadir el price_es */
	background-size: cover;
	width: 215px;
}

.dealer-stock.menu-item {
	margin-right: 10px;
}

#menu-item-total-stock,
#menu-item-total-info {
    margin-left: -6px;
    position: absolute;
    margin-top: -6px;
}

.menu-item-total-stock a,
.menu-item-total-info a{
	cursor: pointer;
}

.menu-item-total-stock a i,
.menu-item-total-info a i {
    font-size: 17px;
}

.total-stock,
.total-info {
    background: #c42834;
    border-radius: 50%;
    padding: 0;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    margin: -5px 0 0;
    vertical-align: middle;
    position: absolute;
}

.menu-item-total-stock,
.menu-item-total-info {
	margin-right: 10px;
}

.wishlist-window,
.infolist-window,
#popup-home-window{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.3);
}

#popup-home-window{
	background: rgba(235, 235, 235, 0.7);
}

.infolist-window-form,
.newsletter-window-form{	 
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;    
    z-index: 10000;
    background: rgba(0, 0, 0, 0.3);	
}

.wishlist-content,
.infolist-content,
.popup-home-content {
	background: white;
	margin: 0;
	padding: 30px;
	width: 98%;
	max-width: 600px;
}

.popup-home-content,
.popup-home-content:hover{
	max-width: 1080px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.infolist-window-form .infolist-content,
.newsletter-window-form .infolist-content{
    background: white;
    margin: 0;
    padding: 30px;
    width: 100%;
    max-width: 600px;
    display: table;
    margin-top: 22px;
    margin: 0 auto;
    margin-top: 15px;
}

.newsletter-window-form .infolist-content{
	height: fit-content;	
}

.wishlist-content h1{
	font-family: brandon_grotesqueblack, sans-serif;
	font-size: 42px;
	letter-spacing: 8px;
	color: #000;
	font-weight: 400;
	margin: 0;
	text-align: center;
	padding: 15px 0 20px 0;
}

.infolist-content h1 {
	font-family: brandon_grotesqueblack, sans-serif;
	font-size: 25px;	
	color: #000;
	font-weight: 400;
	margin: 0;
	text-align: center;
	padding: 15px 0 20px 0;
}

.popup-home-content h1 {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    font-size: 24px;
}

.popup-home-selection {
    float: left;    
}

.popup-home-selection span{
	font-family: Georgia, serif;
    font-style: italic;
    display: block;
    width: 200px;
}

.popup-home-selection button{
	width: 200px;
}

.popup-home-selection span.large,
.popup-home-selection button.large{
	width: 300px;
}


.wishlist-list-item label,
.infolist-list-item label {
	font-family: brandon_grotesque, sans-serif;
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	width: 75%;
}

.wishlist-list-item input,
.infolist-list-item input {
	font-family: brandon_grotesque, sans-serif;
	display: inline-block;
	padding: 5px;
	margin: 5px 0;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

.wishlist-info-item label {
	font-family: brandon_grotesque, sans-serif;
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	width: 40%;
}

.wishlist-info-item input,
.infolist-info-item input {
	font-family: brandon_grotesque, sans-serif;
	display: inline-block;
	padding: 5px;
	margin: 5px 0;
	width: 60%;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

.wishlist-info-item input[type=checkbox]{
	width: 20px;
}

.wishlist-button{
	padding: 0px;
	margin: 15px 0px 0px 5px;
	background: rgba(113, 113, 116, .7);
	border: 1px solid transparent;
	cursor: pointer;
	z-index: 888888;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	font-family: Lato, sans-serif;
	text-align: center;
	font-size: 9px;
	width: 60px;
	height: 60px;
	float: right;
}

.infolist-buttons {
    clear: both;
    text-align: center;
}

#popup-home-window .infolist-buttons{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.infolist-buttons button{
	margin-right: 20px;
}

.infolist-buttons .vc_btn3.vc_btn3-style-classic{
	border-color: transparent;
	color: #000;
	font-family: 'brandon_grotesque', sans-serif;
}

#popup-home-window .vc_btn3.vc_btn3-style-classic{
	margin-top: 5px;	
}

.infolist-buttons .vc_btn3.vc_btn3-style-classic:hover {
    color: #FFF;
}

.wishlist-button img,
.infolist-button img {
	display: block;
	margin: 0 auto 3px auto;
	height: 20px;
}

.infolist-list-item {
    float: left;
    width: 100%;
}

.infolist-list-item-img img{
	max-height: 50px;
    width: auto;
}

.infolist-list-item-img{
	width: 20%;
	float: left;
	text-align: center;
}

.infolist-list-item label {
    float: left;
    width: 80%;
    height: 50px;
    padding-top: 15px;
}

#listado_videos .wpb_single_image {
    margin-bottom: 20px;
}

#view_all_cats {
    text-align: right;
    margin-right: 15px;
    margin-top: -27px;
    margin-bottom: 15px;
}

#view_all_cats > a {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #ddd;
    color: #b1b1b0;
    margin-top: 7px;
    font-size: 15px;
}

.add_to_wishlist {
	margin-top: -15px;
	text-align: center;
}

.add_to_wishlist + p {
		display: none;
}


html input[type="search"] {
	-webkit-appearance: none;
	box-sizing: none;
}

/* paginador outlet */

.content_paginador{
	width: 100%;
    text-align: center;
    clear: both;
    margin-top: 0px;
    display: block;
    padding-top: 40px;   
}

.paginador{	
	list-style: none;		
}

.paginador a{
	color: #717174;
}

.paginador .active {
	font-weight: bold;
	color: #000;
}

.paginador li{
	display: inline;
}

.paginador li + li{
	margin-left: 20px;
}

#factory_outlet_price_container{
	width: 100%;
	float: left;
	font-size: 14px;
    margin-top: 20px;
	padding-right: 20px;
	padding-left: 0px !important;	
}

#factory_outlet_price_container .min_range,
#factory_outlet_price_container .max_range{
	width: 50px;
	float: left;
}

#factory_outlet_price_container .min_range{
	float: left;
	padding-left: 5px;
}

#factory_outlet_price_container .max_range{
	float: right;
}

#factory_outlet_price_slider{
	margin-top: 30px;
	clear: both;
	width: calc(100% - 30px);	
	margin-left: 10px;
}

#factory_outlet_price_container .info{
	float: left;
    padding-top: 5px;
    padding-left: 5px;
    margin-top: 20px;
}

#factory_outlet_price_container button{
	padding: 5px 20px; 
	border: 2px solid #ddd; 
	color: #b1b1b0; 
	margin-top: 20px; 
	font-size: 15px; 
	font-family: 'brandon_grotesque', sans-serif; 
	background-color: #fff; 
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#menu-item-22362 .sub-menu {
	padding: 40px 0px;
    width: 300px;
    right: 180px;
	left: auto;
}

.slhome {
	height: 400px;
	background-size: cover !important;
	background-position: center center;
}

.pas_am_home {
	background-color: #676767;
	opacity: 0.7;
	color: #FFF;
	left: 50%;
	margin-left: -125px;
	margin-top: -72px;
	padding: 5px 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 250px;
	z-index: 1000;
}

#products_featured h2{
	text-align: center;
}

.product_notes, .product_application_area{
	text-transform: none;
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
}

/* MENU ADHOC */

.menu_akdo_1{
	float: right;
	font-family: 'brandon_grotesqueblack', sans-serif;
	font-size: 12px;
}

.menu_akdo_1 > ul li, .menu_akdo_1 > ul li a{
	text-transform: uppercase;
}

#menu_akdo_1_ul > li.underline{
	border-bottom: 1px solid #000;
}

.home .menu_akdo_1 > ul li, .home .menu_akdo_1 > ul li a{
	color: white;	
}

.home #menu_akdo_1_ul > li.underline{
	border-bottom: 1px solid #FFF;
}

.menu_akdo_1 ul {	
	padding-left: 0px;
}

.menu_akdo_1 ul li{
	display: inline-block;	
	cursor: pointer;
}

.menu_akdo_1 ul li + li{
	margin-left: 10px;
}

.menu_akdo_2{
	display: none;
	float: left;
    position: absolute;    
    z-index: 2; 
    background-color: transparent;
    /*font-family: Georgia, serif;*/   
}

.menu_akdo_2_content{
	margin-top: 60px;
	float: left;
	background-color: #FFF;
	border: 1px solid #000;
}

.menu_akdo_2 ul{	
	padding-left: 10px;
}

.menu_akdo_2 ul li{
	display: block;	
}

.menu_akdo_2, 
.menu_akdo_3 ul li, .menu_akdo_3 ul li a,
.menu_akdo_2_center ul li, .menu_akdo_2_center ul li a,
.menu_akdo_2_right ul li, .menu_akdo_2_right ul li a{
	color: #000 !important;		
}

.menu_akdo_2{
	text-transform: uppercase;
}

.menu_akdo_2 ul li + li{
	margin-left: 0px;
}

.menu_akdo_2_left, .menu_akdo_2_center, .menu_akdo_2_right{
	float: left;
}

.menu_akdo_2_left_row{
	clear: both;
	float: left;	
}

.menu_akdo_2_left_row:empty{
	display: none;
}

.menu_akdo_2_left_item {
	float: left;	
}	

.menu_akdo_2_left_item b, .menu_akdo_2_center b, .menu_akdo_2_right b{
	font-family: 'brandon_grotesque', sans-serif;
}

.menu_akdo_3 ul{	
	padding-left: 20px;
}

.menu_akdo_3 ul li, .menu_akdo_3 ul li a{
 	text-transform: none !important;
 	font-style: italic;
 	font-weight:  normal;
}

.menu_akdo_2_left_item > .menu_akdo_3 > ul > li.underline,
.menu_akdo_2_center .menu_akdo_3 > ul > li.underline{
	text-decoration: underline;
}

.menu_akdo_2_right .image_description{
	text-transform: none !important;
}



/* New menú */
.menu_akdo_1 ul li > a,
.menu_akdo_1 ul li{
	color:#717174 !important;
}
.menu_akdo_2_left_row,
.menu_akdo_2_center_row,
.menu_akdo_2_right_row{
	margin-bottom: 25px;
}
.menu_akdo_3 ul li{
	margin-bottom: 10px;
}
#header.mini .menu_akdo_1 ul li#wrapper_menu_search input{
	border:1px solid #717174;
}
.home #header.mini .menu_akdo_1 ul li#wrapper_menu_search input::-webkit-input-placeholder {
	color:#717174;
}
.home #header.mini .menu_akdo_1 ul li#wrapper_menu_search input:-ms-input-placeholder {
	color:#717174;
}
.home #header.mini .menu_akdo_1 ul li#wrapper_menu_search input::placeholder {
	color:#717174;
}
.home .menu_akdo_1 ul#menu_akdo_1_ul > li > a,
.home .menu_akdo_1 ul#menu_akdo_1_ul > li{
	color:white !important;
}
.menu_akdo_2,
.menu_akdo_2 ul li a,
.menu_akdo_2 ul li,
.menu_akdo_3 ul li a,
.menu_akdo_3 ul li{
	color:#717174 !important;
}
.menu_akdo_1 ul#menu_akdo_1_ul > li{
	margin-left: 30px;
}
.home .menu_akdo_1 ul li#wrapper_menu_search input{
	border:1px solid white;
}
.home .menu_akdo_1 ul li#wrapper_menu_search input::-webkit-input-placeholder {
	color:white;
}
.home .menu_akdo_1 ul li#wrapper_menu_search input:-ms-input-placeholder {
	color:white;
}
.home .menu_akdo_1 ul li#wrapper_menu_search input::placeholder {
	color:white;
}
.menu_akdo_1 li#wrapper_menu_search.underline,
.menu_akdo_1 li.underline:last-child{
	border-bottom:0px !important;
}
.menu_akdo_1 li:last-child{
	position: relative;
}
.menu_akdo_1 li #toggle_menu_lateral{
	top: 8px;
}

.menu_akdo_2_content {
	font-family: Georgia, serif;	
}

.menu_akdo_2_content {
    margin-top: 60px;
    float: left;
    background-color: #FFF;
    border: 0px;
    /*padding: 20px;*/
    padding: 20px 20px 10px 20px;    
    -webkit-box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
    box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
 }
 .menu_akdo_2_left_item {
    padding-right: 29px;
    width: 100px;
}
.menu_akdo_3{
	margin-top: 5px;
	color: #717174 !important;
    font-family: Georgia, serif;
    font-size: 12px;
    color: #717174;
    letter-spacing: 0.02em;
}
.menu_akdo_3 ul{
	padding-left: 0px;
	margin-top: 10px;
}
.menu_akdo_2_center li{
	margin-bottom: 30px;
}

.menu_akdo_2_right .image_description{
	margin-top: 15px;
}

.menu_akdo_2_right .image_description a{
	margin-top: 30px;
    color: #717174 !important;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 11px;
    color: #717174;
    letter-spacing: 0.02em;
    text-transform: initial;
}
.menu_akdo_2_right .image_link{
	margin-top: 10px;
}

.menu_akdo_2_center,
.menu_akdo_2_right{
	width: 50%;
	float: left;
}
.menu_akdo_1 ul#menu_akdo_1_ul > li:nth-child(2) .menu_akdo_2_right,
.menu_akdo_1 ul#menu_akdo_1_ul > li:nth-child(2) .menu_akdo_2_center{
	width: 25% !important;
	float: left;
} 
.home #header.mini .menu_akdo_1 ul#menu_akdo_1_ul > li > a,
.home #header.mini .menu_akdo_1 ul#menu_akdo_1_ul > li{
	color:#717174 !important;
}
.menu_akdo_2 li.underline{
	text-decoration: none !important;
}
.menu_akdo_2 li.underline a{
	text-decoration: underline !important;
}
#header.mini #toggle_menu_lateral>div {
	background:#717174;
}
.total-info.empty
{
	background:transparent !important;
}

.pp_description:not(:empty)  {
    display: block !important;    
    text-align: center;
    font-family: Georgia, serif;  
    font-style: italic;  
    color: #717174 !important;
}

.ppt{
	display: none !important;
}

#content_product{
	margin-top: 20px;
}

.p_caption, .bx-caption, .bx-caption span, .lb-caption{
	text-align: center;
	font-family: Georgia, serif !important;		
	font-size: 13px;
	font-style: italic;	
	color: #717174 !important;
	margin-top: 10px;
}

div#working_akdo_sales_rep_container {
    font-weight: 400;
    clear: both;
    border: 1px solid #717174;
    padding: 15px;
    margin-bottom: 15px;
    font-family: Georgia, serif;
    color: #717174;
    font-size: 15px;
    display: none;
}

div#name_of_rep_container{
	display: none;
}

.working_akdo_sales_rep_answer {
    float: right;
}

/* template-product */

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-style: none !important;
}

.thumbnail_video_container{
	position: relative;
}

.play_button{
	position: absolute;
    top: calc( 50% - 8px - 4px - 2px );
    left: calc( 50% - 12px + 6px - 15px );
}

.play_button .fa{
	color: #FFF;
    background-color: grey;
    opacity: 0.8;
    padding: 5px 15px;
    border-radius: 3px;
}

.play_button_big .fa{
	font-size: 32px;
	padding: 10px 30px;
}

.play_button_big{	
    top: calc( 50% - 16px - 8px - 4px );
    left: calc( 50% - 24px + 12px - 30px );
}

.advanced-search{
	position: absolute;
    margin-top: 10px;        
}

.advanced-search a{
	text-transform: none !important;
    font-style: italic;
    font-weight: normal;
    text-decoration: underline;
    font-family: Georgia, serif;
    font-size: 12px;
    padding-left: 10px;	
    color: #717174 !important;
}

.home .nomini .advanced-search a {    
    color: white !important;
}

#search_part_number_container{
	padding-left: 0px !important;
	padding-top: 15px;
	cursor: pointer;
}

#search_part_number_container #part_number{
	width: calc(100% - 15px);		
	box-sizing: border-box;
	padding-left: 10px;
	height: 27px;
    line-height: 22px;
}

#search_part_number_container #part_number::placeholder{
	font-family: 'brandon_grotesque', sans-serif;	
}

#search_part_number_container #part_number::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'brandon_grotesque', sans-serif;
  
}
#search_part_number_container #part_number::-moz-placeholder { /* Firefox 19+ */
  font-family: 'brandon_grotesque', sans-serif;
  
}
#search_part_number_container #part_number:-ms-input-placeholder { /* IE 10+ */
  font-family: 'brandon_grotesque', sans-serif;
  
}
#search_part_number_container #part_number:-moz-placeholder { /* Firefox 18- */
  font-family: 'brandon_grotesque', sans-serif;
  
}

#search_part_number_container button {
    padding: 5px 20px;
    border: 2px solid #ddd;
    color: #b1b1b0;
    margin-top: 20px;
    font-size: 15px;
    font-family: 'brandon_grotesque', sans-serif;
    background-color: #fff;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.covid_19{
    color: grey;
    font-family: 'brandon_grotesque_regularRg', sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.forest-description-grotesque{
	font-family: Georgia, serif !important;
    font-size: 14px;
    font-style: italic;
    min-height: 100px;
    display: block;
    line-height: 24px;
}

#titulo_submaterial_template_material{
	font-size: 32px !important;
	letter-spacing: .03em !important;
}

.collections_item{
	min-height: 440px !important;
}

#li_submenu_profiles{
	margin-left: 15px !important;
}

#li_submenu_profiles.underline{
	border-bottom: 0px !important;
}

div#submenu_profiles {    
    display: inline-block;
    vertical-align: middle;
}

div#submenu_profiles img{
	width: 25px;
    height: auto;
}

.mini div#submenu_profiles img{
	src: url(images/briefcase-icon-gray.png);
}

#submenu_profiles_options{
	display: none;
}

#submenu_profiles_options_content{
	margin-top: 53px;
	float: left;
	background-color: #FFF;	
	padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
    -moz-box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
    box-shadow: 0px 3px 6px 0px rgba(176,174,176,1);
    position: absolute;
    right: 0;
    margin-right: 60px;
}

.submenu_profiles_options_item{
	margin-bottom: 10px;
	float: left;
    clear: both;	
}

.submenu_profiles_options_item a{
	font-family: brandon_grotesque, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgb(113, 113, 116) !important;
}

.submenu_profiles_options_item a:hover{
	border-bottom: 1px solid rgb(113, 113, 116);
}

.submenu_profiles_options_item span,
.submenu_profiles_options_item img{
	width: 20px;
	height: 20px;
}

.submenu_profiles_options_item span{
	margin-right: 10px;
	float: left;
}

.submenu_profiles_options_item div{
	float: left;
	padding-top: 3px;
}

#li_submenu_profiles_responsive .menu-item span, 
#li_submenu_profiles_responsive .menu-item img,
#li_submenu_profiles_responsive span, 
#li_submenu_profiles_responsive img{
	width: 20px;
    height: 20px;
}

#li_submenu_profiles_responsive .menu-item span,
#li_submenu_profiles_responsive span {
    float: left;
    margin-right: 10px;
}

#li_submenu_profiles_responsive .menu-item div,
#li_submenu_profiles_responsive div{
	padding-top: 3px;
} 

.request_info_collecion,
.request_info_material{
	width: auto !important;
}

.request_info_material{
	margin-top: 20px;
}

.request_info_collecion button,
.request_info_material button,
.request_info_material a{
	padding-right: 15px !important;
    padding-left: 15px !important;
    font-family: 'brandon_grotesquebold';
}

#menu_akdo_profile_responsive{
	display: none;
    position: absolute;
    z-index: 2;
    background-color: #FFF;
    width: 100%;
    top: 47px;
}

#icono_menu_akdo_profile_responsive {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}