box-sizing: border-box !important;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background: #f8f8f8;
border-top: 0px solid #d5d5d5;
border-left: 0px solid #d5d5d5;
border-right: 0px solid #d5d5d5;
/*
 Theme Name: kocicka
 Theme URI: http://carlostalaga.com/
 Author: Carlos Talaga - Freelance Web Designer - Barcelona Spain & Adelaide Australia
 Author URI: http://carlostalaga.com/about-me/
 Description: kocicka. Freelance Web Designer and SEO Barcelona & Adelaide, Australia
 Version: Pride Equality | 2017-07
 Tags: microformats, translation-ready
 */
/* Import the variables */
/*	URL FINAL SITE
 ----------------------------- */
/*	GLOBAL DIMENSIONS
 ----------------------------- */
/*	COLOR PALETTE http://chir.ag/projects/name-that-color/
 ----------------------------- */
/*	FONT FAMILIES
 ----------------------------- */
/* Import the base styles */
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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.clear {
  clear: both;
}
.wp-caption {
  background-color: transparent;
}
.alignright {
  margin: 10px 0px 20px 20px;
  float: right;
}
.alignleft {
  margin: 20px 20px 20px 0px;
  float: left;
}
.aligncenter {
  display: block;
  margin: 20px auto;
  clear: both;
}
p {
  margin-bottom: 21px;
}
b, strong {
  font-weight: 700;
}
cite, dfn, em, i {
  font-style: italic;
}
#sidebar ul {
  list-style: disc inside none;
  margin: 0px 0px 24px 0px;
}
#sidebar li {
  list-style: disc inside none;
  margin: 0px 0px 24px 0px;
}
#sidebar ul li {
  list-style: none inside none;
  margin: 0px 0px 24px 0px;
  /*t�tulo del widget*/
}
#sidebar ul ul li {
  list-style: none inside none;
  margin: 0px 0px 0px 20px;
}
#sidebar ul ul ul li {
  list-style: none inside none;
  margin: 0px 0px 0px 20px;
}
ul {
  list-style: disc inside none;
  margin: 0px 0px 24px 20px;
}
li {
  list-style: decimal-leading-zero inside none;
  margin: 0px 0px 24px 20px;
  /*esto permite la numeraci�n OL*/
}
ul li {
  list-style: disc inside none;
  margin: 0px 0px 0px 5px;
}
ul ul li {
  list-style: circle inside none;
  margin: 0px 0px 0px 5px;
}
ul ul ul li {
  list-style: square inside none;
  margin: 0px 0px 0px 5px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0 10px 0;
  clear: both;
}
h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.9rem;
  line-height: 6.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d4f6a;
}
h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #32647f;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  padding: 10px 0 10px 0;
}
h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #03283b;
  font-style: italic;
  text-align: center;
}
h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #03283b;
  text-align: center;
}
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 700;
}
a:link {
  color: #09f;
  text-decoration: none;
}
a:visited {
  color: #09f;
}
a:active, a:hover {
  color: #09f;
  text-decoration: underline;
}
/* Import the structural styles */
/* === STRUCTURE === */
#body, html {
  position: static;
  height: 100%;
  width: 100%;
  margin: 0px !important;
  background-color: #eaeaea;
}
#wrapper {
  position: relative;
  max-width: 100%;
  /* PAGE WIDTH general width of the content on page */
  min-width: 320px;
  /* compare with minimal @media responsive parameters */
  margin: auto;
  padding: 0;
}
#header {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  height: 227px !important;
  padding: 0;
  margin: 0 auto !important;
  background-color: transparent;
  z-index: 11;
}
#branding {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 0 0 0px;
}
/* CONNECTION WITH ACF SLIDER AND OTHER FULL WIDTH ELEMENTS*/
.full-width-hokusai {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  top: 0px;
  overflow: hidden;
  /*  width: 100vw;
   position: relative;
   left: 50%;
   right: 50%;
   margin-left: -50vw;
   margin-right: -50vw;
   top: -120px;
   //max-height: 700px;
   overflow: hidden;
   */
}
#menu_top {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  padding: 0;
  text-align: left;
  z-index: 20;
}
#menu_top ul li {
  display: inline;
  margin: 0 15px 0 0px;
}
.menu_top_col1 {
  position: relative;
  float: right;
  margin: 0 0 0 0;
  padding-top: 8px;
}
.menu_top_col2 {
  position: relative;
  float: right;
  margin: 0 20px 0 0;
  padding-top: 5px;
}
.menu_top_col3 {
  position: relative;
  float: right;
  margin: 0 20px 0 0;
  padding-top: 2px;
}
#logo {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  width: 280px;
  height: 197px;
  margin-left: 20px;
  z-index: 13;
}
#logo_dimension {
  width: 280px;
  height: 197px;
}
#logo_footer {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 30px 2%;
  z-index: 13;
}
#top_block {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: right;
  margin: -104px 20px 0 0;
  width: 140px;
  height: auto;
  text-align: right;
  background-color: transparent;
}
#search {
  margin: -4px 0 0 0;
  float: right;
  display: none;
}
#menu {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative !important;
  top: -20px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  max-width: 1280px;
  min-width: 320px;
  height: 50px;
  z-index: 10;
  background-color: transparent;
}
#homeslider {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  max-width: 1280px;
  min-width: 320px;
  margin: 0px auto 0 auto;
  padding: 0;
  top: -100px;
  z-index: 3;
}
#container {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  top: 0px;
  background-color: transparent;
}
#content_fullwidth {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 2%;
  background-color: rgba(255, 255, 255, 1.0);
}
#content_fullwidth_home {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  margin: 145px 0 0 0;
  padding: 0 2%;
}
#content_fullwidth_int {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  margin: 145px 0 0 0;
  padding: 0 2%;
  background-color: #ffd4d4;
}
#content_fullwidth_blog {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  margin: 145px 0 0 0;
  padding: 0 2%;
}
#content_fullwidth_post {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  margin: 145px 0 0 0;
  padding: 0 2%;
}
#content {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 64%;
  margin: 0px 0 0 0;
  padding: 5px 2%;
  border-radius: 0px;
  background-color: #fff;
}
.entry-content {
  margin: 0;
  padding: 0px 0 20px 0;
}
#sidebar {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: right;
  width: 33%;
  margin: 0;
  padding: 0 2% 0 0;
}
#sidebar-woocommerce {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 33%;
  margin: 0;
  padding: 0px;
  border-radius: 7px;
  background-color: green;
}
#footer {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 60px;
  background-color: #011722;
  clear: both;
}
.full-width-hokusai-footer {
  width: 100%;
  position: relative;
  width: auto;
  height: 105px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #32647f;
}
#copyright {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  max-width: 1280px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 0 0 0;
}
.eraserhead {
  clear: both !important;
}
/* ARCHIVES + BLOG FORMAT */
.post {
  padding: 20px 0 50px 0;
  border-bottom: 0px dashed #323232;
  margin: 0;
}
/* Import the typography setup */
/*	FONTS
 ----------------------------- */
