/* FONTS */
@font-face {
    font-family: 'desyrelregular';
    src: url('../font/desyrel-webfont.eot');
    src: url('../font/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/desyrel-webfont.woff') format('woff'),
         url('../font/desyrel-webfont.ttf') format('truetype'),
         url('../font/desyrel-webfont.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldregular';
    src: url('../font/oswald-regular-webfont.eot');
    src: url('../font/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/oswald-regular-webfont.woff') format('woff'),
         url('../font/oswald-regular-webfont.ttf') format('truetype'),
         url('../font/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/OpenSans-Semibold-webfont.eot');
    src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.desy {
    font-family: 'desyrelregular';
}

/* HEADER */
header.main {
    width: 100%;
    max-width: none;
    background-color: #262626;
}
.headerWrap {
    max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.logo-container {
    margin:0;
    /*display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}

.logo {
    width:223px;
}

/*.main-menu {
    
    border:none;
    padding: 19px 0 14px 0;
}*/

.main-menu {
    border:none;
}

header.main .main-menu.nav > ul > li > a {
    font-size: 25px;
    border:none;
    font-family: 'oswaldregular', 'Roboto Condensed', sans-serif;
}

.toggleMenu,
.toggleMenu:hover,
header.main .main-menu .toggleMenu i {
    color: #fff;
}


/* Banner */
.top-banner-wrapper {
    background: #313131 url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_banner_texture.jpg') repeat-x scroll top left;
}
.banner_home_page_top {
    max-width:100%;
    width:1000px;
    margin:0 auto;
    text-align: center;
}
.banner_home_page_top p {
    font-family: 'desyrelregular';
    font-size:32px;
    color:#fff;
    margin:0;
}

/* Carousel */
.slideshow-wrapper {
    max-height:545px;
    overflow: hidden;
    background: #313131 url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_banner_texture.jpg') repeat scroll top left;
}
.orbit-wrapper,
.orbit {
    margin:0;
}
.orbit .slide-content {
    left: 47%;
    padding:5% 0 0 0;
    text-align:center;
    width:40%;
}
.orbit .slide-heading {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 57px;
    text-transform:none;
    font-weight: normal;
    letter-spacing: -0.04em; /* -40 tracking in photoshop */
}
.orbit .slide-heading-prefix {
    display: block;
    font-family: 'oswaldregular';
    font-size: 36px;
    color: #fff;
    /*line-height: 0.2em;*/
}
.orbit .slide-text {
    font-style: italic;
}
.orbit .slide-content .button {
    border-radius: 50px;
    text-transform: none;
    font-family: 'oswaldregular', sans-serif;
    font-size: 23px;
    font-weight: normal;
}
.hero-wrapper {
    width: 100%;    
    text-align: center;
}
.hero {
    position: relative;
    max-height: 545px;
    margin:0 auto;
}
.hero-content {
    position: absolute;
    left: 45%;
    top: 0;
    width: 35%;
    padding: 3% 30px 0;
    text-align: center;
    color: #fff;
}
.hero .hero-heading {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 57px;
    text-transform:none;
    color: inherit;
    margin-top:0;
    line-height:54px;
}
.hero .hero-heading span {
    display: block;
    font-family: 'oswaldregular';
    font-size: 36px;
}
.hero .hero-text {
    font-style: italic;
    color: inherit;
    font-size: 20px;
}
.hero .hero-content .button {
    border-radius: 50px;
    font-family: 'oswaldregular';
    font-size: 23px;
    text-transform: none;
    padding:18px 50px;
}
/* Home page newsletter */
.homepage-newsletter-wrapper {
    background: #313131 url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_banner_texture.jpg') repeat-x scroll top left;
    position: relative;
    clear: both;
}
.homepage-newsletter {
    max-width:100%;
    width:1000px;
    margin:0 auto;
    text-align:center;
}
.homepage-newsletter h4 {
    font-family: 'desyrelregular';
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    line-height: 73px;
    margin: 0;
    text-transform: none;
}
.homepage-newsletter .subscribe_form {
    line-height:120px;
    margin:12px auto 0 auto;
}
.subscribe_form {
    text-align:center;
    width: 250px;
    margin:0 auto;
}
.subscribe_form_inner {
    display: table-row;
}
.subscribe_form input {
    display:block;
    float:left;
    background-color:#c7c6c6;
    height:52px;
}
.subscribe_form .nl_email {
    border-radius: 50px 0 0 50px;
    color: #000;
    width:200px;
    box-shadow: none;
    border:none;
    padding-left:15px;
}
.subscribe_form .button {
    font-family: 'FontAwesome';
    border-radius: 0 50px 50px 0;
    color: #c92479;
    width:50px;
    font-size: 20px;
}

.homepage-newsletter .nl_email::-webkit-input-placeholder {
   color: #262626;
}

.homepage-newsletter .nl_email::-moz-placeholder {  /* Firefox 19+ */
   color: #262626;
}

.homepage-newsletter .nl_email:-ms-input-placeholder {  
   color: #262626;
}

/* Home page before & after */
/*.before-after-wrapper {
    background:#fff url(//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_before_after.jpg) no-repeat scroll 0px 0px;
}*/
.before-after-wrapper {
    position: relative;
    clear: both;
}
.before-after {
    min-height: 353px;
    overflow:visible;
    padding:0;
    /*display:-webkit-flex;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;*/
    max-width: 1100px;
    margin:0 auto;
    overflow: hidden;
    display: table;

}
.before-after-row {
    display: table-row;
}
.before-after-row > div {
    /*flex: 0 0 auto;*/
    width: 20%;
    max-width:220px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    /*float: left;*/
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.before-after-row > div:first-child,
.before-after-row > div:last-child {
    padding: 0;
    vertical-align: bottom;
}
.before-after > div img {
    /*position:absolute;
    bottom:0;*/
    /*display: table-cell;*/
    vertical-align: bottom;
}
/*.before-after div:first-child:before {
    content: "";
    display:inline-block;
    background: #fff url(//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_before.jpg) no-repeat scroll top left;
    width: 227px;
    height: 353px;
    position: absolute;
    top: 0;
    left: -207px;
}
.before-after div:last-child:after {
    content: "";
    display:inline-block;
    background: #fff url(//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_after.jpg) no-repeat scroll top left;
    width: 192px;
    height: 353px;
    position: absolute;
    top: 0;
    right: -160px;
}*/
/*.before-after div {
    padding:0 30px;
}*/
.before-after h4 {
    font-family: 'oswaldregular';
    font-size: 24px;
    margin-top: 105px;
    text-transform: none;
}
.before-after p {
    font-size:17px;
}
.before-after .button {
    border-radius:50px;
    font-family: 'oswaldregular';
    font-size: 15px;
    text-transform: none;
    display: inline-block;
}

/* Footer */
footer.main {
    width: 100%;
    max-width: none;
    background-color: #434343;
}
.footerWrap {
    max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}
.default footer.main {
    margin-top:0;
}
.footer-top {
    background-color: #434343;
    color: #fff;
    padding-top: 45px;
}
footer.main .footer-top h4 {
    text-align: center;
    font-family: 'oswaldregular',sans-serif;
    font-size:21px;
    border-top: none;
    text-transform: none;
}
.footer-top p {
    font-size:22px;
    color: #fff;
}
.footer-top .footer-signup .subscribe_form {
    text-align: center;
}
.footer-top .footer-signup .subscribe_form input {
    background-color: #262626;
    color: #fff;

}
.footer-top .earth-friendly {
    text-align: center;
}
.footer-top .footer-social {
    text-align:center;
}
footer.main .social-links {
    display:inline-block;
}
ul.social-links li {
    margin: 0;
    background-color: #262626;
    margin:0 13px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    width: 44px;
}
footer.main .social-links a {
    margin-right:0;
    font-size:20px;
}
footer.main .social-links a:hover {
    color: #c92479;
}

footer.main .credit-links p {
    text-align:center;
    border-top:none;
    margin:0;
    padding:0;
    font-size:15px;
    color: #fff;
}

.footer-bottom {
    padding:40px 0 30px 0;
    background: #313131 url('//cdn10.bigcommerce.com/r-1c02df274aa22f3163f61357818ba064e27471d8/themes/Athletic/images/bg_banner_texture.jpg') repeat scroll top left;
}

ul.nav-footer {
    text-align: center;
}
ul.nav-footer > li {
    display: inline-block;
}

/*.nav-footer-pages {
    
    
}*/

.nav-footer-pages li {
    margin:0 15px;
    
}
.nav-footer-pages li a {
    font-size:19px;
    font-family:'oswaldregular';
    text-transform: uppercase;
}
/*.nav-footer-utilities {
    
}*/
.nav-footer-utilities li {
    margin: 0 20px;
}
.nav-footer-utilities li a {
    font-size:15px;
}

/* Responsive */
@media only screen and (max-width: 1270px) {
    .hero .hero-heading span {
        font-size:30px;
    }
    .hero .hero-heading {
        font-size:45px;
        line-height:40px;
        margin-bottom:20px;
    }
    .hero .hero-text {
        margin-bottom:15px;
    }
    .hero .hero-content .button {
        font-size:14px;
        padding: 14px 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .before-after h4 {
        margin-top:20px;
    }
}
@media only screen and (max-width: 880px) {
    .hero .hero-heading span {
        /*font-size:25px;*/
    }
    .hero .hero-heading {
        /*font-size:35px;*/
        line-height:30px;
        margin-bottom:20px;
    }
}
@media only screen and (min-width: 769px) {
    .main-menu {
        clear: none;
        float:none;
    }

.homepage-newsletter {
    H4 {
        line-height: 73px;
    }
    .subscribe_form {
      margin: 12px auto 0 auto;
    }
}


}
@media only screen and (max-width: 768px) {
    /*.before-after > div {
        padding: 0 20px;
    }
*/
    .before-after h4 {
        margin-top:10px;
    }
    .before-after .button {
        position: absolute;
        bottom: 10px;
    }
    .homepage-newsletter h4 {
        line-height: 60px;
    padding: 15px 0;
    }
    .responsive .orbit .slide-content {
        width:55%;
    }
    .responsive .orbit .slide-content .slide-heading,
    .responsive .orbit .slide-content .slide-text {
        text-align:left;
    }
    .responsive .orbit .slide-content .button {
        display: inline-block;
        float:left;
    }
}
@media only screen and (max-width: 767px) {

    .responsive .orbit .slide-content {
        width: 40%;
    }


    .homepage-newsletter h4 {
        line-height:30px;
    }

    .homepage-newsletter .subscribe_form {
        margin:10px auto 0 auto;
    }

    .subscribe_form input[type="submit"].button {
        width:50px;
    }
}

@media only screen and (max-width: 667px) {
    .responsive .orbit .slide-content {
        width: 50%;
    }
    .orbit .slide-heading-prefix {
        font-size: 30px;
    }
    .orbit .slide-heading {
        margin-bottom:8px;
    }
    .orbit .slide-text {
        margin: 12px 0;
    }
    .orbit .slide-content .button {
        font-size: 18px;
    }
    .before-after h4 {
        font-size: 16px;
        height: 40px;
    }
    .before-after p {
        font-size: 14px;
        height: 168px;
    }
    .before-after .button {
        position: static;
        bottom: auto;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .responsive .page header.main {
        padding: 40px 10px 10px;
    }

    .logo {
        width: 200px;
        /*display: inline-block;*/
    }
    
    .before-after {
        display: block;
        padding-bottom:20px;
    }
    .before-after-row {
        display: block;
    }
    .before-after-row > div {
        width: 100%;
        max-width: none;
        display: block;
    }

    .before-after-row > div:first-child,
    .before-after-row > div:last-child {
        display:none;
    }

    .before-after h4 {
        margin-top: 40px;
        height: auto;
    }

    .before-after p {
        height:auto;
    }

    .before-after .button {
        position: static;
        margin-top: 0;
    }

    .homepage-newsletter h4 {
        padding: 5px 0 0 0;
    }

    .responsive .orbit .slide-content {
        background-color:transparent;
        width: 55%;
    padding: 10px 15px 30px;
    }
    .responsive .orbit .slide-content .slide-heading {
        margin-bottom:5px;
    }
    .responsive .orbit .slide-content .slide-text {
        margin:5px 0 10px 0;
    }
    .responsive .orbit .slide-heading-prefix {
        font-size: 14px;
    }
    .responsive .orbit .slide-content .button {
        display: block;
        font-size: 8px;
    padding: 3px 8px;
    }
}