p{
font-family: tahoma,sans-serif;

}

#hero-wrap{
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.hero-text{
font-family: tahoma,sans-serif;
color:deeppink;
text-align: center;
}
iframe{
    border:0;
    width:100%;
    height:900px;
}


body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
    overflow-x: hidden;
    font-size:14px;
}

#owl-hero{
    position:relative;
    margin-top:95px;
}
#owl-hero #shade{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,000000+100&0+34,0.84+99 */
    background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(101,101,101,0) 34%, rgba(2,2,2,0.84) 99%, rgba(0,0,0,0.84) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(101,101,101,0) 34%,rgba(2,2,2,0.84) 99%,rgba(0,0,0,0.84) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(101,101,101,0) 34%,rgba(2,2,2,0.84) 99%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#d6000000',GradientType=0 ); /* IE6-9 */
    position:absolute;
    z-index: 1;
    width:100%;height:100%;
}
#owl-hero #owl-text{
    width:100%;
    text-align: center;
    position:absolute;
    z-index: 2;
    bottom:15%;
}
#owl-hero #title{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.38);
}
#owl-hero #old-prize{
    text-decoration: line-through;
    font-size: 30px;
    color: #fff;
    line-height: 1em;
}
#owl-hero #new-prize{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
}
#owl-hero #description{
    font-size: 20px;
    color: #fff;
    line-height: 1em;
}
.owl-theme .owl-controls {
    margin-top: -30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 10;
    position: relative;
}
.service{
    margin:0 auto;
}
.service #title{
    font-size: 34px;
    text-align: center;
    color:#424242;
}
.service #prize{
    font-size: 20px;
    text-align: center;
    color:#999;
}
.service{
    max-width: 260px;
}
.btn{
    background-color: rgb(0, 140, 255);
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
}
.btn-success{
        background-color:#0C0;
    width: 205px;
    font-size: 24px;
    color: #fff;
    margin: 10px auto;
}
.btn-hero{
    width: 205px;
    font-size: 24px;
    color: #fff;
    margin: 10px auto;
}
.service .btn-products{
    width: 205px;
    font-size: 24px;
    color: #fff;
    margin: 10px auto;
}

.btn-nav{
    width: 205px;
    font-size: 20px;
    color: #fff;
}
.header{
    position: fixed;
    z-index:100;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
}
.header ul{
    float: right;
    margin-top: 35px;
    display:none;
}
.header ul li{
    font-size: inherit;
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    color:#424242;
    font-size: 20px;
}
.header ul li:last-child{
    margin-right: 0;
    color:#fff;
}
.footer{
    padding:20px;
}
.footer ul{
    text-align: center;
}
.footer li{
    font-size: inherit;
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.footer span{
    color: #fff;
    text-align: center;
    display: block;
    padding: 30px;
}
#logo{
    width: 150px;
    margin: 10px;
}
#marque{
    width: 100px;
    background: deeppink;
    height: 38px;
    float: left;
    margin: 30px 0;
}

.no-padding{
    padding:0;
}
.blue{
    background-color: #008cff;
}
h1 span{
    text-align: center;
    color: #999;
    line-height: normal;
    font-size:15px;
    font-family: 'Didact Gothic', sans-serif;
}
h1{
    text-align: center;
    color: deeppink;
    line-height: normal;
    font-family: 'Didact Gothic', sans-serif;
}
.row{
    max-width:  60rem;
}
.full-width{
    max-width:100%;
}
.block{
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}
p {
    font-size: 14px;
    line-height: 1.4;
}
#email{
    width: 300px;
    border-radius: 5px;
    display: inline-block;
    font-size: 22px;
    color: #000;
}

.space{
    height:50px;
    width:100%;
}
.map p{
    font-size: 15px;
    color:#999;
}
.newsletter{
    text-align:center;
}
.newsletter #title{
    font-size: 30px;
    font-weight: bold;
}
.newsletter #description{
    color:#666;
}
.newsletter .btn {
    width: 300px;
    height: 42px;
    font-size: 25px;
    line-height: normal;
    border: 0;
    color: #fff;
    padding: 0;
    display: inline-block;
}
#newsletter{
    margin-top:20px;
}
ul{
    margin:0;
    padding:10px;
}
.navigation {
    /* critical sizing and position styles */
    width: 85%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: #fff;
    /* non-critical appearance styles */
    list-style: none;
    background: #414f5a;
    font-size: 30px;
    padding: 10%;
    text-align: center;
    width: 85%;
}

/* Navigation Menu - List items */
.nav-item {
    /* non-critical appearance styles */
    width: 200px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #000;
}

.nav-item a {
    /* non-critical appearance styles */
    display: block;
    padding: 1em;
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    color: white;
    font-size: 1.2em;
    text-decoration: none;
    transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
    color: #c74438;
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(75,20,20,0.65) 100%);
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
    /* Critical position and size styles */
    min-height: 100%;
    min-width: 100%;
    background-color: white; /* Needs a background or else the nav will show through */
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;

    /* non-critical apperance styles */

    background-size: 200%;
}

/* Nav Trigger */
.nav-trigger {
    /* critical styles - hide the checkbox input */
    position:absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: fixed;
    right:0;
    top: 34px;
    z-index: 2;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
    transition: left 0.3s;
}

.nav-trigger:checked + label {
    left: 85%;
}

.nav-trigger:checked ~ .site-wrap {
    left: 85%;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.topspace{
    height:98px;
    width:100%;
}

.product .btn{
    background-color: rgb(0, 140, 255);
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 40px;
width:100%;
    display: inline-block;
    color:#ffffff;
}
#buy-price{
        font-size: 60px;
    line-height: normal;
    text-align: center;
    color: deeppink;
}

#buy-price span{
    font-size: 15px;
    display: inline-block;
    color: #969696;
    text-align: center;
}

@media (min-width: 641px) {
 
    .show-for-small{
        display:none !important;
    }
    .hide-for-small{
        display:block !important;
    }
    .site-wrap {
        left:0!important;   
    }

}
@media (min-width: 900px) {
    show-for-900{
        display:none;
    }
    hide-for-900{
        display:block;
    }
    
}