/*	CUSTOM FONTS
 Creadas como variables en _variables
 Alojadas en /fonts
 Documentación http://premium.wpmudev.org/blog/custom-fonts-css/
 Demo http://santatecla11.com/wp-content/themes/kotchka/fonts/futuralt-demo.html
 ----------------------------- */
/*	FONT SIZE
 http://andy-carter.com/blog/using-scalable-css-units-for-font-sizes
 Rem Calculator https://offroadcode.com/prototypes/rem-calculator/
 Golden Ratio Typography Calculator (calculating normal line-height for width=660px)
 http://www.pearsonified.com/typography/
 ----------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
p {
  line-height: 2.4rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: justify;
}
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 20px;
}
#site-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.9rem;
  font-weight: bold;
  color: #00adee;
  text-shadow: 1px 1px 1px #00adee;
  margin: 0 0 0 11px;
  clear: both;
  display: none;
}
#site-title a:link {
  text-decoration: none;
  color: #00adee;
}
#site-title a:visited {
  text-decoration: none;
  color: #fff;
}
#site-title a:hover {
  text-decoration: none;
  color: #fff;
}
#site-title a:active {
  text-decoration: none;
  color: #fff;
}
.top-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 5.9rem;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 1px #f8f8f8;
  margin: 0 0 0 11px;
  clear: both;
}
.top-title a:link {
  text-decoration: none;
  color: #00adee;
}
.top-title a:visited {
  text-decoration: none;
  color: #fff;
}
.top-title a:hover {
  text-decoration: none;
  color: #fff;
}
.top-title a:active {
  text-decoration: none;
  color: #fff;
}
#site-description {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.7rem;
  text-shadow: 1px 1px 1px #00adee;
  margin: 5px 0 20px 11px;
  color: #fff;
  display: none !important;
}
.light_menu_top {
  text-transform: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 300;
  padding-top: 5px;
  color: #f5f5f5;
}
.light_menu_top a {
  color: #fff;
}
.top_block_widget_title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #03283b;
  font-weight: 400;
  text-align: right !important;
}
.top_block_widget_text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #03283b;
  font-weight: 700;
  text-align: right !important;
}
.entry-title {
  color: #000;
  line-height: 4rem !important;
  padding-bottom: 20px;
}
.entry-title a:link {
  text-decoration: none;
  color: #000;
}
.entry-title a:visited {
  text-decoration: none;
  color: #000;
}
.entry-title a:hover {
  text-decoration: underline;
  color: #000;
}
.entry-title a:active {
  text-decoration: none;
  color: #0b3a54;
}
.single {
  text-align: left;
  line-height: 11px;
}
.entry-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 2.1rem;
  font-weight: normal;
  color: #bdbdbd;
}
.wp-caption-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: normal;
  color: #323232;
  text-align: center;
  margin: 0px 0 15px 0;
}
.widget-title {
  border-bottom: 1px solid #ccc;
  padding: 7px 0 5px 0;
  margin: 0px 0 11px 0;
  clear: both;
}
.widget-title-footer {
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 3.6;
  text-transform: uppercase;
}
.textwidget {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  text-align: left;
  color: #f5f5f5;
}
.comment-author {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: lowercase;
}
.comment-meta {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
.comment-body {
  font-family: 'Open Sans', sans-serif;
}
#commentform textarea#comment {
  width: 91%;
}
#commentform textarea#comment, #commentform input[type="text"] {
  background: none repeat scroll 0% 0% rgba(98, 98, 98, 0.17);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  border: medium none;
  padding: 12px;
  color: #131313;
  font-size: 14px;
  text-shadow: 1px 1px 1px #fff;
  font-family: Georgia, serif;
}
#footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  text-align: center;
  color: #fff;
}
#footer a:link {
  color: #fff;
  text-decoration: none;
}
#footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer a:active {
  color: #fff;
  text-decoration: none;
}
#copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  color: #9ba4a8;
}
#copyright a:link {
  color: #9ba4a8;
  text-decoration: none;
}
#copyright a:visited {
  color: #9ba4a8;
  text-decoration: none;
}
#copyright a:hover {
  color: #9ba4a8;
  text-decoration: underline;
}
#copyright a:active {
  color: #9ba4a8;
  text-decoration: none;
}
.credits {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 200;
  letter-spacing: 3px;
  color: #343c45;
  text-align: center;
  text-transform: uppercase;
}
.credits a:link {
  color: #343c45 !important;
  text-decoration: none;
}
.credits a:visited {
  color: #343c45 !important;
  text-decoration: none;
}
.credits a:hover {
  color: #343c45 !important;
  text-decoration: none !important;
}
.credits a:active {
  color: #343c45 !important;
  text-decoration: none;
}
.top-highlighted {
  text-align: center;
  background-color: #f48f01;
  border-radius: 8px;
}
.normal-highlighted {
  text-align: center;
  background-color: #f48f01;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}
/* FONT ICONS
 ----------------------------- */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconmoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook-off:before {
  content: "\e900";
  color: #fff;
}
.icon-facebook-on:before {
  content: "\e901";
}
.icon-instagram-off:before {
  content: "\e902";
  color: #fff;
}
.icon-instagram-on:before {
  content: "\e903";
}
.icon-pinterest-off:before {
  content: "\e904";
  color: #fff;
}
.icon-pinterest-on:before {
  content: "\e905";
}
.icon-tublr-off:before {
  content: "\e906";
  color: #fff;
}
.icon-tublr-on:before {
  content: "\e908";
}
.icon-webby-off:before {
  content: "\e909";
  color: #fff;
}
.icon-webby-on:before {
  content: "\e90a";
}
/* Import the local menu styles */
/*@import "localmenu";*/
/* Import the common design styles */
.textwidget {
  margin-bottom: 30px;
}
/* SOCIAL MEDIA ICONS
 ----------------------------- */
