@charset "UTF-8";

/* header
-------------------------------------------------- */
header {
		
		width: 100%;
		height: 163px;
		transition: .5s;
		background:#FFF;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		z-index: 20;
		position: relative;
	}

.is-animation {
		position: fixed;
		top: 0;
		left: 0;
		background: #FFF;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		height: 50px;
		box-sizing: border-box;
		padding:10px 0 ;
		border-bottom:none;
	}

@media only screen and  (max-width: 800px) {
header {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		box-sizing: border-box;
		padding:10px 0;
}

.is-animation {}
}

/* header #logo */

header #logo{
	display:none;
}

.is-animation #logo{
	width:278px;
	height:30px;
	display:block;
	margin:0 15px;
	float:left;
	transition: .1s;
	background-image:none;
	background-size:auto 30px;
	background-repeat: no-repeat;
	background-image: url(../images/common/logos.gif);
	position: relative;
	z-index:20;
}

header #logo a{
	width:278px;
	height:30px;
	text-decoration:none;
	display: block;
	text-indent:-9999px;
	}

@media only screen and  (max-width: 800px) {
header #logo{
	float:none;
	margin:0 auto;
	width:278px;
	height:30px;
	display:block;
	background-image:none;
	background-size:auto 30px;
	background-repeat: no-repeat;
	transition: .1s;
	background-image: url(../images/common/logos.gif);
}

.is-animation #logo{
	float:none;
	margin:0 auto;
}
}

@media only screen and  (max-width: 350px) {
header #logo{
	float:right;
	margin:0 5% 0 0;
}

.is-animation #logo{
	float:right;
	margin:0 5% 0 0;
}
}

/* header #headerLogo */

#headerLogo{
	position:absolute;
	left:50%;
	top:7px;
	width:345px;
	height:100px;
	margin-left:-173px;
}

#headerLogo img{
	width:100%;
	height:auto;
}

.is-animation #headerLogo{
	display:none;
}

@media only screen and  (max-width: 800px) {
header #headerLogo{
	display:none;
}
}

/* nav
--------------------------------------- */
#nav{
  width:100%;
  position: absolute;
  padding:0 0 0 0;
  top:128px;
  z-index:10;
  text-align: center;
}

.is-animation #nav{
  padding:12px 0 0 0;
  top:0;
}

@media only screen and  (max-width: 1280px) {
.is-animation #nav{
  left:auto;
  right:3%;
  margin-left:0;
}
}

@media only screen and  (max-width: 800px) {
.is-animation #nav{
  right:0;
}
}

#nav > a{display: none;}
#nav liposition: relative;}
#nav li a{color: #fff;display: block;}

#nav li {
  display:inline-block;
  margin:0 14px;
  font-size:0.8em;
}

#nav li a{
  color: #000;
  text-decoration: none;
}

#nav li a:hover{
  color:#7D7D7D;
  text-decoration: none;
}

.is-animation #nav li a{
  color: #000;
  text-decoration: none;
}

.is-animation #nav li a:hover{
  color:#7D7D7D;
  text-decoration: none;
}

#nav li i.fa {
	margin-right: 7px;
	color: #A78A37;
	font-size:1.4em;
	vertical-align:middle;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

@media screen and (max-width: 800px) {
#nav{
  width:100%;
  position: absolute;
  padding:0 0 0 0;
  top:0;
  left:0;
  margin-left:0;
  z-index:10;
}

.is-animation #nav{
  padding:0 0 0 0;
}

#nav li {
  margin:0;
}

#nav > a{
 width: 3.125em; /* 50 */
 height: 3.125em; /* 50 */
 text-align: left;
 text-indent: -9999px;
 background-color: none;
 position: relative;
}

#nav > a:before{
 position: absolute;
 border: 2px solid #121212;
 top: 40%;
 left: 25%;
 right: 25%;
 content: '';
}

#nav > a:after{
 position: absolute;
 border: 2px solid #121212;
 top: 40%;
 left: 25%;
 right: 25%;
 content: '';
}

#nav > a:after{ top: 65%;}

#nav:target > ul{display: block;}

#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type{
 display: block;
}

/* first level */
#nav > ul{
 background: rgba(255, 255, 255, 0.95);
 width:100%;
 height: auto;
 display: none;
 position: absolute;
 top:50px;
 left: 0;
 right: 0;
 padding-bottom:0;
 transition: .5s;
 border-top:1px solid #ccc;
}

.is-animation #nav > ul{
	border-top: 1px solid #ccc;
}

#nav li a{ display: block;}
				
#nav > ul > li{
 width: 100%;
 float: none;
}

#nav > ul > li > a{
 color:#000;
 height: auto;
 text-align: left;
 padding: 15px 28px; /* 20 (24) */
}

.is-animation #nav > ul > li > a{
 color:#000;
 height: auto;
 text-align: left;
 padding: 15px 28px; /* 20 (24) */
}

#nav > ul > li > a{
 color:#000;
 border-right: none;
 border-bottom: 1px solid #ccc;
 background-color: #F0F0F0;
}

#nav > ul > li:hover > a{
	color:#000!important;
	background-color: rgba(255, 255, 255, 0.95);

}