/* HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

*{
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   Web Fonts  - y0
   ========================================================================== */
@media all and (max-width: 1200px) {

    header nav > ul > li:last-child .submenu{
        left:auto;
        right:0px;
    }
}


body{
    min-width:1105px;
}
p, pre{
    margin:9px 0;
}

.toplevel-description ul.nostyle li:before{
    content:'';
}
.nostyle li{
    list-style-type:none;
}

span.was{
    color:#949494;
}
.product ul li.was{
    border-left:0px;
    padding-left:0px;
    margin-left:0px;
}
span.now{
    color:#cd0000;
}
.product ul li.now{
    border-left: 1px solid #949494;
}

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

@font-face {
    font-family: 'seriasans-regularcapsregular';
    src: url('/css/fonts/seriasans-regularcaps-webfont.eot');
    src: url('/css/fonts/seriasans-regularcaps-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/seriasans-regularcaps-webfont.woff') format('woff'),
        url('/css/fonts/seriasans-regularcaps-webfont.ttf') format('truetype'),
        url('/css/fonts/seriasans-regularcaps-webfont.svg#seriasans-regularcapsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'seriasans-boldcapsregular';
    src: url('/css/fonts/seriasans-boldcaps-webfont.eot');
    src: url('/css/fonts/seriasans-boldcaps-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/seriasans-boldcaps-webfont.woff') format('woff'),
        url('/css/fonts/seriasans-boldcaps-webfont.ttf') format('truetype'),
        url('/css/fonts/seriasans-boldcaps-webfont.svg#seriasans-boldcapsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'serialf-boldregular';
    src: url('/css/fonts/serialf-bold-webfont.eot');
    src: url('/css/fonts/serialf-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/fonts/serialf-bold-webfont.woff') format('woff'),
        url('/css/fonts/serialf-bold-webfont.ttf') format('truetype'),
        url('/css/fonts/serialf-bold-webfont.svg#serialf-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


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

}

@font-face {
    font-family: 'circularBold';
    src: url('fonts/CircularStdBold.eot');
    src: url('fonts/CircularStdBold.eot') format('embedded-opentype'),
         url('fonts/CircularStdBold.woff2') format('woff2'),
         url('fonts/CircularStdBold.woff') format('woff'),
         url('fonts/CircularStdBold.ttf') format('truetype'),
         url('fonts/CircularStdBold.svg#CircularStdBold') format('svg');
}

@font-face {
    font-family: 'circularBlack';
    src: url('fonts/CircularStdBlack.eot');
    src: url('fonts/CircularStdBlack.eot') format('embedded-opentype'),
         url('fonts/CircularStdBlack.woff2') format('woff2'),
         url('fonts/CircularStdBlack.woff') format('woff'),
         url('fonts/CircularStdBlack.ttf') format('truetype'),
         url('fonts/CircularStdBlack.svg#CircularStdBlack') format('svg');
}

@font-face {
    font-family: 'circularBook';
    src: url('fonts/CircularStdBook.eot');
    src: url('fonts/CircularStdBook.eot') format('embedded-opentype'),
         url('fonts/CircularStdBook.woff2') format('woff2'),
         url('fonts/CircularStdBook.woff') format('woff'),
         url('fonts/CircularStdBook.ttf') format('truetype'),
         url('fonts/CircularStdBook.svg#CircularStdBook') format('svg');
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.bold{
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

a{
    text-decoration:none;
    color:black;
}

input[type=text],input[type=password]{
    border:1px solid #dedede;
    outline:0;
    font-size:14px;
    height:22px;
    display:inline-block;
}

body {
    font-family: 'serialf-regularregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

strong, b{
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

h1{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
    font-size: 32px;
    margin:0;
    text-transform:lowercase;

}

h5{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
    font-size:18px;
    text-transform: lowercase;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aaaaaa;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Nick's custom styles
   ========================================================================== */

.small-form-heading{
    font-size:14px;
    margin:0  0 5px 0;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
}

header{
    position:relative;
    z-index:50;
    min-width:1105px;
    width:100%;
    /*height:125px;*/
    /*padding-bottom:7px;*/
    background-color:white;
}
header #header_top{
    font-size:14px;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
}

header .account-options{
    float:right;
}

header .account-options a{
    margin-right:10px;
}

header .cart-items{
    float:right;
    color:#959595;
}

.header-search{
    float:right;
}
.header-search input{
    float:left;
    padding:0;
    font-size:11px;
    height:15px;
    border:1px solid #dedede;
    outline:0;
}
.header-search button{
    float:left;
}

.inner_content{
    width:1105px;
    margin:0 auto;
}
header #header_top{
    padding-top:14px;
    height: 16px;
}

header #header_bottom{
    height:83px;
    background-color:#071922;
}

header nav{
    float:right;
    margin-top:30px;
    margin-right:8px;
}

header nav ul{
    list-style:none;
    padding:0;
    margin:0;
}

header nav > ul > li{
    float:left;
    position:relative;
}

header nav > ul > li > a{
    padding-left:27px;
    padding-bottom:25px;
}

header nav ul li a{
    color:white;
    text-transform: lowercase;
    font-size: 22px;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 0.727;
    text-decoration:none;
}

header nav ul li a:hover{
    text-decoration:underline;
}

header nav ul li .submenu{
    display: none;
    position: absolute;
    z-index: 150;
    top: 34px;
    padding: 10px 10px;
    background-color: #fff;
    opacity:0.9;
    white-space: nowrap;
    border: 0;
    left:15px;
    width:130px;
}

header nav ul li:hover .submenu{
    display:block;
}

header nav ul li .submenu li{
    display: block;
    float: none;
    height: auto;
}
header nav ul li .submenu li a{
    font-family: 'serialf-regularregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color:#464646;
    text-transform:none;
}

header nav ul li .submenu li a.active{
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/* START of NEW main nav (used to be #header-bottom) */
#content-box{
    min-height:550px;
    width:1091px;
    margin:0 auto;
    background:white;
    padding:0px;
    /*overflow: hidden;*/
}
#nav-top{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#nav-top:after{
    clear: both;
    content: "";
    display: block;
}

.logo{
    width: 170px;
    margin: 0 auto;
    display: block;
}

.main-nav{
    float: none;
    width: 1090px;
    border-top: 2px #071922 solid;
    margin: 29px auto 0px auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-nav>ul{
    padding-top: 5px;
    text-align: center;
}

.main-nav ul:after{
    clear: both;
    content: "";
    display: block;
}

.main-nav ul li {
    display: inline-block;
    float: none;
    padding-bottom: 2px;
    position: relative;
}

.main-nav ul li a{
    color: #071922;
    display: block;
    font-family: "circularMed";
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
}
.main-nav>ul>li>a{
    padding-bottom: 10px;
    padding-left: 20px;
}
.main-nav ul li a:hover{
    text-decoration: none;
}

.main-nav>ul>li:hover:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  height: 1px;
  width: 15px;
  z-index: 200;
  border-bottom: 2px solid #071922;
}

nav ul li:hover .submenu{
    display:block;
}

.main-nav ul li .submenu{
    z-index: 150;
    opacity: 1;
    position: absolute;
    width: 170px;
    top: 20px;
    left: 20px;
    padding: 5px 2000px 20px 2000px;
    margin: 0 -2000px;
    background-color: #fff;

}

.main-nav ul li .submenu ul{
    opacity: 1;
    left: 100px;
    text-align: left;
}

.main-nav ul li .submenu li{
    padding-bottom: 0;
    height: 15px;
    display: block;
}

.main-nav ul li .submenu a{
    text-align: left;
    display: inline-block;
    font-size: 12px;
    font-family: "circularMed";
    letter-spacing: 1px;
    /*line-height: 1.25em;*/
    color: #071922;
    text-align: left;

}

.main-nav ul li .submenu a:hover{
    /*display: block;*/
    /*font-family: "circularMed";*/
    /*text-decoration: underline;*/
    border-bottom: 2px #999898 solid;
}

.test-div{
    background-color: #eee;
    width: 100%;
    height: 500px;
}

/* END of NEW main nav (used to be #header-bottom) */


footer{
    min-width:1105px;
    padding-top:16px;
    padding-bottom:100px;
}

.border-box{
    width: 1090px;
    margin: 0 auto 10px auto;
    border-top: 2px solid #000000;
}
.copyright{
    margin-top:20px;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
    font-size:14px;
    float:left;
    clear:left;
    color:#939598;
}

@media only screen and (max-width: 641px) {
    .carousel-nav{
        display:none !important;
    }
}
footer .footer-links{
    float:left;
    margin-left:7px;
    margin-right:60px;
    font-size:15px;
}

footer h5{
    margin-top: 0;
    margin-bottom: 3px;
}

footer ul{
    margin-top: 0;
    list-style:none;
    padding: 0;
}
footer ul li a{
    color:black;
    text-decoration:none;
}
footer ul li a:hover, footer .footer-links a:hover{
    text-decoration:underline;
}

footer .footer-signup{
    margin-left:15px;
    margin-right:0;
    float:right;
    width:445px;
    font-size:15px;
    zoom: 1;
    *display: inline;
    *float: none;
}
footer .footer-signup form{
    margin-bottom:10px;
}

footer .footer-signup .sprite{
    width:28px;
    *float:right;
    margin-left:4px;
    zoom: 1;
    *display: inline;
    *float: none;
}

footer .footer-signup input{
    font-size:12px;
    font-weight:300;
    width:210px;
    float:left;
    border:1px solid #dedede;
    height:16px;
    outline:0;
}

footer .footer-signup button{
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif; ;
    font-size:14px;
    height:20px;
    background:#e7e8e9;
    text-transform:lowercase;
    border:0;
    float:left;
}
footer .footer-facebook{
    float:left;
    zoom: 1;
    display:none; /*Changed to disable facebook box on blog footer*/
    *display: inline;
    *float: none;
    *width:237px;
}

.footer-second, .footer-right{
    float:left;
    margin-right:60px;
    zoom: 1;
    *display: inline;
    *float: none;

}

.footer-second ul li{
    display: block;
}
.footer-second ul li a{
    font-family: serialf-regularregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0px;
}

footer .facebook-clipper {
    height: 153px;
    margin-top:-6px;
    overflow: hidden;
}

#container{
    /*<!-- background-color:#e6e7e8; -->*/
}

#content{
    min-height:550px;
    width:1091px;
    margin:0 auto;
    background:white;
    padding:0 7px;
    /*overflow: hidden;*/
}

.promo-centre{
    width: 467px;
}
.promo-left, .promo-right{
    width: 304px;
}
#homepage-promo-bottom{
    padding-top:8px;
}

#homepage-promo-bottom .promo{
    float:left;
}

