/*   LidoTowers.com - style.css - v1.0  */


.bodycontainer {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	font-family: "Trebuchet MS",tahoma, Helvetica,sans-serif; 
	}
.pagecontainer {
	
	width:940px;
	background-color: #ffff99;
	 margin: auto;
	 
	}
.headerleft {
	width: 250px;
    height: 80px;
	background-color: #ffffff;
	float: left;
}
.headercenter {

	width: 440px;
    height: 80px;
	background-color: #ffffff;
	float: left;
	text-align: center;
	color: #336699;
	font-family: 'Capriola';font-size: 22px;
}
.headerright {
	width: 250px;
    height: 80px;
	background-color: #ffffff;
	float: right;
	text-align: right;
}	

.navbar1 {
	  position: relative;
	  top: 100px;
	  height: 55px;
	  width: 100%;

      margin: 0 auto 0 auto;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545fab), color-stop(100%, #16216a));
    background-image: -moz-linear-gradient(#545fab, #16216a);
    background-image: -webkit-linear-gradient(#545fab, #16216a);
    background-image: linear-gradient(#545fab, #16216a);
	 z-index: 2500; 
}
  .navbar2 {
	   z-index: 2500;
position: relative;	   
	    top: 125px;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e4501), color-stop(100%, #d85e00));
    background-image: -moz-linear-gradient(#9e4501, #d85e00);
    background-image: -webkit-linear-gradient(#9e4501, #d85e00);
    background-image: linear-gradient(#9e4501, #d85e00);
    height: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px;
    box-shadow: rgba(0, 0, 0, 0.7) 0 0 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 0.75rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.7) 0 0 0.75rem; }
	
	
.menu ul { text-align: center; 
	 height: 45px;
	 position: absolute;	   
	    top: 80px;
	padding-bottom: 6px; 
	padding-top: 6px; 
	padding-left: 0; 
	margin-top: 0;  /* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0; 
	 background-image: linear-gradient(#545fab, #16216a);
	color: #336699; 
	width: 100%; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.8;
margin-bottom: 0;}
.menu ul li { display: inline; padding-left: 2px; padding-right: 2px; padding-bottom: 2px; padding-top: 2px; }
/* matches link padding except for left and right */
.menu ul li a { padding-left: 6px; padding-right: 6px; padding-bottom: 6px; padding-top: 6px;
       color: white; text-decoration: none;  }
.menu ul li a:hover {background-color: #4169e1; }
#navcontainer #active { border-left: 1px solid #fff; }

.accent1 {
    width: 100%;
    height: 415px;
    position: absolute;
    top: 125px;
    background-size: 100%;
    background-image: linear-gradient(#b7af99, #968c6f);
    background-color: #B7AF99;
    z-index: 200; }
.accent2 {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 540px;
    background-size: 100%;
    background-image: linear-gradient(#4c3600, #2c2002);
    background-color: #4C3500;
    box-shadow: black 0 0 1rem;
    z-index: 100; }
body .bg-body-bar-2 {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 540px;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4c3600), color-stop(100%, #2c2002));
    background-image: -moz-linear-gradient(#4c3600, #2c2002);
    background-image: -webkit-linear-gradient(#4c3600, #2c2002);
    background-image: linear-gradient(#4c3600, #2c2002);
    background-color: #4C3600;
    -moz-box-shadow: black 0 0 16px;
    -webkit-box-shadow: black 0 0 16px;
    box-shadow: black 0 0 16px;
    -moz-box-shadow: black 0 0 1rem;
    -webkit-box-shadow: black 0 0 1rem;
    box-shadow: black 0 0 1rem;
    z-index: 100; }
/* Create two equal columns that floats next to each other */
* {
    box-sizing: border-box;
}
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 350px;
}
.left {
  width: 40%;
}

.right {
  width: 60%;
}
.imageright {
	float: right;
	width: 50%;
	top: 60px;
	position: relative;
}
.row {
    padding: 20px 20px 20px 20px;
	}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.pagecontent {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  max-width: 900px;
  margin: 60px auto -36px auto;
  padding: 0 20px 20px 20px;
  position: relative;
  top: 60px;
  z-index: 1500;
  font-family: "Trebuchet MS",tahoma, Helvetica,sans-serif; 
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; }
  .footercontent {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  max-width: 900px;
  margin: 60px auto -36px auto;
  padding: 0 20px 20px 20px;
  position: relative;
  top: 0px;
  z-index: 1500;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; }
 
.footer {
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #545fab), color-stop(100%, #16216a));
  background-image: -moz-linear-gradient(#545fab, #16216a);
  background-image: -webkit-linear-gradient(#545fab, #16216a);
  background-image: linear-gradient(#545fab, #16216a);
  background-color: #16216A;
  width: 100%;
  position: relative;
  top: 40px;
  z-index: 1000;
  font-family: Arial,Helvetica,sans-serif; 
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 2px 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 2px 16px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 2px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0.125rem 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.125rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0.125rem 1rem; } 
  
  * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  height:450 px;
  max-height: 650px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 70%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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: 10px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  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}
}