
html {
	 min-height: 100%;
	 position: relative;
	 max-width: 100%;
	 overflow-x: hidden;
}

body {
	 color: #FFFFFF;
	 background: #252B2F;
	 margin-bottom: 60px;
	 overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	 font-family: Verdana, sans-serif;
}

.a_color_white a { color: #000000; }
.a_color_white a:hover { color: #000000; }
.whiteFont {color: #fffffff;}
.lightFont {color:#7f7f7f;}
.blueFont {color:#2196F3;}
.blackFont {color: #000000;}
.greyFont {color: #000000;}
.lightFont {color:#7f7f7f;}

.padding0 {padding: 0px;}
.padding20 {padding: 20px;}
.padding40 {padding: 40px;}

header {
	height: 300px;
	width: 100%;
	background: #252B2F;
	display:flex;
	align-items: center;
	justify-content: center;
}

.title-page {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
}

.card {
	box-sizing: border-box;
	margin: 10px 0; /* Margin for cards when columns transform */
	background: #00B7B1;
	padding: 10px 10px;
}

nav {
}

.navbar {
	color: #252B2F;
	font-weight: normal;
	padding-bottom: 10px;
}

.navbar li {
	color: white;
	font-size: 13px;
	font-weight: normal;
}

.navbar li a {
	color: white !important;
	font-weight: normal;
	font-size: 13px;
	background-color: transparent;
	//background: #252B2F !important;
}

.navbar li a:hover, .active a {
	color: grey !important;
}

.navbar-default .navbar-toggle {border-color: #888;}
.navbar-default .navbar-toggle:hover {background: #252B2F;}

.navbar, .navbar-collapse {
	border: 0px solid white;
	background-color: transparent;
}

.contentBackground {
	background: #252B2F;
}

.blueBackground {
	background-color: #252B2F; 
	//background-image: linear-gradient(#252B2F, #252B2F, #252B2F, #252B2F, #EEEEEF);
	padding-top: 80px;
}
.greyBackground {
    border: 0px solid white;
	background-color: #EEEEEF; 	
	padding: 0px;
}
.redBackground {
    border: 0px solid white;
	background-color: #787878; 	
	padding-bottom: 30px;
}

footer {
    border: 0px solid white;
	color: #F2F1F0;
	background: #252B2F;
 	bottom: 0;
	width: 100%;
	font-size: 13px;
	position: absolute;
}

.settings-margin {
	margin-top:50px; /* 50px = nav size */
}

.button1 {
    background-color: #252B2F; 
    border: 1px solid white;
    color: white;
    font-weight: normal;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.button2 {
    background-color: #787878; 
    border: 1px solid white;
    color: white;
    font-weight: normal;
    padding: 10px 15px;
    margin: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.button3 {
    background-color: #00B7B1;
    border: 1px solid white;
    color: white;
    font-weight: normal;
    padding: 3px 10px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.button4 {
    background-color: #EEEEEF;
    border: 1px solid black;
    color: black;
    font-weight: normal;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.button1:hover, .button3:hover {
	background-color: white;
	border: 1px solid white;
	color: black;
}

.button2:hover, .button4:hover {
	background-color: black;
	border: 1px solid black;
	color: white;    
}


.list_carousel {
	width: 360px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	width: 100px;
	height: 100px;
	padding: 5px;
	display: block;
	float: left;
	font-size: 11px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.customer_image {
	height: 55px; 
	max-width: 70%;
	filter: grayscale(100%);
}

.cust_image {
	max-height: 100px; 
	max-width: 100px; 
	vertical-align: middle;
	padding: 10px;
	filter: grayscale(100%);

}

/* Contact Form Plugin */
div#containerform {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 0px none black;
	padding: 0px 0px 8px 0px;
	background-color: transparent;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

div#errors {
	width: 400px;
	margin:0 auto;
}
#containerform label {
	width: 70px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 30%;
}
#containerform input {
	width: 100%;
	height: 35px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	border: 1px solid black;
	font: 16px Verdana, sans-serif;
	background: #EEEEEF;
}
#containerform input#verzenden {
	width: 70px;
	height: 35px;
	padding: 3px;
	margin: 3px 0px 5px 0px;
	border: 1px solid black;
	font: 12px Verdana, sans-serif;
	background: #EEEEEF;
}
#containerform input#wis {
	position: absolute;
	right: 15px;
	width: 70px;
	height: 35px;
	padding: 3px;
	margin: 3px 0px 5px 0px;
	border: 1px solid black;
	font: 14px Verdana, sans-serif;
	background: #EEEEEF;
}
#containerform textarea {
	width: 100%;
	height: 213px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	border: 1px solid black;
	font: 16px Verdana, sans-serif;
	background: #EEEEEF;
}
#containerform input.fout, textarea.fout {
	margin: 0px;
	border: 1px solid black;
}

#containerform label.fout {
	color: #FF0000;
}

#containerform button {
    background-color: #EEEEEF;
    border: 1px solid black;
    color: black;
    font-weight: normal;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
#containerform button:hover {
	background-color: black;
	border: 1px solid black;
	color: white;
}

/* Admin Panel */
#adminPanel{background:#e5e5e5;color:#aaa;font-family:"Lucida Sans Unicode",Verdana;font-size:14px;text-align:left;font-variant:small-caps}
#adminPanel .btn{overflow:hidden;white-space:nowrap;display:inline-block;text-overflow:ellipsis}
#adminPanel .fontSize21{font-size:21px}
.alert{margin-bottom:0}
#adminPanel a{color:#aaa;outline:0;border:0;text-decoration:none}
#adminpanel .alert a{color:#fff}
#adminPanel a.btn{color:#fff}
#adminPanel div.editText{color:#555;font-variant:normal}
#adminPanel .normalFont{font-variant:normal}
div.editText{word-wrap:break-word;cursor:pointer;border:2px dashed #ccc;display:block}
.cursorPointer{cursor:pointer}
div.editText textarea{outline:0;border:none;width:100%;resize:none;color:inherit;font-size:inherit;font-family:inherit;background-color:transparent;overflow:hidden;box-sizing:content-box}
div.editText:empty{min-height:20px}
#save{color:#ccc;left:0;width:100%;height:100%;display:none;position:fixed;text-align:center;padding-top:100px;background:rgba(51,51,51,.8);z-index:2448}
.change{padding-left:15px}
.marginTop5{margin-top:5px}
.marginTop20{margin-top:20px}
.marginLeft5{margin-left:5px}
.padding20{padding:20px}
.subTitle{color:#aaa;font-size:24px;margin:15px 0 5px;font-variant:all-small-caps}
.menu-item-hide{color:#5bc0de}
.menu-item-delete,.menu-item-hide,.menu-item-show{padding:0 10%}
#adminPanel .nav-tabs{border-bottom:2px solid #ddd}
#adminPanel .nav-tabs>li>a:after{content:"";background:#1ab;height:2px;position:absolute;width:100%;left:0;bottom:-1px;transition:all 250ms ease 0s;transform:scale(0)}
#adminPanel .nav-tabs>li>a:hover{border-bottom:1px solid #1ab!important}
#adminPanel .nav-tabs>li.active>a:after,#adminPanel .nav-tabs>li:hover>a:after{transform:scale(1)}
.tab-content{padding:20px}
#adminPanel .modal-content{background-color:#eee}
#adminPanel .modal-header{border:0}
#adminPanel .nav li{font-size:30px;float:none;display:inline-block}
#adminPanel .tab-pane.active a.btn{color:#fff}
#adminPanel .nav-tabs>li.active a,#adminPanel .tab-pane.active{background:0!important;border:0!important;color:#aaa!important}
#adminPanel .clear{clear:both}@media(min-width:768px){#adminPanel .modal-xl{width:90%;max-width:1200px}}


        .noscroll::-webkit-scrollbar { display: none; }
        .noscroll { -ms-overflow-style: none; scrollbar-width: none; }
        .float{
        	position:fixed;
        	width:50px;
        	height:50px;
        	bottom:50px;
        	right:30px;
            z-index:100;
        }
        
        .my-float{
        	margin-top:5px;
        }


        @-webkit-keyframes blink {
            0% {
                opacity:1;
            }
            25% {
                opacity:0.75;
            }
            50% {
                opacity:0.5;
            }
            75% {
                opacity:0.75;
            }
            100% {
                opacity:1;
            }
        }

        /* Opera and prob css3 final iteration */
        @keyframes blink {
            0% {
                opacity:1.5;
            }
            25% {
                opacity:0.75;
            }
            50% {
                opacity:0.5;
            }
            75% {
                opacity:0.75;
            }
            100% {
                opacity:1.5;
            }
        }
        
        .blink-image {
            -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
            -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
            animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
        }

        .blink-bg {
            -moz-animation: blink normal 3s infinite ease-in-out; /* Firefox */
            -webkit-animation: blink normal 3s infinite ease-in-out; /* Webkit */
            animation: blink normal 3s infinite ease-in-out; /* Opera and prob css3 final iteration */
        }
        
        .wamove {
            width:70px;
            height:70px;
            position:relative;
            -moz-animation: wam 0.5s ease-in-out alternate infinite;
            -webkit-animation: wam 0.5s ease-in-out alternate infinite;
        }
        @-webkit-keyframes wam {
            from {left:0px; top:0px;}
            to {left:0px; top:15px;}
        }  
        
.animate-charcter
{
  background-image: linear-gradient(
    -225deg,
    #ffffff 0%,
    #bfbfbf 29%,
    #eeeeef 67%,
    #777777 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #ffffff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}        


.scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 100px;
    background-color: #EEEEEF;
    text-align: center;
    line-height: 10px;
    padding: 10px;
    color: #252B2F;
    z-index: 100;
    display: none;
    border-radius: 5%;
}

.ptext {
    font-size: 17px;
    text-align: justify;    
}

img:hover {
    filter: alpha(opacity=90);
    opacity: .9;
}

.zoom {
  transition: transform 1s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}

.contactbtn {
  padding: 2px 10px;
  background-color: green;
  color: white;
  border: 0px solid white;
  border-radius: 2px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

@-webkit-keyframes track-in-out {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  20% {
    letter-spacing: normal;
    opacity: 1;
  }
  80% {
    letter-spacing: normal;
    opacity: 1;
  }
  100% {
    letter-spacing: 1em;
    opacity: 0;
  }
}

#word{
  font-size: 30px;
  margin-top: 50px;
  color: black;
  word-spacing: 10px;
  text-shadow: 2px 2px 5px grey;
  width: 100%;
  text-align: center;
  font-family: Verdana, cursive;
  animation-name: track-in-out;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.bgimg1 { background-image: url('bg1.gif');  background-size:50%; background-repeat: no-repeat; opacity: .8; }
.bgimg2 { background-image: url('bg2.gif'); opacity: .3; filter: grayscale(100%); }

.carousel-indicators li { visibility: hidden; }

.carousel {
	margin-top: -50px;
}	

.carousel-caption {
    text-align: left;
    max-width: 900px;
    right: auto;
    padding:5px;
	bottom: 5%;
	left: 5%;
}

.portfolio { height:350px; width:100%; border-radius: 5px; }


// div scroll effects

@media (max-width: 900px) {

  section .text-container {
    flex-direction: column;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 3s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



// text effects
/* flipping class and key frames*/
.flipX {
  animation: 3s anim-flipX ease infinite;
}
@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90def);
  }
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(720deg);
  }
}

/* lineup class and keyframes */
.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
/* flipY class and keyframes*/
.flipY {
  animation-name: spin, depth;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 15s;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
@keyframes depth {
  0% {
    text-shadow: 0 0 black;
  }
  25% {
    text-shadow: 1px 0 black, 2px 0 black, 3px 0 black, 4px 0 black, 5px 0 black;
  }
  50% {
    text-shadow: 0 0 black;
  }
  75% {
    text-shadow: -1px 0 black, -2px 0 black, -3px 0 black, -4px 0 black,
      -5px 0 black;
  }
  100% {
    text-shadow: 0 0 black;
  }
}

/* subtle zoom to attention and then back */
.pop-outin {
  animation: 3s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
  20% {
    color: black;
    transform: scale(1);
  }
  25% {
    color: black;
    transform: scale(3);
  }
  50% {
    color: black;
    transform: scale(1);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
  }
}

.fromtop {
  animation: 2s anim-fromtop linear infinite;
}
@keyframes anim-fromtop {
  0% { opacity: 0; transform: translateY(-100%);}
  25% { opacity: 1; transform: translateY(0%);}
  50% {
  }
  100% {
  }
}