
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

body{
  width: 100%;
  overflow-x:hidden;
  font-family:'Open Sans', sans-serif;
}
h1,h2,h3{
  font-family: ZCOOL XiaoWei,'Open Sans', sans-serif;
}
.text-align-center{ text-align:center; }
.f-w-b{ font-weight:bold; }
.display-none{ display:none; }h

.w-5-pct{ width:5%; }
.w-10-pct{ width:10%; }
.w-15-pct{ width:15%; }
.w-20-pct{ width:20%; }
.w-25-pct{ width:25%; }
.w-30-pct{ width:30%; }
.w-35-pct{ width:35%; }
.w-40-pct{ width:40%; }
.w-45-pct{ width:45%; }
.w-50-pct{ width:50%; }
.w-55-pct{ width:55%; }
.w-60-pct{ width:60%; }
.w-65-pct{ width:65%; }
.w-70-pct{ width:70%; }
.w-75-pct{ width:75%; }
.w-80-pct{ width:80%; }
.w-85-pct{ width:85%; }
.w-90-pct{ width:90%; }
.w-95-pct{ width:95%; }
.w-100-pct{ width:100%; }



.m-t-0px{ margin-top:0px; }
.m-t-10px{margin-top:10px;}
.m-t-80px{margin-top:130px;}
.m-b-10px{ margin-bottom:10px; }
.m-b-20px{ margin-bottom:20px; }
.m-b-30px{ margin-bottom:30px; }
.m-b-40px{ margin-bottom:40px; }
.m-b--80px{ margin-bottom:-150px; }

 @media (max-width: 980px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

.stock-text {
    font-weight: bold;
    color: #008a00;
}

.navbar-static-top{
  border-bottom: 0;
  margin-bottom: 0;
}
.navbar-brand  {
    height: auto;
}
.navbar-header{

}
.navbar{
  background-color: #111;
  color: #fff;
  text-transform: uppercase;
  transition: all .3s;
  font-family: cinzel;
  font-weight: 600;
}


.navbar-nav{
  margin: auto;
  height:100%;
}

.navbar-default  .dropdown-menu>li>a {
  font-family: cinzel;
  font-weight: 600;
  border-bottom: 1px solid #D4AF37;
  text-align: center;
  color: #333 !important;
  line-height: 20px !important;
}

 .navbar-default .dropdown-menu>li>a:hover, .navbar-default .dropdown-menu>li>a:focus , .navbar-default .dropdown-menu>li>a:active {
  color: #D4AF37;

}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover , .navbar-default .dropdown-menu>li>a:focus , .dropdown-menu>li>a:active{
  background-color: #111;
  color: #D4AF37;
  text-transform: uppercase;
  transition: all .3s;
  font-family: cinzel;
  font-weight: 600;
}

.navbar-default .navbar-nav>li a {
  color: #fff;
  transition: all .3s ease;
  vertical-align: middle;
  line-height: 60px !important;
}

.navbar-brand img{
  max-height: 60px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav>li  a{
    line-height:80px;
  }
}

@media (max-width: 480px){
.navbar-brand>img {
    }
  }

.navbar-nav:hover, .navbar-nav:focus{
  color: #D4AF37;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  color: #D4AF37 !important ;
}

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

.stock-text-red{
    font-weight:bold;
    color:#b12704;
}
.page-title{
  font-family: ZCOOL XiaoWei,'Open Sans', sans-serif;
  vertical-align: middle;
  margin-top: 20px;
}
.page-title a{
  color: white;
  text-decoration:none;
}
.page-title a:hover{
  text-decoration: underline;
}

.sub-title{
    border-left: 1px solid white;
    font-size: 20px;
    float:right;
    overflow: visible;
    padding-left: 5px;
  }

  @media (max-width: 600px ) {
    .sub-title{
    display: none;
  }
}


.product-detail {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.blueimp-gallery>.prev, .blueimp-gallery>.next{ border:none; }

.update-quantity-form {
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
}

.cart-row {
    border-bottom: thin solid #f1f1f1;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 20px 0;
}

.product-link{
    color:#000000;
}


.product-link:hover, .product-link:active{
    color:#000000;
    text-decoration:none;
}

.product-img-thumb {
    margin: 0 0 10px 0;
    width: 100%;
    cursor: pointer;
}

.cart-row h4,h2{
  font-weight: bold !important;
}

input[type=search] {
    width: 150px;
    height: 40px;
    border: 2px solid #D4AF37;
    border-radius: 6px;
    font-size:22px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    font-family:'cinzel', 'Open Sans', sans-serif;
}

/* When the input field gets focus, change its width to 100% */
input[type=search]:focus {
    width: 180px;
    outline-color: transparent;
}

.searchBtn{
  background-color:#D4AF37;
  color: white;
  height: 40px;
  width:50px;
  margin: auto;
  vertical-align: top;
}
.btn:focus, .btn:hover {
    color: #e8dfdf;
    text-decoration: none;
    outline-color: transparent;
}

.big{
  font-size: 56px;
}
.less-big{
  font-size:1.5em;

}

.page-header{
  background-color: #D4AF37;
  color:white;
  margin-top:0px;
  padding-bottom: 10px;
  z-index: 4;
  position: relative;
  border-bottom: 0px;
}

.poster{

  width: 100%;
  height: auto;
  max-width:390px;
  margin: auto;
  display: block;
  padding-bottom:10px;

}
.fancy{
  font-family: 'Cabin', sans-serif;
  color: #D4AF37;
}

.fancy h2{
    font-size: 3.5em;
}
.fancy h4{
  text-align: center;
}
.special{
  padding: 15px;
  padding-top: 0px;
  vertical-align: middle;
}

.fancy h3{
  font-size: 36px;
  padding-bottom: 10px;

}

.jumbotron{
  margin-bottom: 0;
  position: relative;
  scroll-snap-align: start;
}
.fancy hr{
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color:  #D4AF37;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    color: #D4AF37;
    text-align: center;

}
.fancy hr:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color:  #D4AF37;
    border-width: 0 0 1px 0;
    border-radius: 20px;
  }
.fancy hr:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.5em;
    padding: 0 0.25em;
    background: white;
}

