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

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81308738#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open-big:before {
    content: '\e800';
}
/* '' */
.icon-left-open-big:before {
    content: '\e801';
}
/* '' */
.icon-down-open-big:before {
    content: '\e802';
}
/* '' */
.icon-up-open-big:before {
    content: '\e803';
}
/* '' */
.icon-plus:before {
    content: '\e804';
}
/* '' */




html {
}

body {
    background-color: #171717;
    color: #fff;
    height: 100%;
    font-family: futura,sans-serif;
    overflow: scroll;
	-apple-font-smoothing: antialiased;-webkit-font-smoothing: subpixel-antialiased;
}


h1, h2, h3, h4, h5 {
    font-family: 'FeijoaWeb-Display',sans-serif;
}

h4 {
    line-height: 28px;
    font-weight: 100;
}


.home-body {
    padding-top: 0px;
    height: 100%;
    background: #171717;
}

.site-body {
    height: 100%;
    background: #171717;
    padding-top: 86px;
    min-height: 1200px;
}

.black-bg {
    background-color: #000;
    padding-bottom: 60px;
}

.text-fade {
    opacity: .6;
    padding-bottom: 40px;
}

select.dropdown { 
  color: white; 
} 

select.dropdown option { 
  color: white; 
  background-color: black; padding:5px 0px;
} 


#menu:not(.mm-menu ) {
    display: none;
}


#skrollr-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-device-width: 320px) {
    #skrollr-body {
        min-height: 1%;
    }
}

@media screen and (min-device-width: 480px) {
    #skrollr-body {
        min-height: 1%;
    }
}

.logo {
    position: absolute;
    left: 1%;
    max-height: 90px;
    padding: 0px;
}

.read-more {cursor: pointer;}

.plus {
    opacity: 1;
    color: #fff;
    font-family: 'Lato';
    font-weight: 100;
    font-size: 50px;
}

.cat-plus {
    display: block;
}

.plus-holder {
    padding: 20px;
    position: absolute;
    margin-top: -20px;
    padding-top: 0px;
}

.icon-plus-center {
    font-size: 40px;
    width: 100%;
    text-align: center;
    font-weight: 100;
}

.plus-sml {
    font-size: 30px;
}


.icon-plus-right {
    font-size: 60px;
    width: 60px;
    font-weight: 100;
    margin-bottom: 20px;
}


.pager li > a, .pager li > span, .pager li > a:hover, .pager li > a:focus {
    background-color: transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-color: transparent;
}


.age-check {width:230px;margin:0px auto;}


.top-cart {
    font-size: 12px;
    width: 90px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    border: solid 1px #DF5F41;
    display: block;
    background-color: #171717;
    height: 140px;
    text-align: center;
    padding: 10px 0px;
    margin: 0px 10px 10px 10px;
    -webkit-transition: background-color 3s ease-out;
    -moz-transition: background-color 3s ease-out;
    -o-transition: background-color 3s ease-out;
    transition: background-color 3s ease-out;
}

    .top-cart:hover {
        -webkit-transition: background-color 0s ease-in;
        -moz-transition: background-color 0s ease-in;
        -o-transition: background-color 0s ease-in;
        transition: background-color 0s ease-in;
        cursor: pointer;
        color: #fff;
        border: solid 1px #DF5F41;
        display: block;
        background-color: #DF5F41;
    }

