/* - - - - - - - - - - - -
Stylesheet by Winston Hoy
Design by Liza Gipsova
Made for Your Input Need

Thanks:
http://fontfabric.com                           : Dekar

Color palette:

Border-image:

contact me for usage
winston@curiousercreative.com
 - - - - - - - - - - - - -*/

/* -------------
  @Font-face styles
--------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 19, 2013 */

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

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

}

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

}

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

}

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

}

/* -------------
  Reset styles
--------------- */

body, div, ul, li, p {
	margin: 0;
	padding: 0;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
}

ul {
    list-style: none;
}

ol,
ul {
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
    border: none;
    color: inherit;
    text-decoration: none;
}

a img {
    border: none;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

strong, b {
	font-weight: normal;
}

em, i {
	font-style: normal;
}

/* -------------
  Global styles
--------------- */

body {
	margin: 0.5em auto 0;
	font: 14px/1.43em 'museo_sans100', sans-serif;
	width: 95.625%;
	color: #2e2e2e;
	position: relative;
}

h1, h2, h3 {
	font-family: 'dekar';
	text-transform: lowercase;
}

h1 {
	font-size: 9em;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #ff6600;
}

h1 a {
    font-family: 'dekar';
}

h2 {
	color: #709ae8;
	font-size: 2em;
	line-height: 0.86em;
	letter-spacing: 0.075em;
	margin: 0 0 0.5em;
}

h3 {
	color: #ff6600;
	font-size: 1.71em;
	line-height: 1em;
	letter-spacing: 0.075em;
}

h4 {
	font: 1.14em/1.25em 'museo_sans300', sans-serif;
	text-transform: uppercase;
	margin-top: -0.125em;
	display: inline-block;
}

h5 {
	font: 1em/1.167em 'museo_sans500_italic', sans-serif;
	white-space: nowrap;
}

a {
	font-family: 'museo_sans500_italic', sans-serif;
	color: #ff6600;
}

a:hover {
	
}

strong, b { 
	font-family: 'museo_sans300';
}

em, i {
}

strong em,
em strong,
b i,
i b,
strong i,
i strong,
b em,
em b {
	
}

p {
	margin-top: 0.43em;
}

/* Form styles */

form {
    height: 2.5em;
    margin-top: 0.43em;
    padding-right: 8em;
    position: relative;
}

label {
	display: none;
}

input,
textarea {
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type="text"], input[type="email"] {
    background: #F2F2F2;
    border: none;
    color: #FF6600;
    display: block;
    font: 1.57em/1em 'museo_sans100',sans-serif;
    padding: 0.22em 0.45em;
    width: 100%;
}

input[type="submit"] {
    background:#FF6600;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font: 1.29em/1em 'dekar',sans-serif;
    padding: 0 0.833em;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
}

:-moz-placeholder {
    text-transform: uppercase;
}

:-ms-input-placeholder {
    text-transform: uppercase;
}

label {
	
}

.col_container,
.col_container > .col_container,
.col-container > .col > .col_container {
	word-spacing: -1em;
	white-space: nowrap;
}

.col_container > * {
	word-spacing: normal;
	white-space: normal;
}

.col_container > .col {
	display: inline-block;
	vertical-align: top;
}

.col + .col {
	margin-left: 2%;
}

.col.third {
	width: 32%;
}

.col.two-thirds {
	width: 66%;
}

.col.half {
	width: 48.5%;
}

.half + .half {
	margin-left: 3%;
}

.bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.hidden {
	visibility: hidden;
	position: fixed;
	left: -100%;
	top: 0;
	width: 0;
	height: 0;
}

/* -------------
  Main Content styles
--------------- */
#header {
	position: relative;
}

#header h1 {
    margin-bottom: 0.11em;
	display: inline-block;
}

#social_buttons {
	padding-top: 2.9em;
	float: right;
}

#social_buttons > * {
	display: block;
	margin-left: 2.14em;
	width: 4.3em;
	height: 4em;
	background: #79a0e9;
	float: right;
	text-align: center;
}

.hitrecord {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#social_buttons > .hitrecord > span {
	color: white;
	display: inline-block;
	margin-top: 27%;
}

#social_buttons > *:hover {
	background: #ff6600;
}

#social_buttons > .hitrecord:hover {
	background: red;
}

#social_buttons img {
	max-width: 100%;
	max-height: 100%;
}

#lead_in {
	font-size: 2.1em;
	line-height: 1.54em;
	margin-bottom: 0.25em;
}

