/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body, html {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #c5b358;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fff;
    text-decoration:none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    letter-spacing: 10px;
}

.gold {
    color: #c5b358;
}

@media(min-width:768px) {
    .v-center {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform:translateY(-50%);
          transform: translateY(-50%);
    }


    .h-center {
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -webkit-transform:translateX(-50%);
          transform: translateX(-50%);
    }
    
    .Absolute-Center {
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
    }

    
}

.div-rel {
    position: relative;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}


.btn-xl {
    padding: 10px 40px;
    border: 2px #c5b358 solid;
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #c5b358;
    background-color:transparent;
    border-radius: 0px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn-xl.smaller {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 14px;
}

.shop-btn {
    position: relative;
    padding-left: 60px;
}

.shop-btn i {
    font-size: 35px;
    position: absolute;
    left:15px;
    top:3px;
}

.down-arrow {
    position: absolute;
    bottom: -30px;
    left:50%;
    font-size: 5em;
    color: white;
    z-index: 10;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform: translateX(-50%);
}
    
@media(min-width:768px) {
    .down-arrow {
      bottom:0px;
    }
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #c5b358;
    background-color: rgba(255,255,255,0.8);
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: rgba(255,255,255,0.95);
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #fed136;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #c5b358;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #b7b7b7;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #b7b7b7;
    background-color: transparent;
}



@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
        background-color: rgba(255,255,255,0.95);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
    .navbar-default.navbar-shrink .primary-nav {
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center!important;
    }
    
    .everything {
       position:absolute!important; 
       left:10px;
    }
    
    .navbar-default .product-nav {
        position: absolute;
        top:60px;
        left:0;
        width: 100%;
        z-index: 2;
        text-align: center;
    }
    
    .product-nav-border {
        position: absolute;
        top:70px;
        left:0;
        width: 100%;
        height: 30px;
        text-align: center;
        border-top: 1px #eee solid;
        border-bottom: 1px #eee solid;
        background: rgba(255,255,255,0.85);
    }
    
     .navbar-default .product-nav li {
       float: none;
       display: inline-block;
    }
      
    
    .navbar-default .product-nav li a {
        padding: 4px 10px;
        color: #000;
        font-size: 0.8em;
        letter-spacing: 2.5px;
        border: 1px rgba(255,255,255,0) solid;
    }
    
    .navbar-default .product-nav li a span{
      font-size: 1.3em;   
    }
    
    
}

.navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    position: relative;
    z-index: 3;
}

.navbar-brand img {
    max-height: 40px;
    padding-left: 10px;
    padding-top: 10px;
}