.box{
  font-family: 'Cabin', sans-serif;
  background-color: #f6f6f6;
  position: inherit;
  width:100%;
  padding-top: 30px;
}

.nav-tabs{
   font-family: 'ZCOOL XiaoWei', sans-serif;
   font-size: 20px;
}

.nav-tabs li{
  border: 1px solid #f6f6f6;
  border-radius: 4px 4px 0 0;
  transition: all .5s;
}

.nav-tabs>li>a{
  transition: all .3s;
  color:#000;

}

.nav-tabs>li>a:hover{
  color: #D4AF37;
  background: #f6f6f6;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
  background-color: #D4AF37;
  color: white;
}

.nav-tabs>li.active>a:hover {
  background-color: #c39619;
  color: white;
}

.welcome1{
  height:100vh;
  border-top:5px solid #D4AF37;
  color: white;
  background: #00240fed;
}
.welcome{
  min-height:100vh;
  height: 100%;
  border-top:3px solid #D4AF37;
  color: #ffffff;
  background: #000000;
  /*#00240f*/
}
.welcome h1{
  font-size: 4em;
  color: #D4AF37;
}
.welcome i{
  font-size: 5em;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  transition: all .5s; /* Animation */
  height: 120px;
}

.welcome i:hover{
  font-size: 6em;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #D4AF37;
  transition: all .5s; /* Animation */
}

.welcome h2{
  font-family: cinzel, 'Open Sans', sans-serif;
  color: #D4AF37;

}
.welcome p{
  font-size: 1.2em;
}

.question{
  color: white;
}

.question a{
  font-size: 1.3em;
}

.question i, .question i:hover {
  padding:0;
  font-size: 1.3em;
  margin-left: 5px;
  color: #fff;
  transition: all .3s;
  height:1.3em;
}

 .question>a:hover i{
  margin-left: 20px;
  transition: all .5s;
}

.upcoming{
   background:#cccccc;
   color: #000000;
}
.upcoming h2{
  font-size: 3.5em;
}
.skew-cc{
  width:100%;
  height:100px;
  left:0px;
  background: linear-gradient(to right bottom, #823A9C 49%, #fff 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
}

.overlay {
    z-index: 2;
    height: 100%;
    width:100%;
    cursor: not-allowed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../uploads/images/Design3Siloutte.jpg);
    opacity: 0.5;
}
.new-text{
  text-align: center;
  font-family:  Impact, Charcoal, sans-serif;
}
.overlay-text {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 24px;
    font-weight: 600;
    color: white;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition: all .5s; /* Animation */
}

