* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Light.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Regular.ttf);
    font-weight: bold;
}

html {
	font-family: Oswald;
	font-size: 14px;
	background-image: url(../img/bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #000;
	overflow-x: hidden;

	-webkit-backface-visibility: hidden;
}
body {
	width: 100%;
	height: 100%;
}

.left {
	position: absolute;
	top: 50%;
	height: 520px;
	margin-top: -260px;

	width: 35%;
	min-width: 417px;
}
.buttons {
	background: url(../img/buttons2.png) no-repeat;
	background-position: center;
	background-size: 417px;
	height: 520px;
}

.right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 35%;
	right: 0;
}

#wrapper {
	position: absolute;
	top: 50%;
	height: 520px;
	margin-top: -260px;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a.selected {
	text-decoration: underline;	
}

.row1 h1 {
	font-size: 500%;
	font-weight: normal;
	display: inline-block;

	padding-right: 30px;
}
.row1 h2 {
	font-size: 250%;
	font-weight: normal;
	display: inline-block;

	padding-left: 10px;
}

.row2 {
	line-height: 1.5em;
	font-size: 200%;
	position: relative;
	left: 325px;
}
.row2 .col1 {
	float: left;
	text-align: right;
}
.row2 .col2 {
	float: left;
}

@media (max-width: 1134px) {
	.row1 h2 {
		padding-left: 0;
	}
	.row2 {
		top: 10px;
		left: 150px;
	}
}
@media (max-width: 758px) {
	.row1 h2 {
		padding-left: 0;
	}
	.row2 {
		top: 35px;
		left: 0px;
	}

	.left {
		display: none;
	}
	.right {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		right: 0;
	}
}

nav {
	display: inline-block;
}
nav .navItem {
	padding-right: 20px;
	margin-bottom: 0px;
}
nav .navItem.selected {
	border-bottom: 2px solid black;
	margin-bottom: 0px;
}
ul {
	list-style-type: none;
	padding-left: 10px;
}
li {
}

.contentItem {
	border-left: 2px solid black;
	border-bottom: 2px solid black;
}
.musicVideo {
	margin-top: 1.50em;
	position: relative;
	
}
.commercials {
	margin-top: 3.0em;
	position: relative;
	
}
.sketch {
	margin-top: 4.5em;
	position: relative;
	
}
.contact {
	margin-top: 7.5em;	
	padding-left: 10px;
	position: relative;
}

#modal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}
#video {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	background-color: rgba(0,0,0,.5);
	color:white;
}
#videoPlayer {
	background-color: black;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#videoInfo {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#videoTitle {
	font-size: 200%;
}
#credits {
	font-size: 150%;
}

/* Social icons */
@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
    text-transform: none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #ffffff;
    background-color: #444444;
}
.soc a:hover {
    z-index: 2;
    background-color:#000 !important;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-instagram:before {
    content:'x';
}
.soc-linkedin:before {
    content:'j';
}
.soc-email2:before {
    content:'.';
}