﻿/* Move down content because we have a fixed navbar that is 50px tall */
.no-scroll {
    position: fixed;
    display: inline-block;
    top: 40pt;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
}

.colvis {
    visibility:visible;
    background-color:yellow;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.static{
  position:static;
}

.myrow {
  padding-left:15px;
  padding-right:15px;
 }

.myrow:before,
.myrow:after {
  display: table;
  content: " ";
}

.myrow:after {
  clear: both;
}

.myrow:before,
.myrow:after {
  display: table;
  content: " ";
}

.centre {
  left: 50%;
}

.img-resize {
    
}

/* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none;}
img {vertical-align: middle;}*/

/* Slideshow container 
.slideshow-container {
  max-width: 1000px;
  position: static;
  margin: auto;
}*/

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color:grey;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 45px;
  width: 50px;
  margin: 0 2px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.row {
  margin-right: auto;
  margin-left: auto;
  padding-left:15px;
  padding-right:15px;
}

.col-sm-30
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline;
}

.col-sm-30 {
  width: 30%;
}


.col-sm-1 {
  width: 8.333333333333332%;
}

.col-sm-2 {
  width: 16.666666666666664%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.33333333333333%;
}

.col-sm-5 {
  width: 41.66666666666667%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.333333333333336%;
}

.col-sm-8 {
  width: 66.66666666666666%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-10 {
  width: 83.33333333333334%;
}

.col-sm-11 {
  width: 91.66666666666666%;
}

.col-sm-12 {
  width: 100%;
}

.pics {
    display: normal; 
    z-index:1;
/*    display:inline-block; */
} 
.pics:after{
    clear:both;
}

@media only screen and (max-width: 768px) {
    .pics {
        position:relative;
        /*display:none;*/
    }
}

@media only screen and (min-width: 768tablepx) {
  /*.container {
    max-width: 750px;
  }*/
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
    position:static;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

.topnav {
  /*overflow: hidden;*/
  background-color: lightgrey;
}

.topnav a {
  float: left;
  display: block;
  color: Green;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  max-width: 90pt;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown .dropbtn {
  font-size: 15px;    
  border: none;
  outline: none;
  color: green;
  padding: 14px 16px;
  font-family: inherit;
  margin: 0;
  max-width:90pt;
  background-color:lightgrey;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: green;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.center-text {
    text-align:center;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.dropdown {
  float: left;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.button-navigate {
    background-color:black;
    color:green;
    border-radius:20px;
    padding:10px;
    word-wrap:normal;
    font-size:14pt;
    font-weight:600;
}

.sidemenu {
     position:fixed;
     font-size:medium;
     z-index:5;
}

@media only screen and (max-width: 1090px) {
    .sidemenu {
        display:none;
    }
    .myflex{
        display:block;
    }
}

@media only screen and (min-width: 1090px) {
    .sidemenu {
        display:block;
    }
    .myflex{
        display:flex;
        align-items:center;
    }
}

.button-form {
    background-color:black;
    color:green;
    border-radius:20px;
    padding:20px;
    word-wrap:normal;
    font-size:20pt;
}

.myflex{
}

/*Modal Popup*/
[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color:#000033;
}
[id^=modal]:target {
    display: block;
}
.popup {
    width: 100vw;
    height: 100%;
    z-index: 99999;
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: lightgreen;
}
.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 100%;
    max-width: 650px;
    min-width:300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background: #fff;
}
.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}

.no-scroll {
    position: fixed;
    display: inline-block;
    top: 40pt;
    left: 0;
    bottom: 6000px;
    text-align: center;
}


.atest{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.colvis {
    visibility:visible;
    background-color:yellow;
}

.coldisappear {

}

.smallVis {
    visibility:hidden;
    height:0;
}

/*p with small indent*/
.psi {
    padding-left:10px;
    padding-right:10px;
}

.highlight {
    opacity:1;
}

/*Wide Screen View (Full Screen)*/
.WSV {
}

/*Narrow Screen View (Phone)*/
.NSV {
}

/*Tickbox*/
.Tickbox{
    font-size:25px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:red;
    border:none"
}


@media only screen and (max-height:870px) {
    .no-scroll {
        display:none;
    }
    .colvis {
        display:none;
        background-color:lightblue;
    }
    .smallVis{
        display:inline-block;
        height:auto;
    }
}

@media only screen and (max-width:768px) {
    .no-scroll {
        visibility: hidden;
    }
    .colvis {
        visibility:hidden;
        background-color:lightblue;
    }
    .smallVis{
        visibility:visible;
        height:auto;
    }
    .WSV {
        display:none;
    }
    .NSV {
        display:block;
    }
}

@media only screen and (min-width:769px) {
    .WSV {
        display:block;
    }
    .NSV {
        display:none;
    }
}


/*--------------------------------------------------*/

