/*
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

body {
  margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
  border: 0px;
  margin-left: auto;
margin-right: auto;
display: block;
}

img {
  max-width: 100%;
  margin-left: auto;
margin-right: auto;
display: block;
}
::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}

::selection {
  background-color: #6ab344;
  color: #fff;
}

.android-search-box .mdl-textfield__input {
  color: rgba(0, 0, 0, 0.87);
}

.android-header .mdl-menu__container {
  z-index: 50;
  margin: 0 !important;
}


.mdl-textfield--expandable {
  width: auto;
}

.android-fab {
  position: absolute;
  right: 20%;
  bottom: -26px;
  z-index: 3;
  background: #64ffda !important;
  color: black !important;
}

.android-mobile-title {
  display: none !important;
}


.android-logo-image {
  height: 28px;
  width: 140px;
}


.android-header {
  overflow: visible;
  background-color: white;
}

  .android-header .material-icons {
    color: #767777 !important;
  }

  .android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
  }

  .android-header .mdl-navigation__link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
  }


/*@media (min-width: 900px) {
  .android-navigation-container {

    direction: rtl;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block !important;
    margin-left: 72px !important;

  }
}*/

  .android-navigation {

/*    padding-left: 32px;*/
    direction: ltr;
    -webkit-justify-content: inline-block;
        -ms-flex-pack: inline-block;
            justify-content: inline-block;
    /*width: 800px;*/
  }

  .android-search-box.is-focused + .android-navigation-container {
    opacity: 0;
    width: 100px;
  }


  .android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
  }

    .android-navigation .mdl-navigation__link:hover {
      border-bottom: 4px solid #2196f3;
    }

  .android-search-box {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
    margin-right: 16px;
  }

  .android-more-button {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }


.android-drawer {
  border-right: none;
}

  .android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
  }

  .android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
  }

  .android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #2196f3;
  }

  .android-drawer .mdl-layout-title {
    position: relative;
    background: #6ab344;
    height: 160px;
  }

    .android-drawer .android-logo-image {
      position: absolute;
      bottom: 16px;
    }

.android-be-together-section {
  position: relative;
  height: 800px;
  width: auto;
  background-color: #f3f3f3;
  background: url('images/slide01.jpg') center 30% no-repeat;
  background-size: cover;
}

.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}

.android-slogan {
  font-size: 60px;
  padding-top: 160px;
}

.android-sub-slogan {
  font-size: 21px;
  padding-top: 24px;
}

.android-create-character {
  font-size: 21px;
  padding-top: 400px;
}

  .android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
  }

.android-screen-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.android-screens {
  text-align: right;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

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

.android-screen .android-link {
  margin-top: 16px;
  display: block;
  z-index: 2;
}

.android-image-link {
  text-decoration: none;
}

.android-wear {
  display: inline-block;
  width: 160px;
  margin-right: 32px;
}

  .android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
  }


.android-phone {
  display: inline-block;
  width: 64px;
  margin-right: 48px;
}

  .android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-tablet {
  display: inline-block;
  width: 110px;
  margin-right: 64px;
}

  .android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
  }

  .android-tablet .android-link {
    display: block;
    z-index: 2;
  }


.android-tv {
  display: inline-block;
  width: 300px;
  margin-right: 80px;
}

  .android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
  }


.android-auto {
  display: inline-block;
  width: 300px;
  overflow: hidden;
}

  .android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
  }


.android-wear-section {
  position: relative;
  background: url('images/wear.png') center top no-repeat;
  background-size: cover;
  height: 800px;
}

.android-wear-band {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #37474f;
}

.android-wear-band-text {
  max-width: 800px;
  margin-left: 25%;
  padding: 24px;
  text-align: left;
  color: white;
}

  .android-wear-band-text p {
    padding-top: 8px;
  }

.android-link {
  text-decoration: none;
  color: #2196f3 !important;
}

  .android-link:hover {
    color: #7cb342 !important;
  }

  .android-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
  }

