html {

}
body {
	overflow-y: scroll;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
	background: #4d4d4d;
}

body.gallery {
	padding-top: 120px;
}
body.gallery .container {
	max-width: 1200px;
}
body.pop {
	overflow-y: auto;
	padding: 30px;
}

h1, h2, h3, h4, h5, h6 {
    /* font-weight: 200; */
}

h1 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
	display: block;
	position: relative;
	color: #C6C6C6;
	text-transform: uppercase;
	text-align: center;
	min-width: 250px;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 20%;
	margin-left: 20%;
}
.container h1::after {
    content:'';
    position:absolute;
    width:150px;
    height:10px;
    background:#fabf13;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}



h2 {
	font-size: 1.3em;
}

h5 {

}
big {
	font-size: 2.4em;
	line-height: 1em;
	font-weight: 300;
}

img {
	max-width: 100%;
	height: auto !important;
}
img.img-responsive {
	display: inline;
}
li {
	line-height: 1.3;
    margin: 10px 0;
}
.container {
	width: 90%;
}
.container-fluid {
	max-width: 90%;
}
.box .b {
	margin: 10px 0px;
	min-height: 20px;
}

.box.b3 .b { 

}
.box .b p{

}
.box .k {
	/* background: #fff; */
	/* color: #000; */
	/* padding: 20px; */
	/* text-align: center; */
	/* margin: 0 10px 30px; */
	min-height: 400px;

}


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

.main-top-margin {
    margin-top: 120px;
}

.main-low-padding {
    padding-top: 90px;
    padding-bottom: 50px;
}
#wrapper {
	padding-bottom: 50px;	
}

a, a:hover {
    text-decoration: underline;
	color: inherit;
	outline: none;
}
a:focus {
    text-decoration: underline;
	outline: none;
}

.b a {
	color: inherit;
    text-decoration: none;
	border-bottom: 1px solid #777;
}
.b a:hover {
    text-decoration: none;
	color: inherit;
	border-bottom: 1px solid transparent;
}

p {
    /* line-height: 20px; */
}



.navbar {
    font-weight: 400;
    font-size: 18px;
    background: #2f2e2e;
	color: #a0a0a0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border: none;
	min-height: 90px;
}

.form .navbar,
.item .navbar {
	padding: 0px;
}

.navbar .navbar-brand {
    height: 85px;
    padding: 0px;
	margin: 2px;
	/* max-width: 300px; */
	position: relative;
}