#cf {
  position: relative;
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
#cf img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#cf img.top:hover {
  opacity: 0;
}
.hr_light {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.icon-top {
  vertical-align: middle;
}
.custom-lines {
  color: #03283b;
  z-index: 1;
}
.row_title {
  margin: 50px 0 40px 0;
  border-bottom: 1px solid #323232;
}
.row_segment_wildsand {
  padding: 10px;
  background-color: #f5f5f5;
}
.row_segment_halfbaked {
  margin: 50px 0;
  padding: 20px 0;
  background-color: #0b3a54;
  text-align: center;
}
.row_segment_vermilion {
  margin: 50px 0;
  padding: 20px 0;
  background-color: #0b3a54;
  text-align: center;
}
.wp-image {
  margin: 20px;
  background-color: red;
}
.avatar {
  width: 32px !important;
  height: 32px !important;
  margin: 0px 5px 5px 0px;
  float: left;
}
.selector_thumb {
  border: 1px solid #eef1f3;
}
.devis {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  margin: 0px;
  background-color: #0b3a54;
  border-radius: 20px;
  text-align: center;
  display: inline-table;
  color: #fff;
  padding: 20px;
  top: -20px;
}
/* Import the boxes: porcentual grid, 2 and 3 columns styles */
/* CAJAS MASTER
 ----------------------------- */
.box_master {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  background-color: transparent;
  border-radius: 0px;
  clear: both;
}
.box_joker {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  background-color: #fff;
  border-radius: 7px;
  clear: both;
}
.box_joker_bottom {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: transparent;
  border-radius: 7px;
  clear: both;
}
.box_joker_top {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  background-color: yellow;
  border-radius: 7px;
  clear: both;
}
.box_joker_footer {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
  padding: 0;
  background-color: transparent;
  clear: both;
}
.box_joker_centered_content {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background-color: transparent;
  clear: both;
  text-align: center;
}
.box_imgfull {
  position: relative;
  float: left;
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin: 0px;
  background-color: transparent;
  border-radius: 0px;
  clear: both;
  display: inline;
}
/* CAJA TRES COLUMNAS (variaciones en responsive @media)
 ----------------------------- */
.box_joker_33 {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 33.3%;
  height: auto;
  padding: 2%;
  background-color: transparent;
  text-align: left;
}
/* CAJA DOS COLUMNAS (variaciones en responsive @media)
 ----------------------------- */
.box_joker_22 {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  padding: 2%;
  background-color: red;
}
/* CAJAS GRID
 ----------------------------- */
.grid_cell {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 33.3%;
  height: auto;
  padding: 2%;
  background-color: transparent;
}
.grid_cell:hover {
  background-color: #eef1f3;
}
.grid_thumb {
  float: left;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.grid_selector_thumb {
  border: 2px solid #eff1f3;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.grid_selector_thumb:hover {
  border: 2px solid #fff;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.grid_title {
  float: left;
  width: auto;
  padding: 15px;
  text-align: center;
}
.grid_title_text {
  font-family: 'Oxygen', 'sans serif';
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.grid_title_text a:link {
  color: #fff;
  text-decoration: none;
}
.grid_title_text a:visited {
  color: #fff;
}
.grid_title_text a:hover {
  color: #fff;
  text-decoration: underline;
}
.grid_title_text a:active {
  color: #fff;
}
/* CAJAS GRID FX
 ----------------------------- */
.imgWrap {
  position: relative;
}
.imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(46, 121, 166, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  /*gradual transition between states*/
  -webkit-transition: visibility opacity 0.2s;
}
.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
/* CAJAS DE DIFERENTES ELEMENTOS GR�FICOS
 ----------------------------- */
.slider_home {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  background-color: #fff;
  padding: 20px 20px 0 20px;
  border-radius: 7px;
}
.box_joker_home_title {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  background-color: #fff;
  border-top: 2px solid #172a41;
  border-bottom: 0px solid #ccc;
  padding-top: 7px;
  clear: both;
}
.box_navi {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  float: left;
  border-top: 1px dotted #abaaa8;
  padding-top: 11px;
  background-color: transparent;
  text-align: center;
}
/* CAJAS NAVIGATION
 ----------------------------- */
.navigation {
  float: left !important;
  width: 100% !important;
  margin: 60px 0 20px 0 !important;
  border-top: 1px solid #f5f5f5 !important;
}
.nav-previous {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: left;
  width: 49%;
  margin: 0 0 0 0;
  padding-top: 15px;
}
.nav-next {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  float: right;
  width: 49%;
  margin: 0 0 0 0;
  padding-top: 15px;
  text-align: right;
}
/* Import the vendors (plugins) styles */
/* REVSLIDER
 prevents hiding the menu 
 ----------------------------- */
.fullwidthbanner-container .fullwidthabanner {
  z-index: 0 !important;
}
.rev_slider_wrapper {
  margin-top: -10px !important;
}
/* CONTACT FORM 7 
 ----------------------------- */
.wpcf7-form {
  padding-right: 5%;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #474747;
  width: 100%;
  border: 1px solid #bdbdbd;
  background-color: #fff;
}
.wpcf7-submit {
  position: relative;
  float: right;
  padding: 0px 0px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  height: 50px;
  color: #fff;
  border: 10px solid #32647f;
  background: #32647f;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
}
div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
}
div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
}
.entry-content .esg-grid ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#sidebar ul li {
  list-style: none inside none;
  margin: 0px 0px 0px 0px !important;
}
/* THRIVE */
/* Import the responsive styles */
/* === RESPONSIVE === */
/* MAKING IMAGES RESPONSIVE
 ----------------------------- */