.orderline-header {
    border-bottom: solid 1px #939393;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

    .orderline-header h5 {
        color: #ccc;
    }

.orderline-body {
    border-bottom: solid 1px #939393;
    padding: 15px 0px;
}


.view-link {
    color: #000;
    margin-top: 20px;
}


.header-equal {min-height:56px;}

.bottom-shop-link {
    position: fixed;
}

.bottom-shop-box {
    font-size: 12px;
    width: 90px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: #fff;
    display: block;
    background-color: #DF5F41;
    height: 140px;
    text-align: center;
    border: solid 1px #000;
    padding: 20px 10px;
    margin: 10px 10px 0px 10px;
}

    .bottom-shop-box:hover {
        cursor: pointer;
        color: #fff;
        border: solid 1px #DF5F41;
        background-color: #000;
    }

.mm-page {
    height: 100%;
}

.equalHeight {
    min-height: 150px;
}

.product-container {
    margin-bottom: 25px;
    position: relative;
	   border-bottom: solid 1px #DF5F41;
	padding-bottom:10px;
}

.add-container {
    position: absolute;
    bottom: 0px;
}

a.show-cart:hover {
    background-color: #DF5F41;
}


a {
    color: #aca9a9;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }


.navbar-fixed-top {
    background-color: #000;
}

.navbar-collapse {
    margin-top: 20px;
    margin-bottom: 10px;
}

.carousel-inner {
    min-height: 300px;
}

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        width: 100%;
    }

.actions {padding-bottom:10px;}

.works-headline {
    font-family: futura, Verdana, sans-serif;
    color: #fff;
    border-top: solid 1px #DF5F41;
    border-bottom: solid 1px #DF5F41;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px 10px 0px;
    width: 60%;
    font-size: 14px;
    margin: 60px auto 10px;
    letter-spacing: 3px;
    font-weight: normal;
}

.cart-headline {
    font-family: futura, Verdana, sans-serif;
    color: #fff;
    border-top: solid 1px #DF5F41;
    border-bottom: solid 1px #DF5F41;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px 10px 0px;
    width: 60%;
    font-size: 14px;
    margin: 20px auto 30px;
    letter-spacing: 3px;
    font-weight: normal;
}

.home-logo {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.site-logo {
    height: 90px;
}

.red-headline {
    color: #fff;
    border-top: solid 1px #DF5F41;
    border-bottom: solid 1px #DF5F41;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 60%;
    font-size: 14px;
    margin: 120px auto 10px;
    letter-spacing: 3px;
}

.arrow-nav {
    width: 80%;
    margin: -70px auto 0px;
}

.arrow-nav-bottom {
    margin-top: 40px;
}

.center-padding {
    width: 50%;
    margin: 10px auto;
}

.terms-padding {
    margin: 0px 5%;
    text-align: left;
}


.btn-black {
    border-color: #fff;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    font-family: futura, sans-serif;
    margin-top: 15px;
    padding: 6px 25px;
    background-image: none;
}

    .btn-black:hover {
        -webkit-transition: background-color 0s ease-in;
        -moz-transition: background-color 0s ease-in;
        -o-transition: background-color 0s ease-in;
        transition: background-color 0s ease-in;
        cursor: pointer;
        color: #fff;
        border: solid 1px #DF5F41;
        background-color: #DF5F41;
    }

.btn-black-selected {
    color: #fff;
    border: solid 1px #DF5F41;
    background-color: #DF5F41;
}

.btn-checkout {
    padding: 10px 0px;
}

.btn-cart {min-width:160px;}

.btn-refresh {
    border-color: #000;
    color: #fff;
    background-color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    font-family: futura, sans-serif;
    margin-top: 0px;
}

    .btn-refresh:hover {
        background-color: #fff;
        color: #000;
    }


.modal-content {
    min-height: 500px;
}

.panel-group {
    margin-bottom: 0px;
}


.mm-menu.mm-theme-dark {
    background: #000000;
    border-right: solid 1px #555454;
}

.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    border-bottom: solid 1px #939393;
    padding: 15px;
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
    border-color: rgba(247, 239, 239, 0.8);
}

.mm-title {
    font-family: futura, Verdana, sans-serif;
    color: #fff;
    border-top: solid 1px #DF5F41;
    border-bottom: solid 1px #DF5F41;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0px 10px 0px;
    width: 100%;
    font-size: 14px;
    margin: 5px auto;
    letter-spacing: 3px;
    font-weight: normal;
}


.mm-navbar {
    height: 80px;
}

.mm-listview {
    margin-top: 20px !important;
}

.mm-navbar .mm-btn {
    top: 7px;
}

.mm-listview a, .mm-listview a:hover {
    color: #DF5F41;
}

.variants {margin-bottom:10px;margin-top:20px;}
.text-padding {padding:5px 15%;}
.headline-text {
    color: #fff;
    text-align: center;
    margin: 40px auto 20px;
    padding: 10px 0px;
    width: 50%;
    position: relative;
}



.red-headline-text {
    color: #fff;
    border-top: solid 1px #DF5F41;
    border-bottom: solid 1px #DF5F41;
    text-align: center;
    margin: 40px auto 10px;
    padding: 10px 0px;
    width: 40%;
    position: relative;
}

.red-headline-text-bg {
    position: absolute;
    opacity: .2;
    font-size: 230px;
    top: -85px;
    left: -80px;
}

.faq-heading {
    border-bottom: solid 1px #908d8d !important;
}

    .faq-heading h4 {
        margin: 10px 0px;
    }

.faq-panel {
    margin: 10px auto;
    width: 80%;
}


.red-tile {
    color: #fff;
    border: solid 1px #DF5F41;
    text-align: center;
    padding: 20px;
    width: 100%;
    margin: 10px auto;
}

.red-box {
    color: #fff;
    border: solid 1px #DF5F41;
    text-align: center;
    padding: 50px 35px 35px;
    width: 70%;
    margin: 10px auto;
}

    .red-box h3 {
        min-height: 80px;
    }

.red-box-text {
    min-height: 70px;
    margin-top: 30px;
    padding: 0px 10px;
}

.navbar-nav {
    padding-left: 40px;
    float: none;
    width: 755px;
    margin: auto;
    font-family: 'C;;;;;
}


.fa-thin {
    font-size: 40px;
    font-weight: 100;
}


.corporate-promo {
    margin: 0px 0px;
    padding: 40px;
   
    background-size: cover;
    background-position: center center;
}


.anchor-offset {
    margin-top: -80px;
}


.corporate-promo-text {
    padding: 40px 0px 60px 0px;
    text-align: center;
    margin: 10px auto;
    width: 60%;
}

    .corporate-promo-text h1 {
        padding: 40px 0px 20px 0px;
    }

    .corporate-promo-text p {
        padding: 0px 30px 30px;
        width: 80%;
        margin: 0px auto;
    }

.home-about {
    margin: 110px 0px;
}


h1.headline {
    color: #fff;
    font-size: 42px;
    text-align: center;
    padding: 20px 0px 260px 0px;
    margin: 0px auto;
    width: 50%;
    line-height: 55px;
}

h1.get-started {
    padding: 60px 0px;
}


h2.headline {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 20px 0px 60px 0px;
    margin: 0px auto;
    width: 40%;
    line-height: 55px;
}



.navbar-brand {
    padding: 0px;
}


.navbar-brand-home img {
    left: 46%;
    padding: 20px 0px;
    max-height: 150px;
}



.navbar-nav > li > .dropdown-menu {
    margin-top: -15px;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-left: -20px;
}

.basket-padding {
    padding: 0px 15%;
}

label {
    display: block;
}

.modal-content {
    color: #000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.panel {
    background-color: transparent;
}

.panel-body {
    padding: 0px;
}

.faq-panel-body {
    padding: 15px;
}

.panel-title a {
    font-family: Futura,sans-serif;
    font-weight: 500;
    opacity: 1;
    width: 100%;
    font-size: 90px;
    line-height: 110px;
    text-align: center;
    padding: 5px 0px;
    min-height: 110px;
    color: #3B3B3B;
}

    .panel-title a:hover, .panel-title a:focus {
        opacity: 1;
        color: #fff;
        text-decoration: none;
    }

.panel-category {
    float: left;
    width: 100%;
    text-align: center;
}


.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}


