@media screen and (max-width: 767px) {
  #wrapper {
    margin: 0 !important;
    width: auto !important;
  }
}

@media screen and (max-width: 1194px) {
  #wrapper {
    margin: 0 !important;
    width: auto !important;
  }
}


/* pure-hidden-xs */

@media screen and (max-width:567px) {
  .pure-visible-sm {
    display: none
  }
  .pure-visible-md {
    display: none
  }
  .pure-visible-lg {
    display: none
  }
  .pure-visible-xl {
    display: none
  }
  .pure-hidden-xs {
    display: none
  }
}


/* pure-hidden-sm */

@media screen and (min-width:568px) and (max-width:767px) {
  .pure-visible-xs {
    display: none
  }
  .pure-visible-md {
    display: none
  }
  .pure-visible-lg {
    display: none
  }
  .pure-visible-xl {
    display: none
  }
  .pure-hidden-sm {
    display: none
  }
  .flex-control-nav {
    top: 120%;
  }
}


/* pure-hidden-md */

@media screen and (min-width:768px) and (max-width:1023px) {
  .pure-visible-xs {
    display: none
  }
  .pure-visible-sm {
    display: none
  }
  .pure-visible-lg {
    display: none
  }
  .pure-visible-xl {
    display: none
  }
  .pure-hidden-md {
    display: none
  }
  .flex-control-nav {
    top: 130%;
  }
  .tag-header {
    font-size: 32px !important;
  }
  .tag-body {
    font-size: 15px !important;
  }
  .tag-cta {
    font-size: 12px !important;
  }
  /*#top-banner {
        margin-top: -231px;
        height: 286px;
    }
    .main-navbar {
        margin-top: 143px;
    }*/
}


/* pure-hidden-lg */

@media screen and (min-width:1024px) and (max-width:1279px) {
  .pure-visible-xs {
    display: none
  }
  .pure-visible-sm {
    display: none
  }
  .pure-visible-md {
    display: none
  }
  .pure-visible-xl {
    display: none
  }
  .pure-hidden-lg {
    display: none
  }
  .flex-control-nav {
    top: 160%;
  }
  /*#top-banner {
        margin-top: -231px;
        height: 230px;
    }
    .main-navbar {
        margin-top: 143px;
    }*/
  /*.main-navbar {
      background: #000;
height: 87px;
margin: 0 -9999px;
padding: 0 9999px;
width: 100%;
    }*/
}


/* pure-hidden-xl */

@media screen and (min-width:1280px) {
  .pure-visible-xs {
    display: none
  }
  .pure-visible-sm {
    display: none
  }
  .pure-visible-md {
    display: none
  }
  .pure-visible-lg {
    display: none
  }
  .pure-hidden-xl {
    display: none
  }
  .flex-control-nav {
    top: 180%;
  }
  /*#top-banner {
        margin-top: -231px;
        height: 230px;
    }
    .main-navbar {
        margin-top: 143px;
    }*/
}


/*specific*/

.forIE {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nonIE {
    display: none;
  }
  .forIE {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    /*background: #000;
    background-image: -moz-linear-gradient(top, #fee9ab, #ae8749);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fee9ab), color-stop(1, #ce9047));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee9ab', EndColorStr='#ae8749');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee9ab', EndColorStr='#ae8749')";*/
  }
  .main-navbar {
    height: 50px;
    margin-top: -10px;
    background: black;
    width: 100%;
  }
  .mobile-menu, #logo {
    padding-top: 4px;
  }
  .logoB {
    width: 60% !important;
    padding: 0 20% !important;
  }
  #footer .footer-terms {
    background: transparent;
  }
  .pure-container {
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  body {
    background: #000;
    /*background-image: -moz-linear-gradient(top, #fee9ab, #ae8749);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fee9ab), color-stop(1, #ce9047));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee9ab', EndColorStr='#ae8749');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fee9ab', EndColorStr='#ae8749')";*/
  }
  #slider_parent {
    opacity: 0;
  }
  video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 150%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
  }
  .main-navbar {
    background: #000;
    margin: 0 -9999px;
    padding: 0 9999px;
    width: 100%;
  }
  .logoB {
    opacity: 0;
  }
  /*body {
    background: #cca25e url('../images/bg-manray.gif?$staticlink$') repeat-y;
    background-size: 100%;
    background-position: -150px 0px;
    -webkit-animation: 60s linear 0s normal none infinite animate;
    -moz-animation: 60s linear 0s normal none infinite animate;
    -ms-animation: 60s linear 0s normal none infinite animate;
    -o-animation: 60s linear 0s normal none infinite animate;
    animation: 60s linear 0s normal none infinite animate;
  }
  @-webkit-keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 1565px;
    }
  }
  @-moz-keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 1565px;
    }
  }
  @-ms-keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 1565px;
    }
  }
  @-o-keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 1565px;
    }
  }
  @keyframes animate {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 0 1565px;
    }
  }*/
}

