
* {
    box-sizing: border-box;
}
body {
/*	background-color: #0000CC;*/
/*	background-image: url("500_building.jpg");*/
/*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}
/*change background*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* 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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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) {
  .text {font-size: 11px}
}
  /*change background*/  
img {
    border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
ul.b {
  list-style-type: square;
}
.box {
	text-align: center; 
	background-color: rgb(0,150,255); 
   box-shadow: 10px 10px 10px #888888;  
   padding: 5px; 
   border: 5px solid RoyalBlue; 
   font-size: 20px;
}

/*tooltip popup*/
.tooltip {
 position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
  text-align: center; 
	background-color: rgb(0,150,255); 
   box-shadow: 10px 10px 10px #888888;  
   padding: 5px; 
   border: 5px solid RoyalBlue; 
   font-size: 20px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*end tooltip popup*/
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* .lblue-box { width: 500px; background-color: rgb(0,150,255); float: center; height: 600px;  position: relative; left: -10px;}*/
 
.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}
.header {
     background-color: rgb(0,150,255);
    color: #8C001A;
    padding: 15px;
    font-size: 25px;
    font-family: cursive;
    text-align:center;
        font-family: "Lucida Sans", sans-serif;
         background-image: url(/media/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body {margin: 0;}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

@media only screen and (min-width: 600px) {
  .col-1 {width: 30%;}
    .col-2 {width: 30%;}
    .col-3 {width: 25%; font-size: 25px;}
    .col-4 {width: 25%;}
      .col-5 {width: 15%;}
     .col-6 {width: 100%;}
     .col-7  {width: 100%; font-size: 25px; background-color: rgb(0,150,255);}
     .col-8 {width: 20%;}
    .col-9 {width: 20%; }
    .col-10 {width: 20%;}
     .col-11 {width: 20%;}
    .col-s-6 {width: 100%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 20%; margin-left: 0px; width: 500px; padding-right: 0px; padding-left: 0px; font-size: 15px;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .header {
     background-color: rgb(0,150,255)
     color: #8C001A;
    padding: 15px;
    font-size: 25px;
     background-image: url(/media/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body {margin: 0;}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

}
@media only screen and (min-width: 768px) {
 .col-1 {width: 30%;}
    .col-2 {width: 30%;}
    .col-3 {width: 25%; font-size: 25px;}
    .col-4 {width: 25%;}
    .col-5 {width: 15%;}
   .col-6 {width: 100%;}
    .col-7  {width: 100%; font-size: 25px; background-color: rgb(0,150,255);}
     .col-8 {width: 20%;}
    .col-9 {width: 20%; }
    .col-10 {width: 20%;}
     
    .col-11 {width: 20%;}
    .col-12 {width: 100%;}
    .header {
     background-color: rgb(0,150,255)
     color: #8C001A;
    padding: 15px;
    font-size: 35px;
     background-image: url(/media/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body {margin: 0;}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

}
/* Iphone6 Landscape*/
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
 .col-1 {width: 30%;}
    .col-2 {width: 30%;}
    .col-3 {width: 25%; font-size: 25px;}
    .col-4 {width: 25%;}
    .col-5 {width: 15%;}
    .col-6 {width: 100%;}
     .col-7  {width: 100%; font-size: 25px; background-color: rgb(0,150,255);}
     .col-8 {width: 20%;}
    .col-9 {width: 20%; }
    .col-10 {width: 20%;}
    .col-11 {width: 20%;}
    .col-12 {width: 100%;}
  .header {
     background-color: rgb(0,150,255)
     color: #8C001A;
    padding: 15px;
    font-size: 25px;
     background-image: url(/media/logo.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
body {margin: 0;}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #111;}

ul.topnav li a.active {background-color: #4CAF50;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 20px;
}
}*/
/* Iphone6 Portrait*/
/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 12px;
  
  }*/
html {
/*background: url(/media/500_building.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
backgroud-size: cover;*/
.aside {
     background-color: rgb(0,150,255);
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
.footer {
   /* background-color: rgb(0,150,255);*/
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.box {
	text-align: center; 
	background-color: rgb(0,150,255); 
   box-shadow: 10px 10px 5px #888888;  
   padding: 10px; 
   border: 10px solid RoyalBlue; 
   height: 120px;
   margin: 20px;
   font-size: 20px;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}


.photo {
width: 50%;
    height: auto;
    margin: 0px auto;
    display:block
    
    }
    
    div#emailmenu {
font-size:20px;
body{ font-family:verdana; font-size:16px;}
input[type=text], input[type=email], textarea{ outline:none; transition: .2s all linear; display:flex; border:1px solid silver;
border-radius:4px; padding: 8px; -webkist-box-string: border-box; -moz-box-sizing: border-box;
box-sizing:border-box; width:100%;} input, textarea{ margin:10px 0;}
input[type=submit] {padding:5px 10px 5px 10px; background-color:#ff2275; border-radius:4px; border:1px solid #e7226c; color:white; font-weight:bold; font-size:15px;}
textarea{ height:200px;}

input:focus, textarea:focus{ border:2px solid}}
div#glob_content{ background-color:rgb(0,150,255); border-radius:4px; border: 3px dashed #8B0000; max-width: 400px; margin:0 auto;}
div#form_content{ padding:20px;}
div#title{ background-color:rgb(145,145,145); color:white;font-weight:bold; text-align:center; text-transform:uppercase; text-shadow:1px 8px 15px rgb(145,145,145); padding:20px; font-size:20px;}

.emailmenu	{
	/*position: relative;*/
	border: 1px solid black;
	margin-top: 75px;
	margin-left: 80px;
    width: 700px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 25px;
	
}

/*contact form*/
.antispam { display:none;}
.wrapper {
    margin: 47px auto;
    max-width:580px;
}
 
#contact_form {
    text-shadow:0 1px 0 #FFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
   background:#F9F9F9;

    padding:25px;
 
}
 
#ff label {
    cursor:pointer;
    margin:4px 0;
    color:#ed7700;
    display:block;
    font-weight:800;
 
}
 
input {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:1px solid #5f5f5f;
    padding:10px;
    margin-bottom:25px;
}
 
.sendButton {
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    border:1px solid #eeb44f;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    width:25%;
    font-weight:bold;
    text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}
/*end contact form*/