html {

  -webkit-font-smoothing: antialiased!important;
  font-smoothing: antialiased!important;
  text-rendering: optimizeLegibility!important;
}

body {
  font-family: "Droid Serif", arial, sans-serif;
}

body,h1,h2,h3,h4,h5,h6,p {font-family: 'Droid Serif', arial, sans-serif; }
h1,h2,h3,h4,h5,h6,a:link {font-weight:300;}

.row {
  max-width: 75em;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 0.6em;
  line-height: 1.1em;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000000;
  text-transform: uppercase;
  margin: 0.5em 0;
  line-height: 1.1em;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #000000;
  text-transform: uppercase;
  margin: 0.5em 0;
  line-height: 1.1em;
}

h4 {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: bold;
}

embed,
iframe,
object {
  max-width: 100%;
}

*:focus {
    outline: 0;
}

/* MENU MOVIL */

.mobile-menu {
  z-index: 1000;
  width: 50%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  background: #0A0965;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  text-indent: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 5% 0 0 5%;
}

.mobile-menu ul li.menu-item {
  margin-bottom: 0.4em;
}

.mobile-menu ul li.lang-selector {
  float: left;
  margin-top: 1em;
}

.mobile-menu ul li.lang-selector a:after {
  content: "/";
  margin: 0 1em;
}

.mobile-menu ul li.lang-selector:last-of-type a:after {
  content: "";
  margin: 0;
}

.mobile-menu ul li.menu-item a {
  color: #fff;
}

.mobile-menu ul li.menu-item.active a{
  color: #FFF;
}

.page-wrapper {
  margin-left: 0%;
}

.page-header {
  width: 100%;
  height: 60px;
  position: fixed;
  background: #FFF;
  z-index: 100;
  top:0;
  margin-bottom: 0;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.page-header.float {
  position: relative;
  margin-bottom: -100px;
}

.page-header.active {
  height: 64px;
  background-color: #eeeeee;
}

.page-header .row {
  max-width: 100%;
}

.page-header .logo {
  background: url('../img/logo.jpg') left center no-repeat;
  background-size: 125px 50px;
  height: 60px;
  width: 166px;
  position: fixed;
  top: 0;
  left: 15px;
  cursor: pointer;
}

.page-header .top-bar {
  margin-top: 12px;
  background: transparent;
}

.page-header .toggle-topbar.menu-icon{
  right: 0;
  z-index: 100;
  margin-top: 0px;
  background: url('../img/menu-icon.png') right center no-repeat;
  background-size: 40%;
}

.page-header .top-bar .toggle-topbar.menu-icon a {
  color: #000;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  text-indent: 0;
}

.page-header .top-bar .toggle-topbar.menu-icon a span {
    display: none;
}

.page-header .top-bar .top-bar-section {
  margin-top: 45px;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.page-header .top-bar.expanded {
  height: 45px;
}

.page-header .top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loading-articulos {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  z-index: 3 !important;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #0A0965;

  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


#catalogo {
    float: left;
    width: 100%;
    background: #FAFAFA;
}


@media only screen and (min-width: 40.0625em) {
  #catalogo {
      float: left;
      width: 100%;
      background: #FAFAFA;
      border-bottom: 4px solid #f1f1f1;
      padding: 100px 20px 100px 20px;
  }
}
.contenedor-filtros .small-12 {
    padding: 0;
}

.frm-buscador {
	margin-top: 27px;
}

.frm-buscador input, .frm-buscador input:hover, .frm-buscador input:focus {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  border: 2px solid #0A0965;
  box-shadow: none;
}
::-webkit-input-placeholder {
   color: #444;
}
.frm-buscador .button {
	background: #0A0965;
	font-weight: bold;
	border: 2px solid #0A0965;
}


/* listado productos */

#catalogo .contenedor-productos {
  float: left;
  margin-top: 40px;
}

#catalogo .pager-list {

}

#catalogo .pager {
  cursor: pointer;
}

.pager {
    display: inline-block;
    width: 40px;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    color: #717171;
    /*text-shadow: 0px 1px 0px rgba(255,255,255, 1);*/
}

.pager:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pager span {
  text-align: center;
}
.pager.active {
    background: #0A0965;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    /*text-shadow: 0px 0px 3px rgba(0,0,0, .5);*/
}

.pager, .pager.disabled:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.page-prev.disabled, .page-next.disabled {
  cursor: default !important;
}


#catalogo .catalogo-item {
  right: 0;
  margin: 0 0 15px;
}

#catalogo img {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}

#catalogo img.b-loaded, #catalogo img.lazyloaded {
  opacity: 1;
  width: auto;
}

#catalogo .catalogo-item .catalogo-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

#catalogo .catalogo-item .catalogo-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(45, 43, 121, 0.6);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}

