/* *************************************************
 * Accepted
 */
@font-face {
	font-family: 'Optima-Cyr-Regular';
	src: url(/fonts/Optima-Cyr-Regular.otf);
}

/*@font-face {*/
	/*font-family: 'Arial Narrow';*/
	/*src: url(/fonts/Arial Narrow.ttf);*/
/*}*/

* html body {
	height: 100%;
	margin:  0;
	padding: 0;
}

html {
	height: 100%;
	/* gray points background */
	background: #eee url(/images/bgd-black_dots.png);
}

body {
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	font-family: Arial;
    -moz-box-shadow: 1px 8px 18px rgba(0,0,0, .75);
 -webkit-box-shadow: 1px 8px 18px rgba(0,0,0, .75);
         box-shadow: 1px 0px 18px rgba(0,0,0, .75);
}

dd {
	font-family: Arial;
}

a {
	color: #005a9a;
//	color: #0363bb;
	text-decoration: none;
	font-family: Tahoma;
}

a:hover {
	text-decoration: underline;
}

div[align='justify'] {
	line-height: 1.5;
}

.page {
	padding: 25px 50px;
}

.aesthetics {
 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	 -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}

/* Content */
#contentFlow .medium *,
#contentFlow dl dd dl * {
	font-size: 14px;
}

#contentFlow a {
	color: #0000a1;
}

.centered {
	margin-left:  auto !important;
	margin-right: auto !important;
}

.cost {
	font-size: smaller;
}
/* end Content */
/* end Accepted */



/*  */
.content {
	white-space: pre-line;
	/*text-align: justify;*/
}

.telLink {
	white-space: pre-wrap;
}



/* *************************************************
 * NavMenu
 *
 * 0 level
 */
#menu, #menu ul {
	margin:  0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 800px;
	margin: 20px auto;
	border-right: 1px solid #04f;
	/*border:       1px solid #04f;*/
	background-color: #0080ff;
	background-image:    -moz-linear-gradient(#0080ff, #000080);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0080ff), to(#000080));
	background-image: -webkit-linear-gradient(#0080ff, #000080);
	background-image:      -o-linear-gradient(#0080ff, #000080);
	background-image:     -ms-linear-gradient(#0080ff, #000080);
	background-image:         linear-gradient(#0080ff, #000080);
	-moz-border-radius: 6px;
 -webkit-border-radius: 6px;
		 border-radius: 6px;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #0000ff inset;
 -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #0000ff inset;
	     box-shadow: 0 1px 1px #777, 0 1px 0 #0000ff inset;
}

#menu:before,
#menu:after {
	content: "";
	display: table;
}

#menu:after {
	clear: both;
}

#menu {
	zoom:1;
}


/* 1st level
 */
#menu li {
	float: left;
	border: 1px solid #04f;
	border-right: 1px solid #0000ff;
	-moz-box-shadow: 1px 0 0 #0000ff;
 -webkit-box-shadow: 1px 0 0 #0000ff;
		 box-shadow: 1px 0 0 #0000ff;
	position: relative;
}

ul#menu > li:first-child {
	-moz-border-radius: 6px 0 0 6px;
 -webkit-border-radius: 6px 0 0 6px;
		 border-radius: 6px 0 0 6px;
}
ul#menu > li:last-child {
	-moz-box-shadow: 1px 0 0 #04f;
 -webkit-box-shadow: 1px 0 0 #04f;
		 box-shadow: 1px 0 0 #04f;
}

#menu a {
	float: left;
	padding: 7px 20px;
	color: #e0e0e0;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

