/* Helpers */


.box {
  padding: 20px;
  display: block;
}

.shadow {
  -moz-box-shadow:    0 3px 5px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.055);
  box-shadow:         0 3px 5px rgba(0, 0, 0, 0.055);
}
.centered {text-align: center;}
.uppercase {text-transform:uppercase;}
.padding {padding-top: 20px;}


@media (max-width: 767px) {
  .push {height: 60px;}
}

/* General */
html, body {height: 100%;}


body {
  
  font-family: 'Roboto', sans-serif;
  
} 

h1 {
  text-align: center;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
}

h3 {
  text-align: left;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: .03em;
}

a, a:hover {
  text-decoration: none;
}

.lead {
  font-family: 'Open Sans', sans-serif;
}

.well {
  border-radius: 0;
}

.btn-heavy {font-size: 30px;}

.btn {
  text-transform: uppercase;
  border-radius: 0;
}

.btn-lg, .btn-group-lg>.btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}

.mega-pad {
  content: "&nbsp;";
  color: rgba(0,0,0,0);
  height: 80px;
  width: 100%;
  clear: both;
}

.alert {
  border-radius: 0;
}

/* Header */
#header {
  background: url(../images/dotpattern.png);

}

.header {
  font-family: verdana;
}

.navbar {border-radius: 0;}

#welcome {
  font-size: 16px;
  padding: 12px;
}

#welcome a {color: #92b333;}
#welcome a:hover {color: #abd339;}


#login {
    color: #FFF;
  
    font-size: 12px;
    padding: 5px 5px;
    height: 30px;
}



#main-nav {
    margin-top: 60px;
    padding-bottom: 0px;
   
    border: none;
    margin-bottom: 40px;
} 




#shop-logo {
    position:absolute;
    margin-top: -30px;
}



#main-menu {margin-left: 190px;}

@media (max-width: 767px) {
  #main-menu {margin-top: 20px; margin-left: 0px;}
}

.navbar-form, .navbar-collapse {
  padding-right: 0;
}

.search-holder {
  height: 20px;
  padding-top: 1px;
  padding-right: 5px;
}

.search-holder input {
  height: 17px;
  font-size: 10px;
}

.search-holder button {
  height: 20px;
  padding: 1px 3px;
}


.topnav {
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .nav>li>a {
    padding: 10px 8px;
    font-size: 14px;
  }
}



/* Side-nav */
.side-nav {
  font-family: verdana;
}
.side-nav-bottom {clear: both;}
#side-nav {width: 100%;}
#side-nav h5 {
  padding-left: 10px;
}
.nav-pills li {
  /*border-bottom: 1px solid #999999; */
}
.nav-pills li:first-child {
  /*border: none;  */
}

.idstcProductSubCategoryMenuItem, .idstcProductSubCategoryMenuItem_Selected {margin-left: 20px; border: none !important;}
.idstcProductSubCategoryMenuItem_Selected {
  font-weight: bold;
  /*font-style: italic;*/
  padding-left: 0;
  color: #abd339 !important;
}

/*.nav-pills li a {
  padding-left: 10px;
}*/

.ProductMenu .nav>li>a {
  padding: 5px 5px;
}

.nav-pills li a:hover {

  border-radius: 0;
}

/* Footer */
.footer, footer {
    padding: 0;
    font-size: 12px !important;
    font-family: verdana;
    
   
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin-bottom: -60px !important; /* Set Equal to footer height for sticky footer */
}

.push {
  height: 60px !important; /* Set Equal to footer height for sticky footer */
  content: "&nbsp;";
  clear: both;
  margin-top: 20px;
}


/* Forms */

.form-control {
  border-radius: 0;
  padding: 6px 8px;
}

.form-horizontal label {
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 1200px) {

.full-input {
  width: 338px !important;
  min-width: auto !important;
  max-width: auto !important;
  display: inline-block;
}
}

.shiptobilling {

}

/* Tables */

th, td {
  padding: 5px 6px;
}

/* Main Body */
#wrapper {
   
    margin-top: -20px;
}


#main {
  background-color: #FFF;
  padding-bottom: 40px;
}



/* Index */

.slides img {
  /*max-height: 300px;
  min-height: 300px;
  height: 300px;*/
}

.flexslider {
  border: none !important;
  /*box-shadow: 0px 3px 0px #dddddd !important;*/
}



body.index #leftNav {
  display: none;
}

.super-price {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-size: 100px;
  /*padding: 10px 0;*/
}

