
/* General Demo Style */
body{
	background-color: transparent;
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: auto, cover;
    -moz-background-size: auto, cover;
    -o-background-size: auto, cover;
    background-size: auto, cover;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
   
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
    outline: none;
}
.clr{
	clear: both;
    height: 200px;
    
}
.content{
	position:relative;
    width:580px;
    margin: 0 auto;
    font-size:22px;
	color:#ffffff;
	text-align:center;
}
/* Header Style */
header{
	margin:0px;
	padding:5px;
	font-size:36px;
	color:blue;
	text-align:center;
	font-weight:500;
    position: relative;
    padding:120px 0px 0px 10px; 
}


h1{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
h2 {
    color: #ffffff;
    line-height: 1.0;
    text-align: center;
    font-family:'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    width:1000px;
    padding: 5px 0px 0px 220px; 
}

.text {
  color: #000000;
  font-weight: bold;  
  font-family: Arial, Tahoma, sans-serif;  
  font-size: 20px;
  position: relative;
  top: 100%;
  left: 50%;
  padding: 1px 1px 0px 1px;   
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* The styles of this stylesheet below relates to the  menu on the home page. */

.bmenu{
	padding: 50px 0px;
	margin: 30px auto;
	position: relative;
	background: #1e4a63;
	width: 500px;
	height: 375px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.bmenu:hover{
	background: rgba(0,0,0,0.2);
}
.bmenu li{
	font-size: 40px;
	display: block;
	line-height: 100px;
}
.bmenu li a{
	white-space: nowrap;
	color: transparent;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px #ffffff;
	letter-spacing: 1px;
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	-webkit-transform: scale(0.8); 
	transform: scale(0.8);
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #ffffff;
}
.bmenu li a:hover{
	text-shadow: none;
	color: #ffffff;
	background: rgba(146,30,204,0.8);
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
}

footer {
   
    padding: 1px;
    color: #ffffff;
    font-size: 8pt;
    font-family: Verdana,sans-serif;
    
}
/* The slideshow styles of this stylesheet has been used in the socialMedia web page. */
/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/complete-tutorial-on-creating-sliding-enabled-slideshow-using-jquery/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */


#slideshow {/*slider container css*/
  width: 940px;
  height: 485px;
  overflow: hidden;
  margin: 0px auto 1px auto;
  box-shadow: 0px 0px 50px #333;
  -moz-box-shadow: 0px 0px 50px #333;
  -webkit-box-shadow: 0px 0px 50px #333;
}

#slideshow ul {/*manage slider scroll elements css*/
  width: 400px;
  list-style: none; 
}

#slideshow ul li {
  float: left;
}

#slideshow-nav {/* Slider navigation container css */
  width: 150px;
  margin: 0 auto 30px auto;
}
#slideshow-nav ul {
  list-style: none; 
}
#slideshow-nav ul li {
  float: left; 
}
#slideshow-nav ul li a {/* navigation styling css */
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 5px;
  background: #ffffff;
  text-indent: -999px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 30px #000;
  -webkit-box-shadow: 0px 0px 30px #000;
}
#slideshow-nav ul li a:hover, #slideshow-nav ul li a.active {
/* hover and active navigation css */
  background: #333;
}


a:focus {
  background-color: #a89d8a;
}


/* The styles of this stylesheet below relates to the side menu on the web site. */


.overlay {
  height: 50%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 200px;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
 
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #ffffff;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 250px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 30px;
  top: 15px;
  right: 35px;
  }
}
