section,div,h1,h2,h3,a,p,span,input,textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

html,body{
    font-family: "futura-pt",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
}

img{
    margin: 0;
    padding: 0;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

a{
    text-decoration: none;
    display: block;
    color: #000;
    -webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;	
		    transition: all 0.2s ease-out;
}

ul, li{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2{
    font-weight: 700;
}

h1{
    font-size: 1.8em;
    line-height: 1.2em;
    letter-spacing: 0.015em;
}

h2{
    font-size: 2.4em;
    line-height: 1em;
}

.ss{
    display: block;
    line-height: 0;
}

.warp{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.row{
    width: 100%;
    position: relative;
    display: table;
}

.row:before, .row:after{
    display: table;
    content: " ";
}

.row:after{
    clear: both;
}

.row .col2{
    width: 100%;
}

.parx.fixed{
    background-attachment: fixed;
}

#nav{
    width: 100%;
    height: 2.5925925em;
    font-size: 0.9em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
/*    visibility: hidden;*/
    z-index: 10;
    -webkit-transition: all 0.15s ease-out;
	   -moz-transition: all 0.15s ease-out;
	    -ms-transition: all 0.15s ease-out;
	     -o-transition: all 0.15s ease-out;	
		    transition: all 0.15s ease-out;
/*
    -webkit-transform: translate3d(0, -2.5925925em, 0);
       -moz-transform: translate3d(0, -2.5925925em, 0);
        -ms-transform: translate3d(0, -2.5925925em, 0);
         -o-transform: translate3d(0, -2.5925925em, 0);
            transform: translate3d(0, -2.5925925em, 0);
*/
}

/*
#nav.stuck{
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
*/

#nav a, #nav p{
    height: 2.5925925em;
    line-height: 2.5925925em;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
/*    opacity: 0;*/
    -webkit-transition: opacity 0.8s ease-out 0.3s, margin 0.2s ease-out, line-height 0.2s ease-out, height 0.2s ease-out;
	   -moz-transition: opacity 0.8s ease-out 0.3s, margin 0.2s ease-out, line-height 0.2s ease-out, height 0.2s ease-out;
	    -ms-transition: opacity 0.8s ease-out 0.3s, margin 0.2s ease-out, line-height 0.2s ease-out, height 0.2s ease-out;
	     -o-transition: opacity 0.8s ease-out 0.3s, margin 0.2s ease-out, line-height 0.2s ease-out, height 0.2s ease-out;	
		    transition: opacity 0.8s ease-out 0.3s, margin 0.2s ease-out, line-height 0.2s ease-out, height 0.2s ease-out;
}

/*
#nav.stuck a, #nav.stuck p{
    opacity: 1;
}
*/

#nav p.phone{
    display: none;
}

#nav .nav li a{
    display: block;
}

#nav .nav li a span, #nav a.login span{
    border-color: #fff;
    -webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;	
		    transition: all 0.2s ease-out;
}

#nav .nav li a:hover{
    color: #000;
    margin-top: -0.3074075em;
    line-height: 2.9em;
    height: 2.9em;
}

#nav .nav li a:hover span{
    border-bottom:2px solid #000;
    line-height: 2.9em;
    height: 2.9em;
}

#nav .nav li.product-range{
    display: none;
}

#nav .nav li a span{
    display: inline-block;
    line-height: 2.5925925em;
    height: 2.5925925em;
}

#nav .nav li:last-child a{
    position: relative;
    float: right;
    margin-right: 1.125em;
}

#nav .nav li.active a span{
    color: #000;
    border-bottom:2px solid #000;
}

#nav a.logo{
    z-index: 5;
    width: 7.9629629em;
    margin-left: 1em;
    overflow: hidden;
}

#nav a.logo h2{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

#nav a.logo .wrap{
    width: 100%;
    position: relative;
    display: block;
    height: 200%;
    margin: 0;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;	
		    transition: all 0.3s ease-out;
}

#nav a.logo:hover .wrap{
/*    margin-top: -2.5925925em;*/
    color: #000;
    -webkit-transform: translate3d(0, -2.5925925em, 0);
       -moz-transform: translate3d(0, -2.5925925em, 0);
        -ms-transform: translate3d(0, -2.5925925em, 0);
         -o-transform: translate3d(0, -2.5925925em, 0);
            transform: translate3d(0, -2.5925925em, 0);
}

#nav a.logo img{
    width: 100%;
    height: auto;
}

