@charset "utf-8";
/* CSS Document */

/* === font === */

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

#image-preloader {
	display: none;
	position: absolute;
	bottom: -9999px;
	left: -9999px;
}
#universal-preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: #000000;
	z-index: 999999999;
	transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
}
#universal-preloader>.preloader {
	margin: -10px 0 0 -30px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	text-align: center;
}
.universal-preloader-preloader {
	position: absolute;
	top: 0px;
	left: 0px;
}
#percentage {
	margin: 3px 0 0 33px;
	font-size: 12px;
	display: inline-block;
	color: #444444 !important;
}
/* === General === */

html, body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #777777;
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#wrapper {
	height: 100%;
}
section {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
.parallax {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.hero {
	transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
}
.overlay {
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	background: url(../img/subtle_carbon.png) repeat;
	opacity: 0.5;
	top: 0;
}
/* === Navigation === */

nav {
	height: 50px;
	padding: 0 0 0 18px;
	background: #f9f9f9;
	background: #ffffff;
	box-shadow: 0px 3px 0 rgba(0,0,0,0.1);
	border-bottom: 1px solid #dedede;
	width: 100%;
	position: fixed;
	z-index: 10;
}
a.drop-button {
	color: #666666;
	padding: 17px 24px;
	position: relative;
	top: 12px;
	font-family: 'bebas_neueregular';
}
a.drop-button:hover {
	color: #CECECE;
	background-color: #252525;
}
a.drop-button:focus {
	color: #CECECE;
	background-color: #252525;
}
a.drop-button span.caret {
	margin-left: 10px;
	border-color: #777 rgba(33, 33, 33, 0) -moz-use-text-color;
}
a.drop-button:hover span.caret, a.drop-button:focus span.caret {
	border-color: #ffffff rgba(255,255,255,0) -moz-use-text-color;
}
.logo {
	margin-top: 4px;
}
div.menu {
	float: right;
	position: relative;
}
div.menu ul li {
	display: inline-block;
	list-style: none;
}
div.menu ul li a {
	display: inline-block;
	color: #666666;
	padding: 12px 16px;
	margin-left: -4px;
	overflow: hidden;
	transition: padding-right 0.5s ease-in-out;
	-o-transition: padding-right 0.5s ease-in-out;
	-webkit-transition: padding-right 0.5s ease-in-out;
	-moz-transition: padding-right 0.5s ease-in-out;
	font-family: 'bebas_neueregular';
	font-size: 18px;
}
div.menu ul li a.open, div.menu ul li.active a {
	padding-right: 32px;
	background: none !important;
	background-color: #252525 !important;
}
div.menu ul li a:hover, div.menu ul li.active a {
	color: #cecece !important;
	text-decoration: none;
}
div.menu ul li a:hover {
	background: none !important;
	background-color: #393939 !important;
}
nav span.glyphicon {
	position: relative;
	right: -40px;
	top: 2px;
	transition: right 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out;
	-webkit-transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
}
div.menu ul li a.open span.glyphicon, div.menu ul li.active a span.glyphicon {
	right: -15px;
}
nav.dropdown {
	position: fixed;
}
nav .dropdown-menu {
	border: 0 none;
	border-radius: 0;
	float: none;
	left: -30px;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	top: 48px;
	width: 130px;
	position: absolute;
}
nav .dropdown-menu li {
	display: block !important;
}
div.menu .dropdown-menu li a {
	margin-left: 0;
	padding: 10px 32px 10px 16px;
	width: 100%;
	display: block;
}
nav .dropdown-menu span.glyphicon {
	right: -80px;
}
/* === Section 1 === */

section.section1 {
	background-image: url(../img/section11.jpg);
	background-repeat: no-repeat;
	color: #dedede;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}
section.section1 h1 {
	color: #fefefe;
	margin: 0px 0px 20px;
	font-size: 120px;
}
section.section1 h2 {
	color: #9C0;
	font-size: 30px;
}
section.section1 .container {
	position: relative;
	top: 50%;
	padding: 20px 60px 0px;
!important;
	text-align: center;
}
div#scroll-down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -40px;
	cursor: pointer;
}
section.section1 ul li.hidden {
	display: none;
	opacity: 0;
}
section.section1 ul li {
	list-style: none;
	padding: 0;
}
section.section1 ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.fb-like {
	height: 50px;
	padding: 0 15px;
	position: absolute !important;
	right: -40px;
	top: 15px;
}
.fb-like span {
	top: 12px !important;
}
/* === Section 2 === */

section.section2 {
	padding: 60px 0px 60px;
	position: relative;
	z-index: 2;
}
div.social-icons {
	color: #FFF;
	position: absolute;
	right: 29px;
	top: 12px;
}
.img-thumbnail {
	display: block;
	margin: 0 auto 40px;
}
div.social-icons a {
	border-radius: 20%;
	display: inline-block;
	padding: 0 2px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}
div.social-icons a:hover {
	color: #fefefe;
}
div.social-icons a {
	color: #454545;
}
h4 {
	color: #777777 !important;
}
span.skillset {
	background: #ff9500;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 20px;
	color: #fefefe;
	display: block;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1) inset;
	text-align: right;
	width: 0%;
	opacity: 0;
	transition: all 1s ease-in-out;
	border-radius: 0 20px 20px 0;
}
.well {
	background: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0px 25px;
}
.well h2 {
	color: #777777;
}
.img-thumbnail {
	background-color: #ff9500;
	padding: 10px !important;
}
.img-circle {
	border-radius: 50% 0 50% 50%;
	border: 0 none;
}
.staff-header {
	background: none repeat scroll 0 0 #FF9500;
	margin-left: -40px;
	padding: 10px 10px 10px 40px;
	color: #fefefe;
	border-radius: 0px 20px 20px 0px;
}
.thumbnail, .img-thumbnail {
	box-shadow: none !important;
}
/* === Section 3 === */

section.section3 {
	background-image: url(../img/section3.jpg);
	background-repeat: no-repeat;
	color: #dedede;
	position: relative;
	padding: 0px;
	height: auto;
	z-index: 1;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
section.section3 h1 {
	color: #fefefe;
	margin: 0px 0px 20px;
	text-align: center;
}
section.section3 .container {
	position: relative;
	top: 50%;
	padding: 60px 20px 40px;
}
span.cite {
	color: #cecece;
	font-size: 16px;
	font-style: italic;
	float: right;
}
section.section3 h2 {
	color: #fefefe;
}
section.section3 iframe {
	width: 100%;
	margin-bottom: 40px;
}
/* === Section 4 === */

section.section4 {
	padding: 0px;
	border-top: 1px solid #f0f0f0;
	position: relative;
	z-index: 2;
}
blockquote {
	background: none repeat scroll 0 0 #454545;
	border-left: 10px solid #FF9500;
	display: inline-block;
	float: left;
	padding: 20px 50px;
}
blockquote.pull-right {
	border-right: 10px solid #ff9500 !important;
	padding: 20px 40px;
}
blockquote p {
	font-size: inherit;
	font-style: italic;
	color: #999999;
}
blockquote small {
	text-align: right;
}
blockquote.pull-right small {
	text-align: left;
}
section.section4 .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.section4 .well .container {
	padding-top: 0px;
	padding-bottom: 0px;
}
section.section4 .arrow-container {
	display: inline-block;
	float: left;
	position: absolute;
	left: 5px;
	height: 100%;
}
section.section4 .arrow-left {
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FF9500;
	border-top: 10px solid transparent;
	height: 0;
	width: 0;
	margin-top: -26px;
	position: absolute;
	top: 50%;
}
.circle-wrapper {
	text-align: center;
}
.circle-wrapper h3 {
	margin-bottom: 25px;
}
.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid #cecece;
	background: #454545;
	color: #cecece;
	margin: 0px auto 40px;
	position: relative;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
}
.circle:hover {
	background: #cecece;
	color: #454545;
	border: 5px solid #454545;
}
.circle span {
	font-size: 42px;
	font-weight: bolder;
	position: relative;
	text-align: center;
	top: 63px;
}
.services-block {
	text-align: center;
}
.services-block p {
	text-align: left;
}
.services-block h3 {
	margin-bottom: 20px;
}
.services-icon {
	font-size: 40px;
	color: #858585;
}
.client-logo {
	text-align: center;
	margin: 0 auto;
}
.client-logo img {
	display: inline-block;
}
/* === Section 5 === */

section.section5 {
	background-image: url(../img/section5.jpg);
	background-repeat: no-repeat;
	color: #dedede;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	padding: 0px;
	height: auto;
	z-index: 1;
}
section.section5 ul li {
	color: #fefefe;
	margin: 0px 0px 20px;
	list-style: none;
	font-size: 30px;
}
section.section5 ul li.hidden {
	display: none;
	opacity: 0;
}
section.section5 .container {
	position: relative;
	top: 50%;
	padding: 60px 20px 40px;
}
span.twitter-icon {
	color: #dedede;
	cursor: default;
	font-size: 40px;
	margin-bottom: 10px;
	text-shadow: none;
}
/* === Section 6 === */

section.section6 {
	padding: 60px 0px 60px;
	/*border-top: 1px solid #f0f0f0;*/
	position: relative;
	z-index: 2;
}
#portfolio-content {
	max-height: 0px;
	opacity: 0;
	display: none;
	position: relative;
	overflow: hidden;
}
#portfolio-content.open {
	max-height: 1200px;
	height: auto;
	opacity: 1;
}
#portfolio-content .container {
	padding-top: 20px;
}
#portfolio-content, #portfolio-content .container {
	transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}
