body{
	overflow-x: hidden !important;
  padding:0 !important;
}
.modal{
  padding: 0 !important;
}
.jumbotron{
	background-image: url(images/bg.jpg);
	background-size: cover;
	margin-bottom: 0px;
}
.deal{

}
.deal ul{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.deal ul li{
	padding-left: 1.3em;
	color: white;
	margin: 15px 0;
	font-weight: inherit;
}
.deal ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.jumbotron .container {
    max-width: 1000px;
}
.container{
	max-width: 1000px;
}
.logo{
    width: 20%;
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.9);
}
.deal span{
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin-top: 25px;
}
.deal-sec{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.deal-sec h3{
	float: left;
	color: white;
	font-weight: bold;
	margin-left: 5%;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.32);
}
.white{
	background-color: white;
	padding: 20px 25px;
	border-radius: 3px;
}

h3.w{
	color: white;
	font-size: 15px;
	font-weight: bold;
}
.bg{
	background-color: #ececec;
	padding-bottom: 50px;
}
.blk-sec{
	border:1px solid #dcdfe2;
	padding: 5px 15px 20px 15px;
	background-color: white;
	text-align: center;
}
.unpad{
  padding: 0;
}
.bg h3{
	margin: 25px 0;
}
.blk-sec ul{
	height: 300px;
	margin: 15px 0;
	padding: 0;
	list-style: none;
}
.blk-sec ul li{
	text-align: left;
	padding-left: 1.3em;
	color: black;
	margin: 5px 0;
	font-weight: inherit;
	font-size: 12px;
}
.blk-sec ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.blk-sec h3{
	font-size: 12px;
	font-weight: bold;
}
.buy{
	background-color: #d01039;
	border-radius: 0px;
	border-color: transparent;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 10px;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	margin-top: 25px;
}.buy:hover{
	background-color: #ff335f;
}
.white .row .col-sm-6{
	border:2px solid #f5f5f5;
	padding: 10px 15px;
}
.white .row .col-sm-6 label{
	font-size: 10px;
	background-color: #f5f5f5;
	padding: 5px 10px;
	margin-top: 15px;
	-webkit-box-shadow: 11px 10px 17px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 11px 10px 17px -9px rgba(0,0,0,0.75);
box-shadow: 11px 10px 17px -9px rgba(0,0,0,0.75);
}
h2.price{
	font-weight: bold;
	font-size: 50px;
	margin-left: 15%;
}
h2.price p{
	font-size: 18px;
}
.modal-dialog{
  margin: 0;
}
.header-tag{
  margin: 25px 0;
    padding: 15px 0;
-webkit-box-shadow: 0px 0px 48px -4px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 48px -4px rgba(0,0,0,0.33);
    box-shadow: 0px 0px 48px -4px rgba(0,0,0,0.33);
    z-index: 20;
    border-top: 2px solid #f9d689;
    border-bottom: 2px solid #f9d689;
    background: rgb(236,202,134);
    background: -moz-linear-gradient(left, rgb(236,202,134) 0%, rgb(152,114,50) 35%, rgb(236,202,134) 71%, rgb(152,114,50) 100%);
    background: -webkit-linear-gradient(left, rgb(236,202,134) 0%,rgb(152,114,50) 35%,rgb(236,202,134) 71%,rgb(152,114,50) 100%);
    background: linear-gradient(to right, rgb(236,202,134) 0%,rgb(152,114,50) 35%,rgb(236,202,134) 71%,rgb(152,114,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecca86', endColorstr='#987232',GradientType=1 );
}
    .lp input{
      margin: 10px 0;
      min-height: 50px;
    }
    .det-sec{
      width: 100%;
      height: auto !important;
      padding: 5px 0;
      overflow:hidden;
      border-bottom: 1px solid #ccc;
    }
    button.close{
      position: fixed;
      top: 15px;
      right: 25px;
      z-index: 1000;
    }
    .slide{
      width: 100%;
      display: none;
    }
    .form-group {
    overflow: hidden;
}
.glyphicon-collapse-down{
cursor: pointer;
font-size: 20px;
    }
  #country-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 400px;
    position: relative;
    z-index: 10;
    border: #ccc 1px solid;
    max-height: 250px;
    overflow-y: scroll;
}
#country-list li {
  cursor: pointer;
    padding: 5px;
    background: #fff;
    border-bottom: #bbb 1px solid;
}
#country-list li:hover{
  background-color: #ececec;
}
.navbar-text{
  float: none !important;
  padding: 0;
}
.row > .column {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
width: 150px;
float: left;
cursor: pointer;
}
.column:hover .demo{
  filter: brightness(50%);
}
.thumb{
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow-x:scroll;
  overflow-y:hidden;
  height: 80px;
}
.thumb::-webkit-scrollbar{
  width: 10px;
}
.thumb::-webkit-scrollbar-track{
  background-color:#272727;
}
.thumb::-webkit-scrollbar-thumb{
  background-color:#2e6da4;
  outline:none;
  height:18px;
}
.images{
  width: 100%;
  position: relative;
}
.mySlides{
  width: 80%;
  margin: 0 auto;
}
.mySlides img{
  width: 100%;
}
.demo{
  width: 100%;
}

