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

}




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

}


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

}


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

}

@font-face {
	font-family: 'Conv_AmbroiseStd-Light';
	src: url('../fonts/AmbroiseStd-Light.eot');
	src: local('☺'), url('../fonts/AmbroiseStd-Light.ttf') format('truetype'), url('../fonts/AmbroiseStd-Light.svg') format('svg');

}

@font-face {
	font-family: 'Conv_AmbroiseStd-Regular';
	src: url('../fonts/AmbroiseStd-Regular.eot');
	src: local('☺'), url('../fonts/AmbroiseStd-Regular.ttf') format('truetype'), url('../fonts/AmbroiseStd-Regular.svg') format('svg');

}

@font-face {
	font-family: 'Conv_AvenirLTStd-Book';
	src: url('../fonts/AvenirLTStd-Book.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg') format('svg');

}

@font-face {
	font-family: 'Conv_AvenirLTStd-Heavy';
	src: url('../fonts/AvenirLTStd-Heavy.eot');
	src: local('☺'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg') format('svg');

}

/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * 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;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   


body {
	background: #222222;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: avenirregular, Arial, sans-serif;
}

#wrapper {
}

#header {
	background: #222222;
}

#header .inner {
	width: 980px;
	margin: auto;
	border-bottom: none;
	padding: 0 0 30px 0;
	position: relative;
}

#header a.logo {
	display: block;
	width: 180px;
	height: 73px;
	background: url(../img/logo-10FEET.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 40px;
}

#header ul.nav {
	margin: 126px -10px 0 0;
	padding: 0;
	float: right;
}

#header ul.nav li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	float: left;
}

#header ul.nav li a {
	padding: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	color: #d3d3d3;
	font-weight: 600;
}

#header ul.nav li a:hover {
	color: #ffffff;
}

#container {
	position: relative;
}

#container #hello {
	position: absolute;
	left: 10%;
	top: 50%;
	width: 480px;
	height: 300px;
	margin: -150px 0 0 0;
}

#container #hello h1 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 4em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: ambroiseregular, Arial, sans-serif;
}

#container #hello.dark h1 {
	color: #111111;
}

#container #hello h1 strong {
	display: block;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.05em;
}

#container #hello p {
	color: #ffffff;
	margin: 0 80px 0 0;
}

#container #hello.dark p {
	color: #333333;
}

#container #hello ul {
	margin: 30px 0 0 0;
	padding: 0;
}

#container #hello ul li {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

#container #hello ul li a {
	display: block;
	padding: 10px 30px 10px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	position: relative;
	font-family: avenir_85_heavyheavy, arial, sans-serif;
}

#container #hello.dark ul li a {
	color: #111111;
}

#container #hello ul li a:hover {
	background: #ffffff;
	color: #222222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#container #hello.dark ul li a:hover {
	background: #333333;
	color: #ffffff;
}

#container #hello ul li a span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/arrow-more.png) no-repeat left top;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	text-indent: -99999px;
}

#container #hello.dark ul li a span {
	background: url(../img/arrow-more.png) no-repeat left bottom;
}

#container #hello ul li a:hover span {
	background: url(../img/arrow-more.png) no-repeat left bottom;
}

#container #hello.dark ul li a:hover span {
	background: url(../img/arrow-more.png) no-repeat left top;
}

#container #lb {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -45px 0 0 0;
	background: #222222 url(../img/arrow-lookbook.png) no-repeat left top;
	overflow: hidden;
	text-indent: -99999px;
}

#container #lb:hover {
	background: #111111 url(../img/arrow-lookbook.png) no-repeat left top;
}

#container ul.social-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10%;
	bottom: 10%;
}

#container ul.social-nav li {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	float: left;
}

#container ul.social-nav li a {
	display: block;
	width: 36px;
	height: 36px;
	background: #222222 url(../img/social-sprite.jpg) no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

#container ul.social-nav li a.tw { background-position: -41px 0;}
#container ul.social-nav li a.tw:hover { background-position: -41px -41px;}

#container ul.social-nav li a.yt { background-position: 0 0;}
#container ul.social-nav li a.yt:hover { background-position: 0 -41px;}

#container ul.social-nav li a.fb { background-position: -82px 0;}
#container ul.social-nav li a.fb:hover { background-position: -82px -41px;}

#container ul.social-nav li a.hy { background-position: -123px 0;}
#container ul.social-nav li a.hy:hover { background-position: -123px -41px;}
/*
#container h1 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	border-bottom: 6px solid #222222;
	
}

#container p {
	margin: 0 0 20px 0;
}
*/


#container.zoom {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: #f6f6f6;
}

#container.zoom a.return {
	display: block;
	position: absolute;
	right: 50px;
	top: 50px;
	background: url(../img/flexslider-sprite.jpg) left top no-repeat;
	height: 60px;
	width: 60px;
	overflow: hidden;
	text-indent: -99999px;
}

#container.zoom a.return:hover {
	background: url(../img/flexslider-sprite.jpg) right top no-repeat;
}

#container.lookbook {
	padding: 0;
	width: 100%;
	margin: 0;
	overflow: auto;
}

#container.lookbook #mason a {
	margin-right: 1px;
	cursor: url(../img/cursor-2.png) 30 30, pointer;
}

#products {
	margin: 0 0 0 -20px;
	padding: 0;
	width: 1040px;
}

#products li {
	margin: 20px;
	padding: 0;
	list-style: none;
	float: left;
	width: 300px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center;
	height: 380px;
}

#products li .info {
	height: 380px;
	background: url(../img/info-bg.png) repeat;
	color: #eaeaea;
	display: none;
	position: relative;
}

#products li:hover .info {
	display: block;
}

#products li .info .info-content {
	padding: 30px;
}

#products li .info .info-content strong {
	color: #ffffff;
}

#products li .info .info-content em {
	font-size: 0.9em;
	font-style: normal;
}

#products li .info .info-content .fancybox {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: url(../img/cursor.png) 30 30, pointer;
}

#products li .info .info-content .hr {
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: #ffffff;
	font-size: 0.8em;
	display: block;
	padding: 5px;
}

#products li .info .info-content .hr:hover {
	color: #808080;
}




#footer {
	font-size: 0.8em;
	background: #222222;
	width: 100%;
	color: #d3d3d3;
}

#footer .inner {
	width: 980px;
	margin: auto;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0;
	padding: 20px 0;
}

#footer .inner .nav {
	margin: 0 -5px 0 0;
	padding: 0;
	float: right;
}

#footer .inner .nav li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	float: left;
}

#footer .inner .nav li a {
	display: block;
	padding: 5px;
	color: #808080;
	text-decoration: none;
}

#footer .inner .nav li a:hover {
	color: #ffffff;
}

#footer .inner p {
	padding: 5px;
	margin: 0;
	float: left;
}





.lookbook .flexslider img {
	
	max-height: 750px !important;
}







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

/*
 * 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: 150%;
}

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

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

/*
 * 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 (max-width: 1080px) {
    /* Style adjustments for viewports that meet the condition */
    

#header .inner {

	padding: 0 0 15px 0;
}

#header a.logo {
	height: 59px;
	bottom: 20px;
	background-position: 0 -73px;
}

#header ul.nav {
	margin: 70px -10px 0 0;
}
    
    
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* 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;
    }
}