#nav a.logo .wrap .up{
    width: 2em;
    height: 1.22222222222em;
    display: inline-block;
    background-image: url('../img/up-arrow.png');
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: none;
    margin-right: 0.7em;
}

#nav a.login{
    color: #000;
    display: block;
    clear: right;
    float: right;
    right: 1.1111111111em;
    background-color: #ffb344;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;	
		    transition: all 0.3s ease-out;
}

#nav a.login span.hover{
    display: inline-block;
    line-height: 2.5925925em;
    height: 2.5925925em;
    padding: 0 .666666em;
}

#nav a.login:hover{
    background-color: #efefef;
}

/*
#nav a.login:hover span.hover{
    border-bottom:2px solid #000;
    padding: 0 0.8em;
    top: -5px;
}
*/

#nav a.login:hover span.arrow{
    font-size: 1.25em;
    margin-left: 0.2em;
}

section{
    position: relative;
}

#header {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;	
		    transition: all 0.3s ease-out;
}

.whiteout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

#header .inner{
    display: block;
    position: relative;
    margin: 0.7em;
    background-color: #e8e8e8;
/*    background-color: #a4937c;*/
/*    background-color: #867763;*/
}

#header .inner.heighted{
    position: absolute;
    margin: 0;
    top: 1em;
    right: 1em;
    bottom: 1em;
    left: 1em;
}

h2.logo{
    margin: 0.5em 0;
    width: 100%;
    padding: 0;
    line-height: 0.9375em;
    text-align: center;
}

h2.logo img{
    width: 4.8611111111em;
    height: auto;
    vertical-align:top;
}

#header a.phone{
    margin: 1em 1.2222222em;
    float: left;
}

#header a.phone:hover{
/*    color: #1e1e1e;*/
}

#header .frame{
/*
    border-top: 0.3333333em solid #000;
    border-right: 0.3333333em solid #000;
    border-bottom: 0.3333333em solid #000;
*/
    margin-left: -0.7em;
    margin-right: 0;
    padding-left: 0.7em;
}

#header h1{
    margin: 2.8em 15% 0.7em 0.7em;
    clear: both;
}

img.hettich{
    display: inline-block;
    height: 0.8888888em;
    width: auto;
    vertical-align: baseline;
    margin-right: 0.1em;
    margin-top: 0.1em;
}

#header .subheading{
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 0.015em;
    margin: 0.9401709em 0.9401709em;
}

#header p{
    margin: 1em 10% 3em 1.375em;
    font-size: 0.8888888888em;
}

#header .product-overview{
    bottom: -1.111111111em;
    left: 50%;
    width: 14em;
    margin-left: -7em;
    position: absolute;
    background-color: #fff;
    font-size: 0.9em;
    line-height: 2.5925925em;
    text-align: center;
    z-index: 10;
}

#header a.product-overview:hover{
    line-height: 3.4em;
    padding-bottom: 0.2em;
}

.stripes{
    display: none;
}

.stripes div:first-of-type{
    margin: 0;
}

.row.cat-row{
    margin-top: -0.5em;
    padding: 0 0.5em 0 0.5em;
}

.row.cat-row ~ .row.cat-row{
    margin: 0;
}

.category{
    height: 0;
    padding-bottom: 20em;
}

.initial{
    -webkit-transform: translate3d(0, 200px, 0);
       -moz-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
         -o-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0);
}

.visible{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	    -ms-transition: all 0.5s ease-out;
	     -o-transition: all 0.5s ease-out;
		    transition: all 0.5s ease-out;
}

.category .wrap{
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
/*    background-position: 8% 50%;*/
    background-position: 50% 50%;
    background-size: 100% auto;
}

.row.cat-row section.category:last-child .wrap{
/*    background-position: 92% 50%;*/
    background-position: 50% 50%;
}

.category .table-wrap{
    display: table;
    width: 100%;
    height: 100%;
}

.category .cell-wrap{
    display: table-cell;
    vertical-align: middle;
}

.category h2{
    margin: 0.2em 10%;
    color: #fff;
    text-align: center;
}

.topline, .bottomline{
    width: 80%;
    height: 0.1666666666666em;
    background-color: #fff;
    margin: 0 auto;
}

.initial .cell-wrap{
    -webkit-transform: translate3d(0, 200px, 0);
       -moz-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
         -o-transform: translate3d(0, 200px, 0);
            transform: translate3d(0, 200px, 0);
}