.panel-heading {
    padding: 0px 15px;
}

.panel-border {
    border: solid 1px #fff !important;
    padding: 20px;
    margin-top: 20px;
    background-color: #000;
}


.category-title {
    color: #ccc;
    width: 100%;
    float: left;
    font-size: 90px;
    line-height: 110px;
    text-align: center;
    padding: 5px 0px;
    font-family: Futura;
    font-weight: 500;
    opacity: .2;
}



.step-number h1 {
    font-size: 50px;
    opacity: .8;
}

.step-title {
    color: #DF5F41;
}

.step-nav-container {
    padding-left: 0px;
}



.step-nav {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    line-height: 0;
    padding-left: 3%;
    margin: 20px 0px;
}

.step-nav-sml {
    margin: 0px auto;
    padding-left: 28%;
}


.step-nav ul li {
    border-left: 0px #fff solid;
    border-right: 0px #aaa solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.step-nav .divider {
    border-top: solid 1px #fff;
    width: 5%;
    margin-top: 22px;
}


.step-nav ul li .disabled {
    opacity: .5;
    display: block;
    margin: 0;
    padding: 16px 20px;
    text-decoration: none;
    width: auto;
    border-left-width: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.step-nav ul li a,
.step-nav ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    margin: 0;
    padding: 16px 20px;
    text-decoration: none;
    width: auto;
    border-left-width: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

    .step-nav ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .step-nav ul li a:focus,
    .step-nav ul li a:active,
    .step-nav ul li a.active {
        color: #DF5F41;
        text-decoration: none;
    }



.step-nav ul li#current strong,
.step-nav ul li#current a,
.step-nav ul li#current a:focus,
.step-nav ul li#current a:hover,
.step-nav ul li#current a:active {
    color: #DF5F41;
    text-decoration: none;
}