.pushed {
	background-image:    -moz-linear-gradient(#4d92ff, #97d1ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d92ff), to(#97d1ff));
	background-image: -webkit-linear-gradient(#4d92ff, #97d1ff);
	background-image:      -o-linear-gradient(#4d92ff, #97d1ff);
	background-image:     -ms-linear-gradient(#4d92ff, #97d1ff);
	background-image:         linear-gradient(#4d92ff, #97d1ff);
	   -moz-box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
	-webkit-box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
			box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
	border-bottom: 1px solid #3660ff !important;
	border-top:    1px solid #2100d2 !important;
}

.pushed > a {
	position: relative;
	top: 1px;
	color: #9c968a !important;
	text-shadow: 0 -1px 0 #66625a !important;
}

ul#menu > li:nth-child(3) > a,
ul#menu > li:nth-child(5) > a {
	padding: 14px 20px;
}

#menu li:hover > a {
	color: #fff;
}

*html #menu li a:hover { /* IE6 only */
	color: #fafafa;
}

/* 2nd level */
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 43px; /* v-pos of a 1st dropdown level */
	left: -1px;
	z-index: 1;
	border: 1px solid #04f;
	background: #0080ff;
	background:    -moz-linear-gradient(#0080ff, #000080);
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#0080ff), to(#000080));
	background: -webkit-linear-gradient(#0080ff, #000080);
	background:      -o-linear-gradient(#0080ff, #000080);
	background:     -ms-linear-gradient(#0080ff, #000080);
	background:         linear-gradient(#0080ff, #000080);
	-moz-box-shadow: 0 -1px   rgba(255,255,255,.3);
 -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		 box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-moz-border-radius: 3px;
 -webkit-border-radius: 3px;
		 border-radius: 3px;
 -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	 -ms-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
		 transition: all .2s ease-in-out;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
   _margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
 -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
		 box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu > li:last-child ul ul {
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,.3);
 -webkit-box-shadow: 1px 0 0 rgba(255,255,255,.3);
		 box-shadow: 1px 0 0 rgba(255,255,255,.3);
}

#menu ul li {
	float: none;
	display: block;
	border: 0;
   _line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #000080, 0 2px 0 #0080ff;
 -webkit-box-shadow: 0 1px 0 #000080, 0 2px 0 #0080ff;
		 box-shadow: 0 1px 0 #000080, 0 2px 0 #0080ff;
}

#menu ul li:last-child {
	-moz-box-shadow: none;
 -webkit-box-shadow: none;
		 box-shadow: none;
}

#menu ul a {
	padding: 10px;
//	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

ul#menu > li:first-child > ul ul {
	left: 194px;
}

ul#menu > li:last-child > ul ul {
	left: -270px;
}

#menu ul a:hover {
	background-color: #0186ba;
	background-image:    -moz-linear-gradient(#04acec,  #0186ba);
	background-image:        -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image:      -o-linear-gradient(#04acec, #0186ba);
	background-image:     -ms-linear-gradient(#04acec, #0186ba);
	background-image:         linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
 -webkit-border-radius: 3px 3px 0 0;
		 border-radius: 3px 3px 0 0;
}

/* Triangles */
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	top: -6px;
	border-left:   6px solid transparent;
	border-right:  6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu > li > ul > li:first-child > a:after {
	left: 40px;
}

#menu ul ul li:first-child a:after {
//	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left:   0;
	border-bottom: 6px solid transparent;
	border-top:    6px solid transparent;
	border-right:  6px solid #3b3b3b;
}
#menu li:first-child ul ul li:first-child a:after {
	left: -6px;
}

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color:  #0299d3;
	border-bottom-color: transparent;
}

ul#menu > li:last-child > ul ul li:first-child a:after {
	right: -6px;
	top: 50%;
	margin-top: -6px;
	border-top:    6px solid transparent;
	border-right:  0;
	border-bottom: 6px solid transparent;
	border-left:   6px solid #3b3b3b;
}
ul#menu > li:last-child > ul ul li:first-child:hover a:after {
	border-left-color: #0299d3;
}
/* end Triangles */

#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
 -webkit-border-radius: 0 0 3px 3px;
		 border-radius: 0 0 3px 3px;
}



/* Mobile */
#menu-trigger {
	display: none;
}

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

	/* nav-wrap */
	#menu-wrap {
		position: relative;
	}

	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* menu icon */
	#menu-trigger {
		display: block; /* show menu icon */
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		padding: 0 0 0 35px;
		border: 1px solid #222;
		color: #fafafa;
		font-weight: bold;
		background-color: #111;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}

	/* main nav */
	#menu {
		margin: 0; padding: 10px;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
		background-color: #444;
		display: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu:after {
		content: '';
		position: absolute;
		left: 25px;
		top: -8px;
		border-left:   8px solid transparent;
		border-right:  8px solid transparent;
		border-bottom: 8px solid #444;
	}

	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		   -moz-box-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	#menu ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu ul li{
		margin-left: 20px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu a{
		display: block;
		float: none;
		padding: 0;
		color: #e0e0e0;
	}

	#menu a:hover{
		color: #fafafa;
	}

	#menu ul a{
		padding: 0;
		width: auto;
	}

	#menu ul a:hover{
		background: none;
	}

	#menu ul li:first-child a:after,
	#menu ul ul li:first-child a:after {
		border: 0;
	}

}