@media (min-width: 768px) {
    .navbar-brand img {
        max-height: 50px;
        padding-top: 0px;
    }
    .primary-nav {
        position: absolute;
        left: 0;
        top: 20px;
        width: 100%;
        font-size: 1.2em;
        text-align: center!important;
         -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
     .primary-nav li{
         float: none;
         display: inline-block;
     }
    
    
}

.dropdown i {
  display:none;
}
/* MEGA MENU STYLE
********************************/
@media (min-width: 768px) {
    
    
    .dropdown {
        position:static;
    }
    
    .dropdown i {
        display:inline-block;
        margin-left: 10px;
    }

    .nav>li {
        position: static;
    }

    .mega-menu {
      padding: 10px 0px ! important;
      width: 100%;
      border-radius: 0;
      margin-top: 0px;
      top:30px;
      border:none;
      box-shadow: none;
    }

    .mega-menu li {
      display: inline-block;
      float: left;
      font-size: 0.94rem;
      padding: 3px 0px;
    }

    .mega-menu li.mega-menu-column {
      margin-right: 20px;
      width: 150px;
    }

    .mega-menu .nav-header {
      padding: 0 !important;
      margin-bottom: 10px;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ddd;
    }

    .mega-menu img {
      padding-bottom: 10px;
    }
    
     
    .mega-menu a, .mega-menu a:hover{
        border: none;
        font-size: 0.8em;
    }
    
    .mega-menu a span{
       display: block;
        border: none;
    }
    
    
    /* Disable Toggle style
    ********************************/
    /* Dropdown Toggle on style */

    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
      background-color: transparent;
      padding: 4px 10px;
      /* Set to inherit when using mouse hover to open dropdown */

      color: inherit;
    }
    /* Toggle off style */

    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav > li.dropdown > a:focus {
      padding: 4px 10px;
      border:1px rgba(255,255,255,0) solid;
      background-color: transparent;
      color: inherit;
    }

    .navbar .nav li.dropdown.open.active:hover .dropdown-toggle, .navbar .nav > li.dropdown:hover a {
        border:1px #eee solid;
        border-bottom: 1px #fff solid;
    }
    
    .navbar .nav > li.dropdown:hover .items a {
        border: 1px rgba(255,255,255,0) solid;
    }

    /* Toggle hover */

    .navbar .nav li.dropdown > .dropdown-toggle:hover,
    .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
      padding: 4px 10px;
      border:1px #eee solid;
      border-bottom: 1px #fff solid;
      background-color: transparent;

    }
    /* Toggle caret*/

    .navbar .nav li.dropdown > .dropdown-toggle .caret {
      border-bottom-color: ;
      border-top-color: ;
    }
    /* Toggle caret hover */

    .navbar .nav li.dropdown > a:hover .caret,
    .navbar .nav li.dropdown > a:focus .caret {
      border-bottom-color: #333;
      border-top-color: #333;
    }
    /* Toggle caret active */

    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
      border-bottom-color: #333;
      border-top-color: #333;
    }

    /* Hover style
    ********************************/

    .navbar .nav > li > a,
    .mega-menu a {
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/

      -webkit-backface-visibility: hidden;
      /* Safari Flicker Fix #2 */

      -webkit-transform: translateZ(0);
    }
}
/****************HEADER**************************/

header {
    text-align: right;
    color: #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #dad7d7 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#dad7d7)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#dad7d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#dad7d7 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#dad7d7 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #ffffff 0%,#dad7d7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dad7d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: relative;
    padding: 50px 0;
}

@media(min-width:768px) {
  header .container {
    min-height: 100vh!important;
  }
    
  header {
     padding: 0px;
  }
}

header:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: 0.4;
}

@media(min-width:768px) {
    header:after {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-attachment: fixed;
        background-image: url(../img/header-bg.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        opacity: 0.4;
    }
}


header .intro-text {
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
    color:#b7b7b7;
    text-align: center;
    position: relative
    tra
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    line-height: 1;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 300;
    
}

header .intro-text .intro-lead-in span{
    color: #c5b358;
}

header .intro-text .intro-lead-in sup {
        font-size: 12px;   
        top:-3em;
}

@media(min-width:768px) {
    
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 200px;
        text-align: right;
        position: absolute;
        right:0;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 300;
        font-size: 75px;
        line-height: 40px;
    }
    
     header .intro-text .intro-lead-in span{
         color: #c5b358;
     }
    
    header .intro-text .intro-lead-in sup {
        font-size: 12px;   
        top:-3em;
    }
    

    header .intro-text .intro-heading {
        margin-bottom: 30px;
        font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 30px;
        font-weight: 100;
    }
}

section {
    padding: 50px 0;
    min-height: 300px;
    position: relative;
}

@media(min-width:768px) {
  section {
     min-height: 100vh;
  }
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

/*----------------ABOUT US-------------------------*/

#aboutus {
    background-image: url(../img/aboutus-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
    #aboutus {
        background-attachment: fixed;
        background-image: url(../img/aboutus-bg.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
}

.about-us-content {
    background: rgba(255,255,255,0.85);
    padding: 30px;
}

/*----------------FEATURED PRODUCT-------------------------*/
#featured {
    min-height: 0;
}

#featured .pdt {
    margin-bottom: 30px;
}