input[type="text"], input[type="number"], select {
  
    height: 34px;
}

textarea, input[type="text"], input[type="number"], select {
    display: block;
    width: 100%;
  
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    border: 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: transparent !important;
    color: #fff !important;
}

.cross-sml {
    font-family: 'Lato';
    font-size: 52px;
    padding: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 0px;
    right: -30px;
    top: -15px\0/; /* ie8 and 9 */
    right: -32px\0/; /* ie8 and 9 */
    width: 100px;
    -ms-transform: rotate(45deg); /* IE9 */
    -moz-transform: rotate(45deg); /* FF3.5/3.6 */
    -o-transform: rotate(45deg); /* Opera 10.5 */
    -webkit-transform: rotate(45deg); /* Saf3.1+ */
    transform: rotate(45deg); /* Newer browsers */
    /*filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); */ /* IE6,IE7, but produces nasty results, so I disabled it */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

:root .element {
    top: 15px\0/IE9;
}
/* back to right value in IE9 */

.dob {
    width: 60px !important;
    float: left;
    margin: 5px 5px;
    color: #000 !important;
	padding:4px 5px;
}

.yr {
    width: 80px !important;
	
}

.social-media-header {
    position: absolute;
    top: 1px;
    right: 105px;
    text-align: center;
    padding-top: 0px;
    margin: 0px;
}

.social-media-header-home {
    position: absolute;
    text-align: center;
    padding-top: 5px;
    margin: 0px;
    right: 105px;
}

.social-media {
    font-size: 16px;
}

.social-media-icon {
    float: left;
    padding-right: 1px;
    font-size: 16px;
}

    .social-media-icon a {
        color: #4e4e4f;
    }

        .social-media-icon a:hover {
            color: #DF5F41;
        }

#footer {
    background-color: #000;
    padding-top: 90px;
}


.signature, .footerlink {
    color: #939393;
    font-size: 11px;
    padding: 60px 5px 10px;
}

.hamburger {
    margin-left: 46%;
    width: 60px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

a:focus {
    outline: 0;
    text-decoration: none;
}



.navbar-brand > img {
    position: absolute;
}



.nav > li > a {
    text-decoration: none;
    background-color: transparent;
    margin: 5px;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
        text-shadow: 1px #000 1px;
        -webkit-transition: color 0s ease-out;
        -moz-transition: color 0s ease-out;
        -o-transition: color 0s ease-out;
        transition: color 0s ease-out;
    }


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #DF5F41;
}

.panel-footer, .list-group-item {
    background-color: transparent;
    border-color: transparent;
}

.panel-footer {
    padding-right: 0px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 33%;
    text-align: center;
}


.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.70);
    left: -35%;
    color: #fff;
    text-align: center;
}

    .dropdown-menu > li > a {
        color: #ccc;
        padding: 6px;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #000;
            color: #fff;
            background-image: none;
        }


.product-tile {
    margin-bottom: 20px;
}

.panel-bg {
    padding: 30px;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
}

.build-yr-own-bg {
    background-image: url(/img/build-your-own-bg.jpg);
}

.top-selling-bg {
    background-image: url(/img/top-selling-bg.jpg);
}

.fine-liquor-bg {
    background-image: url(/img/fine-liquor-bg.jpg);
}



.about-bg {
    min-height: 500px;
}

.brands-bg {
    background-image: url(/img/brands-bg.jpg);
    min-height: 500px;
}


.brand-container {
    padding: 30px 60px;
}

    .brand-container h3 {
        padding: 15px;
    }

.crossRotate {
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.980, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.980, 1.000);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.980, 1.000);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.980, 1.000); /* ease-out */
    -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.980, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.980, 1.000);
    -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.980, 1.000);
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.980, 1.000); /* ease-out */
}

