/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100%;
}

* {
	box-sizing: border-box;
}

body {
	background:#F1F1F1;
	font-family: "Open Sans";
	line-height:20px;
	font-weight:300;
	font-size:14px;
}

p {
	color: #6B6B6B;
	margin-bottom:15px;
	font-weight:300;
	font-family: "Open Sans";
}

nav {
	height:65px;
	background:#000;
	padding: 0px 45px;
}

a {
	text-decoration:none;
	font-family: Source Sans Pro;
}

a:hover {
	color: #E2D701;
}

.logo {
	display:block;
	float:left;
	top: 8px;
	position: relative;
}

.logo img {
	height:45px;
}

.navigation {
	list-style:none;
	float:right;
}

.navigation li {
	display:block;
	float:left;
	margin-left:20px;
}

.row {
	padding:25px 50px;
	overflow:auto;
}

h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: Source Sans Pro;
}

h4 {
	color: #777;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: Source Sans Pro;
}

footer {
	background: #252525;
	padding-top:20px;
	color: #ccc;
}

.footer-navigation li {

		margin-bottom:5px;
}

.footer-navigation li a {
		color: #ccc;
		font-weight:400;
}

.navigation li a {
	color: #C1C1C1;
	text-transform:uppercase;
	font-family: Source Sans Pro;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 65px;
}

.navigation li a:hover {
	color: #E2D701;
}

.col-fourth {
	width:25%;
	float:left;
	color:#ccc;
}

.col-half {
	width:50%;
	float:left;
}

.footer-primary .row {
	padding: 55px 50px;
	color: #777;
	font-size: 12px;
}

.footer-secondary {
	background: #1C1C1C;
	font-size:12px;
	background: #252525;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.container {
	width:90%;
	max-width:1192px;
	margin:0 auto;
	background: #fff;
}

.mobile-only {
	display:none;
}

.dropdown-navigation {
	display:none;
}


#copyright{padding:0px 0px;font-size: 12px;background-color:#252525;color:#777;}
#copyright li{float:left; margin-left:20px}
#copyright .container div:last-child{margin-bottom:0px}
#copyright li a, #header-secondary-outer #social li a{display:block; line-height:22px; height:24px; position:relative; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; background-position:center top}
#copyright li a i, #header-secondary-outer #social li a i{color:#777; transition:all 0.2s linear; -moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear}
#footer-outer[data-full-width="1"] .container{width:100%; padding:0 28px; max-width:none}
#copyright li a i:hover{color:#444444}
#copyright li a.vimeo, #copyright li a.behance, #header-secondary-outer #social li a.behance, #header-secondary-outer #social li a.vimeo{background-color:#666}
#copyright li a.vimeo:hover, #copyright li a.behance:hover, #header-secondary-outer #social li a.behance:hover, #header-secondary-outer #social li a.vimeo:hover{background-color:#27CFC3}
#copyright p{line-height:22px; margin-top:3px}
#copyright .col ul{float:right}
#copyright li a.facebook{width:12px}
#copyright li a.twitter{width:20px}
#copyright li a.dribbble{width:24px}
#copyright li a.google-plus{width:20px}
#copyright li a.pinterest{width:17px}
#copyright li a.rss{width:18px}
#copyright li a.vimeo{width:20px; text-indent:-9999px}
#copyright li a.tumblr{width:21px}
#copyright li a.youtube{width:21px}
#copyright li a.linkedin{width:19px}
#copyright li a.behance{width:27px; text-indent:-9999px}
#copyright li a.instagram{width:20px}
#copyright #social .icon-soundcloud{font-size:26px}
#copyright i.icon-be{font-size:24px}
#social i {
    font-size: 20px;
    width: auto;
    background-color: transparent!important;
}

/* Media Queries */

@media only screen and (max-width: 1100px) {

	.row {
		padding:25px 25px;
	}
	.footer-primary .row {
		padding:55px 50px;
	}

	.footer-secondary .row {
		padding:20px 50px;
	}

	.logo img {
		position:relative;
		top: 6px;
		height:35px;
	}

	nav {
		padding: 0px 25px;
	}

  	.navigation {
  		display:none;
  	}

  	.mobile-only {
  		float:right;
  		display:block;
  	}

  	.mobile-only li a {
  		display:block;
		color: #C1C1C1;
		text-transform:uppercase;
		font-family: Source Sans Pro;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 65px;
  	}

  	.mobile-only li ul {
  		display:none;
  	}

	.mobile-only li a:hover {
		color: #E2D701;
  	}

  	.dropdown-navigation {
  		width:100%;
  		padding: 10px 25px;
  		background-color: #1F1F1F;
  	}

  	.dropdown-navigation li {
		border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  	}

  	.dropdown-navigation li a{
		color: rgba(255, 255, 255, 0.6);
		text-transform:uppercase;
		font-family: Source Sans Pro;
		text-transform: none;
		font-size: 13px;
		font-weight:300;
		letter-spacing: 1px;
		line-height: 45px;
  	}

	.dropdown-navigation li a:hover {
		color: #E2D701;
	}


  	.dropdown-navigation li:last-child {
  		border-bottom:0;
  	}

  	.dropdown {
  		color:#fff;
  	}

  	.container {
  		width:100%;
  	}

  	.col-fourth {
		width:100%;
		float:one;
	}

	.col-fourth+.col-fourth {
		margin-top:20px;
	}

  	.col-half {
		width:100%;
		float:none;
	}

	.col-half+.col-half {
		margin-top:20px;
	}

	#copyright .col ul {float:left;}
	#copyright li {
		width: 33px;
	    margin-top: 9px;
	    margin-bottom: 9px;
		margin-right: 10px;
		margin-left: 0px!important;
	}

  	.dropdown {
  		font-size: 20px!important;
  	}

}