/* general */
body, html {
	width:100%;
	height:100%;
}

body {
	font-family: sans-serif;
	color: #5e5e5e;
	font-weight: 300;
}


a, a:hover, a:focus {
	text-decoration: underline;
	color:#AD9961;
}


h1, h2, h3, h4, h5, h6 {
	font-family:'RotisSansSerifW01-Light_735438';
	text-transform: uppercase;
}

h1 {
	font-family:'Exotic_350 W01 Light';
	padding-top: 40px;
	margin-bottom: 10px;
	color:#0c0c0c;
	font-size: 32px;
	text-align:center !important;
}

h1 span.prefix {
	font-family:'Exotic_350 W01 Light';
	color:#AD9961;
	font-style: italic;
	font-size: 80%;
}

h2 {
	font-family:'Exotic_350 W01 Light';
	font-size: 28px;
	color:#AD9961;
	text-align:left !important;
	text-transform: uppercase;
}

.modal{
	top:70px;
}

.fixed-cover {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent url('../video/cover.png') no-repeat;
}

.content-container {
	position: relative;
	background-color: #fff;
	z-index: 999;
}

.btn-primary {
	background-image:none;
	text-decoration: none;
	border-color: #AD9961;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.dl-horizontal {
	margin-bottom: 0;
}
.dl-horizontal dl {
	margin-bottom: 0;
}
.dl-horizontal dt {
	width: 90px;
	font-weight: 300;
}
.dl-horizontal dd {
	margin-left: 100px;
	font-weight: 400;
}



.lead {
	font-size: 18px;
}

.lead-small {
	font-size: 14px;
}

.sub-heading {
	margin: 20px 200px 40px 200px;
}

.section {
	margin: 40px 0 80px 0;
}

.box-inner {
	background-color: #fff;
	padding: 15px;
	position: relative;
	margin: 0 -10px;
}

.box-inner .description {
	margin-top: 15px;
	height: 60px;
}

.icon-scroll {
	background-repeat: no-repeat;
	background-size: 50px 50px;
	width:50px;
	height:50px;
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -25px;
	z-index: 5;
	display: inline-block;
}
.icon-scroll-down {
	background-image: url("../images/icon-scroll.png");
}


/* animate css */
.hidden-el {
	visibility: hidden;
 }

.visible{
	visibility: visible;
}

/* navbar */
.navbar {
	background-color: transparent;
}
.navbar-nav {
	float:right;
}
.navbar-brand {
	padding: 5px 0;
}
.nav>li {
	padding-top: 21px;
	padding-bottom: 21px;
}
.navbar-brand,
.navbar-nav>li>a,
.nav>li>a:focus {
	background-color: transparent;
	text-shadow:none;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform:none;
	padding-top: 5px;
	padding-bottom: 2px;
}
.ie8 .navbar-nav>li>a,
.ie8 .navbar-nav>li.active>a{
	padding-top: 0 !important;
	padding-bottom: 0!important;
}
.navbar-nav>li.active>a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #333333;
	padding-top: 4px;
}

.nav>li>a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-toggle {
	border-color: #CCCCCC;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}


/* logo */
.logo {
	width: 170px;
	height: 60px;
	margin-left: 15px;
	position: relative;
}
.logo-left,
.logo-right {
	position: absolute;
	width: 114px;
	height: 60px;
	top:0px;
	background-image: url("../images/logo-top-left.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.logo-right {
	width: 110px;
	left:0px;
	top: 0;
	background-image: url("../images/logo-top-right.jpg");
}



/* container */
.container-outer {
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.container-outer-dark {
	background-color: #f4f4f4;
}
.container-outer-darker {
	background-color: #eee;
}
.container-outer-primary {
	background-color: #AD9961;
	color: #fff;
}

/* home */
#home {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-color: #AD9961;

}

#home .home-background {
	position: absolute;
	max-height: 750px;
	height: 100%;
	width: 100%;
	bottom: 0;
	background-color: #000000;

}

video{
	position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*background: transparent url('../video/cover.png') no-repeat;*/
  	background-size: cover;
}

.mobile video
{
	display: none;
}

#home .home-inner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/logo-big.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#home .inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.cover-logo {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
}

.cover-logo .inner {
	margin-left: -150px;
	margin-top: -150px;
	width: 300px;
	height: 300px;
	background: url("../images/logo-big.png") no-repeat center center;
	background-size: 100%;
}