.initial .cell-wrap.visible{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s ease-out;
	   -moz-transition: all 1s ease-out;
	    -ms-transition: all 1s ease-out;
	     -o-transition: all 1s ease-out;
		    transition: all 1s ease-out;
}

.full-width{
    width: 100%;
}

#catalogue .wrap{
    background-image: url('../img/catalogue-promo.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#catalogue h2{
    color: #ffb344;
}

#catalogue .topline, #catalogue .bottomline{
    background-color: #ffb344;
}

#catalogue a.catalogue-link{
    background-color: #ffb344;
}

#catalogue a.catalogue-link:hover{
    background-color: #fff;
}

#catalogue a.catalogue-link .pdf{
    color: #fff;
}

#catalogue.initial, #catalogue.visible{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

#overview .wrap{
    background-image: url('../img/product-spread-2.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#overview.initial, #overview.visible{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}


#hettich .wrap{
    background-image: url('../img/hettich-products.png');
/*    background-image: url('../img/hettich-website-image.jpg');*/
    background-repeat: repeat;
    background-position: 0 0;
/*    background-size: auto 85%;*/
    background-size: auto 65%;
/*    background-size: cover;*/
}

#hettich.initial, #hettich.visible{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

#tungsten .wrap{
    background-image: url('../img/wt-tungsten-series-website-section-background.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#tungsten.initial, #tungsten.visible{
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}

#tungsten a.catalogue-link{
    background-color: #ffb344;
}

#tungsten a.catalogue-link:hover{
    background-color: #fff;
}

#tungsten a.catalogue-link .pdf{
    color: #fff;
}

#hinges .wrap{
    background-image: url('../img/wt-hinges.png');
}

#drawer-runners .wrap{
    background-image: url('../img/wt-drawer-runners.png');
}

#handles .wrap{
    background-image: url('../img/wt-kitchen-handles.png');
}

a.catalogue-link{
    text-align: center;
    margin-top: 2.5em;
    font-size: 1.5em;
    margin: 2.5em 10% 2em;
    padding: 2% 0;
    background-color: rgba(255,255,255,0.35);
    position: relative;
}

a.catalogue-link:hover{
    background-color: #fff;
}

a.catalogue-link .pdf{
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 1.75%;
    font-size: 0.6em;
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
       -moz-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
         -o-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    -webkit-transition: all 0.2s ease-out 0.2s;
	   -moz-transition: all 0.2s ease-out 0.2s;
	    -ms-transition: all 0.2s ease-out 0.2s;
	     -o-transition: all 0.2s ease-out 0.2s;	
		    transition: all 0.2s ease-out 0.2s;
}

a.catalogue-link:hover .pdf{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.catalogue-icon{
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 40%;
    margin-left: -20%;
    background-color: #000;
    padding-top:45%;
    background: url('../img/wt-catalogue-icon2x.png') no-repeat;
    background-size: 100% auto;
    background-position: 100% 100%;
    -webkit-transform: translate3d(0, 20%, 0);
       -moz-transform: translate3d(0, 20%, 0);
        -ms-transform: translate3d(0, 20%, 0);
         -o-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
    -webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;	
		    transition: all 0.2s ease-out;
}

a.catalogue-link:hover .catalogue-icon{
    opacity: 1;
    width: 43%;
    margin-left: -21.5%;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

#accessories .wrap{
    background-image: url('../img/wt-kitchen-hardware-accessories.png');
}

#screws .wrap{
    background-image: url('../img/wt-screws.png');
}

#legs .wrap{
    background-image: url('../img/wt-kitchen-legs.png');
}

#pull-out{
    width: 100%;
    display: block;
    position: relative;
}

#pull-out .wrap{
    margin: 0.5em 1em 0.5em 1em;
    position: relative;
}

#pull-out .topline, #pull-out .bottomline{
    background-color: #000;
    margin: 0;
    width: 100%;
}

#pull-out h2{
    line-height: 0.8em;
    margin: 0.2em 0 0.4em 0.69444444444em;
}

#pull-out .pull-out-row{
    position: relative;
    width: 100%;
}

#pull-out .pull-out-row .block{
    width:50%;
    float: left;
    clear: none;
    margin: 0 0 1em 0;
}

#pull-out .block{
    position: relative;
    clear: both;
    margin: 1em 0;
}

#pull-out img{
    display: block;
    width: 100%;
    height: auto;
}

