@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular');
    src: local('Oswald-Regular'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold');
    src: local('Oswald-Bold'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular');
	src: local('Poppins-Regular'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #000000;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}
p {
    color: #222;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
   font-family: 'Poppins-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #222;
    font-weight: bold;
   font-family: 'Oswald-Bold';
}


h1{
    font-size:30px;
    color:#000;
    line-height:30px
}

h2{
    font-size:30px;
    color:#FFA500;
    line-height:30px
}


h3{
    font-size:24px;
    color:#000;
    line-height:30px
}

h4{
    font-size:24px;
    color:#FFA500;
    line-height:30px
}


h5{
    font-size:18px;
    color:#000;
    line-height:30px
}

h6{
    font-size:18px;
    color:#FFA500;
    line-height:30px
}
a{
    color: #FFA500;
}
a:focus, a:hover{
	text-decoration:none;
}
.navbar-default .navbar-brand {
    color: #777;
    padding: 0px;
    float: none;
    height:auto;
}
.title-logo {
    display: table-cell;
}
.title-logo h1 {
      margin: 0px;
    font-size: 26px;
    margin-left: 30px;
    color: #ffa500;
    margin-top: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.logo{
    padding:0px 0px;
    display: block;
}
.navbar-brand>img {
    width: 200px;
    float: left;
    padding: 5px 0px;
}
#top-header{
    background-color: #f0eeda;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #353535;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 30px 12px;
    font-size: 15px;
    letter-spacing: 0.2px;
    text-shadow: none;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #353535;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #231f20;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #ffa500;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffa500;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.navbar-right {
    float: right !important;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: inherit;
    margin: 0px;
    left: 15%;
    top: 20%;
    text-align: left;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    text-transform: capitalize;
    margin: 0px;
}
.carousel-caption a {
    background-color: #ffa500;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #231f20;
    color: #ffffff;
    border-color: #231f20;
}
.carousel-caption span {
    font-size: 24px;
}
.carousel-caption span {
    font-size: 24px;
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
}
.carousel-caption p{
    font-size: 16px;
}
.about-text {
    text-align: center;
}
.about-text h1 {
    text-transform: uppercase;
    margin: 0px;
    padding-top: 40px;
}
.about-text h4 {
    color: #ffa500;
    text-transform: uppercase;
    margin: 15px 0px;
    font-size: 18px;
}
.about-text p {
    margin: 0px 100px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.about-text img {
    width: 80%;
    margin: 0px auto;
}
.about-block {
    padding-bottom: 40px;
}
.del-space {
    padding: 0px;
}
.about-text{
    position: relative;
    overflow: hidden;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #231f20;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.6;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #ffa500;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe .description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover .description {
    opacity: 1;
}

.description p{
    color: #ffffff;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.elite-right {
    text-align: center;
}
.elite-right h1 {
    font-size: 30px;
    margin: 20px 0px 15px;
}
.elite-right p {
    font-size: 15px;
    margin: 0px 20px;
}
.elite-right .btn-primary {
    background-color: transparent;
    border-color: #ffa542;
    color: #222;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 2px solid #ffa542;
    transition: all 0.3s ease;
}
.elite-right .btn-primary:hover{
    background-color: #231f20;
    border-color: #231f20;
    color: #ffffff;
}
.elite-left {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.elite-left img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-: all 0.3s ease-in-out;
}
.elite-left img:hover{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transform: scale(1.3);
}

footer{
    background-color: inherit;
    border: none;
   
}
.top-footer{
    background-color: #222222;
     padding: 30px 0px;
}
.footer-title{
  font-family: 'Oswald-Bold';
    border: none;
}
.more-info li{
    font-size: 16px;
   font-family: 'Poppins-Regular';
}
.shop-list a{
    font-size: 15px;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #ffffff;
}
.social .fa{
    color: #ffffff;
    font-size: 30px;
}
.social li {
    margin-bottom: 5px;
}
.shop-list li{
    margin: 6px 0px;
}
.more-info p {
    color: #ffffff;
}
.input-group-btn .btn {
    background: #ffa500 none repeat scroll 0 0;
    border: 1px solid #ffa500;
    font-size: 15px;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #000000;
}
.power p{
    color: #ffffff;
}
.main-footer ul{
    margin-top: 0px;
}
.flyer-left ul li {
    margin-bottom: 10px;
    line-height: 26px;
}
/*--media-responsive--*/
@media (min-width: 1200px){
    .carousel-caption h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .wrap-sticky{
        height: 106px !important;
    }
}

@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 31px 8px;
        font-size: 14px;
    }
    .title-logo h1{
        font-size: 24px;
    }
    .carousel-caption{
        top: 25%;
    }
    figure.effect-zoe p.description{
        bottom: 70px;
        padding: 15px;
    }
    .elite-block {
        padding-bottom: 40px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
   .carousel-caption h1 {
        font-size: 36px;
        padding-bottom: 10px;
        line-height: 40px;
    }
    .del-space{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .about-text p{
        margin: 0px 0px 20px;
    }
    .elite-block {
        padding-bottom: 30px;
    }
    .navbar-brand>img {
        float: none;
        margin: 0px auto;
    }
     .title-logo h1{
        margin-top: 0px;
    }
    .navbar-default .navbar-brand {
        float: none;
        height: auto;
        text-align: center;
        display: block;
        margin: 0px auto;
    }
    .title-logo {
       display: block;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
}
@media (max-width:767px) and (min-width:320px){
    .navbar-brand>img{
        float: none;
        display: block;
        margin: 0px auto;
    }
    .title-logo{
        display: block;
    }
    .title-logo h1{
        margin-top: 0px;
    }
     .wrap-sticky nav.navbar.bootsnav.sticked{
        position: initial;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 10%;    
        left: 0;
        text-align: center;
        right: 0;
        margin: 0px auto;
    }
    .btn-primary.btn-more{
        margin-top: 10px;
    }
    .grid figure img{
        width: 100%;
    }
    .grid figure {
        margin-bottom: 30px;
    }
     .del-space{
        padding: 0px 15px;
     }
      .elite-block {
        padding-bottom: 30px;
    }

}
@media (max-width:480px) and (min-width:320px){
   .title-logo h1{
      font-size: 20px;
        margin-left: 0px;
        line-height: 24px;
   }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 18px;
   }
   .carousel-caption span {
        font-size: 14px;
        display: block;
        margin-top: 5px;
        margin-bottom: 0px;
}
    .carousel-caption a {
        background-color: #27466E;
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
    }
    .elite-right h1{
        font-size: 24px;
    }
    .about-text p{
        margin: 0px 0px 20px;
    }
    .elite-right p{
        margin: 0px;
    }
    .elite-right .btn-primary {
        margin-bottom: 25px;
    }
   
}