#featured h3 {
  margin-bottom: 50px;   
}
a.product-link {
  text-transform: uppercase;
  color:#868688;
  font-size: 13px;
  letter-spacing: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

a.product-link:hover, a.product-link:active, a.product-link:focus {
  text-transform: uppercase;
  color:#000;
  text-decoration: none!important;
}

.product-link .product-price {
  display: block;
  font-size: 0.8em;
  color:#cac8c8;
  margin-top: 10px;
}

.product-link .mover {
    position: absolute;
    top: 0; 
    left: 0;
    display: none;
}

/*----------------GRID LINKS-------------------------*/
#gridlinks {
    padding: 0;
}

@media(min-width:768px) {
   #gridlinks {
    padding: 0;
   } 
}

#gridlinks .box {
    position: relative;
}

#gridlinks .box:after {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.box .info-block {
    margin: 50px 20px;
    width:90%;
    max-width: 450px;
    border: 1px #fff solid;
    border-top: none;
    padding: 0px;
    color: #fff;
    z-index: 2;
    position: relative;
}


@media(min-width:768px) {
    .box .info-block {
        margin: 0;
        margin-top: -30px;
        position: absolute;
    }
}

.box .info-block .info-content {
   position: relative;
   width: 100%;
   height: 100%;
   padding: 10px;
}

.box .info-block .info-content .topline-left {
    height: 1px;
    border-top: 1px #fff solid;
    width: 32%;
    position: absolute;
    top:0px;
    left:0px;
}

.box .info-block .info-content .topline-right {
    height: 1px;
    border-top: 1px #fff solid;
    width: 32%;
    position: absolute;
    top:0px;
    right:0px;
}


.box .info-block h2 {
    font-weight: 700;
    margin-top: -30px;
}


.box.shop, .box.shop_bottom, .box.vip, .box.contact  {
    min-height: 0px;
    padding: 30px;   
    background: #000;
    z-index: 15;
}


@media(min-width:768px) {
    
    .box.shop, .box.shop_bottom, .box.vip, .box.contact  {
        padding: 0;
    }
    .box.shop {
        min-height: 52vh;   
        background: #000;
    }

    .box.shop_bottom {
        min-height: 35vh;   
        background: #000;
    }

    .box.vip {
        min-height: 35vh;    
        background: #000;
    }

    .box.contact {
        min-height: 52vh;   
        background: #000;
    }
}


.box.shop:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  opacity: 0.7;
  background: url(../img/grid-shop.jpg) no-repeat;;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.box.shop_bottom:after {   
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  opacity: 0.5;
  background: url(../img/grid-shop_bottom.jpg) no-repeat;;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.box.vip:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  opacity: 0.5;
  background: url(../img/grid-vip.jpg) no-repeat;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.box.vip .info-block .info-content .topline-left,
.box.vip .info-block .info-content .topline-right{
    width: 35%;
}



.box.contact:after {  
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  opacity: 0.5;
  background: url(../img/grid-contact.jpg) no-repeat;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.box.contact .info-block .info-content .topline-left,
.box.contact .info-block .info-content .topline-right{
    width: 10%;
}

.box.shop:hover:after, .box.shop_bottom:hover:after, .box.vip:hover:after, .box.contact:hover:after {
    opacity: 0.2;
}


#gridlinks div[class^="col-"],  #gridlinks div[class*="col-"] {
  padding: 0;
  margin: 0;
}


aside.clients img {
    margin: auto auto 20px auto;
}

aside.clients h3 {
    margin-top: 40px;
}

/*----------------- SHOP PAGE-------------------------*/
#shop {
    min-height: 0;
}

#shop .product-link .product-name, #shop .product-link .product-price{
    opacity: 0;
     -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#shop .product-link:hover .product-name, #shop .product-link:hover .product-price{
    opacity: 1;
}

#shop .product-link {
    margin-bottom: 30px;
}

/*----------------- PRODUCT PAGE-------------------------*/

a.color-link {
    display: block;
}

ul.list-inline.available-colors {
  position: relative;
  z-index: 10;
}

ul.list-inline.available-colors li{
  position: relative;
  z-index: 10;
}

#product{
    min-height: 0;
}

#product .product-content hr{
    margin-top: 0;
}

