												button {background: none; border: none;}
button::-moz-focus-inner {border: 0;}
::-moz-focus-inner {border: 0;}
.btn-nav .bar { background: #fff;cursor: pointer;margin-top: 6px;}
.bar { display: block; height: 3px; width: 31px; background: #fff; margin:8px auto;}
/*.btn-nav {height: 36px;display: block; padding:0;float: right; width:36px; position: relative; right: 20px; top:22px;
  -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}*/
.btn-nav:focus { outline: none; }
.middle { margin: 0 auto; }
.btn-nav .bar{ -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease;  -o-transition: all .2s ease; transition: all .2s ease;}
@media all and (max-width:700px) {
	.btn-nav .bar{background: #00A2DB;}
	#header{
		background: #fff;
	}
}
.animated { z-index: 1101; }
.nav-container { position: fixed; right: -50%; top: 0;  background-color:#ffffff; height: auto; width:360px; z-index: 1100;}
.nav-list { cursor: pointer; list-style-type: none; top: 0; text-align: center; position: relative; margin: 0; padding: 0;padding-bottom: 3px;}
.list-item { margin: 20px auto; border: 2px solid #fff; width: 50px; padding: 15px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.list-item:hover { border: 2px solid #17BEBB; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease;  transition: all 1s ease;}
@keyframes 
showNav { from { right: -100%;}
to { right: 0; }
}
@-webkit-keyframes 
showNav { from { right: -100%;}
to { right: 0; }
}
@-moz-keyframes 
showNav { from {
 right: -100%;
}
to { right: 0; }
}
@-o-keyframes 
showNav { from {
 right: -100%;
}
to { right: 0; }
}
.showNav {height: auto;overflow: auto; -webkit-animation: showNav .5s ease forwards; -moz-animation: showNav 1s ease forwards; -o-animation: showNav 1s ease forwards;animation: showNav .5s ease forwards;}
@keyframes 
hideNav { from { right: 0;}
to { right: -100%; }
}
 @-webkit-keyframes 
hideNav { from {right: 0;}
to { right: -100%; }
}
@-moz-keyframes 
hideNav { from { right: 0;}
to { right: -100%; }
}
@-o-keyframes 
hideNav { from {right: 0;}
to { right: -100%; }
}
.hideNav { -webkit-animation: hideNav 1s ease forwards; -moz-animation: hideNav 1s ease forwards; -o-animation: hideNav 1s ease forwards; animation: hideNav 1s ease forwards;display:none}
.hidden { display: none; }
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Roboto-Regular-webfont.woff') format('woff'), 
		 url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), 
		 url('../fonts/Roboto-Regular-webfont.svg#roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-condensed';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), 
		 url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), 
		 url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto-condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-light';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/Roboto-Light-webfont.woff') format('woff'), 
		 url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), 
		 url('../fonts/Roboto-Light-webfont.svg#roboto-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "roboto-thin";
    src: url("../fonts/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), 
		 url("../fonts/Roboto-Thin-webfont.woff") format("woff"), 
		 url("../fonts/Roboto-Thin-webfont.ttf") format("truetype"), 
		 url("../fonts/Roboto-Thin-webfont.svg#robotolight") format("svg");
    font-style: normal;
    font-weight: normal;
}
.navbar-brand {
	margin-right:90px;
}
.navbar .mainmenu, .navbar .mainmenu.navbar-right {
	padding-top:15px;
	padding-bottom:27px;
margin-right:-10px;
}
.navbar-default .navbar-nav > li > a {
    color: #231b20;
}
.mainmenu.navbar-right > li {
	margin-right:20px;
}
.mainmenu > li > a:hover,
.mainmenu > li > a:focus {
  	color: #00a2db !important;
  	background-color: transparent !important;
}
.mainmenu > .open > a, 
.mainmenu > .open > a:hover, 
.mainmenu > .open > a:focus {
    background-color: #ffffff !important;
    color: #00a2db;
	border-top:solid 1px #edecec;
	border-left:solid 1px #edecec;
	border-right:solid 1px #edecec;
}
.mainmenu .dropdown-menu {
	background-color:#ffffff;
    border:solid 1px #edecec;
    box-shadow: none;
}
.navigation ul li {
	text-align:left;
	padding:0;
	/*border-bottom:1px solid #f1f2f2;*/
}
.navigation ul li a { 
	color:#231b20; 
	font-size:15px; 
	text-decoration:none; 
	padding:10px 0 10px 30px; 
	line-height:100%; 
	display:block; 
}
.navigation ul li a i { 
	color:#00a2db; 
	font-size:22px; 
	margin:0 10px 0 0;
}
.navigation ul li a:hover {
	color:#00a2db;
}
.navigation .showNav .btn-bg {
	background-color: rgba(241, 241, 243, 1);
}
.btn-nav:hover .open-btn .bar {
	background: #00a2db;
}
.btn-nav .close-btn .bar, .animated .open-btn .bar { 
	opacity:0; 
}
.animated .close-btn .bar{ 
	opacity:1;
}
.site-content {
	/*margin-top:22px;*/
}
@media (max-width: 767px) {
margin-top:0px;
}
.darkClass
{
    overflow-x: hidden; 
    overflow-y: hidden;
    background-color: black;
    filter:alpha(opacity=20); /* IE */
    opacity: 0.2; /* Safari, Opera */
    -moz-opacity:0.20; /* FireFox */
    z-index: 1005;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
}
.nav-container.showNav li:nth-last-child(2), .nav-container.showNav li:last-child
{
    border-top: 2px solid rgba(231, 231, 233, 1);
    padding:4px 0;
}
.nav-icon-bar{
    background-color: black;
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 8px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.nav-icon{
    position: relative;
float: right;
padding: 4px 4px;
margin-top: -5px;
/*! margin-right: 15px; */
/*! margin-bottom: 8px; */
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.nav-icon:hover,
.nav-icon:focus
{
    background-color: #ddd;
}