@font-face {
    font-family: 'moonbold';
    src: url('fonts/moon_bold-webfont.eot');
    src: url('fonts/moon_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/moon_bold-webfont.woff2') format('woff2'),
        url('fonts/moon_bold-webfont.woff') format('woff'),
        url('fonts/moon_bold-webfont.ttf') format('truetype'),
        url('fonts/moon_bold-webfont.svg#moonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'moonlight';
    src: url('fonts/moon_light-webfont.eot');
    src: url('fonts/moon_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/moon_light-webfont.woff2') format('woff2'),
        url('fonts/moon_light-webfont.woff') format('woff'),
        url('fonts/moon_light-webfont.ttf') format('truetype'),
        url('fonts/moon_light-webfont.svg#moonlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GothamProRegular";
    src: url("fonts/GothamProRegular/GothamProRegular.eot");
    src: url("fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
        url("fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
        url("fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamProLight";
    src: url("fonts/GothamProLight/GothamProLight.eot");
    src: url("fonts/GothamProLight/GothamProLight.eot?#iefix")format("embedded-opentype"),
        url("fonts/GothamProLight/GothamProLight.woff") format("woff"),
        url("fonts/GothamProLight/GothamProLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Boing';
    src: url('fonts/BOINGREGULAR.eot');
    src: local('â˜º'), url('fonts/BOINGREGULAR.woff') format('woff'), url('fonts/BOINGREGULAR.ttf') format('truetype'), url('fonts/BOINGREGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: AN-regular;
    src: url(../blog-posts/Avenir/next/AvenirNext-Regular.woff);
}
@font-face {
    font-family: AN-demibold;
    src: url(../blog-posts/Avenir/next/AvenirNext-DemiBold.woff);
}
@font-face {
    font-family: AN-medium;
    src: url(../blog-posts/Avenir/next/AvenirNext-Medium.woff);
}
@font-face {
    font-family: AN-UltraLight;
    src: url(../case_land/next/AvenirNext-UltraLight.woff);
}
/******************************************************* RESET CSS *******************************************************/
ol,ul {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
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, 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 { border: 0; font-size: 100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
input[type=text]:focus,input[type=submit]:focus,input[type=email]:focus,select:focus,textarea:focus,button:focus {outline: none;}
input[type="submit"],button{ -webkit-appearance: none; }
/*************************************************************************************************************************/

iframe[name="google_conversion_frame"] {
    display: none;
}
@media (min-width:1000px) {
    /* header */
    /* desktop */
    .desktop {
        display: inline;
    }
    .mobile {
        display:none;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #000;
        color: #fff;
        font-family: 'moonlight';
        font-size: 13px;
        line-height: 20px;
    }
    header .intro {
        width: 1030px;
        margin: 0 auto;
        padding: 6px 0 6px;
    }
    header .logo {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        padding-top: 5px;
    }
    header .new_launch{
        position: absolute;
        top: 28px;
        width: 32px;
        margin-left: 464px;
        display: none;

    }
    header .logo .mobile{
        width:219px;
        height:28px;
    }
    header .logo .desktop{
        padding-top: 2px;
        width:100%;
    }
    header nav {
        display: inline-block;
        vertical-align: top;
        width: 685px;
        text-align: right;
    }
    header nav ul {
        margin: 0 auto;
        padding: 4px 0 0;
    }
    header nav li {
        display: inline-block;
        vertical-align: top;
        margin-right: 45px;
        letter-spacing: 0.8px;
    }
    header nav li:nth-child(1) {
        display: inline-block;
    }
    header nav 
    a{
        color: #2BDE73;
    }
    header nav a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }
    header nav a:hover,
    header nav li.current-menu-item a {
        text-decoration: underline;
    }
    header a.buy-button {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #fff;
        border-radius: 16px;
        color: #fff;
        padding: 1px 20px 1px 20px;
        text-decoration: none;
        margin: 2px 0px 0 0px;
        font-size: 13px;
        letter-spacing: 1px;
        transition: 1s;
    }
    header a.buy-button:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fff;
    }
    #kickpopup_bg{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 99999;
        display: none;
    }
    #kickpopup{
        z-index: 100000; 
        height: 400px;
        position: fixed;
        width: 800px;
        margin: 5% auto;
        left: 0px;
        right: 0px;
        display: none;             
        background: url('../img/banner_email.png') no-repeat rgb(221, 221, 221);
    }
    #kickpopup-case{
        z-index: 100000; 
        height: 400px;
        position: fixed;
        width: 800px;
        margin: 5% auto;
        left: 0px;
        right: 0px;
        display: none;             
        background:  #000;
    }
    .case-popup-title{
        width:800px;
        color: #fff;
        font-family: AN-medium;
        text-align: center;
        font-size: 30px;
        letter-spacing: -0.4px;
        margin:30px 0 0;
    }
    body.page h2.case-popup-sub-title,h2.case-popup-sub-title{
        width: 560px;
        margin: 20px auto 16px;
        display: block;
        font-size: 18px;
            line-height: 18px;
        color: #fff;
        font-family: AN-UltraLight;
    }
    .case-popup-img{
        width:400px;
    }
    .subscribe-popup-form{
        height:36px;
    }
    .subscribe-popup-form input{
        border-radius: 10px 0 0 10px;
        padding: 0px 0px 0px 22px;
        height:inherit;
        border: 0;
        width: 273px;
        color: #3e3e3e;
        font-family: AN-medium;
        font-size: 19px;
        cursor: pointer;
        top: -2px;
        position: relative;
        height: inherit;
    }
    .subscribe-popup-form button {
        background: #2BDE73;
        color: #161913;
        font-family: AN-demibold;
        font-size: 25px;
        border: 0;
        border-radius: 0 10px 10px 0;
        padding: 0 45px 0;
        height:inherit;
        margin-left: -4px;
        cursor: pointer;
        height: inherit;
    }
    .subscribe-popup-success{
        display: block;
        visibility: hidden;
        color:#fff;
    }
    #kickpopup_close{
        float:right; width:33px;height:32px;cursor:pointer;margin: 10px;
    }
    .kickpopup_div{
        width: 255px;
        margin-right: -30px;
        float: right;
        text-transform: uppercase;
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        font-family: 'GothamProRegular';
        margin-top: 35px;
        letter-spacing: -4px;
    }
    .kickpopup_div a{
        font-family: 'GothamProRegular';
        font-size: 20px;
        padding: 15px 32px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #5a595a;
        border: 2px solid #fff;
        border-radius: 1px;
        color: #fff;
        letter-spacing: 0px;
        margin-top: 50px;
    }
    .kickpopup_div a:hover{background-color: #000000;}

    .thanksgiving_link{
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-family: Arial;
        display: inline-block;
        margin-top: 170px;
        border: 2px solid white;
        border-radius: 20px;
        padding: 10px 35px;
        line-height: 14px;
        cursor:pointer;
    }
    .thanksgiving_link:hover{
        background-color:white;
        color:black;
    }
}
@media screen and (min-width:1000px) and  (max-width:1050px){
    header .intro{
        width:1000px;
    }
    header nav{
        width:620px;
    }
    header .new_launch{
        margin-left:437px;
        display: none;
    }

    header nav li{
        margin-right: 30px;
    }
}
@media (min-width: 600px) and (max-width: 999px){
    .desktop {
        display: inline;
    }
    .mobile {
        display:none;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #000;
        color: #fff;
        font-family: 'moonlight';
        font-size: 13px;
        line-height: 20px;
    }
    header .intro {
        width: 100%;
        margin: 0 auto;
        padding: 6px 0 6px;
    }
    header .logo {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        padding-top: 5px;
    }
    header .new_launch{
        position: absolute;
        top: 28px;
        width: 32px;
        margin-left: 464px;
        display: none;

    }
    header .logo .mobile{
        width:219px;
        height:28px;
    }
    header .logo .desktop{
        padding-top: 2px;
        width:100%;
    }
    header nav {
        display: inline-block;
        vertical-align: top;
        width: 75%;
        text-align: right;
    }
    header nav ul {
        margin: 0 auto;
        padding: 4px 0 0;
    }
    header nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 2%;
        letter-spacing: 0.8px;
    }
    header nav li:nth-child(1) {
        display: inline-block;
    }
    header nav li:nth-child(2) {

        
    }
    header nav a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }
    header nav a:hover,
    header nav li.current-menu-item a {
        text-decoration: underline;
    }
    header a.buy-button {
        display: none;
        vertical-align: top;
        border: 1px solid #fff;
        border-radius: 16px;
        color: #fff;
        padding: 1px 20px 1px 20px;
        text-decoration: none;
        margin: 2px 0px 0 0px;
        font-size: 13px;
        letter-spacing: 1px;
        transition: 1s;
    }
    header a.buy-button:hover {
        border: 1px solid #000;
        color: #000;
        background-color: #fff;
    }
    #kickpopup_bg{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        z-index: 99999;
        display: none;
    }
    #kickpopup{
        z-index: 100000; 
        height: 400px;
        position: fixed;
        width: 800px;
        margin: 5% auto;
        left: 0px;
        right: 0px;
        display: none;             
        background: url('../img/banner_email.png') no-repeat rgb(221, 221, 221);
    }
    #kickpopup_close{
        float:right; width:33px;height:32px;cursor:pointer;margin: 10px;
    }
    .kickpopup_div{
        width: 255px;
        margin-right: -30px;
        float: right;
        text-transform: uppercase;
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        font-family: 'GothamProRegular';
        margin-top: 35px;
        letter-spacing: -4px;
    }
    .kickpopup_div a{
        font-family: 'GothamProRegular';
        font-size: 20px;
        padding: 15px 32px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #5a595a;
        border: 2px solid #fff;
        border-radius: 1px;
        color: #fff;
        letter-spacing: 0px;
        margin-top: 50px;
    }
    .kickpopup_div a:hover{background-color: #000000;}

    .thanksgiving_link{
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-family: Arial;
        display: inline-block;
        margin-top: 170px;
        border: 2px solid white;
        border-radius: 20px;
        padding: 10px 35px;
        line-height: 14px;
        cursor:pointer;
    }
    .thanksgiving_link:hover{
        background-color:white;
        color:black;
    }   
}
/* end desktop */
/* mobile */
/* portrait */
@media screen and (max-width: 600px) and (orientation:portrait) {

    #kickpopup{
        display:none; 
    }
    .mobile {
        display:inline;
    }
    .desktop {
        display: none;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #000;
        color: #fff;
        font-family: 'moonlight';
        font-size: 13px;
        line-height: 20px;
    }
    header .new_launch{
        display:none;
    }
    header .intro {
        width: 1030px;
        margin: 0 auto;
        padding: 13px 0 14px;
    }
    header .logo {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        padding-top: 5px;
    }
    header .logo .mobile{
        width: 116px;
        height: 15px;
    }
    header .logo .desktop{
        padding-top: 8px;
        width:100%;
    }
    header nav {
        display: inline-block;
        vertical-align: top;
        width: 720px;
        text-align: right;
    }
    header nav ul {
        margin: 0 auto;
        padding: 10px 0 0;
    }
    header nav li {
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
        letter-spacing: 0.8px;
    }
    header nav li:nth-child(1) {
        display: inline-block;
    }
    header nav li:nth-child(2) {
        
    }
    header nav a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
    }

    header {
        position: fixed;
    }
    header .intro {
        border-bottom: 1px solid #2c2b2c;
        background: #000;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px 0;
        opacity: 1;
    }
    header .intro .logo {
        transition: opacity 0.25s;
        display: inline-block;
        vertical-align: top;
        margin-left: 27px;
        margin-top: 5px;
        float: left;
        padding: 0;
    }
    header .intro .logo:hover {
        opacity: 0.8;
    }
    header .lines {
        margin-top: 4px;
        margin-right: 24px;
        width: 16px;
        display: inline-block;
        float: right;
    }
    header .lines img {
        width: 100%;
        display: block;
    }
    .opened {
        transform: rotate(90deg);
    }
    header a.buy-button{
        display: none;
    }
    header .buttons {
        float: right;
        display: inline-block;
        margin: 20px 40px 0 0;
    }
    header .buttons a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 45px;
        transition: opacity 0.5s;
    }
    header .buttons a:hover {
        opacity: 0.8;
    }
    header .buttons a.shop {
        margin-top: -1px
    }
    header .buttons a#menu_button {
        height: 36px;
        width: 43px;
        background: url(../img/menu.png) center center no-repeat;
        margin-top: -3px;
    }
    header .buttons a#menu_button.open {
        background: url(../img/menu2.png) center center no-repeat;
    }
    header #menu {
        width: 100%;
        background: #000;
        position: absolute;
        top: 71px;
        left: 0px;
        z-index: 999;
    }
    header #menu.hide {
        display: none;
    }
    header #menu ul {
        margin: 15px 0 20px 0;
    }
    header #menu ul li {
        margin-bottom: 8px;
    }
    header #menu ul li a {
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 33px;
        padding: 16px 0 16px 33px;
    }
    header #menu ul li a:hover {
        background: #222;
    }
    header nav {
        width: 100%;
        display: none;
    }
    header nav li {
        padding-left: 10%;
    width: 100%;
    font-size: 15px;
    line-height: 39px;
    text-align: left;
    }
}
@media screen and (width: 640px) and (orientation:portrait) {
    header nav li:nth-child(1) {
        
    }
    header nav li:nth-child(2) {
        display: inline-block;
    }
    header .intro .logo {
        height: 63px;
    }
    header div.intro a img {
        width: 215%!important;
    }
    header .lines {
        width: 9%;
        margin-right: 20px;
    }
    header nav li {
        font-family: moonlight;
        font-size: 25px;
        line-height: 60px;
    }
}
@media screen and (width: 768px) and (orientation:portrait)  {
    header {
        padding: 0 10px;
    }
    header .intro{
        width:100%;
    }
    header nav li:nth-child(1) {
       
    }
    header nav li:nth-child(2) {
        display: inline-block;
    }
    header .logo {
        width: 120px;
    }
    header a.buy-button {
        display: none;
    }
    header nav li {
        margin-right: 25px;
    }
    header nav {
        width: 625px;
    }

}
/*end portrait*/
/*landscape*/
@media screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {

    header nav li:nth-child(1) {
       
    }
    header nav li:nth-child(2) {
        display: inline-block;
    }
    header .new_launch{
        display:none;
    }
    header {
        position: fixed;
    }
    header .intro {
        border-bottom: 1px solid #2c2b2c;
        background: #000;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9999;
        padding: 10px 0;
        opacity: 0.8;
    }
    header .intro .logo {
        transition: opacity 0.25s;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        float: left;
        padding: 0;
    }
    header .intro .logo:hover {
        opacity: 0.8;
    }
    header .lines {
        margin-right: 10px;
        width: 31px;
        display: inline-block;
        float: right;
    }
    header .lines img {
        width: 100%;
    }
    .opened {
        transform: rotate(90deg);
    }
    header a.buy-button{
        display: none;
    }
    header .buttons {
        float: right;
        display: inline-block;
        margin: 20px 40px 0 0;
    }
    header .buttons a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 45px;
        transition: opacity 0.5s;
    }
    header .buttons a:hover {
        opacity: 0.8;
    }
    header .buttons a.shop {
        margin-top: -1px
    }
    header .buttons a#menu_button {
        height: 36px;
        width: 43px;
        background: url(../img/menu.png) center center no-repeat;
        margin-top: -3px;
    }
    header .buttons a#menu_button.open {
        background: url(../img/menu2.png) center center no-repeat;
    }
    header #menu {
        width: 100%;
        background: #000;
        position: absolute;
        top: 71px;
        left: 0px;
        z-index: 999;
    }
    header #menu.hide {
        display: none;
    }

    header #menu ul {
        margin: 15px 0 20px 0;
    }
    header #menu ul li {
        margin-bottom: 8px;
    }
    header #menu ul li a {
        color: #fff;
        display: block;
        text-decoration: none;
        font-size: 33px;
        padding: 16px 0 16px 33px;
    }
    header #menu ul li a:hover {
        background: #222;
    }
    header nav {
        width: 100%;
        display: none;
    }
    header nav li {
        padding-left: 9%;
        width: 78%;
        font-size: 15px;
        line-height: 39px;
        text-align: start;
    }
}
@media screen and (device-width: 1024px) and (orientation:landscape)  {

    header {
        padding: 0 20px;
    }
   
    header nav li:nth-child(2) {
        display: inline-block;
    }
    header .logo {
        width: 140px;
    }
    header nav li {
        margin-right: 25px;
    }
    header nav {
        width: 625px;
    }
}
/*end landscape*/
/*end mobile*/