#homepage-promo-bottom .promo-left{
    margin-right:8px;
}

#homepage-promo-bottom .promo-right{
    margin-left:8px;
}

#store-map{
    width:500px;
    height:500px;
    margin-bottom:100px;
}

#head-carousel{
    display:none;
}

#head-carousel.jcarousel-container.active{
    display:block;
}

#head-carousel .jcarousel-container-horizontal {
    width: 1092px;
    height:499px;
    padding: 0;
}

#head-carousel .jcarousel-clip-horizontal {
    width:  1092px;
    height: 499px;
}

#head-carousel .jcarousel-item {
    width: 306px;
    height: 499px;
}


#breadcrumbs{
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
    font-size: 14px;
    line-height: 1.143;
}

#breadcrumbs a{
    text-decoration:none;
    color:#959595;
}

#breadcrumbs span{
    color:#959595;
    margin:0 5px;
}
.padded-content{
    padding:40px 0px 70px 50px;

}

.padded-content.pad-right{
    padding-right:50px;
}

#store-description{
    width:590px;
    padding-right:100px;
    float:left;
}

#store-description h5{
    margin-bottom:5px;
}

#store-details td{
    padding-right:20px;
}

#store-hours{
    padding-left:30px;
    /*float:left;*/
}

#store-hours h5{
    margin-top:0;
    margin-bottom:5px;
}

