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

html {
 	font-size: 100%;
	line-height: 1;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}
		
	body {
	font-family: "museo_sans500", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #CCCC99;
	background-color: #000000;
	position: relative;
    }
	
	h3, .h3 {
    font-size: 1.714em;
    }
	
	h4 {
    font-size: 1.14em;
	}
	
	a {
    color: #F9F9BE;
	border-bottom: 1px dotted #F9F9BE;
    }
	
	a:hover, a:focus {
    color: #FF7519;
	text-decoration: none;
    }
	
	a:visited {
    color: #F9F9BE;
    }
	
	hr {
    background: none repeat scroll 0 0 #2c2c2d;
    border: 0 none;
    height: 1px;
    margin: 0 auto;
}
	}
	
/* **** Navigation **** */
	
	.navbar {
    background-color: #000000;
    }
	
 	.navbar-inverse {
    background: none repeat-x scroll 0 0 #000000;
	border-bottom: 1px solid #CCCC99;
    }
	
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #E7E7AC;
    }
	
	.navbar-brand {   
    padding: 5px 0 0 15px;
    }
	
	.img-logo {
    display: inline-block;
    width: 135px;
	}

	.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    }
	
	a.navbar-brand {
	border-bottom: medium none;
    outline: medium none;
    }
	
	.navbar-inverse .navbar-nav > li > a {
    color: #E7E7AC;
	border-bottom: medium none;
    }
	
	.navbar-inverse .navbar-nav > .active > a {
	background-color: rgba(0, 0, 0, 0);
    color: #FF3314;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
    color: #FF3314;
    background-color: #181A19;
	outline: medium none;
    }
	
	.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #181A19;
    color: #FF3314;
    }
	
	.navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus { 
	background-color: #181A19;
    color: #FF3314;
    }

/* **** Content **** */
	
	#container-content {
    margin-top: 51px;
    }
	
	.row {
    padding-bottom: 0.5em;
    }
	
	header h3 {
    margin-top: 1em;
    }
	
	.anchor {
    display: block;
    height: 52px;
    margin-top: -52px;
    visibility: hidden;
    }
	
/* **** Portfolio **** */
	
	.portfolio {
	background-color: #252525;
    color: #CCCC99;
	}
	
	#graphic .row {
    margin-left:-5px;
	margin-right: -5px;
    }
	
	#graphic article.col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
    }
	
	.portfolio .thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #CCCC66;
	border-radius: 0;
    }
	
    .portfolio .thumbnail {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    }
	
	#web .thumbnail {
    max-width: 380px;
    }
	
	#graphic .thumbnail {
    max-width: 320px;
    }
	
	.thumbnail .hover-wrap {
	display: block;
    height: 100%;
    margin: -4px auto auto -4px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: opacity 0.45s ease-in-out 0s;
    width: 100%;
    }
	
	.thumbnail:hover .hover-wrap,
	.thumbnail.active .hover-wrap {
	opacity: 1;
    }	
	
   .thumbnail .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #E06755;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    }
	
	.thumbnail .hover-wrap .description {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0;
	opacity: 1;
    position: absolute;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;    
    top: 50%;
	width: 100%;
    }
	
	.bna .thumbnail .hover-wrap .description {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    height: 52px;
    line-height: 24px;
    margin: -30px 0 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
	text-transform: none;
    top: 50%;
    width: 100%;
    }
	
	sup {
	font-size: 8px;
	}

/* **** Testimonials **** */
	
	.testimonials {
    background-color: #2C2C2D;
    }
	
	.testimonials .text-right {
    line-height: 1.223em;
    margin-top: -6px;
    }
	
	blockquote {
    border-left: 2px solid #403F3E;
    font-size: 13px;
    margin: 18px 0 10px;
    padding: 5px 0 5px 10px;
    }

/* **** About **** */	
	
	.about {
	background-color: #222225;
	}
	
	.about .thumbnail {
	border: 1px solid #cccc66;
	border-radius: 0px;
	padding: 0px;
	}
	
	.thumbnail.portrait {
    width: 50%;
    }
	
/* **** Contact **** */
	
	#container-footer {
    background-color: #2C2C2D;
    }
	
	#contact-form > header {
    border-bottom: 1px solid #403F3E;
    padding-bottom: 10px;
    }
	
	.form-body {
    padding: 15px 0;
    }
	
	.form-group {
    margin-bottom: 0;
    }
			
	label {
    font-size: 16px;
    font-weight: 500;
    }
	
	.form-control {
    background-color: #DDDDC7;
    }
	
	.help-block {
    color: #FFFFFF;
    text-align: right;
    }
	
	.btn-dark {
    background-color: #73726F;
    border: 1px solid #73726F;
    color: #FFFFFF;
	margin-top: -2px;
    }
	
	.btn-dark:hover {
	background-color: #E06755;
	border: 1px solid #E06755;
	color: #FFFFFF;
	}
	
	footer {
	background-color: #000000;
    border-top: 1px solid #403F3E;
    height: 40px;
    padding: 6px 0;
    }
	
	#footer-logo {
	left: 50%;
    margin-left: -10px;
    margin-top: -20px;
    position: absolute;
    }
	
	footer p {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    }

 /* ******************************************
	Media Queries for screen narrower than 384px - 24em
****************************************** */   
	@media (max-width: 24em) {
	
	.thumbnail .hover-wrap .description {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
    margin: -14px 0 0;
	}
	
	.bna .thumbnail .hover-wrap .description {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: -24px 0 0;
    }
	}

/* ******************************************
	Media Queries for screen wider than 480px - 30em
****************************************** */	
	@media (min-width: 30em) {
	
	#graphic .row {
    margin-left:-15px;
	margin-right: -15px;
    }
	
	#graphic article.col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
    }
	
	.thumbnail.portrait {
    float: left;
    height: auto;
    margin-right: 1.5em;
    width: 40%;
	}
    }
	
/* ******************************************
	Media Queries for screen wider than 640px - >40em
****************************************** */	
	@media (min-width: 40.063em) {	
	
	.navbar-brand {
    height: 60px;
	padding: 9px 0 0 15px;
    }
	
	.img-logo {
    margin-left: 0;
    width: 150px;
	}
	
	ul.navbar-nav.navbar-right {
	margin-top: 6px;
	}
	
	#container-content {
	margin-top: 61px;
    }	
		
	.row {
    padding-bottom: 1em;
    }
		
	header h3 {
    margin-top: 1.65em;
    }
	
	.anchor {
    height: 61px;
    margin-top: -61px;
    }
	
	.thumbnail.portrait {
    height: auto;
    margin-right: 1.5em;
    width: 30%;
    }
	
	.about ul {
    padding-left: 50px;
    padding-right: 0;
    }
	
	#contact-form > header {
    padding-bottom: 20px;
    }
		
	.form-body {
    padding: 30px 0;
    }
	
	.help-block {
    margin-bottom: 5px;
    }
	}
	
/* ******************************************
	Media Queries for screen wider than 992px - 62em
****************************************** */	
	@media (min-width: 62em) {	
	
	.thumbnail.portrait {
	float: none;
	width: 80%;
    }
	}
	
/* ******************************************
	Media Queries for screen wider than 1200px - 75em
****************************************** */	
	@media (min-width: 75em) {

	.thumbnail.portrait {
	float: none;
	width: 95%;
    }
    }
	
