/* CSS Document */
body {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  height: 100%; }

/*
*
*	Main Interface Items
*
*/
#main {
  position: relative;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.25);
  margin: 0 auto; }

.header {
  position: relative;
  z-index: 10;
  font-family: "Rationale", sans-serif;
  text-align: center;
  color: rgba(176, 222, 249, 0.8);
  border: 1px solid #000;
  background-color: black;
  font-size: font_large;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.25), -2px -2px rgba(52, 100, 127, 0.25), -3px -3px rgba(52, 100, 127, 0.25), -4px -4px rgba(52, 100, 127, 0.25), -5px -5px rgba(52, 100, 127, 0.25); }

footer {
  position: relative;
  z-index: 10;
  font-family: "Rationale", sans-serif;
  text-align: center;
  color: rgba(176, 222, 249, 0.8);
  border: 1px solid #000;
  background-color: black;
  height: 80px; }

footer p {
  position: relative;
  margin: 2.5em auto;
  font-size: 1.1em; }

.bkbg {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%; }

.contentSection {
  position: relative;
  z-index: 10;
  /*
  top:10px;*/
  color: rgba(176, 222, 249, 0.8); }

.subheader {
  position: relative;
  z-index: 30;
  font-size: 3em;
  text-align: center;
  font-family: "Rationale", sans-serif; }

.content {
  font-family: "PT Sans", sans-serif;
  line-height: 1.25em;
  text-align: left;
  padding: 1.2em 0;
  width: 100%;
  margin: 0 auto; }

.content p {
  margin: .5em auto;
  width: 80%; }

.content2 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.4em;
  text-align: left;
  padding: 0 .5em; }

.group {
  overflow: auto;
  padding-bottom: .5em;
  background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(50%, rgba(0, 0, 0, 0.75)), color-stop(100%, black));
  background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
  background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
  background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.75) 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }

a {
  text-decoration: none;
  font-size: 125%;
  color: #9bdde5; }

.restopic {
  line-height: 1.4em;
  text-align: left;
  float: left;
  margin-left: 1.5em;
  padding-top: 1em;
  padding-bottom: .5em;
  font-family: "PT Sans", sans-serif;
  height: inherit; }

.ressubhead {
  position: relative;
  top: 10px;
  font-size: 2.2em;
  text-align: center;
  margin-top: .5em;
  padding-bottom: .5em;
  font-family: "PT Sans", sans-serif; }

.resacc {
  float: right;
  font-family: "PT Sans", sans-serif;
  text-align: left;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-right: 0.2em;
  line-height: 1.4em; }

.resacc-noli {
  float: left;
  font-family: "PT Sans", sans-serif;
  text-align: left;
  padding-top: .9em;
  padding-bottom: .5em;
  margin-right: 0.2em;
  line-height: 1.4em; }

li {
  list-style: none;
  margin-left: 1.2em; }

li:before {
  content: "::  ";
  margin-left: -.6em; }

.clear {
  clear: both; }

/*
*
*	Background Slideshow
*
*/
#slideshow {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url(../images/bg/backgrounds1.png);
  background-size: cover; }

#slideshow .bgfader {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0.0; }

#slideshow .bgfader.active {
  z-index: 3; }

#slideshow .bgfader.last-active {
  z-index: 2;
  opacity: 1.0; }

#bgimg1 {
  background: url(../images/bg/backgrounds1.png); }

#bgimg2 {
  background: url(../images/bg/backgrounds2.png); }

#bgimg3 {
  background: url(../images/bg/backgrounds3.png); }

#bgimg4 {
  background: url(../images/bg/backgrounds4.png); }

.bgfade {
  animation-duration: 37s;
  animation-name: fadein;
  z-index: 3; }

@keyframes fadein {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }
@-moz-keyframes @keyframes fadein {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }
@-o-keyframes @keyframes fadein {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }
@-ms-keyframes fadein {
  from {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }
/*
*
*
*	Resize and reflow
*
*/
@media (max-width: 319px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 95%; }

  .header {
    font-size: 325%; }

  .restopic {
    width: 90%;
    font-size: 100%; }

  .restopic:after {
    clear: both; }

  .resacc {
    width: 100%;
    padding: 1em 0 3em .5em;
    font-size: 100%;
    margin-right: .5em; }

  .resacc-noli {
    padding-left: 1.5em; }

  .content {
    font-size: 100%; } }
@media (min-width: 320px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 95%; }

  .header {
    font-size: 325%; }

  .restopic {
    width: 90%;
    font-size: 100%; }

  .restopic:after {
    clear: both; }

  .resacc {
    width: 90%;
    padding: 1em 0 3em .5em;
    font-size: 100%;
    padding-bottom: 3em;
    float: left;
    margin-right: .5em; }

  .resacc-noli {
    padding-left: 1.5em; }

  .content {
    font-size: 100%; } }
@media (min-width: 480px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 95%; }

  .header {
    font-size: 325%; }

  .restopic {
    width: 90%;
    font-size: 100%; }

  .resacc {
    width: 90%;
    font-size: 100%;
    padding: 1em 0 3em .5em;
    float: left;
    margin-right: .5em; }

  .resacc-noli {
    padding-left: 1.5em; }

  .content {
    font-size: 100%; } }
@media (min-width: 720px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 95%; }

  .header {
    font-size: 300%; }

  .restopic {
    width: 90%; }

  .resacc {
    width: 90%;
    padding-bottom: 3em;
    float: left; }

  .resacc-noli {
    padding-left: 1.5em; }

  .content, .resacc, .restopic {
    font-size: 100%; } }
@media (min-width: 960px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 960px; }

  .header {
    font-size: 375%; }

  .restopic {
    width: 25%;
    font-size: 115%; }

  .resacc {
    width: 70%;
    font-size: 115%;
    padding-bottom: 1.4em; }

  .content {
    font-size: 115%; } }
@media (min-width: 1200px) {
  #main, .header3D, .header3Dsegments .bkbg {
    width: 1200px; }

  .header {
    font-size: 450%; }

  .restopic {
    width: 25%;
    font-size: 115%; }

  .resacc {
    width: 70%;
    font-size: 115%;
    padding-bottom: 1.4em; }

  .content {
    font-size: 115%; } }
@media (min-width: 1920px) {
  #bgimg1, #bgimg2, #bgimg3, #bgimg4, #bgimg5 {
    width: 100%;
    height: 100%;
    background-size: cover; } }
/*
.header3D {

  position: relative;
  height: 100px;
  perspective: 3500px;
}

.header3Dsegments {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}*/
/*
.header3Dsegments{
	 .bkbg{
		 margin: 0;
		 
		 height: auto;
		 display: block;
		 position: absolute;
		  
		 -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
		                                                                 /*
		  backface-visibility: hidden;
		  
		  p{
			  transform-style:preserve-3d;
		  }
	 }
}*/
/**/
    /*
.header3D{ transform: rotateY($rotationAngle);}
.header3Dsegments .header  { transform: rotateY(   0deg ) translateZ( $translateZ ); }
.header3Dsegments .hdrright  { transform: rotateY(  90deg ) translateZ( $translateZ ) translateX(50%); }
.header3Dsegments .hdrleft   { transform: rotateY( -90deg ) translateZ( $translateZ ) translateX(-50%); }
.header3Dsegments .hdrtop    { transform: rotateX(  90deg ) translateZ( $translateZ ) translateY(-50%); }
.header3Dsegments .hdrbot { transform: rotateX( -90deg ) translateZ( $translateZ ) translateY(50%); }
.header3Dsegments p{transform: rotateY($rotationAngle);}*/
/**/

/*# sourceMappingURL=site.css.map */