@media screen and (min-width:1194px) {
  .main-navbar {
    height: 87px;
  }
}

@media screen and (min-width:768px) and (max-width:1194px) {
  .main-navbar {
    height: 57px;
    left: 21px;
    top: 0;
  }
  #header {
    margin-top: 0;
  }
  #navigation .navigation-header {
    cursor: pointer;
    font-family: "HelveticaNeueW01-45Ligh";
    font-size: .9em;
    font-weight: 400;
    left: -40px;
    position: relative;
    text-transform: uppercase;
    top: 30px;
    width: 52px;
    z-index: 10000;
  }
  .show-on-mobile.navigation-header {
    display: block!important;
  }
}

#footer .footersearch .searchButton {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

svg.search-icon {
  background: transparent;
}

#footer .footersearch .searchTextbox {
  background: #fff 0 0;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 1.2em;
}

#footer span.holdfootsearch span.search-input input.searchTextbox {
  border-width: 1px;
}

#footer .footersearch .arrow-search, span.holdfootsearch span.search-input {
  border: none;
}

#footer .search-box {
  display: none;
}


/*specific */

.logoB {
  position: absolute;
  width: 100%;
  top: 33%;
  padding: 0 29%;
  z-index: 5;
}

.flyout {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
  width: 189px;
}

.flyoutm {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 130px;
}

.flyout a:hover {
  color: ##777;
}

.MBcopy1a {
  display: none;
}

.copy1 .mtag-body{
  padding: 0 4%;
}

.copyMB1 .mtag-body{
  padding: 0 4%;
}

/*end specific*/

div[class*="flexslider"] {
  /*background: none;*/
}


/*.hp1_b, .hp1_c, .hp1_d {
  display: none;
}*/

.hp1_a {
  display: block;
}

.flex-control-nav {
  z-index: 10;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 80px;
  margin-left: -40px;
  top: 2%;
}

.flex-direction-nav, .flex-prev {
  display: none;
}

.flex-control-paging li a {
  height: 9px;
  width: 9px;
  background: rgba(255, 255, 255, 0.4);
}

.flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 1.0);
}

.flex-active {
  box-shadow: none;
}

ul {
  padding: 0;
  margin: 0
}

.loading #container {
  opacity: 0;
}

.loading:before {
  content: 'LOADING';
  display: block;
  margin: 100px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  opacity: 0.3;
}

img {
  padding: 0;
  margin: 0;
}


/*.menu-wrapper {
    opacity: .8;
}*/

.menu-category .html-slot-container {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .pure-container {
    margin-top: -7%;
  }
  #logo {
    position: absolute;
    z-index: 100;
  }
}

@media screen and (min-width:768px) {
  .pure-container {
    margin-top: -3%;
  }
}

.tag-container {
  letter-spacing: normal;
  z-index: 10;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
}

.tag-container img {
  margin: auto;
  width: 60%;
  display: block;
  padding-left: 50px;
}

.mtag-container img {
  margin: auto;
  width: 80%;
  display: block;
  padding-left: 10%;
}

.slot2m {
  min-height: 490px;
}

.MBcopy1 {
  min-width: 200px;
  margin-top: -20px;
}





.mtag-container {
  top: 0;
  padding: 5px 0 10px 0;
  text-align: center;
  letter-spacing: normal;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
}

.mtag-header, .mtag-body, .mtag-cta {
  letter-spacing: normal;
}



.mtag-header {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 27px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.copyMB4 .mtag-header {
  padding: 0 0 10px;
  color: black;
}

.mtag-header2 {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 27px;
}

.mtag-body {
  font-size: 15px;
}

.mtag-cta {
  font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: black;
  font-weight: 100;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 10px 0 0;
  cursor: pointer;
  letter-spacing: normal;
  border: 1px solid black;
}

.copyMB1 .mtag-cta {
  width: 33%;
}

.copyMB4 .mtag-cta {
  width: 50%;
  margin: auto;
}

.tag-note {
  font-size: 18px;
  color: white;
}

.mtag-note {
  font-size: 15px;
  color: white;
}

.bold-text {
  font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
  color: black;
  font-size: 15px;
  padding-top: 10px;
}

.white-background {
  background: white;
}

.tag-header {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}

.copy1a .tag-header {
  padding-top: 4px;
}

.tag-header2 {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}

.tag-header3 {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 45px;
  line-height: 40px;
  letter-spacing: normal;
}

.tag-header4 {
  font-family: 'HelveticaNeueW01-UltLt', Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}

a .copy1 .tag-container, .copy3 .tag-header3, copy5-2 .tag-header3 {
  color: black;
}

.copy4 .tag-header3 {
  color: black;
}

.tag-body {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  font-size: 22px;
  line-height: 25px;
}

.tag-body-top {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 7px;
}

.tag-body-fn {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  font-size: 31px;
  line-height: 30px;
}

.tag-cta {
  font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: black;
  font-weight: 100;
  line-height: 35px;
  display: inline-block;
  text-transform: uppercase;
  /*background-image: -moz-linear-gradient(top, #d0a664, #8c6832);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0a664), color-stop(1, #8c6832));
  background-color: #d0a664;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0a664', EndColorStr='#8c6832');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d0a664', EndColorStr='#8c6832')";*/
  padding: 0 15px;
  margin: 10px 0 0;
  cursor: pointer;
  letter-spacing: normal;
  border: 1px solid black;
}

.tag-cta:hover {
  color: #fff;
  background-color: #000;
  /*background-image: -moz-linear-gradient(top, #8c6832, #61451b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c6832), color-stop(1, #61451b));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8c6832', EndColorStr='#61451b');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8c6832', EndColorStr='#61451b')";*/
}

#copy0 {
  position: absolute;
  top: 24%;
  padding-left: 15px;
  /*text-align: center;*/
  opacity: 1;
  width: 100%;
  color: white;
}

