@font-face {
    font-family: 'Kessel105W00-Book';
    src: url('../fonts/Kessel105W00-Book.eot');
    src: url('../fonts/Kessel105W00-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kessel105W00-Book.woff2') format('woff2'),
        url('../fonts/Kessel105W00-Book.woff') format('woff'),
        url('../fonts/Kessel105W00-Book.ttf') format('truetype'),
        url('../fonts/Kessel105W00-Book.svg#Kessel105W00-Book') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Better Times';
    src: url('../fonts/BetterTimes.eot');
    src: url('../fonts/BetterTimes.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BetterTimes.woff2') format('woff2'),
        url('../fonts/BetterTimes.woff') format('woff'),
        url('../fonts/BetterTimes.ttf') format('truetype'),
        url('../fonts/BetterTimes.svg#BetterTimes') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Kessel105W00-Book';
    font-weight: 500;
    font-style: normal;
} 
 
 /* Remove the navbar's default rounded borders and increase the bottom margin */ 
    .navbar {
      margin-bottom: 50px;
      border-radius: 0;
    }
    
    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
    background-color: #efe0d5;
    padding: 25px;
  /*  height: 231px;*/
    }
	
	.navbar {
    margin-bottom: 50px;
    border-radius: 0;
    position: absolute;
    top: 41px;
    width: 100%;
}
	.navbar-top {
    margin-bottom: 50px;
    border-radius: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height:15px;
	background-color:#f17269;
	padding-left: 0!important;
	padding-right: 0!important;
	z-index:9
}
.navbar-inverse {
    background-color: #2220;
    border-color: #08080800;
}

.panel-footer1 {
    padding: 0 15px;
	font-weight:600;
}
.price {
	color: #f17269;
}

.banner {
	background-image: url("../images/ban1.jpg");
	background-size: cover;
	height:409px;
	
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #f17269;
    background: none;
}

.nav>li {
    position: relative;
    display: block;
    text-transform: uppercase;
}


@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: 0px;
}
}

.navbar-inverse .navbar-nav>li>a {
    color: #000!important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    font-weight: 600;
}

a:hover{
    background-color: transparent;
    color: #f17269!important;
}

.nav>li>a>img {
    max-width: none;
    display: inline;
}

.form-control {
    display: inline;
    width: 76%;
	margin-left: 5px;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	border-color:#000;
	border-radius: 0;
	box-shadow: none;
	    height: 31px;
	}

li input {color: #f17269!important;font-weight: 700;font-size:11px;margin-left:5px}	

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f17269!important;
  font-weight: 700;
  font-size:11px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f17269!important;
  font-weight: 700;
  font-size:11px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #f17269!important;
  font-weight: 700;
  font-size:11px;
}
	
ul {list-style:none}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
    max-width: 100%;
    height: auto;
}

footer {padding-top: 50px;}

footer ul li {display:inline}
   footer ul { margin-left: 0;
                  padding-left: 0;}
				  

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
   /*height: 407px;*/
}
@media screen and (min-width: 1200px){
 .fade-carousel {     
    position: relative;
    height: 273px;  
}}

@media screen and (min-width: 1281px){
 .fade-carousel {     
    position: relative;
    height: 407px;  
}}
.fade-carousel .carousel-inner .item {
    height: 100%; /********************************/
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 21%;
    max-width: 250px;
    left: auto;
    right: 74px;
    z-index: 3;
    color: #fff;
    text-align: center;
    line-height: 17px;
}
.hero ul {    margin-top: 32px;
    padding: 0px;}
.hero ul li a:hover{
	color: #463426!important;
	text-decoration:none;
}
.hero ul li a {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 32px;
    color: #463426;
    text-transform: uppercase;
	font-family: 'Kessel105W00-Book';
}
.hero ul li a.arrivals {
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 32px;
    color: #463426;
    text-transform: uppercase;
}
/* .hero ul li a.arrivals:after{ */

   /* content: ""; */
   /* top:auto; */
   /* right:auto; */
   /* left:auto; */
   /* bottom:20px; */
   /* border-bottom: solid 2px #463426; */
   /* height: 2px; */
   /* width:200px; */
   /* margin: 0 10px 0 0; */
   /* color: #463426; */
   /* background:#463426; */
/* } */
hr.slide_box {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
	width: 188px;
    border-top: 2px solid #463426;
}
.hero h3 {
    font-size: 75px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #f8716b;
    font-family: 'Better Times';
    line-height: 67px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%; /********************************/
    z-index: 2;
    background-color: #080d15;
    opacity: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100%; /********************************/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
   
}
.fade-carousel .slides .slide-2 {
 
}
.fade-carousel .slides .slide-3 {
 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 400px; } /********************************/    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}				  

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

@media (min-width: 768px) {
.navbar-right1 {
    float: right!important;
    margin-right: -15px;
    margin-top: 13px;
}	
}

@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: -20px;
}
}
@media (max-width: 767px) {
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:#f17269;
    z-index: 9999;
    position: relative;
   /* height: 100%;*/
    background: #fff;
}
.form-control {
    width: 20%;
}

.panel-footer1 {
    padding: 0 15px;
    font-weight: 600;
    text-align: center;
}	
.panel-body {
    padding: 15px;
    text-align: center;
}	
}

.container-panel {
	margin-top:40px;
}	
.container-panel p{
	font-size: 57px;
    font-weight: 100;
    margin: 0;
    padding: 0;
    color: #222;
    font-family: 'Better Times';
    line-height: 67px;
    text-align: center;
    margin-bottom: 100px;
}	  

@media (max-width:1113px) and (min-width:768px) {
	ul.navbar-right li a {
		font-size:12px;
		margin:2px;
		margin-top: 15px;
	}
}

@media (max-width:767px) {
.navbar {
    margin-bottom: 50px;
    border-radius: 0;
    position: absolute;
    top: 17px;
    width: 100%;
}
.mobile_nav {
	display:inline!important;
}
#momo li {display:table!important;    float: left;}
#momo li a {display:block!important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
    /*height: 100%!important;*/
}
}
@media (min-width:768px) {
#momo {display:none!important;}
}
@media (max-width:768px) and (min-width:440px) {
	.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 200px!important; /********************************/
}
.overlay {
    position: absolute;
    width: 100%;
    height: 200px!important; /********************************/
}
.fade-carousel {
    position: relative;
    height: 200px!important; /********************************/
}
.fade-carousel .carousel-inner .item {
    height: 200px!important; /********************************/
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
    /* height: 100%!important; */
}
}

@media (max-width:439px) {
	.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 150px!important; /********************************/
}
.overlay {
    position: absolute;
    width: 100%;
    height: 150px!important; /********************************/
}
.fade-carousel {
    position: relative;
    height: 150px!important; /********************************/
}
.fade-carousel .carousel-inner .item {
    height: 150px!important; /********************************/
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline;
   /* height: 100%!important; */
}
}

a#active {
	background-color: transparent;
	color: #f17269!important;
	}
	
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	
.fade-carousel {
    position: relative;
    height: 214px;
}
}	
@media only screen and (max-width: 479px) and (min-width: 320px) {
.category-products {
    width: 100%;
}

.toolbar {
    padding: 2px;
}
}	

.product-tabs li {
    float: none;
    display: inline-block!important;
    margin-left: 2px;
    margin-right: 2px;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
.group-select li input.input-text, .group-select li textarea {
    width: 60%;
}
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
    width: 60%;
}
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
    width: 80%!important;
}
.group-select li input.input-text, .group-select li textarea {
    width: 80%!important;
}
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
}