#store-hours table td{
    padding-right:20px;
}

#store-hours #store-buttons{
    margin-top:80px;
}

#store-hours #store-buttons a{
    display:inline-block;
    float:left;
    clear:left;
    margin-bottom:15px;
}

.btn{
    display:inline-block;
    background-color:#ececec;
    text-decoration:none;
    color:black;
    text-transform:lowercase;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding:5px 20px;
    font-size: 14px;
    line-height: 1.143;
    zoom: 1;
    *display: inline;
}

.btn.btn-black{
    color:white;
    background-color:black;
}

.btn.smallbtn{
    font-size:12px;
}

.toplevel-description.wide{
    width:100%;
}
.toplevel-description{
    width:100%;
    float:left;
}
.toplevel-description .uppercase b{
    text-transform:uppercase;
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
    font-size:15px;
}
.toplevel-description ul{
    padding-left:0;
}
.toplevel-description ul li:before{
    content: "\00B7";
    margin-right:5px;

}
.toplevel-description ul li{
    list-style-type:none;
    margin:0;
}

.toplevel-promoside{
    float:left;
    width:316px;
    padding-left:100px;
    font-size:14px;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
    /*margin:-94px 0 0 0;*/
}

.toplevel-promoside.tailormade-side{
    text-align:right;
    padding-left:50px;
    float:right;
    /*margin-top:-124px;*/
}

.toplevel-promoside h5{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin:75px 0 0 0;
    font-size:14px;
}

#secondary {
    position:absolute;
    right:0;
    top:0;
    margin-top:70px;
}

.header-left{
    float:left;
}
.header-right{
    float:right;
}

.inline-suit-holder{
    clear:left;
}

.inline-suit-holder .inline-suit{
    float:left;
    margin-right:40px;
}

.inline-suit-holder .inline-suit:last-child{
    margin-right:0;
}

.inline-suit-holder .suit-details{
    margin-top:40px;
}

.inline-suit-holder .suit-description{
    display:none;
}

.inline-suit-holder .suit-details h5{
    display:none;
}

.suit-available{
    margin-top:33px;
}

.inline-suit-holder .suit-available{
    display:none;
}
.inline-suit .inline-enquire-trigger{
    display:inline-block;
    float:left;
    margin-right: 15px;
}

#inline-suit-modal{
    width:630px;
}

#inline-suit-modal .btn{
    margin-top:50px;
    float:left;
}

.inline-suit .single-loan{
    display:none;
}

.inline-suit img{
    max-height:522px;
}
#inline-suit-modal img{
    float:right;
    max-width:390px;
}

#inline-suit-modal > h5{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: lowercase;
    font-size:32px;
    float:left;
    margin-bottom:0;
    margin-top:0;
}

#inline-suit-modal .suit-details{
    float:left;
    clear:left;
    width:240px;
}
.suit-details.compact-details{
    width:300px;
    float:left;
    margin-top:0;
}

.suit-details.compact-details .suit-description{
    margin-top:0;
}

.tail-suit-image{
    margin-right:30px;
    float:right;
    margin-top:-40px;
}

.left-buttons{
    margin-top:50px;
}

.left-buttons a:first-child{
    margin-right:30px;
}

.left-buttons a:nth-child(2){
    margin-right:30px;
}

/*table#brand-logos{
    width:100%;
}

table#brand-logos td{
    width:33%;
}*/

/*
 * Categories
 */

.tip{
    position:relative;
}

.tip-half{
    width:570px;
    float:left;
}

.tip-image{
    right:30px;
    bottom:0;
    position:absolute;
}

#care-guide-modal hr{
    margin:30px 0;
}

#care-guide-modal{
    width:865px;
    padding:15px;
}

.small-heading{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size:18px;
    text-transform:lowercase;
}

.grey{
    color:#898989;
}

/*
 * Announcement
*/

#announcement #text-intro{
    padding:40px 0 0 45px;
    float:left;
    width:600px;
}

#announcement #intro-image{
    float:left;
}

.horizontal-products{
    clear:both;
    float:left;
    margin-top:7px;
    border-bottom:1px solid #aaa;
    margin-bottom:100px;
    width:100%;
}

.horizontal-products .product{
    text-align:left;
    border-right:0;
    border-top:1px solid #aaaaaa;
    margin-bottom:0;
    width:100%;
    padding:8px 0;
}

.horizontal-products .product-description p{
    width:350px;
}

.horizontal-products .product-description{
    float:right;
    width:575px;
    padding-left:30px;
    min-height:285px;
    padding-top:45px;
}

.product-price{
    margin-top:35px;
    display:inline-block;
}

.product-title{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
    font-size: 32px;
    text-transform:lowercase;
}

.horizontal-products .product img{
    border-right:1px solid #aaa;
    float:left;
    margin-left:80px;
    padding-right:80px;
}

/*
 * Checkout
*/


.checkout-wrapper{
    padding-bottom:250px;
}

.checkout-square:first-child{
    border:0;
    width:245px;
}

.checkout-square{
    width:244px;
    float:left;
    min-height:210px;
    border-left:1px solid #e6e8e8;
    padding:0 25px;
}

.checkout-square a.btn{
    margin-top:45px;
}

.checkout-square input{
    width:calc(100% - 7px);
    margin-bottom:10px;
}

.checkout-square button{
    margin-top:10px;
}

.checkout-square a.forgot-pwd{
    margin-top:15px;
    font-size:12px;
    text-decoration:none;
    color:black;
}

#cart-steps{
    width:100%;
    border-bottom:1px solid black;
    text-align:center;
    padding-bottom:20px;
    margin-bottom:35px;
}