@media screen and (min-width: 600px) {
	#menu {
		display: block !important;
	}
}

/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}

#menu li:hover > .no-transition {
	display: block;
}



ul#menu > li:active {
	background-image:    -moz-linear-gradient(#4d92ff, #97d1ff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d92ff), to(#97d1ff));
	background-image: -webkit-linear-gradient(#4d92ff, #97d1ff);
	background-image:      -o-linear-gradient(#4d92ff, #97d1ff);
	background-image:     -ms-linear-gradient(#4d92ff, #97d1ff);
	background-image:         linear-gradient(#4d92ff, #97d1ff);
	   -moz-box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
	-webkit-box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
			box-shadow: inset 0px 1px 5px rgba(30,20,50, .7) !important;
	border-bottom: 1px solid #3660ff !important;
	border-top:    1px solid #2100d2 !important;
}

ul#menu > li:active > a {
	position: relative;
	top: 1px;
	color: #9c968a !important;
	text-shadow: 0 -1px 0 #66625a !important;
}
/* end Mobile */
/* end NavMenu */



/* *************************************************
 * Header
 */
#header {
//		width: 800px;
//		padding: 10px;
	margin: 0 auto;
}

#header,
#pic {
	position: relative;
}
#pic hr {
	position: absolute;
	top: 70px;
	border: 1.5px solid #d70009;
	width: 100%;
	margin:  0;
	padding: 0;
}

/* Contacts */
#contacts {
	position: absolute;
	top:  10px;
	right: 0;
}
#contacts p {
	margin: 0;
	text-align: right;
	font: 14px Tahoma;
	text-shadow: 0 1px 0 #dadada;
}
div#contacts p:last-child {
	margin-top: 7px;
}



/* *************************************************
 * Title and subtitle
 */
.title {
	margin: 2em 0 1em 0;
	color: #000080;
	text-align: center;
	font-family: 'Optima-Cyr-Regular','trebuchet MS' !important;
//	font: 20px   'Optima-Cyr-Bold',   'trebuchet MS' !important;
	text-shadow: 0 1px 0 #aaa;
//	text-transform: uppercase;
	font-weight: normal;
}

.subtitle {
	margin-top:     1em;
	margin-bottom: .5em;
	color: #000080;
	font-family: 'Optima-Cyr-Regular','trebuchet MS' !important;
//	font: 16px   'Optima-Cyr-Bold',   'trebuchet MS' !important;
	font-weight: normal;
}

ul[type='square'] {
	margin-top:   .5em;
	margin-bottom: 1em;
}



/* ****************************
 * Foundation (main page)
 */
.foundation {
	width: 800px;
	margin: 0 auto;
	vertical-align: top;
	color: #000;
//		color: #444;
	font-size: 13px;
	text-shadow: 0 1px 0 #aaa;
//		text-shadow: 0 1px 0 #fff;
}

.foundation .columnLeft,
.foundation .columnRight {
	display: inline-block;
	height: 100%;
	width: 49.7%;
}

.foundation .columnLeft {
	height: 100%;
	vertical-align: top;
}

.foundation .columnLeft span,
.foundation .columnLeft p {
	display: inline-block;
}

.foundation .columnLeft span {
	height: 100%;
	vertical-align: top;
}

.foundation .columnLeft p {
	margin: 0;
}

.foundation  p,
.foundation  ul,
.foundation .columnLeft {
	margin: 0;
	text-align: left;
}

.foundation ul {
//	list-style: none;
	padding-left: 14px;
}

.foundation .columnLeft,
.foundation .columnRight {
	font-size: smaller;
}

.foundation > .columnRight {
	width: 44%;
	padding-left: 44px;
}

.foundation span,
.foundation p,
.foundation ul {
	color: #000;
//	color: #444;
	text-shadow: 0 1px 0 #aaa;
//		text-shadow: 0 1px 0 #fff;
}
/* end Foundation (main page */



/* mnu=60 .foundation (.large)
 */
