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

}

body, html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'helvetica_lightoblique';
    font-style: italic;
    letter-spacing: .5px;
}

/* -- Intro */
#intro, #main-content{
	margin: 0 auto;
	width: 1000px;
	height: 800px;
	display: none;
}

#intro-wrap{
	position: relative; 
	top: 30%;
	-webkit-transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
     -o-transform:translateY(-50%);
        transform:translateY(-50%);
}

#main-content{
	display: block;
}

#intro{
	text-align: center;
	margin-top: 95px;
}

#intro-logo{
	width: 200px;
	margin-bottom: 95px;
}

/* -- Main Content --*/
#main-wrap{
	height: 930px;
	width: 1000px;
}

#main-content{
	display: none;
}

#index-image{
	display: none;
	height: 950px;
	width: 1000px;
	/*background: no-repeat center top url('img/portraits/BryanFerry_.jpg');*/
}

#main-image{
	margin: 0 auto;
}

#title{
	height: 200px;
	width: 800px;
	background: blue;
	text-align: center;
	margin: 0 auto;
	display: none;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	     -o-transform:translateY(-50%);
	        transform:translateY(-50%);
}

#portraits, #advertising, #landscapes, #reportage, #biography, #contact{
	width: 1000px;
	height: 930px;
	display: none;
}



/* -- Portraits --*/

.display-image{
	height: 780px;
	width: 1000px;
	margin: 0 auto;
}

.slider{
	width: 100%;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.slider-wrap{
	width: 930px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.slider-ul{
	white-space: nowrap;
	position: relative; 
	left: 0px;
	display: inline-block;
	vertical-align: middle;
}

.portraits-links, .advertising-links, .landscapes-links, .reportage-links{
	height: 100px;
	width: 73px;
	display: inline-block;
	background: #333;
	opacity: 1;
	transition: opacity .1s ease-in;
}

.portraits-links:hover, .advertising-links:hover, .landscapes-links:hover, .reportage-links:hover{
	cursor: pointer;
	opacity: .5;
}

.photo-name{
	text-align: right;
	width: 977px;
	height: 10px;
	margin-bottom: 10px;
	margin-top: -15px;
	font-size: .8em;
}

.left, .right{
	display: inline-block;
	vertical-align: middle;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	cursor: pointer;
	transition: transform .1s ease;
}

.left{
	border-right:15px solid #333;
	margin-right: 10px;
}

.right{
	border-left:15px solid #333;
	margin-left: 10px;
}

.left:active, .right:active{
	transform: scale(.9);
}

/* -- Biography --*/

#biography-text{
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
   -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
     -o-transform:translateY(-50%);
        transform:translateY(-50%);
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Contact Info */

#contact{
	text-align: center;
}
#contact img{
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	     -o-transform:translateY(-50%);
	        transform:translateY(-50%);
}

/* -- Footer Nav --*/

#footer{
	width: 100%;
	height: 100px;
}

#footer-logo{
	width: 200px;
	display: inline-block;
}

#footer-nav{
	margin-top: 7px;
	font-size: .8em;
	width: 600px;
	display: inline-block;
	margin-left: 50px;
	position: relative;
	bottom: 3px;
}

#social-icons{
	display: inline-block;
}

.icon{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	background: green;
	position: relative; bottom: -2px;
}

#fb{
	background: url('img/social/fb.gif') no-repeat;
	background-size: 100%;
}

#twit{
	background: url('img/social/twit.gif') no-repeat;
	background-size: 100%;
}

#footer-nav li{
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
}

#footer-nav li:hover{
	color: #A8A8A8;
}