.android-alt-link {
  text-decoration: none;
  color: #64ffda !important;
  font-size: 16px;
}

  .android-alt-link:hover {
    color: #00bfa5 !important;
  }

  .android-alt-link .material-icons {
    position: relative;
    top: 6px;
  }

.android-customized-section {
  text-align: center;
}

.android-customized-section-text {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 16px 0 16px;
}

  .android-customized-section-text p {
    padding-top: 16px;
  }

.android-customized-section-image {
  background: url('images/devices.jpg') center top no-repeat;
  background-size: cover;
  height: 400px;
}

.android-more-section {
  padding: 10px 0;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
}

.custom-font-home {

  font-family: 'Roboto','Arial',sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}


  .android-more-section .android-section-title {
    margin-left: 12px;
    /*padding-bottom: 24px;*/
  }




  .android-card-container .mdl-card__supporting-text {
    height: auto;
    /*display: flex;*/
    color: black;

  }

  .android-card-container .mdl-grid {
      max-width: 600px;
  }

  .android-card-container .mdl-card__media {
      margin: 0;
      height: auto;
  }
  .android-card-container .mdl-card__media > img {
      max-width: 100%;
  }

  .android-card-container .mdl-card__title {
   background: transparent;
   height: 125px;

  }

  .android-card-container .mdl-card__supporting-text {
   color: black;
   /*display: flex;*/
   height: 125px;
  }


  .android-card-container .mdl-card__actions {
      /*display: flex;*/
      box-sizing:border-box;
      align-items: center;
  }
  .android-card-container .mdl-card__actions > .mdl-button--icon {
      margin-right: 3px;
      margin-left: 3px;
  }



.android-footer {
  background-color: #fafafa;
  position: relative;
}

  .android-footer a:hover {
    color: #2196f3;
  }

  .android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    position: relative;
  }

  .android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
  }

  .android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
  }


.android-link-menu:hover {
  cursor: pointer;
}



@media (max-width: 900px) {
  .android-navigation-container {
    display: none;
  }

  .android-title {
    display: none !important;
  }

  .android-mobile-title {
    display: block !important;
    position: absolute;
    left: calc(50% - 70px);
    top: 12px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .android.android-search-box.is-focused ~ .android-mobile-title,
  .android-search-box.is-focused + .android-navigation-container + .android-mobile-title {
    opacity: 0;
  }

  .android-more-button {
    display: none;
  }

  .android-search-box.is-focused {
    width: calc(100% - 48px);
  }

  .android-search-box .mdl-textfield__expandable-holder {
    width: 100%;
  }

  .android-be-together-section {
    height: 350px;
  }

  .android-slogan {
    font-size: 26px;
    margin: 0 16px;
    padding-top: 24px;
  }

  .android-sub-slogan {
    font-size: 16px;
    margin: 0 16px;
    padding-top: 8px;
  }

  .android-create-character {
    padding-top: 200px;
    font-size: 16px;
  }

  .android-create-character img {
    height: 12px;
  }

  .android-fab {
    display: none;
  }

  .android-wear-band-text {
    margin-left: 0;
    padding: 16px;
  }

  .android-footer .mdl-mega-footer--bottom-section {
    display: none;
  }
}




    /************************************************************************/

    /******************************************************************************/
/*
.social-btn {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.46;
  border-radius: 2px;
}
.social-btn-twitter {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_twitter_black_24dp.png');
}
.social-btn__blogger {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_facebook_black_24dp.png');
}
.social-btn__gplus {
  background-image: url('https://www.gstatic.com/images/icons/material/system/2x/post_gplus_black_24dp.png');
}
.social-btn__share {
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
}*/

/* .mdl-mini-footer {
  margin-top: 80px;
  height: 120px;
  padding: 40px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  box-sizing: border-box;
}
*/

  .decoration-none {
    text-decoration: none !important;
  }



  li {
    list-style-type: none !important;
    text-decoration: none !important;
  }

.img-responsive  {
    max-width: 100% !important;
    height: auto;
    display: block;

}

.not-active {
   pointer-events: none;
   cursor: default;
}

.mdl-layout__header-row .mdl-navigation__link{
  color: black !important;
}

#masthead{
  background-color: white !important;
}