.user-text {
    width: 50%;
    position: absolute;
    top: 46%;
    left: 26%;
    font-size: 16px;
    text-align: center;
    color:white;
    font-weight: 400;
    transition: all .5s; /* Animation */
    letter-spacing: 2px;
}

.user-text hr{
  margin: 1px;

}

.city-text{
  font-size: 16px;
  font-weight: 500;
}
.boxer {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s; /* Animation */
    border-style: solid;
    border-width: 3px;
    border-color: black;
    border-radius: 5px;
    background-image: url(../../uploads/images/Design3.jpg)
}
.boxer:after {
    content: '';
    position: absolute;
    z-index: 3; /* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    width: 85%;  /* one half of the remaining 30% */
    height: 10px;
    bottom: 0;
}
.boxer:hover, .active {

  border-color: #D4AF37;

}

.middle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 40px;
  transition: background-color 0.5s ease;
  opacity: 0.8;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.boxer:hover, .boxer:active {
  opacity: 0.9;

}

.text {
  font-size: 26px;
  font-family: Impact, Charcoal, sans-serif;
}

.new_overlay {
  position: absolute;
  bottom:30%;
  left: 30%;
  right: 0;
  overflow: hidden;
  width: 40%;
  height:0;
  transition: .5s ease;
  padding: 0px;
}

.boxer:hover .new_overlay, .boxer:active .new_overlay {
  bottom: 30%;
  height: 20%;

}

.footer {
  background-color: #000000;
  background-image: url(../../uploads/images/dark-honeycomb.png) ;
  margin-bottom: -200px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #111111;
  border-top:3px solid #D4AF37;
  right:0;
  left: 0;
  bottom: 0;
  width: 100%;
  height:100%;
  font-family: cinzel, 'Open Sans', sans-serif;
}



.footer-logo{
  margin-bottom: 10px;
}
@media (max-width: 480px){
.footer-logo {
    width: 95%;
    height: 95%;

    }
  }

.footer-text a {
    color: #999999;
    transition: all .3s;
    padding-left: 20px;

  }
  .footer-text a:hover {
    color: #D4AF37 !important;
}

textarea{
  width:100%;
  min-height: 100px;
}

.height-box {
  min-height: 83vh;
  scroll-snap-type: y mandatory;


}
.bg1{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../uploads/images/207.jpg);
}

.conditional_part
{
  display:none;
}
.conditional_part1{
  display:none;
}
.conditional_part3{
  display:none;
}
.conditional_part4{
  display:none;
}
.hiddenPart{
  display:none;
}

.form-control:focus{
  background: #fff;
}

  .form-control, .btn{
      border-radius: 3px;
      min-width: 80px;
  }

.signup-form{
  font-family: 'Cabin', sans-serif;
  width: 100%;
  max-width: 500px;
  margin: 30px auto;
}
.signup-form form{
  color: #D4AF37;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #eee;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.signup-form label{
  padding: 0px;
}
.signup-form h2 {
  color: #D4AF37;
  font-weight: bold;
    margin-top: 0;
    text-align: center;
  }
  .signup-form hr {
      margin: 0 -30px 20px;
      border-top: 1px solid #b1a680;
  }
.signup-form .form-group{
  margin-bottom: 20px;
}
.signup-form input[type="checkbox"]{
  margin-top: 0px;
  margin-right: 5px;
}
.signup-form checkbox-inline{
  padding:20px;
}

.form_img{
  width: 30%;
}

.height-set{
  min-height:40px;
}

.height-set2{
  min-height:60px;
}

.signup-form .note{
  color: red;
  font-style: bold;
  font-size: 16px;
  margin-left: -5px;
}

label[for=cheaperChavrusah]{
  display: inline;

}
label[for=cheaper]{
  display: inline;

}

label[for=giftaid]{
  display: inline;
  font-size: 12px;
  cursor: pointer;
}

.label[for=giftaid] img {
  left:10%;
  height: 100px;
  width:80%;
  padding:15px;

}

label[for=permission] {
    display: inline;
    font-size: 12px;
    cursor: pointer;
}
label[for=terms] {
    display: inline;
    font-size: 12px;
    cursor: pointer;
}
#test3 span {
  font-size: 18px;

}

.signup-form .radio{
  padding-left: 20px;
}

.signup-form .btn{
  font-size: 16px;
  font-weight: bold;
  background: #3598dc;
  border: none;
  min-width: 140px;
  }

