/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
html, body {
  /*font-family: Roboto;*/
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

.container {
  margin: 0 0px;
  overflow: hidden;
  *zoom: 1;
}

.site-content {
  padding-top: 105px;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  height: 105px;
  padding-right: 50px;
  line-height: 66px;
  color: #FFF;
	z-index: 100;
  background-color: #fdf5ee;
}

.header__logo {
  /*font-weight: bold;*/
  /*padding: 0 25px;*/
	margin-top: 5px;
	margin-left: 20px;
	height: 98px;
    float: left;
}
.header__logo img {
	width: 100%;
}
.header__lng{
	float: left;
	width: 24px;
	height: 50px;
	margin-top: 25px;
	margin-left: 10px;
	line-height: 25px;
}

/*------------------------------------*\
    $MENU
\*------------------------------------*/
.menu {
  float: right;
	height: 105px;
	line-height: 105px;
	font-size: 12px;
	background-color: #626262;
}
  .menu a {
    padding: 0 20px; }
  .menu a:hover {
    color: #c6ff00; }
.arrow{
	float: right;
	height: 105px;
}

/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1024px) {
  .site-pusher, .menu-container {
    height: 100%; }

  .menu-container {
    overflow: hidden; }

  .site-pusher {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .site-content {
    position: absolute;
    top: 105px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	}

  .header {
    position: static;
	/*background-color: blue;*/
	}

  .header__icon {
    position: relative;
    display: block;
    float: right;
    width: 50px;
    height: 66px;
    cursor: pointer; }
    .header__icon:after {
      content: '';
      position: absolute;
      display: block;
      width: 1rem;
      height: 0;
      top: 16px;
      left: 15px;
      -moz-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
      -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black;
      box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black; }

  .menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	height: 700px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #a4d00c;
    width: 250px;
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
    .menu a {
      display: block;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-bottom: 1px solid white; }
	.arrow{
		display: none;
    }

  .with--sidebar .site-pusher {
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); } }
/*------------------------------------*\
    $RESPONSIVE MOBILE
\*------------------------------------*/
@media only screen and (max-width: 660px) {
	 .site-content {
    	top: 60px;
 }
	.header {
  		position: fixed;
  		left: 0;
  		right: 0;
  		height: 60px;
  		padding-right: 50px;
  		line-height: 66px;
  		color: #FFF;
  		background-color: #fdf5ee;
}
	.header__logo {
		margin-top: 5px;
		margin-left: 10px;
		height: 55px;
		width: 130px;
}
	.header__logo img {
		width: 100%;
}
	.header__lng{
		width: 24px;
		height: 50px;
		margin-top: 5px;
		margin-left: 10px;;
		line-height: 25px;
}
}
