/*
Theme Name: Mychip Blog
Author: Artvisual
Description: Theme básico.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
@font-face {
    font-family: 'pantonblack_caps';
    src: url('fonts/panton-blackcaps.eot');
    src: url('fonts/panton-blackcaps.eot?#iefix') format('embedded-opentype'),
         url('fonts/panton-blackcaps.woff2') format('woff2'),
         url('fonts/panton-blackcaps.woff') format('woff'),
         url('fonts/panton-blackcaps.ttf') format('truetype'),
         url('fonts/panton-blackcaps.svg#pantonblack_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pantonblack_italic_caps';
    src: url('panton-blackitaliccaps.eot');
    src: url('panton-blackitaliccaps.eot?#iefix') format('embedded-opentype'),
         url('panton-blackitaliccaps.woff2') format('woff2'),
         url('panton-blackitaliccaps.woff') format('woff'),
         url('panton-blackitaliccaps.ttf') format('truetype'),
         url('panton-blackitaliccaps.svg#pantonblack_italic_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pantonlight_caps';
    src: url('fonts/panton-lightcaps.eot');
    src: url('fonts/panton-lightcaps.eot?#iefix') format('embedded-opentype'),
         url('fonts/panton-lightcaps.woff2') format('woff2'),
         url('fonts/panton-lightcaps.woff') format('woff'),
         url('fonts/panton-lightcaps.ttf') format('truetype'),
         url('fonts/panton-lightcaps.svg#pantonlight_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pantonlight_italic_caps';
    src: url('panton-lightitaliccaps.eot');
    src: url('panton-lightitaliccaps.eot?#iefix') format('embedded-opentype'),
         url('panton-lightitaliccaps.woff2') format('woff2'),
         url('panton-lightitaliccaps.woff') format('woff'),
         url('panton-lightitaliccaps.ttf') format('truetype'),
         url('panton-lightitaliccaps.svg#pantonlight_italic_caps') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-------------------------------------------------------------------------*/
/*	1.	General
/*-------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    background-color: #1A222D;
}

body.page-id-29 {
  background-color: #f2f2f2;
}

a {
	color: #047da3;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #1a222d;
}

ul {
	list-style: none;
}

blockquote, blockquote p {
    color: #05D5D2;
}

div#content {
    margin-top: 80px;
    position: relative;
}


/*-------------------------------------------------------------------------*/
/*	2.	Textos
/*-------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}

h1 {
  font-size: 40px;
  color: #1a222d;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  font-size: 28px;
  font-weight: 900;
  color: #047da3;
  line-height: 1.25;
}

h3 {
	font-weight: 900;
  font-size: 24px;
  margin: 30px 0;
  color: #1A222D;
}

h4 {
	font-size: 1.55em;
	font-weight: 900;
	letter-spacing: 0px;
}

h5 {
	font-size: 1.2em;
}

h6 {
  font-family: 'pantonlight_caps';
  font-size: 14px;
  color: #047da3;
  letter-spacing: 1px;
}

.green {
    background-color: #05d5d2;
}

.dark {
  background-color: #1A222D;
}

.light {
  background-color: #ebebeb;
}

/*-------------------------------------------------------------------------*/
/*	3.	Header / Menú
/*-------------------------------------------------------------------------*/

.video-bg {
    height: 400px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.3));
}

video#bgvid { 
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(119, 210, 207,0.5), rgba(69, 124, 159,0.8));
    z-index: 999;
    width: 100%;
    height: 450px;
}

.web-link {
    padding: 10px;
}

span.panton {
    padding: 15px 20px;
    font-family: 'pantonblack_caps';
    color: #fff;
    font-size: 90%;
    letter-spacing: 1px;
}

.button.main-button {
  transition: color .5s linear .1s;
}

.button.main-button:hover {
  color: #78d3d0; 
}

.titulo {
  z-index: 9999;
  position: relative;
  text-align: center;
  padding: 6rem 0;
}

.titulo h1 {
  font-family: 'pantonblack_caps';
  color: #fff;
  margin-top: 0.2em;
}

.titulo h3 {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 0.3em !important;
}

.titulo img {
  width: 210px;
}

.wrapper-header {
    padding: 0.85rem 1.5rem;
}

h1#logo-desk {
  margin: 0;
}

#logo-desk {
  display: block;
}

#logo-mobile {
  display: none;
}

#cd-menu-trigger {
  display: none;
}

.top-blog {
  background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.3)) , url('img/top-blog.jpg');
	/*background-image: url(img/top-blog.jpg);*/
	background-size: cover;
	height: 40vh;
	text-align: center;
	padding-top: 7rem;
}

