@charset "utf-8";
@media only screen and (max-width: 1024px){
	#nks-overlay-inclusive {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translate3d(0,0,0);
		-webkit-transform: translateZ(0);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		visibility: hidden;
		z-index: 99998;
		opacity: .99;
	}
	#nks-overlay {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		background: #333;
		-webkit-transition: opacity .4s cubic-bezier(.645,.045,.355,1);
		-moz-transition: opacity .4 cubic-bezier(.645,.045,.355,1);
		-ms-transition: opacity .4s cubic-bezier(.645,.045,.355,1);
		-o-transition: opacity .4s cubic-bezier(.645,.045,.355,1);
		transition: opacity .4s cubic-bezier(.645,.045,.355,1);
		transition-delay: .2s;
		-webkit-transition-delay: .2s;
		-webkit-transform: translate3d(0,0,0);
	}
	#nks-overlay, body:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#nks-overlay {
		cursor: pointer;
		-webkit-backface-visibility: hidden;
	}
	#nks-overlay {
		opacity: 0.3;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
	#nks-overlay:hover {
		cursor: pointer;
		cursor: url(close2.png) 16 16, pointer;
	}
	.parent-li a:after {
		content: "Ayrintilar";
		padding: 0 0 0 5px;
		color: #29d9da;
		font-size: 13px;
	}
	.touch-menu .nav-dropdown-button:after {
		content: '';
		width: 12px;
		height: 20px;
		background-size: 12px 20px;
		-webkit-transition: .2s linear transform;
		transition: .2s linear transform;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		background-image: url(arrow.svg);
		background-position: center;
		background-repeat: no-repeat;
	}
	.sub-menu-open > .nav-dropdown-button:after {
    content: '';
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(270deg) !important;
}
	
	
	
	span.close-menu {
		display: none;
	}
	.touch-menu .main-menu li {
		margin: 0;
		padding: 0;
		position: relative;
		list-style-type: none;
	}
	.touch-menu .nav-dropdown-button {
		position: absolute;
		z-index: 25;
		width: 50px;
		right: 0;
		top: 0px;
		cursor: pointer;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		background: rgba(255, 255, 255, 0.1);
	}
	.touch-menu #menu-main > li > ul > li {
		border-top: 1px solid #030406;
	}
	.touch-menu #menu-main > li > ul > li > ul > li {
		border-top: 1px solid #171f2d;
	}
}
@media only screen and (max-width:1024px) {
	.touch-buttons.touch-menu {
		display: block !important;
	}
	.touch-menu #menu-main > li > ul > li > ul > li {
		border-top: none;
	}
	.menu-trigger {
		padding-left: 10px;
		cursor: pointer;
		text-align: left;
	}
	.touch-menu.row-menu {
		height: 100vh;
		-webkit-overflow-scrolling: touch;
		will-change: transform;
	}
	.touch-menu #menu-main > li > ul > li {
		border-top: none;
	}
	.touch-menu.row-menu {
		width: 320px;
		position: fixed;
		top: 0;
		right: -320px;
		z-index: 99999;
		padding: 0;
	}
	.touch-menu .main-menu {
		margin-top: 0;
		    background: rgba(10, 65, 75, 0.98)!important;
	}
	.touch-menu {
		display: block;
	}
	.menu-is-open .touch-menu .main-menu {
		-webkit-transform: translate3d(-320px, 0, 0);
		transform: translate3d(-320px, 0, 0);
	}
	.touch-menu .main-menu {

		background: white;
		height: 100%;
		width: 320px;
		overflow-y: scroll;
		-webkit-transform: translate3d(320px, 0, 0);
		transform: translate3d(320px, 0, 0);
		-webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.touch-menu .main-menu .first.menu-item {

	}
	.touch-menu .main-menu ul[data-ul-depth="0"] > li > a {
		padding-left: 30px;
	}
	.touch-menu .main-menu .sub-menu a {
		border: none !important;
	}
	.touch-menu .main-menu {
		font-size: 15px;
	}
	.touch-menu .main-menu .menu-item > a {
    border-bottom: 1px solid rgb(14, 77, 88)!important;
		padding: 16px 20px;
		text-decoration: none;
		display: block!important;
		color: #fff !important;
		line-height: 1em!important;
		text-align: left!important;
		-webkit-transition: .15s ease-in-out background!important;
		transition: .15s ease-in-out background!important;
	}

	.touch-menu .close-menu {
		display: block;
		padding: 12px 20px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		cursor: pointer;
		border-bottom: 1px solid rgb(19, 63, 72);
		margin-bottom: 100px;

	}
	.touch-menu .nav-dropdown-button {
		height: 47px !important;
	}
	.touch-menu .main-menu .sub-menu {
	    background-color: rgba(17, 102, 117, 0.63);
		margin: 0;
	}
	.touch-menu .main-menu .sub-menu .sub-menu {
		background-color: #003c46;
	}
		}