body {
    /*font: 400 15px/1.8 Lato, sans-serif;*/
	/* font-family: Verdana, Tahoma, Arial; */
    color: #777;
}

a {
    text-decoration: none;
}

a:link { 
    color:           #ff9900;
    text-decoration: none;
}

a:visited {
    color:           #ff9900;
    text-decoration: none;
}

a:active {
    color:           #ff9900;
    text-decoration: none;
}

h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;      
    font-size: 20px;
    color: #111;
}

.container {
    padding: 80px 120px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

.person:hover {
    border-color: #f1f1f1;
}

.img-circular{
	 width: 110px;
	 height: 110px;
	 background-image: url("http://www.skvo.be/admin/images/teamplayer_new.png"), linear-gradient(45deg,yellow 50%,black 50%);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center center;
	 /* background-color: #ffffff; */
	 display: block;
	 border-radius: 100px;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	 border: 3px solid white;
}

.img-circular-big{
	 width: 100px;
	 height: 100px;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-color: #ffffff;
	 display: block;
	 border-radius: 150px;
	 -webkit-border-radius: 150px;
	 -moz-border-radius: 150px;
	 border: 1px solid silver;
}

.team{
    background: linear-gradient(30deg,#000000 50%,#ffff00 50%);
    line-height: 30px;
    width: 300px;
    height: 40px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 5px;
	border-radius: 3px;
}

.team_colors{
    line-height: 20px;
    width: 80px;
    height: 20px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	border-radius: 3px;
	opacity: 0.9;
}

.blok_orange {
	background: #ff9900;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	text-align: middle;
	vertical-align: middle;
	display: inline-block;
	width: 300px;
	height: 40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	line-height:18px;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .hide-bar {
      display: none; /* Wegdoen als men op een grote van 600 pixels zit */
    }
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
}

.bg-1 h3 {color: #fff;}

/* .bg-1 p {font-style: italic;} */

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 15 15 15px 0;
    border: none;
    border-radius: 15;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}

.btn {
	padding: 10px 20px;
	background-color: #333;
	color: #f1f1f1;
	border-radius: 0;
	transition: .2s;
}

.btn:hover, .btn:focus {
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
}

.modal-header, h4, .close {
	background-color: #333;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}

.modal-header, .modal-body {
	padding: 40px 50px;
}

.nav-tabs li a {
	color: #777;
}

.navbar {
	font-family: Montserrat, sans-serif;
	margin-bottom: 0;
	background-color: #2d2d30;
	border: 0;
	font-size: 11px !important;
	letter-spacing: 4px;
	opacity: 0.9;
}

.navbar li a, .navbar .navbar-brand { 
	color: #d5d5d5 !important;
}

.navbar-nav li a:hover {
	color: #fff !important;
}

.navbar-nav li.active a {
	color: #fff !important;
	background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.open .dropdown-toggle {
	color: #fff;
	background-color: #555 !important;
}

.dropdown-menu li a {
	color: #000 !important;
}

.dropdown-menu li a:hover {
	background-color: #ffd800 !important;
}

footer {
	background-color: #2d2d30;
	color: #f5f5f5;
	padding: 32px;
}

footer a {
	color: #ff9900;
}

footer a:hover {
	color: #777;
	text-decoration: none;
}  

.form-control {
	border-radius: 0;
}

textarea {
	resize: none;
}




.demo{ background: linear-gradient(15deg,#F6BB43 49%,#f7c45d 50%); }
.modal-box{ font-family: 'Roboto', sans-serif; }
.modal-box .show-modal{
    color: #fff;
    background-color: #3867d6;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 12px 30px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 15px -7px rgba(0, 0, 0, 0.9);
    display: block;
}
.modal-box .show-modal:hover{
    color: #fff;
    border: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal{ top: 90px !important; }
.modal-box .modal-dialog{
    width: 300px;
    margin: 20px auto 0;
}
.modal-box .modal-dialog .modal-content{
    text-align: center;
    border-radius: 0;
}
.modal-box .modal-dialog .modal-content:before{
    content: "";
    background: radial-gradient(circle at 50%,#3867d6 49%,#4b7bec 49%,#4b7bec 80%,#3867d6 0%);
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.modal-box .modal-dialog .modal-content .close span{
    margin: -2px 0 0 0;
    display: block;
}

.modal-box .modal-dialog .modal-content .modal-body{ padding: 30px 20px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #3867d6;
    background: linear-gradient(30deg,#ff6600 49%,#ff9900 50%);
    font-size: 120px;
    line-height: 160px;
    width: 160px;
    height: 160px;
    margin: 0 auto 60px;
    border-radius: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #343434;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
    color: #555;
    font-size: 17px;
    margin: 0 0 30px;
    margin: 0 0 25px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background: #ff8600;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;
    margin: 0 auto;
    border: none;
    border-radius: 5px 5px;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{
    background-color: #3867d6;
    text-shadow: 2px 2px #000;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: 93% !important; }
    .modal-box .modal-dialog .modal-content .modal-body .title{ font-size: 28px; }
}

/*Geen randen bij tabellen*/
.table-borderless td,
.table-borderless th {
   border: none !important;
}



#overlay {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000AA;
	overflow: scroll;
	max-height: 100vh;
}
#overlayContainer {
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	padding: 2rem;
	min-width: 60%;
}
#overlayContainer > * {
	padding: 0.5rem;
}
#overlayContainer button {
	margin: 0 0.5rem;
	cursor: pointer;
}
#closeBtn {
	padding: 0.5rem;
	color: red;
	font-size: 1.5rem;
	position: absolute;
	top:0;
	right:0;
	font-weight: 600;
	text-transform: capitalize;
	cursor: pointer;
}