@media screen and (max-width:1024px){




	#conteiner{
		width: 100%;
		background: #fff;
		font-size: 12px;
	}
	.none{
		display: none;
	}

}

.top2{
	position: relative;
}
.title2{
	position: absolute;
	top:33%;
}
.top-bg2{

}
.menup{
	display:table;
	width: 100%;
	margin: 1% 0%;
	paddng: 0%;
	text-align: center;
}
.menup .ypt{
	display: table-cell;
	min-width: 50px;
	width: 16.6%;
	padding: 1.5% 0% 0% 0%;
	background-color:rgba(255,255,255,0.5);
	border-right: 1px solid #aaa;
	font-size: 80%;
}
.menup .ypt2{
	display: table-cell;
	min-width: 50px;
	width: 16.6%;
	padding: 1.5% 0% 0% 0%;
	background-color:rgba(255,255,255,0.5);
	font-size: 80%;
}

.menup a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #555;
	padding-bottom: 7%;
	border-bottom: 5px solid #fff;
}

.menup a:hover{
	color: #555;
	padding: 0% 0% 7% 0%;
	border-bottom: 5px solid #aaa;
}

/* drawer menu */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding:50px 0;
    background:  rgba(0,0,0,0.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}
.drawer-menu ul {
	list-style-type:none;
}
.drawer-menu li {
    text-align: center;
	margin: 0%;
	    color: #fff;
}

.drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}

/* checkbox */
.check {
    display: none;
}

/* menu button - label tag */
.menu-btn {
    position: fixed;
    display: block;
    top: 0px;
    right: 0px;
    display: block;
    width: 44px;
    height: 45px;
    font-size: 10px;
    text-align: center;
	background: rgba(200,200,200,0.8);
    cursor: pointer;

    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 1px;
	margin: 0 0 0 4px;
    background: #454545;

    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.bar.top {
    top: 5px;
    opacity: 1;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 25px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    top: 30px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #454545;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}





footer{
	background-color:rgba(200,200,200,.5);
	margin: 0%;
	display:flex;
	flex-flow: column;
	padding:0%;
}

footer .copyp{
	background: #000;
	color: #fff;
	margin: 1% 0% 0% 0%;
	padding: 0.5% 1% 0.5% 0%;
	text-align: right;
}
.fmenu-yp{
	display:table;
	width: 100%;
	margin: 2% 0%;
	paddng: 0%;
	text-align: center;
	font-size: 70%;
}
.fmenu-yp .yp{
	display: table-cell;
	min-width: 50px;
	width: 16.6%;
	padding: 1.5% 0% 0% 0%;
	background-color:rgba(255,255,255,0.5);
	border-right: 1px solid #aaa;
}
.fmenu-yp .y2p{
	display: table-cell;
	min-width: 50px;
	width: 16.6%;
	padding: 1.5% 0% 0% 0%;
	background-color:rgba(255,255,255,0.5);

}

.fmenu-yp a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #555;
	padding-bottom: 7%;
	border-bottom: 5px solid #fff;
}

.fmenu-yp a:hover{
	color: #555;
	padding: 0% 0% 7% 0%;
	border-bottom: 5px solid #aaa;
}
.stop{
	width:94%;
	margin: 2% auto 3% auto;
}
.a-bo{
	margin:1% 5%;
}
.box2p{
	margin:1% 4%;
}
.abop{
	margin:1% 1%;
}
.abop li{
	margin: 0% 0% 1% 0%;
}
.as{
	margin: 0%;
}
.rep-tp{
	width: 88%;
	margin: 0% 4%;
	padding: 2%;
	background-color:rgba(255,255,255,0.5);
	border-radius: 10px; 
}
.rep-tp2{
	width: 88%;
	margin: 0% 4%;
	padding: 2%;
	background-color:rgba(255,255,255,0.5);
	border-radius: 10px; 
}
.cono{
	margin:0% 0% 0% 3% ;
}
.conu{
	margin:0% 3% 0% 0% ;
}
}