#portfolio {
	transition: height 0.6s ease-in-out;
	-o-transition: height 0.6s ease-in-out;
	-webkit-transition: height 0.6s ease-in-out;
	-moz-transition: height 0.6s ease-in-out;
	min-height: 860px;
}
div.img {
	background: #000000;
	position: relative;
	margin-bottom: 20px;
}
div.img img {
	width: 100%;
}
div.img img, span.zoom {
	transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
}
span.zoom {
	display: block;
	position: absolute;
	height: 24px;
	width: 24px;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -12px;
	opacity: 0;
	color: #ffffff;
}
div.img:hover {
	cursor: pointer;
}
div.img:hover img {
	opacity: 0.25;
}
div.img:hover span.zoom {
	opacity: 1;
}
.navigation i {
	cursor: pointer;
	margin-right: 7px;
}
.navigation i {
	margin-left: 5px;
}
.navigation a, .navigation a:hover, .navigation a:focus {
	color: inherit;
}
.navigation i:last-child {
	margin-right: 0;
}
.navigation i:hover {
	color: #111111;
	transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
}
.glyphicon-chevron-right {
	top: 0;
}
.portfolio-item {
	transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	opacity: 0;
	display: none;
}
/* === Section 7 === */

section.section7 {
	background-image: url(../img/section7.jpg);
	background-repeat: no-repeat;
	color: #dedede;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	padding: 0px;
	height: auto;
	z-index: 1;
}
section.section7 h1 {
	color: #fefefe;
	margin: 0px 0px 20px;
	text-align: center;
}
section.section7 .container {
	position: relative;
	top: 50%;
	padding: 60px 20px 40px;
	text-align: center;
}
/* === Section 8 === */