.big-button > .crossRotate:active {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


.red {
    color: #DF5F41;
}

.red-underline {
    border-bottom: solid 1px #DF5F41;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.red-underline-padding {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 60px;
    s;
}



.step-number {
    font-family: futura,sans-serif;
    font-weight: 500;
    font-size: 140px;
    opacity: .3;
    letter-spacing: -15px;
    line-height: 130px;
}

.step-header {
    min-height: 65px;
    border-bottom: solid 1px #DF5F41;
}


.step-container {
    width: 200px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}


.step-number-bg {
    font-family: futura,sans-serif;
    font-weight: 500;
    font-size: 140px;
    opacity: .2;
    letter-spacing: -15px;
    line-height: 130px;
    position: absolute;
    top: 0px;
    left: 43%;
    margin-top: 15px;
}


.step-page-header {
    color: #DF5F41;
    text-align: center;
    position: relative;
    margin-top: 65px;
}



.homepage-slide-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.homepage-slide-content {
    display: block;
    position: absolute;
    top: 260px;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.homepage-slider-slide {
    display: block;
    position: relative;
}

.page-banner {
    display: block;
    position: relative;
    height: 300px;
}

.icon-plus {
    margin: 0px;
    padding: 0px;
}

.banner-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.page-banner img {
    width: 100%;
}

.banner-content {
    display: block;
    position: absolute;
    top: 260px;
    left: 0;
    bottom: 0;
    z-index: 9999;
}


.error-messages {
    padding: 10px;
}

.orderline-body > .price {
    font-size: 1em;
}

.grandtotalvalue {
    font-family: futura, sans-serif;
    font-weight: 300;
}

.price {
    font-size: 1.3em;
}

.quantity {
    width: 60px !important;
    margin: 2px 0px;
}

.size-label {
    text-transform: uppercase;
    margin: 2px;
}

.modal-dialog {
    width: 720px;
}

.entry-modal {
    margin: 10px auto;
    width: 190px;
}

#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 320px;
    /* header height */
    padding-top: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    border-left: solid 1px #868383;
    right: -100%;
    background: #000;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1050;
}

@media only screen and (min-width: 768px) {
    #cd-cart {
        width: 450px;
    }
}

@media only screen and (min-width: 1200px) {
    #cd-cart {
        width: 35%;
        /* header height has changed */
        padding-top: 20px;
    }
}


#cd-cart.speed-in {
    right: 0;
}

#cd-cart > * {
    padding: 0 1em;
}

#cd-cart h2 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding: 20px 0px 60px 0px;
    margin: 0px auto;
    width: 80%;
    line-height: 37px;
}

#cd-cart .cd-cart-items {
    padding: 0px 10px;
    list-style-type: none;
}

    #cd-cart .cd-cart-items li {
        position: relative;
        padding: 1em;
        border-top: 1px solid #939393;
    }

        #cd-cart .cd-cart-items li:last-child {
            border-bottom: 1px solid #e0e6ef;
        }

#cd-cart .cd-qty, #cd-cart .cd-price {
    color: rgba(255, 255, 255, .9);
}

#cd-cart .cd-price {
    font-size: 1.1em;
    margin-top: .4em;
}

#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url("../img/cd-remove-item.svg") no-repeat center center;
    background-color: #939393;
}

    .no-touch #cd-cart .cd-item-remove:hover {
        background-color: #DF5F41;
    }

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 20px;
}

    #cd-cart .cd-cart-total span {
        float: right;
    }

    #cd-cart .cd-cart-total::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
}

    .no-touch #cd-cart .checkout-btn:hover {
        background: #a2dda8;
    }

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

    #cd-cart .cd-go-to-cart a {
        text-decoration: underline;
    }


.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}


@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em 1em 1em;
    }

    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.50);
    background: rgba(56, 56, 56, 0.79) cursor: pointer;
    z-index: 1040;
    display: none;
}

    #cd-shadow-layer.is-visible {
        display: block;
        -webkit-animation: cd-fade-in 0.3s;
        -moz-animation: cd-fade-in 0.3s;
        -o-animation: cd-fade-in 0.3s;
        animation: cd-fade-in 0.3s;
    }





.merchCheckoutPage h1 {
    text-align: center;
}

.merchCheckoutPage #primary {
    padding: 115px 13.29545454545455% 0;
}

@media screen and (max-width: 60em) {
    .merchCheckoutPage #primary {
        width: auto;
        padding-top: 40px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 45em) {
    .merchCheckoutPage #primary {
        padding: 60px 5% 0;
    }
}

@media screen and (max-width: 27em) {
    .merchCheckoutPage #primary {
        padding: 60px 2% 0;
    }
}

.merchCheckoutPage #primary .price:after {
    display: none;
}

.merchCheckoutPage #primary > a {
    display: inline-block;
}

@media screen and (max-width: 27em) {
    .merchCheckoutPage #primary > a {
        display: block;
        margin: 25px auto;
        font-size: .7em;
        text-align: center;
    }
}

