@charset "utf-8";
/* CSS Document */

/* OPEN / CLOSE BTNS */
.menu-btn {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 998;
	display: inline;
	overflow: hidden;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
}
.btn-open:after {
	content: url(../images/teaser/menu/mobile/b_002.png);
    -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: #34B484;
}
.btn-close:after {
    color: #fff;
	content: url(../images/teaser/menu/mobile/b_003.png);
    -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: #34B484;
}







/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 997;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
		background-image: url(../images/teaser/menu/mobile/bg_02.png);
}

.overlay .menu {
    margin: 80px auto;
    width: 80%;
}

	.overlay .menu img{
		width:250px;
		height:auto;
	}
	
	
.overlay .menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.overlay .menu ul li {
    float: left;
    padding: 5px 0;
    width: 25%;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}
.overlay .menu ul li a {
    color: #FF9D00;
    font-weight: bold;
    font-size: 140%;
    text-decoration: none;
}
.overlay .menu ul ul {
    margin-top: 20px;
}
.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    border: 0;
}
.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
}
.overlay .menu ul ul li a:hover {
    color: #34b484;
}


/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        margin: auto;
        border-bottom: 1px dotted #fe9c07;
    }
    .overlay .menu li.title_index {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        font-size: 150%;
        font-weight: 900;
        color: rgba(76,47,3,1.00);
        text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
    }    
    .overlay .menu li.title_top {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        border: 2px solid #fe9c07;
        background-color: rgba(254,156,7,1.00);
        color: rgba(255,255,255,1.00);
        font-weight: 900;
    }
    .overlay .menu li.title_top a{
        color: rgba(255,255,255,1.00)!important;
        font-weight: 900;
        padding: 10px 100px;
    }
    
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 5px;
    }
    .menu-btn {
		width:150px;
		text-align: right;
    }
	
	.menu-btn img{
		width:100%;
		height:auto;

	}
}



.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:#333;
  position:fixed;
} 




.link_movie{
	margin: 20px auto;
}

.link_movie img{
	width: 100% !important;
	height: auto !important;
}
