@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
/*-------------------------------------------------------------------------------------------
  CSS definations for SBose
-------------------------------------------------------------------------------------------*/

/* RESET */
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%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
			box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 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;
}
a,
a:hover,
a:focus {
	outline:none;
	text-decoration:none;
}
/* Common Tages */
label {
	padding-bottom: 6px;
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.btn {
	border: 1px solid #c9284e;
	background: #c9284e;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
}
.btn-default {
	border: 1px solid #C9C9C9;
	background: #f9f9f9;
	color: #666;
	font-weight: 600;
}
.btn:hover,
.btn:focus {
	background: #000;
	border-color: #000;
	color: #fff;
}
.btn-lg {
	padding: 10px 20px;
}
.form-control {
    border: 1px solid #ddd;
    background: #fff;
    height: inherit;
    padding: 8px 10px;
    border-radius: 2px;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
textarea.form-control {
	min-height: 120px;
}
.form-group {
	margin-bottom: 20px;
}

.padding-left-none {
	padding-left: 0;
}
.padding-right-none {
	padding-right: 0;
}

@font-face {
	font-family:'futura-demic-reg';
	src:url("../fonts/FuturaDemiC-webfont.eot");
	src:url("../fonts/FuturaDemiC-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaDemiC-webfont.woff") format("woff"), url("../fonts/FuturaDemiC-webfont.ttf") format("truetype"), url("../fonts/FuturaDemiC-webfont.svg#fututa-demic-reg") format("svg");
	font-weight:normal;
	font-style:normal;
}
 @font-face{
	font-family:'futura-demic-it';
	src:url("../fonts/FuturaDemiC-Italic-webfont.eot");
	src:url("../fonts/FuturaDemiC-Italic-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaDemiC-Italic-webfont.woff") format("woff"), url("../fonts/FuturaDemiC-Italic-webfont.ttf") format("truetype"), url("../fonts/FuturaDemiC-Italic-webfont.svg#fututa-demic-it") format("svg");
	font-weight:normal;
	font-style:normal 
}
 @font-face{
	font-family:'futurabookcregular';
	src:url("../fonts/futurabookc-webfont.eot");
	src:url("../fonts/futurabookc-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/futurabookc-webfont.woff2") format("woff2"), url("../fonts/futurabookc-webfont.woff") format("woff"), url("../fonts/futurabookc-webfont.ttf") format("truetype"), url("../fonts/futurabookc-webfont.svg#futurabookcregular") format("svg");
	font-weight:normal;
	font-style:normal 
}

/* loading */
#loading {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#fff;
    z-index:65;
}
#loading-inner {
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    min-height:120px;
    margin:-60px 0 0 -200px;
    font-size:20px;
    color:#000;
    line-height:49px;
    font-weight:lighter;
    text-align:center;
}
#loading-logo {
    position:relative;
    padding-bottom: 10px;
}
#loading-logo img {
    width: auto;
}

.container {
	width: auto;
	padding: 0 30px;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: 400;
}

/* header */
.header {
	background: rgba(255,255,255,0.9);
	width: 100%;
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 2px;
}

/* logo */
.logo img {
	width: auto;
	height: 56px;
}

/* navigation */
.navigation {
    float: right;
    padding-top: 11px;
	font-size: 13px;
	text-transform: uppercase;
}
.navigation li {
	float: left;
    margin-left: 20px;
    position: relative;
}
.navigation li:first-child {
    margin-left: 0;
}
.navigation li a {
	display: block;
	padding: 10px;
	color: #333;
}
.navigation li:hover a {
	background: rgba(0,0,0,0.8);
	color: #fff;
}
.navigation li:hover ul {
	display: block;
}
.navigation ul ul {
	background: rgba(0,0,0,0.8);
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}
.navigation li li {
	border-top: 1px solid #999;
	margin: 0;
	padding: 0;
	float: none;
}
.navigation li li:first-child {
	border-top: none;
}
.navigation li li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
}
.navigation li:hover li a {
	background: none;
}

/* showcase */
.showcase {
	overflow: hidden;
	padding: 76px 0 40px 0;
	position: relative;
	z-index: 1;
}
.showcase .slides li {
    background-color: #f1f1f1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* Firefox */
    height: -moz-calc(100vh - 116px);
    /* WebKit */
    height: -webkit-calc(100vh - 116px);
    /* Opera */
    height: -o-calc(100vh - 116px);
    /* Standard */
    height: calc(100vh - 116px);
	position: relative;
	overflow: hidden;
	display: none;
}
.showcase .slides li img {
	width: auto;
	height: 100vh;
}
.showcase .caption {
	background: rgba(0,0,0,0.5);
	padding: 15px;
	position: absolute;
	left: 30px;
	bottom: 100px;
	z-index: 99;
}
.showcase h3 {
	display: inline-block;
	font-size: 20px;
	color: #fefefe;
	text-transform: uppercase;
}
.showcase .project-info-link {
	font-size: 20px;
	color: #fff;
	float: right;
	margin-left: 15px;
}
.showcase .flex-control-nav {
	position: absolute;
	left: 30px;
	bottom: 60px;
	z-index: 99;
}
.showcase .flex-control-nav li {
	float: left;
	margin-right: 8px;
}
.showcase .flex-control-nav li a {
	background: #747165;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
}
.showcase .flex-control-nav li a.flex-active {
	background: #000;
}
.showcase .flex-prev,
.showcase .flex-next {
	background: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	float: left;
	margin-top: -15px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	top: 50%;
	z-index: 99;
}
.showcase .flex-prev {
	left: 30px;
}
.showcase .flex-next {
	right: 30px;
}