#contact, #visit{
    font-size: 0.8em;
}

.row.contact section{
    border: 0.5em solid #fff;
    border-bottom: 1em solid #fff;
    margin-bottom: 0.5em;
}

.row.contact .wrap{
    margin: 0 1.3333333em;
}

.row.contact h2{
    margin-bottom: 0;
    margin-top: 1.333333333em;
}

.row.contact p{
    margin: 0.7em 0;
}

.line{
    width: 92%;
    height: 0.1em;
    background-color: #000;
    margin: 1em 0;
}

#contact a.email{
    font-size: 1.3em;
    width: auto;
    position: relative;
    float: left;
}

#contact a.email:hover{
    border-bottom: 0.1em solid #000;
    position: relative;
    clear: both;
    margin-top: -0.25em;
    line-height: 1.5em;
}

#contact .phone{
    font-size: 1.25em;
}

#enquiry-form{
    margin-top: 1.33333em;
}

#enquiry-form input, #enquiry-form textarea{
    font-size: 16px;
    background-color: #e8e8e8;
    padding: 1.25em 0 1.25em 1.5em;
    line-height: 1em;
    border: none;
    color: #7c7c7c;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;	
		    transition: all 0.3s ease-out;
}

#enquiry-form input:hover, #enquiry-form textarea:hover{
    background-color: #d6d6d6;
}

#enquiry-form input:focus, #enquiry-form textarea:focus{
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #000;
    outline: none;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: #7c7c7c;
    opacity: 1;
}

:-moz-placeholder {
    color: #7c7c7c;
    opacity: 1;
}

::-moz-placeholder {
    color: #7c7c7c;
    opacity: 1;
}

:-ms-input-placeholder {  
    color: #7c7c7c;
    opacity: 1;
}

#enquiry-form .row{
    width: 100%;
    position: relative;
    display: block;
}

#enquiry-form .input{
    position: relative;
    float: none;
    margin-top: 0.6666666em;
    width: 100%;
}

#enquiry-form div:last-of-type{
    padding-right: 0;
}

#enquiry-form .input input{
    display: block;
    width: 100%;
}

#enquiry-form textarea{
    width: 100%;
    margin-top: 1em;
    height: 7em;
}

#enquiry-form button{
    font-size: 2.4em;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    background: none;
    border: none;
    position: relative;
    float: right;
    margin-top: 0.1em;
}

#enquiry-form button span{
    height: 0.8472222222em;
    width: 0.4166666666em;
    display: block;
    background: url('../img/contact-arrow.png') repeat-y;
    background-size: 100% 100%;
    background-position: 0 0;
    position: relative;
    float: right;
    margin-left: 0.4em;
    margin-top: 0.12em;
    -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;	
		    transition: all 0.2s ease-in-out;
}

#enquiry-form button:hover span{
    margin-left: 0.5em;
    margin-right: -0.1em;
}

#enquiry-form label.error{
    font-size: 0.5em;
    line-height: 0.5em;
    left: 1em;
    position: absolute;
}

#enquiry-form.success{
    margin: 2em 1.33333333333em 8em 1.333333333333em;
}

#visit{
    background-color: #2b2b2b;
    color: #fff;
}

#visit .line{
    background-color: #fff;
}

#visit .address{
    font-size: 1.25em;
    line-height: 1.8em;
    color: #fff;
}

#visit a.address:hover{
    margin-left: 0.3em;
}

#visit .opening{
    margin-top: 1.3333333em;
    font-size: 1.1em;
}

#map-canvas{
    display: block;
    width: 100%;
    position: relative;
    margin: 2em 0 0 0;
    min-height: 14em;
}

/* Tooltips */
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 16px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 15px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 15px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 15px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 15px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
    font-weight: 400;
	text-align: center;
	text-decoration: none;
	background-color: #0e0e0e;
	-moz-box-shadow: 0 10px 15px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.09);
	box-shadow: 0 10px 15px rgba(0,0,0,0.09);
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	border-width: 15px 15px 0;
	border-top-color: #0e0e0e;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 15px;
	border-width: 15px 15px 0;
	border-top-color: #0e0e0e;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 15px;
	border-width: 15px 15px 0;
	border-top-color: #0e0e0e;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -15px;
	border-width: 15px 15px 15px 0;
	border-right-color: #0e0e0e;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -15px;
	border-width: 15px 0 15px 15px;
	border-left-color: #0e0e0e;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -15px;
	border-width: 0 15px 15px;
	border-bottom-color: #0e0e0e;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 15px;
	border-width: 0 15px 15px;
	border-bottom-color: #0e0e0e;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 15px;
	border-width: 0 15px 15px;
	border-bottom-color: #0e0e0e;
}