.top-blog h1 {
    color: white;    
    font-family: 'pantonblack_caps';
    text-transform: uppercase;
}

.top-blog .logo-blog img {
    width: 14%;
}

span.page-name {
  font-family: 'pantonblack_caps';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 3.5;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #4b4b4b;
}

h3.section-title {
  font-size: 110%;
  font-family: 'pantonblack_caps';
  font-weight: 300;
  /*border-bottom: 1px solid rgba(4, 125, 163, 0.48);*/
  padding-bottom: 1rem;
  color: #05d5d2;
}

.colour-dash {
  background: url('img/colour-dashes.svg');
  background-size: cover;
  height: 10px;
}

/*Category Page*/

.top-category {
  background-image: url(img/top-category.jpg);
  background-size: cover;
  height: 30vh;
  background-position: bottom center;
  text-align: left;
  padding-top: 3rem;
}

.top-category h1 {
    color: white;    
    font-family: 'pantonblack_caps';
    text-transform: uppercase;
}

/* Móvil */
@media only screen and (max-width: 40em) {

  .video-bg {
    display: none;
  }

  #blog-header {
    display: none;
  }

  #cd-menu-trigger {
    display: block;
  }

  .colour-dash {
    height: 15px;
    background-size: contain;
    width: 100%;
  }

  .logo {
      padding-left: 0;
  }

  #logo-desk {
    display: none;
  }
  #logo-mobile {
    display: block;
  }
  h1#logo-mobile {
    margin: 0;
  }

 .web-link {
  display: none;
 }
}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {

  .top-blog .logo-blog img {
      width: 30%;
  }

  .top-blog h1 {
    font-size: 24pt;
  }

    #blog-header {
    display: none;
  }

  #cd-menu-trigger {
    display: block;
    width: 17% !important;
  }
  #cd-menu-trigger span {
    line-height: 5 !important;
  }

  .colour-dash {
    height: 15px;
    background-size: contain;
    width: 100%;
  }

  .logo {
      padding-left: 0;
  }

  #logo-desk {
    display: none;
  }
  #logo-mobile {
    display: block;
  }
  h1#logo-mobile {
    margin: 0;
  }

 .web-link {
  display: none;
 }
}

/* Tablet horizontal */
@media only screen and (min-width: 48.000em) and (max-width: 64.063em)  {


  
}

/*-------------------------------------------------------------------------*/
/*	4.	Destacados
/*-------------------------------------------------------------------------*/

.featured {
    padding: 3rem 0 0;
}

.featured .featured-grid {
  padding-left: 0;
  padding-right: 0;
}


/* Móvil */
@media only screen and (max-width: 40em) {

  .featured li.entry {
    width: 100%;
  }

  .featured {
    padding-top: 0.5rem;
  }

  .featured .featured-grid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .entry-fea.column {
    padding-left: 0;
    padding-right: 0;
  }

  .grow img {
    width: 100% !important;
  }

}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {
  
  .featured {
    padding-top: 0.5rem;
  }

  .featured .featured-grid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

/*-------------------------------------------------------------------------*/
/*	5.	News List
/*-------------------------------------------------------------------------*/

#news {
    /*border-top: 1px solid rgba(4, 125, 163, 0.48);*/
  position: relative;
  display: block;
}

/*header.news-header {
    padding: 2rem 0;
}*/

.wrapper-list {
  /*border-top: 1px solid #047da3;*/
  padding-top: 3rem;
}

.news-list {
  padding: 1rem 0 0;
  margin-bottom: 3rem;
  display: block;
  position: relative;
}

.thumb:hover img {
  box-shadow: inset 0 0 0 25px #53a7ea;
}

li.entry {
    display: inline-block;
    width: 32%;
    min-height: 15vh;
    vertical-align: top;
    margin-bottom: 2rem;
    padding-right: 0.75rem;
}

.news-list li.entry {
    padding-left: 17px;
    border-left: 3px solid #06D3D0;  
}

.featured li.entry {
    display: inline-block;
    /*width: 49%;*/
    vertical-align: top;
    margin-bottom: 2rem;
}

.entry-title {
    padding: 1rem 0;
}
.entry-title-feat {
    padding: 1.5rem 0;
}

.entry-title a, .entry-title-feat a {
  color:#fff;
}

.entry-title a:hover, .entry-title-feat a:hover {
  color:#047da3;
}

.entry-title h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}