/* portfolio */
#portfolio {
	position: relative;
	min-height: 400px;
	position: relative;
	z-index: 20;
	background: transparent url(../images/portrait.png) left bottom no-repeat;
}

#portfolio h1 {
	padding-top: 0;
}

#portfolio p {
	padding: 20px;
}

#portfolio .image {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 290px;
}

#portfolio .content .vision {
	padding-top:40px;
	padding-right: 40px;
	margin-left: 400px;
	font-size: 18px;
	min-height: 230px;
	/*font-family:'RotisSansSerifW01-Light_735438', serif;*/
}

#portfolio .content .vision .lead {
	padding-top: 20px;
	padding-bottom: 120px;
}



#portfolio .portfolio-name {
	position: absolute;
	left: 400px;
	bottom: 10px;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}

/* gallery */

.gallery-cell {
	display: block;
	width:100%;
	height:500px;
}
.gallery-cell h2 {
	margin-top: 50px;
	width: 100%;
	text-align: center !important;
	color:#ad9961;
	font-weight: 300 !important;
	font-size: 36px;
}

.gallery-image-1 {
	background: transparent url(../images/gallery-image-1.jpg) center center no-repeat;
}

.gallery-image-2 {
	background: transparent url(../images/gallery-image-2.jpg) center center no-repeat;
}

.gallery-image-3 {
	background: transparent url(../images/gallery-image-3.jpg) center center no-repeat;
}

.gallery-image-4 {
	background: transparent url(../images/gallery-image-4.jpg) center center no-repeat;
}

.gallery-image-5 {
	background: transparent url(../images/gallery-image-5.jpg) center center no-repeat;
}

.gallery-image-6{
	background: transparent url(../images/gallery-image-6.jpg) center center no-repeat;
}

/* intro */
.container-outer-intro {
	background-color: #000000;
}

#intro p {
	padding:40px 0px;
	font-family: 'Cardo', serif;
	font-style: italic;
	font-size: 26px;
	margin:0;
	color:#FFFFFF;
}



/* brands */

.container-outer-brands {
	background-color: #FFFFFF;
}
.container-outer-brands p {
	text-align: center;
}
.container-outer-brands .brand img{
	width:100%;
}
/* partner */

#partner img.partner {
	width:80%;
	margin-left:10%
}

/* solutions */

#solutions .content-item {
	margin-top:30px;
}



/* support */

#support {
	margin-top: 80px;
}


/* impressum */
#impressum {
	font-size: 13px;
}
#impressum a, #impressum a:hover {
	text-decoration: none;
	color: #fff;
}

#impressum .row > div {
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
}

#impressum h2,
#impressum h3 {
	color:#FFF;
}
#impressum h3 {
	font-size: 18px;
	width: 100%;
	text-align: center;
}


/* footer */
#footer.section {
	margin-bottom:10px;
	margin-top:10px;
	font-size: 11px;
}



/* image hover */
.ih-item.square {
	width: 100%;
	height: 100%;
	margin: 15px 0 0 0;
	border: none;
	box-shadow: none;
}
.ih-item a:hover {

}

.ih-item.square.effect6 a:hover .img {
	-webkit-transform: scale(1.1) translateY(20px);
	-moz-transform: scale(1.1) translateY(20px);
	-ms-transform: scale(1.1) translateY(20px);
	-o-transform: scale(1.1) translateY(20px);
	transform: scale(1.1) translateY(20px);
}

.ih-item.square.effect6 .info {
	background-color: transparent;
}

.ih-item.square.effect6 .info h3 {
	color:#f8e600;
	font-size: 21px;
	background-color: transparent;
}
.ih-item.square.effect6 .info p {
	color: #5e5e5e;
	font-size: 14px;
	position: absolute;
	width: 100%;
	top:50px;
	left: 0;
	text-align: left;
	margin: 0;
	padding:10px 0;
}

.ih-item .img {
	margin-top:90px;
}

.ih-item .name {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Cardo', serif;
	font-style: italic;
	color: #5e5e5e;
	font-size: 28px;
	line-height: 28px;
	font-weight:300;
}
.ih-item a:hover .name {
	color: #AD9961;
}

.ih-item .title {
	font-family: sans-serif;
	text-transform: none !important;
}


#logo-container-footer
{
	width:50%;
	height: auto;

}
.services-container {
	background-color: #f4f4f4 !important;
}



