@import url('https://fonts.googleapis.com/css?family=Montserrat:300|Quicksand:300,400,700');

body {
    font-family: 'Montserrat', sans-serif;
}

.mapscontactform {
    width: 96%!important;
    margin-left: 2%;
    height: 250px;
}

.mapscontactform iframe {
    width:100%;
    height: 250px;
}
.navbar {min-height:50px !important}

.navbar-brand {
    width: 200px;
    margin-top: 7px;
    height: 36px;
    background-image: url(../img/logo_small.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav >li >a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-default {
  background-color: rgba(228,228,230,0.93);
  border-color: rgba(228,228,230,0.93);
}
.navbar-default .navbar-brand {
  color: #01674b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #99c667;
}
.navbar-default .navbar-text {
  color: #01674b;
}
.navbar-default .navbar-nav > li > a {
  color: #01674b;
  border-color: #e4e4e6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  font-weight: 700;
  color: #99c667; 
  outline:none !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  font-weight: 700;
  color: #99c667;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  font-weight: 700;
  color: #99c667;
}
.navbar-default .navbar-toggle {
  border-color: #e4e4e6;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e4e4e6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #01674b;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #01674b;
}
.navbar-default .navbar-link {
  color: #01674b;
}
.navbar-default .navbar-link:hover {
  font-weight: 700;
  color: #99c667;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #01674b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    font-weight: 700;
    color: #99c667;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #99c667;
  }
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  color: inherit;
  background-color: #eee;
    overflow: hidden;
}

.nearfullscreen {
    position: relative;
}

.relat {
    position: relative;
}

.leftbtn {
    position: absolute;
    width: 50%;
    top:0;
    bottom:0;
    left:0;
    right: 50%;
}

.rightbtn {
    position: absolute;
    width: 50%;
    top:0;
    bottom:0;
    right:0;
    left: 50%;
}

.img1back {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background-image: url(../img/back2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img2back {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background-image: url(../img/back2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videoimgback {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background-image: url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videoback {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background-color: aqua;
}

.videoback video {
    width: 100%!important;
    height: auto!important;
}
@media (max-aspect-ratio: 11/10) {
    .videoback video {
        height: 120%!important;
        width: auto!important;
    }
}

#videoplay {
    width: 100%!important;
    height: auto!important;
}

.myjumbocont {
    color: white;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.whitelogo {
    height: 30%;
    width: 60%;
    background-image: url(../img/logowhite.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.playicon {
    height: 30%;
    width: 60%;
    background-image: url(../img/playicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.namecompany {
    padding: 2% 0 1% 0;
    font-size: 7vh;
}

.subcompany {
    padding: 0;
    font-size: 3.5vh;
}

/*CAROUSEL*/
.carousel {
  margin-bottom: 60px;
}
.carousel-inner {
  width: 70%;
    margin-left: 15%;
}
.carousel-control {
  color: #02664a;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}

.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background-color: #99c667;
  border: none;
}
.carousel-indicators .active {
  background-color: #02664a;
}



button,
button:active,
button:focus, 
button:hover,
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
    outline:none !important;
}

.nav .li a,
.nav .li a:active,
.nav .li a:focus, 
.nav .li a:hover{   
    outline:none !important;
}

.bottomarrow { 
    position: relative;
/*    margin-bottom: 150px;*/;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
}

.botsidearrow {
    position: relative;
    -webkit-clip-path: polygon(0 35px, 50% 0,100% 35px, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    clip-path: polygon(0 35px, 50% 0,100% 35px, 100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    
}

.toparrow {
    position: relative;
    -webkit-clip-path: polygon(0 35px, 50% 0,100% 35px, 100% 100%, 0 100%);
    clip-path: polygon(0 35px, 50% 0,100% 35px, 100% 100%, 0 100%);
}


.toparrowaround {
    position: relative;
    -webkit-clip-path: polygon(0 0, 50% 35px,100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 35px,100% 0, 100% 100%, 0 100%);
}

.botharrowsdown {
    position: relative;
    -webkit-clip-path: polygon(0 0, 50% 35px,100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    clip-path: polygon(0 0, 50% 35px,100% 0, 100% calc(100% - 35px), 50% 100%, 0 calc(100% - 35px));
    padding-top: 35px;
}

.margintop0 {
    margin-top: -35px!important;
}

.b1 {
    background-color: aqua;
}

.b2 {
    background-color: antiquewhite;
}

.gradient_purple_middle_green {
    background: -moz-linear-gradient(89deg, rgba(102,51,102,0.65) 0%, rgba(1,103,75,0.65) 100%); 
    background: -webkit-linear-gradient(89deg, rgba(102,51,102,0.65) 0%,rgba(1,103,75,0.65) 100%); 
    background: linear-gradient(89deg, rgba(102,51,102,0.65) 0%,rgba(1,103,75,0.65) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a663366', endColorstr='#7a01674b',GradientType=1 );
    background-blend-mode: multiply;
/*
    opacity: 0.65;
    background-image: linear-gradient(271deg, #02664a, #663365);
    background-image: linear-gradient(271deg, var(--forest), var(--purple));
    background-blend-mode: multiply;
*/
}

.gradient_1 {
    background: -moz-linear-gradient(89deg, rgba(241,139,6,0.65) 0%, rgba(137,20,83,0.65) 100%); 
    background: -webkit-linear-gradient(89deg, rgba(241,139,6,0.65) 0%,rgba(137,20,83,0.65) 100%); 
    background: linear-gradient(89deg, rgba(241,139,6,0.65) 0%,rgba(137,20,83,0.65) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aF18B06', endColorstr='#7a891453',GradientType=1 );
    background-blend-mode: multiply;
/*
    opacity: 0.65;
    background-image: linear-gradient(271deg, #02664a, #663365);
    background-image: linear-gradient(271deg, var(--forest), var(--purple));
    background-blend-mode: multiply;
*/
}

.gradient_1_full {
    background: -moz-linear-gradient(89deg, rgba(241,139,6,1) 0%, rgba(137,20,83,1) 100%); 
    background: -webkit-linear-gradient(89deg, rgba(241,139,6,1) 0%,rgba(137,20,83,1) 100%); 
    background: linear-gradient(89deg, rgba(241,139,6,1) 0%,rgba(137,20,83,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F18B06', endColorstr='#891453',GradientType=1 );
    background-blend-mode: multiply;
/*
    opacity: 0.65;
    background-image: linear-gradient(271deg, #02664a, #663365);
    background-image: linear-gradient(271deg, var(--forest), var(--purple));
    background-blend-mode: multiply;
*/
}


.gradient_purpgreen {
    background: -moz-linear-gradient(89deg, rgba(102,51,102,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a663366', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
    color: #ffffff;
}

.gradient_green_green {
    background: -moz-linear-gradient(89deg, rgba(153,198,103,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a99c667', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
}

.whitecolor {
    color: #FFFFFF!important;
}

.greybackgr {
    background-color: #e2e0e3;
}

.darkgreenbackgr {
    background-color: #01674B;
}

.overlay {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.center_vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.width75 {
    width: 50%;
}

.marginbig {
    margin-top:30px!important;
}

.marginbigger {
    margin-top:80px!important;
}

.marginbigbtm {
    margin-bottom:60px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.notfull {
    width: 50%;
    margin-left: 25%;
} 
@media (max-width: 768px) {
.notfull {
    width: 80%;
    margin-left: 10%; } }

h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    color: #5f0937;
    font-size:1.9em;
}

.ourtext {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
}

.partpage {
    padding-top: 3em;
    padding-bottom: 3em;
}

.topbtn {
    height: 60px;
    position: relative;
}

.alleft {
    position: absolute;
    top:0;
    left:0;
}

.alright {
    position: absolute;
    top:0;
    right:0;
}

.btnour {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    padding: 8px 55px;
    height: 46px;
    border-radius: 24px;
    font-size: 20px;
    border: 0px solid transparent;
    color: #ffffff;
    text-transform: uppercase;
}

.btn_purpgreen {
    background: -moz-linear-gradient(89deg, rgba(241,139,6,1) 0%, rgba(137,20,83,1) 100%); 
    background: -webkit-linear-gradient(89deg, rgba(241,139,6,1) 0%,rgba(137,20,83,1) 100%); 
    background: linear-gradient(89deg, rgba(241,139,6,1) 0%,rgba(137,20,83,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F18B06', endColorstr='#891453',GradientType=1 );
    background-blend-mode: multiply;
    color: #ffffff;
}

.btn_purpgreen:hover {
     background: -moz-linear-gradient(89deg, rgba(102,51,102,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a663366', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
    color: #ffffff;
}

.btn_greengreen {
    background: -moz-linear-gradient(89deg, rgba(153,198,103,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a99c667', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
    color: #ffffff;
}

.btn_greengreen:hover {
    background: -moz-linear-gradient(89deg, rgba(102,51,102,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(102,51,102,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a663366', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
    color: #ffffff;
}


.btn_white {
    background-color: #ffffff;
    color: #01674B;
}

.btn_white:hover {
    background: -moz-linear-gradient(89deg, rgba(153,198,103,1) 0%, rgba(1,103,75,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(89deg, rgba(153,198,103,1) 0%,rgba(1,103,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a99c667', endColorstr='#7a01674b',GradientType=1 ); /* IE6-9 */
    background-blend-mode: multiply;
    color: #ffffff;
}


.formintake {
    width: 60%;
    margin-left: 20%;
}
@media (max-width: 512px) {
.formintake {
    width: 100%;
    margin-left: 0; } }

.formintake input {
    padding: 20px 15px!important;
    font-size: 1.2em;
    margin:1.5em 0;
    border: 1px solid #02664a;
    border-radius: 10px;
}

.founderdesc {
    text-align: center;
}

.founderdesc .position {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #01674B;
    font-size:1.2em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.founderdesc .name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.5em;
    margin-top: 1em;
}

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


.founderdescbig .position {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #99c667;
    font-size:1.2em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.founderdescbig .name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.5em;
    margin-top: 1em;
}

.founderdescbig .text {
    text-align: left;
    margin-bottom: 1em;
}

.founderall {
    width: 80%;
    margin-left: 10%;
}

.testemony {
    position: relative;
    width: 100%;
    height: 266px!important;
}

.testemony .imgtestemony {
   position: absolute;
    right:0;
    top:10px;
    height: 126px;
    width: 126px;
}

.testemony .leftpart {
   position: absolute;
    right:270px;
    left:0;
    top:10px;
    bottom:10px;
}

.testemony .name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.5em;
    margin-top: 0.5em!important;
}

.testemony .position {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #01674B;
    font-size:1.2em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.testemony .text {
}

.img-testemony {
  width: 254px;
  height: 254px;
    border-radius: 126px;
  object-fit: contain;
    float: right;
}

.separator {
    width: 30%;
    margin: 20px 35% 20px 35%;
    height: 4px;
    border-radius: 2px;
}
.imgresp {
}

.clip1 {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/mission.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clip2 {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/clip2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clip3 {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/contact.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.clipgc {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/gclogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.csoon {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/clock.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cgames {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/games.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}


.cteam {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/team.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chistory {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/heart-hand.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cexperience {
    height:70px!important;
    width: 70px!important;
    margin: auto;
    background-image: url(../img/experience.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.img-matt {
  width: 254px;
  height: 254px;
  object-fit: contain;
}

.imgmatt_big {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.footerwl{
	background-color: #3F2D3E;
    color: #FFFFFF;
	width: 100%;
	text-align: left;

	padding: 45px 100px;
	margin-top: 80px;
    
    font-size:0.8em;
}

.footerwl div{
	margin: 5px 0;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footerwl{
		padding: 35px;
	}
}


.whiteborder {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border: 1px solid white;
    border-radius: 5px;
    padding: 10px;
}

.boxpresent {
    position: relative;
    padding: 15px;
    width: 100%;
    min-height: 135px;
    margin: 10px 0;
}

.boxsmaller {
    min-height: 115px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .boxsmaller {
        min-height: 135px;
        height: auto;
    }
}

.boxtype2 {
    min-height: 135px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .boxtype2 {
        min-height: 135px;
        height: auto;
    }
}

.nr1 {
    position: absolute;
    left:10px;
    top:-10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 80px;
}
@media screen and (max-width: 960px) {
    .nr1 {
        right:55%;
        text-align: right;
    }
}

.board1_1 {
    position: absolute;
    height: 50%;
    left:14px;
    top:75px;
    font-family: 'Quicksand', sans-serif;
    font-size: 32px;
}
@media screen and (max-width: 960px) {
    .board1_1 {
        right:55%;
        text-align: right;
    }
}

.board1_2 {
    position: absolute;
    text-align: left;
    height: 50%;
    left:50%;
    right: 10%;
    top:15px;
    font-size: 18px;
}

.nr2 {
    position: absolute;
    left:45%;
    top:-10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 80px;
}

.board2_1 {
    position: absolute;
    height: 50%;
    left:80%;
    top:-10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 80px;
}

.board2_2 {
    position: absolute;
    text-align: left;
    height: 50%;
    left:14px;
    right: 55%;
    top:38px;
    font-size: 18px;
}
@media screen and (max-width: 960px) {
    .board2_2 {
        right: 60%;
        text-align: right;
    }
}

.board2_3 {
    position: absolute;
    text-align: left;
    height: 50%;
    left:14px;
    right: 14px;
    top:90px;
    font-size: 18px;
}
@media screen and (max-width: 960px) {
    .board2_3 {
        text-align: center;
    }
}

.nr3 {
    position: absolute;
    left:50%;
    bottom:0px;
    font-family: 'Quicksand', sans-serif;
    font-size: 60px;
    transform: translate(-50%, 0%);
}

.board3_1 {
    position: absolute;
    top: 5px;
    text-align: center;
    left:14px;
    right: 14px;
    font-size: 18px;
}


.nr21 {
    position: absolute;
    left:10px;
    right:10px;
    top:10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 80px;
    text-align: center;
}
@media screen and (max-width: 1200px) and (min-width:960px) {
    .nr21 {
        text-align: left;
    }
}
@media screen and (max-width: 960px) {
    .board21_2 {
        right: 60%;
        text-align: center;
    }
}

.board21_2 {
    position: absolute;
    text-align: center;
    height: 50%;
    left:14px;
    right: 14px;
    top:5px;
    font-size: 18px;
}
@media screen and (max-width: 1200px) and (min-width:960px) {
    .board21_2 {
        text-align: right;
    }
}
@media screen and (max-width: 960px) {
    .board21_2 {
        text-align: center;
    }
}

.board21_3 {
    position: absolute;
    text-align: center;
    left:14px;
    right: 14px;
    top:100px;
    font-size: 18px;
}
@media screen and (max-width: 1200px) and (min-width:960px) {
    .board21_3 {
        text-align: left;
    }
}
@media screen and (max-width: 960px) {
    .board21_3 {
        text-align: center;
    }
}

.wbtext {
    position: absolute;
    top: 50px;
    text-align: left;
    left:14px;
    right: 14px;
    font-size: 18px;
}

.wbicon {
    position: absolute;
    top: 10px;
    height:35px;
    text-align: left;
    left:14px;
    right: 14px;
    color:#fff;
}

.wbteam {
    background-image: url(../img/005-team.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wbhandshake {
    background-image: url(../img/004-handshake.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wbidea {
    background-image: url(../img/003-idea.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wbpresentation {
    background-image: url(../img/002-presentation.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wbdiagram {
    background-image: url(../img/001-diagram.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}



/*MODAL*/
.modal-content {
    overflow: hidden;
    min-height: 150px!important;
    border: none;
}

.companydetails .name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.5em;
}

.companydetails div {
    margin-bottom:10px;
}

.companydetails div a{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color:#663365;
    cursor:pointer;
}

.mapscontactform {
    width:80%;
    height:100%;
}




#sidebar-toggle {
    z-index:3;
    background: #bdc3c7;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 22px 18px;
    float: left;
}

#sidebar-toggle .bar{
    display: block;
    width: 28px;
    margin-bottom: 4px;
    height: 4px;
    background-color: #f0f0f0;
    border-radius: 1px;   
}

#sidebar-toggle .bar:last-child{
     margin-bottom: 0;   
}

.leftsidemain {
    position: fixed;
    top:50px;
    bottom:0px;
    width: 33%;
    right: 0;
    background-color: #e2e0e3;
}

.mapdiv {
    position: absolute;
    top:20%;
    left:0;
    right:0;
    bottom:0;
}

.imgeventdiv {
    position: absolute;
    top:20%;
    left:0;
    right:0;
    bottom:0;
}

.minheight {
    min-height: 250px!important;
    width: 100%;
}

.img_event {
    height: 100%;
    width: auto;
}

.mainpart {
    min-height: 100vh;
}

.leftwidth {
    width: 67%;
    margin: 50px 0 0 0;
}

.space10 {
    margin-left:10%;
    width: 80%;
}

.nopadding {
    padding: 0!important;
}

.toppart {
    padding-top: 1em;
    padding-bottom: 1em;
}

.navpart {
    text-align: center;
    margin-top: 6em;
}

.navpart button{
    margin:0 5px;
}

.eventsearch {
    position: relative;
    width: 100%;
    height: 160px!important;
}

.eventsearch .imgeventsearch {
   position: absolute;
    left:0;
    top:5px;
    height: 150px;
    width: 150px;
}

.eventsearch .textpart {
   position: absolute;
    left:170px;
    right:0;
    top:10px;
    bottom:10px;
}

.eventsearch .name {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.5em;
    margin-top: 0.5em!important;
}

.eventsearch .distance {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #01674B;
    font-size:1.2em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.eventsearch .eventday {
    font-family: 'Quicksand', sans-serif;
    color: #01674B;
}

.eventsearch .eventday span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #01674B;
    font-size:1.2em;
    line-height: 1.2em;
}

.eventsearch .text {
}

.eventsearch .marginbig {
    margin-top: 1em;
}

.marginnor {
    margin: 10px 0;
}

.img-eventsearch {
  width: 150px;
  height: 150px;
    border-radius: 75px;
  object-fit: contain;
    float: right;
}

.skrij {
    display:none;
}

.relat {
    position: relative;
}

.datesquare {
    width: 100px;
    height: 100px;
    border: thin solid #ffffff;
    border-radius: 5px;
}

.whiteborder {
    border: thin solid #ffffff;
}

.blackborder {
    border: thin solid #000000;
}

.eventheading {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #01674B;
    font-size:2em;
    text-align: center;
    line-height: 2em;
    padding-top: 15px;
}

.topleft {
    position: absolute;
    top:10px;
    left:10px;
}

.topright {
    position: absolute;
    top:10px;
    right:10px;
}

.eventdesc {
    position: absolute;
    top:100px;
    left:0;
    right: 0;
}

.rightbooknow {
    position: absolute;
    bottom:20px;
    left:0;
    right: 0;
}

.mapevent {
    width: 100%;
    height: 250px;
    margin-top: 2em;
}

.datesquare .upart{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:1.4em;
    margin-top: 0.6em;
}

.datesquare .upart2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin-top: 1.1em;
}

.datesquare .lpart{
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size:2.4em;
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,1);
}


#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}

.menuitem {
    text-align: center;
    margin: 10px 0;
}

.mycont {
    margin-top: 70px;
}

.orgmap {
    width: 100%;
    height: 400px;
}

input.cropit-image-input {
  visibility: hidden;
}

.cropit-preview {
    position: relative;
    width: 400px;
    height: 400px;
    margin: auto;
}

/* Show load indicator when image is being loaded */
.cropit-preview.cropit-image-loading .spinner {
  opacity: 1;
}

/* Show move cursor when image has been loaded */
.cropit-preview.cropit-image-loaded .cropit-preview-image-container {
  cursor: move;
}

/* Gray out zoom slider when the image cannot be zoomed */
.cropit-image-zoom-input[disabled] {
  opacity: .2;
}

/* Hide default file input button if you want to use a custom button */
input.cropit-image-input {
  visibility: hidden;
}

/* The following styles are only relevant to when background image is enabled */

/* Translucent background image */
.cropit-preview-background {
  opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use non-static position on it
 */
input.cropit-image-zoom-input {
  position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
  overflow: hidden;
}

.card {
    background-color: rgba(255,255,255,.975);
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem;
}

.card .card-header {
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color:rgba(0,0,0,.03);
    border-bottom:1px solid rgba(0,0,0,.125)
}

.card .card-body {
    padding:1.25rem;
}