.foundation.large {
	vertical-align: top;
	width: 759px; /* ??? */
	font-size: 16px;
}

.foundation.large > div:first-child {
	margin-bottom: 3.0em;
}

.foundation.large .definition,
.foundation.large .founders {
	display: inline-block;
	margin-left: 100px;
}

.foundation.large .definition {
	vertical-align: top;
}

.foundation.large > .definition > span,
.foundation.large > .definition > p {
	display: inline-block;
	vertical-align: top;
}

.founders ul {
	padding-left: 17px;
}

.aboutSections:not(.prologue) {
	margin-left: 50px;
}



/* * */



#bottomSpacer {
	height: 120px;
}

#footer {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	color: #444;
	font-size: 12px;
//	width: 100%;
//	width: 800px;
//	margin: 0 auto;
//	    -moz-border-radius: 7px 7px 0 0;
//	 -webkit-border-radius: 7px 7px 0 0;
//	         border-radius: 7px 7px 0 0;
}

#footer #topline {
	width: 98.7%;
	height: 1px;
	margin: 0 auto;
//	margin-top:    30px;
	margin-bottom: 15px;
	border-top:   1px solid #aaa;
	border-left:  0;
	border-right: 0;
//	background: #777;
}

#footer div {
	vertical-align: top;
}

#footer .leftSide,
#footer .rightSide {
	display: inline-block;
	width: 398px;
}

#footer p {
	margin: 0;
}

#footer .leftSide p {
	text-align: left;
}

#footer .rightSide p {
	text-align: right;
}

span.developers {
	margin-right: 2px;
}
/* end footer */



/* ****************************
 * buttonOrder
 */
.boxButtonOrder {
	margin: 5px 0 10px 0;
}