/* Móvil */
@media only screen and (max-width: 40em) {

  header.news-header.row {
    display: none;
  }

  li.entry {
      display: inline-block;
      width: 100%;
      min-height: 15vh;
      vertical-align: top;
      margin-bottom: 2rem;
      padding-right: 0.75rem;
  }

  .news-col .small-12, .bg-photo .small-12  {
    padding-left: 2rem !important;
    padding-right: 2rem;
  }

  .news-list li.entry {
    border-left: 8px solid #06D3D0;
  }

  .alm-btn-wrap {
    text-align: center;
  }

  .bg-photo h2 {
    font-size: 30px !important;
    line-height: 1.2;
  }

  .bg-photo img {
    display: none;
  }

}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {

.wrapper-list {
  padding-top: 3rem;
  padding-left: .9rem;
  padding-right: .9rem;
}

}

/* Tablet horizontal */
@media only screen and (min-width: 48.000em) and (max-width: 64.063em)  {


  
}

/*-------------------------------------------------------------------------*/
/*	6.	Botones
/*-------------------------------------------------------------------------*/

button#load-more {
    padding: 15px 20px;
    border: 2px solid #05d5d2;
    font-family: 'pantonblack_caps';
    color: #05d5d2;
    font-size: 90%;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
}

button#load-more:hover {
    color: #fff;
    background-color: #05d5d2;
    border: 2px solid #05d5d2;
}

select#cat {

}

.button {
    font-family: 'pantonblack_caps';
    letter-spacing: 1px;
}

/*SELECT*/
select#cat {
    border: 2px solid #05d5d2;
    font-family: 'pantonblack_caps';
    color: #1a222d;
    font-size: 90%;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}
/*-------------------------------------------------------------------------*/
/*	7.	Animated header
/*-------------------------------------------------------------------------*/
 
 header.blog-header {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}

header.blog-header #logo-desk img {
    width: 130px;
    display: inline-block;
    float: left;
    color: white;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

 header.blog-header.smaller {
    height: 75px;
}
 header.blog-header.smaller #logo-desk img  {
    width: 110px;
    line-height: 75px;
    font-size: 30px;
}

/*-------------------------------------------------------------------------*/
/*	8.	Otros
/*-------------------------------------------------------------------------*/

.animado {
    -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear;
    transition-delay: 2s;
}

/*FADE IN UP*/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*SHRINK*/

.shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);

          -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;

          animation-fill-mode: backwards;
}


/*GROW*/

.grow {
    position: relative;
    width: auto;
    height: 280px;
    overflow: hidden;
}


.grow img {
  height: 280px;
  width: 300px;
  object-fit: cover;

  -webkit-transition: all 0.75s linear;
     -moz-transition: all 0.75s linear;
       -o-transition: all 0.75s linear;
      -ms-transition: all 0.75s linear;
          transition: all 0.75s linear;


}

.grow img:hover {
  width: 320px;
  height: 320px;
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6));
}


/*COVER ON HOVER*/
.cover {
  z-index: 90;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.85);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.cover:hover {
  opacity: 1;
}

/*SLIDEINUP*/

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/*UNDERLINE ON HOVER*/

.underline {
  position: relative;
  color: #ff3296;
}
.underline:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 5px;
  background-color: #98004a;
  content: "";
  transition: width 0.2s;
}
.underline:hover {
  color: #98004a;
}
.underline:hover:after {
  width: 100%;
}


/* Icon Fade */
.hvr-icon-fade {
  display: inline;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\e900";
  position: absolute;
  right: 1em;
  padding: 7px 1px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #78d3d0;
}



.bg-photo {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)) , url('img/image-1.jpg');
  background-size: cover;
  color: #fff;
  padding: 5rem 0;
}

.bg-photo h2 {
    font-size: 40px;
    color: #fff;
}

.bg-photo .columns, .first-footer .columns, .second-footer .columns {
  padding-left: 0;
}

.testimonial {
  border-left: 15px solid #06D3D0;
  padding-left: 2rem;
}

/* Móvil */
@media only screen and (max-width: 40em) {
  .testimonial {
    border-left: 15px solid #06D3D0;
    padding-left: 0rem;
  }
}


/*-------------------------------------------------------------------------*/
/*	9. Category	
/*-------------------------------------------------------------------------*/

.breadcrumbs {
    padding: 1.5rem 0;
    color: rgba(256,256,256,.5);
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    /*font-family: 'pantonlight_caps';*/
}

.breadcrumbs a {
  color: #fff;
}

.logo-category img {
    padding-top: 4vh;
}

/* Móvil */
@media only screen and (max-width: 40em) {
  .logo-category {
    display: none;
  }
}

