@font-face {
    src: url('assets/fonts/lato.ttf');
    font-family: lato;
}
@font-face {
    src: url('assets/fonts/lato-black.ttf');
    font-family: lato-black;
}
@font-face {
    src: url('assets/fonts/lato-italic.ttf');
    font-family: lato-italic;
}
@font-face {
    src: url('assets/fonts/libre-baskerville/LibreBaskerville-Bold.otf');
    font-family: LibreBaskerville;
}
@font-face {
    src: url('assets/fonts/oswald/Oswald-Bold.ttf');
    font-family: oswald;
}
@font-face {
    font-family: SweetSansPro-Heavy;
    src: url("assets/fonts/SweetSansPro-Heavy.otf") format("opentype");
}
/* @font-face {
    src: url('assets/fonts/boycott.ttf');
    font-family: oswald;
} */
body {
    margin:0;
    padding:0;
    font-family: lato;
    color: #6a6a6a;
}
.master_bottle h1 {
    text-align: center;
}
.master_bottle h1 img {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
 }
 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
 .vimeo-wrapper iframe.desktop { 
    display: block;
}
 .vimeo-wrapper iframe.mobile { 
     display: none;
 }

 .video-desktop { 
    display: block;
}
.video-mobile { 
    display: none;
}
.overlay-image  {
    display: none;
}
* {
    box-sizing: border-box;
}
ul {
    padding-left: 0;
}
.clear {
    clear: both;
}
section, footer {
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}
.container {
    max-width: 1180px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.small-container {
    max-width: 660px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.medium-container {
    max-width: 840px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}
.logo {
    float: left;
    padding: 8px 0 0;
}
.logo a {
    display: block;
}
.nav {
    float: right;
}
.nav ul {
    margin:0;
    display: block;
}
.nav li {
    display: inline-block;
}
.nav li a {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    line-height: 2.13;
    text-align: center;
    color: #fbfafa;
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.nav i{
    color: #fff;
    display: none;
}
/* Top Banner section */
.top_banner {
    /* background: url('assets/videos/video1.gif'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
video.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.hero_text {
    width: 840px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
}
.mobile_only {
    display: none !important;
}
/* Hand Built in Texas Section */
.handbuilt {
    background: url(assets/images/bottle_ranch.png);
    background-repeat: no-repeat;
    background-position: top -250px center;
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
    text-align: center;
}
.handbuilt h2 {
    text-align: center;
    color: #fff;
    font-family: SweetSansPro-Heavy;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 10px;
}
.handbuilt h3 {
    text-align: center;
    color: #fff;
    font-family: SweetSansPro-Heavy;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    letter-spacing: 10px;
}
/* intro section */
.intro_section {
    background: #f2f2f2;
    padding: 70px 0 50px;
}
.intro_section h3, .intro_section .intro-subtext, .intro_section .intro-aftersubtext {
    font-family: LibreBaskerville;
}
.intro_section h3 {
    font-size: 30px;
}
.intro_section .intro-aftersubtext { 
    font-size: 12px;
}
.intro_section .medium-container {
    background: url(assets/images/Bare-Bone-Skull-Light.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 130%;
}
.intro_right_text {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding-left: 30px;
    min-height: 530px;
}
/* Build from the ground section */
.build_form_ground {
    padding: 70px 0;
}
.section_text {
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.13;
    letter-spacing: normal;
    text-align: center;
    color: #6a6a6a;
}
.intromaster_bottle {
    float: left;
    max-width: 300px;
    width: 100%;
    padding-right: 0;
}
/* no build */
.no_build {
    padding: 50px 0;
    position: relative;
}
.no_build_bg:after {
    top: -20px;
    left: 0;
    position: absolute;
    content: "";
    background: url(assets/images/skull_roundel.png);
    height: 590px;
    width: 630px;
    background-size: contain;
}
.left_featured_text {
    float: left;
    width: 50%;
    padding-right: 10px;
    font-family: Oswald;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: left;
    color: #783f30;
}
.right_featured_text {
    float: right;
    width: 50%;
    padding-left: 10px;
    font-family: Lato;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    letter-spacing: 0px;
    text-align: left;
    color: #6a6a6a;
}
.glutin_free {
    font-family: oswald;
font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: 0.9px;
  color: #808080;
}
.glutin_free p {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.glutin_free img {
    margin: 0 20px;
}
.border_image_left, .border_image_right {
    height: 3px;
    background: #7A7575;
    width: 40%;
    top: -50px;
    position: relative;
}   
.border_image_right {
    float: right;
}
.icon_heading img {
    z-index: 99999;
    position: relative;
}
/*Featured Images Section*/
.featured_images {
    background: url(assets/images/age_gate.png);
    overflow: hidden;
    background-position :center center ;
    background-size: cover;
    padding: 100px 0;
}
.featured_box_text {
    line-height: 28px;
}
.single_featured_box {
    float: left;
    width: 50%;
    min-height: 420px;
    background-position: center left !important;
    background-size: cover !important;
}
.single_featured_box img {
    display: block;
}
.roundel_image {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999999;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.box_with_text {
    background: #000; 
    color: #fff; 
    padding: 50px 90px 0;
}
.featured_1 {
    background: url('assets/images/updated/barebone_surfboard_truck.png');
}
.featured_1_desktop {
    background: url('assets/images/updated/text-bg.png');
}
.featured_2 {
    background: url('assets/images/updated/biker.png');
}
.featured_3 {
    background: url('assets/images/updated/barebone_surfboard_truck.png');
}
.featured_4 {
    background: url('assets/images/updated/guitar.png');
}
/* Footer */
.footer {
  width: 100%;
  padding: 70px 0 40px;
  background-color: #3b3a3a;
  text-align: center;
  color: #fff;
}
.social_icons {
    padding-bottom: 50px;
}
.social_icons li {
    display: inline-block;
    padding: 0 7px;
}
.icon {
    width: 49px;
    height: 49px;
    object-fit: contain;
}
.footer_logo {
    padding-bottom: 40px;
}
.Back-Yard-Spirits {
    width: 225px;
    height: 93px;
    object-fit: contain;
}
.footer_text p {
    font-family: Lato;
    font-size: 16px;
    line-height: 20px;
    color: #c6c4c4;
  }
  #btmTotop {
    position: fixed;
    bottom: -45px;
    right: 20px;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.7);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}
#btmTotop:hover {
    height: 50px;
    transition: all .5s;
    color: rgba(255,255,255,.9);
    background: rgba(0,0,0,.9)
}
.ageGate {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('assets/images/age_gate.png');
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}
.age_gate_container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    color : #fff;
    width: 100%;
}
.form_section {
    text-align: center;
    background: rgba(0,0,0,.5);
    padding: 30px;
}
.actionButtons {
    padding: 30px 0;
    display: block;
}
div#buttonYes {
    cursor: pointer;
    float: left;
    width: 100px;
    text-align: center;
    border: 1px solid #783F30;
    padding: 10px;
}
div#buttonNo {
    cursor: pointer;
    float: right;
    width: 100px;
    text-align: center;
    border: 1px solid #783F30;
    padding: 10px;
}
#remember_checkbox {
    padding: 0;
    position: relative;
    top: 3px;
    left: 4px;
}
.age_gate_social_icons {
    text-align: center;
}
.age_gate_social_icons li {
    display: inline-block;
    padding: 10px;
}

/* Grid */
.grid-col-3 {
    max-width: 25%;
    width: 100%;
    float: left;
}
.grid-col-3 img {
    width: 100%;
    display: block;
}