#cart-steps ul{
    list-style:none;
    margin:0;
    padding:0;
}

#cart-steps ul li:first-child{
    margin-left:0;
}

#cart-steps ul li{
    display:inline-block;
    margin-left:65px;
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight:300;
    font-size:18px;
    text-transform: lowercase;
    color:#bebebe;
}

#cart-steps ul li.active{
    color:black;
}

/*
 * Shipping Details
 */

#shipping-details{
    float:left;
    width:540px;
}

#shipping-details .form-row a{
    text-decoration:none;
    color:black;
}

#shipping-details .form-row input{
    width:405px;
}

#shipping-details .form-row.row-med input{
    width:135px;
}

#freight-options h5{
    margin: 25px 0 20px 0;
}

#your-cart{
    width: 265px;
}

#your-cart h5{
    margin: 13px 0 0 0;
    border-bottom: 1px solid #e6e8e8;
    padding-bottom: 10px;
}

#your-cart .cart-item{
    padding: 10px 0;
    border-bottom:1px solid #e6e8e8;
}

#your-cart .cart-item img{
    float:left;
}

#your-cart .cart-item ul{
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    margin-left: 20px;
    float:left;
    width:160px;
}

#your-cart a{
    text-decoration: none;
    color: black;
    font-size: 16px;
}

#your-cart .cart-item ul li.price{
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#your-cart .small-total{
    padding:10px 0;
    border-bottom:1px solid #e6e8e8;
}

#your-cart .small-total table{
    text-align:right;
}

#your-cart .small-total table tr td{
    font-size:16px;
}


#your-cart .small-total table tr.row-total{

}


/*
 * Payment
*/
#payment{
    width:540px;
    float:left;
}

#payment .form-row input{
    width:410px;
}


#payment .form-row.row-small input{
    width:123px;
    float:left;
    margin-right:15px;
}

#payment .amount-due{
    color:#ca0000;
}

#payment .card-types{
    margin-top:50px;
}

#payment .amount-due .due-value{
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#ccv-modal{
    padding:30px 50px;
    width:800px;
}

/*
 * SUMMARY
 */
#successful-confirmation h1{
    margin-bottom:30px;
}

.summary-item{
    width:295px;
    float:left;
}

#successful-confirmation #cart-item-summary{
    margin-top:20px;
}

.summary-item .summary-label{
    width:70px;
    float:left;
    font-family: 'serialf-boldregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.summary-item ul{
    list-style:none;
    margin:0;
    padding:0;
    float:left
}

/*
 * Cart
*/

#promo-code form{
    display:inline-block;
}

#promo-code h5{
    display:inline-block;
    margin-right:10px;
}
#promo-code input{
    vertical-align:middle;
}

.cart-costs{
    min-width:160px;
    float:right;
}
.cart-table td .cart-costs td{
    border:0;
    padding:0;
    text-align:right;
}

tr.row-total{
    font-size:20px;


}
.cart-table td .cart-costs tr.row-total td{
    padding-top:5px;
}


#cart-wrapper{
    width:885px;
    margin:0px auto;
    padding: 20px 0;
}

.cart-item-qty{
    width:50px;
    height:26px;
    border:1px solid #d9d9d9;
    text-align:center;
    font-size:14px;
}

.cart-table{
    border-collapse: collapse;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width:100%;
    margin-bottom:30px;
}

.cart-table td{
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}
.cart-table tfoot td{
    border:0;
}

.cart-table td.product-remove a{
    text-decoration:none;
    color:black;
}

.cart-table td.col-center{
    text-align:center;
}
.cart-table td.col-wide{
    width:230px;
}

.cart-table td.col-right{
    text-align:right;
}

.cart-table td.product-details{
    width:325px;
    padding-left:5px;
}

.cart-table td.product-details ul{
    margin:0;
    padding:0;
    list-style:none;
}
.cart-table td.product-details ul li{
    font-size:14px;
}
.cart-table td.product-details ul li a{
    text-decoration:none;
    color:black;
    font-size:16px;
}

.cart-table td:first-child{
    width:88px;
}

#added-to-cart{
    padding:10px 20px;
    width:600px;
    height:400px;
}
#added-to-cart h1{
    float:left;
}

#added-to-cart .summary-header{
    float:right;
    margin-top:14px;
}

#added-to-cart .summary-header a.cart-items{
    text-decoration: none;
    color: black;
    margin-right:15px;
}

#added-to-cart .added-cart-description{
    float: right;
    width: 50%;
    margin-top: 60px;
}

#added-to-cart .added-cart-description ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

#added-to-cart .added-cart-description ul li.price{
    margin-bottom: 20px;
    font-weight: bold;
}

#added-to-cart .added-cart-description ul li.continue{
    margin-top:25px;
}

#added-to-cart .added-cart-image{
    text-align:center;
    clear:both;
    float: left;
    width: 50%;
    margin-top: 25px;
}
/*
 * Shop Online
*/
#shop-online #text-intro{
    padding:40px 0 0 45px;
    float:left;
    width:500px;
}

#shop-online #intro-image{
    float:right;
}

#category-products{
    clear:both;
}

#category-products h5{
    margin:0;
    padding-left:50px;
}

#category-products hr{
    margin:0 0 10px 0;
    clear:left;
}

#category-products .filters table{
    margin-left:50px;
    margin-bottom:10px;
}

#category-products .filter{
    text-decoration:none;
    color:black;
    font-size:18px;
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
    line-height:15px;
    margin-right:45px;
}
#category-products .filter.active:before{
    background-color:#959595;
}

#category-products .filter:before{
    content: '';
    width:18px;
    height:15px;
    background-color:#ececec;
    display:inline-block;
    vertical-align:middle;
    margin-right:8px
}
.product{
    float:left;
    text-align:center;
    width:363px;
    border-right:1px solid #aaaaaa;
    margin-bottom:10px;
}