.product-content {
    height: 350px;
    overflow-y: hidden;
    margin-top: 30px;
}

.product-content-inner {
    padding: 10px;
}

#product p, #product h5{
    color:#bcbec0;
}

.current-color {
    font-size: 1.2em;   
}

.product-content h4 {
    margin-top: 25px;
}

.product-content i {
    font-size: 35px;
    display: inline;
    vertical-align: middle;
}

.specifications {
    list-style: none;
    padding: 0px;
}

.specifications li {
    padding: 5px 0px 10px 0px;
    color:#bcbec0;
}

.galleryImage {
    padding: 20px;
    display: block;
}


/*----------------- COLLECTIONS PAGE-------------------------*/
#collections h3 {
    margin-bottom: 45px!important;
}




/*----------------- VIP PAGE-------------------------*/
header.vip {
    background-image: url(../img/vip-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.vip:after{
    background: none;
}


header.vip .intro-text {
    font-size: 0.5em;
    padding: 40px auto;
}

header.vip .intro-heading {
    font-size: 2.5em;
    padding: 0px;
}

header.vip .intro-text-inner{
    padding: 20px;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    width: 80%;
    margin-left: 10%;
    display: block;
    float: none;
}

@media(min-width:768px) {
    
    header.vip {
        background-attachment: fixed;
        background-image: url(../img/vip-bg.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    
    header.vip .container{
      min-height: 100vh!important;   
    }
    
    header.vip .intro-text {
        font-size: 1em;
        padding: 0;
    }
        
    header.vip .intro-text {
        position: absolute;
        right: 0;
    }
    
    header.vip .intro-text-inner{
      padding: 20px;
      background: rgba(0,0,0,0.3);
      color: #ffffff;
      width: 60%;
      display: block;
      float: right;
    }
}

header.vip .intro-lead-in {
    font-size: 4em;
    line-height: 1.2;
}

#whatisvip {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
}

#featured-review {
    min-height: 0;
    padding: 30px;
}

#featured-review .pdt {
    margin-bottom: 30px;
}

#featured-review h3 {
  margin-bottom: 50px;   
}

#stepstojoin {
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 0;
}
#stepstojoin .join-content i {
    font-size: 90px;
}

#stepstojoin .join-content .signup-link {
    color:#333;
}

#stepstojoin p {
   color:#bcbec0;
   margin-bottom:0px;
}

#stepstojoin h3 {
    margin-bottom: 80px;
}

#stepstojoin button {
    margin-top:80px;
}

#stepstojoin .terms {
   margin-top: 20px;   
}

#faq {
    padding: 30px;
    min-height: 0;
    margin-bottom: 30px;
}


#faq h3 {
    margin-bottom: 80px;
}

#faq .panel-body{
     color:#bcbec0!important;
}

#faq .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq .panel h4{
  letter-spacing: 1px;
  text-transform: none;
}
    
#vipform .modal-body {
    max-height: 450px;
    overflow-y: hidden;
}

#vipform label.small {
    font-weight: 400;
    font-size: 0.8em;
}

#vipform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#vipform .form-group {
   margin-bottom: 20px; 
}

#vipform .form-group textarea{
   min-height: 105px; 
}

#vipform .form-control:focus, #vipform .select2-selection.select2-selection--multiple:focus {
   border: 1px solid #c5b358; 
}




.accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:focus{
    color:#c5b358;
}
    
