/* =Header and resize
-------------------------------------------------------------- */
header {
	width: 100%;
	height: 145px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	background-repeat: repeat-x;
	padding-right: 0%;
	padding-left: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	border-top-width: 35px;
	border-top-style: solid;
	border-top-color: #5EC8DC;	/*-webkit-box-shadow: 0px 1px 1px 0px rgba(30, 30, 30, 0.3);
	-moz-box-shadow: 0px 1px 1px 0px rgba(30, 30, 30, 0.3);
	box-shadow: 0px 1px 5px 0px rgba(30, 30, 30, 0.3);	box-shadow: 3px 3px 3px #B2B2B2;*/
}
header.smaller {
	height: 145px;
}
header li#logo {
	display: block;
	float: right;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
	z-index: 10000000!important;
	height: 65px;
	text-align: right;
	margin-right: 0%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 15px;
	right:0;
}
header.smaller li#logo {
	width: 170px;
	height: 50px;
	margin-left: 0%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float:right;
	right:0;
	text-align: right;
	z-index: 10000000!important;
}
header li#nav {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#nav {
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li#facebook {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 4.4%;
	padding-top: 58px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#facebook {
	float: left;
	width: 100%;
	padding-top: 19px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li#navBarSep {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 4.4%;
	padding-top: 63px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#navBarSep {
	float: right;
	width: 4.4%;
	padding-top: 63px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li ul.slimmenu li a {
	padding-top: 60px;	
	padding-bottom: 57px;
}
header.smaller li ul.slimmenu li a {
	padding-top: 60px;	
	padding-bottom: 51px;
}
header li ul.slimmenu li ul li {
	background-color: rgba(196,196,196,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size:16px;
	padding:0px;
	top:30px;
}
header.smaller li ul.slimmenu li ul li {
	background-color: rgba(196,196,196,0.9);
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size:16px;
	padding:0px;
	top:10px;
}
.header li .collapse-button {
	margin-top:16px;
}



/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 660px) {
/* =Header
  -------------------------------------------------------------- */
  header li#logo {
	display: block;	
	float: right;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 210px;
	position: relative;
	z-index: 10000000!important;
}
header.smaller li#logo {
	width: 210px;
	height: 22px;
	text-align: left;
	margin-top: 5px;
	margin-left: 0%;
	z-index: 10000000!important;
}
header li#nav {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position:absolute;
	left:0
}
header.smaller li#nav {
	float: right;
	height: 50px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li#facebook {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: left;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#facebook {
	float: left;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li#navBarSep {
	display: none;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 4.4%;
	padding-top: 58px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#navBarSep {
	float: right;
	width: 4.4%;
	padding-top: 54px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header {
	display: block;
	float: none;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	z-index: 10000!important;
	background-color:FFFFFF;
}
header.smaller {
	height: 60px;
	z-index: 10000!important;
	background-color:FFFFFF;
}
header.smaller nav {
	height: 35px;
	z-index: 10000!important;
}
header.smaller nav a {
	line-height: 35px;
	z-index: 10000!important;
}

}


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 480px) {
/* =Header
  -------------------------------------------------------------- */

header {
	display: block;
	float: none;
	height: 65px;
	text-align: center;
	margin: 0 auto;
	z-index: 10000!important;
	background-color:FFFFFF;
}
header.smaller {
	height: 65px;
	z-index: 10000!important;
	background-color:FFFFFF;
}
  header li#logo {
	display: block;	
	float: right;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	margin-top: 12px;
	margin-bottom: 0px;
	width: 100%;
	position: relative;
	z-index: 10000000!important;
}
header.smaller li#logo {
	width: 100%;
	height: 22px;
	text-align: right;
	margin-top: 12px;
	margin-left: 0%;
	z-index: 10000000!important;
}
header li#nav {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position:absolute;
	left:0
}
header.smaller li#nav {
	float: right;
	height: 25px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller nav {
	height: 35px;
	z-index: 10000!important;
}
header.smaller nav a {
	line-height: 35px;
	z-index: 10000!important;
}
header li#facebook {
	display: inline-block;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: left;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#facebook {
	float: left;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header li#navBarSep {
	display: none;
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
	float: right;
	width: 4.4%;
	padding-top: 58px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header.smaller li#navBarSep {
	float: right;
	width: 4.4%;
	padding-top: 54px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
}