/*-------------------------------------------------------------------------*/
/*	10.	Entradas
/*-------------------------------------------------------------------------*/

#post {
    margin-top: 2rem;
}

.post {
    background-color: #fff;
    padding: 1rem 0;
    margin-bottom: 3rem;
}

.post ul li {
  list-style-image: url('img/bullet.png');
  margin-left: 1rem;
}

.entry-header {
    padding: 0 2rem;
}

.entry-body, .entry-comments  {
    padding: 2rem;
}

._5lm5._2pi3._3-8y {
    display: none !important;
}

/* Móvil */
@media only screen and (max-width: 40em) {

  #post {
    margin-top: 0rem;
  }

  .breadcrumbs {
    margin-bottom: 0;
  }

  .breadcrumbs.green {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .entry-header h1 {
    line-height: 1.2;
    font-size: 36px;
  }
}

/*-------------------------------------------------------------------------*/
/*  11. Sidebar
/*-------------------------------------------------------------------------*/

aside {
    background-color: #f5f5f5;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    border-radius: 3px;
}

aside#categories-3 ul li{
  margin-bottom: 0.6rem;
}


aside#categories-3 {
    border-bottom: 10px solid #477C9F;
}

aside#recent-posts-3 {
    border-bottom: 10px solid #AB9B7E;
}

aside#text-2 {
    border-bottom: 10px solid #78D3D0;
}

h6.widget-title {
    font-family: 'pantonblack_caps';
    color: #1a222d;
    font-size: 90%;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

aside#categories-3 li a {
  margin-left: 0;
  transition: margin-left .2s linear;
}

aside#categories-3 li a:hover {
  margin-left: 10px;
}

.widget_recent_entries ul li {
      padding: 0.85rem 0;
    border-bottom: 1px solid #047da3;
}


ul#menu-socialmedia li {
    background-color: #06D3D0;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    /*transition: all 0.2s ease-in-out;*/
    transition: background-color 1s ease, border-radius 1s ease-in 0.5s;
}


ul#menu-socialmedia li a {
    color: #fff;  
}

ul#menu-socialmedia li:hover {
    background-color: #1A222D;  
    border-radius: 10%;
}

.lateral-menu-is-open aside {
  background: transparent;
}

.lateral-menu-is-open aside h6 {
  color: #fff;
}

.lateral-menu-is-open aside ul li {
  margin-bottom: 0.4rem;
  margin-top: 1rem;
}

/* Móvil */
@media only screen and (max-width: 40em) {
  aside#categories-3 {
    display: none;
  }
}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {
  aside#categories-3 {
    display: none;
  }

  aside#categories-4 {
    padding-top: 1.85rem;
  }
}
/*-------------------------------------------------------------------------*/
/*	12.	Footer
/*-------------------------------------------------------------------------*/

.first-footer {
  padding: 5rem 0 3rem;
}

.second-footer {
  padding: 3rem 0;
}

.first-footer h4 {
  color: #1A222D;
  font-size: 22px;
  font-weight: 400;
}

.second-footer {
  color: #fff;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 1px;
}

.copy {
  padding: .7rem 0;
  min-height: 50px;
  line-height: 2.2;
  opacity: 0.6;
}

.menu-footer ul li a {
  margin-left:1rem;
}

.menu-footer ul li a:hover {
  color: #fff;
}

.icono-footer {
  background-image: url('img/icono-mychip.svg');
  background-repeat: no-repeat;
  background-position: right;
  color: transparent;
  height: 50px;
  width: 50px;
  text-indent: 000px;
}

/* Móvil */
@media only screen and (max-width: 40em) {

  .first-footer, .second-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .first-footer img {
    display: none;
  }

  .menu-footer ul li {
    display: block;
    margin: 2rem 0;
  }

  .menu-footer ul li a {
    margin-left: 0;
    text-align: left;
    padding: 0 !important;
  }

  .copyright {
    border-top:1px solid #fff;
  }

  .menu-footer ul li.icono-footer {
    display: none;
  }

}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {

  .first-footer img {
    display: none;
  }

  .first-footer, .second-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

}

/* Tablet horizontal */
@media only screen and (min-width: 48.000em) and (max-width: 64.063em)  {


  
}

/*-------------------------------------------------------------------------*/
/*	13.	Responsive
/*-------------------------------------------------------------------------*/

/* Móvil */
@media only screen and (max-width: 40em) {


}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em)  {

	
}

/* Tablet horizontal */
@media only screen and (min-width: 48.000em) and (max-width: 64.063em)  {

	
}