.error {
  color: white !important;
  padding-left: 5px;
}

#copy0 .tag-header {
  font-size: 26px;
  line-height: 25px;
  text-transform: uppercase;
}

#copy0 .tag-body {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
  font-size: 15px;
}

#copy0 .tag-cta {
  font-family: "HelveticaNeueW01-75Bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
  padding-top: 14px;
}

#submit-button {
  border: solid 1px #ccc;
  text-size: 12px;
  color: #666;
  background-color: white;
  padding: 6px 18px;
}

input[type=email] {
  padding: 7px 7px;
  border-radius: 0;
  color: black !important;
}

.emailfield {
  width: 59%;
  text-align: right;
}

.emailbutton {
  text-align: left;
  padding-left: 4px;
}

.copy1 {
    position: absolute;
    text-align: center;
    top: 3%;
    width: 100%;
    color: black;
}


.copy1 .tag-cta {
  border: 1 solid black;
  display: inline-block;
}

.copy1 .tag-container {
  /*position: absolute;*/
  text-align: center;
  width: 100%;
}

.copy1 .cta-container {
  letter-spacing: normal;
}

.prelative {
  position: relative;
}

.display-block {
  display: block !important;
}

#copy-centered {
  position: absolute;
  text-align: center;
  width: 100%;
  text-align: center;
  top: 27.8%;
}

.copy2 .tag-container, #copy3 .tag-container {
  color: white;
  text-align: center;
}

.copy2, .MBcopy2 {
  position: absolute;
  text-align: center;
  width: 100%;
  text-align: center;
  top: 2%;
  opacity: 0;
  z-index: 2;
}

.slot2 {
  margin-top: 1.5%;
}

.black {
  color: black !important;
}

.copy3.tag-body, .copy2.tag-cta, .copy3.tag-cta {
  padding-top: 5px;
}

.copyMB a {
  height: 240px;
  width: 100%;
  left: 0%;
  text-align: center;
  color: white;
  background: transparent;
  /*position: absolute;*/
}

.copyMB0 {
  position: absolute;
  top: -4px;
}

.copyMB1 {
  position: absolute;
min-width: 200px;
top: 10%;
left: 0;
color: black;
}

.copyMB5 {
  position: absolute;
  width: 100%;
  bottom: 25%;
  text-align: center;
  z-index: 10;
}

.copyMB1 a, .copyMB5 a {
  color: white;
}

@media screen and (max-width: 767px) {
  #wrapper, .inside-inner-wrapper {
    margin: 0;
  }
}

.padding-5 {
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase;
}

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

.div-center {
  margin: 0 auto;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

#bootstrap-styles #big-video-vid.vjs-error {
  display: none !important;
}

#bootstrap-styles a:hover, #bootstrap-styles a:focus {
  text-decoration: none;
}

.film-frame, #page-2426 {
  height: 720px !important;
  width: 1280px !important;
  margin: auto;
}

#arrow-down1 {
  margin-top: 20px;
}

.black_background {
  background: #000;
}

.vjs-control-bar {
  display: none;
}

@media (max-width:320px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 320px !important;
  }
  .pure-container {
    max-width: 320px;
  }
}

@media (min-width:321px) and (max-width:360px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 360px !important;
  }
  .pure-container {
    max-width: 321px;
  }
}

@media (min-width:361px) and (max-width:375px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 355px !important;
  }
  .pure-container {
    max-width: 375px;
  }
}

@media (min-width:376px) and (max-width:411px) {
  .film-frame, .watch-film01, .vjs-tech {
    max-height: 411px !important;
  }
  .pure-container {
    max-width: 411px;
  }
}

@media (min-width:412px) and (max-width:414px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 464px !important;
  }
  .pure-container {
    max-width: 414px;
  }
}

@media (min-width:415px) and (max-width:435px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 500px !important;
  }
  .pure-container {
    max-width: 435px;
  }
}

@media (min-width:483px) {
  .film-frame, .watch-film01, .vjs-tech {
    height: 720px !important;
  }
}

#big-video-vid {
  position: absolute;
  top: 0px !important;
}

.mfp-iframe {
  max-width: 1280px !important;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