section.section8 {
	padding: 0px;
	border-top: 1px solid #f0f0f0;
	position: relative;
	z-index: 2;
}
section.section8 article {
	padding: 20px 0;
}
.date-marker {
	background: #FF9500;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.date {
	font-size: 30px;
	font-family: 'bebas_neueregular', sans-serif;
	color: #fefefe;
}
.load-more {
	margin: 0 auto;
}
.tw-follow {
	position: absolute !important;
	right: 0px;
	top: 38px;
}
/* === Section 9 === */

section.section9 {
	background-image: url(../img/section9.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #dedede;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	padding: 0px;
	height: auto;
	z-index: 1;
}
section.section9 h1 {
	color: #fefefe;
	margin: 0px 0px 20px;
}
section.section9 .container {
	position: relative;
	top: 50%;
	padding: 0px 20px 0px;
}
section.section9 .btn, section.section7 .btn, section.section5 .btn, section.section3 .btn, section.section1 .btn, .parallax .btn, .hero .btn, .btn.black {
	background: rgba(0,0,0,0.6);
	border: 3px solid rgba(0,0,0,0.4);
	text-shadow: none;
	color: #cecece;
	padding: 15px 30px;
	font-size: 30px;
	margin: 0px auto;
	font-family: 'bebas_neueregular', sans-serif;
	margin-right: 10px;
}
section.section9 .btn-default:hover, section.section9 .btn-default:focus, section.section7 .btn-default:hover, section.section7 .btn-default:focus, section.section5 .btn-default:hover, section.section5 .btn-default:focus, section.section3 .btn-default:hover, section.section3 .btn-default:focus, section.section1 .btn-default:hover, section.section1 .btn-default:focus, .parallax .btn:hover, .hero .btn:hover, .btn.black:hover, .parallax .btn:focus, .hero .btn:focus, .btn.black:focus {
	border: 3px solid rgba(0,0,0,1);
	color: #ffffff;
}
form label {
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 24px;
	color: #999999;
}
.form-control {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	/*border: 3px solid rgba(0, 0, 0, 0.4);*/
	color: #CECECE;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 17px;
}
.form-control:focus {
	border-color: #FF9500;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.3) !important;
}
#form-message {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
}
#form-message img {
	margin: -2px 5px 0px 0px;
}
.alert .glyphicon {
	padding-right: 10px;
}
.section2, .section4, .section6, .section8 {
	box-shadow: 0 10px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(0,0,0,0.1);
}
/* === Typography === */