/*----------------- CONTACT PAGE-------------------------*/
header.contactz {
    background-image: url(../img/contact-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header.contactz:after{
    background: none;
}


header.contactz .intro-text {
    font-size: 0.5em;
    padding: 40px auto;
    width: 100%;
}

header.contactz .intro-heading {
    font-size: 2.5em;
    padding: 0px;
}

header.contactz .intro-text-inner{
    padding: 20px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    
    display: block;
    float: none;
}

header.contactz .intro-text .intro-lead-in {
    margin-bottom: 0!important;  
    line-height: 1.2;
}


@media(min-width:768px) {
    
    header.contactz {
        background-attachment: fixed;
        background-image: url(../img/contact-bg.jpg);
        background-position: center center;
        background-repeat: none;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    
    header.contactz .container{
      min-height: 100vh!important;   
    }
    
    header.contactz .intro-text {
        width: 500px;
        font-size: 1em;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    
    header.contactz .intro-text-inner{
      padding: 20px;
      background: rgba(0,0,0,0.7);
      color: #ffffff;
      width: 100%;
      display: block;
    }
}


section#contact-grids {
    padding: 30px 15px 0 15px;
    min-height: 0;
}

#contact-grids  .contact-box  {
    margin-bottom: 30px;
    position: relative;
    height: auto;
}


#contact-grids  .contact-box  .contact-block {
    padding: 15px;
    position: relative;
}

#contact-grids .contact-box.emailus { 
    background: #fafafa;
}

#contact-grids .contact-box.amazon {
    background: #ccc;
}

#contact-grids .contact-box.amazon p span {
    color:#a7984b
}

#contact-grids .contact-box.social {
    color: #ccc;
    background: #222;
}

#contact-grids  .contact-box  .contact-block .fancy {
    font-size: 1.2em;
}

#contact-grids  .contact-box  .contact-block h6 {
    padding: 10px 0 10px 0;
    letter-spacing: 1px;
    line-height: 1.5;
}


#contact-grids  .contact-box  .contact-block a:hover {
    color:#222;
}

#contact-grids  .contact-box  .contact-block .fancy i{
    display: block;
    font-size: 85px;
    margin-bottom: 15px;
}



@media(min-width:768px) {
    
    
    #contact-grids  .contact-box  .contact-block h6 {
        letter-spacing: 10px;
        line-height: 1.2;
    }

    
    #contact-grids  .contact-box  .contact-block .fancy {
        font-size: 1.6em;
    }

    
    #contact-grids  .contact-box  .contact-block {
        padding: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
    
    #contact-grids  .contact-box  {
       margin-bottom: 30px;
       position: relative;
    }
    

   #contact-grids .contact-box.emailus {
        min-height: 532px;   
    }


   #contact-grids .contact-box.amazon {
        min-height: 250px;    
    }

   #contact-grids .contact-box.social {
        min-height: 250px;   
    }
}





footer {
    padding: 0;
    text-align: center;
    background: #272727;
}

footer .light {
    background:#4a4a4a; 
    padding:20px;
    position: relative;
}


footer .light.logo{
   padding-top: 43px; 
    padding-bottom: 30px;
}

footer .light form {
  margin: 27px auto;   
}

footer .light input {
  border:2px #c5b358 solid;
  border-radius: 0;
  background-color: transparent;
  height: 40px;
  color:#fff;
}

button.goldbtn {
  font-size: 1em;
  padding: 10px 20px;
  margin-top: 15px;
  color:#4a4a4a;
  background: #a7984b;
  border:2px #a7984b solid;
  font-weight: 400;
}

button.goldbtn:hover {
  background: #c5b358;
  border:2px #c5b358 solid;
  color:#4a4a4a;
}

button.greybtn {
  font-size: 1em;
  padding: 10px 20px;
  margin-top: 15px;
  color:#4a4a4a;
  background: #aaa;
  border:2px #aaa solid;
  font-weight: 400;
}

button.greybtn:hover {
  background: #ccc;
  border:2px #ccc solid;
  color:#4a4a4a;
}


footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer ul.quicklinks {
    margin: 10px auto;
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 30px;
    font-weight: 300;
    list-style: none;
}

footer ul.quicklinks a{
    color:#808080;
}

footer ul.quicklinks a:hover,footer ul.quicklinks a:focus, footer ul.quicklinks a:active {
    text-decoration: none;
     color:#aeaeae;
}

ul.social-buttons {
    margin-top: 20px;
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #3a3a3a;
    border: #3a3a3a 2px solid;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #c5b358;;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}


::-moz-selection {
    text-shadow: none;
    background: #c5b358;
}

::selection {
    text-shadow: none;
    background: #c5b358;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #c5b358;
}