.product.noborder{
    border:0;
}

.product a{
    text-decoration:none;
    color:black;
}
.product ul{
    list-style:none;
    padding:0;
    margin-top:25px;
    text-align:center;
}
.product ul li{
    padding-left:9px;
    border-left:1px solid black;
    margin-left:9px;
    display:inline;
}

.product ul li:first-child{
    padding-left:0;
    border:0;
    margin-left:0;
}


/*
 * PRODUCT
*/
#product-social{
    margin-top:15px;
}
#product-social a{
    float:left;
    margin-right:5px;
}

#product-left{
    float:left;
    padding-left:50px;
}
#product-thumbs{
}

#product-thumbs > div{
    border:1px solid #e4e4e4;
    float:left;
    margin-right:8px;
}
.suggest-products{
    margin-top:10px;
    padding:20px 50px 80px 50px;
    border-top:1px solid #aaaaaa;
}

.suggest-products > h5{
    margin-top:0;
}

.suggest-products ul{
    padding:0;
    margin:0;
    list-style:none;
}
.suggest-products li:first-child{
    margin-left:0;
}

.suggest-products li{
    float:left;
    height:250px;
    margin-left:70px;
}

.suggest-products li span{
    display:block;
    margin-top:20px;
}

#product{
    padding-top:40px;
}

#product-right{
    float:right;
    width:490px;
    padding-right:90px;
}

table#product-details{
    margin:20px 0;
}
table#product-details td{
    padding-right:15px;
}
table#product-details .size-item.selected{
    color:#e7e7e9;
    background:black;
}

table#product-details .size-item{

    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    text-transform: lowercase;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #e7e7e9;
    color: black;
    text-decoration: none;
    margin-right: 6px;
    min-width: 7px;
    height: 10px;
    line-height: 10px;
}

#product-returns{
    margin-bottom:25px;
}
/*
 * Frequently Asked Questions
 */

dl#faq-list{
    width:560px;
}
dl#faq-list dt{
    margin-bottom:5px;
}

dl#faq-list dd{
    margin:0 0 25px 0;
}

dl#faq-list span{
    font-family: 'seriasans-boldcapsregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size:18px;
    text-transform:lowercase;

}

/*
 * Account
 */
#account-container .btn{
    margin-top:25px;
}

#head-carousel {position:relative;}
#head-carousel .jcarousel-prev, #head-carousel .jcarousel-next{
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(/images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute; top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;}
#head-carousel .jcarousel-next {
    background-position: 100% 0;
    right: 5px;}
#head-carousel .jcarousel-prev {left: 5px;}

#head-carousel.noarrow .jcarousel-prev, #head-carousel.noarrow .jcarousel-next{
    display:none !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* FORMS */

.form-row label.checkbox-label{
    display:block;
    float:left;
    padding-right: 7px;
    width:105px;
}
.form-row.row-stretch .checkbox-label{
    width:auto;
}
.form-box h5{
    margin: 0 0 20px 0;
}

.form-box{
    margin-top:25px;
}


.form-box label.form-label{
    float: left;
    width: 105px;
    padding-top: 5px;
    padding-right: 7px;
    display: block;
    margin-bottom: 5px;
    line-height: 18px;
}
.form-box .form-row{
    margin-bottom:7px;
    display:inline-block;
    min-width: 100%;
    position:relative;
}

.form-box input[type="text"], .form-box input[type="file"], .form-box input[type="password"], .form-box input[type="email"], .form-box input[type="password"]{
    border:1px solid #dedede;
    outline:0;
    font-size:14px;
    padding-left:5px;
    height:22px;
    display:inline-block;
}



.floatLeft{
    float:left;
}

.floatRight{
    float:right;
}


.alert.alert-error{
padding-top:5px;
    color:#b94a48;
}

.alert.alert-success{
padding-top:5px;
    color: #468847;
}

.grey-label{
    color:#949494;
    font-size:14px;
    font-family:seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:lowercase;
    display:block;
}
.btn{
    border:0;
    padding:5px 26px;
    color:black;
}

.btn-well{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid black;
    clear:both;
}


#prod-enquire {
    margin-left: 20px;
    cursor: pointer;
}








/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: transparent url('/js/fancybox/fancy_close.png') 0 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('/js/fancybox/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/js/fancybox/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/js/fancybox/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/js/fancybox/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

#panoramas{
    margin-top:37px;
}

#panoramalink{
    text-align:center;
    display:block;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
#panoramalink.mod2{
    margin-right:0px;
}
#panoramalink img{
    width:190px;
    height:auto;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }




#popup {
    display: none;
    width: 450px;
    padding: 30px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -270px;
    background-color: white;
}

#popup label {
    display: inline-block;
    width: 80px;
    padding: 5px;
}

#popup input[type=text] {
    width: 320px !important;
    margin-bottom: 5px;
}

#popup textarea {
    border: 1px solid #dedede;
    width: 319px;
    height: 100px;
    resize: none;
}

#popup button {
    margin-left: 93px;
}

#popup #errorReport {
    margin-bottom: 20px;
    color: red;
}


#close-icon {
    cursor: pointer;
    width: 23px;
    height: 23px;
    position: relative;
    top: -25px;
    left: 450px;
    margin-bottom: -18px;
    background-image: url(/images/close-icon.png);
}


#background {
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .80;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

#arrange-a-fitting h5{
    margin: 5px 0;
}
#arrange-a-fitting .icon {
    margin:0px 3px 0px 3px;
    vertical-align:middle;
    cursor:pointer;
    border:0px;
}