.navbar-brand  .logo {
	/* max-width: 200px; */
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-brand  .sub {
	color: #a0a0a0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-brand .sub {
	position: absolute;
	width: 200px;
	bottom: 6px;
	left: 100px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
}
.navbar :hover .navbar-brand:hover {
	
}

.navbar .navbar-nav > li > a {
	text-decoration: none;
	color: inherit;
	/* background: #2f2e2e; */
	font-weight: 900;
	font-size: 16px;
    font-family: Arial, sans-serif;
	outline: none;
    padding-bottom:3px;
    padding-top: 30px;
	margin-left:6px;
	text-transform: uppercase;

}
.navbar .navbar-nav > li > a:focus {
	color: inherit;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar .navbar-nav > li > a.selected,
.navbar .navbar-nav > li > a:hover {
	color: #fabf13;
	/* background: #2f2e2e; */
	outline: none;
}
/*
.navbar .navbar-nav > li > a.home {
	display: none;
}
*/



@media (max-width: 1200px) {
	.navbar .navbar-nav > li > a {font-size: 18px; }
	.main-low-padding {
		padding-top: 90px;
		padding-bottom: 30px;
	}
		.navbar .navbar-nav > li > a {
		font-size: 14px;
		padding-left:6px;
		padding-right:6px;
		max-width: 220px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media(max-width:991px){
	.navbar .navbar-nav > li > a {
		font-size: 12px;
		padding-left:6px;
		padding-right:6px;
		max-width: 110px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.navbar-brand  .sub {
		font-size: 12px;
	}
}

@media(max-width:767px){
	.container {
		width: 100%;
	}
	.container-fluid {
		max-width: 100%;
	}
	.navbar-brand  .sub {
		font-size: 12px;
	}
	.navbar .navbar-nav > li > a {
		padding: 5px 0;
		font-weight: 700;
	}
	h1 {
		margin-left: 0;
		margin-right: 0;
		font-size: 24px;
	}
}


#footer {
    background-color: #000;
    color: #fff;
    padding: 30px;
}

#return-to-top {
	outline: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    font-size: 24px;
	left: 14px;
	top: 10px;
}


.oldbutton {
    background: rgba(0, 128, 0,0.85);
    background: rgba(0, 0, 0,0.55);
    border: medium none;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px 18px;
	text-shadow: none;
	line-height: 1;
}
.form .button,
.item .button {
    background: #3d9970;
    display: block;
    border-radius: 3px;
    padding: 10px;
	text-align: center;
}
.fluid {
	padding-bottom: 70px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	background: #efefef;
}


.dur03s 	{-webkit-animation-duration: 0.3s;animation-duration: 0.3s;}
.dur1s 	{-webkit-animation-duration: 1s;animation-duration: 1s;}
.dur2s 	{-webkit-animation-duration: 2s;animation-duration: 2s;}
.dur3s 	{-webkit-animation-duration: 3s;animation-duration: 3s;}
.dur4s	{-webkit-animation-duration: 4s;animation-duration: 4s;}
.dur5s 	{-webkit-animation-duration: 5s;animation-duration: 5s;}
.dur6s 	{-webkit-animation-duration: 6s;animation-duration: 6s;}
.dur7s 	{-webkit-animation-duration: 7s;animation-duration: 7s;}
.dur8s 	{-webkit-animation-duration: 8s;animation-duration: 8s;}
.del03s 	{-webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
.del1s 	{-webkit-animation-delay: 1s; animation-delay: 1s; }
.del2s 	{-webkit-animation-delay: 2s; animation-delay: 2s; }
.del3s 	{-webkit-animation-delay: 3s; animation-delay: 3s; }
.del4s 	{-webkit-animation-delay: 4s; animation-delay: 4s; }
.del5s 	{-webkit-animation-delay: 5s; animation-delay: 5s; }
.del6s 	{-webkit-animation-delay: 6s; animation-delay: 6s; }
.del7s 	{-webkit-animation-delay: 7s; animation-delay: 7s; }
.del8s 	{-webkit-animation-delay: 8s; animation-delay: 8s; }

.thumbs-loop {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px 10px 0;
    vertical-align: top;
    width: 24%;
}
.thumbs-loop h3 {
	margin-top: 5px;
	font-size: 22px;
}
.thumbs-loop .thumbs-text {
	font-size: 12px;
}

.thumbs-loop img {
	max-height: 200px;
	margin: 0 auto;

}

.thumbs img {
	/* max-width: 150px; */
	height: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.rechts  {
	margin-bottom: 10px;
}
.rechts img {
	width: 100% !important;
	height: auto !important;
}

.browse {
	position: relative;
	background: transparent;
	color: #fff;
}
.browse a {
	margin: 3px 15px;
	padding: 2px 20px;
	background: #9CC45F;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
}

@media(max-width:991px){
	.thumbs-loop {
		width: 32%;
	}
}
@media(max-width:450px){
	.thumbs-loop {
		width: 49%;
	}
	.thumbs-text {
		display: none;
	}
}


.split {
	padding: 0 0px;
	position: relative;
}
.split h1 {
	margin-top: 0px;
}
.split .links {
	padding: 20px 30px 0px 20px;
	width: 35%;
	
}
.split .links  p {

}

.split .rechts  {
	position: fixed;
	right: 0;
	top: 90px;
	width: 65%;
	float: right;
	padding: 0px 0px 0px 0px;
	/* border-left: 2px solid #fff; */
}

.split .img-responsive {
    width: 100% !important;
	height: auto !important;
}

.project {
	margin-bottom: 10px;
}
.project .links {
		width: 60%;
		float: left;
		padding: 0px 30px 0px 0px;
}
.project .rechts {
		width: 40%;
		float: right;
		padding: 0px;
}
@media(max-width:1400px){
	.split .links {padding: 20px 60px 100px;}
}
@media(max-width:1199px){
	.split .links { padding: 10px 30px 10px;  width: 40%; }
	.split .rechts { padding: 0; width: 60%; }
	.project .links { padding: 10px 30px 10px;  width: 40%; }
	.project .rechts { padding: 0; width: 60%; }
}

@media(max-width:991px){
	.split { padding: 0 0px; }
	.split .links { padding: 10px 30px 10px;  width: 100%; float: none; }
	.split .rechts { top: 0; padding: 10px 30px 10px;  width: 100%; float: none; position: relative;}
	.project .links { padding: 10px 30px 10px;  width: 100%; float: none; }
	.project .rechts { top: 0; padding: 10px 30px 10px;  width: 100%; float: none; position: relative;}
}

.images {
	
}


#lightcase-overlay {
    background: #000 !important;
}

iframe {
    /* pointer-events: none; */
}

.minihero {
	/* border-top:5px solid #777; */
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fb-page {
	height:510px; 
	width: 100%;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 6px solid #f37244;
}
blockquote strong {
    color: #f37244;
	font-weight: 400;
}
blockquote em {
    font-weight: 400;
	padding: 5px 0 0;
	display: block;
}

strong {
	font-weight: 700;
}


.button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.button.big {
	border-radius: 20px;
	border: 3px solid #fff !important;
	color: #fff;
	overflow: hidden;
}

.button.big:active {
	border-color: #17954c;
	color: #17954c;
}

.button.big:hover {
	background: #24b662;
}

.button.big:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button.big:active:before {
	color: #17954c;
}

.button.small {
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.7) !important;
	background: rgba(0,0,0,0.2);
	color: #fff;
	overflow: hidden;
}

.button.small:active {
	border-color: #17954c;
	color: #17954c;
}

.button.small:hover {
	background: #24b662;
}

.button.small:before {
	position: absolute;
	height: 100%;
	font-size: 125%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.button.small:active:before {
	color: #17954c;
}

.block1 {
	margin-top: 30px;
}
.block1 .ptitle {
	background: #fabf13;
	padding: 10px 20px;
	margin: 10px 0;
	font-weight: 900;
	font-family: Arial, sans-serif;
}

.grid-item {
    display: inline-block;
    font-size: 14px;
	color: #222;
    padding: 0 10px 0px;
	margin-bottom: 5px;
    vertical-align: top;
    width: 25%;
	max-width: 450px;
	/* text-align: center; */
}

@media(max-width:991px){
	.grid-item {
		width: 49%;
	}
}
@media(max-width:450px){
	.grid-item {
		width: 100%;
	}
}

.grid-item h2 {
	font-size: 18px;
}


.grid-item h3 {
	margin: 0px;
	font-size: 22px;
}
.grid-item a {
	border: none;
}


.grid-inner {
	position: relative;
}
.grid-text {
	padding: 20px 10px;
}
.grid-inner .boxoverlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid-inner .boxoverlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.slogantop {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 16px;
    border-top-width: 15px !important;
    border-right-width: 15px !important;
    border-bottom-width: 15px !important;
    border-left-width: 15px !important;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
    background-color: #f37244 !important;
	color: #fff;
}
.sloganbottom {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 16px;
    border-top-width: 15px !important;
    border-right-width: 15px !important;
    border-bottom-width: 15px !important;
    border-left-width: 15px !important;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
    background-color: #f37244 !important;
	color: #fff;
}


.minihero-text h1, 
.minihero-text p.pfirst, 
.minihero-text p.psecond {
	color: #fabf13 !important;
}