@media (min-width:480px){
    
    .row .col2{
        width: 50%;
        display: table-cell;
    }
    
    .row .col2.full-width{
        width: 100%;
    }
    
    .full-width .wrap{
        background-size: 100% auto;
    }
    
    .row.contact .col2{
        width: 100%;
        display: block;
    }
    
    #enquiry-form .input{
        float: left;
        padding-right: 1em;
        width: 50%;
    }
    
    #visit a .ss{
        display: none;
    }
}

@media (min-width:768px){
    html,body{
        font-size: 20px;   
    }
    
    h1{
        font-size: 1.6em;
    }
    
    .ss{
        display: none;
    }
    
    .full-width a.catalogue-link{
        max-width: 15em;
        margin: 5% auto;
        padding: 1% 0;
    }
    
    .row.contact .col2{
        width: 50%;
        display: table-cell;
    }
    
    #nav a, #nav p{
        color: #e8e8e8;
    }
    
    #nav .nav-wrap{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #nav .nav{
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 28em;
        margin-left: -7em;
    }
    
    #nav .nav li.product-range{
        display: block;
    }
    
    #nav .nav li a{
        width: 14em;
        text-align: center;
    }

    #nav .nav li:last-child a{
        width: 5em;
        float: left;
        margin-right: 0;
    }
    
    #nav .nav li a:hover span{
        border-bottom:3px solid #000;
    }
    
    #nav .nav li.active a span{
        border-bottom:3px solid #000;
    }

    #nav a.logo{
        margin-left: 2em;
    }
    
    #nav p.phone{
        display: block;
        color: #000;
        float: right;
        margin-right: 1em;
    }
    
    section#header .inner{
        background-image: url('../img/wt-hettich-atira-header-2.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-size: auto 115%;
    }
    
    section#header .inner.rand1{
        background-image: url('../img/wt-hettich-atira-pantry-header2.png');
        background-position: 100% 0;
        background-size: auto 140%;
        background-color: #5b5b5b;
        color: #fff;
    }
    
    section#header .inner.rand2{
        background-image: url('../img/wt-hettich-atira-header-3.png');
        background-position: 100% 0;
        background-size: auto 115%;
        background-color: #a9a9a9;
    }
    
    section#header .inner.rand3{
        background-image: url('../img/wt-tungsten-series-456-666-hero.png');
        background-position: 0% 0;
        background-size: auto 105%;
        background-color: #5b5b5b;
        color: #fff;
    }
    
    section#header .inner.rand4{
        background-image: url('../img/wt-tungsten-series-456-103-hero.png');
        background-position: 40% 0;
        background-size: auto 105%;
        background-color: #5b5b5b;
        color: #fff;
    }
    
    section#header .inner.rand5{
        background-image: url('../img/wt-tungsten-series-456-108-hero.png');
        background-position: 30% 0;
        background-size: auto 105%;
        background-color: #5b5b5b;
        color: #fff;
    }
    
    section#header .inner.rand6{
        background-image: url('../img/wt-tungsten-series-456-300-hero.png');
        background-position: 40% 0;
        background-size: auto 105%;
        background-color: #5b5b5b;
        color: #fff;
    }
    
    section#header .inner.rand7{
        background-image: url('../img/wt-tungsten-series-224-308-hero.png');
        background-position: 40% 0;
        background-size: auto 105%;
        background-color: #686868;
        color: #fff;
    }
    
    #header .inner{
        margin: 1em;
    }

    #header .inner.heighted{
        top: 1em;
        right: 1em;
        bottom: 1em;
        left: 1em;
    }
    
    h2.logo{
        margin: 0.8333333em 0 0 11%;
        width: auto;
        text-align: left;
    }

    #header a.phone{
        float: right;
        margin: -1.6em 25% 0 0;
    }
    
    #header a.phone:hover{
        margin-top: -1.7em;
    }
    
    #header .frame{
/*        margin-right: 23%;*/
        margin-top: 3em;
    }
    
    #header h1{
        margin: 0.8em 0 0.8em 4.5%;
        width: 60%;
    }
    
    #header .subheading{
        width: 60%;