.buttonOrder {
	cursor: pointer;
	display: inline-block;
//	display: none;
//	width: 387px;
	padding: 2px 5px;
	border: 1px solid #555;
	border-radius: 3px;
	text-shadow: rgba(177,177,177,.5) 0 1px 0;
	color: #111;
	font: 12px Tahoma;
	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	background-image: 		  linear-gradient(#eee, #999);
	background-image: -webkit-linear-gradient(#eee, #999);
	background-image: 	 -moz-linear-gradient(#eee, #999);
	background-image: 	   -o-linear-gradient(#eee, #999);
	background-image: 	  -ms-linear-gradient(#eee, #999);
}

.buttonOrder:hover {
	text-shadow: rgba(177,177,177,.88) 0 -1px 0;

	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
 -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
		 box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
}

.buttonOrder:active {
	color: #333;
	text-shadow: rgba(144,144,144, 0.88) 0 -1px 0;

	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	background-image: 		  linear-gradient(#999, #eee);
	background-image: -webkit-linear-gradient(#999, #eee);
	background-image: 	 -moz-linear-gradient(#999, #eee);
	background-image: 	   -o-linear-gradient(#999, #eee);
	background-image: 	  -ms-linear-gradient(#999, #eee);
}
/* end buttonOrder */



/* ****************************
 * mnu=40 : probations abroad list
 */
.prologue,
.news {
	font-size: 14px;
}

.prologue {
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
		 border-radius: 7px;
	border: 1px solid #dadada;
	padding: 20px;
	margin-bottom: 40px;
	background: #f7f7f7;
	text-align: justify;
	line-height: 1.5;
}



/* ****************************
 * mnu=20 : coaching
 */
.flow {
	text-align: justify;
}

.flow > div:last-child {
	margin-top: 3em;
}

/* mnu=21,23,27,29 : coaching (sub)
 */

div.description {
	margin: 1em 0;
}

div.description > p {
	position: relative;
	margin: .25em 0;
}

div.description > p > span:first-child {
	color: #333;
}

div.description > p > span:last-child {
	position: absolute;
	left: 188px;
}



/* ****************************
 * mnu=50 : enterprise services
 */
div.ourCustomers > h3:first-child  {
	margin-top: 0;
}

/* mnu=51,52,53,54 : enterprise services (sub)
 */
.itemListWrap {
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
		 border-radius: 7px;
	border: 1px solid #dadada;
	padding: 20px;
	margin-bottom: 4.0em;
	background: #f7f7f7;
}

.itemListWrap:last-child {
	margin-bottom: 0;
}

.itemListWrap > ul > li {
	margin-bottom: 1.0em;
	line-height: 1.13;
}

.itemListWrap > ul > li:last-child {
	margin-bottom: 0;
}



/* ****************************
 * mnu= : (sub)
 */
.article {
	text-align: justify;
	line-height: 1.5;
}

.article h4 {
	margin: 1.0em 0 0.5em 0px;
}

.article p {
	margin: 0.5em 0;
}

.subtitle.capital {
	margin: 2em 0 .5em 77px;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.publications {
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
		 border-radius: 7px;
	border: 1px solid #dadada;
	padding: 20px;
	background: #f7f7f7;
}

.publications h4 {
	margin: 0;
}

.publications p {
	margin: 0;
}

.publications ul {
	list-style: none;
	padding: 0;
}

.publications ul > li {
	margin-bottom: 1.5em;
}

.publications ul > li:last-child {
	margin: 0;
}



.departments {
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
		 border-radius: 7px;
	border: 1px solid #dadada;
	padding: 20px;
	background: #f7f7f7;
}

.departments ul {
	list-style: none;
	margin: 20px;
	padding: 0;
	font-family: Tahoma;

}

.departments ul:not(.dashed) li {
	/*margin-bottom: 2.0em;*/
	line-height: 1.5;
}

.departments ul:not(.dashed) li:last-child {
	margin-bottom: 0;
}

.departments ul p {
	margin: 0;
}

.departments .cathedra a {
	font-family: 'Optima-Cyr-Regular','trebuchet MS' !important;
	font-size: 18px;
}

.departments .degree {
	font-style: italic;
}

.departments .chief {
	padding-top: 5px;
	font-family: 'Optima-Cyr-Regular','trebuchet MS' !important;
	font-size: 18px;
}
/* end Cathedras */



/* *************************
 *  Яндекс.Метрика
 */
#yandexMetric {
	position: absolute;
	bottom: 33px;
	right: 277px;
}
/* end YaMetric */



/* ***********************************
 *
 */
.diplomas {
	-moz-border-radius: 7px;
 -webkit-border-radius: 7px;
		 border-radius: 7px;
	border: 1px solid #dadada;
	padding: 20px;
	background: #f7f7f7;
}



/* ***********************************
 *  $tint, $layer & $modal
 */
.tint {
	position: fixed;
	margin:  0;
	padding: 0;
	left: 0;
	top:  0;
	z-index: 988;
	width:  100%;
	height: 100%;
	background: #333;
	opacity: 0.9;
}

.layer {
	position: absolute;
	top: 0;
	width: 100%;
//	width: 900px;
	z-index: 999;
}

.modal {
	display: inline;
	position: absolute;
}
/* end tint, layer & modal */



/* Order */
.boxButtonOrder {
	margin: 5px 0 10px 0;
}

.buttonOrder {
	cursor: pointer;

	display: inline-block;
 //	display: none;
//	width: 387px;

	padding: 2px 5px;
	border: 1px solid #555;
	border-radius: 3px;

	text-shadow: rgba(177,177,177,.5) 0 1px 0;
	font-size: 10px;

	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	background-image: 		  linear-gradient(#eee, #999);
	background-image: -webkit-linear-gradient(#eee, #999);
	background-image: 	 -moz-linear-gradient(#eee, #999);
	background-image: 	   -o-linear-gradient(#eee, #999);
	background-image: 	  -ms-linear-gradient(#eee, #999);
}

.buttonOrder:hover {
	text-shadow: rgba(177,177,177,.5) 0 1px 0;

	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
 -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
		 box-shadow: 0 0 1px 1px rgba(0,0,0, .3) inset;
}

.buttonOrder:active {
	text-shadow: rgba(144,144,144, .5) 0 1px 0;

	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	background-image: 		  linear-gradient(#999, #eee);
	background-image: -webkit-linear-gradient(#999, #eee);
	background-image: 	 -moz-linear-gradient(#999, #eee);
	background-image: 	   -o-linear-gradient(#999, #eee);
	background-image: 	  -ms-linear-gradient(#999, #eee);
}

.window {
	display: inline-block;
	padding: 22px;
	border: 1px solid #aaa;
	border-radius: 3px;
	font-size: 14px;
//	font-size: 10px;
 	background: #fff;
	opacity: 1.0;
}

#popUp_order {
	margin:  0;
	padding: 0;
}

#order h3,
#order h4 {
	width: 414px;
	text-align: center;
	margin: 0 0 20px 0;
}

#order h4 {
	color: #004080;
}

#order h3 > span {
	text-transform: uppercase;
}

#order .buttonOk {
	margin-left: 14px;
}

#dynaform > div.noFrame {
	margin-left: 13px;
}

#order div,
.frame {
	margin-bottom: 10px;
}

div.frame {
	margin-left: 2px;
}

#order div:last-child,
#order fieldset > div:last-child {
	margin-bottom: 0;
}

#order fieldset,
.frame {
	width: 388px;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-radius: 7px;
}

#listenerList {
	margin-bottom: 22px !important;
}

#msg {
	text-align: center;
}

#msg p {
	font-size: 14px;
}

.label {
	display: inline-block;
	width: 133px;
	float: left;
	margin: 4px 4px 0 0;
	text-align: right;
	font-family: 'Arial Narrow';
}

.field {
	display: inline-block;
	margin:  0;
}

.frame {
	position: relative;
}

.frameName {
	position: absolute;
	top: -10px;
	left: 20px;
	margin-top: 3px;
	padding: 0 3px;
	background: #fff;
	font-family: 'Arial Narrow';
	font-size: 14px;
	/*font-weight: bold;*/
	color: #777;
	border-radius: 5px;
}

.field input[type="text"],
.field textarea,
.item input[type='text'] {
	width: 246px;
	border: 1px solid #999;
	border-radius: 2px;
	box-shadow: inset 0px 1px 2px rgba(77,77,77, .33);
}

.field textarea {
	height: 77px;
}

.xshort input[type="text"] {
	width: 25px;
}

ul.dashed {
	list-style-type: none;
	margin: 0;
	margin-bottom: 35px;
}
ul.dashed > li {
	text-indent: -13px;
	margin: 0;
	margin-left: 25px;
}
ul.dashed > li:before {
	content: "– ";
	text-indent: -13px;
}

#warning,
#attention {
	margin: 0 !important;
	color: #f00;
	text-align: center;
}

#notification {
	text-align: justify;
	margin: 22px 0px !important;
	padding: 11px 22px !important;
	font-size: 14px !important;
	border: 2px solid #f00 !important;
	border-radius: 5px;
}

#spc_warn {
	margin: 0 !important;
}

.aboutSections .docs-list {
	text-align: left;
}

.buttonOk {
	display: inline-block;
	width: 386px;
	
	padding: 7px 33px;
	border: 1px solid #555;
	border-radius: 4px;
	
	font-size: 14px;

	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	background-image: 		  linear-gradient(#eee, #999);
	background-image: -webkit-linear-gradient(#eee, #999);
	background-image: 	 -moz-linear-gradient(#eee, #999);
	background-image: 	   -o-linear-gradient(#eee, #999);
	background-image: 	  -ms-linear-gradient(#eee, #999);
}

.buttonOk:hover {
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0, .3) inset;
 -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0, .3) inset;
		 box-shadow: 0 0 2px 2px rgba(0,0,0, .3) inset;
}

.buttonOk:active {
//	text-shadow: rgba(222,222,222, .5) 0 1px 0;

	background-image: 		 -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
	background-image: 		  linear-gradient(#999, #eee);
	background-image: -webkit-linear-gradient(#999, #eee);
	background-image: 	 -moz-linear-gradient(#999, #eee);
	background-image: 	   -o-linear-gradient(#999, #eee);
	background-image: 	  -ms-linear-gradient(#999, #eee);
}

#btnDialOk {
	width: 100px;
}



/* AirWall */
.main.field {
	display: none;
}



#order,
#msg.window {
	box-shadow: 0 11px 33px rgba(1,1,1, 0.9);
}

textarea#orgAddrAcct {
	width: 238px;
	max-width: 250px !important;
//	width: 517px;
	min-height: 81px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #444;
	padding: 5px;
	resize: vertical;
}

/* textarea AutoResize */
.noscroll {
    overflow: hidden;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
	width: 233px;
//	width: 500px;
    min-height: 50px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    overflow: hidden;
    padding: 5px;
    word-wrap: break-word;
}



#ya-site-form0 .ya-site-form__search-input {
	padding: 0 !important;
}

.ya-site-form {
	display: none;
}