#catalogo .catalogo-item .catalogo-link .caption:hover {
  opacity: 1;
}

#catalogo .catalogo-item .catalogo-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#catalogo .catalogo-item .catalogo-link .caption .caption-content i {
  margin-top: -12px;
}

#catalogo .catalogo-item .catalogo-link .caption .caption-content h3,
#catalogo .catalogo-item .catalogo-link .caption .caption-content h4 {
  margin: 0;
}

#catalogo * {
  z-index: 2;
}

@media(min-width:767px) {
    #catalogo .catalogo-item {
      margin: 0 0 30px;
    }
}

#mixitup .large-block-grid-6>li:nth-of-type(6n+1) {
  clear: none;
}
#mixitup .small-block-grid-2>li:nth-of-type(2n+1) {
  clear: none;
}

@media only screen and (min-width: 40.0625em) {
 #mixitup .medium-block-grid-6>li {
    list-style: none;
    width: 16%;
  }
}

.lista-familias {
  list-style: none;
}

.lista-familias li a {
  display: block;
  background: #fff;
  border-bottom: 1px solid rgb(234, 234, 234);
  margin-bottom: 4px;
  border: 1px solid #0A0965;
  padding: 4px 0 3px 8px;
  font-size: 0.8em;
}

@media only screen and (min-width: 64.063em) {
  .lista-familias li a {
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 90.063em) {
  .lista-familias li a {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 120.063em) {
  .lista-familias li {
    font-size: 1em;
  }
}

.lista-familias li a {
  color: #0A0965;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.lista-familias li a:hover, .lista-familias li a.active {
  background: #0A0965;
  color: #fff;
}

/* FICHA PRODUCTO */
#ficha {
    float: left;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 4px solid #f1f1f1;
    padding: 100px 20px 100px 20px;
}

#ficha .prod-referencia {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  color: #0A0965;
}

#ficha .prod-nombre {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  color: #000;
}

#ficha .prod-descripcion {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  color: #444;
}

#ficha .prod-precio {
  display: block;
  font-family: 'Droid', sans-serif;
  font-size: 2em;
  color: #0A0965;
}

.boton-volver {
  padding: 1em 2em;
  background: #0A0965;
  color: white;
  border: none;
  float: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.boton-volver:hover {
  color: #fff;
}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #18bc9c;
  background: #fff;
}

.filtros {
  padding-bottom: 30px;
}

.tit-familia {
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	border-bottom: 2px solid #000;
}

#selector-familias {
  border: 2px solid #000;
}

li.mix {
  padding: 0 0.625rem 0.3rem;
}

.mix .button {
  width: 100%;
  font-size: 0.5em;
  padding: 2px 4px;
  margin: 0;
  height: 48px;
  background: #0A0965;
}

.mix .button.active {
  background: #1E7B54;
}

.mix .prod-referencia {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.7em;
  color: #0A0965;
  margin-left: 5px;
  margin-top: 5px;
}

.mix .prod-nombre {
  display: block;
  font-family: 'Oswald', sans-serif;
  margin-left: 5px;
  font-size: 0.6em;
  color: #000;
}

@media only screen and (min-width: 40.0625em) {
  .mix .prod-referencia {
    font-size: 0.8em;
  }
  .mix .prod-nombre {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 64.063em) {
  .mix .prod-referencia {
    font-size: 0.8em;
  }
  .mix .prod-nombre {
    font-size: 0.8em;
    height: 20px;
  }
}

@media only screen and (min-width: 90.063em) {
  .mix .prod-referencia {
    font-size: 1em;
  }
  .mix .prod-nombre {
    font-size: 1em;
  }
}


/* EMPRESA */
#empresa {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: linear-gradient( rgba(17, 7, 128, 0.9), rgba(43, 37, 131, 0.7) ),url(http://www.mycastlecleaningteam.com/wp-content/uploads/2014/12/cleaning-organizing-3.png);
  background-size: cover;
  background-position: center center;
}
#empresa h2 {
  color: #fff;
  margin-top: 20px;
  font-size: 2em;
}
#empresa p {
  font-family: 'Droid Serif', sans-serif;
  font-size: 1em;
  color: #fff;
}

@media only screen and (min-width: 64.063em) {

  #empresa {
    padding: 300px 0;
  }
  #empresa h2 {
    font-size: 2.5em;
  }
  #empresa p {
    font-size: 1.2em;
  }
}


/* MARCAS */
#marcas {
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 10px;
}

.listado-marcas {
  margin: 40px 0;
}

@media only screen and (min-width: 64.063em) {
  #marcas {
    padding: 100px 10px;
  }
  #marcas img {
    padding: 0 15px;
  }
}

/* CONTACTO */
#contacto {
  float: left;
  width: 100%;
}
.page-contact {
  color: white;
  position: relative;
  padding: 2.5em 0;
  background: #000;
}