h1, h2, h3, h4, h5, h6 {
	color: #454545;
	font-family: 'bebas_neueregular', sans-serif;
}
h1.no-bebas, h2.no-bebas, h3.no-bebas, h4.no-bebas, h5.no-bebas, h6.no-bebas {
	font-family: inherit;
}
h1 {
	font-size: 90px;
	margin: 0px 0px 40px;
}
h2 {
	font-size: 60px;
	margin: 0px 0px 20px;
}
h3, h4, h5 {
	color: #777777;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
span.intense {
	color: #ff9500;
}
a {
	color: #ff9500;
	text-decoration: none;
}
p {
	margin: 0px 0px 20px;
	line-height: 1.6em;
}
p a {
	border-bottom: 1px dotted #ff9500;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
	color: #ff9500;
}
.btn i {
	margin-left: 10px;
}
.btn {
	font-family: 'bebas_neueregular', sans-serif;
	letter-spacing: 1px;
	background-image: none;
	font-size: 16px;
	margin-right: 10px;
	color: #999999;
	padding: 10px 20px;
	text-shadow: none;
}
.btn:hover {
	color: #666666;
	text-shadow: none;
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	background: #454545;
	border-color: #232323;
	box-shadow: none;
	color: #cecece;
	text-shadow: none;
}
.btn:last-child {
	margin-right: 0px;
}
iframe {
	width: 100%;
	z-index: 1;
	border: 0 none;
}
/* === Helpers === */

.no-top {
	margin-top: 0 !important;
}
.no-bottom {
	margin-bottom: 0 !important;
}
.no-left {
	margin-left: 0 !important;
}
.no-right {
	margin-right: 0 !important;
}
.no-all {
	margin: 0 !important;
}
.border-bottom {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.row {
	margin-bottom: 20px;
}
.space-small {
	padding: 20px 0px;
}
.space-medium {
	padding: 30px 0px;
}
.space-large {
	padding: 40px 0px;
}
/* === Animations === */

.a {
	opacity: 0;
}
.animated {
	animation-duration: 1.2s !important;
}
 @keyframes scroll-down {
 from {
 bottom: 50px;
}
 to {
 bottom: 70px;
}
}
div#scroll-down {
	animation-duration: 0.5s;
	animation-name: scroll-down;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
/* === Color Override === */

span.intense, a:hover, a:active, a:focus, a {
	color: #259dce;
}
div.social-icons a:hover, span.skillset, .staff-header, .img-thumbnail, .date-marker {
	background: #259dce;
}
blockquote.pull-right, .well blockquote, blockquote, .form-control:focus, .view:hover, p a {
	border-color: #259dce;
}
section.section4 .arrow-left {
	border-right-color: #259dce;
}