#arrange-a-fitting input[type="text"], #arrange-a-fitting #store{
    width: 267px;
}
#arrange-a-fitting input[type="text"]{
    padding-left:5px;
    padding-bottom:0px;
}
#arrange-a-fitting #store{
    width: 271px;
}
#arrange-a-fitting #text-intro{

    padding: 40px 0 0 0;
    float: left;
    width: 350px;
}
#arrange-a-fitting #intro-image{
    float: right;
    margin-bottom: 10px;
}
#arrange-a-fitting .e_error{
    font-weight: bold;
    color:red;
    margin-left: 172px;
}
#arrange-a-fitting select{
    font-family: sans-serif !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    padding-left: 0px !important;
}
#form-errors{

    margin-top: 5px;
    font-family: sans-serif !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
}
#fitting-banner{
    background: url('/images/fitting-banner.jpg') no-repeat center;
    background-size: cover;
    width: 464px;
    height: 244px;
}
/* Calendar component styles **************/
#calendarDiv{
    position:absolute;
    width:205px;
    border:1px solid #222;
    padding:1px;
    background-color:#FFF;
    font-family:arial;
    font-size:10px;
    padding-bottom:20px;
    visibility:hidden;
}

#calendarDiv span, #calendarDiv img {
    float:left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {
    line-height:12px;
    padding:1px;
    cursor:pointer;
    padding-left:2px;
}

#calendarDiv td {
    padding:3px;
    margin:0px;
    font-size:10px;
    text-align:center;
    cursor:pointer;
}

#calendarDiv .selectBox {
    border:1px solid #e7e8e9;
    color:#e7e8e9;
    position:relative;
}

#calendarDiv .selectBoxOver {
    border:1px solid #FFF;
    background-color:#74B9D9;
    color:#FFF;
    position:relative;
}

#calendarDiv .topBar {
    height:16px;
    padding:2px;
    background-color:#222;
}

#calendarDiv .activeDay {   /* Active day in the calendar */
    color:#FF0000;
}

#calendarDiv .todaysDate {
    height:17px;
    line-height:17px;
    padding:2px;
    background-color:#e7e8e9;
    text-align:center;
    position:absolute;
    bottom:0px;
    width:201px;
}

#calendarDiv .monthYearPicker {
    background-color:#e7e8e9;
    border:1px solid #AAAAAA;
    position:absolute;
    color:#222;
    left:0px;
    top:15px;
    zIndex:1000;
    display:none;
}

#calendarDiv #monthSelect {
    width:70px;
}

#calendarDiv .monthYearPicker div {
    float:none;
    clear:both;
    padding:1px;
    margin:1px;
    cursor:pointer;
}

#calendarDiv .monthYearActive {
    background-color:#222;
    color:#e7e8e9;
}

#calendarDiv .topBar img {
    cursor:pointer;
}

#calendarDiv .topBar div {
    float:left;
    margin-right:1px;
}

footer .footer-signup .instagram-icon{
    background-image:url('images/insta.png');
    background-repeat:no-repeat;
    background-position:center center;
    width:28px;
    height:28px;
}

footer .footer-signup .sprite.facebook-icon, footer .footer-signup .sprite.twitter-icon, footer .footer-signup .sprite.pinterest-icon, footer .footer-signup .instagram-icon{
    border-radius:16px;
    -webkit-border-radius:16px;
    background-color:#949494;
    border:2px #949494 solid;
}



/***********  BLOG  ***************/
#blog-main {
    width: 625px;
    float: left;
}


#blog-options {
    width: 320px;
    float: left;
    margin-left: 50px;
}


img.header-image {
    width: 454px;
    margin-bottom: 15px;
}

.blog-btn {
    float: right;
    margin-top: 8px;
}


.article.all {
    margin-top: 100px;
}

.article h1 {
    display: inline-block;;
    width: 500px;
    float: left;
}

img.article-image {
    width: 625px;
    height: 470px;
    background-color: #ccc;
    margin-bottom: 15px;
}

#blog-options ul {
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 5px;
    padding-left: 0px;
}


#blog-options ul li {
    list-style-type: none !important;
    font-size: 15px;
}


#blog-pagination {
    margin-top: 100px;
}

.form-box textarea {
    border: 1px solid #dedede;
    width: 300px;
    height: 100px;
    resize: none;
}

.blog-shares {
    margin-top: 25px;
    margin-bottom: 20px;
}

.clearfix{
    clear: both;
}

.on-sale {
    background: url('/images/on-sale.png');
    position: absolute;
    width: 142px;
    height: 142px;
    background-repeat: no-repeat;
}

.category-banner{
    margin-bottom: 7px;
}
.left-content{
    padding: 113px 0 70px 60px;
    float:left;
}
.right-content{
    float:right;

}
.category-description{
    padding-top:16px;
    width: 598px;
    float: left;
}
.category-description p{
    font: 18px 'SeriaSansRegularRegular' Helvetica sans-serif;
    color: #707070;
}
.category-buttons{
    margin-top:20px;
}
@font-face {
    font-family: 'SeriaSansRegularRegular';
    src: url('/fonts/seriasans-regular.eot');
    src: url('/fonts/seriasans-regular.eot') format('embedded-opentype'),
         url('/fonts/seriasans-regular.woff2') format('woff2'),
         url('/fonts/seriasans-regular.woff') format('woff'),
         url('/fonts/seriasans-regular.ttf') format('truetype'),
         url('/fonts/seriasans-regular.svg#SeriaSansRegularRegular') format('svg');
}
@font-face {
    font-family: 'SeriaSansRegularCapsRegular';
    src: url('/fonts/seriasans-regularcaps.eot');
    src: url('/fonts/seriasans-regularcaps.eot') format('embedded-opentype'),
         url('/fonts/seriasans-regularcaps.woff2') format('woff2'),
         url('/fonts/seriasans-regularcaps.woff') format('woff'),
         url('/fonts/seriasans-regularcaps.ttf') format('truetype'),
         url('/fonts/seriasans-regularcaps.svg#SeriaSansRegularCapsRegular') format('svg');
}


.side-description{
    width: 305px;
    height: 374px;
    padding-top: 322px;
}
.description-inner{
    width: 100%;
}
.description-inner p, .description-inner h3{
    text-align: center;
    text-transform: Uppercase;
}