/*        font-size: 2.2333333em;*/
        font-size: 1.6em;
        margin: 0.8em 0 0.8em 4.5%;
    }
    
    #header p{
        margin: 1em 0 1em 4.5%;
    }
    
    #header .address{
        margin-top: 1.8em;
        position: absolute;
        bottom: 1em;
    }
    
    .stripes{
        position: absolute;
        display: block;
        right: -26%;
        top: -1em;
        bottom: -1em;
        z-index: 9;
        -webkit-transform: skewX(21deg);
           -moz-transform: skewX(21deg);
            -ms-transform: skewX(21deg);
             -o-transform: skewX(21deg);
                transform: skewX(21deg);
        -webkit-transition: all 0.3s ease-out;
	       -moz-transition: all 0.3s ease-out;
	        -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;	
                transition: all 0.3s ease-out;
    }
    
    .stripes:hover{
        right: -27%;
    }

    .stripe{
        background-color: #1e1e1e;
        width: 1.66666666em;
        height: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
        float: left;
        margin: 0 0 0 2.6em;
        -webkit-transition: all 0.3s ease-out;
	       -moz-transition: all 0.3s ease-out;
	        -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;	
                transition: all 0.3s ease-out;
    }
    
    .stripes:hover .stripe{
        margin-left: 2.3em;
    }
    
    .category .wrap{
/*        background-size: auto;*/
        background-position: 0 50%;
    }
    
    .row.cat-row section.category:last-child .wrap{
        background-position: 0 50%;
    }

    #pull-out .wrap{
        height: 0;
        padding-top: 54.34782%;
    }

    #pull-out .heading{
        position: absolute;
        left: 4.29347%;
        top: 65.30612%;
        width: 39.13043%;
    }
    
    .initial.heading{
        -webkit-transform: translate3d(0, 200px, 0);
           -moz-transform: translate3d(0, 200px, 0);
            -ms-transform: translate3d(0, 200px, 0);
             -o-transform: translate3d(0, 200px, 0);
                transform: translate3d(0, 200px, 0);
    }

    .initial.heading.visible{
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.6s ease-out;
           -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                transition: all 0.6s ease-out;
    }
    
    #pull-out .pull-out-row .block{
        float: none;
        margin: 0;
    }

    #pull-out .block{
        overflow: hidden;
        position: absolute;
        margin: 0;
    }
    
    #pull-out .pull-out-row{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }

    #pull-out .block.pull-out-pantry{
        width: 32.3913%;
        height: 80%;
        right: 0;
        top: 0;
    }

    #pull-out .block.pull-out-spice{
        width: 19.40217%;
        height: 43.3%;
        left: 46.19565%;
        top: 47.8%;
    }

    #pull-out .block.pull-out-basket{
        width: 21.73913%;
        left: 4.29347%;
        top: 0;
    }

    #pull-out .block.blind-corner{
        width: 36.0326%;
        left: 29.56521%;
        top: 0;
    }
        
    #contact, #visit{
        font-size: 0.8em;
    }
    
    #contact .phone{
        font-size: 1em;
    }
    
    #enquiry-form input, #enquiry-form textarea{
        font-size: 16px;
    }
    
    #enquiry-form .input{
        padding-right: 0;
        width: 100%;
    }
    
    #enquiry-form button{
        margin-bottom: 2em;
    }
    
    #visit .address{
        font-size: 1.1em;
    }
    
    #visit .opening{
        font-size: 0.9333333em;
    }
    
    #map-canvas{
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        min-height: 27em;
    }
}

@media (min-width:992px){
    
    #nav a.logo{
        margin-left: 4em;
    }
    
    #nav p.phone{
        margin-right: 2em;
    }
    
    section#header .inner{
        background-position: 100% 0;
    }
    
    section#header .inner.rand2{
        background-position: 100% 0;
    }
    
    #header a.phone{
        margin: -1.5em 39% 0 0;
    }
    
    #header .frame{
/*        margin-right: 18%;*/
/*        margin-top: 4.5%;*/
        margin-left: -1em;
        padding-left: 1em;
    }
    
    #header h1{
/*        margin: 0.8em 0 0.8em 5%;*/
        width: 50%;
    }
    
    #header .subheading{
        width: 50%;
/*        font-size: 2.2333333em;*/
/*        margin: 0.8em 0 0.8em 5%;*/
    }
    
    #header p{
