* {
  outline: 0 none;
}

a:focus{
  outline: none !important;
}

header #top_bar .background{
  background: #272727 none repeat scroll 0 0;
}

header #bottom_bar .background{
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #9E9E9E;
     background-image: url('http://all2classic.com/banner2.png');
    background-repeat: no-repeat;
 
    background-position: right; 
}

header #bottom_bar .container{
  padding-top: 40px;
  padding-bottom: 20px;
}

header #top_bar ul.right-menu, header #bottom_bar ul.right-menu{
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

header #top_bar ul.right-menu li{
  display: inline-block;
  height: 44px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
  font-family: "Lato",sans-serif;
  padding: 0px 12px;
}
header #top_bar ul.right-menu li a{
  color: #fff !important;
}

header #top_bar ul.right-menu li:last-child{
  padding: 0px 0px;
}

header #bottom_bar ul.right-menu li{
  text-transform: uppercase;
  vertical-align: top;
  font-family: "Lato",sans-serif;
  padding: 0px 12px;
}

header #bottom_bar ul.right-menu li:last-child{
  padding: 0px 0px;
}

header #top_bar ul.right-menu li:last-child{
  position: relative;
}

header #top_bar ul.right-menu li .main, header #bottom_bar ul.right-menu li .main{
  color:black;
  font-weight: 700;
  display: block;
  font-size: 14px;
  height: 44px;
  padding: 11px 5px 10px;
  text-decoration: none;
}

header #bottom_bar ul.right-menu li .main{
  font-size: 15px;
}

header #top_bar ul.right-menu li a:hover, header #bottom_bar ul.right-menu li a:hover{
  color: #ff5722;
}

/* Start Slider */

header #slider {
  padding-bottom: 45px;
}

header .carousel-indicators li {
  background: #C4C4BE;
}

header .carousel-indicators li.active {
  background: #7DCF85;
}

header .pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

header .girl {
  margin-left: 0;
}

header .item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

header .item h1 span {
  color:#FE980F;
}

header .item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
}

header .item  p {
  color:#363432;
  font-size:16px;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

header .item button:hover {
  background: #FE980F;
}

header .control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

header .control-carousel:hover{
  color: #7DCF85 ;
}

header .right {
  right: 0;
}

/* End Slider */


/* Start Dropdown Button */
header .dropdown {
  position: relative;
  display: inline-block;
}

header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

header .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

header .dropdown-content a:hover {background-color: #e1e1e1;}

header .dropdown:hover .dropdown-content {
  display: block;
}

header .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

header #top_bar .dropdown > a {
  color:silver;
  cursor: pointer;
  display: block;
  height: 44px;
  padding: 11px 20px 10px;
  text-transform: uppercase;
  font-family: "Lato",sans-serif;
  text-decoration: none;
}

header #top_bar .dropdown > a:hover{
  text-decoration: none;
  color: #ff5722;
}

/* End Dropdown Button */

header #top_bar ul.right-menu li a span.cart-count{
  background: #2a2a2a none repeat scroll 0 0;
  border: 1px solid #4b4b4b;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  height: 22px;
  line-height: 1.4;
  margin-left: 6px;
  padding: 0 7px;
  transition: all 0.2s ease-in 0s;
  vertical-align: top;
}

header #top_bar ul.right-menu li a:hover span.cart-count{
  background-color: #D2404D;
  border-color: #D2404D;
  color: #FFFFFF;
}

/* Start Cart Content */

header #cd-cart h2, header #cd-cart p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

header #cd-cart .cd-cart-items {
  padding: 0;
}

header #cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em !important;
  border-top: 1px solid #e0e6ef;
  height: auto !important;
  text-transform: none !important;
}

header #cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

header #cd-cart .cd-qty, header #cd-cart .cd-price {
  color: #a5aebc;
}

header #cd-cart .cd-price {
  margin-top: .4em;
}

header #cd-cart .cd-item-remove {
  position: absolute;
  right: 0em !important;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("remove-item.svg") no-repeat center center;
}

header #cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}

header #cd-cart .cd-cart-total span {
  float: right;
}

header #cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

header #cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #1fc0a0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

header #cd-cart .checkout-btn:hover {
  color: #FFF !important;
}
header #cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}

header #cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}

header #list_popover ul
{
  padding: 0px !important;
  margin: 0px !important;
}

header #cd-cart .cd-item-remove:hover{
  background-color: #7dcf85;
  color: #FFF !important;
}

header #list_popover ul li{
  display:inherit !important;
  list-style: none;
}

/* End Cart Content*/

header #cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}

/* Start Custom Popover */

header #list_popover{
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 5%;
  width: 380px;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 50px;
  white-space: normal;
  z-index: 1010;
  margin-left: -190px;
}

header #list_popover > .arrow, header #list_popover > .arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

header #list_popover > .arrow {
  border-width: 11px;
}

header #list_popover > .arrow::after {
  border-width: 10px;
  content: "";
}

header #list_popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 65%;
  margin-left: -11px;
  top: -11px;
}

header #list_popover.bottom > .arrow::after {
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}
/* End Custom Popover */

header #bottom_bar .logo{
  margin-left: 17px;
}

header #list_popover .arrow{
  left: 50%;
}

header #bottom_bar .navbar-default{
  background-color: transparent;
  border-color:transparent;
}

header #bottom_bar .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus {
  background-color: white !important;
}

header #bottom_bar .navbar-collapse{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

header #bottom_bar ul.right-menu li .selected{
  border-bottom: 4px solid #1fc0a0;
}

header .dynamic-text-on-image-container{
  position: absolute;
  left: 40%; 
  top: 40%;
  z-index:50;
}

@media only screen and (max-width: 992px) {
  header #top_bar .container, header #bottom_bar .container{
    padding: 0px 15px;
  }
  
  header #top_bar .top-bar-dropdown-menu{
    text-align: center;
  }
  
  header #top_bar .pull-right, header #bottom_bar .pull-right{
    float: none !important;
  }
  
  header #top_bar .right-menu{
    text-align: center;
  }
  
  header #top_bar ul.right-menu li .main{
    padding: 15px 7px;
  }
  
  header #bottom_bar .navbar-default{
    margin: 25px 0px 25px 0px;
  }
  
  header #bottom_bar .navbar-toggle{
    margin-top: 0px;
  }
  
  header #bottom_bar .logo{
    margin-top: 0px;
  }
  
  header .dropdown-content a{
   text-align: left;     
  }
  
  header #top_bar .dropdown > a{
    padding: 11px 10px 10px;
  }
  
  header #top_bar ul.right-menu li, header #bottom_bar ul.right-menu li{
    padding: 0px;
  }
}

@media only screen and (max-width: 560px) {
  header #list_popover{
    width: 280px;
    margin-left: -140px;
    left: -25px;
  }
  
  header #list_popover .arrow{
    left: 78%;
  }
  
  header #list_popover.bottom > .arrow{
    left: 78%;
  }
}