.mdl-layout__header {
  color: black !important;
}

.mdl-layout__header .mdl-layout__drawer-button i{
  color: black !important;
  font-size: 32px !important;
  margin: 10px !important;
}

.mdlwp-search-box {
 color: black !important;
}

/* large screen */
@media (min-width: 1025px) and  (max-width: 2049px)  {

  body .demo-blog {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    width: 100%;
    background-color: #eee;
  }
         .mdl-mega-footer {
             /*padding: 16px 40px;*/
             display: inline-block;
             width: 100%;
             color: white !important;
             background-color: indigo !important;
         }

       }


.mdl-mega-footer {
    /*padding: 16px 40px;*/
    display: inline-block;
    /*width: 100%;*/
    color: white !important;
    background-color: indigo !important;
}

/*.mdl-button--raised {
    background: transparent !important;
    color: white !important;
}
*/
.center {
  text-align: center;
  /*display: inline-block;
  position: relative !important;*/
}

.android-drawer .mdl-layout-title {
    /position: relative;*/
    background: indigo !important;
    padding: 10px !important;
    height: auto !important;
}



.wrapper {
  /*border : 2px solid #000; */
  overflow:hidden;
  background-color: #fff;
}

.wrapper div {
   min-height: 200px;
   padding: 10px;
}
#one {
  /*background-color: gray;*/
  float:left;
  margin-right:20px;
  /*width:140px;*/
  width: 50%;
  max-width: 100%;
  vertical-align: middle;
  /*border-right:2px solid #000;*/
}
#two {
  background-color: white;
  overflow:hidden;
  vertical-align: middle;
  margin:10px;
  /*width: 50%;
  border:2px dashed #ccc;*/
  min-height:170px;
}

@media screen and (max-width: 480px) {
   #one {
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    /*border-bottom:2px solid #000;*/
  }
}

.img-one {
  max-width: 100%;
  float: right;
}


.flag{
      width: 27px;
      height: 16px;
      display: inline-block;
      background-image:url(https://hexamob.com/wp-content/themes/hexamob/img/flags.png);
      background-size: 216px 100%;
      border: 1px solid #666666;
    }

    #flag-ar{background-position: 0 center;}
    #flag-de{background-position: -27px center;}
    #flag-en{background-position: -54px center;}
    #flag-es{background-position: -81px center;}
    #flag-fr{background-position: -108px center;}
    #flag-it{background-position: -135px center;}
    #flag-pt-br{background-position: -162px center;}
    #flag-ru{background-position: -189px center;}

    #language {
      float: right !important;
      padding-top: 0px;
      margin: 0 auto;
    }

    a, a:visited, a:hover {
    color: inherit;
    text-decoration: none;
}

.mdl-layout__drawer .mdl-layout-title {
    background: #fff !important;
    padding: 10px !important;
    height: 50px !important;
    min-height: 50px !important;
}

.mdl-layout__header-row {
    /*display: inline-block !important;*/
    /*padding-left: 150px !important;*/
    /*margin-left: 75px !important;*/
    padding: 0 40px 0 20px !important;
}



.header{
  display: inline-block;
  width: 100%;
}
.playerOne{
  float: right;
    margin-left: 32px;
 }


    .playerTwo-mobile{
      float: right;
    margin-left: 10px;
    margin-top: 12px;
}


.playerTwo{
      float: left;
    margin-left: 45px;
    margin-top: 25px;
}


#lang_sel_click li {
     width: 52px;
}


#logo {
     margin-left: 40px !important;
    margin-top: 12px !important;
    height: 40px !important;
    width: 40px !important;
    float: left !important;
}
.portfolio-card .mdl-card__title {
    padding-bottom: 0;
}
material.grey-pink.min.css:8
.mdl-card__title {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    line-height: normal;
    padding: 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}

