html, body {
	height: 100%;
	position: relative;
	margin: 0; padding: 0; overflow-x: hidden;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	-webkit-user-select:none;
	user-select:none;


	/*overflow-y: scroll;*/
}
h2 {
  	padding-left: 19px;
	text-transform: uppercase;
	font-size: 11px;
	color: #7B7B7B;
	background-color: #ebebeb;
	margin: 0;
}
#hover {
	position: absolute;
	z-index: 1000;
	height: 30px;
	width: 100%;
	
}

#menu {
	/*overflow: hidden;*/
	/* position: fixed; */
	position: absolute;
	height: 40px;
	width: 100%;
	/*top:-40px;*/
	left: 0;
	background: url("./Menu.png") 10px 10px /31px no-repeat, rgba(100, 100, 100, 1);
	z-index: 2;
	/* background: rgba(100, 100, 100, 1); */
	padding-left: 61px;
	-webkit-transition: top 250ms;
	-o-transition: top 250ms;
	transition: top 250ms;
}
/*		#menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('preloader.gif') center /contain no-repeat;
	width: 187px;
	z-index: 100;
}*/


.link {
	/*overflow: hidden;*/
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 54px;
	text-align: center;
	z-index: 100;
}
span a{
	display: inline-block;
	border-radius: 40px;
	padding: 5px 10px;
	font-size: 12px;
	margin: 5px 0px;

}

.activeLi {
	background: #5E9210;
	background:  rgba(173, 241, 29, 0.6);
}

.none {
	opacity: .3;

}
span a.active {
	background-color: rgba(173, 241, 29, 0.6);
}

.link ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 40px;
	color: #fff;
	text-align: left;
	background: #818181;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.47);
	overflow: auto;
	/*max-height: 100%;*/
}

.develop {
	background: #A87C7C;
}
ul li {
	position: relative;
	padding: 0;
	margin: 0;
}
a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 10px 20px;
	color: #fff;
	background-color: rgba(256, 256, 256, 0.1);
	display: block;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	 white-space: nowrap;
	overflow: hidden;
}

a+a{
	height: 39px;
	border-bottom: none;
	background-color: rgba(0,0,0,0);
}

li li a {
	background: url("./arrow.png") 20px 45% no-repeat;
	font-size: 12px;
	padding: 6px 0 7px 40px;
}
li li a+a {
	height: 32px;
}
.submenu_1 {
	background: url("./arrow.png") 40px 45% no-repeat;
	font-size: 12px;
	padding: 3px 0 4px 60px;
}
.psd {
	display: block;
	position: absolute;
	background: url("./psd.png") 5% 50% no-repeat, #858585;
	width: 43px;
	padding: 0;
	top: 0;
	right: 0;
}
.psd:hover {
	background: url("./psd.png") 105% 50% no-repeat, #919191;
}
iframe {
	position: absolute;
	width: 100%;
	display: block;
	height: 3000px;
}
.slider-place {
	height: 50px;
	background: #ebebeb;
}
.contaner {
	position: absolute;
	left: 0;
	right: 1px;
	top: 40px;
	text-align: center;
	/* height: 100%; */
	bottom: 0;
	/*overflow-x: hidden;*/
	overflow-y: scroll;
	background: #ECECEC;

}
img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
	/*width: 1920px;*/
	/*max-width: 1920px;*/
}
#img.fullWidth {
	width: 100%;
}
#loader {
	display: none;
}

@media screen and (max-width: 1024px){
	#hover #menu{
		top:0;
		cursor: pointer;
	}
	.contaner {
		top: 40px;
	}
}
@media screen and (min-width: 1280px) {
	.link:hover ul {	
		display: inline-block;
	}
	#hover:hover #menu{
		top:0;
		cursor: pointer;
	}
	span, .link:hover {
		cursor: pointer;
	}
	a:hover {
		background-color: rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(256, 256, 256, 0.1);
	}
	a+a:hover {
		border-bottom: none;
		background-color: rgba(0,0,0,0);
	}
	.link:hover ul {	
		display: inline-block;
	}
	.menu:hover {
		cursor: pointer;
		/*width: 400px;*/
		/*background-color: rgba(100, 100, 100, 1);*/
		overflow-y: auto;
		/*box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 50px 4px;*/
		/*background: url("./Menu.png") 10px 10px no-repeat, url("./line.png") 70px 0px repeat-y, rgba(100, 100, 100, 1);*/
		/*opacity: 1;*/
	}
	.link ul li a:active {
		background: #5E9210;
	}
	
}




/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}



/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	background: url(size.png) 1px center no-repeat,#AAA;
	width: 9px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
#ascrail2000 div {
	border: none!important;
}
#ascrail2000{
	display: none;

}