.signup-form a{
  color: #fff;
  text-decoration: underline;
}
.signup-form a:hover{
  text-decoration: none;
}
.signup-form form a{
  color: #3598dc;
  text-decoration: none;
}
.signup-form form a:hover{
  text-decoration: underline;
}
.signup-form .hint-text {
  padding-bottom: 15px;
  text-align: center;
}

.sticky {
  position: fixed;                          /* added to support older browsers */
  position: -webkit-sticky;
  position: sticky;
  margin-bottom:-40px;
  top: 10%;
  left:87%;
  width:140px;
  font-size: 20px;
  padding: 15px;
  background-color: #f6f6f6;
  border: 2px solid #f7f7f7;
  -webkit-box-shadow: 0 3px 2px #777;
  -moz-box-shadow: 0 3px 2px #777;
  box-shadow: 0 3px 2px #777;
  z-index: 5;
}

.fixed{
  position: fixed;                          /* added to support older browsers */
  position: -webkit-sticky;
  position: sticky;
  color: #D4AF37;
  text-align: center;
  left:87%;
  width:200px;
  top:85%;
  font-size: 18px;
  padding: 10px;
  background-color: #f6f6f6;
  border: 2px solid #f7f7f7;
  -webkit-box-shadow: 0 3px 2px #777;
  -moz-box-shadow: 0 3px 2px #777;
  box-shadow: 0 3px 2px #777;
  z-index: 5;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  margin-bottom: -140px;
}
.fixed:hover{

}

.alert{
  font-weight: bold;
}

.btn-color{
  background-color: #D4AF37;
}
.btn-color:hover{
  background-color: #DAA520;
}
.btn-2 {
    letter-spacing: 1px;
    color: black;
    text-decoration: none;
    font-size: 20px !important;
    padding: 10px;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: ease;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
  color: #D4AF37;

}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  transition: width 350ms ease-in-out;
  width: 70%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}

.btn1 {
  position: relative;
  z-index: 10;
  margin:auto;
  margin-top: 10px;
  border-radius: 4px;
  border: 2px solid #000000;
  color:  #000000;
  font-weight: bold;
  background-color: white;
  display: inline-block;
  overflow: hidden;
  padding: 24px 60px 24px 16px;
  text-decoration: none;
  line-height: 1;
  transition: all 600ms ease;
  transition: background-color 1s ease;
  -webkit-box-shadow: 0 3px 2px #777;
  -moz-box-shadow: 0 3px 2px #777;
  box-shadow: 0 3px 2px #777;
}
.btn1 .btn1-content {
  font-size: 1.8em;
  line-height: 1.2;
  padding: 0 26px;
  position: relative;
  right: 0;
  transition: all 600ms ease;
  display: block;
  text-align: left;
}
.btn1 .icon {
  border-left: 1px solid #000000;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 600ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}
.btn1 .icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.icon1{
   border-left: 1px solid #000000;
   margin-left: 10px;
   padding-left: 20px;
}

.btn1Special{
  padding-right: 20px!important;
}
.btn1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color:white;
}

.btn1:hover, .btn1:focus {
  border-color: #d6a021;
  text-decoration: none;
  color: #d6a021;
}

.btn1:hover  .btn1-content {
 right: 8%;
 transition: all 0.6s;
}

.btn1:hover .icon {
  border-left: 1px solid #d6a021;
  font-size: 1.8em;
  width: 90px;
}

.space{
  padding:30px;
}

.admin{
  font-style:italic;
  font-weight: bold;
  color: #337ab7;
  text-align: center;
  text-transform: uppercase;

}

tr.clickable-row {
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}
tr.clickable-row:hover {
  background-color: #f6f6f6;
  color: #D4AF37;
}

.ultimate-container{
  position: fixed;
  top: 0;
  right:0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  overflow: visible;
}

.ultimate-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,0%);
}

.banner{
  font-family: cinzel;
  height: 90vh;
  width: 100%;
}

@media (max-width: 700px){
.banner {
    margin-top:-20px;
    }
  }

.video_overlay {
  width: 100%;
  min-height: 90vh;
  height: 90%;
  position: relative;
  background: #0d4021;
  background: #0d4021ed;
  padding-top: 30px;
  line-height: 46px;
  letter-spacing: 0.02em;
  color: white;
  border-bottom: 0px solid #cacaca;
  margin: auto;
  overflow:hidden;
  z-index: 1;

}
.center{
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
}

