@charset "utf-8";
/* CSS Document */

/*body{
	-webkit-user-select: none;
	-moz-user-select: none;   
	-ms-user-select: none;    
	user-select: none;    
	}*/

#sidebar-wrapper {
	z-index: 1000;
	left: auto;
	right: 0;
	width: 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #00A7B5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:fixed;
	top:0;
	}
	
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
	}
	
.language{
	display: inline-block;
	padding-right: 15px;
	top: -5px;
    font-weight: 600;
    color: #616161;
    position: relative;
	}	
	
.language:hover{	
	text-decoration: none;
	color: #616161;
	opacity: 0.6;
	}
	
.language_home{
	display: inline-block;
	padding-right: 15px;
	top: -5px;
    font-weight: 600;
    color: #fff;
    position: relative;
	}	
	
.language_home:hover{	
	text-decoration: none;
	color: #fff;
	opacity: 0.6;
	}	
	
#wrapper{
	display: inline-block;
	}	
	
#wrapper.toggled #sidebar-wrapper {
	width: 326px;
	}

.sidebar-nav {
	position: absolute;
	top: 110px;
	margin: 0;
	/*padding: 0 25px;*/
	list-style: none;
	width: 326px;
	}
	
.sidebar-nav li {
	position: relative;
	line-height: 20px;
	display: inline-block;
	width: 100%;
	/*border-bottom: 1px solid #757575;*/
	}

.sidebar-nav li a {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-decoration: none;
	/*padding: 25px 0 5px;*/
	/*transition: .35s ease-out;*/
	text-transform:uppercase;
    transition: all 0.3s ease-out;
	font-family:proxima-nova-bold;
	}	
	
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	margin-left: 5px;
    opacity: 0.7;
	transition: all 0.3s ease-out;
	}

/*.sidebar-nav li a:after {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 1.875rem;
	position: absolute;
	right: 0;
	bottom: 6px;
	transition: .35s ease-out;
	width: 1.5rem;
	}

.sidebar-nav li a:hover:after{
	width: 1.5rem;
	height: 1.875rem;
	}*/
	
.flclose{
	display:none;
	}	

.flmore{
	/*float:left;*/
	color: #fff;
	font-size: 1.0em;
	font-weight: 500;
	/*letter-spacing: 1px;*/
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
    margin-top: 6px;
	}
		
.hamburger {
	z-index: 999;
    display: block;
    max-width: 64.5px;
    background: #00a7b5;
    border: none;
    padding: 8px 0 6px;
    border-radius: 2px;
    margin: 0px auto;
    height: 100%;
	}
	
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
	outline: none;
	}
	
.hamburger.is-closed,
.hamburger.is-open {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 0.35s ease-in-out;
	}
	
.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	-webkit-transition: all 0.35s ease-in-out;
	}
	
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom { 
	/*left: 38px;*/
	height: 2px;
    max-width: 45%;
    position: relative;
    display: block;
    margin: 0 auto;
	}
	
.hamburger:hover .flmore{
	color: #fff;
	-webkit-transition: all 0.35s ease-in-out;
	}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom  {
	background-color: #ffff;
	}

.hamburger.is-closed .hamb-top {
	top: 0px;
	-webkit-transition: all 0.35s ease-in-out;
	}

.hamburger.is-closed .hamb-middle {
  	top: 3px;
	}

.hamburger.is-closed .hamb-bottom {
	top: 6px;
	-webkit-transition: all 0.35s ease-in-out;
	}
	
/*.hamburger.is-closed:hover .hamb-top{
	background-color: #ff5252;
	-webkit-transition: all 0.35s ease-in-out;
	}

.hamburger.is-closed:hover .hamb-bottom{
	background-color: #ff5252;
	-webkit-transition: all 0.35s ease-in-out;
	}
	
.hamburger.is-closed:hover .hamb-middle{
	background-color: #ff5252;
	-webkit-transition: all 0.35s ease-in-out;
	}*/	

.hamburger.is-open {
	z-index: 9999;
	position: relative;
	color:#fff;
	}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom{
	background-color: #fff;
	}

.hamburger.is-open .flmore{
	color:#fff;
	display:none;
	}
	
.hamburger.is-open .hamb-middle { 
	display: none; 
	}	

.hamburger.is-open .flclose{
	color:#fff;
	display:block;
	margin-top:18px;
	/*float:left;*/
	font-size: 1.0em;
	font-weight: 500;
	/*letter-spacing: 1px;*/
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -3px;
	}
	
.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(.73,1,.28,.08);
	top: 7px;
	}
	
.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(.73,1,.28,.08);
	top: 7px;
	}
	
.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 0.35s ease-in-out;
	}
	
.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px,0,0);
	-webkit-transition: all 0.35s ease-in-out;
	}
	
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
	transition: background-color 0.5s,visibility 0.5s;
    z-index: 1;
	}		