/*        margin: 1em 0 1em 11%;*/
        width: 70%;
        font-size: 1em;
    }
    
    .stripes{
        right: -8%;
        -webkit-transform: skewX(25deg);
           -moz-transform: skewX(25deg);
            -ms-transform: skewX(25deg);
             -o-transform: skewX(25deg);
                transform: skewX(25deg);
    }
    
    .stripes:hover{
        right: -9%;
    }

    .stripe{
        margin: 0 0 0 3.2em;
    }
    
    .stripes:hover .stripe{
        margin-left: 2.8em;
    }
    
    .category .wrap{
/*        background-size: 90% auto;*/
        background-position: 50% 50%;
    }
    
    .row.cat-row section.category:last-child .wrap{
        background-position: 50% 50%;
    }
    
    .catalogue-icon{
        width: 30%;
        margin-left: -15%;
        padding-top:35%;
    }
    
    a.catalogue-link:hover .catalogue-icon{
        width: 33%;
        margin-left: -16.5%;
    }
    
    #contact, #visit{
        font-size: 1em;
    }
    
    #contact .phone{
        font-size: 1em;
    }
    
    #enquiry-form .input{
        padding-right: 1em;
        width: 50%;
    }
    
    #map-canvas{
        min-height: 14em;
    }
}

@media (min-width:1024px){
    section#header .inner.rand3,section#header .inner.rand4,section#header .inner.rand5,section#header .inner.rand6,section#header .inner.rand7,section#header .inner.rand8{
        background-position: 100% 0;
        background-size: auto 120%;
    }
}

@media (min-width:1200px){
    html,body{
        font-size: 22px;   
    }
    
    section#header .inner{
        background-position: 107% 0;
    }
    
    section#header .inner.rand1{
        background-position: 100% 0;
    }
    
    section#header .inner.rand2{
        background-position: 107% 0;
    }
    
    #header .frame{
        margin-top: 4.5%;
    }
    
    #header h1{
/*        width: 73.972602739%;*/
        width: 40%;
    }

    #header .subheading{
/*        width: 73.972602739%;*/
        width: 40%;
    }

    #header p{
        width: 73.972602739%;
    }
    
    .stripes{
        right: 0%;
        -webkit-transform: skewX(28deg);
           -moz-transform: skewX(28deg);
            -ms-transform: skewX(28deg);
             -o-transform: skewX(28deg);
                transform: skewX(28deg);
    }
    
    .stripes:hover{
        right: -1%;
    }
    
    .line{
        width: 74%;
    }
    
    #catalogue .wrap{
        background-attachment: fixed;
    }
    
/*
    #hettich .wrap{
        background-attachment: fixed;
    }
*/
    
    #tungsten .wrap{
        background-attachment: fixed;
    }
    
    #overview .wrap{
        background-attachment: fixed;
    }
    
    a.catalogue-link .pdf{
        font-size: 0.5em;
    }
    
    .catalogue-icon{
        width: 19%;
        margin-left: -9.5%;
        padding-top:20%;
    }
    
    a.catalogue-link:hover .catalogue-icon{
        width: 20%;
        margin-left: -10%;
    }
}

@media (min-width:1450px){ 
    html,body{
        font-size: 25px;   
    }
    
    #nav .nav li a:hover span{
        border-bottom: 4px solid #000;
    }
    
    #nav .nav li.active a span{
        border-bottom: 4px solid #000;
    }
    
    #nav a.login:hover span.hover{
/*        border-bottom: 4px solid #000;*/
        margin-top: -5px;
    }
    
    .stripe{
        margin-left: 3.8em;
    }
    
    #enquiry-form input, #enquiry-form textarea{
        font-size: 0.6666666666em;
    }
}

@media (min-width:1680px){
    html,body{
        font-size: 27px;   
    }
}

@media (min-width:1790px){
    html,body{
        font-size: 30px;   
    }
    
    .category .wrap{
        background-size: auto;
    }
}

/* Retina background-image */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		 only screen and (-o-min-device-pixel-ratio: 3/2),
		 only screen and (min--moz-device-pixel-ratio: 1.5),
		 only screen and (min-device-pixel-ratio: 1.5) {
	
	#enquiry-form button span{
        background: url('../img/contact-arrow2x.png') no-repeat;
        background-size: 100% 100%;
    }
             
    #nav a.logo .wrap .up{
        background-image: url('../img/up-arrow2x.png');
        background-size: 100% 100%;
    }
}