.description-inner p{
    font: 14px 'SeriaSansRegularCapsRegular' Helvetica sans-serif;
    margin-bottom: 23px;
}
.description-inner h3{
    color: #fff;
    font: 14px 'SeriaSansRegularRegular' Helvetica sans-serif;
    margin-top: 23px;
}
#carousel-wrapper{
    float: left;
    width: 100%;
}
#carousel-wrapper .item{

    height: 499px;
}

.zoom-container{
    display:none;
    position: absolute;
    width: 272px;
    top: 0;
    left: 0;
    z-index:150;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 3px #afaeae;
    -webkit-box-shadow: 1px 1px 3px #afaeae;
    box-shadow: 1px 1px 3px #afaeae;
    padding: 1px;
}
.zoom-image{
    width: 100%;
    height: 272px;
}
.zoom-products{
    font: 14px 'SeriaSansRegularRegular' Helvetica sans-serif;
    text-transform: uppercase;
    color: #b7b7b7;
    padding: 10px 17px;
}
.collection-bottom{
    float:left;
    width: 100%;
}
.collection-detail{
    float: left;
    width: 634px;
    margin-left: 65px;
    margin-top: 100px;
    font: 18px 'SeriaSansRegularRegular' Helvetica sans-serif;
}
.collection-detail p{
    margin-top: 21px;
    color: #707070;
}
.collection-right{
    float: right;
    width: 298px;
    height: 792px;
    padding-top: 100px;
    background-color: #cacac0;
}
.collection-right p{
    text-align: center;
    font: 28px 'SeriaSansRegularRegular' Helvetica sans-serif;
    text-transform: uppercase;
}
.stage{
    position: absolute;
    z-index: 50;
    background-repeat: no-repeat;
    overflow:hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
}
.stage-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
}
.carousel-nav{
    width: 25px;
    height: 25px;
    position: relative;

    z-index: 50;
}
.carousel-nav:hover{
    cursor: pointer;
}
.nav-left{
    background-image: url('/images/ws-left.png');
    left: -41px;
    top: 230px;
}
.nav-right{
    left:1107px;
    top: 205px;
    background-image: url('/images/ws-right.png');
}
.menswear-wrapper{
    position: relative;
    top: -50px;
    width: 100%;
}
.thumbholder{
    margin: auto;
}
.thumbimg{
    cursor: pointer;
}

.menswear-wrapper h3 {
    font-family: seriasans-regularcapsregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/gotham-bold.eot');
    src: url('/fonts/gotham-bold.eot') format('embedded-opentype'),
         url('/fonts/gotham-bold.woff2') format('woff2'),
         url('/fonts/gotham-bold.woff') format('woff'),
         url('/fonts/gotham-bold.ttf') format('truetype'),
         url('/fonts/gotham-bold.svg#GothamBold') format('svg');
}

.popup-bg{
    position: fixed;
    background: #0b0b0b;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 100;
    display:none;
}
.popup{

    display:none;
}
.popup .inner{
    position: absolute;
    width: 566px;
    height: 461px;
    background-color: #fff;
    z-index: 999999;
    left: 50%;
    margin-left: -283px;
    margin-top: 140px;
    text-transform: uppercase;

}

.popup .inner p{
    margin-top: 22px;
    text-align: center;
    font-size: 0.78em;
    font-family: 'GothamBold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.popup .inner p span{
    font-size: 17px;
}
.popup .inner input{
    height: 32px;
    display: block;
    width: 472px;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-family: 'GothamBold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.popup .inner #mailerform input:nth-child(2){
    margin-top: 11px;
}

.popup .inner #mailerform button{
    display: block;
    margin: auto;
    border: none;
    background-color: #e6e7e9;
    text-transform: uppercase;
    font-family: 'GothamBold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 35px;
    width: 184px;
    font-size: 12px;
    margin-top: 11px;
}
.popup .inner .close-pop{
    display: block;
    float: right;
    margin: 9px 9px 0 0;
}

.popup .inner .close-pop:hover{
    cursor: pointer;
}
.popup .inner .response{
    font: 14px georgia;
    text-transform: none;

}
.popup .inner .response span{
    font-weight: bold;
}
.popup .inner .d-area .shop-link button{

    font-size: 12px;
    width: 184px;
    height: 35px;
    border: none;
    background-color: #e6e7e9;
    text-transform: uppercase;
    font-family: 'GothamBold', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.popup .inner .d-area .shop-link{
    width: 184px;
    display: block;
    margin: 35px auto;
}

#homepage-promo-bottom.black-bg{
    padding-top: 0px;
    margin-top: 8px;
    background-color: #1a1e28;
    height: 283px;
}

.collections-icon {
    position: absolute;
    float: right;
    /*left: 30px;*/
    right: -200px;
    top: 376px;
    z-index: 100;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    height: 149px;
    width: 71px;
    -webkit-transform: translateZ(0);
    transform-style: preserve-3d;
}

.icon-container {
    width: 1090px;
    height: 496px;
    position: absolute;
    top: 0px;
    overflow: hidden;
}

.new-carousel-nav .nav-left{
    /*background-image: url('/images/ws-left.png');*/
    left: -48px;
    top: 230px;
    background-repeat: no-repeat;
}

.new-carousel-nav .nav-right{
    left:1107px;
    top: 205px;
    /*background-image: url('/images/ws-right.png');*/
    background-repeat: no-repeat;
}

.new-carousel-nav .carousel-nav {
    width: 35px;
    height: 25px;
    position: relative;
    z-index: 50;
}

#shop-online #homepage-promos #homepage-promo-bottom.black-bg {
    height: 295px;
    margin-top: 0;
}

#shop-online #homepage-promos #homepage-promo-bottom .promo-centre {
    width: 358px;
}

#shop-online #homepage-promos #homepage-promo-bottom .promo-left,
#shop-online #homepage-promos #homepage-promo-bottom .promo-right {
    width: 355px;
}

