
@font-face {
    font-family: 'FontAwesome';
    src: url('font/fontawesome-webfont.eot');
    src: url('font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/fontawesome-webfont.woff') format('woff'),
    url('font/fontawesome-webfont.ttf') format('truetype'),
    url('font/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }
html { overflow-x: hidden; }
body { margin: 0; font-family:'Ubuntu', sans-serif; font-size: 14px; font-weight: 400; line-height: 22px; color: #777; overflow-x: hidden;background-color:#2A2A2A;/*height: 100%;*/}
i{margin-right:10px;}
hr{color: #252525;background-color: #252525;height: 3px;border:none;}

/* LINK STYLES */

a:hover, a:active, a:focus { outline: 0; }
a { font-weight: 700; color: #4B8DF8; text-decoration: none; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s; }
a:hover { color: #4B8DF8; text-decoration: none; }
a.color { color: #4B8DF8; }
a.color:hover { color: #353535; text-decoration: none; }

.closeicon { cursor: pointer; position: absolute; z-index:100; top: 0; right: 0; width: 52px; height: 52px; background: url('../img/icons/close.png') no-repeat; -webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s; transition: all 0.15s; }
.closer { background-position: top; }
.opener { background-position: bottom; }
.headertopline {
	z-index: 0; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	margin-left: 0; 
	height: auto; 
	background: #4B8DF8; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	-moz-box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); 
	box-shadow: inset 0px 3px 0px rgba(255, 255, 255, 0.25); 
	border-bottom: 3px solid #fff;
	padding-top: 15px; 
	padding-bottom: 15px;
	color:#FFF;
}

.headertopline a { color: #fff;}
.headertext{text-align:center;}
.centeredinfo{margin: 0 auto;width: 700px;}

.headerwrap { width: 100%; left: 0; margin-left: 0; background: #333333 url('../img/bg.png') repeat center left; padding: 0px;}
.header { text-align: center;border-bottom:3px solid #252525; }
.header .logo { padding-top: 30px; padding-bottom: 30px; }
.container {
        /*width: auto;*/
        /*max-width: 800px;*/
      }
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
  }	  
.images{max-width:800px; margin:0 auto;margin-bottom:50px;margin-top:50px;}  
#push,#footer {height: 60px;}
#footer {background: #333333 url('../img/bg.png') repeat center left;border-top:3px #252525 solid;text-align:center;}
.credit{padding-top:20px;margin-left:135px;}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*Functional Styles (Required)

/* Tim Pietrusky advanced checkbox hack (Android <= 4.1.2) */
body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

/*.header { position: relative; }*/
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;	}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }

@media only screen and (max-width: 768px){
	.menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggle:checked ~ .menu { display: block; opacity: 1;}
}
/* MAIN NAVIGATION */

.mainmenu { position: relative; z-index: 98; margin: 0 auto;width: 500px; height: auto; background: #2a2a2a; /*border-top: 3px solid #252525;*/}
.menuwrapper { float: left; position: relative;} 
.nav{ 
	display: block; 
	float: right; 
}
.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100%; 
}
.menu > li > a{
	display: block;
	padding: 30px 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background: #2A2A2A;
	color:#4B8DF8;
}
.menu > li > a:hover, .menu > li > a:focus {
	background: #2A2A2A;
	box-shadow: inset 0px 5px #4B8DF8;
	color: #4B8DF8;
	padding: 24px 20px 30px;
}
.menu-item-tools > a:hover, .current-menu-item > a {
    /*border-top: 1px solid #E05E5E;*/
    box-shadow: inset 0px 5px #4B8DF8;
    color: #E05E5E;
}
.toggle{ 
	z-index: 2; 
}
@media only screen and (max-width: 768px){
	.menu{
		background: #2A2A2A;
		border-top: 1px solid #4B8DF8;
	}
	
	.menu, .menu > li, .menu > li > a{
		height: auto;
	}
	
	.menu > li > a{
		padding: 15px 15px;
	}
	
	.menu > li > a:hover, .menu > li > a:focus{
		background: #F2F2F2;
		box-shadow: inset 5px 0px #4B8DF8;
		padding: 15px 15px 15px 25px;
	}
	
	.toggle:after {
		content: 'Main Menu';
		display: block;
		width: 263px;
		margin: 33px 0;
		padding: 10px 50px;
		background: #4B8DF8;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	
	.toggle:hover:after{
		background: #45ABD6;
	}
	
	#toggle:checked + .toggle:after{
		content: 'Close Menu';
	}
}

@media only screen and (max-width: 479px){
	.header > h1 { 
		text-align: center;
	}
	.header > h1, .nav, .toggle:after{ 
		float: none; 
	}
	.toggle:after { 
		text-align: center; /*width: 100%; */
	}
}
/* SLIDES */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 .rslides2 {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	margin-bottom:50px;
	margin-top:50px;
}
 