﻿/* Add FONT-FACES here
-----------------------------------------------------------*/
@import url(fonts/opensans.css);


/* Standard elements
-----------------------------------------------------------*/
::selection 
{
    background: rgb(0, 178, 195);
    color: rgb(40,40,39);
}

::-moz-selection
{
    background: rgb(0, 178, 195);
    color: rgb(40,40,39);
}

*
{
    margin: 0;
    padding: 0;
}

.cf:after,
.cf:before
{
    content: ' ';
    display: table;
}
.cf:after
{
    clear: both;
}
.clr
{
    clear: both;
}


a:link,
a:visited
{
    color: rgb(0, 178, 195);
    text-decoration: none;
}
a:hover,
a:active,
a:focus
{
    color: rgb(40,40,39);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

h1, h2, h5, h6
{
    color: rgb(0, 178, 195);
    font-weight: 300;
}

h1
{
    font-size: 2.5em;
    margin-bottom: 0.5em;
    /*padding-top: 0.5em;*/
}
h2
{
    font-size: 2em;
    margin-bottom: 0.8em;
}
h5
{
    font-size: 1.8em;
}
h6
{
    font-size: 1.5em;
    margin-bottom: 0.8em;
}

.inverse
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #3c3c3b;
    border-radius: 2px;
    padding: 3px 8px;
}
p
{
    color: #4a4a49;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}
.was
{
    text-decoration: line-through;
}

fieldset,
img
{
    border-style: none;
}

ul.basic
{
    list-style: none none outside;
}
ul.special li
{
    float: left;
}

html
{
    overflow: auto;
}
html, body
{
    height: 100%;
}

body
{
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: rgb(40,40,40);
    color: #4a4a49;
    font-family: OpenSans;
    font-size: 62.5%;
}

/* Section classes
-----------------------------------------------------------*/
.preamble
{
    padding-top: 15px;
}
.featured-products
{
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 20px;
}
/*.featured-products h2
{
    margin-bottom: 15px;
}*/

/* HTML5 display reset for older browsers
-----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: rgb(0, 178, 195);
    font-size: 1.2em;
}
.field-validation-valid
{
    display: none;
}
.input-validation-error
{
    border: 1px solid rgb(0, 178, 195) !important;
    height: 23px !important;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid
{
    display: none;
}
.nb
{
    display: inline-block;
    margin-bottom: 1.2em;
}

/* Noscript
-----------------------------------------------------------*/
.no-script
{
    background-color: rgba(30, 30, 29, 0.8);
    height: 30px;
    display: none;
}
.no-script p
{
    color: #fff;
    font-size: 1.2em;
    line-height: 30px;
}
.no-script a:hover
{
    color: #fff;
}
.no-js .no-script
{
    display: block;
}
.no-js #special-bar
{
    padding-top: 140px !important;
}

/* Basket summary
-----------------------------------------------------------*/
.info-bar
{
    background: rgb(40, 40, 39) url(images/special-background.png) no-repeat center bottom;
    height: 30px;
    display: none;
}
.info-bar p
{
    color: rgb(0,178,195);
    float: left;
    font-size: 1.2em;
    line-height: 30px;
}
p.no-script
{
    display: none;
    width: 600px
}
.no-script a:hover
{
    color: #fff;
}
/*.no-js .info-bar,
.no-js .no-script
{
    display: block;
}*/
.no-js #special-bar
{
    padding-top: 140px !important;
}

p.basket-summary
{
    display: none;
    float: right;
    text-align: right;    
    text-transform: uppercase;
    width: 300px;
}
.basketsummary .info-bar,
.basketsummary p.basket-summary
{
    display: block;
}
.basket-summary a.checkout:link,
.basket-summary a.checkout:visited
{
    background-color: rgba(30, 30, 29, 0.8);
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 0 8px;
}
.basket-summary a.checkout:hover,
.basket-summary a.checkout:active,
.basket-summary a.checkout:focus
{
    background-color: #ebebea;
    color: #3c3c3b;
}
.basket-summary span a.link,
.basket-summary span a:visited
{
    background-color: transparent;
    color: rgb(0, 178, 195);
}
.no-rgba .basket-summary a.checkout:link,
.no-rgba .basket-summary a.checkout:visited
{
    background: transparent url(images/langham-sprites.png) repeat-x left 0;
}
.no-rgba .basket-summary a.checkout:hover,
.no-rgba .basket-summary a.checkout:active,
.no-rgba .basket-summary a.checkout:focus
{
    color: #3c3c3b;
    background-color: #ebebea;
    background-image: url(images/trans.png);
}
.basketsummary #special-bar
{
    padding-top: 140px !important;
}

/* Container and wrapper
-----------------------------------------------------------*/
#special-bar
{
    background: rgb(40, 40, 39) url(images/special-background.png) no-repeat center bottom;
    padding: 110px 0 25px;
}
#special-bar.home
{
    background-position: center top;
}
#content-bar
{
    background-color: rgb(255, 255, 255);
    min-height: 50%; /*541px;*/
}
.wrapper
{
    margin: 0 auto;
    max-width: 940px;
    position: relative;
}

/* Site header and footer styles
-----------------------------------------------------------*/
header.site-header
{
    /*background-color: rgba(30, 30, 29, 0.8);*/
    border-bottom: 1px solid rgb(74, 74, 73);
    left: 0;
    /*min-height: 85px;*/
    min-width: 980px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/*.no-rgba header.site-header
{
    background: transparent url(images/langham-sprites.png) repeat-x left 0;
}*/
.no-rgba section.navigation
{
    background: transparent url(images/langham-sprites.png) repeat-x left 0;
}
.navigation
{
    background-color: rgba(30, 30, 29, 0.8);
    min-height: 85px;
}
header .langham-logo
{
    left: 0;
    position: absolute;
    top: 16px;
}
footer.site-footer
{
    background: rgb(40,40,39) url(images/special-background.png) no-repeat center top;
    border-top: 1px solid #4a4a49;
    padding-top: 55px;
    padding: 20px 0 15px;
}
.site-footer h5
{
    background: transparent url(images/langham-sprites.png) repeat-x left -260px;
    color: #fff;
    height: 40px;
    margin-bottom: 15px;
}
.site-footer li
{
    font-size: 1.2em;
}
.site-footer a:link,
.site-footer a:visited
{
    color: #cdcdcc;
}
.site-footer a:hover,
.site-footer a:hover,
.site-footer a:active,
.site-footer a.active
{
    color: rgb(0, 178, 195);
}
address
{
    color: #969695;
    font-size: 1.2em;
    font-style: normal;
    line-height: 1.4em;
}
.site-footer dt
{
    color: #fff;
    font-size: 1.2em;
}
.site-footer dd
{
    color: #969695;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.site-footer p
{
    font-size: 1.2em;
}
.site-footer .details
{
    color: #969695;
    font-size: 1.2em;
    margin-top: 10px;
}

dl.newsletter-signup dt
{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px;
}
dl.newsletter-signup dd
{
    color: #cdcdcc;
}
dl.newsletter-signup form
{
    margin-top: 16px;
}

/* Navigational elements
-----------------------------------------------------------*/
nav.main
{
    position: absolute;
    right: -10px;
    top: 34px;
}
nav.main li
{
    padding: 0 10px;
    position: relative;
}
nav.main li.sub:hover
{
    padding: 0;
}
nav.main li.sub:hover > a
{
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: rgb(0, 178, 195);
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;*/
    outline: none;
    padding: 10px 10px 35px;
    position: relative;
    z-index: 9999;
}
nav.main li:first-child
{
    margin-left: 0;
}
nav.main a:link,
nav.main a:visited
{
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}
nav.main a:hover,
nav.main a:active,
nav.main a:focus,
nav.main a.active
{
    color: rgb(0, 178, 195);
}
ul.sub
{
    -moz-border-radius: 2px 0 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
    -webkit-border-radius: 2px 0 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
    background-color: #fff;
    border-radius: 2px 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 12px;
    display: none;
    list-style: none none outside;
    min-width: 88px;
    padding: 15px 20px;
    position: absolute;
    top: 51px;
    right: 0;
    z-index: 8000;
}
.touch ul.sub
{
    right: 1px;
}
li.sub:hover ul,
ul.sub:hover,
.touch ul.sub.hover
{
    display: block;
}
ul.sub li
{
    float: none;
    /*line-height: 2em;*/
    margin: 0;
    padding: 0 0 5px;
}
ul.sub a
{
    padding: 0;
}
ul.sub a:link,
ul.sub a:visited
{
    color: #4a4a49;
    font-size: 1.2em;
    text-transform: none;
    white-space: nowrap;
}
ul.sub a:hover,
ul.sub a:active,
ul.sub a:focus,
ul.sub a.active
{
    color: rgb(0, 178, 195);
}

.no-borderradius ul.sub
{
    background: transparent url(images/trans.png) repeat;
    padding: 0;
    top: 30px;
    width: 140px;
}
.no-borderradius ul.sub a
{
    white-space: normal;
}
.no-borderradius ul.sub > li
{
    background: transparent url(images/drop-down-menu-sprites.png) repeat-y left -20px;
    padding: 0 32px 5px;
    width: 88px;
}
.no-borderradius ul.sub li:first-child
{
    background-position-y: top;
    padding-top: 27px;
}
.no-borderradius ul.sub li.last-child
{
    background-position-y: bottom;
    padding-bottom: 27px;
}

nav.breadcrumbs
{
    margin-top: 5px;
}
.breadcrumbs li
{
    background: transparent url(images/breadcrumb-divider.png) no-repeat left 4px;
    padding-left: 11px;
    padding-right: 3px;
}
.breadcrumbs li:first-child
{
    background-image: none;
    padding-left: 0;
}
.breadcrumbs a:link,
.breadcrumbs a:visited
{
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs li:last-child a
{
    color: rgb(0, 178, 195);
}


.shop-menu ul.sub
{
    right: -222px;
    width: 445px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.shop-menu h3
{
    border-bottom: 1px solid #ebebeb;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 4px;
}
.shop-menu h3:first-child
{
    margin-top: 0;
}
.shop-menu h3 a:link,
.shop-menu h3 a:visited
{
    color: rgb(0, 178, 195);
}
.shop-menu ul
{
    display: none;
}
.shop-menu div
{
    float:left; 
    margin-left: 20px;
    width: 135px;
}
.shop-menu div:first-child
{
    margin-left: 0;
}
.shop-menu ul.sc li
{
    list-style: none none outside;
}
.shop-menu ul.sc li a:link
{
    /*background: transparent url(images/bullet.png) no-repeat left center;*/
    /*padding-left: 8px;*/
}
.shop-menu ul.sc li a:link
{
    font-size: 1.1em;
    white-space: normal;
}


.no-boxshadow .shop-menu ul.sub
{
    padding: 0;
    right: -250px;
    width: 509px;
}
.no-boxshadow .shop-menu li
{   
    margin: 0; 
    padding: 0;
}
.no-boxshadow .shop-menu ul.sub > li
{
    background: transparent url(images/drop-down-shop-sprites.png) repeat-y left top;
    padding: 0 32px;
}
.no-boxshadow .shop-menu ul.sub > li.first-child
{
    background-position: -509px top;
    background-repeat: no-repeat;
    height: 30px;
}
.no-boxshadow .shop-menu ul.sub > li.last-child
{
    background-position: -1018px bottom;
    background-repeat: no-repeat;
    height: 30px;
}
.no-boxshadow .shop-menu ul.sub > li
{
    margin: 0;
    padding-left: 32px;
    width: 445px;
}
.no-boxshadow .shop-menu ul.sc li
{
    padding: 0 0 5px;
}



/* Content container styles
-----------------------------------------------------------*/
#content-bar .wrapper
{
    padding-bottom: 30px;
}
.content-column
{
    /*border-bottom: 1px solid #ebebeb;
    min-height: 500px;*/
    padding-top: 15px;
}
.content-column p
{
    font-size: 1.2em;
}
.content-column ul
{
    margin-left: 15px;
}
.content-column dl
{
    margin: 10px 0;
}
.content-column dt
{
    color: rgb(0, 178, 195);
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 10px;
}
.content-column dd
{
    font-size: 1.2em;
}
.product-details h2
{
    margin-bottom: 0;
}
.product-details .currency
{
    font-size: 1.6em;
}
.product-details .was
{
    font-size: 1.4em;
    text-decoration: line-through;
}
p.out-of-stock
{
    margin-top: 30px;
}
.nb
{
    color: rgb(0, 178, 195);
}

thead th
{
    color: rgb(0, 178, 195);
    font-size: 1.8em;
    font-weight: normal;
    text-align: left;
}

.home-highlights
{
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 20px;
}
.home-highlights h2
{
    font-size: 16px;
}
.home-highlights a img
{
    margin-bottom: 15px;
}


/* Special container styles
-----------------------------------------------------------*/
.langham-search
{
    float: right;
}
#special-bar h1
{
    color: #fff;
    font-size: 2.5em;
    /*font-weight: 300;*/
    margin-top: 62px;
    text-align: right;
    text-transform: lowercase;
}

/* Multi-columns styles
-----------------------------------------------------------*/
.multi-columns:after,
.multi-columns:before
{
    content: ' ';
    display: table;
}
.multi-columns:after
{
    clear: both;
}
.multi-columns > div
{
    float: left;
    /*border: 1px dotted red;*/
}
.column-gap
{
    margin-right: 20px;
}
.single
{
    width: 220px;
}
.double
{
    width: 460px;
}
.single, 
.column,
.multi-column
{
    width: 220px;
}
.triple
{
    width: 700px;
}
.product-details
{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 90px;
}

/* Slide styles
-----------------------------------------------------------*/
.home-slides
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 5px solid #fff;
    border-radius: 2px;
    height: 380px;
    margin: 20px 0 7px;
    position: relative;
    width: 930px;
}
.home-slides .container
{
    height: 380px;
    width: 930px;
}
.home-slides .notice
{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 900;
}

.product-slides
{
    height: 690px;
    position: relative;
    width: 460px;
}
.product-slides .container
{
    height: 690px;
    width: 460px;
}
.gallery-slides
{
    height: 365px;
    position: relative;
    width: 460px;
}
.gallery-slides .container
{
    height: 365px;
    width: 460px;
}

.slide
{
    display: none;
}
.slide:first-child
{
    display: block;
}

/* Form styles
-----------------------------------------------------------*/
.tb
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    border-style: none;
    border-radius: 2px;
    color: #4a4a49;
    font-size: 1.3em;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 8px;
}
.bn
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: rgb(0, 178, 195);
    border-style: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 8px;
    text-transform: lowercase;
    vertical-align: middle;
}
.tb-dark
{
    background-color: #ebebeb;
}
a.bn
{
    color: #fff;
    display: inline-block;
}
p a.bn
{
    font-size: 1.2em !important;
}
.bn:hover
{
    background-color: #969695;
}
.simple
{
    height: 25px;
}
.simple .tb
{
    -moz-radius: 2px 0 0 2px;
    -webkit-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    vertical-align: middle;
}
.simple .bn
{
    -moz-radius: 0 2px 2px 0;
    -webkit-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    vertical-align: middle;
}
.langham-search .tb
{
    width: 110px;
}
.newsletter-signup .tb
{
    width: 160px;
}
.add-to-basket
{
    margin-top: 20px;
}
.add-to-basket .tb
{
    background-color: #ebebeb;
    padding: 0;
    text-align: center;
    width: 25px;
}
#basket input.qty
{
    background-color: #ebebeb;
    padding: 0;
    text-align: center;
    width: 25px;
}
.attributes
{
    margin-bottom: 20px;
}
.add-to-basket .attribute
{
    width: 180px;
}
.add-to-basket .nb
{
    display: none;
    margin-top: 10px;
    padding-right: 20px;
}

/* Shop browse and details styles
-----------------------------------------------------------*/
.shop-browse
{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.shop-item
{
    float: left;
    height: 375px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    width: 220px;
}
.shop-item:nth-child(4n+1)
{
    margin-left: 0;
}
.shop-item a.preview
{
    display: block;
    height: 330px;
    margin-bottom: 10px;
    outline: none;
    width: 220px;
}
.shop-item a.preview:hover:after,
.shop-item a.preview:focus:after,
.shop-item a.preview.focus:after
{
    background: transparent url(images/langham-sprites.png) no-repeat left -115px;
    content: ' ';
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -72px;
    position: absolute;
    top: 50%; 
    width: 100px;
}
.no-generatedcontent .overlay
{
    background: transparent url(images/langham-sprites.png) no-repeat left -115px;
    display: none;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -72px;
    position: absolute;
    text-indent: -8000px;
    top: 50%; 
    width: 100px;
}
.no-generatedcontent a.preview:hover .overlay
{
    display: block;
}
.shop-item h3
{
    text-align: center;
    overflow: hidden;
}
.shop-item h3 a:link,
.shop-item h3 a:visited
{
    color: #696968;
    font-size: 1.2em;
    white-space: nowrap;
}
.shop-item h3 a:hover,
.shop-item h3 a:active
{
    color: rgb(0, 178, 195);
}
.shop-item .currency
{
    color: #1e1e1d;
    text-align: center;
}
.shop-item .was
{
    font-size: 0.9em;
    padding-right: 5px;
}

.shop-categories
{
    border-bottom: 1px solid #ebebeb;
    font-size: 1.2em;
    margin: 20px 0;
    padding-bottom: 20px;
}
.shop-categories li
{
    background: transparent url(images/fslash.png) no-repeat left center;
    float: left;
    padding-left: 10px;
    padding-right: 8px;
}
.shop-categories li:first-child
{
    background-image: none;
    padding-left: 0;
}

/* Search result styles
-----------------------------------------------------------*/
ul.sr li
{
    border-bottom: 1px solid #ebebeb;
    clear: both;
    padding: 20px 0;
}
ul.sr li.srp div
{
    height: 105px;
}
ul.sr h6
{
    margin: 0 0 5px;
}
ul.sr p
{
    margin: 0 0 5px;
}
ul.sr .was
{
    font-size: 0.9em;
    padding-right: 5px;
}
a.sr-img img
{
    float: left;
    height: 105px;
    margin-right: 10px;
    width: 70px;
}
.preview
{
    height: 2.5em;
    overflow: hidden;
}
a.sr-bc
{
    background: transparent url(images/breadcrumb-divider-black.png) no-repeat left 4px;
    padding-left: 11px;
    padding-right: 3px;
}
a.sr-bc:first-child
{
    background-image: none;
    padding-left: 0;
}