.txt{
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 46px;
    letter-spacing: 0.02em;
    padding-right:10px;
    text-align: center;
}
.txt h1, .txt h2{
  font-family: cinzel !important;
}

.overflow{
  background: #0d4021;
  background: #0d4021ed;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  min-height: 200px;
  font-size: 22px;
  float: none !important;
}

.overflow .txt{
  margin: 0px !important
}

.overflow h1,h2{
  margin: 0px !important;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    margin-bottom: 30px;
}

hr.style-three {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75));
    margin-bottom: 30px;
}
hr.style-four {
    height: 10px;
    border: 0;
    box-shadow:inset 0px 13px 10px -14px rgba(255, 255, 255, 0.5);

}

hr.style-five {
  height:0px;
  width:50px;
  box-shadow:0px 0px 2px 1px rgba(255, 255, 255, 0.5);
  border-top: 0;
  margin-top: 0px;
  margin-bottom: 10px;
}

hr.style-six {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }

td{
  font-size: 18px;
}
.cart-amount{
  font-size: 18px;
  text-align: right;
}
.total{
  text-align: left !important;
}
.linker:hover{
  text-decoration: none;
  background-color: #D4AF37;
}
.panel{
  transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  height: 180px;
  vertical-align:middle;
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../uploads/images/SukkathonBackground4.jpg);
  font-family: cinzel, 'Open Sans', sans-serif;

}
.panel:hover{
  opacity: 0.9;
  color:#D4AF37;
  text-shadow: black 1px 1px 2px;
  -webkit-box-shadow:0px 1px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 4px 8px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.oldPanel{
  transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 20px;
  height: 180px;
  vertical-align:middle;
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../uploads/images/SukkathonBackgroundGrey.jpg);
  cursor: not-allowed;
}
.panel-body{
  margin: 0 auto;
  text-align: center;
}

.money{
  margin-left:0;
}

.symbol{
  font-size: 20px;
  margin-top: 3px;
}

.noButtons input[type="number"]::-webkit-inner-spin-button,
.noButtons input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.right{
  text-align: : right !important;
}

