@charset "utf-8";
/* CSS Document */
body{
	font-family:myriad pro !important;
}
.wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	background:#000;
}
.pro-image{
	width:45%;
	height:auto;
	border-radius:4%;
	border:3px inset #be922f;
	
	}
	.profiele-content h2 {
	text-align:center;
  
}
#social-link{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:5% auto;
}
.home_side{background-image:url(../img/side-banner.jpg); height:660px;}
.content-page {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	    margin-left: -16px;
}
.button {
	padding-bottom: 20px;
	margin-top: 16%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #8C99A2;
	width: 20%;
	z-index: 99;
	border-bottom: 3px solid #eee;
	border-top: 3px solid #eee;
}
.button img {
	width: 100%;
}
.button a {
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding: 10px;
	background-color: #171616;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}
.pulse_1:hover, .pulse_1:focus {
	-webkit-animation: pulse_1 1s;
	animation: pulse_1 1s;
	box-shadow: 0 0 0 1em rgba(255, 255, 255, 0);
}
 @-webkit-keyframes pulse_1 {
 0% {
 box-shadow: 0 0 0 0 var(--hover);
}
}
 @keyframes pulse {
 0% {
 box-shadow: 0 0 0 0 var(--hover);
}
}
.pulse_1 {
 --hover: #000;
}
.splashHolder {
	display: inline-block;
	width: 100%;
	float: left;
	top: 0px;
	left: 0px;
	overflow: hidden;
	line-height: 0;
	z-index: -10000;
}
.splashHolder > ul {
	list-style: none;
	margin: 0px 0px 0px -40px;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	float: left;
}
.splashHolder > ul li {
	background-color: #eee;
	width: 220px;
	height: 220px;
	display: inline-block;
	position: relative;
	margin-right: -4px;
	padding: 0px;
}
.splashHolder > ul li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.splashHolder > ul li img:hover {
	-webkit-filter: none;
	filter: none;
}
.column {
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100%;
	height: 225px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width: 300px;
	height: 225px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure img {
	width: 220px;
	height: 220px;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
.img-replace {
	/* replace text with an image */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
.bts-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-container {
	border-top: #ccc 7px solid;
	padding-bottom: 20px;
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 4em auto;
	background: #eee;
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.bts-popup-container img {
	padding: 20px 0 0 0;
}
.bts-popup-container p {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.bts-popup-container .bts-popup-button {
	padding: 5px 25px;
	border: 2px solid white;
	display: inline-block;
	margin-bottom: 10px;
}
.bts-popup-container a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 16px;
	height: 3px;
	background-color: white;
}
.bts-popup-container .bts-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}
.bts-popup-container .bts-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 6px;
	top: 13px;
}
.is-visible .bts-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@media (min-width:1400px) and (max-width:1610px){
	.splashHolder > ul li {
        width: 220px !important;
    height: 220px !important;
   }
 figure img {
    width: 220px !important;
    height: 220px !important;
} 
figure {
    width: 220px !important;
    height: 220px !important;
    
} 
.profiele-content h2 {
    font-size: 16px !important;
  
}
.pro-image {
    width: 75px !important;
    height: 75px !important;
}
.home_side {
       height: 600px !important;
}
}
@media only screen and (min-width: 1170px) {
.bts-popup-container {
	margin: 8em auto;
}
}
@media only screen and (max-width: 1028px) {
	.wrapper{
	width:100%;
	height:768px;
	overflow:hidden;
	margin:0 auto;
	background:#000;
}
	.splashHolder > ul li {
        width: 200px !important;
    height: 200px !important;
   }
 figure img {
    width: 200px !important;
    height: 200px !important;
} 
figure {
    width: 200px !important;
    height: 200px !important;
    
} 
.profiele-content h2 {
    font-size: 16px !important;
  
}
.pro-image{
	width:50%;
	height:auto;
	border-radius:4%;
	border:3px inset #be922f;
	
	}
.home_side {
       height: 500px !important;
}
}
@media only screen and (max-width: 805px) {
.home_side{background-image:none;
background-color:#000;
height: auto !important; 
}

.splashHolder > ul li {
        width: 120px !important;
    height: 120px !important;
   }
 figure img {
    width: 120px !important;
    height: 120px !important;
} 
figure {
    width: 130px !important;
    height: 130px !important;
    
} 
.pro-image{
	margin-top:10px;
	}
.home-menu ul li {
    margin-left: -30px;
    display: inline-block;
    padding-right: 43px;
    padding-bottom: 12px;
}
.content-page {
         margin-left: 0px; 
}
}
@media only screen and (max-width: 520px) {
.wrapper{
	width:100%;
	background:#000;
	height:920px;
	margin:0 auto;
}
.pro-image{
	margin:25px auto;
	width:35% !important;
	height:140px !important;
	height:auto;
	border-radius:2%;
	border:3px inset #be922f;
	}
#social-link{
		width:50%;
		height:auto;
		overflow:hidden;
		margin:5% auto;
}	
.button {
	width: 70%;
	margin:35% auto !important;
	
}
}