.gallery{
  display: none;
  position: fixed;
  z-index: 9999999999999;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}
.gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  background-color: black;
}
.wrap{
  width:2700px;
}
.modal-content .row .col-md-3, .gallery-content .row .col-xs-2{
  height: 100%;
}
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 60px;
    z-index: 99999;
    opacity: 1;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
    display: none;
}
.img-row{
  border: 2px solid #337ab7; 
  padding:0;
  margin-top: 10px;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev{
 left: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 1;
  width: 100%;
}

.active,
.demo:hover {
  opacity: 1;
}
.table-responsive{
  font-size: 13px;
  width: 100%;
  margin-top: 10px;
}
.blk-sec h5{
  font-size: 12px;
  font-weight: bold;
  color: #337ab7;
}
.pull-left:after{
  content: "";
  display: block;
  clear: both;
}
.divider{
  background-color: #2d2d2d;
    padding: 5px;
}
.cart h5{
  text-align: center;
}
.cart h5 b{
color: white;
text-align: center;
}
.divider h3{
  display: inline-block;
  margin-left: 5%;
}
.cart{
  background-color: #525252;
    padding: 10px 15px 10px 15px;
    border: 5px solid #2d2d2d;
    box-sizing: border-box;
}
.cart .well{
  margin-left: 15px;
}
.cart h3{
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.glyphicon-shopping-cart{
  font-size: 25px;
  margin: 0 8px;
  display: inline-block;
  color: #3277b4;
}
.cart table.table-responsive tr td b{
  color: white;
}
.cart table.table-responsive tr td p b{
  font-size: 20px;
}
.cart table.table-responsive tr td p{
  color: white;
}
.cart table.table-responsive tr td{
  padding: 5px 0;
  color: white;
}
.cart table.table-responsive tr td:first-child{
  text-align: left;
}
.cart table.table-responsive tr td:nth-child(2){
  text-align: center;
  padding: 0 10px;
}
.cart table.table-responsive tr td:last-child{
  text-align: right;
}
.hover-modal {
  display: none;
    position: absolute;
    text-align: center;
    height: auto;
    width: 380px;
    z-index: 999999;
    background-color: white;
    padding: 15px 25px;
    border: 1px solid #ccc;
    text-align: center;
    top: 50px;
    left: 30%;
    border-radius: 5px;
}
.d-inline{
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 15%;
}
.addon{
  padding:15px 2px;
  box-sizing: border-box;
  margin-top: 10px;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
border: none;
margin-top: 10px;
    border-radius: 5px !important;
    background-color: black;
}
.ch-flex {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.ch-flex b{
  color: white;
}
.ch-flex:first-child i{
color: white;
margin-right: 5px;
cursor: pointer;
}
.ch-flex:first-child b{
  font-size: 11px;
  font-weight: normal;
}
.ch-flex:nth-child(3) b{
  font-size: 12px;
}
.ch-flex:nth-child(3){
  flex:0.8;
}
.ch-flex:last-child{
    border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #4b95d6 !important;
  cursor: pointer;
  flex: 1.2;
}
.ch-flex:last-child b{
  font-size: 11px;
  font-weight: normal;
}
.ch-flex:last-child b:before{
  content: "\e116";
    position: relative;
    top: 0px;
    margin-right: 2px;
    font-size: 18px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    color: white;
    line-height: 1;
}
.quantity-left-minus ,.quantity-right-plus{
  padding: 6px !important;
}
.form-control.input-number{
  padding: 4px 0px !important;
  text-align: center !important;
  height: 28px;
}
.flex .ch-flex .input-group{
  width: 75px;
  margin: 0 auto;
}
.row.addon .col-xs-4{
   background-color: #2e6da4 !important;
}
.row.addon .col-xs-3:nth-child(1){
  background-color: #3f8aca !important;
  color: white
}
.row.addon .col-xs-2{
  background-color: #2e6da4 !important;
  color: white;
}
.row.addon .col-xs-3:nth-child(2){
  background-color: #3f8aca !important;
}
.bbdr{
  border: 2px solid black;
}
.toolimg{
}
.toolimg span {
    display:none;
}
.toolimg:hover span {
    display:block;
    position:fixed;
    z-index: 10;
    overflow:hidden;
    top: 100px;
    left: 250px;
    width: 40%;
}
.sep{
  margin: 10px 0;
}
.steps {
    margin-top: -41px;
    display: inline-block;
    float: right;
    font-size: 16px
}
.step {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
    position: relative
}
.step_line {
    margin: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1008;
    position: absolute;
    left: 99px;
    top: 1px
}
.step_line.backline {
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1006;
    position: absolute;
    left: 99px;
    top: -3px
}
.step_complete {
    background: #357ebd
}
.step_complete a.check-bc, .step_complete a.check-bc:hover,.afix-1,.afix-1:hover{
    color: #eee;
}
.step_line.step_complete {
    background: 0;
    border-left: 16px solid #357ebd
}
.step_thankyou {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
}
.step.check_step {
    margin-left: 5px;
}
.ch_pp {
    text-decoration: underline;
}
.ch_pp.sip {
    margin-left: 10px;
}
.check-bc,
.check-bc:hover {
    color: #222;
}
.SuccessField {
    border-color: #458845 !important;
    -webkit-box-shadow: 0 0 7px #9acc9a !important;
    -moz-box-shadow: 0 0 7px #9acc9a !important;
    box-shadow: 0 0 7px #9acc9a !important;
    background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important
}

.btn-xs{
    line-height: 28px;
}

/*login form*/
.login-container{
    margin-top:30px ;
}
.login-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-container-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #357ebd;/*#4d90fe;*/
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-container-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-help{
  font-size: 12px;
}

.asterix{
    background:#f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}

/* images*/
ol, ul {
  list-style: none;
}
.hand {
  cursor: pointer;
  cursor: pointer;
}
.cards{
    padding-left:0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .mastercard {
  background-position: -51px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .amex {
  background-position: -102px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}
/* images end */



/*
 * BOOTSTRAP
 */
.container{
    border: none;
}
.panel-footer{
    background:#fff;
}
.btn{
    border-radius: 1px;
}
.btn-sm, .btn-group-sm > .btn{
    border-radius: 1px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
    border-radius: 1px;
}

.panel-info {
    border-color: #999;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel {
    border-radius: 1px;
}
.panel-info > .panel-heading {
    color: #eee;
    border-color: #999;
}
.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom, #555 0px, #888 100%);
}

hr {
    border-color: #999 -moz-use-text-color -moz-use-text-color;
}

.panel-footer {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid #999;
}

.btn-link {
    color: #888;
}

hr{
    margin-bottom: 10px;
    margin-top: 10px;
}
@media only screen and (max-width: 1950px) and (min-width: 768px){
  .mySlides{
    height: 600px;
    overflow: hidden;
  }
  }
@media only screen and (max-width: 767px) and (min-width: 280px){
  .mySlides{
    height: auto;
  }.toolimg span{
    visibility: hidden;
    display:none !important;
  }
  .hover-modal{
    visibility: hidden;
  }
  .table-responsive{
    border: none;
  }
  .cart table.table-responsive tr td{
    font-size: 10px;
  }
}
/** MEDIA QUERIES **/
@media only screen and (max-width: 989px){
    .span1{
        margin-bottom: 15px;
        clear:both;
    }
}

@media only screen and (max-width: 764px){
    .inverse-1{
        float:right;
    }
}

@media only screen and (max-width: 586px){
    .cart-titles{
        display:none;
    }
    .panel {
        margin-bottom: 1px;
    }
}

.form-control {
    border-radius: 1px;
}

@media only screen and (max-width: 486px){
    .col-xss-12{
        width:100%;
    }
    .cart-img-show{
        display: none;
    }
    .btn-submit-fix{
        width:100%;
    }
    
}
/*
@media only screen and (max-width: 777px){
    .container{
        overflow-x: hidden;
    }
}*/
@media only screen and (max-width : 992px) {
.white{
	margin-top: 15px;
	}
	.blk-sec{
	margin-top: 25px;
	}
	.blk-sec ul{
		height: auto;
	}
	.buy{
		margin-bottom: 25px;
	}
}