.page-contact h2 {
  font-size: 3em;
  color: white;
}

.page-contact a {
  color: white;
  color: #FFF;
}

.page-contact .contact-form h4 {
  margin: 1em 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.1em;
  font-weight: normal;
}

.page-contact .contact-form p:first-of-type {
  margin: 2em 0;
}

.page-contact .contact-form input[type=text], .page-contact .contact-form input[type=email], .page-contact .contact-form input[type=tel], textarea {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 1em;
  color: #000;
  height: 100%;
  font-size: 1em;
  font-weight: bold;
}

textarea {
  height: 8em;
  resize:none
}

.page-contact .contact-form .contact-form-control-wrap {
  display: block;
}

.page-contact .contact-form input[type=submit] {
  padding: 1em 2em;
  background: #0A0965;
  color: white;
  border: none;
  float: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.page-contact .contact-form label {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff !important;
  font-size: 1em;
}
.page-contact .contact-form a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}

.tfnos, .page-contact a {
  font-size: 1.5em;
}

@media only screen and (min-width: 64.063em) {

  #contacto {
    padding: 50px 0;
  }
}


/* MAPA */

.contenedor-mapa {
  float: left;
  width: 100%;
  border-top: 5px solid #000;
}

#map_canvas {
  height: 300px;
}

@media only screen and (min-width: 64.063em) {

  #map_canvas {
    height: 500px
  }
}

/* AVISO LEGAL */
#aviso-legal {
  float: left;
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
#aviso-legal p, #aviso-legal li {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

/* PIE */

footer {
  color: #fff;
  padding: 20px 0;
  background-color: #000;
}

footer .columns {
  margin-top: 22px;
}

footer .copy {
  color: #ddd;
  font-size: 0.8em;
  text-align: center
}

footer ul {
  float: right;
  margin-bottom: 0;
}

footer .link:first-child {
  margin-left: 0;
}
footer .link {
  list-style: none;
  padding-bottom: 6px;
  float: left;
  font-family: 'Oswald', sans-serif;
}

footer .link a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.7em;
}

footer .link a:hover {
  color: #ddd;
}

footer .link a:after {
  content: "/";
  margin: 0 1em;
  color: #fff;
}

footer .link.last-option a:after {
  content: "";
  margin: 0;
}

footer .creator {
  font-size: 0.8em;
  color: #bbb;
}

@media only screen and (min-width: 40.0625em) {
  h1 {
    font-size: 6.2em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  .page-header {
    height: 75px;
    height: 90px;
  }

  .page-header .logo {
    background-size: 150px 60px;
    height: 75px;
    background-size: 183px 75px;
    height: 90px;
    width: 183px;
    left: 50px;
  }

  .page-header .toggle-topbar.menu-icon {
    height: 75px;
  }

  .page-header .top-bar {
    right: 0;
    position: absolute;
    margin-right: 25px;
  }

  .page-header .top-bar .top-bar-section {
    margin-top: 0;
  }

  .page-header .top-bar .top-bar-section .menu-item a{
    background: #FFF;
    color: #0A0965;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    border: none;
    padding: 0;
    font-size: 1.3em;
    line-height: 4rem;
  }

  .page-header .top-bar .top-bar-section .menu-item a:hover{
    color: #0A0965;
    background: #fff;
  }

  .page-header .top-bar .top-bar-section .menu-item.active a, .page-header .top-bar .top-bar-section .menu-item.active a:hover {
    color: #0A0965;
    background: #fff;
    line-height: 4rem;
  }

  .page-header .top-bar .top-bar-section .menu-item a:after {
    content: "/";
    margin: 0 1em;
    color: #0A0965;
  }

  .page-header .top-bar .top-bar-section .menu-item:last-of-type a:after {
    content: "";
    margin: 0;
  }

  .page-header .top-bar .top-bar-section .menu-item.last-option a:after {
    content: "";
    margin: 0 3.5em;
  }


  .page-contact h2 {
    font-size: 4em;
  }

  .page-contact a {
    font-size: 2em;
  }

  .page-contact .wpcf7 h4 {
    font-size: 2em;
  }

  footer .copy {
    font-size: 1em;
    text-align: left;
  }

  footer .link a {
    font-size: 1em;
  }

}

@media print {
  .page-header {
    display: none;
    visibility: hidden;
  }
  .prod-precio {
    display: none;
    visibility: hidden;
  }
  #contacto {
    display: none;
  }
  .contenedor-mapa {
    display: none;
    visibility: hidden;
  }
  #map_canvas {
    display: none;
    visibility: hidden;
  }
  .boton-volver {
    display: none;
    visibility: hidden;
  }
  footer {
    display: none;
    visibility: hidden;
  }
  a {
    display: none;
    visibility: hidden;
  }

}
