/* 
- Name: Responsive overlay menu framework
- Version: 1.0
- Latest update: 15.9.2015.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Bowlby One SC', serif;
	background: #ffffff;

}

h3 {
    color: #e9e9e9;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
}

h4 {
    color: #ffa56e;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
}

h2 {
      text-align:center;
	  color:#584a40;
	  font-size:2.6em;	
	  font-weight:400;
      font-family: 'Bowlby One SC', serif;
	  letter-spacing:0px;
}

a:link, a:visited {
   color: #ecae55;
   text-decoration: none; 
   text-transform:normal;
   text-decoration-style:none;
   font-weight:400;
}

.page a:hover, a:active {
   color: #584a40;
   text-decoration: none; 
   text-transform:normal;
   text-decoration-style:none;
}	


.page {
	margin-top:2%;
	width : 74%;
	margin-left:13%;
	margin-right:13%;
	margin-bottom:5%;
	color:#584a40;
}


.page p img {
      text-align:center;
	  border:0;
}

.page p {
      text-align:left;
	  text-transform:normal;
	  letter-spacing:0px;
	  font-size:1.2em;
      font-family: 'PT Serif', serif;
	  font-weight:300;
	  color:#584a40;
	  line-height:auto;
	  margin-top:2%;
}

h1 {
      float:left;
      text-align:left;
      width:100%;
	  color:#584a40;
	  font-size:2.6em;	
	  font-weight:400;
      font-family: 'Bowlby One SC', serif;
	  letter-spacing:0%;
	  padding-left:0%;
	  padding-right:0%;
	  padding-bottom:2%;
	  padding-top:0%;
	  margin-bottom:0%;
	  margin-top:0%;
}

strong {
	  font-weight:600;
}

.LeftMenu {
	width : 90%;
	margin-left:4%;
	margin-right:6%;
	margin-top:5%;
	margin-bottom:3%;
	color:#FFFFFF;
}

.LeftMenu p {
      text-align:left;
	  text-transform:normal;
	  letter-spacing:0px;
	  font-size:1.1em;
      font-family: 'PT Serif', serif;
	  font-weight:300;
	  color:#584a40;
	  line-height:auto;
      margin-left:0%;
	  margin-top:5px;
}

.itemMenu {
	width : 93%;
	margin-left:2%;
	margin-right:5%;
	margin-top:5%;
	margin-bottom:3%;
	color:#FFFFFF;
}

.itemMenu p {
      text-align:left;
	  float:left;
	  text-transform:normal;
	  text-decoration-style:none;
	  letter-spacing:0px;
	  font-size:0.8em;
      font-family: 'PT Serif', serif;
	  font-weight:300;
	  color:#584a40;
	  line-height:auto;
	  margin-top:2%;
	  margin-left:2%;
}

.filariane {
	margin-top:0%;
	width : 80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom:1%;
	color:#584a40;
}

.filariane p {
      text-align:left;
	  text-transform:normal;
	  letter-spacing:1%;
	  font-size:0.8em;
      font-family: 'PT Serif', serif;
	  font-weight:300;
	  color:#584a40;
	  line-height:auto;
	  margin-top:0%;
}

a {
	 text-transform:normal;
	 text-decoration-style:none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* OPEN / CLOSE BTNS */
.menu-btn {
    position: absolute;
    top: 0%;
    right: 2%;
    z-index: 999;
    display: inline;
    font-size: 3em;
}
.menu-btn a {
      display: inline-block;
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
    /* safari hack */
}
.btn-open:after {
    color: #ffa56e;
    content: "\f394";
    font-family: "Ionicons";
	  font-size:1.8em;
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
    color: #ffa56e;
	  text-decoration-style:none;
	  text-transform:normal;
   	  text-decoration: none;
}
.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
	font-size:1.8em;	
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
      color: #ffa56e;
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #ffa56e;
}
.overlay .menu {
    margin: 2% auto;
    width: 100%;
}
.overlay .menu ul {
    margin: 0;
    padding-left:5%;
    padding-right:7%;
    width: 100%;
}

.overlay .menu ul li p {
    float: left;
    text-transform: normal;
}
.overlay .menu ul li {
    float: left;
    padding: 1% 0;
    width: 25%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}
.overlay .menu ul li a {
    color: #584a40;
    font-weight: 300;
    font-size: 1.7em;
	text-transform:normal;
	text-decoration-style:none;
   	text-decoration: none;
    font-family: 'Bowlby One SC', serif;
}
.overlay .menu ul ul {
    margin-top: 50px;
}
.overlay .menu ul ul li {
	text-transform:normal;
	text-decoration-style:none;
   	text-decoration: none;
    font-weight: 300;
    font-size: 1.2em;
    font-family: 'Bowlby One SC', serif;
    position: relative;
	padding-left:1%;
	padding-right:1%;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .menu ul ul li a {
    color: #fff;
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
    font-weight: 300;
    font-size: 1.1em;
    font-family: 'Bowlby One SC', serif;
}
.overlay .menu ul ul li a:hover {
    color: #584a40;
	  text-transform:normal;
	  text-decoration-style:none;
   	  text-decoration: none;
}


/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 0px solid #ffffff;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 25px;
    }

.LeftMenu {
	width : 93%;
	margin-left:2%;
	margin-right:5%;
	margin-top:5%;
	margin-bottom:3%;
	color:#FFFFFF;
}

.LeftMenu p {
      text-align:left;
	  text-transform:normal;
	  letter-spacing:0px;
	  font-size:1.2em;
      font-family: 'PT Serif', serif;
	  font-weight:400;
	  color:#584a40;
	  line-height:auto;
	  margin-top:3%;
}

.itemMenu {
	width : 93%;
	margin-left:2%;
	margin-right:5%;
	margin-top:5%;
	margin-bottom:3%;
	color:#FFFFFF;
}

.itemMenu p {
      text-align:left;
	  float:left;
	  text-transform:normal;
	  text-decoration-style:none;
	  letter-spacing:0px;
	  font-size:0.8em;
      font-family: 'PT Serif', serif;
	  font-weight:300;
	  color:#584a40;
	  line-height:auto;
	  margin-top:2%;
	  margin-left:2%;
}	
}

.allexamples{
  position:absolute;
  bottom:0;
  font-size:18px;
  font-weight:bold;
  width:100%;
  text-align:center;
  background:#e9e9e9;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#ffa56e;
  position:fixed;
} 
