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

a {
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
	color:#333;
}

a:hover {
	color:#333;
}


ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 10px;
}


/* FONT FACE */

@font-face {
    font-family: "NovecentowideNormalRegular";
    src: url('../fonts/novecento/Novecentowide-Normal-webfont.eot');
    src: url('../fonts/novecento/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecento/Novecentowide-Normal-webfont.woff') format('woff'),
         url('../fonts/novecento/Novecentowide-Normal-webfont.ttf') format('truetype'),
         url('../fonts/novecento/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "NovecentowideUltraLightBold";
    src: url('../fonts/novecento/Novecentowide-Medium-webfont.eot');
    src: url('../fonts/novecento/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecento/Novecentowide-Medium-webfont.woff') format('woff'),
         url('../fonts/novecento/Novecentowide-Medium-webfont.ttf') format('truetype'),
         url('../fonts/novecento/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: "NovecentowideLightBold";
    src: url('../fonts/novecento/Novecentowide-DemiBold-webfont.eot');
    src: url('../fonts/novecento/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/novecento/Novecentowide-DemiBold-webfont.woff') format('woff'),
         url('../fonts/novecento/Novecentowide-DemiBold-webfont.ttf') format('truetype'),
         url('../fonts/novecento/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "LibeartionSansNarrow";
    src: url('../fonts/liberation/liberationsansnarrow-regular-webfont.eot');
    src: url('../fonts/liberation/liberationsansnarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberation/liberationsansnarrow-regular-webfont.woff') format('woff'),
         url('../fonts/liberation/liberationsansnarrow-regular-webfont.ttf') format('truetype'),
         url('../fonts/liberation/liberationsansnarrow-regular-webfont.svg#liberationsansnarrow-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "LiberationSerif";
    src: url('../fonts/liberation/LiberationSerif-Regular-webfont.eot');
    src: url('../fonts/liberation/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberation/LiberationSerif-Regular-webfont.woff') format('woff'),
         url('../fonts/liberation/LiberationSerif-Regular-webfont.ttf') format('truetype'),
         url('../fonts/liberation/LiberationSerif-Regular-webfont.svg#LiberationSerif-Regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "LiberationSerifItalic";
    src: url('../fonts/LiberationSerif-Italic-webfont.eot');
    src: url('../fonts/LiberationSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LiberationSerif-Italic-webfont.woff') format('woff'),
         url('../fonts/LiberationSerif-Italic-webfont.ttf') format('truetype'),
         url('../fonts/LiberationSerif-Italic-webfont.svg#LiberationSerif-Italic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
	background:#fff;
}


/* NAVS */


@media (min-width: 768px) {
    .navbar .navbar-nav, .navbar-brand {
        display: inline-block;
        float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	
}

@media (max-width: 768px) {
.navbar-toggle {
		float:none;
		display:inline-block;
	}
}


/* HEADLINES */


h1 {
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	text-shadow:none;
	color:#333;
	font-size:14px;
	line-height:18px;
}
@media (min-width: 768px) {
h1 {
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	text-shadow:none;
	color:#333;
	font-size:24px;
	line-height:30px;
	letter-spacing:3px;
}
}
h2 {
	font-size:20px;
	line-height:24px;
}
@media (min-width: 768px) {
h2 {
	font-size:28px;
	line-height:34px;
}
}
h2, h3, h4, h5, h6, h7 {
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	text-shadow:none;
	color:#333;
}


h4 {
	font-size:14px;
	line-height:20px;
}
@media (min-width:768px) {
h4 {
	font-size: 18px;
	line-height:26px;
}
}

h5 {
	line-height:15px;
	font-size:10px;
	margin-bottom:0px;
}

@media (min-width:768px) {
h5 {
	font-size: 16px;
	line-height:28px;
}	
}
h6 {
	color:#b4b4b4;
	font-size:12px;
}
@media (min-width: 768px) {
h6 {
	color:#b4b4b4;
	letter-spacing:1px;
}
}

h7 {
	font-size:12px;
}

h7 a {
	color:#fff;
}

h7 a:hover {
	color:#fff;
}


p {
	font-family:"LiberationSerif", Times New Roman, Times, serif;
	text-shadow:none;
	color:#333;
	font-size:16px;
	line-height:24px;
	
}

.p-grau {
	line-height:22px;
}

@media (min-width:768px) {
.p-grau {
	line-height:28px;
}
}

small {
	color:#fff;
}


/* SPACER */


.spacer {
	height:80px;
	clear:both;
}
@media (min-width:768px) {
.spacer {
	height:100px;
	clear:both;
}
}
.spacer-small {
	height:10px;
	clear:both;
}
@media (min-width:768px) {
.spacer-small {
	height:25px;
	clear:both;
}
}
.spacer-big {
	height:300px;
	clear:both;
}



/* TYPOS */

.lead {
	text-align:center;
	padding:0 5% 0 5%;
}

.logo-header {
	width:100%;
	height:140px;
	padding-top:25px;
	background:none;
	
}


/* WRAPPERS & CONTENTS */


@media (min-width: 992px) {
.wrapper-header {
	background:url(../images/bg_header.png) no-repeat center bottom;
	width:420px;
	height:610px;
	margin:0px auto;
}
.wrapper-header-philo {
	background:url(../images/bg_header_klein.png) no-repeat center center;
	margin-top:100px;
}
.wrapper-header-philo-kreis {
	background:url(../images/bg_header_kreis.png) no-repeat center center;
	margin-top:100px;
}
.wrapper-header h4 {
	padding:280px 100px 0 100px;
	color:#000;
}
.wrapper-header-philo h4,
.wrapper-header-philo-kreis h5 {
	padding:105px;
	color:#000;
}
.wrapper-header p {
	padding:0 100px 0 100px;
}
}
@media (max-width: 992px) {
.wrapper-header {
	background:none;
	width:300px;
	height:400px;
	margin:0px auto;
}	
.wrapper-header h4{
	padding:100px 0 0 0;
}
.wrapper-header p {
	display:none;
}
}


/* HOME */

.slider-home {
	width:100%;
	height:540px;
}




.content {
	padding:40px 0 40px 0;
}

@media (min-width: 768px) {
.content {
	padding:120px 0 120px 0;
}
}


.bg-cover-teaser-meet {
	background:url('../images/test_meet_links.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.meet-text {
	height:640px;
	padding:0px;
}
@media (min-width:768px ) {
.meet-text {
	height:640px;
	padding:25px;
}
}

.meet-foto {
	height:320px;
	padding:0px;
}
@media (min-width:768px ) {
.meet-foto {
	height:640px;
}
}
.line-button {
	height:50px;
	width:1px;
	background-color:#333;
	margin:15px auto;
}

/* SERVICES */


.services-wrapper {
    padding-right:10px;
	clear:both;
	margin-bottom:75px;
}
.services-text {
	text-align:center;
}
@media (min-width:768px) {
.services-text {
	text-align:left;
	padding-left:20px;
}
}

.services-wrapper ul {
	margin:0px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.services-wrapper ul > li {
	list-style:none;
	margin:0 0 15px 0;
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	font-size:12px;
	text-shadow:none;
	color:#333;
}
.carousel-services {
	height:120px;
}
@media (min-width:992px) {
.carousel-services {
	height:640px;
}
}
.bg-cover-slider01 {
	background:url('../images/bg_slider_services03.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:30px;
}
.bg-cover-slider02 {
	background:url('../images/bg_slider_services02.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:30px;
}
.bg-cover-slider03 {
	background:url('../images/bg_slider_services01_neu.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:25px;
}
@media (min-width:992px) {
.bg-cover-slider01 {
	background:url('../images/bg_slider_services03.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:30%;
}
.bg-cover-slider02 {
	background:url('../images/bg_slider_services02.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:30%;
}
.bg-cover-slider03 {
	background:url('../images/bg_slider_services01_neu.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-top:30%;
}
}
.slider-bg {
	background:#fafafa;
	padding: 2% 15% 2% 15%;
	height:580px;
}

@media (min-width: 768px) {
.slider-bg {
	background:#fafafa;
	padding: 8% 10% 5% 10%;
	height:640px;
}
}
.slider-bg h2  {
	 font-family: "LiberationSerif", Times, Times-New-Roman, serif;
}


/* MEET */


@media (min-width: 993px) {
#meet-desktop {
	display:block;
}
#meet-mobile {
	display:none;
}
}
@media (max-width: 992px) {
#meet-desktop {
	display:none;
}
#meet-mobile {
	display:block;
	text-align:left;
	padding:15px;
}
}

.wrapper-meet-big {
	padding:0 15% 0 15%;
}

.bg-ausbildung-foto {
	background:url('../images/bg_meet_ausbildung01.jpg') no-repeat right top;
	height:620px;
	padding:25% 15% 0 15%;
	text-align:left;
}

.bg-selbststaendig-foto {
	background:url('../images/bg_meet_selbststaendig01.jpg') no-repeat left top;
	padding:10% 15% 0 15%;
	text-align:left;
	height:450px;
}

.bg-arbeit-foto {
	background:url('../images/bg_meet_arbeit01.jpg') no-repeat right top;
	padding:25% 15% 0 15%;
	text-align:left;
	height:800px;
}

.bg-kunden-foto {
	background:url('../images/bg_meet_kunden01.jpg') no-repeat center top;
	padding:10% 15% 0 15%;
	text-align:left;
	height:620px;
}
.bg-kunden-foto02 {
	background:url('../images/bg_meet_kunden02.jpg') no-repeat bottom left;
	padding:10% 15% 0 15%;
	text-align:left;
	height:690px;
}
.bg-stoert-foto {
	background:url('../images/bg_meet_stoert.jpg') no-repeat right top;
	padding:25% 10% 0 15%;
	text-align:left;
	height:800px;
}
.bg-mehrwert-foto {
	background:url('../images/bg_meet_mehrwert1.jpg') no-repeat center top;
	padding:10% 15% 0 15%;
	text-align:left;
	height:620px;
}
.bg-ablauf-foto {
	background:url('../images/bg_meet_ablauf.jpg') no-repeat right top;
	padding:25% 15% 0 15%;
	text-align:left;
	height:800px;
}
.bg-blau {
	background:#a3cbe5;
	color:#fff;
	text-align:left;
}

.wrapper-meet {
	padding:8%;
}

.wrapper-meet-zitat {
	letter-spacing:1px;
}



/* REFERENCES */

.bg-philo-01 {
	background:url(../images/BI_philo_BG01.jpg) no-repeat center center;
	display: table;
    width:100%;
    height: 540px; /* For at least Firefox */
    min-height: 540px;
    
}

.bg-philo-02 {
	background:url(../images/BI_philo_BG02.jpg) no-repeat center center;
	display: table;
    width: 100%;
    height: 540px; /* For at least Firefox */
    min-height: 540px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-philo-03 {
	background:url(../images/BI_philo_BG03.jpg) no-repeat center center;
	display: table;
    width: 100%;
    height: 540px; /* For at least Firefox */
    min-height: 540px;
    
}




/* REFERENCES */


.button {
	width:75px;
	margin:0px auto;
	padding: 7px 13px;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:none;
	color: #fff!important;
	border:1px solid #fff;
	font-size: 11px;
	line-height: 18px;
	text-shadow:none;
	font-family:"NovecentowideNormalRegular", Helvetica, Arial, sans serif;
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	-o-transition: background .1s;
	transition: background .1s;
}

.button:hover {
	border: none;
	background:none;
	border:1px solid #fff;
}

.button:active {
	border: none;
	background:none;
	border:1px solid #fff;
}


	
	
/* CTP */

.text-ctp {
	text-align:left;
	padding-left:5px;
}
@media (min-width:768px) {
	.text-ctp {
		text-align:center;
	}	
}
.ctp {
	list-style:outside;
	margin-bottom:20px;
}

.ctp ul li {
	padding:15px;
	list-style:square;
}
	

/* CONTACT */

#header-contact {
	display:none;
}
@media (min-width:768px) {
	#header-contact {
		display:block;
	}
}



.contact h4, h6{
	line-height:22px;
}

.contact a, a:hover {
	text-decoration:none;
}




.bg-cover-teaser-contact {
	background:url('../images/BI_Contact_04.jpg') no-repeat center center ;
	display: table;
    width: 100%;
    height: 280px; /* For at least Firefox */
    min-height: 280px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top:30px;
}
@media (min-width:768px) {
.bg-cover-teaser-contact {
	background:url('../images/BI_Contact_04.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 640px; /* For at least Firefox */
    min-height: 640px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top:0px;
}
}
@media (min-width:992px) {
.bg-cover-teaser-contact {
	background:url('../images/BI_Contact_04.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top:0px;
}
}

.contact-text {
	height:430px;
	padding:25px;
	text-align:left;
	background:#fff;
}
@media (min-width:768px ) {
.contact-text {
	height:640px;
	padding:80px 0 0 50px;
	text-align:left;
	background:#fafafa;
}
}

.contact-foto {
	height:320px;
	padding:0px;
}
@media (min-width:768px ) {
.contact-foto {
	height:640px;
}
}



/* MEDIA */


.bg-cover-teaser-media {
	background:url('../images/BI_Media_Buch_01.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover-teaser-press {
	background:url('../images/BI_Media_Buch_04.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cover-teaser-speaker {
	background:url('../images/BI_Media_Panel-Talk.jpg') no-repeat center center;
	display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.press-foto {
	height:640px;
	padding:0px;
}
@media (min-width:768px ) {
.press-foto {
	height:720px
}
}

.speaker-foto {
	height:640px;
	padding:0px;
}
@media (min-width:768px ) {
.speaker-foto {
	height:720px
}
}



/* FOOTER */

.footer {
	background-color:#1d1d1b;
	padding:80px 0 30px 0;
	color:#fff;
	font-size:12px;
	line-height:32px;
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	width:100%;
	}
	
.footer ul > li {
	list-style:none;

}

.footer ul > li a {
	list-style:none;
	font-size:12px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}

.footer ul > li a:hover {
	color:#a3cbe5;
	text-decoration:none;
	list-style:none;
}

.copyright {
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	font-size:10px;
	color:#fff;
	margin:25px 0px 15px 0px;
}

@media (min-width:768px) {
.copyright {
	font-family:"NovecentowideLightBold", Helvetica, Arial, sans serif;
	font-size:12px;
	color:#fff;
	margin:25px 0px 15px 0px;
}
}



/* DIVIDERS */


.divider {
	height:1px;
	background-color: #666;
	width:80%;
	margin-left:20px;
	clear:both;
}

.divider-grau {
	height:1px;
	background-color: #d9d8d8;
	width:100%;
	margin:20px 0 20px 0;
	clear:both;
}
.divider-weiss {
	height:1px;
	background-color: #fff;
	width:100%;
	margin-top:35px;
	clear:both;
	
}
.divider-vertikal {
	border-left:0px;
}
@media (min-width: 992px) {
	.divider-vertikal {
		border-left:1px solid  #d9d8d8;
	}
}


/*REFERENCES SPECIALS */


.img-center{
    margin:0 auto;
}

.padding-top-bottom {
    padding:80px 0 0 0;
}

.padding-top {
    padding:100px 0 0;
}

.section-header {
    margin-bottom:80px;
}

.section-header h1{
    font-size:48px;
    font-weight:600;
    letter-spacing:0.05em;
}


.white-bg{
    background:#fff;
}

.gray-bg{
    background:#f2f2f2;
}

.color-bg{
    background:#36D9C3;
}

.dark-bg{
    background:#1D2026;
}

.light-typo {
    color:#fff;
}

.color-bg.light-typo .section-title:after{
	background:#fff;
}




#filter-works ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:40px;
    text-align:center;
    
}

#filter-works ul li{
    display:inline-block;
    padding:0;
    line-height:24px;
    background:transparent;
    margin:0;
    margin-left:5px;
    margin-bottom:10px;
}

#filter-works ul [class*=fa]{
    margin-right:5px;
}

#filter-works ul [class*=fa-check]{
    position:relative;
    left:1px;
}

#filter-works ul li a{
    display:block;
    font-size:16px;
    line-height:28px;
    height:48px;
    text-transform:uppercase;
    padding:10px 45px;
    border-radius:48px;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover{
    font-weight:300;
    background:transparent;
    color:#333;
    text-decoration:none;
    background:#fff;
}

#filter-works ul li.active a,
#filter-works ul li:hover a{
    color:#fff;
    background:#1D2026;
}

.masonry-wrapper{
    margin:0 auto;
    padding:0;
    overflow:hidden;
}

#projects-container {
    margin:0 auto;
    visibility:hidden;
}

#projects-container .project-item{
    display:block;
    position:relative;
    margin:0;
    width:290px;
	margin:15px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
	filter:alpha(opacity=100);
	overflow:hidden;
}
@media (min-width:768px) {
#projects-container .project-item{
    display:block;
    position:relative;
    margin:0;
    width:510px;
	margin-bottom:25px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
	filter:alpha(opacity=100);
	overflow:hidden;
}
}


#projects-container .project-item.filtered{
	-moz-transform: scale(0);
	-ms-transform: scale(0);
    transform:scale(0);
	opacity:0;
	filter:alpha(opacity=0);
}

.project-item:hover{
	cursor:pointer;
}

.project-item img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
    -webkit-transition:-webkit-transform 0.4s ease-out;
    transition:transform 0.4s ease-out;
}

.project-item .projekttitel {
	position:absolute;
	width:100%;
    height:100%;
	top:25px;
	color:#fff;
	text-align:center;
	z-index:2;
}

.project-item .hover-mask {
    display:none;
}

@media (min-width:992px) {
.project-item .hover-mask {
    position:absolute;
    padding:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#1d1d1b;
    -webkit-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
	opacity:0;
	filter:alpha(opacity=0);
	display:block;
}
}

.project-item:hover .hover-mask {
    display:block;
	opacity:1;
	filter:alpha(opacity=1);
}

.project-item .hover-mask .project-title {
    color:#fff;
    margin:30px 0 0;
    padding:10px;
    text-transform:uppercase;
    text-align:center;
}

.project-item .hover-mask p {
    color:#fff;
    margin:0;
	padding-top:90px;
    text-transform:uppercase;
    text-align:center;
	font-family:"NovecentowideUltraLightBold", Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.project-item .hover-mask .button {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}




/*.project-item .hover-mask:after{
    display:block;
    position:absolute;
    content: "\f061";
    font-family:'FontAwesome';
    bottom:20px;
    left:175px;
    color:#fff;
}*/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
          
   transition-timing-function:ease-in-out;    
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top, -webkit-transform, opacity;
     -moz-transition-property: left, right, top, -moz-transform, opacity;
      -ms-transition-property: left, right, top, -ms-transform, opacity;
       -o-transition-property: left, right, top, -o-transform, opacity;
          transition-property: left, right, top, transform, opacity;
}

/*--------------------------
----Project Modal Styles----
----------------------------*/

.fade.modal {
	overflow-x:hidden;
}


.modal.fade .modal-dialog {
	-webkit-transform: translateY(2000px);
	-moz-transform: translateY(2000px);
	-ms-transform: translateY(2000px);
	transform: translateY(2000px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.5s;
}

.modal.in .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.modal-backdrop{
    background-color:#1d1d1b;
}

.modal-backdrop.in{
    opacity:1;
	filter:alpha(opacity=100);
}

.modal-dialog{
    width:100%;
    padding:0;
	margin:0;
}

.modal-content{
    width:100%;
    border:none;
    border-radius:0;
    box-shadow:none;
    background-color:#fff;
}

.modal-header{
    width:100%;
    margin:0;
    padding:0;
    padding-top:0px;
    background:#1d1d1b;
    color:#fff;
    border:none;
    text-align:center;
}
@media (min-width:768px) {
.modal-header{
    width:100%;
    margin:0;
    padding:0;
    padding-top:7px;
    background:#1d1d1b;
    color:#fff;
    border:none;
    text-align:center;
}
}

#hdr-title{
    margin-bottom:40px;
}

#project-modal .close{
    float:none;
    font-size:52px;
    line-height:52px;
    font-weight:300;
    margin-top:0px;
    margin-bottom:10px;
    opacity:1;
    color:inherit;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
	border:0px;
	
}

#project-modal .close:hover{
    opacity:.8;
	border:0px;
}

#project-modal .close:focus{
    opacity:.8;
	border:0px;
}

.closefixed {
    font-size:52px;
    line-height:52px;
    font-weight:300;
    margin-top:0px;
    margin-bottom:30px;
    opacity:1;
    color:inherit;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
	border:0px;
	background:#1d1d1b;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
	width:100%;
	
	
}

.modal-body {
    margin:0;
    padding: 0;
	
}

.modal-body .project-descr{
    margin:0 0 24px;
    
}

.modal-header .loader {
    position:absolute;
    left:50%;
    top:0;
    margin-top:32%;
    margin-left:-18px;
    width:36px;
    height:36px;
    background:url('../f_assets/loader.gif') no-repeat 50% 50%;
	z-index:1;
}

.modal-header .image-wrapper {
    position:relative;
    overflow:hidden;
}

.modal-header .screen{
    box-sizing:padding-box;
    border:none;
    box-shadow:none;
    margin:0;
    padding:0;
    position:absolute;
    top:10.5%;
    width:100%;
    height:auto;
    z-index:2;
    opacity:0;
    -webkit-transition:all 0.5s ease-out 0.7s;
    transition:all 0.5s ease-out 0.7s;
}

.modal-header .screen.done {
    opacity:1;
}

#project-sidebar{
    margin-bottom:40px;
}

#project-sidebar p{
    margin-bottom:10px;
}