/* footer */
.footer {
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 11px 0;
    font-size: 12px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 2px;
}
.footer p {
    line-height: 18px;
}
.footer p a {
    display: inline-block;
    float: right;
}
.footer p a img {
    display: inline-block;
    float: right;
    margin: 0 0 0 5px;
}

/* main-container */
.main-container {
    padding: 76px 0 40px 0;
    position: relative;
    z-index: 1;
}

/* page-heading */
.page-heading {
	margin-bottom: 30px;
	padding: 15px 0;
	box-shadow: rgba(0,0,0,0.1) 0px 0px 2px;
}
.page-heading h1 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
}

/* about */
.about h4 {
	font-size: 18px;
	color: #000;
}
.about p {
	padding: 10px 0;
	line-height: 24px;
}
.about .imgb {
	max-width: 290px;
	min-width: 290px;
	float: left;
	margin-right: 30px;
}
.about .imgb img {
	width: 100%;
	height: auto;
}

/* projects */
.projects {
	padding-bottom: 20px;
}
.projects ul {
	margin: 0 -10px;
}
.projects li {
	width: 25%;
	float: left;
	padding: 10px;
}
.projects .column {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}
.projects .imgb img {
	width: 100%;
	height: auto;
	float: left;
}
.projects .caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.projects .caption h3 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 500;
}
.projects .caption p {
	padding-top: 5px;
	color: #fff;
}

/* project-info */
.project-info {
	background: #fff;
	width: 700px;
	max-height: 80%;
	display: inline-block;
	margin: auto;
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 999;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.project-info h3 {
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
}
.project-info .table {
	margin: 0;
}
.project-info .close-info {
	background: #e2e2e2;
	width: 30px;
	height: 30px;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #2b2b2b;
	line-height: 30px;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 9;
}
.project-overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}

/* Contact */
.map {
	margin-bottom: 30px;
}
.contact {
	padding-bottom: 30px;
}
.contact .address {
	background: #f1f1f1;
	padding: 30px;
}
.contact h3 {
	font-size: 24px;
	padding-bottom: 15px;
}
.contact .column {
	border-left: 1px solid #ccc;
	padding-left: 15px;
	margin-left: -15px;
}
.contact .column.first {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.contact p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

/*/////////////////////////////////
  Fonts CSS
/////////////////////////////////*/
.navigation {
	font-family: "futura-demic-reg",Arial,sans-serif;
}
{
	font-family:'futurabookcregular';
}
{
	font-family:'futurabookcregular';
}

.mobile-nav {
	display: none;
}

#loading {
	display: none;
}






/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/
@media (min-width: 320px) and (max-width: 767px) {

.container {
    width: auto;
    padding: 0 15px;
}

.mobile-nav {
	display: block;
	float: right;
	margin-top: 15px;
	font-size: 24px;
	color: #000;
	line-height: 24px;
}

/* navigation */
.navigation {
	background: #000;
	width: 100vw;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 66px;
	display: none;
}
.navigation li {
	border-top: 1px solid #fff;
	float: none;
	padding: 0;
	margin: 0;
}
.navigation li a {
	display: block;
	padding: 15px;
	color: #fff;
}
.navigation li a:hover{
	color: #fff;
}
.navigation ul ul {
    position: static;
    border-top: 1px solid #fff;
}
.navigation li li a {
	color: #ddd;
}

/* showcase */
.showcase .caption {
    background: rgba(0,0,0,0.5);
    padding: 8px 10px;
    position: absolute;
    left: 15px;
    bottom: 100px;
    z-index: 99;
}
.showcase h3 {
    font-size: 16px;
}
.showcase .flex-prev {
    left: 15px;
}
.showcase .flex-next {
    right: 15px;
}
.showcase .flex-control-nav {
	left: 15px;
}

/* .about .imgb */
.about .imgb {
	margin: 0 0 30px 0;
	float: none;
}

/* contact */
.contact .address {
	margin-bottom: 30px;
	padding: 15px;
}
.contact .column.first {
    border: none;
    padding: 0;
    margin: 0;
}
.contact .column {
	border-top: 1px solid #ccc;
    border-left: none;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
}

/* projects */
.projects li {
    width: 100%;
}



}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.container {
	width: auto;
	padding: 0 15px;
}

.mobile-nav {
	display: block;
	float: right;
	margin-top: 15px;
	font-size: 24px;
	color: #000;
	line-height: 24px;
}

/* navigation */
.navigation {
	background: #000;
	width: 100vw;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 66px;
	display: none;
}
.navigation li {
	border-top: 1px solid #fff;
	float: none;
	padding: 0;
	margin: 0;
}
.navigation li a {
	display: block;
	padding: 15px;
	color: #fff;
}
.navigation li a:hover{
	color: #fff;
}
.navigation ul ul {
    position: static;
    border-top: 1px solid #fff;
}
.navigation li li a {
	color: #ddd;
}

/* showcase */
.showcase .caption {
    background: rgba(0,0,0,0.5);
    padding: 8px 10px;
    position: absolute;
    left: 15px;
    bottom: 100px;
    z-index: 99;
}
.showcase h3 {
    font-size: 16px;
}
.showcase .flex-prev {
    left: 15px;
}
.showcase .flex-next {
    right: 15px;
}
.showcase .flex-control-nav {
	left: 15px;
}

.projects li {
    width: 33.33333%;
}

.posts-container .post:first-child {
    padding-top: 100px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

.navigation li {
    float: left;
    margin-left: 15px;
}

}