#owl-wedding .owl-item img{
    display: block;
    width: 100%;
    height: auto;
}

.collections-icon2 {
    height: 92px !important;
    width: 94px !important;
}

.sale-images{
    float:left;
    display:block;
}

#welcome-popup{
    border: 1px #ddd solid;
    text-align: center;
    width: 615px;
    height: 430px;
    margin: auto;
    padding: 39px 80px;
    position: relative;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -283px;
    margin-top: 140px;
    z-index: 999999;
    background-color: #fff;
}

#welcome-popup .close-pop{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: hand;
    cursor: pointer;
}

#welcome-popup p{
    font-family: 'circularMed';
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 3px;
}

#welcome-popup form{
    margin-top: 42px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
}

#welcome-popup:after{
    clear: both;
    content: "";
    display: block;
}

#welcome-popup form button{
    border: 0;
    outline: 0;
    margin-top: 22px;
    font-family: 'circularMed';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
}

#welcome-popup input{
    width: 100%;
    text-align: center;
    height: 27px;
    margin-bottom: 12px;
    font-family: 'circularMed';
    letter-spacing: 1px;
    font-size: 13px;
}

#welcome-popup .shop-link button{
    border: 0;
    outline: 0;
    margin-top: 22px;
    font-family: 'circularMed';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    font-size: 36px;
}

#welcome-popup .response p{
    display: block;
    margin-bottom: 20px;
/*    line-height: 30px;*/
    /*border-top: 1px #ddd solid;*/

}

#welcome-popup .response .name{
    font-size: 36px;
    padding-bottom: 33px;
    border-bottom: 2px #ddd solid;
    line-height: 100%;
}

#welcome-popup .response-textbox{
    border-bottom: 2px #ddd solid;
    margin-top: 26px;
    padding-bottom: 8px;
}

#welcome-popup .response-textbox p{
    line-height: 20px;
    margin-bottom: 18px;
}


#homepage-ss-slider .item{
    display: block;
    width: 100%;
    height: auto;
}
#homepage-ss-slider .owl-controls{
    position: absolute;
    top: calc(50% - 40px);
    width: 108%;
    margin-left: -4%;
}

#homepage-ss-slider .owl-nav{
/*    @include clearfix;*/
    width: 100%;
    position: relative;
    top: 0;
}

#homepage-ss-slider .owl-nav .owl-prev{
    position: absolute;
    left: 0;
}

#homepage-ss-slider .owl-nav .owl-next{
    position: absolute;
    right: 0;
}


.red{
    color: red;
}

.green{
    color: green;
}

/* SUIT LOAN WEDDING BUILD*/
.suit-loan-wedding:after{
    clear: both;
    content: "";
    display: block;
}
.suit-loan-wedding{
    margin-top: 40px;
    font-family: 'circularBook';
    text-align: justify;
                 box-sizing: border-box;
        -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}
.cir-bold{
    font-family: 'circularBold';

}
.suit-loan-wedding p{
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
}
p.upper{
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
    padding-top: 5px;
    font-family: 'circularBlack';
    font-size: 18px;
}

.line-top{
    position: relative;
}
.line-top:before{
    content: "";
    position: absolute;
    /*left: 20px;*/
    top: -5px;
    height: 1px;
    width: 15px;
    z-index: 200;
    border-bottom: 2px solid #071922;
}

.suit-loan-wedding .bold{
    font-family: 'circularBold';
}

.left-col{
    float: left;
    width: 48%;
    margin-right: 4%;
}

.right-col{
    float: left;
    width: 48%;
}

a.blackbutton{
    display: block;
    font-family: 'circularBlack';
    width: 275px;
    padding-left: 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 47px;
    float: left;
             box-sizing: border-box;
        -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
    /*font-weight: bold;*/
}

.suit-buttons a.blackbutton:last-of-type {
    width: 140px;
    margin-left: 20px;
}

.suit-top-row{
    border-top: 1px #949393 solid;
    border-bottom: 1px #949393 solid;
}

.suit-bottom-row{
    border-bottom: 1px #949393 solid;
}

.suit-item{
    font-family: 'serialf-regularregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    width: 33%;
    margin: 10px 0;
    /*outline: 1px red solid;*/
    border-right: 1px #949393 solid;
             box-sizing: border-box;
        -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
}

.suit-item-last {
    border: none;
}

.suit-top-row .suit-item .img-wrap{
    height: 525px;
    margin: auto;
    width: 90%;;
}
.suit-bottom-row .suit-item .img-wrap{
    height: 508px;
    margin: auto;
    /*max-width: 229px;*/
    width: 90%;

}
.suit-item .img-wrap img{
    display: inline-block;
    /*width: 100%;*/
    margin: auto;
    max-height: 500px;
}

.suit-item .text-wrap{
    margin-bottom: 20px;
}

.suit-item .text-wrap span:first-of-type{
    border-right: 1px #000 solid;
    padding-right: 15px;
}

.suit-item .text-wrap span:last-of-type{
    padding-left: 15px;
}

.menswear-wrapper .video-wrapper{
    width: 100%;
    height: 500px;
    background: #eee;
}

.store-add span{
    text-transform: uppercase;
    font-family: 'circularBold';
}

.video-wrapper{
    position: relative;
    width: 100%;
    height: 0;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 11.25%;

}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wedding-block .enquirebtn{
    margin-top: 34px;
}

.wedding-sub{
    font-size: 20px!important;
    font-family: 'circularBlack';
    margin-bottom: 25px;
}

.loan-steps{
    font-size: 18px;
    margin-top: 20px!important;
    margin-bottom: 0!important;
}

/*.loan-steps-wrap p{
    font-size: 19px;
    line-height: 18px;
}*/

.statement{
    font-family: 'CircularBlack';
    font-size: 19px;
    margin-bottom: 30px!important;
}

#brand-logos img {
    width: 100%;
}