#content img, #content figure, #content table, .wp-caption, .widget_img .responsive_img {
  max-width: 100%;
  height: auto;
  margin: 5px auto;
}
/* MAKING EMBEDDED VIDEOS RESPONSIVE
 http://avexdesigns.com/responsive-youtube-embed/V
 Now whenever you embed a video add the div tag with class .video-container.
 <div class="video-container"> Video Embed code </div>
 ----------------------------- */
.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%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
/* =============================================================================================
 RESPONSIVE
 ============================================================================================= */
@media only screen and (min-width: 1080px) and (max-width: 100000px) {
  .sfm-navicon-button.sf_label_default {
    display: none;
  }
}
@media only screen and (min-width: 861px) and (max-width: 1079px) {
  #menu, #top_block {
    display: none !important;
  }
  .sfm-navicon-button.sf_label_default {
    top: 65px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 860px) {
  /* caja de tres columnas
   ----------------------------- */
  #menu, #top_block {
    display: none;
  }
  .sfm-navicon-button.sf_label_default {
    top: 65px;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar-woocommerce {
    width: 100%;
  }
  .box_joker_33 {
    width: 96%;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 471px) and (max-width: 640px) {
  /* caja de tres columnas
   ----------------------------- */
  /* caja de dos columnas
   ----------------------------- */
  /* CAJAS GRID
   ----------------------------- */
  #menu, #top_block {
    display: none !important;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar-woocommerce {
    width: 100%;
  }
  .box_joker_33 {
    width: 96%;
    margin: 20px 0;
  }
  .box_joker_22 {
    width: 96%;
    margin: 20px 0;
  }
  .grid_cell {
    width: 50%;
    height: auto;
    padding: 2%;
  }
}
@media only screen and (min-width: 10px) and (max-width: 470px) {
  /* caja de tres columnas
   ----------------------------- */
  /* caja de dos columnas
   ----------------------------- */
  /* CAJAS GRID
   ----------------------------- */
  #menu, #top_block {
    display: none !important;
  }
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar-woocommerce {
    width: 100%;
  }
  .box_joker_33 {
    width: 96%;
    margin: 20px 0;
  }
  .box_joker_22 {
    width: 96%;
    margin: 20px 0;
  }
  .grid_cell {
    width: 100%;
    height: auto;
    padding: 2%;
  }
}
/*
 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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
 .sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
 */
