@charset "UTF-8";
html, body, ul, li, menu, nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}


ol, ul {
  list-style: none;
}

body {
  color: #111111;
  line-height: 1.4;
  background:url(../images/bg1.jpg);
  font-family: "Open Sans", Arial, sans-serif;
}

#container {
  /*width: 1200px;*/
  max-width: 1200px;
  display: table;
  margin: 0 auto;
-webkit-box-shadow: 0px 28px 115px 52px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 28px 115px 52px rgba(0,0,0,0.44);
box-shadow: 0px 28px 115px 52px rgba(0,0,0,0.44);
}

#top {
  position: relative;
   min-height:350px;
}

#top1 {display: none;}



#nav-nav {
display:none;
}

#menu {
  /*background: #253994;*/
  background-color: #25389b;
  background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(28, 44, 115)), to(rgb(37, 56, 155)));
  background-image: -webkit-radial-gradient(50% 50%, rgb(37, 56, 155), rgb(28, 44, 115));
  background-image: -moz-radial-gradient(50% 50%, rgb(37, 56, 155), rgb(28, 44, 115));
  background-image: -o-radial-gradient(50% 50%, rgb(37, 56, 155), rgb(28, 44, 115));
  background-image: -ms-radial-gradient(50% 50%, rgb(37, 56, 155), rgb(28, 44, 115));
  background-image: radial-gradient(50% 50%, rgb(37, 56, 155), rgb(28, 44, 115));

  /*width: 100%;*/
}

#menu ul {
  /*width: 100%;*/
  display: table;
  margin: 0 auto;
}

#menu ul li {
  /*float: left;*/
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  border-right: 1px #737EB4 solid;
  /*height: 74px;*/
  position: relative;
}

#menu li:hover {
  color: white;
  background-color: #5262ab;
}

#menu ul li ul {
  display: none;
  position: absolute;
  top: 62px;
  left: 0px;
  font-size: 6px;

}

#menu ul li ul li {
  display: block;
 background-color: #000;
width: 100%;
border-top: 1px solid #4D4D4E;
}

#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu-row {
  display: inline-block;
}

.menu-pair {
  display: inline-block;
}

#menu ul li.last {
  border-right: none;
}

#menu ul li a,
#menu ul li a:active,
#menu ul li a:hover,
#menu ul li a:focus,
#menu ul li a:visited {
  color: #CCCEDD;
  text-decoration: none;
  padding:0px;
}

#collage {
  border-bottom: 2px solid #17266C;
}

#collage img {
  width: 100%;
}

#collage1 {display:none;}

#content {
  background: url(../images/bg3.jpg);
  }

#content h1 {
  text-align: center;
  font-size: 34px;
  color: #701a0b;
  margin-bottom: 50px;
  font-family: "Font2","Open Sans";
  font-weight: bold;
  font-style: italic;
}

#content p {
  margin-bottom: 30px;
 
}

#content h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
}

#content-inner {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 50px;
  padding-bottom: 0px;
  
  border: 2px #a49a97 solid;
  border-top: none;
}

.classes {
  display: table;
  /*margin: 0 auto;*/
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

.banner-row {
  display: inline-block;
}

.class-banner {
  /*float: left;*/
  display: inline-block;
  background: #253989;

  width: 220px;
 height: 220px;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 20px;
  position: relative;
}

/*.class-banner.first {
  margin-left: 0px;
}
*/
.class-banner-title {
  margin-left: 10px;
  margin-top: 10px;
  color:#d0d3e5;
  font-size: 24px;
}


.form {
  margin: auto;
  width: 80%;
  margin-bottom: 40px;
  text-align: center;
}

.submit {
  background-color: #737EB4;
  color: white;
  width: 150px;
  height: 50px;
  font: 11pt "PageL", sans-serif;
  font-width: bold;
  border: none;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

strong {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  #top {
    width: 100%;
  }

  #top-img {
    width: 100%;
  }

  #collage {
    width: 100%;
  }

  #collage img {
    width: 100%;
  }

} 

@media screen and (max-width: 1100px) {

  #menu ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 1000px) {

  #menu ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 950px) {

  #menu ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 860px) {

  #menu {
    display: none;
  }

 .select-nav {
display: block;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius: 0px;
border: 5px solid #101c63;
height: 50px;
font-size: 18pt;
font-family: 'Sceptica Thin',verdana, arial, sans-serif;
color: #fff;
-webkit-appearance: none;
text-align: right;
background: #101c63;
}
#nav-nav {
display: initial;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
#nav-nav select {
width: 100%;
}

  #content-inner {
    margin: 0px;
    border: none;
    padding-left: 10%;
    padding-right: 10%;
  }

  #content {
    padding-bottom: 0px;
  }

  #top {
    display: none;
  }
  #top1 {
    display: block;
    height: 260px;
  }

#collage {display:none;}
#collage1 {display: block;
  border-bottom: 2px solid #17266C;
}

#collage1 img {
  width: 100%;
}
}

@-moz-document url-prefix() {
  #menu ul li {
    margin-right: -5px;
  }
}

#video {
  border-style: solid; 
  border-width: 4px; 
 float: left;
margin: 40px;
display: block;
  
  -moz-border-image: url(../images/bg1.png) 13 13 14 11 round; 
  -webkit-border-image: url(../images/bg1.png) 13 13 14 11 round; 
  -o-border-image: url(../images/bg1.png) 13 13 14 11 round; 
  border-image: url(../images/bg1.png) 13 13 14 11 round;
}


#picture {
  border: 4px solid #17266C; 
  margin-right:40px;
  margin-bottom:20px;
 }

#picture2 {
 border: 4px solid #17266C; 
  margin-right:40px;
  margin-bottom:300px;
 
}
@media screen and (max-width: 700px) {


  #picture2 {display:none;}
  #picture {display:none;}
}
@media screen and (max-width: 500px) {


  #top1 img{width:80%;}
  
}

#picture1 {
 border: 4px solid #17266C;  
 float: left;
margin: 40px;
display: block;
  
  
}


input {
    line-height: 2em; 
}

.left-pictures {
    float: left;
}

.right-pictures {
    float: right;
}

.left-pictures img {
  border: 4px solid #17266C; 
  margin-right:40px;
  margin-bottom:20px;
  
}

.right-pictures img {
  border: 4px solid #17266C; 
  margin-right:40px;
  margin-bottom:20px;
  
}