#video {
	width: 100%;
	height: 552px;
	margin-bottom: 1em;
	background: white;
}

#video iframe {
	background: black;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.right div + div {
	margin-top: 2.5em;
}

.right p {
	font-size: 1.14em;
	line-height: 1.625em;
}

.right p + p {
	margin-top: 1em;
}

.right h2 + p {
	margin-top: -0.375em;
}

.crew .col.half {
    margin: 0;
    width: 49%;
}

.crew .col.half + .half {
    margin-left: 2%;
}

.crew .col_container + .col_container {
    margin-top: 1em;
}

.profile img {
	float: left;
	margin-right: 0.5em;
	max-width: 33.33%;
}

.profile p {
	line-height: 1.167em;
	margin-top: 0.33em;
}

.twitter iframe {
	width: 100%;
	margin-top: -12px;
}

.updates p {
    font-size: 1em;
}

.contact a {
	font-family: 'museo_sans500_italic', sans-serif;
}

.contact div + div {
	margin-top: 1em;
}

/* -------------
  Footer styles
--------------- */
#footer {
    border-top: 1px solid #5E2800;
    text-align: center;
	position: fixed;
	bottom: 0;
	left: 2.1875%;
	width: 95.625%;
	font: 0.86em/2em 'museo_sans500_italic', sans-serif;
	opacity: 0.6;
}

#footer a {
	font-weight: bold;
	color: #2e2e2e;
}

/* -------------
  Responsive!
--------------- */
@media (max-width: 1225px) {
	#header h1 {
		font-size: 7em;
	}
	
	#lead_in {
		font-size: 1.75em;
	}
	
	#social_buttons {
		padding-top: 1em;
	}
	
	.two-thirds > .col_container {
		white-space: normal;
		word-spacing: normal;
	}
	
	.two-thirds > .col_container > .col {
		display: block;
		width: auto;
	}
	
	.two-thirds > .col_container > .col + .col {
		margin-left: 0;
		margin-top: 2.5em;
	}
}

@media (max-width: 1024px) {
	
}

@media (max-width: 1023px) {
	#header {
		padding-right: 5em;
	}
	
	#social_buttons {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: 100%;
		padding-bottom: 1em;
		padding-top: 0.8em;
		position: absolute;
		right: 0;
		top: 0;
		width: 3em;
	}
	
	#social_buttons > * {
		height: 3em;
		float: none;
		width: auto;
		max-width: none;
		margin-left: 0;
	}
	
	#social_buttons > * + * {
		margin-top: 1em;
	}
	
	#social_buttons > .hitrecord + * {
		margin-top: 0;
	}
	
	.hidden-md {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#header {
		padding-right: 4em;
	}
	
	body > .col_container {
		white-space: normal;
		word-spacing: normal;
	}
	
	body > .col_container > .col {
		width: auto;
		display: block;
	}
	
	body > .col_container > .col + .col {
		margin-left: 0;
		margin-top: 0.5em;
	}
	
	.hidden-sm {
		display: none !important;
	}
}

@media (max-width: 480px) {
	#header {
		padding-right: 3em;
	}
	#header h1 {
		font-size: 4em;
	}
	
	#lead_in {
		font-size: 1.5em;
	}
	
	#social_buttons {
		width: 2em;
	}
	
	#social_buttons > * {
		height: 2em;
	}
	
	#social_buttons > .hitrecord {
		background: red;
	}
	
	.hidden-xs {
		display: none !important;
	}
}

@media (max-width: 479px) {
	#header {
		padding-right: 2.5em;
	}

	#header h1 {
		font-size: 5em;
	}
	
	#lead_in {
		font-size: 1.3em;
	}
	
	.crew > .col_container {
		white-space: normal;
		word-spacing: normal;
		display: block;
		clear: both;
		overflow: hidden;
	}
	
	.crew > .col_container + .col_container {
		margin-top: 1em;
	}
	
	.crew .profile.col {
		display: block;
		width: auto;
		overflow: hidden;
	}
	
	.crew .profile.col + .col {
		clear: both;
		margin-left: 0;
		margin-top: 1em;
	}
}

/* Mobile signup! */
#signup h1,
#signup #lead_in {
	width: auto;
}

#signup #header {
	padding: 0;
}

#signup h1 {
	font-size: 6em;
}

#signup #lead_in {
	margin-bottom: .75em;
	font-size: 1.5em;
}

#signup input {
	width: auto;
	margin-bottom: 0.5em;
}