/*
	iPhone: always xs
	iPad: sm (portrait), md (landscape)
	PC: lg
*/

/* generic */
th { text-align: right; }
thead th { text-align: center; }

/* sizes/layout */

body {
	padding-top: 0;
}

body .container {
/*	width: 1140px; */
}

header
{
	background-color: #4B8791;
	background-image: url('/media/8987/the_conceptuals-header-pattern-1920px-trans.png');
}

header .container {
	min-height: 270px;
}
.home header .container {
	height: 400px;
}
#homerow {
	top: -425px;
	position: absolute;
	width: 100%;
}
nav .navbar-header
{
	height: 120px;
}
#header-gutter {
	height: 60px;
	position: relative;
}
#header-breadcrumb
{
	position: absolute;
	bottom: 0;
	padding: 10px 0;
}
#header-gutter #header-breadcrumb * {
	color: white;
	text-transform: uppercase;
}	
#title {
	min-height: 35px;
}

#content {
	clear: both;
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}
.home #content {
	margin-top: 165px;
}
footer {
	min-height: 190px;
}
#footerlogodiv {
	text-align: center;
}

#footer-2 {
	height: 60px;
}

/* styling */

body {
	font-family: Raleway;
	font-size: 16px;
	letter-spacing : 0.16px;
	color: #5F646E;
}

nav .navbar-header .navbar-toggle .icon-bar
{
	background-color: white;
}

nav.navbar {
	font-size: 14px;
	border: none;
	padding-top: 48px;
}
.navbar-default {
	background-color: transparent;
	position: relative;
}
nav.navbar-default .navbar-nav>li>a
{
	color: white;
	padding: 15px 5px;
}
nav.navbar-default .navbar-nav>li>a:hover
{
	color: white;
	text-decoration: underline;
}
nav.navbar-default .navbar-nav>li.active>a
{
	color: black;
	background-color: transparent;
}
nav.navbar-default .navbar-nav>li.active>a:hover
{
	color: black;
	background-color: transparent;
}
header .container {
/*	background-color: #4B8791;
	background-image: url('/media/8987/the_conceptuals-header-pattern-1920px-trans.png'); 
	background-position: -62px 0; */
}
nav.navbar {
	margin-bottom: 0;
}
nav li {
	text-transform: uppercase;
}
nav .navbar-brand {
	padding: 0;
	margin: 0;
	margin-left: -15px;
	overflow-x: hidden;
	height: 120px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	float: none;
}
.home #title, .home #NOT-header-gutter {
	visibility: hidden;
	display: none;
}

#homerow {
	font-size: 17px;
	letter-spacing: 0.9px;
	color: white;
}
#homerow #imgcontainer {
	max-height: 360px;
	overflow: hidden;
}

#homerow img {
	width: 100%;
	/* max-height: 360px; */
}

/* MEDIUM */

@media (max-width: 1199px) {
	#homerow {
		font-size: 16px;
	}
}

/* SMALL (iPad portrait) */

@media (max-width: 991px) {
	#homerow {
		font-size: 13px;
	}
	#footerlogodiv {
		text-align: left;
	}
	nav.navbar {
		padding-top: 0px;
	}
}

/* X-SMALL (Phone) */

@media (max-width: 767px) {
	.navbar-brand {
		width: 60%;
	}
	.navbar-brand img {
		width: 100%;
	}
	#header-gutter {
		height: 0;
	}
	header .container {
		min-height: 0;
	}
	#title {
		min-height: 0;
	}
	#title h1 {
		font-size: 32px;
		padding-bottom: 20px;
	}
	.home #content {
		margin-top: 60px;
	}
	#homerow {
		font-size: 16px;
		top: -330px;
	}
}

#footer-2 {
	background: #374150;
	color: #9FA2A8;
	font-size: 16px;
  	letter-spacing : 0.16px;
	text-transform: uppercase;
}

#footer-2 p {
	margin-top: 17px;
}

div.sb-slidebar
{
	background-color: white;
	border: 0 none;
	padding: 10px;
}

div.sb-slidebar ul {
	margin: 0;
	padding: 0;
}

div.sb-slidebar ul li a:hover
{
	background-color: #4B8791;
	color: white;
}