.home-shout {
  width: 100%;
  height: 158px;
  padding-bottom: 2px;
 /* background: url(../images/bottom-banner.jpg) no-repeat top left;*/

     /*transform: skewX(5deg);*/
     -webkit-transition: transform .3s ease-in;
     -moz-transition: transform .3s ease-in;
       -o-transition: transform .3s ease-in;
          transition: transform .3s ease-in;
}

.home-shout .lead {
  font-size: 28px;
}

.home-shout .lead a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .home-shout .lead {
    color: #000;
    /*font-size: 14px;*/
  }
}

.home-shout img {
    -webkit-transition: width .3s ease-in;
     -moz-transition: width .3s ease-in;
       -o-transition: width .3s ease-in;
          transition: width .3s ease-in;
}


@media only screen and (min-width: 750px) {
.home-shout img:hover {
  width: 1200px !important;
  max-width: 1200px !important;
  margin-left: -15px;
  overflow: visible;
   /* transform: skewX(5deg);*/


     -webkit-transition: all .3s ease-in;
     -moz-transition: all .3s ease-in;
       -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
}

}



/* About Us */
.intCont2       { margin-bottom:20px;}
  .intCont2 h1    { }
  .intCont2 h2    { color:#444444; font-weight:bold; font-size:18px;}
  .intCont2 h3    { color:#94b236; font-weight:bold; font-size:16px; font-style:normal; padding-bottom:0; text-transform:uppercase;}
  .intCont2 p     { color:#444444; font-weight:normal; font-size:14px;text-transform:uppercase; } 
  .intCont2 p.link  { font-weight:bold; text-align:right; color:#9db600;   }

/* Shop */
.ShopCartQuantityAddDiv {margin-bottom: 5px;}
.ShopCartVideoLinkDiv, .ShopCartMoreDetailsDiv {display: inline;}

.idstcProductMenu {
  height: auto !important;

}


@media (min-width: 970px) {
  .thumbnail {
    margin-right: 20px;
  min-height: 320px;
  }
}

@media only screen and (min-width: 750px) {
.product-wrapper {
min-height: 240px;
}}

.div-continue-btn, .ordernav {
  margin-bottom: 40px;
}

.imageholder {
  margin-top: 60px;
}

.idstcProductPrice {
  font-size: 20px;
}

@media only screen and (min-width: 750px) {
.prod-img {
height: 160px;
}}

.prod-img img {
  max-height: 160px;
}


/* Enroll */
.editinfo .enroll-box, .editinfo .enroll-box .panel-default {
min-height: 460px !important;
}


/* Coins of the World */
.world-coin {
  max-height: 160px;
  margin-left: auto;
  margin-right: auto;
}

.coinsoftheworld .list-group {
  margin-bottom: 0;
}

a.list-group-item {
    height:auto;
    min-height:220px;

}
a.list-group-item.active small {
    color:#fff;
}

@media only screen and (min-width: 1200px) {
.vertical-center {
  margin-top: 20%;
}
}

/* Checkout */
.checkout .panel-body {
  min-height: 300px;
}

/* FAQ */

dt {
  
  font-size: 16px;
}

.coin-bullet {
  max-width: 100px;
  max-height: 100px;
}




.form-control-sm {
    display: inline-block !important;
    width: 66px !important;
    min-width: 66px !important;
    max-width: 66px !important;
    text-align: center;
  }

  .form-control-md {
    display: inline-block;
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
  }

  .form-control-lg {
    display: inline-block;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }

  .form-control-full {
    display: inline-block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }


  .embed-responsive.embed-responsive-16by9 {
padding-bottom: 62%;
}

.hero {
  width: 100%;
}

@media (max-width: 767px) {
  .hero {
  
  min-height: 140px;
  margin-bottom: 10px;
  }
}


@media (min-width: 768px) {
  .hero {
  
  min-height: 280px;
  margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .hero {
  
  min-height: 390px;
  margin-bottom: 10px;
  }
}


@media (min-width: 1200px) {
  .hero {
  
  min-height: 490px;
  margin-bottom: 10px;
  }
}



.coin-banner {
  background: url(../images/banner-cotw.png) no-repeat top left;
  background-size: cover;
}

.pop-banner {
  padding-top: 10%;
  margin: 0 auto;
  width: 80%;
}

.pop-banner img {
    max-height: 160px;
     transition: max-height .3s;
    padding-right: 20px;
    padding-left: 20px;
}

.pop-banner img:hover {
    max-height: 200px;
    transition: all .5s;
    margin-top: -10px;
}

@media (max-width: 992px) {
  .pop-banner {
    width: 100%;
    padding-top: 0;
  }

  .pop-banner img {
    max-height: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .pop-banner img:hover {
    max-height: 110px;
   
   
}

}