.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 0;
    padding: 5px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 32px;
    height: 32px;
    color: #AD9961;
    background-color: #FFFFFF;
    font-size: 18px;
    text-align:center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
		align-items: center;
    justify-content: center;
    display: flex;
		line-height: 1;
}

.social i:hover {
    color: #FFFFFF;
    background-color: #AD9961;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.box-inner .description {
		height: 80px;
	}
	.dl-horizontal dt {
		width: 90px;
		font-weight: 300;
		float: none;
		text-align: left;
		margin-top: 10px;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 20px;
	}
	.box-inner .description {
		height: 40px;
	}

	.box {
		margin-top: 10px;
	}
	.box-inner {
		margin-left: 0;
		margin-right: 0;
	}

	#services .row >div:nth-child(4) {
		clear: left;
	}

	#logo-container-footer
	{
		width:50%;
		height: auto;
		margin-left: 25%;
	}

}

	#portfolio .quotes{
		font-size:22px !important;
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.navbar-nav {
		float:left;
	}

	.nav>li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-nav>li>a, .nav>li>a:focus {
		padding-top: 10px;
	}
	.navbar-nav>li.active>a {
		text-decoration: underline;
		color: #fff;
		background-color: transparent;
		border: none;
		padding-top: 5px;
	}

	#portfolio {
		min-height: 800px;
	}



	#portfolio .content .vision {
		margin-left: 0;
	}
	#portfolio .content .vision .lead {
		padding-bottom: 320px;
	}

	.sub-heading {
		margin-left:0;
		margin-right: 0;
	}

	.dl-horizontal {
		padding-left: 85px;
	}

	.dl-horizontal dt {
		float: left;
	}

	.box {
		margin-top: 10px;
	}
	.box-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.ih-item .name {
		font-size: 24px;
	}

	.list-group {
		margin-left:0;
		margin-right: 0;
	}

	#services .row >div:nth-child(odd) {
		clear: left;
	}

	.list-group-item {
		text-align: left;
	}

	.list-group-item.icon {
		display: table;
	}

	.list-group-item.icon span {
		display: table-cell;
	}
	.list-group-item.icon .icon-check {
		width: 40px;
	}


	#intro p {
		padding:80px 20px;
	}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

	h1 {
		font-size: 32px;
	}

	#portfolio .content .vision {
		margin-left: 0;
	}
	#portfolio .content .vision .lead {
		padding-bottom: 150px;
	}

	.dl-horizontal {
		padding-left: 20px;
	}

	#services div.row > div {
		float:none;
		width: 100%;
	}

	#portfolio .image {
		position: relative;
		left:0;
	}

	#portfolio .content {
		position: relative;
		margin-left:0;
		width: 100%;
	}
	#portfolio .content .vision {
		padding-left: 30px;
		padding-right: 30px;
	}
	#portfolio .portfolio-name {
		left:30px;
		bottom: 340px;
	}

	.ih-item .name {
		font-size: 18px;
	}

	.ih-item.square.effect6 .info p {
		font-size: 80%;
	}

	#partner img.partner {
		width:100%;
		margin-left:0%
	}
}



/* Retina images */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.icon-scroll-down {
		background-image: url("../images/icon-scroll@2x.png");
		background-size: 100%;
	}
	.logo-left {
		background-image: url("../images/logo-top-left@2x.png");
		background-size: 100%;
	}

	#home .home-inner-background{
		background-image: url("../images/logo-big@2x.png");
		background-size: 150px 150px;
	}

	.cover-logo .inner {
		background-image: url("../images/logo-big@2x.png");
		background-size: 100%;
	}

	.gallery-image-1 {
		background: transparent url(../images/gallery-image-1@2x.jpg) center center no-repeat;
		background-size: 100%;
	}

	.gallery-image-2 {
		background: transparent url(../images/gallery-image-2@2x.jpg) center center no-repeat;
		background-size: 100%;
	}

	.gallery-image-3 {
		background: transparent url(../images/gallery-image-3@2x.jpg) center center no-repeat;
		background-size: 100%;
	}

	.gallery-image-4 {
		background: transparent url(../images/gallery-image-4@2x.jpg) center center no-repeat;
		background-size: 100%;
	}
	.gallery-image-5 {
		background: transparent url(../images/gallery-image-5@2x.jpg) center center no-repeat;
		background-size: 100%;
	}
	.gallery-image-6 {
		background: transparent url(../images/gallery-image-6@2x.jpg) center center no-repeat;
		background-size: 100%;
	}
}
