*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
	padding: 80px;
}

.bt-menu-back {
	width: 38px;
    height: 64px;
	z-index:100;
    padding-top: 48px;
    background-image: url(../images/icones/back.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 38px;
    position: fixed;
    top: 420px;
    left: 15px;
    font-size: 0.7em;
    color: #d95675;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	cursor:pointer;
}

.bt-menu {
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: #333;
	background-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu.bt-menu-open {
	position: fixed;
    border: 0;
    -webkit-transition: border-width 0.3s, background-color 0.3s;
    transition: border-width 0.3s, background-color 0.3s;
    left: 0;
    top: 0;
    height: 100%;
    width: 150px;
    z-index: 700;
}

.bt-overlay {
	position: absolute;
	width: 150px;
	z-index:10;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-menu-trigger {
	position: fixed;
	top: 360px;
	left: 0;
	z-index: 1000000000;
	display: block;
	width: 70px;
	height: 55px;
	cursor: pointer;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:5px solid transparent;
}

.bt-menu-trigger div:first-child {
	padding-top: 40px;
    margin-left: 5px;
    color: #333333;
    font-size: 0.8em;
    letter-spacing: 3px;
    font-weight: bold;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bt-menu-trigger div:nth-child(2) {
	margin-top:-27px;
    margin-left: 0;
	color:#d95675;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bt-menu-open > .bt-menu-trigger > div:first-child  {
	opacity: 0;
}

.bt-menu-open > .bt-menu-trigger > div:nth-child(2)  {
	opacity: 0.8;
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 8%;
	background-color: #333;
	font-size: 0px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity:0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bt-menu-trigger:hover span{
	opacity:1;
}

.bt-menu-open .bt-menu-trigger span {
	background-color: #cc224e;
}
.bt-menu-open a {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(74,74,74,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(74,74,74,1);
	box-shadow: 0px 0px 0px 0px rgba(74,74,74,1);
}
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.bt-menu-trigger span:before {
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
}

.bt-menu-trigger span:after {
	-webkit-transform: translateY(250%);
	transform: translateY(250%);
}

.bt-menu-open .bt-menu-trigger span:before,
.bt-menu-open .bt-menu-trigger span:after {
	background-color: #d95675;
}

.bt-menu-open .bt-menu-trigger span {
	background-color: #ffffff;
}

.bt-menu-open .bt-menu-trigger span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bt-menu-open .bt-menu-trigger span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bt-menu ul {
	position: fixed;
	top: 360px;
	left:60px !important;
	left: 0;
	z-index:501;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	height: 0;
	width:150px;
	-webkit-transition: height 0s 0.3s;
	transition: height 0s 0.3s;
}
.bt-menu.bt-menu-open ul.filter-subs {
	top : 30px;
	left:20px !important;
}
.bt-menu.bt-menu-open ul {
	height: 100%;
	-webkit-transition: none;
	transition: none;
}

.bt-menu ul li,
.bt-menu ul li a {
	text-align: center;
}
.bt-menu ul.filter-subs li a {
	font-size:0.9em;
}
.bt-menu ul li {
	width: 5%;
	line-height: 1.2;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.bt-menu ul li:nth-child(3) {
	margin-right: 70px;
}

.bt-menu ul li:nth-child(4) {
}

.bt-menu.bt-menu-open ul li {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	padding-top:3px;
}

.bt-menu.bt-menu-open ul li:first-child,
.bt-menu.bt-menu-open ul li:last-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.bt-menu.bt-menu-open ul li:nth-child(2),
.bt-menu.bt-menu-open ul li:nth-last-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul li:nth-child(3),
.bt-menu.bt-menu-open ul li:nth-last-child(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.bt-menu ul li a {
	display: block;
	outline: none;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.15em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.bt-menu ul li a:before {
	display: none;
	font-size: 32px;
}

.bt-menu ul li a:hover,
.bt-menu ul li a:focus {
	color: #d95675;
}

ul.main-menu-container > li:nth-child(3) {
	margin-top:135px;
}

.filter li a.first-level {
	color:#333333;
	cursor:pointer;
}

@media screen and (max-width: 55.5em) {
	.bt-menu ul li a {

	}
	.bt-menu ul li a:before {
		display: block;
	}
}

@media screen and (max-width: 32em) {
	.bt-menu ul li {
		margin: 0 2%;
	}

	.bt-menu ul li:nth-child(3) {
		margin-right: 50px;
	}

	.bt-menu ul li a:before {
		font-size: 24px;
	}
}

@media screen and (max-width: 32em) {
	.bt-overlay {
	
	}
}