/* HEADERS */
h1
{
	font-family : Raleway;
	font-weight : bold;
	font-size : 48px;
	letter-spacing : 2.4px;
	text-transform : uppercase;
	color : #FFFFFF;
	margin: 0;
	padding-bottom: 10px;
}
h2
{
	font-family : Raleway;
	font-size : 36px;
	letter-spacing : 1.8px;
	text-transform : uppercase;
	color : #374150;
}
h3
{
	font-family : Raleway;
	font-size : 28px;
	letter-spacing : 1.68px;
	text-transform : uppercase;
	color : #5F646E;
}
h4
{
	font-family : Raleway;
	font-size : 24px;
	letter-spacing : 0.24px;
	text-transform : uppercase;
	color : #5F646E;
}
h5
{
	font-family : Raleway;
	font-size : 18px;
	letter-spacing : 0.9px;
	text-transform : uppercase;
	color : #5F646E;
	font-weight: bold;
}
h6
{
	font-family : Raleway;
	font-size : 16px;
	letter-spacing : 0.8px;
	text-transform : uppercase;
	color : #5F646E;
}

h2 a {
	color: inherit;
}

/* SHOP */

/* div.shopitem {
	width: 210px;
	height: 300px;
	float: left;
} */

div.breadcrumb {
	font-size: 80%;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

table.shopitem td, table.shopitem.th
{
	padding: 3px;
}

/* PROJECTS */

a.projectmoreinfolink {
	float: right;
	/* font-size: 80%; */
}

/* FOOTER */

footer {
	clear: both;
	background-color: #5F646E;
	color: #fff;
	font-size: 14px;
	padding-top: 60px;
	padding-bottom: 60px;
}

footer h4 {
	font-family : Raleway;
	font-weight : bold;
	font-size : 16px;
	letter-spacing : 0.96px;
	text-transform : uppercase;
	color : #fff;
	margin-top: 0;
}

footer a, footer a:hover {
	color: white;
}

footer .row > div {
	margin-bottom: 10px;
}

#projectlist .newrow
{
	clear: left;
}

.singleproject
{
	margin-bottom: 30px;
}

.singlefeature {
	position: relative;
}

.singlefeature h3 {
	position: absolute;
	top: 0;
	padding: 10px;
	margin: 0;
	width: 100%;
	/* background-color: rgba(128, 128, 128, 0.5); */
}

.singlefeature h3 a {
	color: white;
	background-color: transparent;
	font-weight: bold;
}

.singlefeature a img {
	margin-bottom: 30px;
	/* max-height: 200px; */
}

.singlefeature h5 {
	margin-top: 0;
}
	
.singleprojecttitle {
	position: relative;
	padding: 10px;
	background-color: #4B8791;
	white-space: nowrap;
}

.singleproject h5 {
	padding: 0;
	width: 100%;
	margin: 0;
	background-color: #4B8791;
}

.singleproject h5 a {
	color: white;
}

.singleproject img {
	/* max-height: 200px; */
}
	
/* FONT-AWESOME */

.fontawesome {
	font-family: FontAwesome;
	background-color: #374150;
  	font-size: 20px;
  	letter-spacing: 1px;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	text-align: center;
	padding: 0 15px 0 10px;
}

.fontawesome .fa-angle-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: white;
}

.fontawesome a:hover {
	text-decoration: none;
}
		
.fontawesome:hover {
	background-color: #4D868E;
}

#projectfoto, #projectgallery {
	width: 100%;
}

#mailform input[type='text'], #mailform input[type='email'], #mailform textarea {
	width: 100%;
	margin: 0 0 5px 0;
}

#mailform textarea {
	height: 245px;
}

#mailform button {
	background-color: #4D868E;
	color: white;
	text-transform: uppercase;
	position: relative;
	padding-right: 32px;
	border-radius: 0;
}

#errormessage {
	color: red;
	font-weight: bold;
	padding: 10px 0;
}

#projectgallery {
//	width: 750px;
	//height: 420px;
}

.galleria-gallery .galleria-container {
	background-color: transparent; /* rgba(192, 192, 192, 0.2); */
}
.galleria-gallery-auto .galleria-container {
	background-color: transparent;
}
#projectnavigation {
	position: relative;
	margin: 10px 0;
	text-transform: uppercase;
}

#projectnavigation #prevproject
{
	width: 50%;
}

#projectnavigation #nextproject
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	text-align: right;
}

/* prevent gallery flicker */
.galleria-gallery img, .galleria-gallery-auto img {
	display: none;
}
.galleria-gallery-auto img.first {
	display: block;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
