/*@font-face {
    font-family: 'great_vibesregular';
    src: url('../fonts/greatvibes-regular-webfont.woff2') format('woff2'),
         url('../fonts/greatvibes-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

body.homepg {
	font-family: 'open_sanscondensed_light';
	background-color: #131313;
	/*background-image: url(../images/home-banner.jpg);*/
 	background-repeat: no-repeat;
 	background-position: center;
 	color: #c49a6c;
}
a {
	color: #ed993c;
	font-family: 'roboto';
}
a:hover, a:focus {
	color: #c49a6c;
	text-decoration: none;

}
a:focus {
	outline: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
h2 {
	font-family: 'open_sanscondensed_light';
	font-size: 41px;
	color: #c49a6c;
	margin-bottom: 75px;
	margin-top: 20px;
	text-align: center;
}
h2::before {
    content: url("../images/before.png");
    padding-right: 10px;
}
h2::after {
    content: url("../images/after.png");
    padding-left: 10px;
}
h3 {
	font-family: 'open_sanscondensed_light';
	font-size: 26px;
	color: #ed993c;
	margin-bottom: 60px;
	margin-top: 10px;
	text-align: center;
}
p {
	font-size: 14px;
	text-align: justify;
	color: #272b34;
}
@media screen and (min-width: 1024px) {
	.homepg .header {
	    position: absolute;
	    width: 100%;
	    z-index: 9999;
	}
}
@media screen and (min-width: 768px) {
	.main-slider img {
		
		/*position: absolute;*/
	    left: 0px;
	    top: 0px;
	    z-index: -1;
	    width: 100%;
	    height: 100% !important;
	}
	.main-slider {
	   
		width: 100%;
	}
	.menuleft {
		float: right;
		margin-top: 40px;
	}
	.menuright {
		float: left;
		margin-top: 40px;
	}
}
/* fade on slider */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*-----------*/
.main-slider .carousel-control {
	color: #c49a6c;
}
.main-slider .carousel-control:hover,
.main-slider .carousel-control:focus {
	color: #c49a6c;
	opacity: 0.9;
}
.main-slider .carousel-indicators li {
	border-color: #c49a6c;
}
.main-slider .carousel-indicators .active {
	background-color: #c49a6c;
}
.logo img {
	margin: auto;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.logo {
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 1024px) {
	.logo img {
		width: 65%;
	}
}
.main-menu li a {
	font-family: 'open_sanscondensed_light';
	font-size: 20px;
	color: #c3996c !important;
}
@media screen and (min-width: 1024px) {
	.main-menu li a {
		padding: 15px 25px;
	}
}
@media screen and (min-width: 768px) {
	.main-menu .navbar-default .navbar-nav > .active > a,
	.main-menu .navbar-default .navbar-nav > .active > a:focus,
	.main-menu .navbar-default .navbar-nav > .active > a:hover {
		background-color: transparent;
	}
	.main-menu .hidden-xs {
	    display: inline-block;
	}
	.main-menu .navbar-default {
	    background-color: transparent;
	    border-color: transparent;
	}
}
@media screen and (max-width: 768px) {
	.main-menu nav {
	    background-color: #131313;
	    border-color: #c3996c;
	}
	.navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #c3996c;
		color: #c3996c;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #6c4d3a;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #c3996c;
	}
	.main-menu .navbar-default .navbar-nav > .active > a,
	.main-menu .navbar-default .navbar-nav > .active > a:focus,
	.main-menu .navbar-default .navbar-nav > .active > a:hover {
		background-color: #6c4d3a;
	}
	.main-menu li a {
		color: #fff !important;
	}

}
.content img {
	text-align: center;
	margin: auto;
	display: block;
}
.testimonial {
	/*background-image: url("../images/testimonial.jpg");*/
	/*background-repeat: none;*/
	margin-top: 70px;
	padding-top: 50px;
	z-index: 100;
}
.testimonial p {
	font-size: 32px;
	color: #c3996c;
	font-family: 'open_sanscondensed_light';
	text-align: center;
}
.testimonial .author {
	font-family: 'roboto';
	font-size: 13px;
	text-align: center;
	padding-top: 30px;
}
.footer {
	background-color: #080808;
	font-family: 'roboto';
	font-size: 10px;
	color: #c3996c;
	padding: 20px 0;
}
/*inner page*/
body.innerpg {
	background-image: transparent;
	font-family: 'open_sanscondensed_light';
	background-color: #131313;
	background-repeat: no-repeat;
 	/*background-position: 30% 20%;*/ 
 	color: #c49a6c;
}
.banner img {
	margin: auto;
	width: 100%;
}
.inner-page h2 {
	margin-bottom: 10px;
}
.inner-page .content h2 {
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 36px;
}
.inner-page .product-row {
	margin-bottom: 25px;
	text-align: center;
}
.inner-page .product_title {
	font-family: 'open_sanscondensed_light';
	font-size: 24px;
	color: #c49a6c;
	text-align: center;
}
.inner-page .pro-price {
	font-family: 'roboto';
	font-size: 13px;
	color: #ed993c;
}
.inner-page .pro-view {
	margin-top: 10px;
}
/*Modal*/
.modal-content {
	background-color: rgba(0,0,0,0.50) !important;
    opacity: 0.9;
    color: #947142;
    font-family: 'roboto';
    padding: 20px;
}
.modal-content .close {
    color: #FFFFFF;
    font-size: 31px;
}
.modal-content .product_title {
	color: #947142;
	text-align: center;
	margin-top: 10px;
	font-size: 28px;
	min-height:60px;
	
}
.modal-content p {
	text-align: justify;
	color: #947142;
}
.modal-content .price {
	font-size: 25px;
}
.carousel-inner-pandu{
	width:90% !important;
	 margin: auto !important; 
	
}
.modal-lg-pandu{
	border:solid #ed993c 1px; min-height:194px;
}
.modal-content-pandu{
	min-height:450px;
}
.glyphicon-chevron-left-pandu{
	padding:0px !important; font-size:24px; font-weight:normal;
}
.glyphicon-chevron-right-pandu{
	padding:0px !important; font-size:24px;
}
.dropgradient{
	 background: #ffe11c;
  background-image: -webkit-linear-gradient(top, #ffe11c, #9c750e);
  background-image: -moz-linear-gradient(top, #ffe11c, #9c750e);
  background-image: -ms-linear-gradient(top, #ffe11c, #9c750e);
  background-image: -o-linear-gradient(top, #ffe11c, #9c750e);
  background-image: linear-gradient(to bottom, #ffe11c, #9c750e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  
}
.qnt:focus,
.qnt:active:focus{
    outline:none;

}

.qnt:focus{
    text-decoration:none;
	
}
.qnt:hover{
    
}

.glyphicon-chevron-left{
font-size:20px !important;	
}

.glyphicon-chevron-right{
	font-size:20px !important;
	font-weight:100 !important;
}

.drop{
outline: 1px dotted #333;	
}

.drop option {
background-color: rgba(0,0,0,1.00) !important;
border:solid 1px #947142 !important;
color:#947142;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  width:26px !important;
  background-image:url(../images/drop4.png) !important;

 
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: transparent;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 11px;
  right: 1px;
  width: 0;
  font-size:10px;
  height: 0;
  border: 4px solid transparent;
  border-color: #000000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
  top: 7px;
  font-size:10px;
}
/*style the items (options), including the selected item:*/
.select-items div {
  color: #947142;
  margin-left:-0px;
  padding: 0px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}


.select-selected {
  color: #020202;
  margin-left:-10px;
  padding: 0px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: transparent;
  top: 100%;
  border:solid 1px #947142; 
  color: #947142;
  left: 1px;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-15px;
    top:230px;
    width:60px;
     z-index: 99999999999999999999999999999999999;
	
}
.sticky li{
    list-style-type:none;
    background-color:transparent;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}

.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}

