* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 1em;
  }
body {
  -webkit-font-feature-settings: 'liga', 'onum';
  -moz-font-feature-settings: 'liga', 'onum';
}

img, video, object {
  max-width: 100%;
  width: auto;
  height: auto;
  }
iframe {
  width: 100%;
  }
a {
  -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
  }
::-moz-selection {
  color: #E2002B;
  background: #CBCCCD;
  }
::selection {
  color: #E2002B;
  background: #CBCCCD;
  }

/* T3 Maps plugin responsive */
.inner_cbQuickGoogleMap {
  width: 100% !important;
  }
  
.cbQuickGoogleMap img {
  max-width: none;
  }
  
.tx-wecmap-map {
  width: 100% !important;
  }
  

.video-js {
  width: 100% !important;
  height: auto !important;
  padding-top: 57.25% !important; /* video ratio! */
  padding-top: 80% !important; /* video ratio! */
  }
  .video-js.vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -2em;
    margin-top: -1.6em;
    }
  
  
@media (max-width: 400px) {
  /* IE10/11 */
  @-ms-viewport {
    width: device-width;
    }
  @viewport {
    width: device-width;
    }
}