@media screen and (max-width: 27em) {
    .merchCheckoutPage #primary .button {
        font-size: .75em;
    }
}

.empty {
    text-align: center;
}

.return {
    float: right;
    padding: 16px 0 0;
    font-family: Arial, sans-serif;
    font-size: .65em;
    line-height: 13px;
}

.checkout, .receipt {
    display: block;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 95em) {
    .checkout, .receipt {
        width: 100%;
    }
}

@media screen and (max-width: 60em) {
    .checkout, .receipt {
        width: 100%;
    }
}

@media screen and (max-width: 45em) {
    .checkout, .receipt {
        width: 100%;
    }
}

.checkout {
    color: #fff;
}

button, input, optgroup, select, textarea {
    font-weight: normal;
}

.checkout:before, .receipt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.checkout fieldset, .receipt fieldset {
    position: relative;
    display: block;
    line-height: 1.6em;
}

    .checkout fieldset:after, .receipt fieldset:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.checkout .fields, .receipt .fields, .checkout .results, .receipt .results {
    max-height: 0;
    padding: 0 18%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .checkout .fields.open, .receipt .fields.open, .checkout .results.open, .receipt .results.open {
        max-height: 1000px;
        padding: 22px 10%;
        border-bottom: dashed 1px #939393;
        margin: 0px 20px;
    }

@media screen and (max-width: 60em) {
    .checkout .fields.open, .receipt .fields.open, .checkout .results.open, .receipt .results.open {
        padding: 22px 5%;
    }
}

.checkout h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 22px;
}