.mdl-card__media {
    /*background-color: rgb(255,64,129);*/
    background-color: transparent !important;
    background-repeat: repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-origin: padding-box !important;
    /*background-attachment: scroll;*/
    box-sizing: border-box !important;
    margin: 0 !important;
    padding:0 !important;
}


/***********/
/*body::before {
    background-size: cover;
    background-attachment: fixed;
    content: '';
    will-change: transform;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
}*/

@media (max-width: 512px)  and (min-resolution: 1.5dppx),
       (max-width: 1024px) and (max-resolution: 1.5dppx) {
  body::before {
    background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
  }
}
@media (min-width: 513px)  and (max-width: 1024px) and (min-resolution: 1.5dppx),
       (min-width: 1025px) and (max-width: 2048px) and (max-resolution: 1.5dppx)  {
  body::before {
    background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
  }
}
@media (min-width: 1025px) and (min-resolution: 1.5dppx),
       (min-width: 2049px) and (max-resolution: 1.5dppx) {
  body::before {
    background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
  }
}
body .demo-blog {
   font-family: 'Roboto', 'Helvetica', sans-serif;
    width: auto;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.demo-blog .demo-blog__posts {
  /*float: left;*/
  max-width: 1000px;
  padding: 0;
  /*display: flex;*/
  margin: 0 auto;
  flex-shrink: 0;
}

.demo-blog.mdl-layout .mdl-layout__content {
  padding-top: 50px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.demo-blog .mdl-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 360px;
}
.demo-blog .mdl-card__title {
  padding: 16px;
/*  flex-grow: 1;*/
margin-top: 15px;
}
.demo-blog .mdl-card__media {
  box-sizing: border-box;
  background-size: cover;
  padding: 24px;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: flex-end;
  cursor: pointer;
  margin: 0;
    padding:0;
}
.demo-blog .mdl-card__media a,
.demo-blog .mdl-card__title a {
  color: inherit;
}
.demo-blog .mdl-card__supporting-text {
  width: 100%;
  padding: 16px;
  min-height: 64px;
  /*display: flex;
  align-items: center;*/
  flex-grow: 1;
}
.demo-blog .mdl-card__supporting-text strong {
  font-weight: 400;
}
.demo-blog .mdl-card__media ~ .mdl-card__supporting-text {
  min-height: 64px;
}
.demo-blog .mdl-card__supporting-text:not(:last-child) {
  box-sizing: border-box;
  min-height: 76px;
  flex-grow: 1;
}
.demo-blog:not(.demo-blog--blogpost) .mdl-card__supporting-text ~ .mdl-card__supporting-text {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.demo-blog .mdl-card__actions:first-child {
  margin-left: 0;
}
.demo-blog .meta {
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}
.demo-blog .meta > .meta__favorites{
  flex-direction: row;
  margin: 0 8px;
  font-size: 13px;
  font-weight: 500;
}
.demo-blog .meta > .meta__favorites .material-icons {
  font-size: 2em;
  cursor: pointer;
  margin-left: 12px;
}
.demo-blog .mdl-card .meta.meta--fill {
  justify-content: space-between;
}
.demo-blog .meta > *:first-child {
  margin-right: 16px;
}
.demo-blog .meta > * {
  display: flex;
  flex-direction: column;
}
.demo-blog.is-small-screen .demo-blog__posts > .mdl-card.coffee-pic {
  order: 0;
}
.demo-blog.is-small-screen .demo-blog__posts > .mdl-card.something-else {
  order: -1;
}
.demo-blog .coffee-pic .mdl-card__media {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.demo-blog .something-else .mdl-card__media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.demo-blog .something-else > button {
  position: absolute;
  top: 0;
  right: 28px;
  transform: translate(0px, -28px);
}
.demo-blog .something-else .mdl-card__media {
  font-size: 13px;
  font-weight: 500;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.demo-blog .something-else .mdl-card__media img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}
.demo-blog .something-else .mdl-card__supporting-text {
  background-color: #F5F5F5;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.demo-blog .on-the-road-again .mdl-card__media {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.demo-blog .shopping .mdl-card__media {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.demo-blog .demo-blog__posts > .demo-nav {
  margin: 12px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
}
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button {
  color: white;
  text-decoration: none;
}
.demo-blog .demo-blog__posts > .demo-nav .mdl-button {
  color: rgba(0,0,0,0.54);
  background-color: white;
}
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button:first-child .mdl-button {
  margin-right: 16px;
}
.demo-blog .demo-blog__posts > .demo-nav > .demo-nav__button:last-child .mdl-button {
  margin-left: 16px;
}
.demo-blog .mdl-card > a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.demo-blog .mdl-card h3 {
  margin: 0;
}
.demo-blog .mdl-card h3 a {
  text-decoration: none;
}
.demo-blog .mdl-card h3.quote:before, .demo-blog .mdl-card h3.quote:after {
  display: block;
  font-size: 3em;
  margin-top: 0.5em;
}
.demo-blog .mdl-card h3.quote:before {
  content: '“';
}
.demo-blog .mdl-card h3.quote:after {
  content: '”';
}
.demo-blog--blogpost .custom-header {
  background-color: transparent;
}
.demo-blog--blogpost .demo-blog__posts > .mdl-card .mdl-card__media {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
  height: 180px;
}
.demo-blog--blogpost .comments {
  background-color: #EEE;
}
.demo-blog--blogpost .meta > * {
  align-items: center;
}
.demo-blog--blogpost .meta + .mdl-card__supporting-text {
  border: 0;
  display: flex;
  flex-direction: column;
}
.demo-blog--blogpost .meta + .mdl-card__supporting-text p {
  max-width: 512px;
  margin: 16px auto;
  font-size: 16px;
  line-height: 28px;
}

.demo-blog--blogpost .comments {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px;
  box-sizing: border-box;
}
.demo-blog--blogpost .comments > form {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.demo-blog--blogpost .comments > form .mdl-textfield {
  flex-grow: 1;
  margin-right: 16px;
  color: rgb(97, 97, 97);
}
/* Workaround for Firefox.
 * User agent stylesheet kept overwriting the font in FF only.
 */
.demo-blog--blogpost .comments > form .mdl-textfield .mdl-textfield__input {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-blog--blogpost .comments > form .mdl-textfield input,
.demo-blog--blogpost .comments > form .mdl-textfield textarea {
  resize: none;
}
.demo-blog--blogpost .comments > form button {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.24);
  color: white;
}
.demo-blog--blogpost .comments .comment {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.demo-blog--blogpost .comments .comment > .comment__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
}
.demo-blog--blogpost .comments .comment > .comment__header > .comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  margin-right: 16px;
}
.demo-blog--blogpost .comments .comment > .comment__header > .comment__author {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.demo-blog--blogpost .comments .comment > .comment__text {
  line-height: 1.5em;
}
.demo-blog--blogpost .comments .comment > .comment__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.8em;
  margin-top: 16px;
}
.demo-blog--blogpost .comments .comment > .comment__actions button {
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.24);
}
.demo-blog--blogpost .comments .comment > .comment__answers {
  padding-top: 32px;
  padding-left: 48px;
}

.demo-blog--blogpost .demo-back {
  position: absolute;
  top: 16px;
  left: 16px;
  color: white;
  z-index: 9999;
}


.demo-blog .section-spacer {
  flex-grow: 1;
}
.demo-blog .something-else {
  overflow: visible;
  z-index: 10;
}
.demo-blog .amazing .mdl-card__title {
  background-color: #263238;
}
.demo-blog .minilogo {
  width: 44px;
  height: 44px;
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 22px;
  background-color: #F5F5F5;
}

/* Fixes for IE 10 */
.mdl-grid {
  display: flex !important;
  padding: 0 !important;
}

.social-btn {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.46;
  border-radius: 2px;
}
.social-btn__twitter {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.social-btn__blogger {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.social-btn__gplus {
  background-image: url('https://hexamob.com/wp-content/themes/MDLWP/images/background-1-0.jpg');
}
.social-btn__share {
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
}

.demo-blog .mdl-mini-footer {
  margin-top: 80px;
  height: 120px;
  padding: 40px;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
}

  .banner.center {
    text-align: center;
  }
  .banner.left {
    float: left;
    margin-right: 38px;
  }

  .custom-format-content-page  {
    color: #616161 !important;
    text-align: justify;
    padding: 10px;
  }

  /*****************************/





/* ----------------------- */
/* ------ SELECTOR ------- */
/* ----------------------- */

  .searchfabricantestyle , .searchdispositivostyle {
    text-align:center;
    /*display: grid !important;*/
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #666666;
    border-radius:5px;
  }
  .divdispositivostyle {margin: 0 auto;}

  .elsmeusli {
    background-color: #eee;
    border-bottom-style: groove !important;
    margin-bottom: 0 !important;
    transition: 0.05s;
    padding-left: 10px !important;
  }
  .elsmeusli:hover {background-color: #2983C6;}
  .elsmeusli > a {
    padding-left: 12px;
    display: block;
    background-color: #eee;
    border-bottom-style: groove !important;
    color: #443F3F !important;
  }
  .elsmeusli > a:hover {color: white !important;}

  .selected , .selected:hover{
    background-color: #F4C017;
    color: #666666;
  }


  .searchbrandstyle {
    /*margin-left:auto;
    margin-right:auto;
    padding: 5px;
    */
    /*margin: 0 auto;
    display: inline-block !important:;*/
    width: 480px !important;
    max-width: 95% !important;
    margin: 0 auto !important;
    /*max-width: 480px;
    padding: 10px;*/
  }

  .searchmodelstyle {
    /*margin-left:auto;
    margin-right:auto;
    padding: 5px;
    */
    /*margin: 0 auto;
    display: inline-block !important:;*/
    width: 480px !important;
    max-width: 95% !important;
    margin: 0 auto !important;
    /*max-width: 480px;
    padding: 10px;*/
  }

  .sizeFlecha {
    display: block;
    /*text-align: center;*/
    float: right;
  }
  #selectorLista, #filtrodivdispositivo {
    display: none;
    padding: 5px;
    width: 280px !important;
    max-width: 95% !important;
    margin: 0 auto !important;
  }

  #filtrolist, #brand, #model, #seleccionarMarca, #seleccionarModelo {

    padding: 5px;
    width: 280px !important;
    max-width: 95% !important;
    margin: 0 auto !important;
  }

  #seleccionarModelo  {display: none; padding: 5px;}
  #seleccionarMarca, #seleccionarModelo {
    margin-bottom: 8px;
    text-align: center;
  }

  @media (max-width: 767px) {
    .sizeFlecha {font-size: 26px; float: right;}
  }


/* ----------------------- */
/* ----- BUTTONPLAY ------ */
/* ----------------------- */

  /* Version OLD */

    a.oldbuttonplay {
      color: #666666 !important;
      padding: 10px 20px;
      display: table;
      border-radius: 4px;
    }

    a.oldbuttonplay.green {background-color: #53E336;}
    a.oldbuttonplay.green:hover {background-color: #61FF3D;}
    a.oldbuttonplay.blue {background-color: #3498DB;}
    a.oldbuttonplay.blue:hover {background-color: #3CB0FD;}
    a.oldbuttonplay.orange {background-color: #FF8621;}
    a.oldbuttonplay.orange:hover {background-color: #FF9100;}
    a.oldbuttonplay.yellow {background-color: #FFF200;}
    a.oldbuttonplay.yellow:hover {background-color: #FFF787;}
    a.oldbuttonplay.purple {background-color: #C24BA4;}
    a.oldbuttonplay.purple:hover {background-color: #FF54FF;}

  /* Version NEW */

    input.buttonplay {
      text-shadow: none;
      border-radius: 4px;
      border: none;
      font-size: 20px;
      font-family: inherit;
      padding: 10px 20px;
      white-space: normal;
      word-wrap: break-word;
      outline: none;
      display: block;
      margin: 0 auto;
      color: white;
      box-shadow: none;
    }
    input.buttonplay:hover {
      box-shadow: none;
    }

    p > a > .buttonplay {
      margin: 0 0 0.5em;
    }
    p > a:last-child > .buttonplay {
      margin: 0;
    }

    input[class="buttonplay"] {color: #666666;}
    .buttonplay.blue {background-color: #2983C6;}
    .buttonplay.blue:hover {background-color: #69A8D7;}
    .buttonplay.green {background-color: #119138;}
    .buttonplay.green:hover {background-color: #58B274;}
    .buttonplay.orange {background-color: #FF8621;}
    .buttonplay.orange:hover {background-color: #FFAA64;}
    .buttonplay.yellow {background-color: #F4C017;}
    .buttonplay.yellow:hover {background-color: #F7D35D;}
    .buttonplay.red{background-color: #E31C20;}
    .buttonplay.red:hover{background-color: #EB6063;}
    .buttonplay.purple {background-color: #C24BA4;}
    .buttonplay.purple:hover {background-color: #D481BF;}

  /* --- Plantilla Buttonplay --- */
    /*
      .buttonplay.__color__ {
        background-color: #__medio__;
        background-image: linear-gradient(to bottom, #__medio__, #__oscuro__);
      }

      .buttonplay.__color__:hover {
        background-color: #__claro__;
        background-image: linear-gradient(to bottom, #__claro__, #__medio__);
      }
    */

  /* Excepcion para los recursos */
    #available-resources p {margin:0;}
    #available-resources p > a > .buttonplay {margin: 0 auto 0.5em;}
    #available-resources p > a:last-child > .buttonplay {margin: 0 auto;}

h1 {
    font-size: 28px !important;
    line-height: 28px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


h2 {
    font-size: 24px !important;
    line-height: 24px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


h3 {
    font-size: 20px !important;
    line-height: 20px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    font-size: 16px !important;
    line-height: 16px;
    font-family: 'Roboto','Helvetica','Arial',sans-serif;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

ul, ol {
    font-size: 14px;
    line-height: 30px;
}

.arrow-down-spinner {
  display: inline-block !important;
  background-color: #2196F3 !important;
  color: #fff !important;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px !important;
}

.material-icons {
    font-size: 35px;
    vertical-align: middle;
    margin-left: -40px;
    color: #fff;
  }





/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px){
  .background-blue {
    background-color: #2196F3 !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-blue-dark {
    background-color: blue !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-green {
    background-color: green !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-orange {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-red {
    background-color: red !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-yellow {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    /*position: absolute;*/
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .centered-button {
  display: inline-block;
  }

   #filtrolist {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }
  #filtrodispositivo {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }

  .input-selector-width{
    margin: 0 auto;
    overflow: auto;
    display: inline-block !important:;
    width: 280px !important;
    max-width: 95% !important;
    padding: 5px;
    list-style-type: none;

  }

}

/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px){
  .background-blue {
    background-color: #2196F3 !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-blue-dark {
    background-color: blue !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-green {
    background-color: green !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-orange {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-red {
    background-color: red !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

  .background-yellow {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 480px;
    max-width: 95%;
    position: absolute;
    bottom: 0;
    left: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
  }

#filtrolist {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }
  #filtrodispositivo {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }

  .input-selector-width{
    margin: 0 auto;
    overflow: auto;

    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px){

  .background-blue {
    background-color: #2196F3 !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .background-blue-dark {
    background-color: blue !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .background-green {
    background-color: green !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .background-orange {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .background-red {
    background-color: red !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .background-yellow {
    background-color: orange !important;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border-radius: 5px;
    text-transform: uppercase;
  }

   .centered-button {
  /*display: inline-block;*/
  width: 100%;
  }

#filtrolist {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }
  #filtrodispositivo {
    margin: 0 auto;
    overflow: scroll;
    height: 200px;
    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }

  .input-selector-width{
    margin: 0 auto;
    overflow: auto;

    width: 100%;
    max-width: 480px;
    padding: 10px;

    list-style-type: none;

  }

}








.mdl-layout__content {
  background-color: #eee !important;
}

.background-title {
    background-color: rgba(0,0,125,0.5);
    width: 100%;
    padding: 0;
    margin: 0 auto;
    padding: 10;
}





.demo-card-wide.mdl-card {
  width: 512px;
}
.demo-card-wide > .mdl-card__title {
  color: #fff;
  height: 176px;
  background: url('../assets/demos/welcome_card.jpg') center / cover;
}
.demo-card-wide > .mdl-card__menu {
  color: #fff;
}

.mdl-grid .content-max-width {
    /*padding: 10px 0;*/
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}


h2.home-slogan-title {
          /*font-family: "Allerta Stencil";*/
          font-size: 48px;
          font-style: normal;
          font-variant: norma;
          font-weight: 50;
          line-height: 60px;

    }
  h2.home-slogan-description {

        font-size: 24px;
        font-style: italic;
        font-variant: normal;
        font-weight: 300 !important;
        line-height: 32px !important;
        padding-top: 16px;

    }

.text-white {
  color: white;
}

.demo-blog--blogpost .demo-blog__posts > .mdl-card .mdl-card__media-portfolio
{

  max-height: 150px;
}





/* ----------------------- */
/* ------- SIDEBAR ------- */
/* ----------------------- */

  #sidebar {
    float: left;
    width: 300px;
    text-align: center;
    margin: 8px;
    margin-right: 20px;
  }
  .sidebar-section {
    margin-top: 50px;
  }
  .sidebar-section-title {
    font-size: 42px;
    color: #666666;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
  }
  .loop-article {
    margin-bottom: 48px;
  }
  .loop-article-title {
    margin-top: 12px;
    color: #2983C6;
    font-size: 20px;
  }
  .loop-article-excerpt {
    text-align: justify;
    font-size: 14px;
    margin: 0;
  }

  /* .loop-article-footer min-height on index loop*/

/*  @media (max-width: 688px) {
/*  @media (max-width: 900px) {
    #sidebar {
      float: right;
      width: 100%;
      margin: 50px auto 0;
    }
  }*/


.content-area {
  /*float: left !important;*/
  display: grid;
}

.black {
  color: black;
}

.nav-links{
  display: flex;
  margin-left: 50px;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-color-blue {
    color: #2196F3 !important;
}

.text-color-green {
    color: green !important;
}

.text-color-orange {
    color: orange !important;
}

.text-color-red {
    color: red !important;
}

.text-color-yellow {
    color: yellow !important;
}


.blue {
    background-color: #2196F3 !important;
}

.green {
    background-color: green !important;
}

.orange {
    background-color: orange !important;
}

.red {
    background-color: red !important;
}

.yellow {
    background-color: yellow !important;
}




.foo {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
}



.custom-background-blue {
    background-color: #2196F3;
    padding: 5px;
  }

  .custom-background-green {
    background-color: green;
    padding: 5px;
  }

  .custom-background-orange{
    background-color: orange;
    padding: 5px;
  }

  .custom-background-yellow {
    background-color: yellow;
    padding: 5px;
  }

  .mdl-layout {
    height: auto !important;
  }

  .mdl-layout .mdl-js-layout {
    height: auto !important;
  }
#footer {
  background-color: indigo !important;
  color: white !important;
}

.center-item {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    display: block !important;
}
