@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.svg);
    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;
}

.nearfullscreen {
    position: relative;
}

.img1back {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background-image: url(../img/back1.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;
}

/*responsive*/
#respcarousel_n {
    display: block;
}

#respcarousel_c {
    display: none;
}

@media screen and (max-width: 768px) {
    #respcarousel_n {
        display: none;
    }

    #respcarousel_c {
        display: block;
    }
    
}

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;
}

.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_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;
}

.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%);
}

.marginbig {
    margin-top:30px;
}

.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: #02664a;
    font-size:1.9em;
}

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

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

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

.btn_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;
}

.btn_purpgreen: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;
}

.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%;
}

.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: 124px;
  height: 124px;
  object-fit: contain;
}

.imgmatt_big {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.footerwl{
	background-color: #663366;
    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%;
}
#sudoku_container {
    width: 100%;
}

#sudoku_container:after {
/*
  content: "";
  display: block;
  padding-bottom: 100%;
*/
}

/* board */
.sudoku_board {
    margin:6px auto;
  
    overflow: hidden;
    
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    
    width: 100%;
    height: 100%;
    
    box-shadow: 0px 0px 5px 5px #bdc3c7;
}

.sudoku_board .cell {    
    width:11.11%;    
    display: inline-block;    
    float:left;
    cursor:pointer;    
    text-align: center;
    overflow: hidden;  
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    
    box-shadow: 0px 0px 0px 1px #bdc3c7;
  
    background:white;
}

.sudoku_board .cell.border_h {
    box-shadow: 0px 0px 0px 1px #bdc3c7, inset 0px -2px 0 0 #34495e;    
}

.sudoku_board .cell.border_v {
    box-shadow: 0px 0px 0px 1px #bdc3c7, inset -2px 0 0 #34495e;
}

.sudoku_board .cell.border_h.border_v {
    box-shadow: 0px 0px 0px 1px #bdc3c7, inset -2px 0 0 black, inset 0px -2px 0 black;
}

.sudoku_board .cell span {
    color:#2c3e50;
    font-size:14px;
    text-align:middle;    
}

.sudoku_board .cell.selected, .sudoku_board .cell.selected.fix {
    background:#FFE;    
}

.sudoku_board .cell.selected.current {
    position:relative;
    background: #3498db;
    font-weight:bold;
    box-shadow: 0px 0px 3px 3px #bdc3c7;
}

.sudoku_board .cell.selected.current span {
    color:white;
}

.sudoku_board .cell.selected.group {
    color:blue;    
}

.sudoku_board .cell span.samevalue, .sudoku_board .cell.fix span.samevalue {
    font-weight:bold;  
    color:#3498db;
}

.sudoku_board .cell.notvalid, .sudoku_board .cell.selected.notvalid{
    font-weight:bold;
    color:white;;
    background:#e74c3c;
}

.sudoku_board .cell.fix {
    background:#ecf0f1;
    cursor:not-allowed;
}

.sudoku_board .cell.fix span {
  color:#7f8c8d;
}

.sudoku_board .cell .solution {
  font-size:10px;
  color:#d35400;
}

.sudoku_board .cell .note {
    color:#bdc3c7;    
    width:50%;    
    height:50%;
    display: inline-block;    
    float:left;
    text-align:center;
    font-size:14px;
  
    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
}

.gameover_container .gameover {
    color:white;
    font-weight:bold;
	    text-align:center; 
    
    display:block;
    position:absolute;       
    width:90%;    
    padding:10px;
    
    box-shadow: 0px 0px 5px 5px #bdc3c7;
}


.restart {
  background:#7F8C8D;
  color:#ecf0f1;
}

/* console */
.board_console_container, .gameover_container {
    background-color: rgba(127, 140, 141, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
     -webkit-user-select: none;  
     -moz-user-select: none;    
     -ms-user-select: none;      
     user-select: none;
}

.board_console {
    display:block;
    position:absolute;        
    width:50%;        
    color:white;
    background-color: rgba(127, 140, 141, 0.7);
    box-shadow: 0px 0px 5px 5px #bdc3c7;
}

.board_console .num {
    width:33.33%;    
    color:#2c3e50;    
    padding: 1px;
    display: inline-block;    
    font-weight:bold;
    font-size:24px;
    text-align: center;    
    cursor:pointer;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	    box-sizing: border-box;
    
    box-shadow: 0px 0px 0px 1px #bdc3c7;
}


.board_console .num:hover {
    color:white;
    background:#f1c40f;
}

.board_console .num.remove {
    width:66.66%;    
}

.board_console .num.note {
    background:#95a5a6;
    color:#ecf0f1;
}

.board_console .num.note:hover {
    background:#95a5a6;
    color:#f1c40f;
}

.board_console .num.selected {
    background:#f1c40f;
    box-shadow: 0px 0px 3px 3px #bdc3c7;
}

.board_console .num.note.selected {
    background:#f1c40f;  
    box-shadow: 0px 0px 3px 3px #bdc3c7;
}

.board_console .num.note.selected:hover {
  color:white;
}

.board_console .num.no:hover {
    color:white;
    cursor:not-allowed;
}

.board_console .num.remove:hover {
    color:white;
    background:#c0392b;
}

.statistics {
    text-align:center;    
}

#sudoku_menu {
    background-color: black;
    position: absolute;
    z-index:2;
    width: 100%;
    height: 100%;
    left: -100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#sudoku_menu ul {
   margin: 0;
   padding: 100px 0px 0px 0px;
   list-style: none;
}

#sudoku_menu ul li{
  margin: 0px 50px;
}

#sudoku_menu ul li a {
  text-align:center;
  padding: 15px 20px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #2c3e50;
}

#sudoku_menu.open-sidebar {
  left:0px;
}

#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;   
}

/*Responsive Stuff*/

@media all and (orientation:portrait) and (min-width: 640px){
    h1 { font-size:50px; }
    .statistics { font-size:30px; }    
    .sudoku_board .cell span { font-size:60px; }    
    .board_console .num { font-size:60px; }
}

@media all and (orientation:landscape) and (min-height: 640px){
    h1 { font-size:50px; }
    .statistics { font-size:30px; }
    .sudoku_board .cell span { font-size:50px; }
    .board_console .num { font-size:50px; }
}

@media all and (orientation:portrait) and (max-width: 1000px){
    .sudoku_board .cell span { font-size:30px; }   
}

@media all and (orientation:portrait) and (max-width: 640px){
	.sudoku_board .cell span { font-size:24px; }
  .sudoku_board .cell .note { font-size:10px; }
}

@media all and (orientation:portrait) and (max-width: 470px){
	.sudoku_board .cell span { font-size:16px; }
.sudoku_board .cell .note { font-size:8px; }
}

@media all and (orientation:portrait) and (max-width: 320px){
	.sudoku_board .cell span { font-size:12px; }
.sudoku_board .cell .note { font-size:8px; }
}

@media all and (orientation:portrait) and  (max-width: 240px){
	.sudoku_board .cell span { font-size:10px; }   
}