.cdp-cookies-alerta {
}
.cdp-cookies-alerta .cdp-cookies-solapa {
display: block;
position: fixed;
z-index: 100002;
width: 120px;
text-align: center;
font-size:12px;
line-height: 18px;
padding: 5px 0;
font-family: Helvetica, Arial, sans-serif;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.cdp-cookies-alerta.cdp-solapa-der .cdp-cookies-solapa {
right:0;
}
.cdp-cookies-alerta.cdp-solapa-izq .cdp-cookies-solapa {
left:0;
}
.cdp-cookies-alerta.cdp-solapa-ocultar .cdp-cookies-solapa {
display:none;
}
.cdp-cookies-alerta .cdp-cookies-texto {
position: fixed;
left:0; 
width:100%;
z-index: 100001;
padding: 5px 10px 5px 10px;
}
.cdp-cookies-alerta .cdp-cookies-texto h4 {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color:#ffffff;
padding: 0 0 5px 0;
margin: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
padding: 5px 0;
margin: 0;
text-align: center;
color:#bbbbbb;
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 11px;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
font-family: Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ff8888;
text-decoration: none;
border: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta .cdp-cookies-texto a:active, 
.cdp-cookies-alerta .cdp-cookies-texto a:visited {
color: #ffcccc;
}
.cdp-cookies-boton-cerrar {
font-size:11px !important;
line-height: 20px;
display: block;
width: 75px;
padding: 2px 10px 0 10px;
margin:0 auto;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} @keyframes animacion_abajo {
0% {bottom:0px;}
100% {bottom:-200px;}
}
@keyframes animacion_arriba {
0% {bottom:-200px;}
100% {bottom:0px;}
}
.cdp-animacion-abajo {
animation: animacion_abajo 0.5s forwards;
-webkit-animation: animacion_abajo 0.5s forwards;
}
.cdp-animacion-arriba {
animation: animacion_arriba 0.5s forwards;
-webkit-animation: animacion_arriba 0.5s forwards;
}
.cdp-mostrar {
bottom: 0;
}
.cdp-ocultar { 
bottom: -200px;
} .cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
text-align: left;
} .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
background-color: #444444;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
color: #bbbbbb;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
color: #ff8888 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
color: #ffcccc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa {
background-color: #333;
color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa:hover {
background-color: #666;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
background-color: #000;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
background-color: #666;
} .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
background-color: #ffffff;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
color: #eeaaaa;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa {
background-color: #fff;
color: #333;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa:hover {
background-color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
background-color: #aaa;
color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
background-color: #ddd;
} .cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto {
background-color: #e04729;
border-top:1px solid #99301b;
border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa {
background-color: #e04729;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa:hover {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar:hover {
background-color: #85120c;
} .cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto {
background-color: #5492e0;
border-top:1px solid #3f6da7;
border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
color: #dcebff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa {
background-color: #5492e0;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa:hover {
background-color: #3472c0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar {
background-color: #2462b0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar:hover {
background-color: #64a2f0;
} .cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto {
background-color: #0b7000;
border-top:1px solid #064000;
border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
color: #c4ffbe;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa {
background-color: #0b7000;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa:hover {
background-color: #095000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar {
background-color: #074000;
color: #fff !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar:hover {
background-color: #2b9010;
} .cdp-cookies-boton-creditos {
font-size: 10px;
float:right;
padding: 10px 0;
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; } body { background: url(//secadordeunas.es/wp-content/themes/rehub/images/body-bg.png) repeat #f5f5f5; color: #000; font: 14px Arial, Helvetica, trebuchet ms; }
a { text-decoration: none; outline: none !important; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
a:after{-webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
article.post a { text-decoration: underline; color:#111}  a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; color: #000;}
h1, h2, h3, h4, h5, h6 { color: #111; font-family: 'Open Sans Condensed', trebuchet ms; font-weight: 700; line-height: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #111; }
article h1 { font: 700 30px/28px 'Open Sans Condensed', trebuchet ms, arial; color: #111111; text-transform: uppercase; margin: 12px 0 15px 0; letter-spacing: -0.5px }
article h2 { font: 700 25px/25px 'Open Sans Condensed', trebuchet ms; color: #111111; margin: 25px 0 15px 0; text-transform: uppercase; }
article h3 { font: 700 21px/21px 'Open Sans Condensed', trebuchet ms; color: #111111; margin: 20px 0 15px 0; text-transform: uppercase; }
article h4 { font: 700 18px/18px 'Open Sans Condensed', trebuchet ms; color: #111111; margin: 10px 0; text-transform: uppercase; }
article h5 { font: 700 16px/16px 'Open Sans Condensed', trebuchet ms; color: #111111; margin: 10px 0 }
article h6 { font: 700 14px/14px 'Open Sans Condensed', trebuchet ms; margin: 10px 0 }
article p { margin: 0 0 12px 0 }
article em { font-style: italic }
article strong { font-weight: bold }
article { font: 14px/20px 'arial', trebuchet ms; color: #111111; }
p strong { font-weight: bold; }
p em { font-style: italic; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
::-moz-selection {
background: #999;
color: #fff;
text-shadow: none;
}
::selection { background: #999; color: #fff; text-shadow: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
} header { width: 100%; background: #fff; position: relative; z-index: 9000 }
.header-top { width: 1200px; margin: 0 auto; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; min-height: 30px; overflow: hidden; background-color: #fff; }
.header-top .top-nav { width: 50%; float: left;overflow: hidden }
.header-top .top-nav a { color: #111111; }
.header-top .top-nav li { padding-left: 13px; border-left: 1px solid #666666; margin: 0 13px 10px 0; float: left; font: 12px/12px Arial, Helvetica, trebuchet ms; }
.header-top .top-nav ul { list-style: none; overflow: hidden; margin: 9px 0px 0 15px; }
.header-top .top-nav a:hover { text-decoration: underline }
.header-top .top-nav li:first-child { margin-left: 0px; border-left: 0px; padding-left: 0; }
.header-top .top-social { overflow: hidden; width: 50%; float: right; text-align: right; padding-right: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.header-top .top-social .social_icon.small_i a { float: right; margin: 5px 2px 0 0 }
.responsive_nav_wrap { display: none; }
header .logo-section { width: 1200px; margin: 0 auto; margin-bottom: 13px; padding-top: 13px; overflow: hidden; }
header .logo { width: 463px; float: left; margin-right: 15px; line-height: 0; padding: 5px 0 }
header .logo img { max-width: 100%; height: auto; }
header .header_second_style .logo { margin-right: 9px }
header .header_third_style .logo, header .header_fourth_style .logo { margin: 0 auto !important; width: auto; text-align: center !important; float: none !important; width: auto !important; }
header .header_third_style .logo img, header .header_fourth_style .logo img { max-width: 100%; height: auto; }
.logo .textlogo { font: 700 26px/26px Arial; letter-spacing: -0.5px; padding-bottom: 10px}
.logo .sloganlogo { font: 14px/14px Arial; color: #888 }
.megatop_mediad { float: none; text-align: center; line-height: 0; }
.mediad.megatop_mediad img { max-width: 100%; }
.megatop_wrap { border-bottom: 1px solid #ddd; padding: 15px 0; }
.content.mediad_footer{ background: none transparent; box-shadow: none; margin: 20px auto;}
header .mediad { float: left; line-height: 0 }
header .header_first_style .mediad { width: 468px }
header .header_second_style .mediad { width: 728px }
header .header_third_style .mediad { display: none; }
header .header_fourth_style .mediad { width: 728px; float: none; margin: 15px auto 5px; text-align: center; }
header .mediad img { max-width: 100% !important; height: auto !important; }
header .search { width: 220px; float: right; padding-top: 12px; }
header .search form { padding: 6px 7px; border: 1px solid #dddddd; overflow: auto; background-color: #fff; position: relative; }
header .search form input[type="text"] { border: none; height: 20px; width: 180px; float: left; line-height: 20px; background-color: transparent; }
header .search form i { background: none transparent; width: 19px; text-align: center; height: 20px; border: none; float: right; cursor: pointer; color: #444; font-size: 15px; line-height: 20px }
header .search form input[type="submit"] { font-size: 0px; background: none transparent; width: 19px; height: 20px; border: none; float: right; cursor: pointer; color: transparent; position: absolute; right: 6px; top: 7px; }
header .responsive_search.search form input[type="submit"] { right: 8px; top: 4px; }
header .responsive_search { display: block; float: right; width: 160px; margin-left: 5px }
header .responsive_search.search form { padding: 4px 8px; height: 22px; border: none; border-left: 1px solid #DDDDDD }
header .responsive_search.search form input[type="text"] { width: 120px }
header .responsive_search.search { padding-top: 0 }
.block_style header .responsive_search.search { margin-right: 0 }
header .main-nav { width: 100%; margin-bottom: 10px; 
background-color: #3d3d3d;
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121));
background: -webkit-linear-gradient(top, #3d3d3d, #212121);
background: -moz-linear-gradient(top, #3d3d3d, #212121);
background: -ms-linear-gradient(top, #3d3d3d, #212121);
background: -o-linear-gradient(top, #3d3d3d, #212121);}
header .main-nav:after{content: ''; display:table; clear: both; }
header .is-sticky .main-nav { left: 0; }
nav.top_menu { width: 1200px; margin: 0 auto; }
nav.top_menu ul li { display: inline-block; position: relative; float: left; }
nav.top_menu ul.sub-menu li { display: block; float: none; }
nav.top_menu > ul > li > a {  color: #fbfbfb; padding: 11px 20px 15px 20px; display: block;  border-top: 4px solid transparent; box-sizing: border-box; }
nav.top_menu > ul > li{ border-left: 1px solid rgba(255, 255, 255, 0.18);}
nav.top_menu > ul > li:first-child{ border-left: none; box-shadow: none;}
nav.top_menu span.subline, #dl-menu span.subline{font: normal 12px/12px Arial;display: block;text-transform: none;margin: 8px 0px 0px 0px; opacity: 0.8;-webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);}
nav.top_menu ul.menu > li.menu-item-has-children > a:before { font: 14px FontAwesome; content: '\f107';margin: 3px 0 0 7px; float: right; }
nav.top_menu ul li.menu-item-has-children { position: relative }
nav.top_menu ul li.menu-item-has-children > a{}
nav.top_menu ul li.menu-item-has-children ul li.menu-item-has-children > a:before { color: #111; content: "\f105"; font-family: FontAwesome;cursor: pointer; display: inline-block; float: right; padding-left: 8px}
nav.top_menu ul li ul { background: #fff; position: absolute; z-index: 9999999 !important; ; width: 210px;display: none; box-shadow: 0 0 4px #ccc }
nav.top_menu ul li ul li:hover ul { display: block; position: absolute; top: 0; left: 100%; width: 210px }
nav.top_menu ul li ul li a { font-size: 16px; line-height: 16px; color: #111; display: block; padding: 18px; border-top: 1px solid #eee }
nav.top_menu ul li ul li:first-child a{ border-top-color: transparent;}
nav.top_menu ul li a{font: 700 17px/17px 'Open Sans Condensed', trebuchet ms;text-transform: uppercase;-webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);}
nav.top_menu > ul > li > ul > li:first-child > a:after {position: absolute;content: "";width: 0;height: 0;border-style: solid;top: -5px;left: 19px;border-width: 0 6px 6px 6px;;border-color: transparent transparent #FFF transparent;}
nav.top_menu ul ul li a:hover {box-shadow: 210px 0 0 #F9F9F9 inset;}	
nav.top_menu > ul > li > a:hover{border-top-color: #FB7203; box-shadow: 1px 0 0 rgba(255,255,255,0.1) inset, 0 -100px 0 rgba(0,0,0,0.15) inset;}
nav.top_menu > ul > li > a:hover span.subline{opacity: 1} .content { width: 1130px; margin: 0 auto; background: #fff; padding: 30px 35px; box-shadow: 0px 0px 10px #ccc; position: relative; }
a.comment { background: none transparent; border: 1px solid #fff; padding: 2px 5px; line-height: 16px; width: auto; height: auto; top: 10px; right: 10px; min-width: 11px; font: bold 15px 'Open Sans Condensed', trebuchet ms; text-align: center; display: inline-block; position: absolute; color: #fff; z-index: 101 }
a.comment:after { top: 100%; right: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #ffffff; border-width: 7px 9px 9px 0; margin-left: -9px; }
a.comment_two { background: none transparent; border: 1px solid #000; padding: 2px 5px; line-height: 16px; width: auto; height: auto; position: relative; min-width: 11px; color: #111 !important; font: bold 15px 'Open Sans Condensed', trebuchet ms; text-align: center; display: inline-block; text-decoration: none !important; }
a.comment_two:after { top: 100%; right: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-top-color: #000000; border-width: 7px 9px 9px 0; margin-left: -9px; }
span.vid_icon { position: absolute; top: 10px; left: 10px; font-size: 50px; color: #fff; z-index: 100; display: block; text-shadow: 0 0 1px #666; }
span.vid_icon:hover { text-decoration: none; }
span.vid_icon_min { position: absolute; top: 50%; left: 50%; margin: -18px 0 0 -18px; z-index: 100; display: block; font-size: 36px; color: #fff; text-shadow: 0 0 1px #666; }
span.vid_icon_min:hover { text-decoration: none; }
.news_block figure:hover a.vid_icon, .news_block figure:hover a.vid_icon_min { text-shadow: none; }
a.expand { width: 20px; height: 20px; background: url(//secadordeunas.es/wp-content/themes/rehub/images/expand.png) no-repeat; display: inline-block; margin-right: 5px; }
.pattern { background: url(//secadordeunas.es/wp-content/themes/rehub/images/feature-pattern.png) repeat scroll 0 0 rgba(0, 0, 0, 0); pointer-events: none}
.pattern { bottom: 0; display: block; left: 0; opacity: 1; position: absolute; right: 0; top: 0; transition: opacity 0.5s ease 0s; width: 100%; z-index: 9; }
.news:hover .pattern, .tabs_img:hover .pattern, .side-twocol .columns:hover .pattern, .article-sec figure:hover .pattern, .news_block .big_img figure:hover .pattern, .video_widget figure:hover .pattern, .small_post:hover .pattern, .post_slider:hover .pattern, #home_carousel .preview:hover .pattern, .edd_masonry_grid:hover .pattern{ opacity: 0 }
.priced_block { margin-bottom: 15px; }
.priced_block p {float: left; }
.price_count { color: #111; display: block; text-align: center; background: #111; color: #fff; }
.priced_block a.btn_offer_block { font: 700 17px/17px 'Open Sans Condensed', trebuchet ms; float: left; color: #ffffff !important; padding: 0.5em 0.3em 0.5em 0.4em; text-transform: uppercase; position: relative; }
.small_post:hover .priced_block a.btn_offer_block, .news:hover .priced_block a.btn_offer_block{padding: 0.5em 0.5em 0.5em 0.6em;}
.priced_block a.btn_offer_block:after { content: ""; position: absolute; top: 0; left: 100%; height: 0; width: 0; }
.priced_block .price_count { font: 700 17px/17px 'Open Sans Condensed', trebuchet ms; padding: 0.5em; }
.post .priced_block { margin: 10px 0; clear: both; }
.content.landing_page { margin: 25px auto 10px auto !important; }
.landing_bottom { text-align: center; font-size: 11px }
.page-link { margin: 15px 0 0; padding: 10px; background: #f6f6f6; }
.page-link a { padding: 5px 6px; background: #ddd; text-decoration: none !important; }
.page-link a:hover { background: #111; color: #fff; }
.cats_def a { font: 700 13px/13px 'Open Sans Condensed', trebuchet ms; color: #888; margin-right: 4px; display: inline-block; margin-bottom: 4px; text-transform: uppercase; text-decoration: none;}
.def_btn { padding: 6px 7px; color: #111; text-align: center; text-shadow: 0 1px 1px #fff; vertical-align: middle; cursor: pointer; background-color: #f5f5f5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(to bottom, #eeeeee, #dddddd); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-repeat: repeat-x; border: 1px solid #bfbfbf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; *zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.def_btn:hover { background-color: #ededed; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee); background-image: -o-linear-gradient(top, #dddddd, #eeeeee); background-image: linear-gradient(to bottom, #dddddd, #eeeeee); background-image: -moz-linear-gradient(top, #dddddd, #eeeeee); }
.def_btn:active { -webkit-box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); }
figure img { width: 100%; height: auto; vertical-align: top }
.post figure img { width: auto; height: auto; text-align: center; }
.main_slider .pattern, .video_widget .pattern { box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.6); }
.featured_slider .pattern { box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.9); }
.featured_slider:hover .score { background-color: #FF7200; border-color: #FF7200 }
.featured_slider .score { }
.post-meta { margin-bottom: 20px; font-size: 11px; color: #bbb; line-height: 12px;  }
.post-meta i{ font-size: 3px;line-height: 12px;vertical-align: top;}
.post .post-meta { margin-bottom: 0 }
.post-meta span.date { color: #888; display: inline-block; margin-right: 4px; text-transform: uppercase; }
.post-meta a.cat {display: inline-block; text-decoration: none; margin-left: 4px; margin-right: 6px; text-transform: uppercase; color: #111}
.post-meta a.admin {color: #888; display: inline-block; text-decoration: none; margin-left: 4px; }
.rcnt_meta { margin: 6px 0; font: italic 12px/12px 'arial', trebuchet ms; color: #888}
.rcnt_meta i{font-size: 3px;line-height: 12px;vertical-align: top;}
.rcnt_meta i.fa-eye{ font-size: 12px; padding-left: 3px;}
.rcnt_meta a{color: #888;}
.f-postmeta { color: #888888; font-size: 10px; margin-bottom: 8px;line-height: 10px; text-transform: uppercase; }
.f-postmeta i{font-size: 3px;line-height: 11px;vertical-align: top;}
.f-postmeta a { text-decoration: none; color: #111}
.sticky h2 i, .news .detail h4 i { margin-right: 6px } .main_slider.flexslider { width: 765px; float: left; height: 460px; border: none !important; border-radius: 0 !important; box-shadow: none !important; margin-bottom: 25px }
.main_slider.flexslider .slides { width: 765px; height: 460px; }
.main_slider.flexslider .slides .slide { position: relative; height: 460px; }
.flexslider .slides img { width: 100%; height: 100% }
.main_slider .flex-overlay { position: absolute; top: 0px; left: 0px; width: 765px; height: 460px; text-align: center; z-index: 99 }
.main_slider .flex-overlay .post-meta { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; text-align: center; width: 424px; margin: 0 auto; margin-top: 200px; margin-bottom: 13px; background-position: -29px -0px;}
.main_slider .flex-overlay .post-meta .inner_meta { width: 210px; text-align: center; margin: 0 auto; font-size: 11px; color: #fff; }
.main_slider .flex-overlay .post-meta .inner_meta { color: #fff; }
.main_slider .flex-overlay .post-meta span.date { font-size: 11px; color: #fff; display: inline-block; }
.main_slider .flex-overlay .post-meta a.cat { font-size: 11px; color: #fff; text-decoration: underline; text-transform: uppercase; }
.main_slider .flex-overlay h2 { margin-bottom: 19px; font: 700 40px/38px 'Open Sans Condensed', trebuchet ms; text-shadow: 1px 1px 1px #000; padding: 0 55px; overflow: hidden; max-height: 76px; text-transform: uppercase }
.main_slider .flex-overlay h2 a { color: #fff }
.main_slider .flex-overlay a.read-more { font: bold 26px/26px 'Open Sans Condensed', trebuchet ms; color: #fff; text-transform: uppercase; text-shadow: 1px 1px 1px #000; padding: 5px 35px; border: 2px solid #fff; transition: all 0.4s ease 0s !important; position: relative; overflow: hidden; display: inline-block; }
.main_slider .flex-overlay a.read-more:after { content: "+"; position: absolute; transition: all 0.3s ease 0s; right: -30%; top: 4px !important }
.main_slider .flex-overlay:hover a.read-more:after { right: 20px }
.main_slider .slides .slide:hover .pattern { opacity: 0.7 }
.main_slider .flex-direction-nav .flex-prev { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; left: 2px; content: "" !important; font-size: 0 !important; background-position: -82px -156px;width: 32px; height: 69px }
.main_slider .flex-direction-nav .flex-next { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; right: 2px; text-align: right; content: "" !important; font-size: 0 !important; background-position: -50px -156px;width: 32px; height: 69px }
.main_slider .flex-direction-nav a:before { content: "" !important; font-size: 0 !important }
.main_slider .flex-direction-nav a { height: 69px; margin: -35px 0 0 0 !important }
.main_slider .flex-control-nav { bottom: 10px; }
.main_slider .flex-control-paging li a { background: none repeat scroll 0 0 #ddd; height: 8px; width: 8px; border-radius: 16px }
.main_slider .flex-control-nav li { margin: 2px !important } .side-twocol { width: 336px; float: right; }
.side-twocol .columns { height: 220px; position: relative; overflow: hidden; }
.side-twocol .col-1 { margin-bottom: 20px; }
.columns figure { }
.columns figure .sidecol-overlay { height: 220px; width: 336px; position: absolute; top: 0px; left: 0px; z-index: 99 }
.columns figure .sidecol-overlay h3 { width: 100%; background: rgba(0,0,0,0.8); position: absolute; bottom: 0px; text-transform: uppercase; font: bold 21px/20px 'Open Sans Condensed', trebuchet ms, arial; }
.columns figure .sidecol-overlay h3 a { color: #fff; text-shadow: 1px 1px 1px #000; padding: 15px 20px; display: block; transition: all 0.3s ease 0s; }
.side-twocol .columns:hover h3 a { padding: 15px 20px 25px 20px; } .main-side { width: 765px; float: left; position: relative; }
.main-side.full_width { float: none; width: 100% }
.main-side .right-sec { float: right; } .heading { padding: 12px 0px; border-bottom: 3px solid #222222; margin-bottom: 20px; }
.heading .head_section { color: #111; display: inline-block; font: 23px/23px 'Open Sans Condensed', trebuchet ms, arial; text-transform: uppercase; }
.heading span { font-weight: 700; }
.heading h5 { text-transform: uppercase; display: inline-block; font: 23px/23px 'Open Sans Condensed', trebuchet ms, arial; }
.heading h5 strong { font-weight: 700 }
.heading a { font: 16px/23px 'Open Sans Condensed', trebuchet ms, arial; text-transform: uppercase; float: right; margin-left: 10px; vertical-align: 2px; }
.h-two { background: url(//secadordeunas.es/wp-content/themes/rehub/images/heading-two-bg.png) bottom repeat-x; border-bottom: 0px; padding: 12px 0px; margin-bottom: 20px; }
.h-three { background: url(//secadordeunas.es/wp-content/themes/rehub/images/heading-two-bg.png) center repeat-x; border-bottom: 0px; padding: 12px 0px; margin-bottom: 0; }
.h-three .head_section { padding: 10px 15px 0 15px; background: #fff; display: inline-block; margin-left: 20px; }
.h-three.center .head_section{ margin: 0 auto}
.h-three .head_section div { display: inline-block }
.h-three a { float: none; }
.center { text-align: center; }
#reviews_tabs { margin-bottom: 20px; }
#reviews_tabs .tabs-item { display: none;}
#reviews_tabs > ul > li.current { color: #ffffff; }
#reviews_tabs > ul { border-bottom: 4px solid #000000; margin-bottom: 20px; }
#reviews_tabs > ul > li { float: left; margin-right: 1%; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; font: 700 17px/17px 'Open Sans Condensed', trebuchet ms; text-transform: uppercase; background: #000000; font-style: italic; padding: 14px 0px; width: 24.25%; text-align: center; display: block; text-decoration: none; color: #ffffff; outline: 0px; cursor: pointer;  }
#reviews_tabs > ul > li:last-child { margin-right: 0px; }
#reviews_tabs > ul > li:hover { color: #ffffff; }
#reviews_tabs .more { display: block; background: #e43917; padding: 10px 0px; font: 16px/16px 'Open Sans Condensed', trebuchet ms; text-align: center; clear: both; text-transform: uppercase; }
#reviews_tabs .more span {  display: inline-block; padding-right: 18px; color: #ffffff; }
.tabs_img { width: 49.5%; height: 310px; float: left; position: relative; margin-bottom: 20px }
.tabs_img figure { width: 100%; height: 100%; background-color: #000 }
.tabs_img figure img { width: 100%; height: 100%; opacity: 0.8;  }
.video_overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99;pointer-events: none; }
.video_overlay > div { text-align: center; padding: 15px 20px; width: 100%;  position: absolute; bottom: 0px; text-shadow: 1px 1px 1px #000; transition: all 0.4s ease 0s; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
.video_overlay > div h3 { margin-bottom: 10px;  }
.video_overlay > div h3 a { font: 700 28px/27px 'Open Sans Condensed', trebuchet ms; color: #fff; text-transform: uppercase }
figure:hover .video_overlay > div { padding-bottom: 25px }
.video_overlay .post-meta { margin-bottom: 8px; }
.video_overlay .post-meta a, .video_overlay span.date{ color: #bbb !important}
.video_overlay .star-small { text-align: center; margin-top: 3px }
.tabs_img .score { text-align: center; font: 700 14px 'Open Sans Condensed', trebuchet ms; display: inline-block; background: #e43917; padding: 10px; position: absolute; top: 10px; left: 10px; color: #fff }
#reviews_tabs > ul > li.current, #reviews_tabs > ul > li:hover { background: #E43917; }
.tabs_img .score span { display: block; font: bold 34px/32px 'Open Sans Condensed', trebuchet ms; }
.tabs-item .right { width: 47.5%; float: right; }
.tabs-item .right > div { margin-bottom: 20px; }
.tabs-item .right figure { width: 34%; float: left; position: relative; overflow: hidden; }
.tabs-item .right figure a img { width: 100%; height: 90px; }
.tabs-item .right figure span.score { width: 30px; height: 30px; display: inline-block; color: #ffffff; background: #e43917; text-align: center; font: 700 12px 'arial', trebuchet ms; position: absolute; top: 0px; left: 0px; line-height: 30px; }
.tabs-item .right .detail { float: right; width: 61%; }
.tabs-item .right .detail h4 { color: #111111; font: 700 14px/17px 'arial', trebuchet ms; margin-bottom: 8px }
.tabs-item .right .detail p { margin-bottom: 4px; font: 11px 'arial', trebuchet ms; color: #888888; }
.tabs-item .right .detail p a { font: 400 11px 'arial', trebuchet ms; color: #888888; }
.news_block.news_right .right { width: 47.5%; float: right; }
.news_right .right > div { margin-bottom: 0px; border-bottom: 0px !important; padding-bottom: 0px !important; margin-bottom: 0px !important; }
.news_right.news_block .right figure { width: 34%; height: 74px !important; float: left; position: relative; margin-bottom: 5px !important; }
.news_right .right figure a { display: block; width: 100%; height: 100%; }
.news_right .right figure a img { width: 100%; height: auto; }
.news_right .right .detail { float: right; width: 61%; }
.news_right .right .detail h5 { color: #111111; font: 700 14px 'arial', trebuchet ms; margin-bottom: 5px }
.article-sec { width: 48%; float: left; }
.article-sec .post-meta i{ display: none;}
.article-sec .post-meta{ margin-bottom: 12px}
.article-sec figure { position: relative; margin-bottom: 18px }
.article-sec .f-post figure{ margin-bottom: 0}
.article-sec .post-meta a.cat { text-transform: uppercase; font: bold 12px Arial; margin: 0 }
.article-sec article h3 { color: #111; text-transform: uppercase; margin: 0 0 12px 0 }
.article-sec article{margin-bottom: 24px}
.article-sec .f-post article{margin-bottom: 0}
.f-post { margin-bottom: 14px; }
.f-post figure { width: 31%; float: left;}
.f-post article { width: 64%; float: right; }
.f-post article h4 { font-size: 14px; font-weight: bold; color: #111111; line-height: 16px; margin: 0 0 8px 0; font-family: Arial, Helvetica, trebuchet ms; text-transform: none; }
.news_block { margin-bottom: 20px; }
.news_block .right { width: 35%; float: right; }
.news_block .right figure { width: 100%; margin-bottom: 12px; position: relative; overflow: hidden; }
.news_block .big_img { float: left; width: 62%; }
.news_block .big_img figure { position: relative; background-color: #000 }
.news_block .big_img figure .pattern { box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset; }
.news_block .big_img figure img{ opacity: 0.8}
.news_block .right h3{font: bold 15px Arial; margin-bottom: 5px}
.news_block .post-meta{ margin-bottom: 15px}
.news_block .right:last-child .post-meta { margin-bottom: 0 }
.news_no_thumbs {border-bottom: 1px solid #dddddd;padding-bottom: 10px;margin-bottom: 10px;}
.news_no_thumbs h5{color: #111111;font: 700 14px/17px 'arial', trebuchet ms;margin-bottom: 8px;}
.news { padding: 20px; margin-bottom: 15px; border: 1px solid #ebeeef; }
.news figure { width: 30%; float: left; position: relative; }
.news figure img { width: 100%; vertical-align: top }
.news .detail { width: 66.5%; float: right; position: relative; }
.news .detail h3 { font-size: 22px; text-transform: uppercase; float: left; padding: 0 36px 0 0; margin: 0 0 12px 0 }
.news .detail h3 i{ padding-right: 5px}
.news .detail .post-meta, .small_post .post-meta {clear: both; margin-bottom: 12px }
.news .detail .star-small{ margin-bottom: 12px}
.news .detail .comment_two {  top: 0; right: 0; position: absolute; }
.news .detail p { font: 14px 'arial', trebuchet ms; color: #111111; line-height: 18px; margin-bottom: 13px; }
.news .detail .priced_block{ margin-bottom: 0}
.btn_more { font: 700 15px/15px 'Open Sans Condensed', trebuchet ms; color: #111111; padding: 4px 8px; border: 1px solid #1e1e1e; display: inline-block; transition: all 0.3s ease 0s; vertical-align: middle; text-decoration: none !important; text-transform: uppercase; } .top_theme { width: 1200px; margin: 0 auto 10px; height: 30px; position: relative; overflow: hidden; line-height: 30px; }
.top_theme #vertical-ticker { display: block; height: 30px; white-space: nowrap; font-size: 14px }
ul.newsticker { position: relative; left: 389px; }
ul.newsticker li { float: left; margin-right: 75px !important; }
.scroller { width: 18px; height: 11px; z-index: 100 !important; position: relative; display: block; float: left; vertical-align: middle; background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; outline: none !important; border: none;  background-position: -127px -101px; }
.scroller.up { margin: 9px 10px 0 0;  background-position: -147px -101px;}
.scroller.down { margin: 9px 2px 0 10px; }
.top_theme h5 { height: 29px; position: relative; display: inline-block; float: left; }
.top_theme h5 strong { position: relative; padding: 3px 7px; float: left; text-transform: uppercase; font: 12px 'arial', trebuchet ms; color: #ffffff; margin-right: 8px; border-radius: 3px; margin-top: 4px }
.top_theme a { color: #111111; text-decoration: underline } .sidebar { width: 336px; float: right; border-bottom: 1px solid #cecece; }
.sidebar img { max-width: 100% }
.widget.tabs { margin-bottom: 25px; }
.widget.tabs .current { color: #ffffff; }
.widget.tabs > ul { border-bottom: 2px solid #000000; }
.widget.tabs > ul > li { float: left; margin-right: 2%; font: 700 17px 'Open Sans Condensed', trebuchet ms; text-transform: uppercase; background: #000000; padding: 10px 0px; width: 49%; text-align: center; display: block; text-decoration: none; color: #ffffff; outline: 0px; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -o-transition: background-color 0.3s; -ms-transition: background-color 0.3s; transition: background-color 0.3s; cursor: pointer }
.widget.tabs > ul > li:last-child { margin-right: 0px; }
#categories_tabs .tab > div { border: 0px; }
.color_sidebar { margin-top: 20px }
.sidebar .tab .tabs-item { display: none; }
.sidebar .tabs-item > div, .footer-bottom .tabs-item > div { padding: 16px 0; border-bottom: 1px solid #cecece; }
.sidebar .tabs-item div:last-child { border: none !important; margin-bottom: 0 }
.sidebar .tabs-item figure, .footer-bottom .tabs-item figure { width: 31%; float: left; margin-right: 10px; position: relative; }
.sidebar .tabs-item figure a { display: block; width: 100%; height: 100%; }
.sidebar .tabs-item figure a img { width: 100%; }
.sidebar .tabs-item .detail { float: right; width: 65% }
.sidebar .tabs-item .detail h5 { color: #111111; font: 700 14px 'arial', trebuchet ms; }
.sidebar .tabs-item .detail .rcnt_meta a.comm_meta { color: #888888; text-decoration: none !important; }
.progress-bar { width: 126px; height: 27px; background: #dcdcdc; position: relative; margin-top: 9px; }
.bar { width: 95px; height: 27px; background: #e43917; position: absolute; }
.progress-bar a { padding: 9px; display: inline-block; margin-top: -2px; color: #ffffff; background: #222222; font: 700 12px 'arial', trebuchet ms; }
.featured_slider .slide { position: relative; }
.featured_slider { position: relative; margin-bottom: 20px; }
.featured_slider .wrap { padding: 0; }
.featured_slider .view-link { display: block; position: relative; }
.featured_slider .view-link:hover .pattern { opacity: 0; filter: alpha(opacity=0) }
.featured_slider .image { overflow: hidden; }
.featured_slider .image img { display: block; width: 100%; height: auto }
.featured_slider .flex-direction-nav { }
.featured_slider .flex-direction-nav li a { width: 30px; height: 50px; display: inline-block; z-index: 999; top: 100px; position: absolute; margin-top: 10px; font-family: Arial, Helvetica, trebuchet ms; content: ""; opacity: 1; overflow: hidden; text-indent: -9999px; font-size: 0; text-shadow: none; outline: none !important }
.featured_slider .flex-direction-nav li a:before, .featured_slider .flex-direction-nav li a.flex-prev:before, .featured_slider .flex-direction-nav li a.flex-next:before { content: "" }
.featured_slider .flex-direction-nav li a.flex-prev { left: 10px; background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; display: inline-block;background-position: -103px -101px; height: 35px; width: 16px }
.featured_slider .flex-direction-nav li a.flex-next { right: 10px; background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; display: inline-block;background-position: -87px -101px; height: 35px; width: 16px }
.featured_slider .score { border: 2px solid #ffffff; position: absolute; top: 50%; left: 50%; z-index: 99999; text-align: center; padding: 5px 10px; margin: -40px 0px 0px -40px; color: #ffffff; font: 700 14px 'Open Sans Condensed', trebuchet ms; width: 60px; transition: all 0.4s ease 0s !important; }
.featured_slider .score a { }
.featured_slider .score i { color: #ffffff; font: 700 34px/36px 'Open Sans Condensed', trebuchet ms; display: block; }
.featured_slider .reviews { color: #ffffff; font: 700 14px 'Open Sans Condensed', trebuchet ms; background: #000000; position: absolute; right: 0px; bottom: 4px; padding: 3px 8px; z-index: 99 }
.featured_slider .flex-control-nav { display: block; top: -4px; right: 0px; position: absolute; text-align: right; width: auto; bottom: auto; }
.featured_slider .flex-control-nav li { margin: 0 !important }
.featured_slider .flex-control-paging li a { width: 10px; height: 10px; border-radius: 50%; display: inline-block; font: 0/0 Arial; background: #c9c9c9; margin: 0 2px; box-shadow: none; color: transparent }
.sidebar .featured_slider .link { font: 700 21px/21px 'Open Sans Condensed', trebuchet ms; margin: 8px 0; display: block; text-transform: uppercase; }
.sidebar .featured_slider p { font: italic 400 12px/18px 'arial', trebuchet ms; }
.category_tab ul.cat_widget_custom { list-style: none; }
.category_tab ul.cat_widget_custom li { border-bottom: 1px solid #d6d6d6; font: 14px/32px 'arial', trebuchet ms; }
.category_tab ul.cat_widget_custom li:nth-last-of-type(1) { border: none }
.category_tab ul.cat_widget_custom li a { color: #111111; outline: none; }
.category_tab ul.cat_widget_custom li span.counts { font: 12px/11px arial; margin-top: 5px; color: #ffffff; background: #aaaaaa; border-radius: 3px; padding: 3px 7px; float: right; }
.category_tab ul.cat_widget_custom li a span.drop_list { float: none; font: 400 14px 'arial'; color: #666; background-color: transparent; padding: 0 }
.category_tab ul.cat_widget_custom li:last-child { border: 0px; }
.sidebar .tabs-item .category_tab { border: none; padding: 0; margin: 0 }
.category_tab ul.cat_widget_custom ul.children li { font: 12px 'Arial', trebuchet ms; color: #787878; padding: 0 0 0 10px; margin-bottom: 3px; border: none; position: relative; }
.category_tab ul.cat_widget_custom ul.children li:before{position: absolute; content: "+"; top: 7px; left: 0; color: #999; line-height: 0; font-size: 12px; font-family: Arial}
.category_tab ul.cat_widget_custom ul.children li span.counts, .category_tab ul.cat_widget_custom li ul.children li a span.drop_list { display: none; }
.category_tab .children { display: none; margin: 5px 0 10px 10px }
.sidebar .widget { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #cecece; clear: both; overflow: hidden; }
.sidebar .widget.widget_icl_lang_sel_widget { overflow: visible; }
.sidebar .widget .title { font: 700 18px/20px 'Open Sans Condensed', trebuchet ms; text-transform: uppercase; color: #111; margin-bottom: 15px }
.widget_categories li, .widget_archive li, .widget_nav_menu li, .widget_pages li, .login_widget ul li, .edd-taxonomy-widget li { margin-bottom: 6px }
.widget_recent_entries li, .widget_recent_comments ul li, .widget_product_categories li { margin-bottom: 10px }
.widget_categories li a, .widget_archive li a, .widget_nav_menu li a, .widget_recent_entries li a, .widget_recent_comments ul li a, .widget_pages ul li a, .login_widget ul li a, .widget_product_categories ul li a, .widget_meta ul li a, .edd-taxonomy-widget li a { text-decoration: underline; color: #111; }
.widget_nav_menu ul.sub-menu, .widget_product_categories ul.children { margin: 6px 0 }
.widget_nav_menu ul.sub-menu li, .widget_product_categories ul.children li { font: 12px 'Arial', trebuchet ms; margin-bottom: 3px; padding-left: 12px; }
.widget_nav_menu ul.sub-menu li a, .widget_product_categories ul.children li a { color: #787878; }
.widget_recent_entries .post-date { font-size: 11px }
.author-avatar img { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #CCCCCC; float: left; margin: 0 10px 5px 0; padding: 4px; }
.sidebar .widget p.welcome-frase { font-size: 14px }
ul.login-links { margin-top: 10px }
.login_widget #login-form label, .login_widget ul.login-links li a { font-size: 12px }
.widget_rss .rsswidget { display: inline-block; margin-bottom: 8px }
.widget_rss .rss-date { display: block; font-size: 11px; margin-bottom: 3px }
.widget_rss cite { font-style: italic; display: block; margin: 3px 0 }
.widget_rss ul li { margin-bottom: 10px } #wp-calendar { width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding: 8px; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
.widget_search #searchform { padding: 6px 7px; border: 1px solid #dddddd; overflow: auto; position: relative; }
.widget_search #searchform input[type="text"] { border: none; height: 20px; width: 220px; float: left; line-height: 20px; }
.widget_search i { background: none repeat scroll 0 0 transparent; border: medium none; color: #444; cursor: pointer; float: right; font-size: 15px; height: 20px; line-height: 20px; text-align: center; width: 19px; }
.widget_search #searchform input[type="submit"] { background: none repeat scroll 0 0 transparent; border: medium none; color: transparent; cursor: pointer; float: right; font-size: 0; height: 20px; position: absolute; right: 6px; top: 7px; width: 19px; }
.widget_product_search label{ display: none !important;}
.widget_product_search input#s{border: 1px solid #dddddd; padding: 6px 7px}
select.dropdown_product_cat{ padding: 6px 7px; border: 1px solid #dddddd; width: 100%}
.tagcloud { overflow: hidden; }
.sidebar .widget:last-child { border: 0px }
.sidebar .widget_text a { font: 12px 'arial', trebuchet ms; text-decoration: underline; }
.sidebar .widget p { font: 12px 'arial', trebuchet ms; color: #111111; margin-bottom: 10px; line-height: 18px; }
.video_widget > a { margin-bottom: 20px; display: block; }
.video_widget p { font: 700 18px 'Open Sans Condensed', trebuchet ms !important; text-transform: uppercase; color: #111111; }
.video_widget figure { position: relative; margin-bottom: 15px; }
.video_widget figure img { width: 100%; height: auto; }
.video_widget h3 { font: bold 14px Arial }
.video_widget h3 a { color: #111; text-decoration: underline; }
.sidebar .tabs-item div.last_comments_widget { margin: 0; padding: 0 }
.lastcomm-item { border-bottom: 1px solid #ddd; padding-bottom: 15px; overflow: hidden; font: 12px Arial, Helvetica, trebuchet ms; margin-bottom: 15px }
.lastcomm-item img { float: left; height: 40px; margin-right: 12px; width: 40px; }
.lastcomm-item .lastcomm-cat { font-style: italic; display: block; margin-top: 10px }
.lastcomm-item .lastcomm-cat a { text-decoration: underline }
.lastcomm-item div { overflow: hidden }
.tagcloud a { border: 1px solid #ddd; color: #111; float: left; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; font-size: 14px !important; list-style-type: none; margin: 0 2px 2px 0; padding: 5px 10px; text-transform: capitalize; }
.tagcloud a:hover { background-color: #111; border: 1px solid #111; color: #fff }
.news_lettr { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; padding-bottom: 0px !important; background-position: -60px -224px; width: 100%}
.news_lettr form { position: relative; width: 93% }
.news_lettr input[type="text"] { margin-bottom: 10px; border: 1px solid #cecece; width: 100%; height: 32px; outline: 0px; box-shadow: none; padding-left: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.news_lettr input[type="submit"] { background: #000000; padding: 0 4px; font: 700 17px 'Open Sans Condensed', trebuchet ms; color: #ffffff; border: 0px; border-radius: 3px; position: absolute; top: 3px; cursor: pointer; right: 3px; }
.news_lettr p { font-size: 14px; margin-bottom: 0px !important; padding-bottom: 10px; }
.news_lettr i { padding-right: 5px; color: #bbb }
.news_lettr p a { font: 700 14px 'Open Sans Condensed', trebuchet ms !important; }
.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4, .textwidget h5 { margin-bottom: 15px}  .wpcf7 input, .wpcf7 textarea { padding: 6px; border: 1px solid #DDD; margin-right: 10px; color: #333; font-size: 13px; margin-bottom: 6px; }
.wpcf7 textarea { width: 80%; }
.wpcf7 .wpcf7-submit { background: #111; padding: 5px 14px; color: #FFF; text-transform: uppercase; cursor: pointer; -o-transition: .3s; -ms-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; transition: .3s; display: block; border: none; font: 700 18px 'Open Sans Condensed', trebuchet ms !important; text-transform: uppercase; }
.wpcf7 .wpcf7-submit:hover { background: #777; } .footer-bottom { background: #000000; padding-top: 20px; }
.footer-bottom .container, .footer-bottom.block_foot { width: 1200px; margin: 0 auto; }
.footer-bottom .footer_widget { width: 33%; float: left; border-right: 1px solid #1c1c1c; padding: 0 20px 30px 20px; color: #ccc; font: 13px 'arial', trebuchet ms; color: #ccc; line-height: 18px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.footer-bottom .widget { margin-bottom: 25px }
.footer-bottom .footer_widget .title_b { font: bold 20px/20px 'Open Sans Condensed', trebuchet ms; color: #ffffff; margin-bottom: 22px; text-transform: uppercase; }
.footer-bottom .footer_widget p { margin-bottom: 22px; }
.footer-bottom .container .footer_widget a { color: #ffffff !important; text-decoration: underline; }
.footer-bottom .footer_widget .widget_categories ul li, .footer-bottom .footer_widget .widget_archive ul li, .footer-bottom .footer_widget .widget_nav_menu ul li { font-size: 13px; margin-bottom: 12px; padding-left: 12px; position: relative; }
.footer-bottom .footer_widget .widget_categories ul li:before, .footer-bottom .footer_widget .widget_archive ul li:before, .footer-bottom .footer_widget .widget_nav_menu ul li:before{position: absolute; content: "."; top: 0; left: 0; color: #999; line-height: 0; font-size: 30px; font-family: Arial}
.footer-bottom .footer_widget .woocommerce ul li { background-image: none; padding-left: 0 }
.footer-bottom .woocommerce ins, .footer-bottom .woocommerce del { color: #247600; }
.footer-bottom .footer_widget ul li a { color: #ffffff; }
.footer-bottom .footer_widget.last { border: 0px !important; }
.footer-bottom .widget_search #searchform { background-color: #fff }
.footer-bottom #wp-calendar caption { color: #ccc }
.footer-bottom #wp-calendar tbody td { border: 1px solid #1c1c1c }
.footer-bottom .featured_slider .link { font: 700 21px/21px 'Open Sans Condensed', trebuchet ms; margin: 8px 0; text-decoration: underline; display: block; text-transform: uppercase; }
.footer-bottom .featured_slider p { font: italic 400 12px/18px 'arial', trebuchet ms; margin-bottom: 0 }
.footer-bottom .news_lettr { background-image: none; }
.footer-bottom .footer_widget a.vid_icon { text-decoration: none; }
.footer-bottom .footer_widget .login_widget ul li { margin-bottom: 6px }
.footer-bottom .tabs-item > div { border-bottom: 1px solid #1c1c1c }
.footer-bottom .tabs-item .detail h5 { color: #ccc; font: 13px 'arial', trebuchet ms; }
footer#theme_footer { background: url(//secadordeunas.es/wp-content/themes/rehub/images/footer-bg.png) repeat; border-top: 1px solid #4e4e4e; padding: 20px 0; }
footer#theme_footer.block_foot { width: 1200px; margin: 0 auto; }
footer#theme_footer div.f_text { font: 11px 'arial', trebuchet ms; color: #ffffff; }
footer#theme_footer .container { width: 1200px; margin: 0 auto; }
footer#theme_footer .left { width: 50%; float: left; }
footer#theme_footer.block_foot .left { padding-left: 20px; }
footer#theme_footer.block_foot .right { padding-right: 20px; }
footer#theme_footer .right { width: 50%; float: right; text-align: right; }
footer#theme_footer .left, footer#theme_footer .right { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
footer#theme_footer .right img { }
footer#theme_footer .right a { font: 700 14px 'Open Sans Condensed', trebuchet ms; color: #ffffff; text-decoration: underline; text-transform: uppercase } .social_icon a { width: 32px; height: 32px; display: inline-block; margin-right: 2px; color: #fff; font-size: 20px; line-height: 32px; text-align: center; position: relative; }
.social_icon a:hover { top: -2px }
.social_icon.small_i a { width: 20px; height: 20px; display: inline-block; margin-right: 2px; font-size: 14px; line-height: 20px; text-align: center; }
.social_icon.small_i a:hover { top: -1px; }
.social_icon a.db { background-color: #ff80ae; }
.social_icon a.fb { background-color: #39599F; }
.social_icon a.gp { background-color: #ff7866; }
.social_icon a.in { background-color: #66c9ff }
.social_icon a.ins { background-color: #3a82b8 }
.social_icon a.pn { background-color: #ff666e }
.social_icon a.rss { background-color: #ff9933 }
.social_icon a.sc { background-color: #ff7d2f }
.social_icon a.tm { background-color: #00acef }
.social_icon a.tw { background-color: #66ccff }
.social_icon a.vk { background-color: #537599 }
.social_icon a.yt { background-color: #cd0000 }
.social_icon a.vim { background-color: #5DC6FF }
.social_icon a.hm { background-color: #555; } .title h1, .title h5 { font: 700 23px/20px 'Open Sans Condensed', trebuchet ms; color: #222222; display: block; text-transform: uppercase; border-bottom: 3px solid #000000; padding-bottom: 12px; margin-bottom: 20px; }
.title h1 span { font-weight: normal; }
.masonry_grid_fullwidth { margin-bottom: 20px }
.small_post { border-bottom: 4px solid #383838; padding-bottom: 20px; margin-bottom: 15px; position: relative; float: left;  }
.masonry_grid_fullwidth .small_post { border: 1px solid #CECECE; box-shadow: 0 1px 1px #EDEDED; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.masonry_grid_fullwidth .small_post { display: none; }
.two-col-gridhub .small_post {padding: 20px 25px; width: 47%; margin: 0 1.5% 20px;}
.two-col-gridhub{margin: 0 -1.5% 20px}
.three-col-gridhub {margin: 0 -1% 20px}
.three-col-gridhub .small_post {padding: 20px 25px; width: 31.3%; margin: 0 1% 20px;}
.masonry_grid_fullwidth.loaded .small_post { display: block; }
.masonry_grid_fullwidth { background: url(//secadordeunas.es/wp-content/themes/rehub/images/preload.gif) no-repeat scroll 50% 100px #fff; min-height: 600px; }
.masonry_grid_fullwidth.loaded { background: none transparent; min-height: auto; }
.small_post > p { font: 13px 'arial', trebuchet ms; color: #111111; margin-bottom: 15px; }
.small_post .top { margin-bottom: 8px; height: 25px; position: relative; }
.small_post h2 { margin: 0 0 10px 0; font-size: 24px; line-height: 24px; }
.small_post .meta, .small_post h2 { clear: both }
.small_post h2.ext_link { display: inline }
.small_post .cats_def { float: left; padding-right: 34px}
.small_post a.comment_two { position: absolute; top: 0; right: -1px; padding: 2px; line-height: 12px; font-size: 12px}
.small_post .overlay { text-align: center; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: rgba(0,0,0,.7); }
.small_post .overlay .btn_more { border: 1px solid #ffffff; color: #ffffff; }
.small_post .overlay h2 { font: 26px/26px 'Open Sans Condensed', trebuchet ms; display: inline-block !important; margin: 65px 15px 10px; text-transform: uppercase; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; padding-top: 10px; padding-bottom: 5px; max-height: 52px }
.small_post .overlay h2 a { color: #ffffff; }
.small_post .player { margin-bottom: 10px; display: inline-block; }
.small_post figure { width: 100%; margin-bottom: 20px; position: relative; overflow: hidden; }
.small_post figure > a { width: 100%; }
.small_post figure > a img { width: 100%; height: auto; }
.small_post .post_slider .flex-direction-nav .flex-prev { left: 0 }
.small_post .post_slider .flex-direction-nav .flex-next { right: 0 }
article.small_post:hover, .list_grid:hover, .top_rating_block.list_style_rating .top_rating_item:hover, .news:hover { box-shadow: 0 0 8px #eee }
.news:hover{ border: 1px solid #cecece;}
.more_post a { background: #f2f2f2; color: #111111; display: block; font: bold 14px 'arial', trebuchet ms; margin: 10px 0 20px 0; line-height: 48px; text-align: center; }
.more_post a:hover { background-color: #111; color: #fff }
.more_post { display: none; }
.more_post.onclick { display: block !important }
ul.postpagination { display: block; height: 24px; margin-left: -5px; }
ul.postpagination li { float: left; display: block; color: #666; font-size: 14px; margin-left: 5px; line-height: 14px; }
ul.postpagination li a { display: block; padding: 5px 8px; color: #111; text-decoration: none; }
ul.postpagination li:hover a, ul.postpagination li a:focus { background: #fb7203; color: #fff; }
ul.postpagination li.active a { background: #fb7203; color: #fff; font-weight: bold; cursor: default; }
ul.postpagination li.active a:hover, ul.postpagination li.active a:focus { background: #111; }
div.pagination-centered { text-align: center; }
div.pagination-centered ul>li { float: none; display: inline-block; } .post_share { position: relative; text-align: center; margin: 25px 0; clear: both;  }
.post_share div.share-item { display: inline-block; background-color: #fff; padding: 0 4px; }
.post_share #s-facebook { width: 150px; height: 24px; text-align: left; vertical-align: bottom; }
.post_share.blog_end { padding: 0; border-bottom: none; margin-bottom: 10px }
.post { margin-bottom: 15px; overflow: hidden }
.single-product .post { overflow: visible; }
.post .android.red-rbn { background: url(//secadordeunas.es/wp-content/themes/rehub/images/rebn.png) no-repeat; padding: 0px 19px 6px 10px; }
.post .comment_two { float: right; }
h2.ext_link { display: inline-block }
.post .player { margin-bottom: 10px; display: inline-block; }
.post figure { max-width: 100%; margin-bottom: 20px; position: relative; overflow: hidden; text-align: center; }
.post figure > img { }
.post ul li { list-style: disc outside none; }
.post li { margin: 0 0 5px 15px; }
.post ol, .post ul { margin: 0 0 15px 5px }
#login-form ul li, #user-login ul li { list-style: none; margin: 0; }
.post .flex-direction-nav { margin: 0 }
.post ul.flex-direction-nav li { list-style: none; margin: 0 }
.post_slider ul.slides li a, .post_slider ul.slides li img { height: auto; width: 100%; position: relative; }
.post_slider { margin-bottom: 42px; position: relative; width: 100%; }
.post_slider.gallery_top_slider { margin-bottom: 20px }
.post_slider .flex-viewport, .post_slider ul.slides li a, .post_slider ul.slides li img { width: 100%; vertical-align: top; }
.post_slider ul.slides { height: 100%; width: 100%; margin: 0; }
.post_slider ul.slides li { position: relative; list-style: none; margin: 0; }
.post_slider .pattern { box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset }
.post_slider .flex-control-nav { bottom: -26px !important; margin: 0 }
.post_slider .flex-control-nav li a { width: 7px; height: 7px; border-radius: 50%; display: inline-block; font-size: 0px; background: #c9c9c9; text-indent: -9999px; }
.post_slider .caption, .slider_post .caption { background-color: #fb7203; color: #ffffff; position: absolute; bottom: 0px; right: 0px; display: block; z-index: 99999; padding: 3px 6px 3px 5px; font-size: 14px }
.post_slider .caption a, .slider_post .caption a { font: 16px/16px 'Open Sans Condensed', trebuchet ms; color: #ffffff; text-decoration: none !important; }
.post_slider .caption i, .slider_post .caption i { margin-left: 3px }
.post_slider .flex-direction-nav a { width: 50px; height: 70px; position: absolute; top: 50%; margin-top: -45px; z-index: 999; transition: all 0.3s ease 0s; }
.post_slider.media_slider .flex-direction-nav a { opacity: 1; filter: alpha(opacity=100) }
.post_slider:hover .flex-direction-nav a { opacity: 1; filter: alpha(opacity=100) }
.post_slider .flex-direction-nav .flex-prev { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; left: 20px; content: "" !important; font-size: 0 !important;background-position: -196px -77px; }
.post_slider .flex-direction-nav .flex-next { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; right: 20px; content: "" !important; font-size: 0 !important; background-position: -0px -160px; }
.post_slider .flex-direction-nav a:before { content: "" !important; font-size: 0 !important }
.gallery_top_slider .flex-control-thumbs { margin: 0; overflow: hidden; position: static; }
.post_slider.gallery_top_slider .flex-direction-nav a { margin-top: -80px }
.gallery_top_slider .flex-control-thumbs li { width: 10.3%; float: left; margin: 0.9125% 0.9125% 0 0; }
.gallery_top_slider .flex-control-thumbs li:nth-child(9) { margin-right: 0; }
.gallery_top_slider.loading, .blog_slider.loading { background: url(//secadordeunas.es/wp-content/themes/rehub/images/preload.gif) no-repeat scroll 50% 100px #fff !important; min-height: 400px; }
.gallery_top_slider.loading .slides, .gallery_top_slider.loading .flex-control-nav, .gallery_top_slider.loading .flex-direction-nav { display: none; }
.blog_slider.loading .slides { opacity: 0; }
.stream_title h2 { margin: 14px 0; font-size: 28px; line-height: 28px }
.stream_title h2 a { text-decoration: none; }
article.stream_title{border-bottom: 1px dashed #ccc;padding-bottom: 20px;margin-bottom: 20px;}
.stream_title .star-small, .small_post .star-small { margin-bottom: 10px } .top_rating_text { margin-bottom: 15px }
.top_rating_block .top_rating_heading { text-align: center; font: 700 21px/21px "Open Sans Condensed", trebuchet; text-transform: uppercase; display: table-row; color: #fff; background: #898989; background: -moz-linear-gradient(top, #ababab 0%, #ababab 50%, #898989 51%, #898989 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ababab), color-stop(50%, #ababab), color-stop(51%, #898989), color-stop(100%, #898989)); background: -webkit-linear-gradient(top, #ababab 0%, #ababab 50%, #898989 51%, #898989 100%); background: -o-linear-gradient(top, #ababab 0%, #ababab 50%, #898989 51%, #898989 100%); background: -ms-linear-gradient(top, #ababab 0%, #ababab 50%, #898989 51%, #898989 100%); background: linear-gradient(to bottom, #ababab 0%, #ababab 50%, #898989 51%, #898989 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#898989', GradientType=0 ); }
.top_rating_block .top_rating_heading div { padding: 8px 10px 10px; display: table-cell; border-right: 3px solid #fff; border-bottom: 3px solid #fff; }
.top_rating_block .top_rating_heading div.buttons_col_name { border-right: none; }
.top_rating_block.grid_style_rating .top_rating_heading, .top_rating_block.list_style_rating .top_rating_heading { display: none; }
.top_rating_block.table_style_rating { display: table; }
.top_rating_block.table_style_rating .top_rating_item { overflow: hidden; display: table-row; background-color: #ededed; }
.top_rating_block.table_style_rating .top_rating_item > div { padding: 15px 20px; display: table-cell; border-right: 3px solid #fff; border-bottom: 3px solid #fff; vertical-align: middle; text-align: center; }
.top_rating_block.table_style_rating .top_rating_item > div.buttons_col { border-right: none; }
.top_rating_block.table_style_rating #rank_1.top_rating_item > div.rank_col { padding: 15px 8px }
.top_rating_block.table_style_rating .desc_col { text-align: left !important; }
.top_rating_block.table_style_rating .rank_col { width: 50px; }
.top_rating_block.table_style_rating .rating_col { width: 75px }
.top_rating_block.table_style_rating .buttons_col { width: 170px }
.top_rating_block.grid_style_rating { display: table; border: 1px solid #ddd; border-bottom: none; }
.top_rating_block.grid_style_rating .top_rating_item { display: table-row; }
.top_rating_block.grid_style_rating .top_rating_item:nth-child(2n+2) { background-color: #f4f4f4; }
.top_rating_block.grid_style_rating .top_rating_item > div { padding: 15px 10px; display: table-cell; vertical-align: middle; text-align: center; border-bottom: 1px solid #ddd; }
.top_rating_block.grid_style_rating .desc_col { text-align: left !important; }
.top_rating_block.grid_style_rating .rank_col { width: 50px; }
.top_rating_block.grid_style_rating .rating_col { width: 75px; }
.top_rating_block.grid_style_rating .buttons_col { width: 170px }
.top_rating_block.grid_style_rating .top_rating_item .rank_count { border-radius: 50%; }
.top_rating_block.list_style_rating { display: table; }
.top_rating_block.list_style_rating .top_rating_item { border: 1px solid #cecece; box-shadow: 0 1px 1px #ededed; margin: 0 0 15px 20px; position: relative; }
.top_rating_block.list_style_rating .top_rating_item > div { padding: 15px 10px; display: table-cell; vertical-align: middle; text-align: center; }
.top_rating_block.list_style_rating .desc_col { text-align: left !important; width: 645px; }
.top_rating_block.list_style_rating .rank_col { width: 50px; display: block; position: absolute; left: -34px; top: 50%; margin-top: -32px }
.top_rating_block.list_style_rating .buttons_col { width: 200px }
.top_rating_block.list_style_rating .top_rating_item .rank_count { border-radius: 50%; }
.top_rating_block.list_style_rating .top_rating_item figure { margin-left: 30px }
.top_rating_block.list_style_rating .rating_col { width: 75px; }
.with_sidebar_rating .desc_col .star strong { display: none !important; }
.with_sidebar_rating.top_rating_block.table_style_rating .buttons_col { width: 150px }
.with_sidebar_rating .top_rating_item h2 { font-size: 19px; line-height: 19px; }
.top_rating_item h2 { margin: 0; }
.top_rating_item h2 a { text-decoration: none; }
.with_sidebar_rating.top_rating_block.table_style_rating .top_rating_item > div { padding: 12px 15px; }
.with_sidebar_rating.top_rating_block.grid_style_rating .buttons_col, .with_sidebar_rating.top_rating_block.list_style_rating .buttons_col { width: 175px }
.with_sidebar_rating.top_rating_block.list_style_rating .top_rating_item { margin-left: 0 }
.with_sidebar_rating.top_rating_block.list_style_rating .rating_col { width: 61px; }
.with_sidebar_rating.top_rating_block.list_style_rating .t_score { display: none; }
.with_sidebar_rating.top_rating_block .top_rating_heading { font-size: 18px }
.with_sidebar_rating.top_rating_block.list_style_rating .desc_col { width: 337px; }
.with_sidebar_rating.top_rating_block.list_style_rating .rank_col { left: -30px; }
.with_sidebar_rating.top_rating_block.grid_style_rating .top_rating_item > div.rank_col { padding-right: 0; }
.with_sidebar_rating.top_rating_block.table_style_rating .rank_col, .with_sidebar_rating.top_rating_block.table_style_rating .top_rating_heading .rank_col_name { display: none; }
.top_rating_block .desc_col .star strong { float: left; font: bold 12px Arial; margin-right: 5px }
.top_rating_item h2 { font-size: 21px; line-height: 21px; text-transform: uppercase; }
.top_rating_item .rank_count { font: 700 24px/24px "Open Sans Condensed", trebuchet; background-color: #111; border: 2px solid #fff; box-shadow: 0 0 4px #999; padding: 6px 0 0 0; color: #fff; width: 37px; height: 31px; display: block; margin: 0 auto; }
#rank_1.top_rating_item .rank_count { background: none #fb7203; border: 2px solid #fff; box-shadow: 0 0 4px #999; padding: 6px 0 0 0; color: #fff; width: 37px; height: 31px; display: block; }
#rank_1.top_rating_item .rank_count i { font-size: 25px }
.top_rating_item figure { width: 86px; height: 86px; position: relative; margin: 0 auto }
.top_rating_item figure > a { width: 100%; height: 100%; display: block }
.top_rating_item figure > a img { width: 80px; height: 80px; border: 1px solid #ddd; padding: 2px; background-color: #fff }
.top_rating_item .priced_block { margin: 6px 0 }
.top_rating_item p { font: 13px/16px 'arial', trebuchet ms; color: #111111; margin: 8px 0; }
.top_rating_item .priced_block p { border: none; float: none; margin: 0 0 8px 0 !important; padding: 0 !important }
.top_rating_item .priced_block .price_count { background-color: transparent; font: 21px/21px Arial; color: #111; padding: 0 }
.top_rating_item .priced_block a.btn_offer_block { float: none; margin: 0 auto; display: block; width: 130px; font-size: 20px; line-height: 20px }
.with_sidebar_rating.top_rating_block a.btn_offer_block:after {display: none;}
.with_sidebar_rating.top_rating_block a.btn_offer_block{ font-size: 17px; line-height: 17px}
.top_rating_item .read_full { font: 700 16px/20px "Open Sans Condensed", trebuchet; text-decoration: underline; color: #fb7203 !important; }
.top_rating_item .score { text-align: center; font: 700 13px/18px 'Open Sans Condensed', trebuchet ms; padding: 8px; color: #666; text-transform: uppercase; }
.top_rating_item .score.square_score { background: #e43917; color: #fff; }
.top_rating_item .score span.it_score { display: block; font: bold 30px/27px 'Open Sans Condensed', trebuchet ms; color: #111; }
.top_rating_item .score.square_score span.it_score { font: bold 38px/36px 'Open Sans Condensed', trebuchet ms; color: #fff }
.with_sidebar_rating .top_rating_item .score.square_score span.it_score { font: bold 30px/30px 'Open Sans Condensed', trebuchet ms; }
.top_rating_item .star { margin: 6px 0 0 0 !important; float: none !important; } #countdown_dashboard { }
.dash { width: 58px; height: 39px; float: left; margin-right: 12px; position: relative; }
.dash:after { content: ":"; position: absolute; top: 5px; left: 58px; font-size: 24px; font-weight: bold }
.dash .digit:before { height: 2px; background-color: #000; position: absolute; top: 17px; left: 0; width: 100%; z-index: 9999; content: "" }
.dash.seconds_dash:after { display: none }
.dash .digit { font: 700 35px/39px 'Open Sans Condensed', trebuchet ms; float: left; width: 25px; text-align: center; color: #fff; position: relative; z-index: 9; background-color: #000; margin-right: 4px; border-radius: 4px; box-shadow: 0 3px 6px #ccc }
.dash_title { position: absolute; display: none; bottom: 0px; right: 6px; font-size: 9pt; color: #555; text-transform: uppercase; letter-spacing: 2px; } .single h1 { margin-bottom: 15px }
.single .post figure { }
.single.full_width .post figure { }
.single .star { float: right; margin-bottom: 10px; }
.single .star.left { float: left }
.single .star .title_stars { font: 14px 'arial', trebuchet ms; color: #111111; display: block; margin-bottom: 5px; }
.single .star .title_stars span { font-weight: normal; }
.single .rate-line .line { width: 280px; margin-bottom: 15px; }
.single .rate-line { float: left; margin-top: 0 }
.single article { margin-bottom: 15px; }
.rating_bar { overflow: auto }
.rating_bar .star .title_stars { float: left; }
.rating_bar .star { float: none; width: 100%; text-align: right; margin: 10px 0 0 0 }
.rating_bar.no_rev .star { margin-top: 0; }
.post-navigation { margin: 30px auto 0 auto; }
.post-navigation a { display: block; height: 58px; width: 160px; position: relative; font-size: 12px; line-height: 1.2em; color: #333333; text-decoration: underline; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #cfcfcf; -moz-boz-shadow: 0 1px 1px #ededed; -webkit-box-shadow: 0 1px 1px #ededed; -o-box-shadow: 0 1px 1px #ededed; box-shadow: 0 1px 1px #ededed; cursor: pointer }
.post-navigation a span { position: absolute; top: 30px; font-family: "Open Sans Condensed"; font-weight: bold; font-size: 21px; text-transform: uppercase; text-decoration: none; }
.post-navigation a i { display: block; background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat 0 0; height: 78px; width: 22px; position: absolute; top: 0; }
.post-navigation a:hover { color: #515050; text-decoration: none; }
.post-navigation .post-previous a { float: left; margin-left: 20px; padding: 17px 20px 0 90px; border-right: 1px solid #f4f4f4; }
.post-navigation .post-previous a span { left: 10px; }
.post-navigation .post-previous a i { left: -21px; }
.post-navigation .post-next a { float: right; padding: 17px 90px 0 20px; margin-right: 20px; border-left: 1px solid #ededed; }
.post-navigation .post-next a span { right: 10px; }
.post-navigation .post-next a i { right: -21px; background-position: 0 -78px; }
.post-navigation .separator { display: block; float: left; height: 76px; margin-left: 28px; border-left: 1px dashed #fff; }
.single .tags { margin: 30px auto 0 auto; }
.single .tags p { color: #666666; font: bold 12px 'arial', trebuchet ms; }
.single .tags p a { color: #666666; font: 12px 'arial', trebuchet ms; }
.author_quote { border: 1px solid #cecece; padding: 15px 0px; margin: 15px auto 0 auto; box-shadow : 0 1px 1px #EDEDED; position: relative; min-height: 90px}
.archive .author_quote { margin-bottom: 10px }
.author_quote .avatar {width: 71px; position: absolute; left: 20px; top: 15px; }
.author_quote > div { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px 0 110px }
.author_quote div .social_icon { border-bottom: 1px solid #cecece; padding-bottom: 10px; margin-bottom: 10px; }
.author_quote div h4 { font: 16px 'arial', trebuchet ms; color: #111111; margin-bottom: 8px; text-transform: none; }
.author_quote div p { font: 13px 'arial', trebuchet ms; color: #111111; border-top: 1px solid #ddd; padding-top: 8px; margin-top: 5px }
.related_articles { padding: 20px; border: 1px solid #cecece; margin: 35px auto 0 auto; box-shadow : 0 1px 1px #EDEDED }
.related_articles .related_title { font: 700 23px/23px 'Open Sans Condensed', trebuchet ms; color: #111111; margin-top: -20px; text-transform: uppercase; text-align: center; display: table; margin: -30px auto 20px; background: #ffffff; padding: 0 25px }
.related_articles .title_cat_related { font: 14px 'arial', trebuchet ms; color: #111111; margin: -28px 0 15px; background: #ffffff; padding: 0 20px; display: table }
.related_articles ul li > a { font: 13px 'arial', trebuchet ms; color: #111111; text-decoration: underline; line-height: 16px; }
.related_articles ul li { width: 30%; margin-right: 5%; float: left; }
.related_articles ul li img { width: 100%; margin-bottom: 5px; height: auto; }
.full_width .related_articles ul li img { max-width: 100%; }
.related_articles ul li:last-child { margin-right: 0px; }
.related_articles ul li .star { float: none; margin-top: 6px }
.media_articles li { width: 21% !important; }
#timeline_posts h4 { background: none repeat scroll 0 0 #DFDFE0; display: inline-block; font-size: 24px; line-height: 24px; margin-bottom: 0; padding: 3px 6px; text-transform: none; }
#timeline_posts h4 a { text-decoration: none; }
ul.postspermonth { border-left: 2px solid #DFDFE0; margin: 0 0 30px 35px; overflow: hidden; padding-top: 10px }
ul.postspermonth li { background: none transparent; list-style: none outside none !important; padding: 2px; position: relative; }
.single .full_width .tags, .author_quote, .post-navigation{max-width: 765px}
.full_width .related_articles{ max-width: 723px;} #comments { position: relative; margin-top: 30px;  max-width: 765px }
#comments .title_comments { font: 700 18px/20px Arial; color: #111111; padding-bottom: 25px; }
.commentlist { margin-bottom: 40px; list-style: none; }
.commentlist li { margin-bottom: 25px; }
.commbox { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #ddd; box-shadow: 0 1px 1px #ededed; height: auto; max-width: 100%;  position: relative; }
.commentlist ul.children {  margin-left: 23px; padding-left: 23px; position: relative; margin-top: 23px; }
.commentlist ul.children .commbox:before { content: "\f176"; left: -24px; position: absolute; top: 50%; width: 25px; color:#C8C8C8; font-size:15px; font-family: FontAwesome }
.commentlist .comment-author { position: relative; padding: 15px 20px; border-bottom: 1px solid #EDEDED;}
.commentlist .comment-author img { width: 50px; height: 50px; float: left; margin-right: 20px; }
.commentlist .comment-author .fn, .commentlist .comment-author .fn a { font: 700 17px/17px 'Open Sans Condensed', trebuchet ms; color: #000; text-transform: uppercase; display: block;  }
.commentlist .comment-author .fn a { margin: 0; }
.commentlist .comment-author .fn .url:hover { color: #999; }
.commentlist .comment-author span.time { font: normal 12px Arial; display:block; color: #999999; text-decoration: none; margin: 6px 0 0 0; }
.commentlist .comment-author a div.comment-link { font-size: 16px; margin-top: -3px; margin-left: -10px; }
.commentlist .comment-content { display: block; padding: 15px 20px; position: relative; }
.commentlist .comment-content p { font: normal 13px/18px Arial; color: #111; margin: 0 0 8px 0; }
.commentlist .comment-content a { word-break: break-all; }
.commentlist .comment-content small { color: #999; display: block; font: 12px Arial, trebuchet ms; margin-top: 3px; }
.comment-reply-link { font-size: 13px; float: right }
.comment-reply-link:before { content: "\f062 "; font-family: FontAwesome }
.comment-edit-link { float: right; font-size: 11px;margin-left: 8px; }
.ap_waiting em{ font-style: italic; color: #cc0000; font-size:12px}
.comment-respond { padding: 20px 24px; border: 1px solid #cecece; margin-bottom: 30px; box-shadow: 0 1px 1px #EDEDED; }
.full_width #comments { margin: 30px auto}
.comment-respond h3 { font: 700 23px/23px 'Open Sans Condensed', trebuchet ms; color: #111111; margin-top: -20px; text-transform: uppercase; text-align: center; display: table; margin: -30px auto 20px; background: #ffffff; padding: 0 25px }
#cancel-comment-reply-link { border-bottom: 1px dotted #111; color: #111; text-decoration: none; font-size: 12px }
.comment-respond .usr_re input, .comment-respond .email_re input, .comment-respond .site_re input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 0 0 50px; width: 100%; font: 14px 'arial', trebuchet ms; margin-bottom: 10px; border-radius: 0px; height: 38px; border: 1px solid #cbd0d2; float: left; position: relative; }
.comment-respond textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #f2f2f2; font: 700 14px 'helvetica', trebuchet ms; border-radius: 0px; height: 150px; resize: none; margin-bottom: 20px; border: 1px solid #cbd0d2; padding: 10px; clear: both }
.comment-respond #submit { display: block }
.comment-respond .usr_re, .comment-respond .email_re, .comment-respond .site_re{display: block; vertical-align: middle; position: relative; float: left; width: 32%; margin-right: 2%}
.comment-respond .end { margin-right: 0px !important; }
.comment-respond .usr_re:after, .comment-respond .email_re:after, .comment-respond .site_re:after{background: none #2f2f2f; position: absolute; left: 0; top: 0; font-family: FontAwesome;color: #fff; width: 38px; height: 38px; text-align: center; line-height: 38px }
.comment-respond .usr_re:after {  content: "\f007"; }
.comment-respond .email_re:after { content: "\f0e0" }
.comment-respond .site_re:after { content: "\f0c1"}
#commentform #submit{ font: 700 17px 'Open Sans Condensed', trebuchet ms; outline: none; text-transform: uppercase; padding: 6px 7px; color: #111; text-align: center; text-shadow: 0 1px 1px #fff; vertical-align: middle; cursor: pointer; background-color: #f5f5f5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(to bottom, #eeeeee, #dddddd); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-repeat: repeat-x; border: 1px solid #bfbfbf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; *zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
#commentform #submit:hover{ background-color: #ededed; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee); background-image: -o-linear-gradient(top, #dddddd, #eeeeee); background-image: linear-gradient(to bottom, #dddddd, #eeeeee); background-image: -moz-linear-gradient(top, #dddddd, #eeeeee); }
#commentform #submit:active { -webkit-box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); box-shadow: inset 0 8px 12px rgba(197, 197, 197, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); }
.breadcrumb { padding-bottom: 15px; border-bottom: 3px solid #222222; margin-bottom: 15px; color: #111111; font: 12px 'arial', trebuchet ms; }
.breadcrumb a { color: #111111; }
#disqus_thread { margin-top: 20px; }
p.comment-subscription-form { margin-top: 10px } .media_carousel { padding: 30px 30px 20px; border: 1px solid #cecece !important; margin-bottom: 25px; box-shadow : 0 1px 1px #EDEDED }
.media_carousel li { margin: 0 10px }
.def-carousel.media_carousel .carousel-next { right: 13px; width: 13px; height: 25px; }
.def-carousel.media_carousel .carousel-prev { left: 12px; width: 13px; height: 25px; }
.def-carousel.media_carousel .carousel-prev:after{content: "\f104";}
.def-carousel.media_carousel .carousel-next:after{content: "\f105";}
.def-carousel.media_carousel .carousel-prev:after, .def-carousel.media_carousel .carousel-next:after{font-family: FontAwesome; color: #111; position: absolute; top: 0px;font-size: 35px; text-indent: 0;left: 0;}
.media_carousel h3 { font: 18px 'arial', trebuchet ms; color: #111111; text-align: center; margin-bottom: 12px; margin-top: -17px; text-transform: none; }
.media_video .inner { padding: 25px 30px 20px 30px; border: 1px solid #cecece !important; margin-bottom: 30px; box-shadow : 0 1px 1px #EDEDED }
.media_video img { margin-bottom: 10px; }
.media_video p a img { margin-bottom: 0px; vertical-align: top; }
.media_video .inner img { width: 100%; }
.media_video h4 { text-align: center; font: 700 18px/18px 'Open Sans Condensed', trebuchet ms; color: #111111; margin-top: 0;  }
.media_video p { text-align: center; font: italic 15px 'arial', trebuchet ms; color: #111111; margin: 0 }
.media_video h3 { float: left }
.media_video > p { float: right; font: 700 18px/18px 'Open Sans Condensed', trebuchet ms; color: #111111; margin-bottom: 10px }
.video-container { margin-bottom: 10px;     overflow:hidden;padding-bottom:56.25%;position:relative;height:0; }
.video-container iframe{left:0;top:0;height:100%;width:100%;position:absolute;}
.best_from_cat_carousel h5 { font: bold 14px arial; color: #111111; text-align: left; margin-top: -12px; margin-bottom: 15px; padding: 0 15px }
.best_from_cat_carousel h5 span { font: 14px 'Open Sans Condensed', trebuchet ms; color: #ffffff; background: url(//secadordeunas.es/wp-content/themes/rehub/images/rebn.png) no-repeat; padding: 2px 17px 2px 13px; margin-right: 10px; }
.media_carousel a img { width: 100%; }
.media_carousel a { color: #111 !important; text-decoration: underline }
.link_to_cat { padding: 0 3px }
.best_from_cat_carousel li { height: auto !important; overflow: hidden }
.best_from_cat_carousel li img{ margin-bottom: 8px}
.best_from_cat_carousel p { text-decoration: underline; font: 13px 'arial', trebuchet ms; color: #111111; } .def-carousel { border-bottom: 0; border-top: 0; text-align: center; position: relative; margin-bottom: 20px }
.def-carousel ul{margin: 0 0 15px 0 !important;}
.def-carousel.sec_style_carousel ul, .def-carousel.best_from_cat_carousel ul{ margin: 0 !important;}
.def-carousel .carousel-next:hover, .def-carousel .carousel-prev:hover { opacity: 1; }
.def-carousel .carousel-next, .def-carousel .carousel-prev { width: 21px; height: 45px; z-index: 999 !important; position: absolute; top: 50%; margin-top: -12px; cursor: pointer; text-indent: -999em; z-index: 5; opacity: 0.6; }
.def-carousel .carousel-prev { left: 20px; }
.def-carousel .carousel-next { right: 20px; }
.sec_style_carousel { padding: 0px 50px; }
.sec_style_carousel ul li { }
.sec_style_carousel ul li h5 { color: #111111; font: 700 14px 'arial', trebuchet ms; margin: 4px 0px; }
.sec_style_carousel ul li p { margin-bottom: 4px; font: italic 12px 'arial', trebuchet ms; color: #888888; }
.sec_style_carousel ul li p a { font: italic 400 12px 'arial', trebuchet ms; color: #888888; display: inline-block !important; width: auto !important; }
a.gal_post_image { position: relative; display: block; }
.def-carousel.sec_style_carousel .carousel-next, .def-carousel.sec_style_carousel .carousel-prev { height: 100% !important; width: 40px !important; top: 0; margin-top: 0; border: 1px solid #dbdbdb }
.def-carousel.sec_style_carousel .carousel-prev { left: 0; }
.def-carousel.sec_style_carousel .carousel-next { right: 0; }
.def-carousel.sec_style_carousel .carousel-prev:after{content: "\f104"; }
.def-carousel.sec_style_carousel .carousel-next:after{ content: "\f105"; }
.def-carousel.sec_style_carousel .carousel-next:after, .def-carousel.sec_style_carousel .carousel-prev:after{font-family: FontAwesome; color: #111; position: absolute; top: 50%;font-size: 32px; text-indent: 0;left: 15px; margin-top: -16px}
.def-carousel.sec_style_carousel .carousel-prev:hover, .def-carousel.sec_style_carousel .carousel-next:hover { background: none #FB7203; }
.def-carousel.sec_style_carousel .carousel-prev:hover:after, .def-carousel.sec_style_carousel .carousel-next:hover:after{color:#fff;}
ul.gallery-pics, ul.gallery-pics li { list-style: none; }
.sec_style_carousel ul.gallery-pics li { margin: 0 10px }
ul.gallery-pics li img { width: 100%; height: auto; max-width: 247px; }
.gallery-pics { width: 765px; overflow: hidden }
.gallery-pics li { width: 200px; float: left; position: relative; }
.gallery-pics .gp-overlay { display: none; width: 100%; height: 100%; background: rgba(0,0,0,0.8); position: absolute; top: 0px; left: 0px; }
.gallery-pics .gp-overlay a { width: 40px; height: 40px; display: block; background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px;background-position: -43px -101px; }
.home_carousel { margin: 0 0 28px 0; position: relative; }
.home_carousel.loading, .def-carousel.loading { background: url(//secadordeunas.es/wp-content/themes/rehub/images/preload.gif) no-repeat scroll 50% 100px #fff !important; min-height: 120px; max-height: 160px }
.home_carousel.loading  .stamp, .home_carousel.loading #home_carousel, .def-carousel.loading  section, .def-carousel.loading .carousel-prev,  .def-carousel.loading .carousel-next{ opacity: 0;}
.home_carousel .stamp { background: url(//secadordeunas.es/wp-content/themes/rehub/images/label.png) no-repeat; padding: 32px 10px 0 10px; height: 64px; width: 73px; position: relative; text-align: center; left: 20px; top: -22px; position: absolute; z-index: 10; font: 18px/16px 'Open Sans Condensed', trebuchet ms, arial; color: #fff; text-transform: uppercase; }
.home_carousel .stamp span { display: block; font-weight: bold; }
#home_carousel { position: relative; overflow: hidden; z-index: 3; }
#home_carousel .container { padding: 0 61px 0 61px; }
#home_carousel .controls { display: block; background-color: #eeeeee; height: 160px; position: absolute; width: 61px; transition: background-color 0.5s ease; -moz-transition: background-color 0.5s ease; -o-transition: background-color 0.5s ease; -webkit-transition: background-color 0.5s ease; z-index: 50; padding: 0; }
#home_carousel .controls.prev { left: 0; }
#home_carousel .controls.next { right: 0; top: 0; }
#home_carousel .controls:hover { background-color: #d8d8d8; }
#home_carousel .controls.prev:after, #home_carousel .controls.next:after{font-family: FontAwesome; color: #111; position: absolute; top: 65px;font-size: 35px; line-height:35px; text-indent: 0;height: 35px; width: 13px}
#home_carousel .controls.prev:after{content: "\f104";left: 22px;}
#home_carousel .controls.next:after{content: "\f105";right: 22px;}
#home_carousel .preview { display: block; float: left; height: 160px; line-height: 1.2em; position: relative; text-decoration: none; }
#home_carousel .preview .pattern {}
#home_carousel .preview img { display: block; width: 100%; height: 160px }
.text-overlay-oncarousel{z-index:10; padding: 12px 15px; width: 100%;  position: absolute; bottom: 0px; text-shadow: 1px 1px 1px #000; transition: all 0.3s ease 0s; 
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
.text-overlay-oncarousel h3{ font: 700 14px/17px Arial; margin-bottom: 3px}
.text-overlay-oncarousel h3 a, .text-overlay-oncarousel h3 a:hover{color: #fff}
.home_carousel .category { font-family: "Open Sans Condensed"; font-size: 1.2em; font-weight: bold; left: 108px; position: absolute; top: 0; z-index: 30; }
#home_carousel figure { position: relative; }
#home_carousel .preview figure:hover .text-overlay-oncarousel{ border-bottom-width: 12px !important; padding-bottom: 25px}
.views-in-carosel { position: absolute; left: 15px; bottom: -35px; font-size: 11px; color: #ccc; transition: all 0.3s ease 0s; line-height: 11px}
.views-in-carosel a{color: #ccc;}
.views-in-carosel i.fa-circle { font-size: 3px; line-height: 11px; vertical-align: top;}
#home_carousel .preview figure:hover .views-in-carosel{ bottom: 8px}
#home_carousel .rcnt_meta a { color: #eee} .shop_carousel { padding: 12px 28px; margin-bottom: 25px; }
.shop_carousel li { margin: 0 10px }
.def-carousel.shop_carousel .carousel-next { right: 0; width: 15px; height: 43px;}
.def-carousel.shop_carousel .carousel-prev { left: 0;width: 15px; height: 43px; }
.def-carousel.shop_carousel .carousel-prev:after, .def-carousel.shop_carousel .carousel-next:after{font-family: FontAwesome; color: #111; position: absolute; top: 0;font-size: 42px; text-indent: 0;left: 0;}
.def-carousel.shop_carousel .carousel-prev:after{content: "\f104";}
.def-carousel.shop_carousel .carousel-next:after{content: "\f105";}
.def-carousel.shop_carousel ul.gallery-pics li { min-height: 352px; border: 1px solid #ccc; width: 220px; margin: 0 9px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.def-carousel.shop_carousel ul.gallery-pics li img { width: 100%; height: auto; max-width: 354px }
.def-carousel.shop_carousel ul.gallery-pics li:hover a.add_to_cart_button{}
.shop_carousel .product_details { text-align: center; padding: 2px 12px 10px 12px; }
.shop_carousel .product_details h4 { font: 700 18px/18px 'Open Sans Condensed', arial !important; margin: 10px 0 8px 0; padding: 0; text-transform: uppercase; max-height: 36px; overflow: hidden }
.shop_carousel .product_details h4 a { text-decoration: none }
.shop_carousel .product_details h4 a:hover{ text-decoration: underline }
.shop_carousel .product_details .cats_urls a { font: 12px Arial, Helvetica, trebuchet ms; color: #111; text-decoration: none }
.shop_carousel .product_details .cats_urls { margin: 3px 0; padding: 0 }
.shop_carousel .product_details .price { font: 15px/18px arial !important; margin: 10px 0; display: block; }
.shop_carousel .product_details .price del { color: #bbb; font-size: 13px; font-weight: normal }
.shop_carousel .product_details .price ins { text-decoration: none }
.shop_carousel .star-rating { float: none !important; margin: 6px auto !important;}
.sale_tag, .new_tag, .outstock_tag { min-height: 18px; min-width: 30px; padding: 2px 5px; font-weight: bold; position: absolute; text-align: center; line-height: 18px; text-shadow: none; color: #ffffff; text-transform: uppercase; font-weight: 300; font-size: 11px; z-index: 40; }
.shop_carousel .sale_tag { background: none repeat scroll 0 0 #E43917; border: 1px solid #E43917; right: 0; top: 0; }
.shop_carousel .product_details .product_data { border-top: 1px solid #ddd; clear: both; margin-bottom: -5px; padding: 6px 0; font-size: 11px; text-transform: uppercase; background-color: #FFFFFF; }
.shop_carousel .product_details .product_data .action { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; width: 50%; text-align: left; border-left: 1px solid #ddd; }
.shop_carousel .product_details .product_data .action a { color: #777 }
.shop_carousel .product_details .product_data .action:first-child { text-align: right; border-left: none }
.shop_carousel .product_details .product_data .wishlist a { margin-right: 7px; display: inline-block }
.shop_carousel .product_details .product_data .compare a { margin-left: 7px; display: inline-block }
.shop_carousel .image_container { position: relative;  margin: 0 auto }
.shop_carousel .prodimglink { background: #fff; position: relative; display: inline-block;  overflow: hidden; }
.shop_carousel .loop_product { text-align: center }
.shop_carousel .quick_view_btn { bottom: 15px; left: 0; position: absolute; width: auto; z-index: 999; display: none }
.shop_carousel .image_container:hover .quick_view_btn { display: block }
.shop_carousel .quick_view_btn a { color: #fff; display: block; font: 13px 'Open Sans Condensed', trebuchet ms; padding: 4px 8px; transition: all 0.3s ease 0s; background-color: #111; text-decoration: none; text-transform: uppercase; }
.shop_carousel .quick_buy { color: #111; display: inline-block !important; font: 14px/13px 'Open Sans Condensed', trebuchet ms; padding: 4px 12px; transition: all 0.3s ease 0s; background-color: #fff; text-decoration: none !important; text-transform: uppercase; border: 1px solid #111; text-align: center; margin: 3px 0 10px 0 }
.shop_carousel .quick_buy:hover { background-color: #111; color: #fff }
.shop_carousel button { cursor: pointer; }
.shop_carousel a.added_to_cart { display: block; }
.header-top a.cart-contents { color: #111111; display: inline-block; font-size: 12px; margin-right: 8px; margin-top: 7px; }
.woocommerce a.add_to_cart_button{ overflow: hidden;}
.woocommerce .add_to_cart_button:hover{ padding-right: 16px}
.woocommerce a.add_to_cart_button:after{content: "+";position: absolute;transition: all 0.3s ease 0s;right: -30%;top: 6px !important;}
.woocommerce a.add_to_cart_button:hover:after{ right: 5px} .imagechange2 .prodimglink .loop_product { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px }
.imagechange2 .prodimglink .loop_product img { width: auto !important; }
.imagechange2 .prodimglink .loop_product.front { left: 0px }
.imagechange2 .prodimglink .loop_product.back { left: 123% }
.imagechange2 :hover .prodimglink .loop_product.front { left: 123% }
.imagechange2:hover .prodimglink .loop_product.back { left: 0px }
.imagechange2 .prodimglink .loop_product { transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; }
.imagechange2:hover .prodimglink .loop_product { transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; -ms-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; } .imagechange1 { display: block; height: 130px }
.imagechange1 .prodimglink { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px }
.imagechange1 .loop_product.front { opacity: 1; filter: alpha(opacity=100) }
.imagechange1:hover .loop_product.front { opacity: 0; filter: alpha(opacity=0) }
.imagechange1 .loop_product.back { opacity: 0; filter: alpha(opacity=0) }
.imagechange1:hover .loop_product.back { opacity: 1; filter: alpha(opacity=100) }
.imagechange1 .loop_product { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px }
.imagechange1 div { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.imagechange1 { perspective: 1000px; -webkit-perspective: 1000px; -moz-perspective: 1000px; -ms-perspective: 1000px; -o-perspective: 1000px; }
.imagechange1 .prodimglink { transform-style: preserve-3d; transition: all .5s linear; -webkit-transform-style: preserve-3d; -webkit-transition: all .5s linear; -moz-transform-style: preserve-3d; -moz-transition: all .5s linear; -ms-transform-style: preserve-3d; -ms-transition: all .5s linear; -o-transform-style: preserve-3d; -o-transition: all .5s linear; }
.imagechange1:hover .prodimglink, .imagechange1:hover .sale_tag, .imagechange1:hover .new_tag, .imagechange1:hover .outstock_tag { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); }
.imagechange1 .loop_product.back { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); } .imagechange3 .prodimglink .loop_product { position: absolute; top: 0px; left: 0px }
.imagechange3 .loop_product.front { opacity: 1; filter: alpha(opacity=100) }
.imagechange3:hover .loop_product.front { opacity: 0; filter: alpha(opacity=0) }
.imagechange3 .loop_product.back { opacity: 0; filter: alpha(opacity=0) }
.imagechange3:hover .loop_product.back { opacity: 1; filter: alpha(opacity=100) }
.imagechange3 .prodimglink .loop_product { transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; }
.imagechange3:hover .prodimglink .loop_product { transition: all .8s ease-in-out; -webkit-transition: all .8s ease-in-out; -moz-transition: all .8s ease-in-out; -ms-transition: all .8s ease-in-out; -o-transition: all .8s ease-in-out; } .post img { max-width: 100%; vertical-align: top }
.alignleft, img.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright, img.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.wp-caption { text-align: center; margin-bottom: 1.5em; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; }
.widget img { max-width: 100%; height: auto }
.widget select { max-width: 100% } .gallery { margin-bottom: 20px; }
.gallery-item { float: left; margin: 0 12px 12px 0; overflow: hidden; position: relative; }
.gallery-item img { height: auto }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 48%; max-width: -webkit-calc(50% - 12px); max-width: calc(50% - 12px); }
.gallery-columns-3 .gallery-item { max-width: 32%; max-width: -webkit-calc(33.3% - 12px); max-width: calc(33.3% - 12px); }
.gallery-columns-4 .gallery-item { max-width: 23%; max-width: -webkit-calc(25% - 12px); max-width: calc(25% - 12px); }
.gallery-columns-5 .gallery-item { max-width: 19%; max-width: -webkit-calc(20% - 12px); max-width: calc(20% - 12px); }
.gallery-columns-6 .gallery-item { max-width: 15%; max-width: -webkit-calc(16.7% - 12px); max-width: calc(16.7% - 12px); }
.gallery-columns-7 .gallery-item { max-width: 13%; max-width: -webkit-calc(14.28% - 12px); max-width: calc(14.28% - 12px); }
.gallery-columns-8 .gallery-item { max-width: 11%; max-width: -webkit-calc(12.5% - 12px); max-width: calc(12.5% - 12px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width: -webkit-calc(11.1% - 12px); max-width: calc(11.1% - 12px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }
.gallery-caption { background-color: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }
.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
.bypostauthor { font-weight: normal; } blockquote { margin: 20px 0 10px 0; overflow: hidden; }
blockquote p { margin: 0 0 10px; font: 18px/24px Georgia; border-left: 1px solid #c0c0c0; padding-left: 18px; font-style: italic; }
blockquote.wpsm-quote cite { color: #AAAAAA; float: right; font-size: 13px; font-style: italic; }
blockquote.alignleft { float: left; margin: 10px 20px 10px 0 }
blockquote.alignright { float: right; margin: 10px 0 10px 20px }
.wpsm-button.rehub_main_btn { cursor: pointer; display: inline-block; outline: medium none; text-align: center; text-decoration: none !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); white-space: nowrap; -webkit-transition: all 0.4s ease 0s !important; -moz-transition: all 0.4s ease 0s !important; -ms-transition: all 0.4s ease 0s !important; -o-transition: all 0.4s ease 0s !important; transition: all 0.4s ease 0s !important; font-family: 'Open Sans Condensed', trebuchet ms; position: relative }
.wpsm-button.medium span.wpsm-button-inner { font-size: 18px; line-height: 18px; padding: 12px 24px; font-weight: bold }
.wpsm-button span.wpsm-button-inner { display: block; }
.wpsm-button.rehub_main_btn { font-size: 18px; line-height: 18px; padding: 12px 24px; font-weight: 700 }
.sys_btn { font: normal 12px Arial !important; text-transform: none !important; text-decoration: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); display: inline-block }
.sys_btn:hover { text-decoration: none }
.field_text { margin: 15px 0; clear: both }
.def_inp { background: none repeat scroll 0 0 #fcfcfc; border: 1px solid #ccc; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset; border-radius: 4px; font: 12px/12px Arial; color: #808080; padding: 7px 6px; }
.label_title { padding-right: 10px }
.def_inp:focus { box-shadow: 0 0 6px #eee; border: 1px solid #c0c0c0; color: #333; }
article.post{counter-reset: wpsmtop}
article.post .wpsm_top_heading:before{content: counter(wpsmtop);counter-increment: wpsmtop; border-radius: 50%;display: block;float: left;font: bold 20px/38px Arial;height: 38px;margin: -8px 15px 10px 0;text-align: center;width: 38px; color: #fb7203; border: 3px solid #fb7203}
#c_menu ol{margin: 15px 0 30px; counter-reset: item; list-style: none; box-shadow: 0 4px 12px #e0e0e0;  margin: 0 4px 12px #e0e0e0; border: 1px solid #ddd; border-top: none;}
#c_menu ol li{ list-style: none; padding: 15px 5px; margin: 0; border-top: 1px solid #ddd;}
#c_menu ol li:nth-child(2n) {background-color: #f9f9f9;}
#c_menu ol li a{ font-size: 18px; line-height: 14px; border-bottom: 1px dotted #111; text-decoration:none}
#c_menu ol li a:hover{border-bottom: 1px dashed #111;}
#c_menu > ol li:before {background-color: #fb7203;border-radius: 50%;color: #fff;content: counter(item);counter-increment: item;float:left;height: 25px;line-height: 25px;margin: -3px 20px 20px 15px;text-align: center;width: 25px; font-weight: bold; font-size: 16px} .input_styled.inline .rowCheckbox, .input_styled.inline .rowRadio, .input_styled.inline span { display: inline-block; margin-right: 14px; }
.input_styled.inline span { line-height: 18px; margin-bottom: 14px; }
.custom-checkbox, .custom-radio { position: relative; }
.custom-checkbox label::selection, .custom-radio label::selection { background: transparent; color: inherit; }
.custom-checkbox input, .custom-radio input { position: absolute; top: 0; left: 10px; margin: 0; border: none; width: 1px; height: 1px; display: none; }
.ie8 .custom-checkbox input, .ie8 .custom-radio input { display: block; }
.custom-checkbox label.focus, .custom-radio label.focus { outline: none; }
.custom-checkbox label, .custom-radio label { display: block; position: relative; line-height: 14px; padding-left: 24px; margin-bottom: 14px; cursor: pointer; min-height: 14px; }
.custom-checkbox label { }
.custom-checkbox label:before, .custom-checkbox label:after, .custom-radio label:before, .custom-radio label:after { content: ''; position: absolute; top: 0; left: 0; }
.custom-checkbox label:before, .custom-radio label:before { width: 14px; height: 14px; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.05); box-shadow: inset 1px 1px 2px rgba(0,0,0,0.05); border-radius: 50%; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; border: 1px solid #ccc; }
.custom-checkbox label:before { width: 12px; height: 12px; border-radius: 0px; }
.custom-checkbox label.checked:before, .custom-radio label.checked:before { background: #fff; box-shadow: none; -webkit-box-shadow: none; }
.custom-checkbox label:after, .custom-radio label:after { -webkit-transition: all .3s ease-out; transition: all .3s ease-out; top: 3px; left: 3px; }
.custom-checkbox label.checked:after { top: 3px; left: 3px; width: 8px; height: 8px; }
.custom-radio label.checked:after { width: 10px; height: 10px; border-radius: 50%; top: 3px; left: 3px; } a { color: #fb7203; }
.welcome-frase strong { color: #fb7203; }
nav.top_menu ul li ul { border-bottom: 2px solid #ff7200; }
nav.top_menu ul li.menu-item-has-children ul li.menu-item-has-children > a:before { color: #fb7203 }
.priced_block a.btn_offer_block { background-color: #fb7203; text-shadow: 0 1px 0 #444; box-shadow: 0 2px 2px #E7E7E7; text-decoration: none !important; }
.priced_block a.btn_offer_block:after { border-top: 1em solid transparent; border-left: 0.4em solid #fb7203; border-right: 0px transparent; border-bottom: 1em solid transparent; }
.priced_block a.btn_offer_block:hover { background: #f99800; text-decoration: none }
.priced_block a.btn_offer_block:hover:after { border-left-color: #f99800; }
.priced_block a.btn_offer_block:active { background-color: #fb7203 !important; top: 2px; }
.priced_block a.btn_offer_block:active:after { border-left-color: #fb7203; }
.main_slider .flex-overlay a.read-more:hover, .main_slider .flex-overlay:hover a.read-more { background-color: #FB7203; border: 2px solid #FB7203; }
.main_slider .flex-control-paging li a.flex-active, .main_slider .flex-control-paging li a:hover { background: none repeat scroll 0 0 #FB7203; }
.btn_more:hover { background-color: #FB7203; border: 1px solid #FB7203; color: #fff }
.top_theme h5 strong { background: #ff7200; }
.widget.tabs .current { background: #ff7200; }
.sidebar .tabs-item .detail p a { color: #fb7203; }
.featured_slider .flex-control-paging li a.flex-active, .featured_slider .flex-control-paging li a:hover { background: #fb7203; }
.category_tab h5 a:hover { color: #ff7200; }
.sidebar .widget p a { color: #fb7203; }
.footer-bottom .widget .title_b span { color: #ff7200; }
footer p a { color: #ff7200; }
.small_post .overlay .btn_more:hover { border: 1px solid #FB7203 }
.small_post .btn:hover { border-color: #fb7203; background: #fb7203; color: #ffffff; }
.post .btn:hover { border-color: #fb7203; background: #fb7203; color: #ffffff; }
.post_slider .flex-control-nav li a.flex-active, .post_slider .flex-control-nav li a:hover { background: #fb7203; }
.campare_table table.one td strong.red { color: #fb7203; }
.author_quote { border-top: 3px solid #fb7203; }
.comment-reply-link { color: #FB7203; }
.best_from_cat_carousel h5 a { color: #fb7203; }
.def-carousel.sec_style_carousel .carousel-next:hover, .def-carousel.sec_style_carousel .carousel-prev:hover { background-color: #fb7203; border: 1px solid #FB7203 }
.quick_view_btn a:hover { background-color: #fb7203 }
.wpsm-button.rehub_main_btn { color: #fff; background-color: #fb7203 !important; background-image: none !important; box-shadow: 0 2px 0 #B35000 !important; text-transform: uppercase; border: none; }
.wpsm-button.rehub_main_btn { border-radius: 3px !important; }
.wpsm-button.rehub_main_btn:hover { background: #f99800 !important; background-position: left bottom !important }
.wpsm-button.rehub_main_btn:active { background-color: #fb7203 !important; top: 2px; box-shadow: none !important }
.custom-checkbox label.checked:before, .custom-radio label.checked:before { border: 1px solid #FB7203; }
.custom-checkbox label.checked:after { background-color: #FB7203; }
.custom-radio label.checked:after { background: #FB7203; }
.wpsm-members > strong:first-child { background: none repeat scroll 0 0 #fb7203; }
article em.emph { color: #fb7203; }
.heading a { color: #fb7203; }
.related_articles .title_cat_related a { color: #fb7203; }
.commentlist .comment-content small a { color: #fb7203; }
.comment-respond h3 a { color: #fb7203; text-decoration: underline }
.widget.tabs > ul > li:hover { color: #ffffff; background: #ff7200; }
.news_lettr p a { color: #ff7200; }
.footer-bottom .widget .f_menu li a:hover { color: #ff7200; text-decoration: underline; }
.gallery-pics .gp-overlay { box-shadow: 0 0 0 4px #ff7200 inset; }
.main-nav { border-bottom: 2px solid #ff7200; }
.sidebar .tabs-item figure, .news_block .right figure, .f-post figure { border-top: 2px solid #ff7200; box-sizing: border-box; -moz-box-sizing: border-box; }
#topcontrol:hover { background-color: #fb9826; }
.aff_offer_links .aff_name a, .rehub_feat_block .start_price span { color: #fb7203; }
.sidebar .tabs-item .detail .rcnt_meta a{ color: #fb7203; }
nav.top_menu > ul > li.current-menu-item { background-color: #FB7203; }
nav.top_menu > ul > li.current-menu-item > a, header.dark_header nav.top_menu > ul > li.current-menu-item > a { color: #fff }
.widget.outer_widget { border: none; margin: 0; padding: 0; }
input.mdf_button {background-color: #fb7203;}
article.post a.color_link{color: #fb7203} .block_style header { width: 1200px; margin: 0 auto; box-shadow: 0 0 10px #ddd }
.block_style header .logo-section { width: 1200px; }
.block_style header .header-top { border-left: none; border-right: none }
.block_style header .logo { margin-left: 20px; width: 433px }
.block_style header .search { margin-right: 20px; } header.dark_header { background: url(//secadordeunas.es/wp-content/themes/rehub/images/dark_header.png) #444 !important; }
header.dark_header .header_top_wrap { background-color: #000; width: 100%; border-bottom: 1px solid #3c3c3c; }
header.dark_header .header-top { border: none !important; background-color: transparent !important; margin-bottom: 0 !important }
header.dark_header .header-top .top-nav a { color: #b6b6b6 !important }
header.dark_header .header-top .top-social .social_icon.small_i a { border-left: 1px solid #333 !important }
header.dark_header nav.top_menu ul li.menu-item-has-children ul li.menu-item-has-children a:after { color: #ccc }
header.dark_header .search form { border: 1px solid #5a5a5a !important; background-color: #272727 !important }
header.dark_header .responsive_search.search form { border: none !important; border-left: 1px solid #272727 !important; background-color: transparent !important; }
header.dark_header .responsive_search.search form input[type="text"] { background-color: transparent !important; }
header.dark_header .search form input[type="text"] { background-color: #272727 !important; color: #ccc !important }
header.dark_header .search form i { color: #fff; }
header.dark_header .main-nav { 
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
box-shadow: 0 3px 5px #ccc; border-bottom: none !important }
header.dark_header nav.top_menu ul li a { color: #333 }
header.dark_header .main-nav { position: relative }
header.dark_header .main-nav:before { position: absolute; top: 100%; width: 100%; height: 11px; left: 0; background: url(//secadordeunas.es/wp-content/themes/rehub/images/undernav.png) repeat-x transparent !important; content: "" }
header.dark_header nav.top_menu > ul > li {border-left: 1px solid rgba(0, 0, 0, 0.08);}
header.dark_header nav.top_menu > ul > li > a:hover{box-shadow: none;}
header.dark_header .logo .textlogo { color: #fff; }
header.dark_header .logo .sloganlogo { color: #ccc }
header.dark_header .header-top a.cart-contents { color: #ccc }
header.dark_header .dl-menuwrapper button i { color: #111 }
header.dark_header .dl-menuwrapper button.dl-active i, header.dark_header .dl-menuwrapper button:hover i { color: #fff }
header.dark_header .dl-menuwrapper .dl-menu { margin: 0 }
header.dark_header .dl-menuwrapper { z-index: 2 }
.dark_sidebar > ul { margin-bottom: 0 }
.dark_sidebar .tabs-item { background-color: #212121; padding: 5px 0 }
.dark_sidebar { border-bottom: none; padding: 0; margin-top: 0 }
.widget.tabs.dark_sidebar > ul { margin-bottom: 0 }
.sidebar .dark_sidebar .tabs-item .detail h5 a { color: #fff }
.sidebar .dark_sidebar .tabs-item > div { border-bottom: 1px solid #515151; padding: 16px 20px}
.sidebar .dark_sidebar .tabs-item > div:hover{ background-color: #333}
.dark_sidebar .category_tab ul.cat_widget_custom li a { color: #fff }
.dark_sidebar .category_tab ul.cat_widget_custom li { border-bottom: 1px solid #515151; }
.sidebar .dark_sidebar .tabs-item > div.category_tab, .sidebar .dark_sidebar .category_tab ul.cat_widget_custom ul.children li { border-bottom: none; }
.sidebar .dark_sidebar .tagcloud a { color: #fff }
.sidebar .dark_sidebar .category_tab ul.cat_widget_custom li a span.drop_list { color: #ccc }
.dark_sidebar .lastcomm-item { border-bottom: 1px solid #515151; color: #fff }
.dark_sidebar .rate-line .count { background-color: #fff; color: #000 }
.dark_sidebar .lastcomm-item .lastcomm-cat a, .sidebar .dark_sidebar .tabs-item .detail .rcnt_meta a.comm_meta { color: #ccc !important; } #branded_img { width: 1200px; margin: 0 auto; position: relative; z-index: 1; display: block; vertical-align: top; line-height: 0 }
#branded_img a { display: block; text-align: center; }
#branded_img img { max-width: 100% } .title_ecwid { font: bold 20px 'Open Sans Condensed', trebuchet ms; margin-bottom: 15px; text-transform: uppercase }
.scrollsticky { -webkit-animation-name: scrollsticky; animation-name: scrollsticky; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; border-bottom: none !important; }
.stickyscroll_widget .news_lettr { background-image: none; }
.overlay_post_formats { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); color: #FFFFFF; display: inline-block; font-size: 16px; padding: 3px 6px; position: absolute; left: 0; text-align: center; top: 0; width: auto; z-index: 102; line-height: 20px }
.overlay_post_formats.sale_format{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); color: #FFFFFF; display: inline-block; font-size: 12px; padding: 3px 6px; position: absolute; left: 0; text-align: center;  width: auto; z-index: 102;}
.overlay_editor { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); color: #FFFFFF; display: inline-block; font-size: 11px; padding: 3px 6px; position: absolute; left: 0; text-align: center; bottom: 0; width: auto; z-index: 102; }
.overlay_editor i, .overlay_post_formats.sale_format i{ font-size: 15px; color: #FFCE54}
.overlay_editor span{ padding-left: 6px; line-height: 15px}
.overlay_post_formats.sale_format span{padding-left: 3px; font-weight: bold;}
#home_carousel .preview .overlay_post_formats{ left: 1px; }
.overlay_post_formats.review_formats_gallery { font-size: 13px; }
.overlay_post_formats.review_formats_score { font: 700 12px/18px 'arial', trebuchet ms; background: none repeat scroll 0 0 #E43917; padding: 4px 8px; }
.tabs_img .overlay_post_formats.review_formats_score { display: inline-block; font: 32px/32px 'Open Sans Condensed', trebuchet ms; left: 10px; padding: 10px; position: absolute; text-align: center; top: 10px; width: 38px }
.ed_choice { margin: 16px auto; text-align: center; clear: both; }
.ed_choice span:after { content: ''; display: block; height: 0; border-style: solid; border-width: 10px; border-color: transparent; border-right-color: #fff; position: absolute; right: -1px; top: 15px; }
.single_custom_bottom { margin: 10px auto; text-align: center; clear: both; }
.single_custom_bottom img { max-width: 100% }
.ed_choice span:before { content: ''; display: block; height: 0; border-style: solid; border-width: 10px; border-color: transparent; border-left-color: #fff; position: absolute; left: -1px; top: 15px; }
.ed_choice span { padding: 8px 26px; background: rgb(41,154,11); background: -moz-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41,154,11,1)), color-stop(100%, rgba(41,154,11,1))); background: -webkit-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); background: -o-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); background: -ms-linear-gradient(top, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); background: linear-gradient(to bottom, rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b', GradientType=0 ); color: #fff; font: 700 24px 'Open Sans Condensed', trebuchet ms; text-transform: uppercase; position: relative; }
.ed_choice i { margin-right: 6px; }
.page_builder .heading { padding-top: 0; margin-bottom: 20px }
.page_builder .heading.h-three { margin-bottom: 0; padding: 12px 0 20px 0; }
.page_block { margin-bottom: 12px }
.music_spotify, .music_soundcloud { margin-bottom: 15px }
.custom_textarea { margin-bottom: 25px }
.vcard.author a { color: #fff !important; font-size: 10px !important }
#infscr-loading { bottom: -25px; position: absolute; left: 50%; text-align: center; width: 100px; margin-left: -50px }
#infscr-loading em { font-style: italic; margin-left: 7px }
.mediad_top, .mediad_before_content { margin-bottom: 15px }
.mediad .right_code { float: right; margin: 15px 0 15px 15px }
.mediad .left_code { float: left; margin: 15px 15px 15px 0 }
.errorpage span.error-text { color: #999999; font-size: 22px; }
.errorpage { text-align: center; }
.errorpage h2 { font-size: 160px; font-weight: 700; line-height: 148px; margin-bottom: 14px; text-align: center; }
#topcontrol { z-index: 999; background: #111; border-radius: 32px; -moz-border-radius: 32px; -webkit-border-radius: 32px; position: fixed; bottom: -100px; right: 10px; cursor: pointer; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; -ms-transition: all .7s ease-in-out; transition: all .7s ease-in-out; overflow: auto; padding: 8px; font-size: 16px; line-height: 16px; color: #fff !important; }
.vcard.disauthor{ line-height: 10px} .user-rate { float: right; width: 98px; }
.rate-bar { position: relative; display: block; margin-bottom: 34px; width: 100%; background: #ddd; height: 14px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.rate-bar-title { position: absolute;  left: 0; font-size: 14px;top: -21px;}
.rate-bar-title span { display: block; height: 18px; line-height: 18px; }
.rate-bar-bar { height: 14px; width: 0px; background: #E43917; }
.rate-bar-percent { position: absolute; right: 0; top: -21px; font-size: 14px; height: 18px; line-height: 18px; font-weight: bold; }
.rate_bar_wrap { background: #f2f2f2; padding: 20px; margin-bottom: 25px; border: 1px dashed #aaa; box-shadow: 0 0 20px #F0F0F0; overflow: hidden }
.rate_bar_wrap .review-top { overflow: hidden; }
.rate_bar_wrap .review-top .overall-score { background: #E43917; width: 100px; text-align: center; float: left; margin: 0 20px 10px 0; }
.rate_bar_wrap .review-top .overall-score span.overall { font-size: 52px; color: #FFF;padding: 8px 0; display: block; line-height: 52px; }
.rate_bar_wrap .review-top .overall-score span.overall-text { background: #000; display: block; color: #FFF; font-weight: 700; padding: 6px 0; text-transform: uppercase; font-size: 11px; }
.rate_bar_wrap .review-top .review-text span.review-header { font-size: 32px; font-weight: 700; font-family: 'Open Sans Condensed', trebuchet ms; color: #000; line-height: 32px; display: block; margin-bottom: 9px; }
.rate_bar_wrap .review-top .review-text p {margin: 0; }
.rate_bar_wrap .review-criteria { margin-top: 20px; border-top: 1px dashed #d2d2d2; border-bottom: 1px dashed #d2d2d2; padding: 40px 0 0 0; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.rate-line { margin-top: 10px; position: relative; }
.rate-line.rate-line-inner{ position: absolute; margin: 0; width: 100%; z-index: 100}
.rate-line .count { background: #222222; height: 21px; width: 27px; padding-top: 4px; position: absolute; color: white; font: 700 12px 'arial', trebuchet ms; text-align: center; top: -2px }
.rate-line .line { margin-left: 27px; width: 82%; background: none repeat scroll 0 0 #DCDCDC }
.rate-line.rate-line-inner .line { width: 100%; margin: 0; background: none transparent;}
.rate-line .line span { float: left; display: block; height: 20px; line-height: 20px; color: #fff; }
.rate-line.rate-line-inner .line span { padding-right: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: right; width: 8%}
.rate-line .filled { background: #E43917; }
.star a { width: 16px; height: 15px; display: inline-block; }
span.stars-rate { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat  transparent; display: inline-block; height: 17px; width: 98px; background-position: -118px -181px;}
span.stars-rate span { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat  transparent; display: block; float: left; height: 17px; cursor: pointer; background-position: -118px -164px;}
.star-small span.stars-rate { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat  transparent; display: inline-block; height: 12px; width: 67px; background-position: -118px -210px; }
.star-small span.stars-rate span { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat transparent; display: block; float: left; height: 12px; cursor: default;background-position: -118px -198px; }
.rated-done span.stars-rate span { cursor: default; }
.rehub-rate-load { background: url(//secadordeunas.es/wp-content/themes/rehub/images/loaded.gif) no-repeat scroll center center rgba(0, 0, 0, 0); height: 16px; width: 16px; display: block; }
.review-header { display: block; font-size: 20px; font-weight: bold; } .rehub_feat_block { border: 1px solid #CECECE; box-shadow: 0 0 20px #F0F0F0; margin-bottom: 25px; padding: 16px; overflow: hidden; clear: both; position: relative; }
.rehub_feat_block .priced_block { margin: 0 !important; clear: none; }
.priced_block .price_count del { font-size: 13px; font-weight: normal; vertical-align: top;}
.priced_block a.added_to_cart { display: block; clear: both; padding-top: 4px; font-size: 11px; }
.priced_block .price_count ins { text-decoration: none; }
.rehub_feat_block .offer_title { font: bold 18px/18px Arial; margin-bottom: 5px }
.rehub_feat_block .offer_thumb { float: left; margin: 0 15px 10px 0; width: 120px; }
.rehub_feat_block .offer_thumb img { max-width: 120px; }
.rehub_feat_block .aff_tag { color: #666; font-size: 11px; }
.rehub_feat_block .aff_tag img{ max-width: 90px; max-height: 25px; border: 1px solid #eee; padding: 2px 4px}
.rehub_feat_block p { font-size: 13px; line-height: 18px; margin: 10px 0; }
.rehub_feat_block.table_view_block { display: table; margin: 15px auto;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%  }
.block_with_coupon{ display: table-row;}
.rehub_feat_block.table_view_block .offer_thumb { float: none; margin: 0; display: table-cell; vertical-align: middle; text-align: center; width: 120px; padding-right: 10px; padding-left: 5px }
.rehub_woo_review .rehub_feat_block.table_view_block { margin: 0 0 25px 0; display: block }
.rehub_feat_block.table_view_block .buttons_col { width: 175px; text-align: center; display: table-cell; vertical-align: middle; }
.rehub_feat_block.table_view_block .desc_col { padding: 0 15px; display: table-cell; vertical-align: middle; }
.rehub_feat_block.table_view_block .priced_block p { border: medium none; float: none; margin: 0 0 8px !important; padding: 0 !important; }
.rehub_feat_block.table_view_block p { color: #111111; font: 13px/16px 'arial', trebuchet ms; margin: 8px 0; }
.rehub_feat_block.table_view_block .price_count { background-color: transparent; color: #111; font: 21px/21px Arial; padding: 0; }
.rehub_feat_block.table_view_block a.btn_offer_block:after { border-width: 1em 0 1em 0.4em; }
.rehub_feat_block.table_view_block a.btn_offer_block { display: block; float: none; font-size: 20px; line-height: 20px; margin: 0 auto; padding: 0.5em 0.3em 0.5em 0.4em; width: 130px; }
.rehub_feat_block.table_view_block .priced_block .price_count del, .top_rating_block .priced_block .price_count del { display: inline; font-size: 14px; color: #c1c1c1; vertical-align: top; }
.rehub_feat_block.table_view_block table.shop_attributes { border: 0; border-top: 1px dotted rgba(0,0,0,0.1); margin-bottom: 1.618em; width: 100%; }
.rehub_feat_block.table_view_block table.shop_attributes th { width: 150px; font-weight: bold; padding: 8px; border-top: 0; border-bottom: 1px dotted rgba(0,0,0,0.1); margin: 0; line-height: 1.5em; }
.rehub_feat_block.table_view_block table.shop_attributes td { font-style: italic; padding: 0; border-top: 0; border-bottom: 1px dotted rgba(0,0,0,0.1); margin: 0; line-height: 1.5em; }
.rehub_feat_block.table_view_block table.shop_attributes td p { margin: 0; padding: 8px 0; }
.rehub_feat_block.table_view_block table.shop_attributes .alt td, .rehub_feat_block.table_view_block table.shop_attributes .alt th { background: rgba(0,0,0,0.025); }
.rehub_woo_review_tabs { display: none; }
a.btn_offer_block.loading:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: url(//secadordeunas.es/wp-content/themes/rehub/images/woo/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65); }
a.btn_offer_block.loading:after { display: none; }
#countdown_dashboard { margin: 10px auto; overflow: hidden; height: 50px; width: 280px }
.rehub_offer_coupon{padding: 5px 10px;border: 1px dashed #888;text-align: center; position: relative; font-size: 13px; clear: both;}
.rehub_offer_coupon.expired_coupon{border: 1px dashed #ddd;}
.rehub_offer_coupon.expired_coupon input{text-decoration: line-through;}
.rehub_offer_coupon.expired_coupon i.fa{ display: none;}
.rehub_offer_coupon input{ width: 100%; background: none transparent; border: none; text-align: center;}
.rehub_offer_coupon i.fa{ position: absolute; top: 50%; right: -12px; font-size: 18px; line-height: 18px;margin-top: -9px; color: #111;}
.rehub_feat_block.table_view_block .rehub_offer_coupon, .top_rating_block .rehub_offer_coupon, .aff_prices .rehub_offer_coupon{ margin: 10px auto 0 auto; width: 120px}
.time_offer{ font-size: 10px; line-height: 20px}
.block_with_coupon .offer_title{font: 17px/18px Arial;}
.block_with_coupon .offer_title a{ text-decoration: none}
.rehub_feat_block.table_view_block .price_col{padding: 0 10px;width: 70px;vertical-align: middle;display: table-cell;text-align: center;}
.rehub_feat_block.table_view_block .block_with_coupon .price_count{font: bold 18px/16px Arial;}
.rehub_feat_block.table_view_block .block_with_coupon ins {text-decoration: none;}
.rehub_feat_block.table_view_block .block_with_coupon del{display: inline;font-size: 12px;color: #c1c1c1;vertical-align: top; font-weight: normal;}
.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt { border-radius: 3px !important; }
.wccm-thumb a, .wccm-catalog-item a.dashicons { text-decoration: none !important; }
.rehub_feat_block .add_to_wishlist, .rehub_feat_block .woocommerce a.compare { border-radius: 3px !important; padding: 4px 6px 4px 23px !important; font: bold 12px/12px Arial; text-transform: uppercase; color: #fff !important; text-align: center; vertical-align: middle; cursor: pointer; background-color: #2f2f2f; transition: all 0.4s ease 0s; position: relative; text-decoration: none; }
.rehub_feat_block .add_to_wishlist:before { font-family: FontAwesome; position: absolute; left: 6px; font-size: 12px; content: "\f08a"; top: 6px; color: #ff7171; }
.rehub_feat_block .add_to_wishlist:hover:before { color: #fff; }
.rehub_feat_block .woocommerce a.compare { padding-left: 20px !important; background-color: #3f9a00 !important; text-shadow: none !important; box-shadow: none !important; border: none !important; background-image: none !important; color: #fff !important; }
.rehub_feat_block a.compare:before { font-family: FontAwesome; position: absolute; left: 6px; font-size: 12px; content: "\f0dc"; top: 5px; color: #fff; }
.yith-wcwl-add-to-wishlist { font-size: 12px; margin: 8px 0 }
.rehub_feat_block .yith-wcwl-add-to-wishlist { float: left; margin: 0 }
.rehub_feat_block .yith-wcwl-wishlistexistsbrowse { margin-top: 2px; }
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i { display: none; }
.rehub_feat_block .woocommerce.product.compare-button { float: left; margin-right: 5px; }
.rehub_feat_block .add_to_wishlist:hover, .rehub_feat_block .woocommerce a.compare:hover { background-color: #fb7203 !important; }
.rehub_woo_review_tabs.pretty_woo { margin: 0 5px 5px 0; }
.sidebar .widget.yith-woocompare-widget a.title { font: bold 13px Arial; text-transform: none; }
.aff_offer_links { clear: both; }
.aff_offer_links.m25{margin-bottom: 25px}
.aff_offer_desc { overflow: hidden; }
.aff_offer_links_heading { border-top: 1px dashed #cecece; font: bold 14px Arial; padding: 10px 10px 10px 5px; margin: 10px 0 5px 0; position: relative; }
.rehub_feat_block .start_price { font: 14px Arial; color: #666; text-align: right; padding-right: 22px; margin-top: -10px; }
.rehub_feat_block .start_price span { font-size: 18px; font-weight: bold; }
.aff_offer_links .price_count del{ color: #c1c1c1; vertical-align: top;}
.aff_offer_links .rehub_feat_block.table_view_block a.btn_offer_block{ font-size: 17px; line-height: 17px}
.aff_offer_links .rehub_feat_block.table_view_block { padding: 15px 10px; border: 1px dotted #999; border-left:none; border-right: none; }
.vip_badge{position: absolute;height: 20px;background: #cc0000;width: 100px;-webkit-transform: rotate(-35deg); -ms-transform: rotate(-35deg); transform: rotate(-35deg); top: 2px;left: -32px; text-align: center;}
.vip_badge i{transform: rotate(35deg); color: #fff; -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg);}
.rehub_feat_block.table_view_block a.btn_offer_block{ font-size: 17px; line-height: 17px}
.offer_grid .offer_thumb{ position: relative; height: 150px; text-align: center; padding: 15px}
.offer_grid .offer_thumb img{ position: absolute; margin: auto;  top: 0;left: 0;right: 0;bottom: 0; max-height: 170px}
.offer_grid.column_grid{box-shadow: 3px 7px 1px 0px rgba(208, 208, 208, .1); text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #cecece; padding: 10px 20px 15px 20px; margin: 0 3.2% 18px 0;width: 31.2%; overflow: hidden; min-height: 406px}
.offer_grid .price_count{ background: none transparent; color: #111; font: 20px/18px Arial; display: inline-block; border-top: 1px solid #bbb; padding-top: 15px}
.offer_grid .price_count ins{ text-decoration: none;}
.offer_grid .price_count del {display: inline;font-size: 12px;color: #c1c1c1;vertical-align: top;font-weight: normal;}
.offer_grid .offer_title { font-size: 15px}
.offer_grid .offer_title a{ text-decoration: none;}
.offer_grid .desc_col p{ font: 13px/16px Arial; color: #777; display: none; }
.offer_grid .priced_block { text-align: center;}
.offer_grid .priced_block a.btn_offer_block{ float: none; display: inline-block; padding: 6px 12px; overflow: hidden;}
.offer_grid .priced_block a.btn_offer_block:after{ display: none}
.offer_grid .desc_col{padding-bottom: 10px;}
.offer_grid .aff_grid_top{ height: 24px; line-height: 24px}
.offer_grid .aff_grid_bottom{margin: 23px -20px -15px -20px;border-top: 1px solid #f1f1f1; border-top: 2px dashed #89BCCE; background-color: #F1F7F9; padding: 10px 20px}
.offer_grid .aff_tag img {max-width: 90px;max-height: 20px;padding: 2px 4px;}
.offer_grid .aff_tag {color: #666;font-size: 11px;}
.offer_grid .rehub_offer_coupon input{ font-size: 15px; text-transform: uppercase;}
.offer_grid .rehub_offer_coupon{ border: none; padding: 0}
#r_show_hide{ font-size: 11px; color: #777; cursor: pointer;}
.offer_grid h4 { font: 700 20px/20px 'Open Sans Condensed', arial !important; margin: 10px 0; padding: 0; text-transform: uppercase;  }
.offer_grid h4 a{ text-decoration: none;}
.offer_grid:hover{ border: 1px solid #fb7203;}
.offer_grid .priced_block a.btn_offer_block:before{content: "→"; text-shadow: none; font-family: Arial; position: absolute;transition: all 0.3s ease 0s;right: -30%; top: 6px !important;}
.offer_grid .priced_block a.btn_offer_block:hover{padding-right: 26px;}
.offer_grid .priced_block a.btn_offer_block:hover:before {right: 5px;} .post .rehub_woo_tabs_menu { margin: 20px 0 -1px 0; position: relative;z-index: 100 }
.post .rehub_woo_tabs_menu li { list-style: none; display: inline-block; margin: 0; padding: 7px 18px; }
.post .rehub_woo_tabs_menu li:hover { cursor: pointer; }
.post .rehub_woo_tabs_menu li.current { border: 1px solid #cecece; border-bottom: 1px solid #fff; border-top: 2px solid #fb7203; font-weight: bold; background: none #fff }
.deals_woo_rehub { padding: 15px; border: 1px solid #ddd; margin-bottom: 30px; clear: both; display: none; }
.woo_sidebar_deals_links .deals_woo_rehub { float: right; width: 306px; display: block; clear: none; margin-bottom: 15px;  }
.woo_inreview_deals_links .deals_woo_rehub { display: block; padding: 0; border: none; }
.title_deal_wrap { background-color: #fb7203; padding: 2px; margin-bottom: 18px; }
.title_deal { border: 1px dashed #fff; padding: 5px 0; font: 700 18px/18px Open Sans Condensed; text-transform: uppercase; color: #fff; text-align: center; border-left: none; border-right: none; }
.wooaff_tag { font: 11px/11px Arial; color: #777; }
.wooaff_tag img{max-width: 90px;max-height: 30px;border: 1px solid #eee;padding: 2px 4px;}
.wooprice_count { font: 13px/13px Arial; font-weight: bold; }
.woorow_aff { clear: both; border-bottom: 1px dashed #ccc; padding: 10px 0; overflow: hidden; }
.deals_woo_rehub .aff_name{font: 14px/14px Arial;}
.deals_woo_rehub .product-pic-wrapper{ width: 15%; float: left; text-align: center;}
.deals_woo_rehub .product-details{ width: 83%; float: right;}
.deals_woo_rehub .product-name{ width: 45%; float:left;}
.deals_woo_rehub .product-name p{ font-size: 12px; line-height: 15px}
.deals_woo_rehub .left_data_aff{ float: left; width: 30%}
.deals_woo_rehub .woobuy_butt { float: right; width: 25%; text-align: center; }
.deals_woo_rehub .wooprice_count, .deals_woo_rehub .wooaff_tag { width: 50%; text-align: center; float: left}
.deals_woo_rehub .product-name, .deals_woo_rehub .wooprice_count, .deals_woo_rehub .wooaff_tag, .deals_woo_rehub .woobuy_butt{ margin: 8px 0 0 0}
.woo_sidebar_deals_links .deals_woo_rehub .product-pic-wrapper{ width: 20%; float: left;}
.woo_sidebar_deals_links .deals_woo_rehub .product-pic-wrapper img { max-width: 50px}
.woo_sidebar_deals_links .deals_woo_rehub .aff_name{font: 12px/14px Arial;}
.woo_sidebar_deals_links .deals_woo_rehub .product-details{ width: 78%; float: right;}
.deals_woo_rehub .aff_name {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.deals_woo_rehub .aff_name a{ color: #111}
.woo_sidebar_deals_links .deals_woo_rehub .left_data_aff{ float: left; width: 48%}
.woo_sidebar_deals_links .deals_woo_rehub .woobuy_butt { float: right; width: 50%; padding-top: 6px }
.woo_sidebar_deals_links .deals_woo_rehub .product-name{ width: 100%; float:left;}
.woo_sidebar_deals_links .deals_woo_rehub .product-name, .woo_sidebar_deals_links .deals_woo_rehub .wooprice_count, .woo_sidebar_deals_links .deals_woo_rehub .wooaff_tag, .woo_sidebar_deals_links .deals_woo_rehub .woobuy_butt{ margin: 0 0 5px 0}
.woo_sidebar_deals_links .deals_woo_rehub .wooprice_count, .woo_sidebar_deals_links .deals_woo_rehub .wooaff_tag { width: 100%; text-align: left; float: none}
.woo_sidebar_deals_links .wooaff_tag img{max-width: 80px;max-height: 25px;}
.woo_sidebar_deals_links .deals_woo_rehub .product-name p{ display: none;}
.woo_sidebar_deals_links .deals_woo_rehub .woobuy_butt{ text-align: right;}
.woobtn_offer_block { background-color: #fb7203; padding: 5px 7px; font: 700 14px/14px Open Sans Condensed; text-transform: uppercase; color: #fff !important; white-space: nowrap; text-decoration: none!important; display: inline-block; }
.woo_related_review { font-weight: bold; margin: -7px 0 16px 0; } .noadb { background: none repeat scroll 0 0 #ffffd3; border: 1px solid #eee; color: #000; display: block; font-family: 'Calibri', helvetica, arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.38em; padding: 10px; text-align: center; } .dl-menuwrapper { width: 100%; max-width: 748px; float: left; position: relative; -webkit-perspective: 1000px; perspective: 1000px; -webkit-perspective-origin: 50% 200%; perspective-origin: 50% 200%; }
.dl-menuwrapper button { border: none; width: 48px; height: 53px; overflow: hidden; position: relative; cursor: pointer; outline: none; }
.dl-menuwrapper button i { color: #fff; font-size: 36px }
.dl-menuwrapper ul { padding: 0; list-style: none; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }
.dl-menuwrapper li { position: relative; }
.dl-menuwrapper li a { display: block; position: relative; padding: 15px 25px 15px 20px; line-height: 20px; font-weight: 300; color: #fff; outline: none; font: bold 16px/16px 'Open Sans Condensed', trebuchet ms, arial; text-transform: uppercase; }
.no-touch .dl-menuwrapper li a:hover { background: rgba(255,248,213,0.1); }
.dl-menuwrapper li.dl-back > a { padding-left: 30px; background: rgba(0,0,0,0.1); }
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after { position: absolute; top: 0; line-height: 50px; font-family: 'FontAwesome'; speak: none; -webkit-font-smoothing: antialiased; content: "\f105"; font-weight: normal; }
.dl-menuwrapper li.dl-back:after { left: 10px; color: #fff; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.dl-menuwrapper li > a:after { right: 15px; color: #fff; }
.dl-menuwrapper .dl-menu { margin: 2px 0 0 0; position: absolute; width: 100%; opacity: 0; pointer-events: none; -webkit-transform: translateY(10px); transform: translateY(10px); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.dl-menuwrapper .dl-menu.dl-menu-toggle { transition: all 0.3s ease; }
.dl-menuwrapper .dl-menu.dl-menuopen { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); transform: translateY(0px); }
.dl-menuwrapper li .dl-submenu { display: none; }
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a { display: none; }
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li { display: block; }
.dl-menuwrapper > .dl-submenu { position: absolute; width: 100%; top: 50px; left: 0; margin: 0; }
.dl-menu.dl-animate-out-5 { -webkit-animation: MenuAnimOut5 0.4s ease; animation: MenuAnimOut5 0.4s ease; }
@-webkit-keyframes MenuAnimOut5 { 0% {
}
100% {
-webkit-transform: translateY(40%);
opacity: 0;
}
}
@keyframes MenuAnimOut5 { 0% {
}
100% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
}
.dl-menu.dl-animate-in-5 { -webkit-animation: MenuAnimIn5 0.4s ease; animation: MenuAnimIn5 0.4s ease; }
@-webkit-keyframes MenuAnimIn5 { 0% {
-webkit-transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes MenuAnimIn5 { 0% {
-webkit-transform: translateY(40%);
transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 { -webkit-animation: SubMenuAnimIn5 0.4s ease; animation: SubMenuAnimIn5 0.4s ease; }
@-webkit-keyframes SubMenuAnimIn5 { 0% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
opacity: 1;
}
}
@keyframes SubMenuAnimIn5 { 0% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 { -webkit-animation: SubMenuAnimOut5 0.4s ease; animation: SubMenuAnimOut5 0.4s ease; }
@-webkit-keyframes SubMenuAnimOut5 { 0% {
-webkit-transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut5 { 0% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
transform: translateZ(-200px);
opacity: 0;
}
}
.no-js .dl-menuwrapper .dl-menu { position: relative; opacity: 1; -webkit-transform: none; transform: none; }
.no-js .dl-menuwrapper li .dl-submenu { display: block; }
.no-js .dl-menuwrapper li.dl-back { display: none; }
.no-js .dl-menuwrapper li > a:not(:only-child) { background: rgba(0,0,0,0.1); }
.no-js .dl-menuwrapper li > a:not(:only-child):after { content: ''; }
.dl-menuwrapper button { background: none transparent; }
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active { background: #fb7203; }
.dl-menuwrapper ul { background: #222; } .widget_edd_cart_widget { background-color: #f9f9f9; padding: 0 15px 20px 15px }
.widget_edd_cart_widget .title { background-color: #fff !important; margin: 0 -15px !important; padding-bottom: 15px !important }
.widget_edd_cart_widget .edd-cart-number-of-items { margin-bottom: 0 !important; text-indent: -999px; position: relative; }
.widget_edd_cart_widget .edd-cart-number-of-items .edd-cart-quantity { width: 24px; height: 24px; border-radius: 50%; display: block; background-color: #fb7203; color: #fff; text-indent: 0; margin: 0 auto; position: relative; z-index: 2; text-align: center; padding: 6px; font: 700 24px/24px 'Open Sans Condensed', trebuchet; margin-bottom: 8px; border: 10px solid #f9f9f9 }
.widget_edd_cart_widget .edd-cart-number-of-items:after { content: ''; position: absolute; width: 100%; height: 1px; background: #e1e1e1; top: 39px; left: 0; box-shadow: 0 8px 0 #e1e1e1, 0 16px 0 #e1e1e1; z-index: 1 }
.widget_edd_cart_widget .edd-cart .edd-cart-item-title { float: left; width: 70%; text-align: left; }
.widget_edd_cart_widget .edd-cart-item-separator { display: none; }
.widget_edd_cart_widget .edd-cart-item-price { font-weight: bold; }
.widget_edd_cart_widget .edd-remove-from-cart { font-size: 0; line-height: 0 }
.widget_edd_cart_widget .edd-cart-item { text-align: right; overflow: hidden; border-bottom: 1px dashed #ddd; padding: 10px 0; font-size: 13px; }
.widget_edd_cart_widget .edd-remove-from-cart:after { content: 'x'; font-size: 13px }
.widget_edd_cart_widget .edd_subtotal { padding: 8px 0; font: 700 18px/18px 'Open Sans Condensed', trebuchet; text-transform: uppercase; } .widget_edd_cart_widget .cart_item.edd_checkout a:after { content: " →"; }
.widget_edd_cart_widget .edd_empty_cart { padding-top: 10px; display: block; }
.edd_downloads_list .edd_download_title { font-size: 22px; line-height: 22px; margin: 10px 0; text-transform: uppercase; }
.edd_downloads_list .edd_download_excerpt { font-size: 13px; line-height: 18px; margin-bottom: 15px }
.edd_downloads_list .edd_downloadimg { max-width: 100% }
.edd_downloads_list .edd_download { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.edd_downloads_list.edd_download_columns_1 { display: table; width: 100% }
.edd_downloads_list.edd_download_columns_1 .edd_download { border: 1px solid #cecece; box-shadow: 0 1px 1px #ededed; position: relative; margin-bottom: 15px }
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div { display: table-cell; padding: 15px 10px; text-align: center; vertical-align: top; }
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_buy_button { vertical-align: middle; }
.edd_downloads_list.edd_download_columns_1 .edd_download_inner { padding: 0; margin: 0 }
.edd_downloads_list.edd_download_columns_1 .edd_download_image img { width: 160px; height: 106px; background-color: #fff; border: 1px solid #ddd; padding: 2px; }
.edd_downloads_list.edd_download_columns_1 .edd_download_buy_button { width: 150px }
.edd_downloads_list.edd_download_columns_1 .edd_download_image { width: 170px }
.edd_downloads_list.edd_download_columns_1 .edd_download_title { margin: 0 0 12px 0 }
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text { text-align: left; width: 380px }
.full_width .edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text { width: 690px }
.masonry_grid_fullwidth .edd_download_buy_button { margin-top: 15px }
.edd_masonry_grid .edd-cart-ajax-alert { display: inline-block; }
.edd_masonry_grid .edd-cart-ajax-alert .edd-cart-added-alert { position: relative; }
.edd_download_purchase_form .edd_price_options li { font-size: 12px }
.edd_downloads_list.edd_download_columns_1 .edd-cart-ajax-alert .edd-cart-added-alert { position: relative; }
.edd_downloads_list.edd_download_columns_1 .edd-cart-ajax-alert { display: inline-block; }
.edd_downloads_list .post-meta { font-size: 12px; margin-bottom: 10px }
.edd_downloads_list .post-meta a { color: #666; text-decoration: underline; }
.edd-submit.button.orange { background-color: #fb7203 !important; border-color: #fb7203 !important; }
#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"] { border-radius: 0 !important }
.edd_downloads_list .star-small { margin-bottom: 5px }
.edd_masonry_grid.small_post .post-meta { padding-top: 0 }
.pagination { text-align: center; }
ul.page-numbers { display: inline-block; white-space: nowrap; padding: 0; clear: both; border: 1px solid #e0dadf; border-right: 0; margin: 1px; }
ul.page-numbers li { border-right: 1px solid #e0dadf; padding: 0; margin: 0; float: left; display: inline; overflow: hidden; text-align: center; line-height: 1em; font-size: 1em; font-weight: normal; padding: .5em; min-width: 1em; }
ul.page-numbers li a, ul.page-numbers li span { margin: 0; text-decoration: none; display: block; }
ul.page-numbers li a { color: #111; }
ul.page-numbers li.current, ul.page-numbers li:hover, ul.page-numbers li:focus, ul.page-numbers li.active { background: #f7f6f7; color: #998896; }
.edd_single h1 span { font-weight: bold; }
.edd_single h1 { font-size: 28px; line-height: 28px; margin-top: 0 }
.widget_edd_product_details h3 { font: bold 16px Arial; margin-bottom: 12px }
.sidebar .widget.widget_edd_product_details { border: 1px solid #ddd; padding: 15px; }
.single .edd_single .star { float: none; margin-bottom: 15px }
.single .edd_single .star .title_stars { display: inline; }
.single .widget.widget_edd_product_details .star, .widget.widget_edd_product_details .user-rate { float: none; }
.single .widget.widget_edd_product_details .star .title_stars { font-size: 13px }
.widget.widget_edd_product_details .title { display: none; }
#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"] { border: none; }
.widget_edd_cart_widget .edd-remove-from-cart { color: #cc0000; }
#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap fieldset, #edd_login_form, #edd_purchase_receipt, #edd_user_history, #edd_purchase_receipt_products, #edd_profile_editor_form, .edd-confirmation-template #edd_purchase_receipt thead th:first-child, #edd_purchase_receipt tbody td:first-child, #edd_purchase_receipt thead th:last-child, #edd_purchase_receipt tbody td:last-child, #edd_purchase_receipt_products tbody td { border: 1px solid #f1f1f1; }
#edd_purchase_receipt thead th:first-child, #edd_purchase_receipt tbody td:first-child { padding: 12px 10px; }
#edd_checkout_cart .edd_cart_header_row th, #edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_purchase_receipt thead th:first-child, #edd_purchase_receipt tbody td:first-child, #edd_purchase_receipt_products th, #edd_profile_editor_form, #edd_checkout_form_wrap fieldset:not(#edd_purchase_submit), #edd_login_form { background: none repeat scroll 0 0 #f5f5f5; }
#edd_purchase_receipt, #edd_user_history { margin-bottom: 2em; }
#edd_purchase_receipt thead th:last-child, #edd_purchase_receipt tbody td:last-child { border-width: 0 0 1px; padding: 12px 10px; }
#edd_purchase_receipt thead th:first-child, #edd_purchase_receipt tbody tr:not(:last-child) td:first-child { border-bottom-width: 1px; }
#edd_purchase_receipt_products tbody td { border-width: 0 0 1px; }
#edd_purchase_receipt_products th { border-bottom: 1px solid #f1f1f1; }
#edd_purchase_receipt_products th { font-weight: bold; padding: 12px 10px; }
#edd_purchase_receipt_products td { padding: 12px 10px; }
#edd_profile_editor_form { padding: 15px; }
#edd_profile_editor_form p > input:not([type="submit"]), #edd_profile_editor_form p > select, #edd_profile_editor_form p { margin-bottom: 1em; }
#edd_profile_editor_form legend { display: block; font-weight: bold; margin-bottom: 10px; }
#edd_profile_editor_form input[type="text"], #edd_profile_editor_form input[type="email"], #edd_profile_editor_form input[type="url"], #edd_profile_editor_form input[type="password"], #edd_profile_editor_form input[type="search"], #edd_profile_editor_form input[type="tel"], #edd_profile_editor_form input[type="number"], #edd_login_form #edd_user_pass, #edd_login_form #edd_user_login, #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"], #edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap textarea { background: none repeat scroll 0 0 #fff; padding: 6px 8px; border: 1px solid #ddd; }
#edd_profile_editor_submit, #edd_login_submit, #searchform input#searchsubmit { font: bold 14px/14px "arial",trebuchet ms; outline: none; position: relative; padding: 6px 7px; color: #111; text-align: center; text-shadow: 0 1px 1px #fff; vertical-align: top; cursor: pointer; background-color: #f5f5f5; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(to bottom, #eeeeee, #dddddd); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-repeat: repeat-x; border: 1px solid #bfbfbf; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; *zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.09); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
#searchform input#searchsubmit:hover{ background-color: #ededed; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee); background-image: -o-linear-gradient(top, #dddddd, #eeeeee); background-image: linear-gradient(to bottom, #dddddd, #eeeeee); background-image: -moz-linear-gradient(top, #dddddd, #eeeeee); }
#edd_login_form { margin-top: 20px; padding: 16px; }
#edd_login_form legend { margin-bottom: 1.5em; }
#edd_login_form { max-width: 450px; }
#edd_checkout_form_wrap fieldset p:last-child { margin-bottom: 12px; }
.custom_textarea .rehub_feat_block { margin-bottom: 15px; }
.custom_textarea .rehub_feat_block .offer_title { font: bold 22px/22px Open Sans Condensed; text-transform: uppercase; } .meter-circle-wrapper { width: 65px; height: 65px; position: relative; border-radius: 50%; margin: 0 auto; }
.meter-circle { width: 100%; height: 100%; border-radius: 50%; position: relative; border: 5px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.meter-wrapper { position: relative; width: 65px; height: 65px; top: -5px; left: -5px; text-align: center }
.meter-wrapper .meter-slice { position: absolute; width: 100%; height: 100%; clip: rect(0px,65px,65px,32px) }
.meter-wrapper .meter-slice.showfill { clip: rect(auto,auto,auto,auto)!important }
.meter-wrapper .meter { border: 5px solid #efefef; position: absolute; width: 65px; height: 65px; clip: rect(0,32px,65px,0px); border-radius: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.meter-wrapper .meter.fill { -moz-transform: rotate(180deg)!important; -webkit-transform: rotate(180deg)!important; -o-transform: rotate(180deg)!important; -ms-transform: rotate(180deg)!important; transform: rotate(180deg)!important }
.meter-circle .editor_rating { color: #111; font: 700 25px/25px 'Open Sans Condensed', Arial; position: absolute; top: 0; left: -5px; width: 65px; text-align: center; padding: 15px 0 0 }
.meter-wrapper .meter { border-color: #e43917; }
.top_rating_block.table_style_rating .meter-circle { border: 5px solid #fff; }
.top_rating_block.grid_style_rating .meter-circle { border: 5px solid #e0e0e0; } .sidebar .widget.widget-meta-data-filter { overflow: visible; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.widget-meta-data-filter h3 { font-size: 18px; line-height: 20px; text-transform: uppercase; margin-bottom: 10px }
h4.data-filter-section-title { font-family: Arial; }
.widget.widget-meta-data-filter h4:first-child { margin-top: 8px !important }
h5.data-filter-section-title { font-weight: bold !important; font-family: Arial }
.mdf_widget_found_count { background-color: #f1f1f1; color: #111; font-size: 13px; font-weight: normal !important; padding: 5px 10px; }
input.mdf_button { font: 700 13px/13px Arial, trebuchet ms; border: none !important; color: #fff !important; text-shadow : none !important; box-shadow: none !important; position: relative; border-radius: 3px; cursor: pointer; outline: none; padding: 7px; text-align: center; vertical-align: middle; transition: all 0.4s ease 0s; text-transform: uppercase; }
input.mdf_button:hover { box-shadow: 0 3px 12px rgba(255, 255, 255, 0.3) inset !important; }
input.mdf_button:active { top: 2px }
.mdf_one_moment_txt { height: auto !important; }
.widget-meta-data-filter table td { padding: 8px 0 0 0 }
.sidebar .widget.widget-meta-data-filter h4.data-filter-section-title {background-color: #f4f4f4;margin: 20px 0 10px;padding: 10px 12px;}
.mdf_post_features_panel{ margin: 15px 0 !important;}
.mdf_title_data li { margin-bottom: 4px !important; margin-left: 3px !important; text-align: left; }
.mdf_title_data li { -moz-box-shadow: inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; box-shadow: inset 0px 1px 0px 0px #ffffff; background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color: #ededed; text-indent: 0; border-radius: 0 !important;
display: inline-block; color: #333 !important; font-family: Arial; font-size: 11px !important; font-weight: 700 !important; font-style: normal; height: auto; width: auto; padding: 5px 10px !important; text-decoration: none; text-align: center; text-shadow: 1px 1px 0px #ffffff; }
.mdf_title_data li:hover { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color: #dfdfdf; }
.mdf_title_data li:active { position: relative; top: 1px; }
.mdf_title_data li span.mdf_tooltip2 { display: none; position: absolute; width: auto; max-width: 200px; height: auto; line-height: 20px; padding: 10px; font-size: 12px; text-align: left; font-weight: normal; color: rgb(113, 157, 171); background: rgb(255, 255, 255); border: 4px solid rgb(255, 255, 255); border-radius: 5px; text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px; z-index: 1; }
.mdf_title_data li:hover span.mdf_tooltip2 { display : inline; position : absolute; background : #ffffff; border : 1px solid #cccccc; color : #6c6c6c; }
.news .mdf_title_data li{ background: none transparent !important; padding: 0 !important; margin: 0 3px 0 0 !important;  }
.news .mdf_post_features_panel{ padding: 5px 10px; border: 1px dashed #cecece}
.news .mdf_title_data li:after {content: ' - ';}
.news .mdf_title_data li:last-child:after {content: '';}
.news h3 a, .column_grid h2 a{ text-decoration: none;}
.column_grid figure{ overflow: visible;}
.tw-pagination { padding: 5px; margin: 0; list-style: none; float: left; }
.tw-pagination li { display: inline; list-style: none; margin: 0 !important; }
.tw-pagination a { background: #e7e7e7; border: 1px solid #d7d7d7; color: #666666; margin-right: 4px; padding: 3px 6px; text-align: center; text-decoration: none; }
.tw-pagination a:hover, .tw-pagination a:active { background: #d7d7d7; color: #888888; }
.tw-pagination .title { margin-right: 4px; }
.tw-pagination .gap { color: #999999; margin-right: 4px; }
.tw-pagination .current { color: #666666; background: #f7f7f7; border: 1px solid #e7e7e7; margin-right: 4px; padding: 3px 6px; }
.mdf-slide-out-div select{ padding: 5px}
.mdf-slide-out-div .mdf_taxonomy_check_list{ margin: 0}
.mdf-slide-out-div .mdf_taxonomy_check_list li{ margin: 0 0 5px 0}
.mdf_shortcode_skin_slideout h5.data-filter-section-title{ margin-bottom: 12px; font-size: 15px}
.mdf-slide-out-div .mdf_input_container{ margin-bottom: 2px !important}
.mdf-slide-out-div{ background: #fff !important; border-radius: 0 !important; border: none !important; box-shadow: 0px 0px 20px #ccc} .sidebar .widget.widget-meta-data-filter { background-color: #212121; color: #fff; padding: 20px }
.sidebar .widget.widget-meta-data-filter h3, .sidebar .widget.widget-meta-data-filter h5 { color: #fff }
.sidebar .widget.widget-meta-data-filter h4.data-filter-section-title { background-color: #5b5b5b; color: #ffffff; margin: 20px -20px 10px !important; padding: 10px 20px; }
.sidebar .widget.widget-meta-data-filter .mdf_textinput, .sidebar .widget.widget-meta-data-filter select { border: 1px solid #fff; }
.sidebar .mdf_widget_found_count { background-color: transparent; color: #fff; font-size: 13px; font-weight: bold !important; padding: 0; }
.sidebar .widget.widget-meta-data-filter .mdf_range_max, .sidebar .widget.widget-meta-data-filter .mdf_range_min, .sidebar .widget.widget-meta-data-filter .mdf_calendar{ border: 1px solid #fff} .sidebar .widget.widget-meta-data-filter.widget-meta-data-single{ background-color: #fff; border: 1px solid #ddd; color: #111; padding: 15px}
.sidebar .widget.widget-meta-data-filter.widget-meta-data-single h3, .sidebar .widget.widget-meta-data-filter.widget-meta-data-single h5{ color: #111}
.sidebar .widget.widget-meta-data-filter.widget-meta-data-single h4.data-filter-section-title{ background-color: transparent; padding: 0 0 0 10px; margin: 10px 0 !important; text-align: left; font-size: 13px; color: #111}
.sidebar .widget.widget-meta-data-filter.widget-meta-data-single p{ margin: 0; font-size: 13px}
.sidebar .widget.widget-meta-data-filter.widget-meta-data-single table th{ width: 50%; padding: 0}
.sidebar .widget.widget-meta-data-filter.widget-meta-data-single table:nth-child(2n+1) { background-color: #fbfbfb}
.rehub_specification { margin: 25px 0; font-size: 13px }
.rehub_specification table th { border-bottom: 1px dotted rgba(0, 0, 0, 0.1); border-top: 0 none; font-weight: bold; line-height: 1.5em; margin: 0; padding: 8px 15px; width: 150px; }
.rehub_specification table td { border-bottom: 1px dotted rgba(0, 0, 0, 0.1); border-top: 0 none; line-height: 1.5em; margin: 0; padding: 8px 0 13px; }
.rehub_specification table td p { margin: 0; padding: 0; }
.rehub_specification h4.data-filter-section-title { text-align: left; text-transform: none; font-size: 15px; margin: 5px 0 }
.rehub_specification .value_spec { font-style: italic;}
.rehub_specification table:nth-child(2n+1) { background-color: #F9F9F9 }
.rehub_specification .title_specification { background-color: #111; font: bold 16px Arial; padding: 8px 15px; text-transform: uppercase; color: #fff }
.mdf_submit_button_container, .mdf_reset_button_container { margin-top: 10px !important }
.small_post.grid_catalog figure { margin-bottom: 12px }
.small_post.grid_catalog .rehub_catalog_readmore { margin: 8px 0 0 0; }
.column_grid { margin: 0 4.8% 18px 0; width: 30.1%; float: left; padding: 0; position: relative; }
.column_grid.last-col { margin-right: 0; }
.column_grid .post-meta { font-size: 10px; line-height: 10px; padding: 6px 0; margin: 0; text-transform: uppercase; }
article.column_grid h2 { font-size: 18px; line-height: 18px; padding: 9px 0; margin: 0}
.column_grid.first-col { clear: both; }
article.column_grid figure { position: relative; margin-bottom: 12px }
article.column_grid figure img{box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3)}
article.column_grid:hover figure img{box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6)}
article.column_grid .rehub_catalog_readmore { margin: 8px 0 0 0; }
article.column_grid .priced_block p { border: none }
article.column_grid .priced_block.clearfix > div { clear: both; float: left; margin-top: 5px }
.list_grid { border: 1px solid #cecece; box-shadow: 0 1px 1px #ededed; margin: 0 0 15px 0; position: relative; overflow: hidden; padding: 15px }
.list_grid figure { float: left; width: 26%; margin-right: 3% }
.list_grid .content_constructor { float: left; width: 71% }
.list_grid h2 { margin: 0 0 12px 0; font-size: 21px; line-height: 21px; }
.list_grid .post-meta { padding: 0 0 10px 0; margin: 0; line-height: 12px; }
.list_grid .post-meta { color: #999 }
.list_grid .btn_more { margin-top: 8px; float: right; }
.list_grid .rehub_catalog_desc, .list_grid .rehub_catalog_fields { padding: 0 0 10px 0; color: #444 }
.list_grid .priced_block { float: right; margin: 0 8px 5px 0 }
.list_grid .priced_block.clearfix > div { float: left; }
.list_grid .rehub_catalog_desc { font-size: 13px; padding-bottom: 14px }
.rehub_catalog_fields { padding: 7px 0 }
.rehub_catalog_field { overflow: hidden; padding-bottom: 5px; font-size: 13px; line-height: 14px }
.rehub_catalog_field_title { float: left; margin-right: 4px; }
.rehub_catalog_field_value { float: left; font-style: italic; }
.rehub_catalog_field_title i { color: #c0c0c0; padding-right: 5px; font-weight: normal; padding-left: 1px }
.rehub_catalog_field_title span { }
.rehub_catalog_desc { padding: 7px 0; font-size: 13px; line-height: 15px; color: #444 }
ul.mdf_custom_filter_panel { float: right; padding-bottom: 15px }
.mdf_shortcode_container h4.data-filter-section-title { margin: 0 0 10px 0 !important; text-transform: none; }
.mdf_shortcode_container .mdf_input_container { padding: 0 0 8px 0 }
.mdf_shortcode_container .mdf_taxonomy_child_container{ padding: 6px 0}
.chains_shortcode { background-color: #fbfbfb; padding: 20px 30px 30px 30px; text-align: center; box-shadow: 0 0 8px #d2d2d2; margin: 25px 10px }
.chains_shortcode select { padding: 6px; border: 1px solid #ddd; border-radius: 0;  margin: 0 5px 5px 0 }
.wpsm-button.rehub_main_btn.mdf_chain_menu_post_button { padding: 6px 15px; margin: 3px 0 0 0 }
.chains_shortcode h4 { font-size: 24px; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px dashed #818181; text-transform: uppercase; }
.sidebar .chains_shortcode select, .footer_widget .chains_shortcode select { width: 100%; margin: 0 0 7px 0; }
.sidebar ul.mdf_custom_filter_panel{ margin: 0}
.sidebar .widget_text ul.mdf_custom_filter_panel a{ text-decoration: none; font: bold 13px Arial;} #user_reviews_in_comment{ clear: both; overflow: hidden; padding: 15px 0}
.user_rating_left_com, .user_rating_right_com{ width:50%; float:left; box-sizing:border-box; padding: 0 5px}
.user_rating_right_com{padding: 0 0 0 20px}
.user_rating_slider_criteria{ margin: 8px 0; clear: both}
#user_reviews_in_comment .noUi-horizontal{height:14px}
#user_reviews_in_comment .noUi-connect{background-color:#2c7fd0}
#user_reviews_in_comment .noUi-horizontal .noUi-handle{top:-4px; height:20px; width:20px; left:-6px}
.user_rating_left_com span{ text-align: right; float:right}
#user_reviews_in_comment .noUi-handle:before, #user_reviews_in_comment .noUi-handle:after{height: 10px; left:7px; top:4px}
#user_reviews_in_comment .noUi-handle:after {left: 10px;}
#user_reviews_in_comment .noUi-origin, #user_reviews_in_comment .noUi-handle{transform: none}
#user_reviews_in_comment textarea::-moz-placeholder{color:#919191 !important; font-size: 13px}
#user_reviews_in_comment textarea::-webkit-input-placeholder{color:#919191 !important; font-size: 13px}
#user_reviews_in_comment textarea{ height: 86px; background-color:#fff}
.user_reviews_view{padding:0 20px; overflow:hidden;position:relative}
.user_reviews_view_left, .user_reviews_view_proscons{width:33%; float:left; box-sizing:border-box; position:relative}
.user_reviews_view_left{ padding:15px 20px 15px 0}
.user_reviews_view .line{background: none repeat scroll 0 0 #dcdcdc; margin: 3px 0 9px 0}
.user_reviews_view .line span {display: block;float: left;height: 13px;background: none repeat scroll 0 0 #2c7fd0;} 
.user_reviews_view_criteria_score{ float:right; font-size:12px; text-align:right}
.user_reviews_view_criteria_name{ font-size:13px; float: left; width: 115px}
.user_reviews_view_proscons{ padding:15px 20px 20px; border-left: 1px solid #EDEDED; font: 13px/18px Arial; width:66% }
span.user_reviews_view_pc_title{font: bold 13px/16px Arial; text-transform: uppercase;}
.user_reviews_view_pros{ margin-bottom:10px}
.user_reviews_view_score_count{font: 16px/15px Arial; padding: 2px 0; float: right;}
.comm_text_from_review{ margin-bottom:12px}
.userstar-rating { font-family: FontAwesome; overflow: hidden; height: 13px; line-height: 13px; position:relative; width: 56px; font-weight: normal; font-size: 12px;}
.userstar-rating:before{content: '\f006\f006\f006\f006\f006'; color: #ccc}
.userstar-rating span{overflow: hidden;float: left;top: 0;left: 0;position: absolute;padding-top: 1.5em;}
.userstar-rating span:before{content: "\f005\f005\f005\f005\f005";top: 0;position: absolute;left: 0;}
.user_reviews_view_score {font: bold 13px Arial; margin-bottom: 8px; overflow: hidden}
.user_reviews_view_criteria_line {margin-bottom: 5px; overflow: hidden;}
.user_reviews_view_criteria_line .userstar-rating{float: right;}
.user_reviews_view_score .userstar-rating{ float: left; font-size: 16px; margin-bottom: 6px; height: 18px; line-height: 18px;width: 74px;}
.userstar-rating span:before{ color: #2C7FD0}
.rate_bar_wrap_two_reviews .user-review-criteria .rate-bar-bar{ background-color:#2C7FD0}
.rate_bar_wrap_two_reviews { overflow: hidden;border-top: 1px dashed #d2d2d2; border-bottom: 1px dashed #d2d2d2; padding: 10px 0 0 0; margin-top: 20px; position: relative }
article.post .rate_bar_wrap_two_reviews a.link_to_review{ position: absolute; bottom: 0; right: 0; font-weight: bold; text-decoration: underline;}
.rate_bar_wrap_two_reviews .review-criteria{border: none; padding:0; margin-top: 0}
.rate_bar_wrap_two_reviews .rehub_review_tabs{display:none}
.rate_bar_wrap_two_reviews .l_criteria {margin: 0 0 20px 0; padding:  8px 0; overflow: hidden;}
.rate_bar_wrap_two_reviews .l_criteria span.score_tit{font: 16px/36px Arial; text-transform: uppercase; float: left;}
.rate_bar_wrap_two_reviews .l_criteria span.score_val{ text-align: right; float: right; font: 36px/36px Arial;}
.rate_bar_wrap_two_reviews .user-review-criteria .l_criteria{}
.rate_bar_wrap_two_reviews .r_criteria{ margin-top: 40px}
.rate_bar_wrap_two_reviews .review-criteria{ float: left; width:48%; margin-right: 4%}
.rate_bar_wrap_two_reviews .review-criteria:last-child{ margin-right:0}
.rate_bar_wrap_two_reviews .rate-bar, .rate_bar_wrap_two_reviews .rate-bar-bar{height: 10px}
.rate_bar_wrap_two_reviews .rate-bar{ margin-bottom: 35px}
.rate_bar_wrap_two_reviews .score_val{border-bottom: 3px solid #E43917;}
.rate_bar_wrap_two_reviews .user-review-criteria .score_val{border-bottom: 3px solid #2C7FD0;}
.colored_rate_bar .r_score_1, .colored_rate_bar .r_score_2{background-color: #940000 !important}
.colored_rate_bar .r_score_3, .colored_rate_bar .r_score_4{background-color: #cc0000 !important}
.colored_rate_bar .r_score_5, .colored_rate_bar .r_score_6{background-color: #ffac00 !important}
.colored_rate_bar .r_score_7, .colored_rate_bar .r_score_8{background-color: #9c0 !important}
.colored_rate_bar .r_score_9, .colored_rate_bar .r_score_10{background-color: #390 !important}
.colored_rate_bar .r_score_1.score_val, .colored_rate_bar .r_score_2.score_val{ border-bottom: 3px solid #940000; background-color: transparent !important;}
.colored_rate_bar .r_score_3.score_val, .colored_rate_bar .r_score_4.score_val{ border-bottom: 3px solid #cc0000; background-color: transparent !important;}
.colored_rate_bar .r_score_5.score_val, .colored_rate_bar .r_score_6.score_val{ border-bottom: 3px solid #ffac00;background-color: transparent !important;}
.colored_rate_bar .r_score_7.score_val, .colored_rate_bar .r_score_8.score_val{ border-bottom: 3px solid #9c0;background-color: transparent !important;}
.colored_rate_bar .r_score_9.score_val, .colored_rate_bar .r_score_10.score_val{ border-bottom: 3px solid #390;background-color: transparent !important;}
.rate_bar_wrap.colored_rate_bar{ background: transparent;} 
.colored_rate_bar .rate-bar{ background-color: #f2f2f2}
.star a.add_user_review_link{ width: auto; height: auto; display: inline-block; float: right; font-size: 13px; line-height: 13px}
.single .star.criterias_star{ margin-bottom: 16px} 
.rate_bar_wrap .add_user_review_link{ float: right; margin-top: 10px}@media screen and (max-width: 1199px) and (min-width: 1024px) {
.header-top, header .logo-section, nav.top_menu, .top_theme, .footer-bottom .container, .footer-bottom.block_foot, footer#theme_footer.block_foot, footer#theme_footer .container, .block_style header, .block_style header .logo-section, #branded_img { width: 1002px;}
.content { width: 962px; padding: 20px}
.sidebar, .side-twocol, .columns figure .sidecol-overlay{ width: 300px}
.main-side, .gallery-pics, .main_slider.flexslider, .main_slider.flexslider .slides, .main_slider .flex-overlay{width:640px;}
.main_slider.flexslider, .main_slider.flexslider .slides, .main_slider.flexslider .slides .slide, .main_slider .flex-overlay{ height: 400px}
.side-twocol .columns, .columns figure .sidecol-overlay{ height: 190px}
.two-col-gridhub .small_post, .three-col-gridhub .small_post {padding: 20px;}
.top_rating_block.list_style_rating .desc_col{ width: 498px}
.top_rating_block.list_style_rating .buttons_col { width: 170px }
.with_sidebar_rating.top_rating_block.list_style_rating .desc_col { width: 237px; }
.with_sidebar_rating.top_rating_block.grid_style_rating .buttons_col, .with_sidebar_rating.top_rating_block.list_style_rating .buttons_col { width: 150px }
nav.top_menu ul li a{ font-size: 16px; padding: 11px 12px 15px 12px;}
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text { text-align: left; width: 255px }
.full_width .edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text { width: 565px }
.woo_sidebar_deals_links .deals_woo_rehub {width: 270px}
.rehub_feat_block.table_view_block .desc_col{ padding: 0 7px}
.block_with_coupon .offer_title{ font: 15px/16px Arial}
.rehub_feat_block.table_view_block .block_with_coupon p{font: 12px/14px 'arial', trebuchet ms;}
.offer_grid .offer_thumb{ height: 130px}
} @media screen and (max-width: 1199px) {
.block_style header .logo { margin-left: 20px; width: 235px }
header .logo { width: 265px;}
.def-carousel.shop_carousel ul.gallery-pics li{min-height: 310px}
.outer_mediad_left, .outer_mediad_right{display:none;}
} @media screen and (max-width: 1023px) and (min-width: 768px) { .side-twocol { float: none; width: 640px; margin-bottom: 15px; overflow: hidden;  }
.side-twocol .columns{  width: 310px; float: left;}
.side-twocol .col-1 {margin: 0 20px 0 0;}
.columns figure .sidecol-overlay{ width: 310px}
.block_style header { width: 748px; }
.block_style header .logo-section { width: 748px; }
.block_style header .logo { margin-left: 15px }
.block_style header nav.top_menu ul li a { font-size: 14px }
.header-top { width: 748px; margin: 0 auto; }
.header-top .top-nav li { margin-right: 7px; font-size: 11px; padding-left: 8px }
header .logo-section { width: 748px; margin: 0 auto 10px; }
header .logo-section .search { display: none }
header .header_second_style .logo{float: none;text-align: center; margin: 0 auto}
header .header_second_style .mediad{float: none;text-align: center; margin: 15px auto 5px auto}
nav.top_menu { display: block; width: 748px; margin: 0 auto; }
nav.top_menu ul li a {  padding: 19px 8px; font-size: 14px; line-height: 14px }
nav.top_menu > ul > li:first-child{margin-left:7px;}
.top_theme { width: 748px; margin: 0 auto 10px; }
.content, .content.landing_page { width: 640px; margin: 0 auto 10px; padding: 40px 54px; }
.main-side { float: none; width: 640px; margin: 0 auto }
.footer-bottom .container, footer#theme_footer .container, footer#theme_footer.block_foot, .footer-bottom.block_foot { margin: 0 auto; width: 748px }
.footer-bottom .footer_widget { float: left; border-right: 1px solid #1c1c1c; padding: 0 20px 30px 20px; }
#branded_img { width: 748px; }
header.dark_header .responsive_nav{ background-color:#ddd}
.sidebar{ width: 640px; float: none;clear: both; border-bottom: none; border-top:1px solid #CECECE; padding-top: 20px; margin: 25px auto; overflow: hidden;-webkit-column-count: 2;-webkit-column-gap: 20px;-moz-column-count: 2;-moz-column-gap: 20px;column-count: 2;column-gap: 20px;}
.sidebar .widget{  margin: 0 5px 16px 5px; width: 300px;clear: none;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;	column-break-inside: avoid;}
.home_carousel{ margin: 20px 0 25px 0}
#home_carousel .preview { width: 259px !important}
nav.top_menu ul.menu > li.menu-item-has-children > a:after {right: -2px; font-size: 12px}
.top_rating_block.table_style_rating .rank_col, .top_rating_heading div.rank_col_name{ display: none !important;}
.top_rating_block.list_style_rating .rank_col, .with_sidebar_rating.top_rating_block.list_style_rating .rank_col{left:-39px;}
.top_rating_block.table_style_rating .buttons_col{width: 150px}
.top_rating_item h2{font-size: 19px}
.top_rating_block.table_style_rating .top_rating_item > div{padding: 12px 15px;}
.top_rating_block.grid_style_rating .buttons_col{width: 150px}
.top_rating_block.list_style_rating .buttons_col{width: 150px}
.top_rating_block.list_style_rating .top_rating_item{ margin-left: 0}
.top_rating_block.list_style_rating .top_rating_item figure{margin-left: 10px}
.top_rating_block.list_style_rating .t_score{display: none;}
.top_rating_block.grid_style_rating .top_rating_item figure{margin-left: 5px}
.top_rating_block .top_rating_heading{ font-size: 18px} 
.top_rating_block.list_style_rating .desc_col{ width:237px;}
.deals_woo_rehub{display:block;}
.woo_sidebar_deals_links .deals_woo_rehub{display:none;}
.footer-bottom .widget_search #searchform input[type="text"]{width: auto;}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev{opacity: 0}
.main-side, .gallery-pics, .main_slider.flexslider, .main_slider.flexslider .slides, .main_slider .flex-overlay{width:640px;}
.main_slider.flexslider, .main_slider.flexslider .slides, .main_slider.flexslider .slides .slide, .main_slider .flex-overlay{ height: 400px}
.two-col-gridhub .small_post, .three-col-gridhub .small_post {padding: 20px;}
.three-col-gridhub .small_post {width: 47%; margin: 0 1.5% 20px;}
.three-col-gridhub{margin: 0 -1.5% 20px}
.sidebar .tabs-item figure, .footer-bottom .tabs-item figure{ position: static;}
header.dark_header .search form { border: none !important; background-color: #3d3d3d !important }
.top_rating_block .priced_block a.btn_offer_block:after {display: none;}
nav.top_menu{ display: none}
.responsive_nav_wrap { display: block !important; width: 748px; margin: 0 auto }
.rehub_feat_block.table_view_block .desc_col{ padding: 0 7px}
.block_with_coupon .offer_title{ font: 15px/16px Arial}
.rehub_feat_block.table_view_block .block_with_coupon p{font: 12px/14px 'arial', trebuchet ms;}
.offer_grid .offer_thumb{ height: 130px}
} @media screen and (max-width: 767px) {
.top_theme #vertical-ticker { font-size: 12px }
.post-navigation .separator { display: none }
.post-navigation .post-next a { margin-top: 15px }
.rate-line .line span { height: 18px }
.rate-line .count { top: -3px }
article h1 { font-size: 28px; line-height: 26px }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.top_rating_item p { font-size: 12px }
.wpsm-button.rehub_main_btn { padding: 8px 14px }
.tabs_img figure:hover .video_overlay > div{ padding-bottom: 16px}
.most_pop { background: none #FF4B38 !important; top: 0 !important; right: 0 !important; padding: 5px !important }
.most_pop div { margin: 0 !important; width: auto !important; font-size: 10px !important }
.most_pop div span { display: inline !important; font-size: 10px !important }
.most_pop strong{ width:auto !important; margin: 0 !important}
header.dark_header .responsive_nav{ background-color:#ddd}
header .header_second_style .logo{float: none !important;text-align: center !important;margin: 0 auto !important}
header .mediad { max-width: 100% !important; float: none !important; margin: 15px auto 0 auto !important; text-align: center !important;}
.home_carousel{ margin: 20px 0 25px 0}
header .responsive_search.search form input[type="text"]{width: 70px}
header .responsive_search.search{ width: 115px}
.post_share div.share-item{width: 100%; text-align: left; margin-bottom: 25px}
.top_rating_heading div.rank_col_name, .desc_col .star strong{ display: none !important;}
#masonry_grid:before{ display: none;}
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input{ width: auto !important;}
.edd_cart_item_name .edd_cart_item_image{ display: none;}
.edd_checkout_cart_item_title{ line-height: 18px; display: inline-block;}
.post .rehub_woo_tabs_menu{ margin: 20px 0 0 0;}
.post .rehub_woo_tabs_menu li{ border:1px solid #cecece; margin-bottom: 4px;}
.post .rehub_woo_tabs_menu li.current{ border-bottom:1px solid #cecece; background-color:#111; color:#fff;}
.wishlist_table .product-thumbnail, .wishlist_table .product-stock-status{display:none;}
.woocommerce table.shop_table.wishlist_table td, .woocommerce-page table.shop_table.wishlist_table td{padding: 7px 0; border: none;}
.woocommerce table.shop_table.wishlist_table, .woocommerce-page table.shop_table.wishlist_table{ border:none;}
.woocommerce table.shop_table.wishlist_table th, .woocommerce-page table.shop_table.wishlist_table th{ padding: 7px 0; text-align: center; }
.woocommerce table.shop_table.wishlist_table th.product-name, .woocommerce-page table.shop_table.wishlist_table th.product-name{ text-align:left;}
.rehub_feat_block .yith-wcwl-add-to-wishlist .ajax-loading{display:none !important;}
.rehub_feat_block .woocommerce.product.compare-button, .rehub_feat_block .yith-wcwl-add-to-wishlist{ float:none; margin:11px 0;}
.top_rating_block.list_style_rating, .top_rating_block.grid_style_rating, .top_rating_block.table_style_rating, .top_rating_block.list_style_rating .top_rating_item > div, .top_rating_block.grid_style_rating .top_rating_item > div, .top_rating_block.table_style_rating .top_rating_item > div, .top_rating_block.grid_style_rating .top_rating_item, .top_rating_block.table_style_rating .top_rating_item, .with_sidebar_rating.top_rating_block.list_style_rating .desc_col, .with_sidebar_rating.top_rating_block.list_style_rating .rating_col, .with_sidebar_rating.top_rating_block.list_style_rating .buttons_col, .with_sidebar_rating.top_rating_block.grid_style_rating .buttons_col, .with_sidebar_rating.top_rating_block.table_style_rating .rank_col, .with_sidebar_rating.top_rating_block.table_style_rating .top_rating_heading .rank_col_name, .with_sidebar_rating.top_rating_block.table_style_rating .buttons_col  {display: block; width: auto;}
.top_rating_block.list_style_rating .top_rating_item > div, .top_rating_block.grid_style_rating .top_rating_item > div, .top_rating_block.table_style_rating .top_rating_item > div{ padding: 10px 15px;}
.top_rating_block.list_style_rating .top_rating_item figure, .top_rating_block.grid_style_rating .top_rating_item figure, .top_rating_block.table_style_rating .top_rating_item figure{ margin: 0 auto;}
.top_rating_item h2, .top_rating_item p, .top_rating_item .star-small{ text-align:center;}
.top_rating_block.grid_style_rating .rank_col{ margin-top: -35px; margin-bottom: none;}
.top_rating_block.list_style_rating .rank_col{ position: static;}
.top_rating_item .score{ width: 70px; font-size: 12px; line-height: 15px; margin: 0 auto;}
.top_rating_block.grid_style_rating .top_rating_item:nth-child(2n+2){ background-color: transparent;}
.top_rating_block.grid_style_rating .top_rating_item, .top_rating_block.table_style_rating .top_rating_item{ margin-bottom:16px; border: 1px solid #ddd;}
.top_rating_block.list_style_rating .top_rating_item, .top_rating_block.grid_style_rating .top_rating_item{ margin: 15px 0 38px 0; padding-bottom: 15px;}
.top_rating_block.grid_style_rating{ border: none;}
.top_rating_block.grid_style_rating .rating_col{ background-color: transparent;}
.top_rating_block .top_rating_heading{ display: none;}
.top_rating_block.table_style_rating .top_rating_item > div{ border-right: none; border-bottom: 1px solid #fff;}
.top_rating_block.grid_style_rating .top_rating_item > div{border-bottom: 1px solid #f8f8f8;}
.top_rating_block.table_style_rating .top_rating_item{ background-color: #f8f8f8;}
.top_rating_item .priced_block p{ margin:0 0 3px 0 !important;}
.top_rating_block.grid_style_rating .top_rating_item > div.rank_col{ border:none;}
.with_sidebar_rating.top_rating_block.grid_style_rating .top_rating_item > div.rank_col{ padding-right: 15px;}
.deals_woo_rehub{display:block;}
.woo_sidebar_deals_links .deals_woo_rehub{display:none;}
.mediad .right_code, .mediad .left_code{float: none; margin: 0 auto 15px auto}
.main_slider .flex-direction-nav .flex-next, .main_slider .flex-direction-nav .flex-prev{ opacity: 0}
.main_slider .flex-direction-nav a{margin: -17px 0 0 0 !important}
.main_slider .flex-overlay .post-meta{ background: none transparent !important}
.comment-respond .usr_re, .comment-respond .email_re, .comment-respond .site_re{ width: 100%; margin: 0}
.news_block .right, .news_block.news_right .right { float: none; width: 100%;   }
.news_block .right figure { height: auto; width:100%; margin: 0 auto 14px auto !important }
.news_right.news_block .right figure{ height: auto !important; margin-bottom: 10px !important}
.news_block .big_img{ margin-bottom: 20px}
.news_block{ margin-bottom:0}
.news_block .big_img { float: none; width: 100%; }
.news_block .big_img figure{height:auto;}
.article-sec { float: none; width: 100%; }
.article-sec:first-child{margin-bottom: 28px}
.news_right .right figure{margin-bottom:0px !important;}
.def-carousel.sec_style_carousel{ height: 182px}
.rate_bar_wrap_two_reviews .review-criteria{ width: 100%; margin-right: 0;}
.user_reviews_view_left, .user_reviews_view_proscons{ width: 100%}
.user_reviews_view_proscons{ border-left: none; border-top: 1px solid #ededed; padding-left: 0}
.user_reviews_view_left{ padding-right: 0}
.news figure { width: 100%; margin-bottom: 15px }
.news .detail { width: 100% }
.two-col-gridhub .small_post, .three-col-gridhub .small_post {padding: 20px; width: 100%; margin: 0 0 20px;}
.two-col-gridhub, .three-col-gridhub{margin: 0 0 20px}
.rehub_feat_block.table_view_block{ padding-bottom: 25px}
.best_from_cat_carousel h5{ padding: 0 5px}
.deals_woo_rehub .product-pic-wrapper{ width: 20%; float: left;}
.deals_woo_rehub .product-pic-wrapper img { max-width: 50px}
.deals_woo_rehub .product-details{ width: 78%; float: right;}
.deals_woo_rehub .aff_name {font: 12px/14px Arial; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.deals_woo_rehub .left_data_aff{ float: left; width: 48%}
.deals_woo_rehub .woobuy_butt { float: right; width: 50%; padding-top: 6px }
.deals_woo_rehub .product-name{ width: 100%; float:left;}
.deals_woo_rehub .product-name, .deals_woo_rehub .wooprice_count, .deals_woo_rehub .wooaff_tag, .deals_woo_rehub .woobuy_butt{ margin: 0 0 4px 0}
.deals_woo_rehub .wooprice_count, .deals_woo_rehub .wooaff_tag { width: 100%; text-align: left; float: none}
.wooaff_tag img{max-width: 80px;max-height: 25px;}
.deals_woo_rehub .product-name p{ display: none;}
.woo_sidebar_deals_links .deals_woo_rehub .woobuy_butt{ text-align: right;}
.rehub_feat_block .offer_thumb, .rehub_feat_block.table_view_block .offer_thumb{float:none; margin: 0 auto 15px; display: block; padding: 0}
.rehub_feat_block.table_view_block .desc_col, .rehub_feat_block.table_view_block .buttons_col, .rehub_feat_block.table_view_block .price_col{ display:block; padding:0; text-align: center; margin: 0 auto 15px auto; width: auto; } 
.rehub_feat_block.table_view_block .buttons_col{ margin-bottom: 0}
.block_with_coupon{ display: block;}
.user_rating_left_com, .user_rating_right_com{ width: 100%;}
.user_rating_left_com{ padding: 0 0 25px 5px}
.user_rating_right_com{ padding: 0}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive_nav_wrap { display: block !important; width: 468px; margin: 0 auto }
.responsive_nav { width: 100%; padding: 6px; margin-top: 12px; border: none }
nav.top_menu { display: none }
.header-top .top-nav a { }
.header-top { width: 468px; margin: 0 auto; }
.header-top .top-nav ul{ margin-left: 10px }
.header-top .top-nav li { font-size: 11px; padding-left: 4px; margin-right: 4px }
.block_style header { width: 468px; }
.block_style header .logo-section { width: 468px }
.block_style header .logo { margin-left: 15px }
header .header_first_style .mediad { padding-top: 20px; clear: both;}
.block_style header nav.top_menu ul li a { }
header .logo-section { width: 468px; margin: 0 auto 10px; }
header .search { width: 180px; }
header .search form input[type="text"] { width: 140px } .main_slider.flexslider { width: 410px; height: 282px !important; margin-bottom: 15px }
.main_slider.flexslider .slides { height: 282px }
.main_slider .flex-overlay { width: 410px; height: 282px }
.main_slider.flexslider .slides .slide { height: 282px }
.main_slider .flex-overlay .post-meta { margin-top: 120px; width: 306px; margin-bottom: 6px }
.main_slider .flex-overlay h2 { font-size: 28px; line-height: 27px; padding: 0 20px; margin-bottom: 10px; max-height: 54px; }
.main_slider .flex-direction-nav li a { height: 50px; width: 30px }
.main_slider .flex-direction-nav .flex-next { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; background-position: -87px -101px; height: 35px; width: 16px}
.main_slider .flex-direction-nav .flex-prev { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; background-position: -103px -101px; height: 35px; width: 16px}
.main_slider .flex-overlay a.read-more { font-size: 18px; line-height: 18px }
.side-twocol{ margin-bottom: 15px; overflow: hidden;}
.side-twocol { float: none; width: 410px; clear: both }
.side-twocol .columns { height: 250px; width: 410px; float: left }
.columns figure .sidecol-overlay h3{background: rgba(0,0,0,0.5)}
.side-twocol img { height: 250px; width: 100% }
.side-twocol .columns .sidecol-overlay { width: 410px; height: 250px }
.side-twocol .col-1 { margin: 0 0 15px 0 }
.top_theme { width: 468px; margin: 0 auto 10px; }
.content, .content.landing_page { width: 410px; margin: 0 auto 10px; padding: 19px 29px; }
.main-side { width: 100%; float: none }
.sidebar { width: 100%; float: none; padding-left: 0; border-left: none; margin-top: 15px; clear: both;border-top:1px solid #CECECE; padding-top: 10px}
.featured_slider .flex-direction-nav li a { top: 120px }
.footer-bottom .container, footer#theme_footer .container, footer#theme_footer.block_foot, .footer-bottom.block_foot { margin: 0 auto; width: 468px }
.footer-bottom .footer_widget { width: 100%; float: left; border-right: none; padding: 0 29px 14px 29px; border-bottom: 1px solid #1c1c1c; margin-bottom: 14px }
.footer-bottom .footer_widget.last{ width: 100%; float:none }
.def-carousel { margin-bottom: 15px }
.def-carousel ul.gallery-pics li { margin: 0 4px }
.def-carousel .carousel-prev { left: 12px }
.def-carousel .carousel-next { right: 12px }
.heading .head_section { font-size: 18px; line-height: 18px }
a.vid_icon { margin: 0; top: 10px; left: 10px }
#reviews_tabs > ul { margin-bottom: 15px }
#reviews_tabs > ul > li { width: 100%; padding: 8px 0; margin-right: 0; }
.tabs_img { width: 100%; height: 280px }
.tabs_img .video_overlay .meta .date { display: none }
.tabs_img .score { padding: 6px; font-size: 12px }
.tabs_img .score span { font-size: 28px; line-height: 28px; }
.tabs-item .right { width: 100%; float: right }
.tabs-item .right figure span.score { line-height: 22px; height: 22px }
.btn_more { font-size: 12px; line-height: 12px }
a.comment_two { font-size: 11px; padding: 1px 3px }
a.comment_two:after { border-width: 6px 7px 9px 0 }
a.expand { margin-right: 5px }
.main-side .wp-pagenavi a, .main-side .wp-pagenavi span { padding: 2px 4px!important }
.main-side .wp-pagenavi { font-size: 13px }
.post blockquote p { font-size: 16px; line-height: 18px;  }
.single .rate-line .line { width: 180px }
.single .priced_block { margin-top: 12px; margin-left: 0 }
#branded_img { width: 460px; }
.scrollsticky {-webkit-animation-duration: 0s;animation-duration: 0s; position: static !important;}
.top_rating_block .top_rating_item > div.product_image_col{vertical-align: top;}
.rehub_feat_block .start_price span{ font-size: 16px}
.rehub_feat_block .start_price{ font-size: 13px}
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_image{ display: none;}
.edd_downloads_list .edd_download_title{ font-size: 18px}
.edd_downloads_list .edd_download_excerpt{ font-size: 12px}
article.column_grid .priced_block a.btn_offer_block:after{ border: none;}
.column_grid, .offer_grid.column_grid {width: 48%; margin: 0 4% 18px 0;}
.column_grid.last-col{ margin-right: 4%}
.column_grid.first-col {clear: none;}
.column_grid:nth-child(2n+1) { clear: both; }
.column_grid:nth-child(2n+2) {  margin-right: 0 }
.def-carousel.shop_carousel ul.gallery-pics li{ width: 310px !important; margin: 0 22px; min-height: 476px }
#home_carousel .preview { width: 250px !important; margin: 0 19px}
.offer_grid .offer_thumb{ height: 130px}
} @media only screen and (max-width: 479px) {
.responsive_nav_wrap { display: block !important; width: 300px; margin: 0 auto }
.responsive_nav { width: 100%; padding: 6px; margin-top: 12px; border: none }
nav.top_menu { display: none }
.header-top { width: 320px; margin: 0 auto; }
.header-top .top-social {display: none; }
.header-top .top-social .social_icon.small_i a{ border-left: none}
.header-top .top-nav { width: 100%; overflow: hidden;  }
.header-top .top-nav ul{margin-left: 10px }
.header-top .top-nav li { font-size: 11px; padding-left: 4px; margin-right: 4px }
.block_style header { width: 320px; }
.block_style header .logo-section { width: 320px }
.block_style header .logo {margin: 0 auto 10px; }
header .logo-section { width: 320px; margin: 0 auto 10px; }
header .mediad { width: 100%; float: none; margin: 0 auto; }
header .mediad img { max-width: 100%; }
header .search { width: 220px; float:none; margin: 0 auto 10px; padding-top:0}
.block_style header .search{margin: 0 auto 10px;}
header .search form input[type="text"] { width: 180px }
header .logo {  float: none; margin: 0 auto 10px; text-align:center }
a.comment{ padding: 1px 3px; font-size:12px} .main_slider.flexslider { width: 300px; height: 210px !important; margin-bottom: 15px }
.main_slider.flexslider .slides { height: 210px }
.main_slider .flex-overlay { width: 300px; height: 210px }
.main_slider.flexslider .slides .slide { height: 210px }
.main_slider .flex-overlay .post-meta { margin-top: 80px; width: 206px; margin-bottom: 6px }
.main_slider .flex-overlay h2 { font-size: 25px; line-height: 25px; padding: 0 10px; margin-bottom: 10px; max-height: 50px; }
.main_slider .flex-direction-nav li a { height: 50px; width: 30px }
.main_slider .flex-direction-nav .flex-next { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; background-position: -87px -101px; height: 35px; width: 16px}
.main_slider .flex-direction-nav .flex-prev { background: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite.png) no-repeat; background-position: -103px -101px; height: 35px; width: 16px}
.main_slider .flex-overlay a.read-more { display:none }
.columns figure .sidecol-overlay h3 { font-size: 18px }
.side-twocol{ margin-bottom: 15px; overflow: hidden;}
.side-twocol .columns a.comment{ display:none}
.side-twocol { float: none; width: 300px; clear: both }
.side-twocol .columns { height: 175px; width: 300px; float: none }
.side-twocol img { height: 175x; width: 100% }
.side-twocol .columns .sidecol-overlay { width: 300px; height: 175px }
.side-twocol .col-1 { margin: 0 0 15px 0 }
.top_theme { width: 300px; margin: 0 auto 10px; }
.content, .content.landing_page { width: 300px; margin: 0 auto 10px; padding: 10px; }
.main-side { width: 100%; float: none }
.sidebar { width: 100%; float: none; padding-left: 0; border-left: none; margin-top: 15px; clear: both;border-top:1px solid #CECECE; padding-top: 10px }
.footer-bottom .container, footer#theme_footer .container, footer#theme_footer.block_foot, .footer-bottom.block_foot { margin: 0 auto; width: 320px }
footer#theme_footer.block_foot .left, footer#theme_footer.block_foot .right{ padding: 0;}
.footer-bottom .footer_widget .title_b { margin-bottom: 18px }
.footer-bottom .footer_widget p { font-size: 11px; line-height: 15px; margin-bottom:12px }
.footer-bottom .footer_widget { width: 100%; float: left; border-right: none; padding: 0 10px 14px 10px; }
.footer-bottom .footer_widget.last{ width: 100% }
footer#theme_footer .left{ width:100%; text-align: center;}
footer#theme_footer .right{ width:100%; text-align: center; margin-top: 10px}
.f-post article { float: right; width: 195px; }
.f-post article .f-postmeta { font-size: 11px }
.sec_style_carousel{ padding: 0 50px}
.def-carousel ul.gallery-pics li {  margin: 0 4px }
.def-carousel .carousel-prev { left: 12px }
.def-carousel .carousel-next { right: 12px }
.sec_style_carousel ul li p, .sec_style_carousel ul li p a{ font-size:11px; line-height:11px}
.heading .head_section { font-size: 18px; line-height: 18px }
.news_block .big_img .video_overlay span { font-size: 10px; margin-bottom: 5px; }
.news_block .big_img .video_overlay h3 { font-size: 18px; line-height: 18px }
a.vid_icon { margin: 0; top: 10px; left: 10px }
#reviews_tabs{ margin-bottom: 20px}
#reviews_tabs > ul { margin-bottom: 15px }
#reviews_tabs > ul > li { width: 100%; padding: 8px 0; margin-right: 0; }
.tabs_img { width: 300px; height: 250px; float: none;}
.tabs_img .video_overlay .meta .date { display: none }
.tabs_img .score { padding: 6px; font-size: 12px }
.tabs_img .score span { font-size: 28px; line-height: 28px; }
.tabs-item .right { width: 300px; float: none; margin-bottom: 10px }
.tabs_img .video_overlay .post-meta{display: none;}
.tabs-item .right > div { margin-bottom: 20px }
.btn_more { font-size: 12px; line-height: 12px }
.news_right .right { width: 300px !important }
.news_right .right figure { width: 100px !important; height: 60px !important }
.news_right .right .detail { width: 190px !important }
.news_right .right .detail h5 { margin-bottom: 4px }
.news_right .right .detail p { margin-bottom: 0 }
a.comment_two { font-size: 11px; padding: 1px 3px }
a.comment_two:after { border-width: 6px 7px 9px 0 }
a.expand { margin-right: 5px }
.main-side .wp-pagenavi a, .main-side .wp-pagenavi span { padding: 2px 4px !important }
.main-side .wp-pagenavi { font-size: 13px }
.post blockquote p { font-size: 15px; line-height: 17px; }
.single .rate-line .line { width: 180px }
.single .priced_block { margin-top: 12px; margin-left: 0 }
#branded_img { width: 320px; }	
.post_slider .flex-direction-nav .flex-next{ right:0}
.post_slider .flex-direction-nav .flex-prev{ left:0}
.single .star{ float:left}
.post-navigation a{width:140px;font-size:12px}
.commentlist .comment-author a, .commentlist .comment-author time{ margin:0 0 10px 0; float:none; display:block}
a.comment-reply-link, a.comment-edit-link { text-align: right;}
.commentlist .comment-author a.comment-edit-link{ margin-bottom: 4px}
.commentlist .comment-author .fn, .commentlist .comment-author .fn a{ float:none}
.commentlist .comment-author img{ }
.commentlist ul.children{ margin-left:10px; padding-left: 0; border-left: none }
.commentlist ul.children .commbox:before { display: none;}
.comment-form input[type="text"]{width: 168px;}
.related_articles ul li > a{  line-height:11px}
.media_articles .related_articles ul li:last-child{ display:none}
.media_articles li {width: 28% !important;}
.media_carousel a{ font-size:12px}
.media_video p{ font-size:13px}
.media_video h4{ font-size:16px; line-height:16px; margin-top:12px}
.dash .digit{ width:20px}
.dash{ width:50px}
.dash:after{ left:50px}
.post_share > div img{ max-width:100%; padding:0}
.post_share{ margin: 20px 0}
blockquote.wpsm-quote{ width:100% !important}
header.dark_header .logo a{ background-position: center top !important}
.overlay_post_formats{font-size: 14px}
.overlay_post_formats.review_formats_gallery{padding: 3px 7px; font-size: 12px;}
.scrollsticky {-webkit-animation-duration: 0s;animation-duration: 0s; position: static !important;}
.rehub_feat_block .priced_block{clear: both;}
.ed_choice span{ font-size: 18px; padding: 6px 18px}
.ed_choice span:after, .ed_choice span:before{display: none;}
.user-rate{ float:left; clear:both;}
#home_carousel .preview{ }
.home_carousel{ margin: 15px 0 25px 0}
.dl-menuwrapper button:after{height: 4px; box-shadow: 0 9px 0 #fff, 0 18px 0 #fff}
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div { display: block;}
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text{ width: auto; padding: 0 15px}
.edd_downloads_list.edd_download_columns_1 .edd_download_inner > div{ padding: 15px; text-align: left;}
.edd_downloads_list.edd_download_columns_1 .edd_download_image img{ width: 100%; height: auto; padding: 0; border: none}
.edd_downloads_list.edd_download_columns_1 .edd_download_image{ width: auto;}
.full_width .edd_downloads_list.edd_download_columns_1 .edd_download_inner > div.edd_download_text{width: auto;}
ul.page-numbers li a, ul.page-numbers li span{ font-size:11px;}
.widget_search #searchform input[type="text"]{width: auto;}
.list_grid figure{ width: 100%; margin-right: 0; margin-bottom: 15px}
.list_grid .content_constructor{ width: 100%}
article.column_grid, .offer_grid.column_grid {width: 100%; margin: 0 0 18px 0;}
article.column_grid h2{ font-size: 18px; line-height: 18px;}
.column_grid.last-col{ margin-right: 0}
.rehub_specification table th{width: auto;}
.wpsm_pros{ padding-left: 0}
.def-carousel.shop_carousel ul.gallery-pics li{ width: 226px !important; margin: 0 9px }
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.main_slider .flex-overlay .post-meta, .main_slider .flex-direction-nav .flex-prev, .main_slider .flex-direction-nav .flex-next, .scroller, .featured_slider .flex-direction-nav li a.flex-prev, .featured_slider .flex-direction-nav li a.flex-next, .news_lettr, .post_slider .flex-direction-nav .flex-prev, .post_slider .flex-direction-nav .flex-next, .post-navigation a i, .gallery-pics .gp-overlay a, span.stars-rate, span.stars-rate span, .star-small span.stars-rate, .star-small span.stars-rate span {
display: inline-block;
background-image: url(//secadordeunas.es/wp-content/themes/rehub/images/spritebox-sprite@2x.png);
background-size: 453px 325px
}
.stickyscroll_widget .news_lettr, .footer-bottom .news_lettr{ background-image: none;}
}.wpsm-accordion { margin-bottom: 15px; }
.wpsm-accordion h3.wpsm-accordion-trigger { display: block; color: #555; display: block; padding: 15px; border: 1px solid #ddd; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 14px; line-height: 21px; margin: 10px 0 0 !important; cursor: pointer; font-family: Arial; background-color: #f9f9f9; }
.wpsm-accordion h3.wpsm-accordion-trigger:before { content: "+"; display: inline-block; margin-right: 5px; font-size: 16px; }
.wpsm-accordion h3.wpsm-accordion-trigger a { color: #555; text-decoration: none !important; }
.wpsm-accordion .ui-state-focus { outline: none; }
.wpsm-accordion .wpsm-accordion-trigger:hover { background-color: #eee; text-decoration: none; }
.wpsm-accordion .wpsm-accordion-trigger.ui-state-active { background-color: #eee; text-decoration: none; }
.wpsm-accordion .wpsm-accordion-trigger.ui-state-active:before { content: "–"; }
.wpsm-accordion .wpsm-accordion-trigger.ui-state-active a { color: #000; }
.wpsm-accordion .ui-accordion-content { background-color: #fff; padding: 15px; border: 1px solid #ddd; border-top: 0px; }
.wpsm-accordion .ui-accordion-content p:last-child { margin: 0px; }
.wpsm-accordion .ui-icon { margin-right: 7px; } .wpsm-bar { position: relative; display: block; margin-bottom: 15px; width: 100%; background: #eee; height: 28px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -ms-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -ms-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; }
.wpsm-bar-title { position: absolute; top: 0; left: 0; font-weight: bold; font-size: 13px; color: #fff; background: #6adcfa; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.wpsm-bar-title span { display: block; background: rgba(0,0,0,0.1); padding: 0 20px; height: 28px; line-height: 28px; -webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.wpsm-bar-bar { height: 28px; width: 0px; background: #6adcfa; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.wpsm-bar-percent { position: absolute; right: 10px; top: 0; font-size: 11px; height: 28px; line-height: 28px; color: #444; color: rgba(0,0,0,0.4); }
.wpsm-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .wpsm_box { display: block; padding: 15px; margin: 10px 0; font-size: 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpsm_box p:last-child { margin: 0; } .wpsm_box.leftfloat_box { float: left; }
.wpsm_box.rightfloat_box { float: right; }
.wpsm_box.nonefloat_box { float: none; } .wpsm_box.gray_type { color: #666; background: #f9f9f9; border: 1px solid #ddd; }
.wpsm_box.red_type { color: #de5959; background: #ffe9e9; border: 1px solid #fbc4c4; }
.wpsm_box.green_type { color: #5f9025; background: #ebf6e0; border: 1px solid #b3dc82; }
.wpsm_box.blue_type { color: #5091b2; background: #e9f7fe; border: 1px solid #b6d7e8; }
.wpsm_box.yellow_type { color: #c4690e; background: #fffdf3; border: 1px solid #f2dfa4; }
.wpsm_box.dashed_border_type { border: 1px dashed #CCCCCC; }
.wpsm_box.solid_border_type { border: 1px solid #CCCCCC; }
.wpsm_box.transparent_type { background-color: transparent; } .wpsm_box.standart_type, .wpsm_box.info_type, .wpsm_box.warning_type, .wpsm_box.error_type, .wpsm_box.download_type, .wpsm_box.note_type { border-bottom-style: solid; border-top-style: solid; border-width: 1px; color: #363636; min-height: 52px; padding: 15px 15px 15px 20px; margin: 10px 0; overflow: auto; }
.wpsm_box.warning_type { background-color: #FFF7F4; border-color: #F38867; color: #A61818 }
.wpsm_box.standart_type { background-color: #F9F9F9; border-color: #E3E3E3; }
.wpsm_box.info_type { background-color: #F0FFDE; border-color: #ABE19A; }
.wpsm_box.error_type { background-color: #FFD3D3; border-color: #FF0000; color: #DC0000 }
.wpsm_box.download_type { background-color: #E8F9FF; border-color: #BCD0DE; }
.wpsm_box.note_type { background-color: #FFFCE5; border-color: #FFDC7D; }
.wpsm_box.standart_type i, .wpsm_box.info_type i, .wpsm_box.warning_type i, .wpsm_box.error_type i, .wpsm_box.download_type i, .wpsm_box.note_type i { font-family: FontAwesome; font-weight: normal; font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; background-image: none; background-position: 0% 0%; background-repeat: repeat; margin-top: 0; font-size: 27px; float: left; margin: 0 14px 10px 0; }
.wpsm_box.warning_type i:before { content: "\f071"; color: #E25B32; }
.wpsm_box.info_type i:before { content: "\f0c6"; color: #53A34C; }
.wpsm_box.error_type i:before { content: "\f05e"; color: #DC0000; }
.wpsm_box.download_type i:before { content: "\f019"; color: #1AA1D6; }
.wpsm_box.note_type i:before { content: "\f044"; color: #555; } .wpsm-button { font-family: Arial, sans-serif; margin: 5px 5px 5px 0; cursor: pointer; display: inline-block; white-space: nowrap; nowhitespace: afterproperty; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); outline: none; border: 1px solid #7e7e7e; border-radius: 3px; background: #aaaaaa; text-decoration: none !important; background: -moz-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #7e7e7e)); background: -webkit-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%); background: -o-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%); background: -ms-linear-gradient(top, #aaaaaa 0%, #7e7e7e 100%); background: linear-gradient(to bottom, #aaaaaa 0%, #7e7e7e 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#7e7e7e', GradientType=0 );
border: 1px solid #7e7e7e; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); position: relative; }
.wpsm-button span.wpsm-button-inner { display: block; color: #fff; font-weight: bold; padding: 1.1em 1.4em; line-height: 0.8em; text-decoration: none; text-align: center; white-space: nowrap; text-shadow: 0 1px 0 rgba(0,0,0,0.25); border-top: 1px solid #c3c3c3; }
.wpsm-button.medium span.wpsm-button-inner { padding: 8px 16px; line-height: 15px; font-size: 15px }
.wpsm-button.small span.wpsm-button-inner { padding: 5px 12px; line-height: 12px; font-size: 12px }
.wpsm-button.big span.wpsm-button-inner { padding: 12px 24px; line-height: 22px; font-size: 22px }
.wpsm-button:active { text-decoration: none; background: #7e7e7e; top: 2px; box-shadow: none !important; background: -moz-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7e7e7e), color-stop(100%, #aaaaaa)); background: -webkit-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%); background: -o-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%); background: -ms-linear-gradient(top, #7e7e7e 0%, #aaaaaa 100%); background: linear-gradient(to bottom, #7e7e7e 0%, #aaaaaa 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#aaaaaa', GradientType=0 );
}
.wpsm-button:hover { text-decoration: none; opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; }
.wpsm-button.black { background: #505050; background: -moz-linear-gradient(top, #505050 0%, #101010 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #101010)); background: -webkit-linear-gradient(top, #505050 0%, #101010 100%); background: -o-linear-gradient(top, #505050 0%, #101010 100%); background: -ms-linear-gradient(top, #505050 0%, #101010 100%); background: linear-gradient(to bottom, #505050 0%, #101010 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#101010', GradientType=0 );
border: 1px solid #101010; }
.wpsm-button.black:active { background: #101010; background: -moz-linear-gradient(top, #101010 0%, #505050 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #101010), color-stop(100%, #505050)); background: -webkit-linear-gradient(top, #101010 0%, #505050 100%); background: -o-linear-gradient(top, #101010 0%, #505050 100%); background: -ms-linear-gradient(top, #101010 0%, #505050 100%); background: linear-gradient(to bottom, #101010 0%, #505050 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101010', endColorstr='#505050', GradientType=0 );
}
.wpsm-button.black span.wpsm-button-inner { border-top: 1px solid #6e6e6e; }
.wpsm-button.red { background: #d01d10; background: -moz-linear-gradient(top, #f36d64 0%, #d01d10 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f36d64), color-stop(100%, #d01d10)); background: -webkit-linear-gradient(top, #f36d64 0%, #d01d10 100%); background: -o-linear-gradient(top, #f36d64 0%, #d01d10 100%); background: -ms-linear-gradient(top, #f36d64 0%, #d01d10 100%); background: linear-gradient(to bottom, #f36d64 0%, #d01d10 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36d64', endColorstr='#d01d10', GradientType=0 );
border: 1px solid #d01d10; }
.wpsm-button.red span.wpsm-button-inner { border-top: 1px solid #f69a93; }
.wpsm-button.red:active { background: #d01d10; background: -moz-linear-gradient(top, #d01d10 0%, #f36d64 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d01d10), color-stop(100%, #f36d64)); background: -webkit-linear-gradient(top, #d01d10 0%, #f36d64 100%); background: -o-linear-gradient(top, #d01d10 0%, #f36d64 100%); background: -ms-linear-gradient(top, #d01d10 0%, #f36d64 100%); background: linear-gradient(to bottom, #d01d10 0%, #f36d64 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01d10', endColorstr='#f36d64', GradientType=0 );
}
.wpsm-button.orange { background: #fa9e19; background: -moz-linear-gradient(top, #fa9e19 0%, #fb6909 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa9e19), color-stop(100%, #fb6909)); background: -webkit-linear-gradient(top, #fa9e19 0%, #fb6909 100%); background: -o-linear-gradient(top, #fa9e19 0%, #fb6909 100%); background: -ms-linear-gradient(top, #fa9e19 0%, #fb6909 100%); background: linear-gradient(to bottom, #fa9e19 0%, #fb6909 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9e19', endColorstr='#fb6909', GradientType=0 );
border: 1px solid #FB6909; }
.wpsm-button.orange span.wpsm-button-inner { border-top: 1px solid #fcc87d; }
.wpsm-button.orange:active { background: #fb6909; background: -moz-linear-gradient(top, #fb6909 0%, #fa9e19 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb6909), color-stop(100%, #fa9e19)); background: -webkit-linear-gradient(top, #fb6909 0%, #fa9e19 100%); background: -o-linear-gradient(top, #fb6909 0%, #fa9e19 100%); background: -ms-linear-gradient(top, #fb6909 0%, #fa9e19 100%); background: linear-gradient(to bottom, #fb6909 0%, #fa9e19 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6909', endColorstr='#fa9e19', GradientType=0 );
}
.wpsm-button.blue { background: #1571f0; background: -moz-linear-gradient(top, #41a7fc 0%, #1571f0 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #41a7fc), color-stop(100%, #1571f0)); background: -webkit-linear-gradient(top, #41a7fc 0%, #1571f0 100%); background: -o-linear-gradient(top, #41a7fc 0%, #1571f0 100%); background: -ms-linear-gradient(top, #41a7fc 0%, #1571f0 100%); background: linear-gradient(to bottom, #41a7fc 0%, #1571f0 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7fc', endColorstr='#1571f0', GradientType=0 );
border: 1px solid #1a6dd7; }
.wpsm-button.blue span.wpsm-button-inner { border-top: 1px solid #84c6fd; }
.wpsm-button.blue:active { background: #1571f0; background: -moz-linear-gradient(top, #1571f0 0%, #41a7fc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1571f0), color-stop(100%, #41a7fc)); background: -webkit-linear-gradient(top, #1571f0 0%, #41a7fc 100%); background: -o-linear-gradient(top, #1571f0 0%, #41a7fc 100%); background: -ms-linear-gradient(top, #1571f0 0%, #41a7fc 100%); background: linear-gradient(to bottom, #1571f0 0%, #41a7fc 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1571f0', endColorstr='#41a7fc', GradientType=0 );
}
.wpsm-button.rosy { background: #f295a2; background: -moz-linear-gradient(top, #ee7787 0%, #e84a5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee7787), color-stop(100%, #e84a5f)); background: -webkit-linear-gradient(top, #ee7787 0%, #e84a5f 100%); background: -o-linear-gradient(top, #ee7787 0%, #e84a5f 100%); background: -ms-linear-gradient(top, #ee7787 0%, #e84a5f 100%); background: linear-gradient(to bottom, #ee7787 0%, #e84a5f 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7787', endColorstr='#e84a5f', GradientType=0 );
border: 1px solid #e84a5f; }
.wpsm-button.rosy:active { background: #e84a5f; background: -moz-linear-gradient(top, #e84a5f 0%, #ee7787 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84a5f), color-stop(100%, #ee7787)); background: -webkit-linear-gradient(top, #e84a5f 0%, #ee7787 100%); background: -o-linear-gradient(top, #e84a5f 0%, #ee7787 100%); background: -ms-linear-gradient(top, #e84a5f 0%, #ee7787 100%); background: linear-gradient(to bottom, #e84a5f 0%, #ee7787 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84a5f', endColorstr='#ee7787', GradientType=0 );
}
.wpsm-button.rosy span.wpsm-button-inner { border-top: 1px solid #f3a4af; }
.wpsm-button.pink { background: #e3618d; background: -moz-linear-gradient(top, #e3618d 0%, #cb245c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3618d), color-stop(100%, #cb245c)); background: -webkit-linear-gradient(top, #e3618d 0%, #cb245c 100%); background: -o-linear-gradient(top, #e3618d 0%, #cb245c 100%); background: -ms-linear-gradient(top, #e3618d 0%, #cb245c 100%); background: linear-gradient(to bottom, #e3618d 0%, #cb245c 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3618d', endColorstr='#cb245c', GradientType=0 );
border: 1px solid #cb245c; }
.wpsm-button.pink:active { background: #cb245c; background: -moz-linear-gradient(top, #cb245c 0%, #e3618d 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb245c), color-stop(100%, #e3618d)); background: -webkit-linear-gradient(top, #cb245c 0%, #e3618d 100%); background: -o-linear-gradient(top, #cb245c 0%, #e3618d 100%); background: -ms-linear-gradient(top, #cb245c 0%, #e3618d 100%); background: linear-gradient(to bottom, #cb245c 0%, #e3618d 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb245c', endColorstr='#e3618d', GradientType=0 );
}
.wpsm-button.pink span.wpsm-button-inner { border-top: 1px solid #eb8cac; }
.wpsm-button.green { color: #fff; background: #88dd48; background: -moz-linear-gradient(top, #88dd48 0%, #5fb139 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88dd48), color-stop(100%, #5fb139)); background: -webkit-linear-gradient(top, #88dd48 0%, #5fb139 100%); background: -o-linear-gradient(top, #88dd48 0%, #5fb139 100%); background: -ms-linear-gradient(top, #88dd48 0%, #5fb139 100%); background: linear-gradient(to bottom, #88dd48 0%, #5fb139 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88dd48', endColorstr='#5fb139', GradientType=0 );
border-color: #60AE40; }
.wpsm-button.green span.wpsm-button-inner { border-top: 1px solid #b7ea90; }
.wpsm-button.green:active { background: #5fb139; background: -moz-linear-gradient(top, #5fb139 0%, #88dd48 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5fb139), color-stop(100%, #88dd48)); background: -webkit-linear-gradient(top, #5fb139 0%, #88dd48 100%); background: -o-linear-gradient(top, #5fb139 0%, #88dd48 100%); background: -ms-linear-gradient(top, #5fb139 0%, #88dd48 100%); background: linear-gradient(to bottom, #5fb139 0%, #88dd48 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb139', endColorstr='#88dd48', GradientType=0 );
}
.wpsm-button.brown { background: #876565; background: -moz-linear-gradient(top, #876565 0%, #604848 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #876565), color-stop(100%, #604848)); background: -webkit-linear-gradient(top, #876565 0%, #604848 100%); background: -o-linear-gradient(top, #876565 0%, #604848 100%); background: -ms-linear-gradient(top, #876565 0%, #604848 100%); background: linear-gradient(to bottom, #876565 0%, #604848 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876565', endColorstr='#604848', GradientType=0 );
border: 1px solid #604848; }
.wpsm-button.brown:active { background: #604848; background: -moz-linear-gradient(top, #604848 0%, #876565 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #604848), color-stop(100%, #876565)); background: -webkit-linear-gradient(top, #604848 0%, #876565 100%); background: -o-linear-gradient(top, #604848 0%, #876565 100%); background: -ms-linear-gradient(top, #604848 0%, #876565 100%); background: linear-gradient(to bottom, #604848 0%, #876565 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#604848', endColorstr='#876565', GradientType=0 );
}
.wpsm-button.brown span.wpsm-button-inner { border-top: 1px solid #ae9393; }
.wpsm-button.purple { background: #524656; background: -moz-linear-gradient(top, #aa66c7 0%, #763392 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa66c7), color-stop(100%, #763392)); background: -webkit-linear-gradient(top, #aa66c7 0%, #763392 100%); background: -o-linear-gradient(top, #aa66c7 0%, #763392 100%); background: -ms-linear-gradient(top, #aa66c7 0%, #763392 100%); background: linear-gradient(to bottom, #aa66c7 0%, #763392 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa66c7', endColorstr='#763392', GradientType=0 );
border: 1px solid #372f3a; }
.wpsm-button.purple:active { background: #372f3a; background: -moz-linear-gradient(top, #763392 0%, #aa66c7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #763392), color-stop(100%, #aa66c7)); background: -webkit-linear-gradient(top, #763392 0%, #aa66c7 100%); background: -o-linear-gradient(top, #763392 0%, #aa66c7 100%); background: -ms-linear-gradient(top, #763392 0%, #aa66c7 100%); background: linear-gradient(to bottom, #763392 0%, #aa66c7 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#763392', endColorstr='#aa66c7', GradientType=0 );
}
.wpsm-button.purple span.wpsm-button-inner { border-top: 1px solid #7e6c85; }
.wpsm-button.gold { background: #ffc750; background: -moz-linear-gradient(top, #ffc750 0%, #faaa00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc750), color-stop(100%, #faaa00)); background: -webkit-linear-gradient(top, #ffc750 0%, #faaa00 100%); background: -o-linear-gradient(top, #ffc750 0%, #faaa00 100%); background: -ms-linear-gradient(top, #ffc750 0%, #faaa00 100%); background: linear-gradient(to bottom, #ffc750 0%, #faaa00 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc750', endColorstr='#faaa00', GradientType=0 );
border: 1px solid #faaa00; }
.wpsm-button.gold:active { background: #faaa00; background: -moz-linear-gradient(top, #faaa00 0%, #ffc750 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faaa00), color-stop(100%, #ffc750)); background: -webkit-linear-gradient(top, #faaa00 0%, #ffc750 100%); background: -o-linear-gradient(top, #faaa00 0%, #ffc750 100%); background: -ms-linear-gradient(top, #faaa00 0%, #ffc750 100%); background: linear-gradient(to bottom, #faaa00 0%, #ffc750 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa00', endColorstr='#ffc750', GradientType=0 );
}
.wpsm-button.gold span.wpsm-button-inner { color: #844D1E; text-shadow: 1px 1px 1px #ffe2a5; border-top: 1px solid #ffd783; }
.wpsm-button.teal { background: #3c9091; background: -moz-linear-gradient(top, #3c9091 0%, #286061 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c9091), color-stop(100%, #286061)); background: -webkit-linear-gradient(top, #3c9091 0%, #286061 100%); background: -o-linear-gradient(top, #3c9091 0%, #286061 100%); background: -ms-linear-gradient(top, #3c9091 0%, #286061 100%); background: linear-gradient(to bottom, #3c9091 0%, #286061 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9091', endColorstr='#286061', GradientType=0 );
border: 1px solid #286061; }
.wpsm-button.teal:active { background: #286061; background: -moz-linear-gradient(top, #286061 0%, #3c9091 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #286061), color-stop(100%, #3c9091)); background: -webkit-linear-gradient(top, #286061 0%, #3c9091 100%); background: -o-linear-gradient(top, #286061 0%, #3c9091 100%); background: -ms-linear-gradient(top, #286061 0%, #3c9091 100%); background: linear-gradient(to bottom, #286061 0%, #3c9091 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286061', endColorstr='#3c9091', GradientType=0 );
}
.wpsm-button.teal span.wpsm-button-inner { border-top: 1px solid #63bdbf; }
.wpsm-button.navy { background: #2c76cf; background: -moz-linear-gradient(top, #2c76cf 0%, #1d4e89 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c76cf), color-stop(100%, #1d4e89)); background: -webkit-linear-gradient(top, #2c76cf 0%, #1d4e89 100%); background: -o-linear-gradient(top, #2c76cf 0%, #1d4e89 100%); background: -ms-linear-gradient(top, #2c76cf 0%, #1d4e89 100%); background: linear-gradient(to bottom, #2c76cf 0%, #1d4e89 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c76cf', endColorstr='#1d4e89', GradientType=0 );
border: 1px solid #1d4e89; }
.wpsm-button.navy:active { background: #1d4e89; background: -moz-linear-gradient(top, #1d4e89 0%, #2c76cf 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d4e89), color-stop(100%, #2c76cf)); background: -webkit-linear-gradient(top, #1d4e89 0%, #2c76cf 100%); background: -o-linear-gradient(top, #1d4e89 0%, #2c76cf 100%); background: -ms-linear-gradient(top, #1d4e89 0%, #2c76cf 100%); background: linear-gradient(to bottom, #1d4e89 0%, #2c76cf 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4e89', endColorstr='#2c76cf', GradientType=0 );
}
.wpsm-button.navy span.wpsm-button-inner { border-top: 1px solid #619ade; }
.wpsm-button { font-size: 13px; }
.wpsm-button.large { font-size: 16px; }
.wpsm-button.giant { font-size: 18px; }
.wpsm-button.left { float: left; }
.wpsm-button.right { float: right; margin-right: 0; margin-left: 5px; }
.wpsm-button-inner span { color: #fff; }
.wpsm-button-inner span.fa-none { display: none; }
.wpsm-button.small span { padding-right: 5px; }
.wpsm-button.medium span { padding-right: 8px; }
.wpsm-button.big span { padding-right: 10px; } .wpsm-table table { border-collapse: separate; padding-bottom: 1px; width: 100%; margin: 10px 0 20px; border-spacing: 0; font-size: 13px; }
.wpsm-table table tr:first-child th { border-top: 0 none; }
.wpsm-table table tr th, .wpsm-table table tr td { padding: 10px 15px; border-bottom: 1px solid #e8e8e8; text-align: left; }
.wpsm-table table tr th { background: none repeat scroll 0 0 #222222; color: #FFFFFF; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.wpsm-table.wpsm-table-grey table tr th { background: none repeat scroll 0 0 #f5f5f5; color: #111 !important; }
.wpsm-table.wpsm-table-orange table tr th { background: none repeat scroll 0 0 #fb7203; }
.wpsm-table.wpsm-table-yellow table tr th { background: none repeat scroll 0 0 #FFDD00; color: #222222; }
.wpsm-table.wpsm-table-blue table tr th { background: none repeat scroll 0 0 #00AAE9; }
.wpsm-table.wpsm-table-red table tr th { background: none repeat scroll 0 0 #DD0007; }
.wpsm-table.wpsm-table-green table tr th { background: none repeat scroll 0 0 #77bb0f; }
.wpsm-table.wpsm-table-purple table tr th { background: none repeat scroll 0 0 #662D91; }
.wpsm-table table tbody tr td { background: none repeat scroll 0 0 #FAFAFA; }
.wpsm-table table tbody tr:nth-child(2n+1) td { background: none repeat scroll 0 0 #fff; } .wpsm-one-half { width: 48%; }
.wpsm-one-third { width: 30.66%; }
.wpsm-two-third { width: 65.33%; }
.wpsm-one-fourth { width: 22%; }
.wpsm-three-fourth { width: 74%; }
.wpsm-one-fifth { width: 16.8%; }
.wpsm-two-fifth { width: 37.6%; }
.wpsm-three-fifth { width: 58.4%; }
.wpsm-four-fifth { width: 67.2%; }
.wpsm-one-sixth { width: 13.33%; }
.wpsm-five-sixth { width: 82.67%; }
.wpsm-one-half, .wpsm-one-third, .wpsm-two-third, .wpsm-three-fourth, .wpsm-one-fourth, .wpsm-one-fifth, .wpsm-two-fifth, .wpsm-three-fifth, .wpsm-four-fifth, .wpsm-one-sixth, .wpsm-five-sixth { position: relative; margin-right: 4%; margin-bottom: 5px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpsm-column-last { margin-right: 0!important; clear: right; }
.wpsm-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .wpsm-numbox, .wpsm-numhead { clear: both; margin: 10px 0; min-height: 56px; padding: 0 0 0 60px !important; position: relative; }
.wpsm-numbox span, .wpsm-numhead span { border-radius: 50% 50% 50% 50%; display: block; font-size: 20px; font-weight: 600; height: 38px; left: 0; line-height: 38px; position: absolute; text-align: center; top: 0; width: 38px; }
.wpsm-numbox.wpsm-style1 span, .wpsm-numhead.wpsm-style1 span { color: #CCCCCC; border: 3px solid #CCCCCC; }
.wpsm-numbox.wpsm-style2 span, .wpsm-numhead.wpsm-style2 span { border: 3px solid #363636; color: #363636; }
.wpsm-numbox.wpsm-style3 span, .wpsm-numhead.wpsm-style3 span { border: 3px solid #fb7203; color: #fb7203; }
.wpsm-numbox.wpsm-style4 span, .wpsm-numhead.wpsm-style4 span { border: 3px solid #61BAEA; color: #61BAEA; }
.wpsm-numhead span{top:-9px;} .wpsm-titlebox { margin: 30px 0; padding: 15px 20px 12px; position: relative; }
.wpsm-titlebox > strong:first-child { background: none repeat scroll 0 0 white; float: left; font-size: 16px; font-weight: 600; left: 11px; line-height: 18px; margin: 0 0 -9px !important; padding: 0 10px; position: absolute; text-transform: uppercase; top: -10px; }
.wpsm-titlebox.wpsm_style_1 { border: 3px solid #E7E4DF; }
.wpsm-titlebox.wpsm_style_1 > strong:first-child { color: #c0c0c0; }
.wpsm-titlebox.wpsm_style_2 { border: 3px solid #333; }
.wpsm-titlebox.wpsm_style_2 > strong:first-child { color: #333; }
.wpsm-titlebox.wpsm_style_3 { border: 3px solid #fb7203; }
.wpsm-titlebox.wpsm_style_3 > strong:first-child { color: #fb7203; }
.wpsm-titlebox.wpsm_style_4 { border: 3px double #E7E4DF; }
.wpsm-titlebox.wpsm_style_4 > strong:first-child { color: #666; }
.wpsm-titlebox.wpsm_style_5 { border: 3px solid #61BAEA; }
.wpsm-titlebox.wpsm_style_5 > strong:first-child { color: #333; } pre.wpsm-code { background: none repeat scroll 0 0 #FAFAFA; border: 1px solid #E5E5E5; color: #666666; display: block; font-size: 12px; padding: 10px 20px; white-space: pre-wrap; word-wrap: break-word; font-family: monospace, serif; margin: 18px 0; font-size: 14px }
pre.wpsm-code.wpsm_code_2 { border: none; border-left: 4px solid #61BAEA; } .wpsm-divider { display: block; width: 100%; height: 0; margin: 0; background: none; border: none; }
.wpsm-divider.solid_divider { border-top: 1px solid #e6e6e6; }
.wpsm-divider.dashed_divider { border-top: 2px dashed #e6e6e6; }
.wpsm-divider.dotted_divider { border-top: 3px dotted #e6e6e6; }
.wpsm-divider.double_divider { height: 5px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.wpsm-divider.fadeout_divider { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#e6e6e6), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #e6e6e6, #ffffff); background-image: -moz-radial-gradient(50% 50%, #e6e6e6, #ffffff); background-image: -o-radial-gradient(50% 50%, #e6e6e6, #ffffff); background-image: -ms-radial-gradient(50% 50%, #e6e6e6, #ffffff); background-image: radial-gradient(50% 50%, #e6e6e6, #ffffff); }
.wpsm-divider.fadein_divider { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 200, from(#ffffff), to(#e6e6e6)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #e6e6e6); background-image: -moz-radial-gradient(50% 50%, #ffffff, #e6e6e6); background-image: -o-radial-gradient(50% 50%, #ffffff, #e6e6e6); background-image: -ms-radial-gradient(50% 50%, #ffffff, #e6e6e6); background-image: radial-gradient(50% 50%, #ffffff, #e6e6e6); }
.wpsm-divider.transparent_divider { }
.wpsm-divider.clear_divider { clear: both; } .wpsm-highlight-yellow, .wpsm-highlight-yellow a { background-color: #FFF7A8; color: #695D43; }
.wpsm-highlight-blue, .wpsm-highlight-blue a { color: #185a7c; background: #e9f7fe; }
.wpsm-highlight-green, .wpsm-highlight-green a { color: #5f9025; background: #ebf6e0; }
.wpsm-highlight-red, .wpsm-highlight-red a { color: #c03b3b; background: #ffe9e9; }
.wpsm-highlight-black, .wpsm-highlight-black a { color: #fff; background: #222; } .wpsm_googlemap { position: relative; max-width: inherit; }
.wpsm_googlemap .map_canvas { width: 100%; height: 100%; }
.wpsm_googlemap .map_canvas h3 { margin: 0 0 10px; font-size: 14px; }
.wpsm_map_canvas img { max-width: none !important; } .wpsm-toggle { margin: 15px 0 }
.wpsm-toggle h3.wpsm-toggle-trigger { display: block; color: #555; display: block; padding: 15px; border: 1px solid #ddd; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 14px; line-height: 21px; margin: 10px 0 0 !important; cursor: pointer; font-family: Arial; background-color: #f9f9f9; }
.wpsm-toggle h3.wpsm-toggle-trigger:before { content: "+"; display: inline-block; margin-right: 5px; font-size: 16px; }
.wpsm-toggle h3.wpsm-toggle-trigger.active:before { content: "–"; }
.wpsm-toggle .wpsm-toggle-trigger:hover { background-color: #eee; text-decoration: none; }
.wpsm-toggle .wpsm-toggle-trigger.active, .wpsm-toggle .wpsm-toggle-trigger.active:hover { color: #000; background-color: #eee; text-decoration: none; }
.wpsm-toggle .wpsm-toggle-container { display: none; overflow: hidden; padding: 15px; border: 1px solid #ddd; border-top: 0px; } .wpsm_checklist ul li, .wpsm_starlist ul li, .wpsm_arrowlist ul li, .wpsm_bulletlist ul li { list-style-type: none; margin: 0 0 10px; padding: 1px 0 0 25px; }
.wpsm_checklist ul li { background: url(//secadordeunas.es/wp-content/themes/rehub/shortcodes/images/tick_16.png) no-repeat scroll left center transparent }
.wpsm_starlist ul li { background: url(//secadordeunas.es/wp-content/themes/rehub/shortcodes/images/star_16.png) no-repeat scroll left center transparent }
.wpsm_arrowlist ul li { background: url(//secadordeunas.es/wp-content/themes/rehub/shortcodes/images/arrow_16.png) no-repeat scroll left center transparent }
.wpsm_bulletlist ul li { background: url(//secadordeunas.es/wp-content/themes/rehub/shortcodes/images/bullet_16.png) no-repeat scroll left center transparent } .wpsm-tooltip { border-bottom: 1px dotted #666; font-weight: bold; } .wpsm-members { background: none repeat scroll 0 0 #FAFAFA; border: 1px solid #ddd; color: #444; margin: 25px 0 18px 0; padding: 17px 15px 10px 15px; position: relative; }
.wpsm-members > strong:first-child { font-size: 12px; padding: 0 10px; width: auto !important; color: #FFFFFF; height: 20px; left: 10px; line-height: 21px; position: absolute; text-align: center; top: -10px; width: 20px; }
article em.emph { margin: 10px 0 }  .wpsm-price { margin: 20px 0 !important }
.wpsm-price li { margin: 0; }
.wpsm-price .wpsm-price-column { float: left; display: inline; text-align: center; margin-right: -1px }
.wpsm-price .wpsm-price-column.wpsm-featured-price { margin: -10px 0; margin-right: -1px; z-index: 1000 }
.wpsm-price .wpsm-price-column .wpsm-price-header { background: #333 url(//secadordeunas.es/wp-content/themes/rehub/shortcodes/images/sep_home.png) bottom repeat-x; border-left: 1px solid #4F4F4F; border-right: 1px solid #4F4F4F; }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header { background-color: #fb7203; border: none; }
.wpsm-price .wpsm-price-column .wpsm-price-header h4 { color: #fff; padding: 20px 0; margin: 0; text-align: center; font-size: 22px; line-height: 22px }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header h4 { color: #fff; text-shadow: 0 1px 0px #7494a5 }
.wpsm-price .wpsm-price-column .wpsm-price-cell { font-size: 14px; color: #111; padding: 20px; background-color: #f2f2f2; border-bottom: 1px solid #e2e2e2; }
.wpsm-price .wpsm-price-column .wpsm-price-cell .wpsm-price-value { font-size: 24px; }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-cell { background-color: #f2f2f2; color: #333; }
.wpsm-price .wpsm-price-column .wpsm-price-content { padding-bottom: 20px; border: 1px solid #e0e0e0; }
.wpsm-price .wpsm-price-column .wpsm-price-content ul { margin: 0; margin-bottom: 10px; padding: 10px 20px; list-style: none; }
.wpsm-price .wpsm-price-column .wpsm-price-content ul li { padding: 10px 0; margin: 0; border-bottom: 1px solid #e2e2e2; font-size: 12px; color: #666; list-style: none; }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-content ul li { font-size: 13px; padding: 12px 0; color: #333 }
.wpsm-price .wpsm-price-column .wpsm-price-content ul li:hover { color: #999 }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-header h4 { text-shadow: 0 1px 0px #a72b2b }
.wpsm-price.clear:before, .wpsm-price.clear:after { content: "."; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; }
.wpsm-price .wpsm-price-button span.wpsm-button-inner { padding: 8px 18px; font-size: 16px; }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-button { padding: 4px 0; }
.wpsm-price .wpsm-price-column.wpsm-featured-price .wpsm-price-button span.wpsm-button-inner { padding: 12px 22px; font-size: 17px }
.wpsm-price.clear:after { clear: both; }  .wpsm_promobox { background: none repeat scroll 0 0 #f8f8f8; margin: 0 0 84px; padding: 15px 25px; clear: both; margin: 15px 0; position: relative; overflow: auto; color: #333; }
.wpsm_promobox .title_promobox { font-size: 18px; line-height: 20px; margin: 0 0 7px; }
.wpsm_promobox p { font-size: 14px; margin: 10px 0; }
.continue_btn { float: right; margin: 8px 0 0 15px }
.continue_btn span { display: block; }
.continue_btn span strong { font-weight: bold; line-height: 22px; color: #fff; text-transform: uppercase; }
.continue_btn span i { margin-right: 8px }
.wpsm-button.rehub_main_btn { cursor: pointer; display: inline-block; outline: medium none; text-align: center; text-decoration: none !important; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); white-space: nowrap; -webkit-transition: all 0.4s ease 0s !important; -moz-transition: all 0.4s ease 0s !important; -ms-transition: all 0.4s ease 0s !important; -o-transition: all 0.4s ease 0s !important; transition: all 0.4s ease 0s !important; font-family: 'Open Sans Condensed', trebuchet ms; position: relative }
.wpsm-button.medium.rehub_main_btn span.wpsm-button-inner { font-size: 18px; line-height: 18px; padding: 12px 24px; font-weight: bold }
.wpsm-button span.wpsm-button-inner { display: block; }
.wpsm-button.rehub_main_btn { font-size: 18px; line-height: 18px; padding: 12px 24px; font-weight: 700 }
@media only screen and (max-width: 479px) {
.wpsm_promobox .continue_btn { float: none; margin: 0 0 10px 0; position: absolute; left: 25px; bottom: 15px }
.wpsm_promobox { padding: 15px 25px 70px 25px }
} .wpsm-tabs { margin-bottom: 15px; }
.wpsm-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; border-bottom: solid 1px #ddd; margin-left: 1px; }
.wpsm-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.wpsm-tabs ul.ui-tabs-nav li a { display: block; text-decoration: none; width: auto; height: 39px; padding: 0px 20px; line-height: 40px; border: solid 1px #ddd; border-width: 1px 1px 0 0; margin: 0; background-color: #f5f5f5; font-size: 1em; color: #444; outline: none; }
.wpsm-tabs ul.ui-tabs-nav li a:hover { color: #333; background: #eee; }
.wpsm-tabs ul.ui-tabs-nav .ui-state-active a { background: #fff; height: 40px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #111 !important; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.wpsm-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #fff; }
.wpsm-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0; }
.wpsm-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px; }
.wpsm-tabs .tab-content { background: #fff; padding: 20px; border-left: solid 1px #ddd; border-right: solid 1px #ddd; border-bottom: solid 1px #ddd; }
.wpsm-tabs ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.wpsm-tabs ul.tabs:after { clear: both; }
.wpsm-tabs ul.tabs { zoom: 1; }
.wpsm-tabs .ui-tabs-hide { display: none; }
.wpsm-tabs:before, ul.wpsm-tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.wpsm-tabs:after { clear: both; }
.wpsm-tabs { zoom: 1; }
.wpsm-tabs .ui-tabs-hide { display: none; }
.wpsm-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .wpsm-testimonial { margin: 15px 0 }
.wpsm-testimonial-content { font-style: italic; position: relative; background: #f5f5f5; padding: 15px; color: #666; border-radius: 2px; -webkit-border-radius: 2px; }
.wpsm-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #f5f5f5; font-size: 0px; line-height: 0px; }
.wpsm-testimonial-content p:last-child { margin: 0; }
.wpsm-testimonial-author { font-size: 1em; margin-top: 20px; margin-left: 15px; color: #000; font-weight: bold; } .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; } .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; } .tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
.wpsm_dropcap { display: block; float: left; font-size: 32px; line-height: 40px; margin: 0 6px 0 0; } .wpsm_pros .title_pros{color:#8bb900; margin: 0 0 10px 0; font-size: 16px; font-weight: bold; font-style: italic;}
.wpsm_pros{padding-left: 15px}
.wpsm_cons .title_cons{color:#cc0000; margin: 0 0 10px 0; font-size: 16px; font-weight: bold; font-style: italic;}
.wpsm_pros, .wpsm_cons{margin: 0}
.wpsm_pros ul li, .wpsm_cons ul li{list-style: none; margin: 0 0 10px 0;}
.wpsm_pros ul, .wpsm_cons ul{margin: 0 0 15px 0} 
.wpsm_pros ul li:before{content:'\f00c'; font-family: 'FontAwesome'; color: #8bb900; padding-right: 6px}
.wpsm_cons ul li:before{content:'\f068'; font-family: 'FontAwesome'; color: #cc0000; padding-right: 8px} @media only screen and (max-width: 479px) {
.wpsm-one-half, .wpsm-one-third, .wpsm-two-third, .wpsm-three-fourth, .wpsm-one-fourth, .wpsm-one-fifth, .wpsm-two-fifth, .wpsm-three-fifth, .wpsm-four-fifth, .wpsm-one-sixth, .wpsm-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
.wpsm-price .wpsm-price-column { float: none; }
.wpsm-pricing-table > div { margin-bottom: 25px; }
.wpsm_box,  .wpsm-box.leftfloat_box,  .wpsm-box.rightfloat_box { float: none; width: 100% !important; }
}