@media screen and (max-width: 38em) {
    .checkout h2, .receipt h2 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

.checkout label span, .receipt label span {
    display: none;
}

.checkout input[type="text"], .receipt input[type="text"] {
    padding: 10px;
    width: 100%;
    margin: 3px auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .checkout input[type="text"]:focus, .receipt input[type="text"]:focus {
        outline: #4d90fe auto 5px;
    }

.checkout .half, .receipt .half {
    width: 49%;
    display: inline-block;
}

@media screen and (max-width: 38em) {
    .checkout .half, .receipt .half {
        width: 100%;
        margin: 0 auto 10px;
    }
}

.checkout .half:nth-of-type(even), .receipt .half:nth-of-type(even) {
    margin-left: 1.13%;
}

@media screen and (max-width: 38em) {
    .checkout .half:nth-of-type(even), .receipt .half:nth-of-type(even) {
        margin-left: auto;
    }
}

.checkout .dropdown.half, .receipt .dropdown.half {
    width: 48.5%;
    vertical-align: top;
}

@media screen and (max-width: 38em) {
    .checkout .dropdown.half, .receipt .dropdown.half {
        width: 100%;
        margin: 0 auto 10px;
    }
}

.checkout .dropdown.labelFocus, .receipt .dropdown.labelFocus {
    outline: #4d90fe auto 5px;
}

.checkout .dropdown span, .receipt .dropdown span {
    display: block;
    font-size: .9em;
    padding-left: 5px;
    color: #ccc;
}

.checkout .dropdown select, .receipt .dropdown select {
    width: 101%;
    background background-color: transparent;
}



    .checkout .dropdown select option, .receipt .dropdown select option {
        background-color: #4e4e4f;
        color: #fff;
    }

.checkout .checkbox span, .receipt .checkbox span {
    position: relative;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    font-weight: 500;
}

    .checkout .checkbox span:before, .receipt .checkbox span:before {
        content: "\f096";
        font-family: "FontAwesome";
        font-size: 1.1em;
        width: 20px;
        display: inline-block;
        vertical-align: middle;
    }

.checkout .checkbox input[type="checkbox"], .receipt .checkbox input[type="checkbox"] {
    display: none;
}

    .checkout .checkbox input[type="checkbox"]:checked + span:before, .receipt .checkbox input[type="checkbox"]:checked + span:before {
        content: "\f046";
    }

.checkout input[type="submit"], .receipt input[type="submit"] {
    display: block;
    margin: 20px auto 0;
}

.alert-dismissable button.close {
    background-color: inherit;
}

.alert {
    font-size: 1em;
}


.checkout .validation-error, .receipt .validation-error {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .checkout .validation-error.open, .receipt .validation-error.open {
        max-height: 300px;
        margin-top: 20px;
    }

    .checkout .validation-error ul, .receipt .validation-error ul {
        margin: 0 auto;
        padding-top: 20px;
        list-style-type: none;
    }

    .checkout .validation-error .error, .receipt .validation-error .error {
        font-size: 1em;
    }

.checkout .billingAddress, .receipt .billingAddress {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .checkout .billingAddress.open, .receipt .billingAddress.open {
        max-height: 500px;
    }

.results {
    line-height: 1.375em;
}

    .results .edit {
        float: right;
    }

.summary {
    padding: 33px 10%;
    margin: 0px 20px;
}

@media screen and (max-width: 60em) {
    .summary {
        padding: 33px 5%;
    }
}

.summary input[type="submit"] {
    margin-bottom: 20px;
}

.order-summary {
    position: relative;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 20px;
}

    .order-summary tr {
        display: block;
        overflow: hidden;
    }

        .order-summary tr.product {
            margin: 0px 0px;
            padding: 10px 0px;
            border-bottom: dashed 1px #fff;
        }

    .order-summary td {
        width: 50%;
        border: none;
        padding: 0;
        position: relative;
        display: block;
        float: left;
    }

        .order-summary td:nth-of-type(even) {
            text-align: right;
        }

    .order-summary .product td {
        vertical-align: top;
    }

    .order-summary .variant, .order-summary .subtotal, .order-summary .taxes, .order-summary .shipping, .order-summary .total {
        font-size: .8em;
        ;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

        .order-summary .variant td:last-child, .order-summary .subtotal td:last-child, .order-summary .taxes td:last-child, .order-summary .shipping td:last-child, .order-summary .total td:last-child {
            text-transform: none;
        }

    .order-summary .variant {
        text-transform: none;
      
        line-height: 1.4em;
    }

    .order-summary .subtotal {
        position: relative;
    }

        .order-summary .subtotal td {
            padding-top: 20px;
        }

            .order-summary .subtotal td:before {
                content: "";
                height: 2px;
                width: 100%;
                position: absolute;
                top: 25px;
                left: 0;
            }

    .order-summary .total {
        position: relative;
    }

        .order-summary .total td {
            padding-top: 20px;
        }

            .order-summary .total td:before {
                content: "";
                height: 2px;
                width: 100%;
                position: absolute;
                top: 25px;
                left: 0;
            }

            .order-summary .total td:last-child {
                border-top: solid 1px #fff;
                margin-top: 20px;
                line-height: 40px;
                font-size: 1.7em;
                margin-left: -1px;
            }

.receipt {
    padding: 33px 10%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

    .receipt:before {
        z-index: -1;
    }

    .receipt p {
       
    }

    .receipt span {
        line-height: 1.375em;
    }

    .receipt table {
        margin-top: 30px;
    }

    .receipt h3 {
        margin-top: 2.8em;
        font-family: Arial, sans-serif;
        font-size: .6em;
        text-transform: uppercase;
        font-size: .75em;
    }





    
/* Preload images */
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../img/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }





/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('/fonts/flexslider-icon.eot');
    src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
    min-height: 800px;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        height: 100%;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

    .no-js .flexslider .slides > li:first-child {
        display: block;
    }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0 0;
    position: relative;
    -ms-zoom: 1;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

    .flexslider .slides {
        height: 100%;
        -ms-zoom: 1;
        zoom: 1;
    }

        .flexslider .slides img {
            height: auto;
        }

.flex-viewport {
    max-height: 1200px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 1200px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 60px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .flex-direction-nav a:before {
            font-family: "flexslider-icon";
            font-size: 40px;
            display: inline-block;
            content: '\f001';
            color: rgba(255, 255, 255, 0.8);
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        }

        .flex-direction-nav a.flex-next:before {
            content: '\f002';
        }

    .flex-direction-nav .flex-prev {
        left: 120px;
    }

    .flex-direction-nav .flex-next {
        right: 120px;
        text-align: right;
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10%;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10%;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        -ms-zoom: 1;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}





@media only screen and (max-width: 1199px) {

    .home-banner-text-bg {
        height: 260px;
    }

    .red-headline {
        margin-top: 20px;
    }

    .flexslider {
        min-height: 600px;
    }

    .red-box {
        width: 90%;
    }

    .step-nav .divider {
        width: 1%;
    }
}

@media only screen and (max-width: 992px) {

    .flexslider {
        min-height: 400px;
    }

    .homepage-slide-content {
        top: 180px;
    }

    h1.headline {
        width: 60%;
    }

    .headline-text, h2.headline {
        width: 60%;
    }

    .home-banner-text-bg {
        height: 300px;
    }

    .red-headline {
        margin-top: 0px;
    }

    .red-headline-text {
        width: 70%;
    }


    .red-box h3 {
        min-height: 40px;
    }

    .red-box-text {
        min-height: 80px;
        margin-top: 20px;
        padding: 0px 30px;
    }

    .red-box {
        padding: 10px 10px 15px;
        width: 90%;
        margin: 10px auto;
    }

    .navbar-header {
        width: 100%;
    }

    #product div.product-image-panel {
        min-height: inherit;
    }

    .checkout .half, .receipt .half, .checkout .dropdown.half, .receipt .dropdown.half {
        width: 100%;
    }

        .checkout .half:nth-of-type(even), .receipt .half:nth-of-type(even) {
            margin-left: 0%;
        }

    .checkout .dropdown span, .receipt .dropdown span {
        padding-left: 0px;
    }

    .step-nav {
        padding-left: 0px;
    }

        .step-nav .divider {
            display: none;
        }

        .step-nav ul li {
            width: 100%;
            text-align: center;
        }

    .category-title {
        font-size: 80px;
        line-height: 100px;
    }

    .panel-title a {
        font-size: 95px;
        line-height: 95px;
    }

    .modal-dialog {
        width: inherit;
    }

    .center-padding {
        width: 70%;
    }

    .basket-padding {
        padding: 0px 1%;
    }
}






@media only screen and (max-width: 768px) {

    h1.headline {
        font-size: 26px;
        padding: 20px 0px 20px 0px;
        width: 65%;
        line-height: 32px;
    }


    .home-body {
        padding-top: 20px;
    }

    .brand-container {
        padding: 30px 20px;
    }

    .headline-text, h2.headline {
        width: 80%;
    }

    .corporate-promo-text {
        width: 90%;
    }

    .homepage-slide-content {
        top: 80px;
        width: 100%;
    }

    .flexslider {
        min-height: 270px;
        padding-top: 80px;
    }



    .top-cart {
        width: 75px;
        height: 90px;
    }

    .bottom-shop-box {
        height: 80px;
    }

    .center-padding {
        width: 90%;
    }

    .panel-bg {
        padding: 10px;
        min-height: 400px;
    }

    .category-title, .panel-title a {
        font-size: 55px;
        line-height: 65px;
    }

    .plus {
        font-size: 50px;
    }


    .plus-holder {
        padding: 0px;
    }




    @media only screen and (max-width: 460px) {


	
	.btn-cart {
    min-width: 120px;
}

        .col-xxs-12 {
            width: 100%;
        }

        .hidden-xxs {
            display: none;
        }

        .col-xxs-offset-0 {
            margin-left: 18%;
        }


        h1.headline {
            font-size: 20px;
            padding: 20px 0px 20px 0px;
            width: 100%;
            line-height: 24px;
        }

        h2.headline, .headline-text {
            width: 100%;
            font-size: 24px;
            line-height: 27px;
        }

        h2.headline {
            padding-bottom: 30px;
        }

        .corporate-promo-text {
            width: 100%;
        }

        .homepage-slide-content {
            top: 20px;
            width: 100%;
        }

        .red-headline, .red-headline-text {
            width: 90%;
            font-size: .8em;
            ;
        }


        .flexslider {
            min-height: 270px;
            padding-top: 80px;
        }

        .hamburger {
            margin-left: 55%;
            margin-top: 10px;
        }


        .center-padding {
            width: 100%;
        }

        .panel-bg {
            padding: 0px;
            min-height: 200px;
        }

        .faq-panel {
            width: 100%;
        }

        .category-title, .panel-title a {
            font-size: 40px;
            line-height: 45px;
        }

        .step-number-bg {
            left: 23%;
        }


        .panel-heading {
            padding-left: 0px;
            padding-right: 0px;
        }
    }



    /*  css rules for ipad portrait ONLY */
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .navbar-brand-home > img{
            max-height: 120px;
            margin-top: 5px;
            padding-top: 0px;
            left: 1%;
        }

        .social-media-header-home {
            top: 0px;
        }

        .hamburger {
            margin-left: 44%;
        }
    }


    /* css rules for ipad landscape ONLY */
    @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
        .navbar-brand-home > img {
            max-height: 120px;
            margin-top: 5px;
            padding-top: 0px;
            left: 1% !important;
        }

        .social-media-header-home {
            top: 0px;
        }

        .navbar-nav > li {
            padding-top: 2px;
        }

        .navbar-home > li {
            padding-top: 25px;
        }
    }


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