.align-center{
  position: relative;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.align-right{
  font-weight: bold;
  vertical-align: middle;
}

.front_img{
  height: auto;
  max-width:350px;
  display:block;
  margin:auto;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
.front_img {
    max-width:200px;
  }
}
@media (max-width: 1200px) {
.front_img {
    max-width:300px;
  }
}

.front-back{
  height:100vh;
  min-height: 600px;
  position: relative;
  background: #194f2f;
 background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background: #00240f;
  background-image: radial-gradient(circle, #0d4021, #043116);
  padding-top: 10vh;

}

.vertical-center{
  text-align: center;
  margin: 0;
  position: relative;

}


.sponsor{
  color: #D4AF37;
  padding-top: -5px;
  padding-bottom: -5px;
}
.partnership{
  font-family:'cabin';

}

.no-padding{
  padding: 0px;
}
.no-margin{
  margin: 0px;
}

.btn-holder{
  font-family: cinzel;
  font-weight: bold;
    margin: 0;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 24px;
    background-color: #f6f6f6;
}

.btn4{
  float: right;
}

.btnmiddle{
    display:block;       
    margin:auto !important;
    width: 400px;
}

.border-box{
    min-height:180px;
    width: 100%;
    padding: 2vmin;
    margin: auto;
    color: white;
    font-weight: bold;
    text-shadow: black 1px 1px 2px;
    text-align: center;
    font-size: 24px;
    transition-property: all;
    transition-duration: .6s;
    cursor: pointer;
    border: 2px solid white ;
    display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
.border-box {
    margin-top: 0vh;
  }
}
@media (max-width: 991px) {
.border-box {
    margin-top: 10vmin;
  }
}
@media (max-width: 600px) {
.border-box p {
  line-height: 28px;
  font-size: 22px !important;
  }
}

@media (max-width: 450px) {
.border-box p {
  font-size: 20px !important;
  }
}
@media (max-width: 400px) {
.border-box p {
  font-size: 18px !important;
  }
}

.border-box p {
  vertical-align: middle;
  text-align: center;
  margin: auto;
  font-family: cinzel, 'Open Sans', sans-serif;
}
.border-box:hover{
  color: #D4AF37;
  border-color: #D4AF37;
  transition-property: all;
  transition-duration: .6s;
  -webkit-box-shadow:0px 1px 40px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 40px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:7px 10px 20px rgba(0,0,0,0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;


}
.border-box i {
  font-size: 1.2em;
}

.effect8
{
    position:relative;
    -webkit-box-shadow:0px 1px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:3px 5px 20px rgba(0, 0, 0, 0.8), 0 0px 40px rgba(0, 0, 0, 0.1) inset;
    vertical-align: middle;
    text-align: center;
}
.effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:7px 10px 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.front-page-box{
  font-family: cinzel;
  min-height: 100%;
    margin: 0;
    padding:15px;
    padding-top: 30px;
    padding-bottom:30px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 42px;
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../uploads/images/SukkathonBackground3.jpg);

}

.table{
  font-family:'Open Sans', sans-serif;
}

iframe
{
  width: calc(100% + 17px) !important;
}
.embed-responsive-16by9{
  padding-bottom: 2000px;
}

.embed-responsive-1by1{
  padding-bottom: 65vh;
}

.hidescrollchild{
   
    width: calc(100% + 17px) !important;

}

@media (max-width: 992px) {
.embed-responsive-16by9 {
    padding-bottom: 2500px;
  }
}

.header-text{
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin: auto;
}
/*--------------------*/
/* Email sent
/*--------------------*/


.email_sent {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}
.email_sent h1:after, .email_sent h1:before {
    border: 2px solid #D4AF37;
}
.email_sent h1 {
  color: #D4AF37;
  display: inline-block;
  font-size: 150px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}
.email_sent h1:after, .email_sent h1:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
}
.email_sent h1:after {
  right: -60px;
}
.email_sent h1:before {
  left: -60px;
}
.email_sent h2 {
  font-size: 60px;
  font-weight: 400;
}
.email_sent h3 {
  font-size: 24px;
  margin-top: 35px;
}
.email_sent p {
  font-size: 23px;
  line-height: 31px;
  margin: 36px auto 0;
  max-width: 630px;
  padding: 9px 0 8px;
  position: relative;
  border-bottom: 2px solid #D4AF37;
    border-top: 2px solid #D4AF37;
}
.email_sent p:before {
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}

.email_sent p:after {
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.email_sent p>a{
  color: #798992;
  text-decoration: none;
}

.artscroll_img{
  width:100%;
  max-width: 600px;
}
.artscroll_img_small{
  width:100%;
  max-width: 500px;

}

.front_link>a:hover, .front_link>a:focus{
  color: #D4AF37;
}

.front_link>h2{
  font-family: cinzel !important;
  color: white;
  font-size:2em;

}

.artscroll_link{
  margin-top: 50px;
}

.artscroll_link i{
  margin-left: 5px;
  color: #fff;
  transition: all .3s;
}

 .artscroll_link>a:hover i{
  transition: all .3s;
  color: #D4AF37;
}

.artscroll_link>a{
  color: white;
}

.artscroll_link>a:focus, .artscroll_link>a:hover{
  color: #D4AF37;
  transition: all .3s;
}

input[type=radio] {
  margin: 0;
  margin-right: 5px;
}

.test + .tooltip > .tooltip-inner {
  cursor: pointer;
}

/* Accordion Styles*/
.accordion-wrapper {
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px -4px #000;
  margin-bottom: 1em;
  font-weight: normal !important;

}

button.accordion {
  font-family: ZCOOL XiaoWei, 'Open Sans', sans-serif;
  font-size: 1.7em;
  background:  #292929;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0.5em 1.25em;
  text-align: left;
  transition: 0.8s;
  width: 100%;
}

button.active{
  color: #292929;
  background-color: #D4AF37;

}
button.accordion:hover {

  background-color: #D4AF37;
}

button.accordion:after {
  content: "\002B";
  float: right;
}

button.active.accordion:after {
  content: "\2212";
}

button.accordian:active{
  color:#D4AF37;
}

.details {
  background-color: #ededed;
  color: #777;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5em;
  transition: max-height 0.2s ease-out;
  font-family: ZCOOL XiaoWei,'Open Sans', sans-serif;
  font-size: 1.4em;
}

.details p{
  margin-top: 10px;
}

.greybox{
  background: #ededed;
}

/*/////////////////////////////
//button-5
///////////////////////////*/

.buttttn{
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.btn-5 {
  border: 1px solid;
  margin-bottom: 2px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.btn-5:hover {
  color: #fff;
  margin-bottom: 0px;
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}
