/*
 * URL: http://alvarez.is
 *
 * Project Name: Minimal - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #fff;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
      scroll-behavior: [ auto | smooth ];

}

.com .container {
	max-width:800px;
	}

.osu img {
	max-width: 800px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
   font-family: 'EB Garamond', serif;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 25px;
	font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

p button a {
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	}
	
p button a:hover, p button a:focus {
	color:#f85c37;
	}

p.crumb {
	font-size:12px;
	margin: 10px 0 0;
	letter-spacing:2px;
	padding:0;
	text-transform:uppercase;
	}

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

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg-alt.jpg) no-repeat center top;
	
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 100%;
	min-height: 100%;
	width: 100%;
	display:table;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
}

.headerwrap-inner {
	vertical-align: top;
	}

.headerwrap-inner {
	padding:0 50px;
	display:table-cell;
	vertical-align: middle;
	}

#headerwrap h1 img {
	margin:0 auto;
	text-align:center;
	color: white;
	font-weight: 700;
}

#headerwrap p {
	color:white;
	}

#headerwrap h3, #deets h3, #ld h3 {
	color: white;
	font-size: 12px;
	font-weight: 100;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}


/* Footer Wrap */

#work  {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 70px;
}

#ld {
	background: url(../img/bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

#work .container {
	max-width: 100%;
	}

#deets {
	text-align:center;
	padding-top:250px;
	padding-bottom:250px;
	}


#ld i, #work i, #deets i {
    padding: 3px;
}

#ld p, #work p, #deets p {
	font-size: 20px;
	color: #666;
}

#ld img, #work img, #deets img {
	text-align: center;
}

.img-responsive {
	margin:0 auto;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
}
/* MENU CONF*/

.menu {
	position: fixed;
	right: -190px;
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	padding-top:20px;
	top: 0;
	left: 60px;
	background: rgba(0,0,0,0.80);
	width: 300px;
	height: 100%;
}

.menu h1.logo a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a i {
	color: #f85c37;
	}

.menu a:hover {
	color: #f85c37;
}

.menu a:active {
	color: #ffffff;
}


.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#headerwrap, #ld {
		min-height: 390px;
	}

.menu {
	position: fixed;
	right: -140px;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}
}



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
#headerwrap, #ld {
	min-height: 390px;
	}
	
#ld, #work, #deets  {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 70px;
}

.menu {
	position: fixed;
	right: -140px;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#headerwrap, #ld, #deets {
	height: 1024px;	
	}
	.osu img {
	max-width: 100%;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#headerwrap, #ld, #deets {
	height: 1024px;
	}
	.osu img {
	max-width: 100%;
}

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#headerwrap, #ld, #deets {
	height: 1024px;
	}
	.osu img {
	max-width: 100%;
}

}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
#headerwrap, #ld, #deets {
	height: 1024px;
	}}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
#headerwrap, #ld, #deets {
	height: 1024px;
	}
	}

@media only screen  and (min-width : 768px) and (max-width : 1223px) {
	#headerwrap, #ld, #deets {
	height: 768px;
	}
}



@media only screen  and (min-width : 1224px) {
	#headerwrap, #ld, #deets {
	height: 768px;
	}
	
	
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
		#headerwrap, #ld, #deets {
	height: 1440px;
	}
	
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
##headerwrap, #ld, #deets {
		min-height: 390px;
	}

.osu img {
	max-width: 100%;
}


.menu {
	position: fixed;
	right: -140px;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}
	
	#ld, #work, #deets  {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 70px;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
.osu img {
	max-width: 100%;
}

#headerwrap, #ld, #deets {
		min-height: 390px;
	}

.menu {
	position: fixed;
	right: -140px;
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}
	
	#ld, #work, #deets  {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 70px;
}

}