#sdbr-descr{
    margin-top:30px;
}

#sdbr-category:before {
	display: inline-block;
	width:20px;
    content:"\f115";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-date:before {
	display: inline-block;
	width:20px;
    content:"\f073";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-client:before {
	display: inline-block;
	width:20px;
    content:"\f007";
    font-family:"Fontawesome";
    margin-right:10px;
}

#sdbr-link:before {
	display: inline-block;
	width:20px;
    content:"\f0ac";
    font-family:"Fontawesome";
    margin-right:10px;
}


/*------------------------
---Scrolling animations---
-------------------------*/

.scrollimation.fade-in{
	opacity:0;
	-webkit-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}

.scrollimation.fade-in.in{
	opacity:1;
}

.scrollimation.scale-in{
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform:scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.scrollimation.fade-right{
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform:translateX(-100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-right.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-left{
	opacity:0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform:translateX(100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-out;
	transition: transform .4s ease-out,opacity .4s ease-out;
}

.scrollimation.fade-left.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.scrollimation.fade-up{
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform:translateY(100px);
	-webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease-in;
	transition: transform .4s ease-out,opacity .4s ease-in-out;
}

.scrollimation.fade-up.in{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

.scrollimation.d1{
	transition-delay:.2s;
}

.scrollimation.d2{
	transition-delay:.4s;
}

.scrollimation.d3{
	transition-delay:.6s;
}

.scrollimation.d4{
	transition-delay:.8s;
}

.touch .scrollimation.fade-in{
	opacity:1;
}

.touch .scrollimation.scale-in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}

.touch .scrollimation.fade-right{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-left{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}

.touch .scrollimation.fade-up{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/    
@media (max-width: 767px) {
	
   
    
    .section-header h1{
        font-size:38px;
    }
}




/* Formular */

.form-control {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius:0px;
  font-family:"LiberationSerif", Times New Roman, Times, serif;
  
}

.form-control:focus {
  border-color: #a3cbe5;
  outline: 0;
  box-shadow:none;
  
}

.form-control:-moz-placeholder {
  color: #333;
}

.form-control::-moz-placeholder {
  color: #333;
}

.form-control:-ms-input-placeholder {
  color: #333;
}

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.btn-brandinteriors {
  font-family: "NovecentowideLightBold", Helvetica, Arial, sans-serif;
  font-size:12px;
  padding:10px;
  margin-top:20px;
  color: #a3cbe5;
  background-color: #fff;
  border:1px solid #a3cbe5;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
	
}

.btn-brandinteriors:hover,
.btn-brandinteriors:focus,
.btn-brandinteriors:active,
.btn-brandinteriors.active {
  color:#333;
  background-color: #fff;
  padding:10px;
  border:1px solid #333;
  text-decoration:none;
  

}


