/* common classes */
.debug{border:dashed 1px Red;}
.debugG{border:dashed 1px Green;}
.debugY{border:dashed 1px Yellow;}
.debugB{border:dashed 1px Blue;}
.debugW{border:dashed 1px White;}

html {
	width: 100%; 
	height: 100%;
}
body {
	position: relative;
	width: 100%; 
	height: 100%;
	min-width: 1020px; 
	font: normal 100% Arial;
	margin:   0;
	padding: 0;
	text-align: center;
	background: #ccd7dd url('/templates/uz/img/nvs-patt.jpg') repeat;
  	overflow-x: initial;
}
img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
ul {
	/*margin: 0;
	padding: 0;*/
/*	list-style-type: none;*/
}
hr {
	border: none;
	border-bottom: dashed 1px #CCC;
}
a {
	color: #111;
	
	/*-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	         -o-transition: all 0.2s ease;
	               transition: all 0.2s ease;*/
}
/* style for placeholder */
::-webkit-input-placeholder  { color:#bbb; }
input:-moz-placeholder { color:#bbb; }
	
.body {
	position: relative; 	top: 0;
	width: auto; 	min-height: 100%;
	padding-bottom: 240px;
  	overflow-x: initial;
	
	-webkit-box-sizing: border-box;
/*	    -moz-box-sizing: border-box;*/
	         -o-box-sizing: border-box;
	               box-sizing: border-box;
}
.btn {
	padding: 4px 10px;
	
	color: #fff;
	font-size: 0.9em;
	
	background-color: #419cf2;	
	
	-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	         -o-transition: all 0.2s ease;
	               transition: all 0.2s ease;
	
	-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
			 -o-border-radius: 20px;
			 	   border-radius: 20px;
	
	-webkit-text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
		-moz-text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
			 -o-text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
			 	   text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	
	-webkit-box-shadow: 0 -8px 15px 0 #2574bd inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 -8px 15px 0 #2574bd inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
		     -o-box-shadow: 0 -8px 15px 0 #2574bd inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
				   box-shadow: 0 -8px 15px 0 #2574bd inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
				   
	cursor:pointer;
}
.btn:hover {
	background-color: #348ee1;
	
	-webkit-box-shadow: 0 -8px 15px 0 #216aaf inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 -8px 15px 0 #216aaf inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
			 -o-box-shadow: 0 -8px 15px 0 #216aaf inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
				   box-shadow: 0 -8px 15px 0 #216aaf inset, 0 1px 2px 0  rgba(0, 0, 0, 0.35);
}
.btn.pressed {
	background-color: #3185d3;
	
	-webkit-box-shadow: 0 2px 7px 0 #195e9d inset;
		  -moz-box-shadow: 0 1px 3px 0 #195e9d inset;
			   -o-box-shadow: 0 1px 3px 0 #195e9d inset;
				   box-shadow: 0 2px 7px 0 #195e9d inset;
}

/* Menu */
.menu-holder {
	position: relative;
	top: 0;
	width: auto; height: auto;
	
	padding: 15px 0;
	
	text-align: center;
	z-index: 1000;
}
.menu-holder .search {
	position: relative;
	width: 300px; height: auto;
	
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 15px;
}
.menu-holder .search > input {
	width: 230px; 
	padding: 5px 30px;
	
	color: #111;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	
	background-image:  url('/templates/uz/img/ic_zoom.png'), url('/templates/uz/img/search-start.png'); 
	background-repeat: no-repeat;
	background-position: 12px center, 94% center; 
	
	border: none;
	
	-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
			 -o-border-radius: 25px;
				   border-radius: 25px;
	
	-webkit-box-shadow:  0px -4px 7px 0px rgba(0,0,0,0.1) inset, 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
		-moz-box-shadow:  0px -4px 7px 0px rgba(0,0,0,0.1) inset, 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
			 -o-box-shadow:  0px -4px 7px 0px rgba(0,0,0,0.1) inset, 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
				   box-shadow:  0px -4px 7px 0px rgba(0,0,0,0.1) inset, 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
	               	
	outline: none;
}
.menu-holder .search > input:focus {
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
		-moz-box-shadow:  0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
			  -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
			  	    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1), 0 0 0 1px  rgba(0,0,0,0.05);
}
.nav {
	position: relative; 
	width: 971px; /* РР—РњР•РќР•РќРРЇ-------------*/ 
	height: 66px;
	
	margin: 0 auto;
	
	color: #111;
	text-align: center;
	
	background-color: #fafafa;
/*	border: solid 1px #e0e0e0;*/
	
	-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
			 -o-border-radius: 8px;
			 	   border-radius: 8px;
			 	   
	-webkit-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
			 -o-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
				   box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
				   
}
.logo {
	position: relative;
	width: 175px; height: 69px;
	float: left;
	text-align: center;
}
.logo img {
	position: absolute;
   	bottom: 10px;
   	left: 42px;
	width: inherit;
	height: inherit;
   	margin-top: -18px; /* Half the height */
   	margin-left: -40px; /* Half the width */
}
.nav ul {
	position: relative;
	margin: 0 auto;
/*	width: 580px;*/
/*	margin: 0;*/
	padding: 0;
	list-style-type: none;
/*	float:left;*/
}
.nav ul li {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	float: left;
	height: 66px;
	/* min-width: 116px; РР—РњР•РќР•РќРРЇ-------------*/
	text-transform: uppercase;
	line-height: 67px;
	
	border-right: solid 1px #dadada;
	
	-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	         -o-transition: all 0.2s ease;
	               transition: all 0.2s ease;
}
.nav ul li:hover {
	background-color: #f3f3f3;
	
	-webkit-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
		-moz-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
			 -o-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
				   box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
}
.nav ul li.selected {
	background-color: #e5e5e5;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
			 -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
				   box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
}
.nav ul li.selectedhome {
	background-color: #e5e5e5;
	border-radius: 7px 0 0 7px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
			 -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
				   box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15) inset;
}
.nav ul li:last-child {
	border-right: solid 1px #dadada;
}
.nav ul li a {
	display: block;
	padding: 0 20px;
	
	color: #565656;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 0.75em;
	
	text-decoration: none;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.nav > .form-button {
	position: absolute;
	width: 217px; height: 100%;
	right: 0; top: 0;
	cursor: pointer;
	/* overflow: hidden; */	
}
.nav > .form-button:hover .form-button-ul, .nav > .form-button .form-button-ul:hover {
	height: auto;
}

.nav > .form-button img {
	position: absolute;
	top: 0; right: 0;
	width: inherit;
	height: inherit;
	
	/*-webkit-transition: all 0.1s linear;
	    -moz-transition: all 0.1s linear;
	         -o-transition: all 0.1s linear;
	               transition: all 0.1s linear;*/
}
.nav > .form-button a {
	display: block;
	width: 100%;
	height: 100%;
}

/*ADDITIONS--------------------*/
.nav > .form-button a.form-button-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none; 
	color: #FFF;
	background-color: #f72e2e;
	border-radius: 0 7px 7px 0;
	
	-webkit-transition: all .1s ease;
	-moz-transition: 	all .1s ease;
	-o-transition: 		all .1s ease;
	transition: 		all .1s ease;
	
	-webkit-box-shadow: inset 0 -2px 3px 0 rgba(1, 1, 1, 0.15), inset -3px -15px 30px -7px rgba(1, 1, 1, 0.20);
	-moz-box-shadow: inset 0 -2px 3px 0 rgba(1, 1, 1, 0.15), inset -3px -15px 30px -7px rgba(1, 1, 1, 0.20);
	-o-box-shadow: inset 0 -2px 3px 0 rgba(1, 1, 1, 0.15), inset -3px -15px 30px -7px rgba(1, 1, 1, 0.20);
	box-shadow: inset 0 -2px 3px 0 rgba(1, 1, 1, 0.15), inset -3px -15px 30px -7px rgba(1, 1, 1, 0.20);
	
	z-index: 2;
}

.nav > .form-button .form-button-content .form-button-item {
	display: inline-block;
	float: left;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.nav > .form-button .form-button-content .form-button-item.tick-icon {
	width: 32px; height: 32px;
	margin: 18px 15px 0;
	
	background-image: url('/templates/uz/img/menu-tick.png');
}
.nav > .form-button .form-button-content .form-button-item.text {
	width: 140px; 
	margin: 26px 0 0;
	
	text-transform: uppercase;
	
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
}
.nav > .form-button .form-button-content .form-button-item.arrow {
	width: 12px; height: 7px;
	margin: 32px 15px 0;
	
	background-image: url('/templates/uz/img/menu-arrow.png');
}

.nav > .form-button ul.form-button-ul {
	top: -7px;
	height: 0;
	list-style: none; padding: 0; margin: 0; border: 0; float: none;
	border-radius: 0 0 7px 7px;
	overflow: hidden;
	
	background-color: #FFF;
	
	z-index: 1;
	
	-webkit-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 -20px 30px 0 #f0f0f0 inset, 0 3px 20px 0 rgba(0, 0, 0, 0.15);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.nav > .form-button li.form-button-li {
	display: block;
	padding: 0; margin: 0; border: 0; border-left: 0; float: none;
	width: 100%; height: 60px;
	
	-webkit-box-shadow: 0 -1px 1px 0 #eaeaea inset;
	-moz-box-shadow: 0 -1px 1px 0 #eaeaea inset;
	-o-box-shadow: 0 -1px 1px 0 #eaeaea inset;
	box-shadow: 0 -1px 1px 0 #eaeaea inset;
}

.nav > .form-button li.form-button-li:first-child {
	padding: 7px 0 0;
}

.nav > .form-button li.form-button-li:last-child {
	border-radius: 0 0 7px 7px;
}

.nav > .form-button li.form-button-li:hover {
	background-color: #f3f3f3;
	
	-webkit-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
		-moz-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
			 -o-box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
				   box-shadow: 0 -10px 15px 0 #e9e9e9 inset;
}

.nav > .form-button li.form-button-li a {
	position: relative;
	display: block;
	width: 100%; height: 100%;
	padding: 0;
	color: #565656;
	
	text-align: left;
	text-indent: 20px;
	
	line-height: 5;
	
	
	-webkit-text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
	-moz-text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
	-o-text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
	text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
	
	
}
.nav > .form-button li.form-button-li a .form-button-of-icon{
	position: absolute;
	width: 12px; height: 12px;
	top: 15px; right: 42px;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('/templates/uz/img/form-button-of-icon.png');
}	

.nav > .form-button:hover a.form-button-content {
	background-color: #dd1d1d;
}

/*END------------*/

.nav > .form-button img.normal {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.nav > .form-button:hover img.bright {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.nav > .form-button:hover img.normal {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
/* Menu */

/* Homepage */

/* Counter */
.expiry-date-counter {
    position: absolute;
    right: 10px; top: 25px;
    width: auto; height: auto;
    padding: 5px 10px;
    
    text-align: center;
}
.expiry-date-counter .label {
    margin: 0 0 8px;
    color: #111;
    font-size: .875em;
}
.expiry-date-counter .counter {
    color: #CF000F;
    font-size: 1em;
}
.expiry-date-counter .digit-holder {
    position: relative;
    width: auto; height: auto;
}
.expiry-date-counter .digit-block {
    display: inline-block; zoom: 1; *display: inline;
    vertical-align: top;
    position: relative;
    width: auto; height: auto;
    margin: 0 2px;
}
.expiry-date-counter .digit-block .digit {
    position: relative;
    width: 63px; height: 63px;
    
    color: #111;
    font-weight: bold;
    font-size: 2.25em;
    line-height: 63px;
    text-align: center;
    
    background-color: #f5f5f5;
    
    border: #a2a4a5 solid 1px;
    border-radius: 4px;
    
    box-shadow: 0 1px 0px 0 #bbbbbb inset,
                0 -1px 0px 0 #bbbbbb inset,
                0 3px 0px 0 #dcdcdc inset,
                0 -3px 0px 0 #dcdcdc inset;
}
.expiry-date-counter .digit-block span.digit-label {
    color: #a0a0a0;
    font-size: .875em;
}
.expiry-date-counter .digit-block .mask {
    position: absolute;
    width: 100%; height: 50%;
    left: 0; bottom: 0;
    
    background-color: rgba(255, 255, 255, 0.3);
    
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
}
.expiry-date-counter .digit-block .mask .shape {
    position: absolute;
    top: -1px;
    width: 6px; height: 1px;
    
    background-color: #333;
    
    box-shadow: 0 -1px 0 0 #656565, 0 1px 2px 0 #ababab;
}
.expiry-date-counter .digit-block .mask .shape.left {
    left: 2px;
}
.expiry-date-counter .digit-block .mask .shape.right {
    right: 2px;
}
.expiry-date-counter .digit-block .digit.seconds {
    color: #4a87c5;
}

.expiry-date-counter.form {
    left: auto; top: auto;
    right: 0px; top: 0px;
    padding: 0;
    
    text-align: right;
    
    background: none;
    
    box-shadow: none;
}
.expiry-date-counter.form .label {
    display: block;
    margin: 0 0 5px;
    color: #888;
    font-size: .75em;
    text-align: center;
}
.expiry-date-counter.form .digit-block {
    text-align: center;
}
.expiry-date-counter.form .digit-block .digit {
    width: 37px; height: 37px;
    font-size: 1.375em;
    line-height: 37px;
}
.expiry-date-counter.form .digit-block span.digit-label {
    font-size: .75em;
}
.expiry-date-counter.form .digit-block .mask .shape {
    width: 3px;
    
    box-shadow: 0 -1px 0 0 #999, 0 1px 2px 0 #ababab;
}
/* ADDITIONS */
.home-page-slider-cover {
	position: absolute; top: 165px;
	width: 100%;
	z-index: 1;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.home-page-slider-cover .home-page-slider {
	position: relative;
	width: 971px; min-height: 185px;
	margin: 0 auto; padding: 35px 0 10px;
	
	text-align: center;
	
	background: #EEE; /* Old browsers */
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 2%,rgba(255, 255, 255, 0.3) 5%,#ffffff 18%,#ffffff 82%,rgba(255, 255, 255, 0.3) 92%,rgba(255, 255, 255, 0) 98%); /* FF3.6+ */
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 2%,rgba(255, 255, 255, 0.3) 5%,#ffffff 18%,#ffffff 82%,rgba(255, 255, 255, 0.3) 92%,rgba(255, 255, 255, 0) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 2%,rgba(255, 255, 255, 0.3) 5%,#ffffff 18%,#ffffff 82%,rgba(255, 255, 255, 0.3) 92%,rgba(255, 255, 255, 0) 98%)); /* Opera 11.10+ */
	background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 2%,rgba(255, 255, 255, 0.3) 5%,#ffffff 18%,#ffffff 82%,rgba(255, 255, 255, 0.3) 92%,rgba(255, 255, 255, 0) 98%)); /* IE10+ */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 2%,rgba(255, 255, 255, 0.3) 5%,#ffffff 18%,#ffffff 82%,rgba(255, 255, 255, 0.3) 92%,rgba(255, 255, 255, 0) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	opacity: 0.75;
	
	overflow: hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.home-page-slider-cover .home-page-slider .home-page-slider-content {
	position: relative;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.home-page-slider-cover .home-page-slider-icon-cover {
	position: absolute; left: 50%;
	margin: -55px -47px 0;
	width: 95px; height: 95px;
	
	overflow: hidden;
		
	z-index: 3;
}
	.home-page-slider-cover .home-page-slider-icon {
		position: absolute;
		width: 100%; height: 100%;
		
		background-size: contain;
		background-position: center center;
	}
	.home-page-slider-icon.icon1 {
		background-image: url('/templates/uz/img/nvs-icon1.png');
	}
	.home-page-slider-icon.icon2 {
		background-image: url('/templates/uz/img/nvs-icon2.png');
	}
	.home-page-slider-icon.icon3 {
		background-image: url('/templates/uz/img/nvs-icon3.png');
	}
	.home-page-slider-icon.icon4 {
		background-image: url('/templates/uz/img/nvs-icon4.png');
	}
	.home-page-slider-icon.icon5 {
		background-image: url('/templates/uz/img/nvs-icon5.png');
	}
	.home-page-slider-icon.icon6 {
		background-image: url('/templates/uz/img/nvs-icon6.png');
	}
	.home-page-slider-icon.icon7 {
		background-image: url('/templates/uz/img/nvs-icon7.png');
	}
	.home-page-slider-icon.icon8 {
		background-image: url('/templates/uz/img/nvs-icon8.png');
	}
	
	.home-page-slider-cover .home-page-slider-icon.prev {
		left: -100%;
	}
	.home-page-slider-cover .home-page-slider-icon.cur {
		left: 0;
	}
	.home-page-slider-cover .home-page-slider-icon.next {
		left: 100%;
	}

.home-page-slider-cover .home-page-slider .home-page-slider-text {
	position: absolute; width: 631px;
	margin: 0 170px 0;
	font-family: Helvetica;
	font-size: 13px;
	
	opacity: 0;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
	.home-page-slider-cover .home-page-slider .home-page-slider-text h2 {
		font-size: 1.35em;
		font-weight: bold;
	}
	.home-page-slider-cover .home-page-slider .home-page-slider-text p {
		text-indent: 10px;
		line-height: 18px;
	}
.home-page-slider-cover .home-page-slider .home-page-slider-text.cur {
	left: 0; opacity: 1;
}
.home-page-slider-text.prev {
	left: -100%;
}
.home-page-slider-text.next {
	left: 100%;
}	
	
.home-page-slider-cover .home-page-slider .slider-controller-btn {
	position: absolute; top: 54px;
	width: 52px; height: 52px;
	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	
	-webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	         -o-transition: all 0.2s linear;
	               transition: all 0.2s linear;
	
	opacity: 0.75;
	
	cursor: pointer;
}
.home-page-slider-cover .home-page-slider .slider-controller-btn:hover {
	opacity: 1;
}
.home-page-slider-cover .home-page-slider .slider-controller-btn.left {
	left: 0;
	background-image: url('/templates/uz/img/slider-btn-left.png');
}
.home-page-slider-cover .home-page-slider .slider-controller-btn.right {
	right: 0;
	background-image: url('/templates/uz/img/slider-btn-right.png');
}
/* END----- */
.slideshow {
	position: relative;
	top: 0; 
	width: auto; height: 470px;
/* 	overflow: hidden; */
	
/* 	margin-top: -96px; */
	
	z-index: 0;
	
/*	background-color: #06a198;*/
}
.slideshow .slide-control {
	position: relative;
	margin: 25px auto;
	/* z-index: 1000; */
}
.slideshow .slide-control ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.slideshow .slide-control li {
	display:  inline-block; zoom: 1; *display: inline;
	position: relative;
	width: 12px; height: 12px;
	margin: 0 5px;
	
	background: url('/templates/uz/img/slide-control.png') no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
	
	-webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	         -o-transition: all 0.2s linear;
	               transition: all 0.2s linear;
}
.slideshow .slide-control li.active {
	background-color: #fff;
	
	-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
			 -o-border-radius: 15px;
				   border-radius: 15px;
}
.slideshow > .item-image {
/*	display: none;*/
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	
	background-repeat: no-repeat;
	
	-webkit-background-size: cover;
		-moz-background-size: cover;
			 -o-background-size: cover;
				   background-size: cover;
	
	background-position: center center;
	
	-webkit-transition: all 1.2s linear;
	    -moz-transition: all 1.2s linear;
	         -o-transition: all 1.2s linear;
	               transition: all 1.2s linear;
}
.slideshow > .item-image.active {
/*	display: block;*/
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.slide-shape {
	position: absolute;
	width: 100%; height: 65px;
	left: 0; right: 0; bottom: 0;
}
.slide-shape img{
	width: 100%; height: 100%;
}
.main-holder {
	position: relative;
	width: 940px; min-height: 400px;
	
	margin: 20px auto;
	padding: 10px 0;
	
	background-color: #ffffff;
	text-align: center;
	
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			 -o-border-radius: 10px;
			 	   border-radius: 10px;
	
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
			 -o-box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
				   box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
}
.flag-holder {
	position: absolute;
	left: -40px; top: -75px;
	width: 1020px; height: 109px;
	text-align: center;
/*	background-color: #4588c6/;*/
	
	z-index: 1;
	
	background:  url('/templates/uz/img/flag-left.png') no-repeat left bottom, 
							url('/templates/uz/img/flag-right.png') no-repeat right bottom; 
}
.flag-patt {
	position: relative;
	width: 943px; height: 109px;
	margin: 0 auto;
	
	text-align: center;
	background: url('/templates/uz/img/flag-patt.png') repeat;
}
.flag-patt .usa {
	position: absolute;
	width: 112px; height: 114px;
	
	left: 15px; top: -6px;
	
	background: url('/templates/uz/img/flag_usa.png') no-repeat;
}
.flag-holder .flag-text {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 30px;
	position: relative;
	width: 730px; height: auto;
	margin: 0 auto;
	padding-top: 20px;
	
	color: #fff;
	font-size: 1.375em;
	text-align: center;
	
	-webkit-text-shadow: rgba(27, 79, 127, 0.65) 0px -1px 0px;
		-moz-text-shadow: rgba(27, 79, 127, 0.65) 0px -1px 0px;
			 -o-text-shadow: rgba(27, 79, 127, 0.65) 0px -1px 0px;
			 	   text-shadow: rgba(27, 79, 127, 0.65) 0px -1px 0px;
}
.flag-holder .flag-text span{
	font-weight: normal;
	text-decoration: underline;
}
.news-holder {
	position: relative;
	width: 940px; height: 180px;
	
	text-align: center;
	
	background:  #edeff1 url('/templates/uz/img/news-patt.png') repeat bottom;
}
.news-holder > .news-block {
	position: relative;
	width: 440px; min-height: 20px;
	margin: 0 auto;
	padding-top: 45px;
}
.news-block .calendar {
	position: relative;
	width: 100px; height: 90px;
	float: left;
}
.news-block .calendar > .date {
	position: relative;
	width: auto; height: 70px;
	
	color: #fb2541;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 70px;
	
	background: url('/templates/uz/img/calendar.png') no-repeat center center;
	
	-webkit-text-shadow: rgba(108, 1, 15, 0.6) 0px 1px 0px;
		-moz-text-shadow: rgba(108, 1, 15, 0.6) 0px 1px 0px;
			 -o-text-shadow: rgba(108, 1, 15, 0.6) 0px 1px 0px;
			 	   text-shadow: rgba(108, 1, 15, 0.6) 0px 1px 0px;
}
.news-block .calendar > .month {
	position: relative;
	width: auto; height: 20px;
	
	color: #ababab;
	font-size: 0.75em;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.news-block .news-text {
	position: relative;
	width: 300px; min-height: 90px;
	float: left;
	margin-left: 30px;
}
.news-block .news-text-header {
	position: relative;
	width: auto; height: 20px;
	
	color: #111;
	font-size: 1.125em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.news-block .news-text-header a {
	margin-left: 20px;
		
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;		
	text-decoration: none;
	
	vertical-align: top;
}
.news-block .news-text p {
	color: #111;
	font-size: 0.875em;
	text-align: left;
	text-transform: uppercase;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.news-block .news-text p a {
	color: #111;
	text-decoration: none;
}
.news-block .news-text p a:hover {
	border-bottom: #111 solid 1px;
}
.news-holder > .news-footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 8px;
	background:  url('/templates/uz/img/news-footer.png') repeat;
}
.packet-holder {
	position: relative;
	width: auto; height: auto;
}
.packet {
	position: relative;
	width: auto; height: 100%;
	margin: 25px 25px 15px 25px;
	
	text-align: left;
}
.packet .packet-image {
	position: relative;
	float: left;
	width: 236px; height: 188px;
	padding-right: 20px;
}
.packet .packet-image img {
	width: inherit;
	height: inherit;
	border: solid 1px #f0f0f0;
}
.packet .packet-description {
	position: relative;
	width: 100%; height: 100%;
}
.packet .packet-description > .header {
	position: relative;
	width: auto; height: auto;
	
	color: #111;
	font-size: 1em;
	text-transform: uppercase;
}
.packet .packet-description > .header span {
	font-size: 1.3em;
	font-weight: bold;
}
.packet .packet-description > .text  {
	position: relative;
	width: auto; height: auto;
	margin: 10px 0;
	text-align: justify;	
	color: #5e5e5e;
	font-size: 0.875em;
	line-height: 1.3em;
}
.packet .packet-description .more-info {
	position: relative;
	width: 70px; height: auto;
	
	padding-right: 15px;
	
	background: url('/templates/uz/img/arrow.png') no-repeat right center;
}
.packet .packet-description .more-info a {
	color: #1c77cc;
	font-size: 0.75em;
	text-decoration: none;
}
.packet .packet-description .more-info a:hover {
	text-decoration: underline;
}
.packet .packet-label {
	position: absolute;
	right: -12px; top: 50%;
	margin-top: -47px;
	width: 245px; height: 95px;
	
	color: #72683f;
	font-size: 1.5625em;
	text-align: left;
	
	-webkit-text-shadow: #ffeba6 0px 1px 0px;
		-moz-text-shadow: #ffeba6 0px 1px 0px;
			 -o-text-shadow: #ffeba6 0px 1px 0px;
			 	   text-shadow: #ffeba6 0px 1px 0px;
	
	background: url('/templates/uz/img/pay-label.png') no-repeat center center;
}
.packet .packet-label span {
	font-weight: bold;
}
.packet .packet-label .price-one {
	margin: 14px 0 5px 80px
	
}
.packet .packet-label .price-two {
	margin: 0 0 0 80px;
	font-size: 0.775em;
}
.packet .packet-label-free {
	position: absolute;
	right: -12px; top: 50%;
	margin-top: -47px;
	width: 245px; height: 95px;
	
	background: url('/templates/uz/img/free-label.png') no-repeat center center;
}
.disclaimer {
	position: relative;
	width: auto; height: auto;
	margin: 0px 25px;
	margin-top: 25px;
	padding-bottom: 10px;
	
	color: #b2b2b2;
	font-size: 0.75em;
	text-align: left;
	
	border-top: solid 1px #CCC;
}
.disclaimer a {
	color: inherit;
}
.disclaimer a:hover {
	color: #000;
}
/* Homepage */

/* Service */
.page-holder {
	position: relative;
	width: 940px; min-height: 400px;
	
	margin: 20px auto;
	padding: 10px 0;
	
	background:  #edeff1 url('/templates/uz/img/news-patt.png') repeat;
	
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			 -o-border-radius: 10px;
			 	   border-radius: 10px;
	
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
			 -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
				   box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
}
.page-holder > .white-board {
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 630px; height: 100%;
	
	background-color: #ffffff;
	
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			 -o-border-radius: 10px;
			 	   border-radius: 10px;
	
	-webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
			 -o-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
				   box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.page-holder > .content {
	position: relative;
	width: 630px; height: 100%;
	padding-bottom: 10px;
	float: left;
	text-align: left;	
}
.page-holder > .content > .header,  .page-holder > .content h2.header {
	position: relative;
	width: 560px; height: auto;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 10px;
	
	color: #4e5364;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.3em;
	
	border-bottom: #d4d4d4 solid 1px;
}

.page-holder > .content > .text {
	position: relative;
	width: 560px; height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
	
	color: #5e5e5e;
	font-size: 0.875em;
	line-height: 1.5em;
}
.page-holder > .content > .text h1,
.page-holder > .content > .text h2,
.page-holder > .content > .text h3 {
	font-size: 1em;
	margin: 15px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}

/*ADDITIONS  TO STYLE*/
	.page-holder .content .list-cover {
		position: relative;
		width: 560px; height: auto;
		margin: 0 auto;
		margin-bottom: 30px;
		
		color: #5e5e5e;
		line-height: 1.5em;
	}
	.page-holder > .content > .list-cover > h2.header {
		font-size: 1.125em;
	}
	.content .list-cover .main-ul {
		list-style: none;
		margin: 0; padding: 0;
	}
	.content .list-cover .main-ul .li-item {
		position: relative;
		font-size: 1em;
		 margin-bottom: 25px;
		 cursor: pointer;
	}
	.content .list-cover .main-ul .li-item.active {
		cursor: default;
	}
	.content .list-cover .main-ul .li-item span {
		color: #1c77cc;
		padding-bottom: 5px;
		border-bottom: dashed 1px #1c77cc;	
	}
	.content .list-cover .main-ul .li-item:hover span, .content .list-cover .main-ul .li-item.active span {
		border-bottom: 0;
	}
	.content .list-cover .main-ul .li-item .arrow {
		position: absolute; top: 0.5em; right: 0;
		width: 10px; height: 6px;
		background-repeat: no-repeat;
		background-size: cover;
		background-image: url('/templates/uz/img/down-arrow.png');
	}
	.content .list-cover .main-ul .li-item.active .arrow {
		background-image: url('/templates/uz/img/up-arrow.png');
	}
	
	.content .list-cover .main-ul .li-item .hidden-content {
		position: relative;
		height: 0; 
		margin-left: -35px; margin-right: -35px;
		overflow: hidden;
		
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.content .list-cover .main-ul .li-item.active .hidden-content {
		 height: 100%;
		 background-color: #fbfbfb;
		 box-shadow: inset 0 -1px 1px rgba(3, 3, 3, 0.10), inset 0 1px 1px rgba(3, 3, 3, 0.15); 
		 margin-top: 20px;
	}
	.content .list-cover .main-ul .li-item .hidden-content .hidden-content-icon {
		display: inline-block;
		width: 225px; height: 138px;
		margin-top: 25px;
		float: left;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	/*ICONS*/
	/* .hidden-content-icon.icon1{
		background-image: url('/templates/uz/img/nvs-icon1.png');
	}
	.hidden-content-icon.icon2{
		background-image: url('/templates/uz/img/nvs-icon2.png');
	}
	.hidden-content-icon.icon3{
		background-image: url('/templates/uz/img/nvs-icon3.png');
	}
	.hidden-content-icon.icon4{
		background-image: url('/templates/uz/img/nvs-icon4.png');
	}
	.hidden-content-icon.icon5{
		background-image: url('/templates/uz/img/nvs-icon5.png');
	}
	.hidden-content-icon.icon6{
		background-image: url('/templates/uz/img/nvs-icon6.png');
	}
	.hidden-content-icon.icon7{
		background-image: url('/templates/uz/img/nvs-icon7.png');
	}
	.hidden-content-icon.icon8{
		background-image: url('/templates/uz/img/nvs-icon8.png');
	} */
	/*END------*/
	
	.content .list-cover .main-ul .li-item .hidden-content .hidden-content-text {
		display: inline-block;
		height: 100%;
		margin: 30px;
		text-align: justify;
		color: #545454;
	}
	.content .list-cover .main-ul .li-item .hidden-content .hidden-content-text p{
		margin-top: 0;
	}
	.content .list-cover .main-ul .li-item .hidden-content .clear {
		clear: both;
	}
/*END ----------------*/

.page-holder > .content > .text b {
	font-weight: bold;
}
.page-holder > .content > .text p {
	text-align: justify;
	
} 
.page-holder > .content > .text a {
	color: #444;
	text-decoration: none;
}
.page-holder > .content > .text a:hover {
	color: #1c77cc;
	text-decoration: none;
}
.page-holder .right-column {
	position: relative;
	float: right;
	width: 290px; height: auto;
}
.page-holder .service-block {
	position: relative;
	width: auto; height: auto;
	margin-top: 20px;
}
.page-holder .service-block > .header {
	margin-bottom: 15px;
	color: #4e5364;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.service-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.service-block ul li {
	position: relative;
	width: auto; height: auto;
	padding: 5px 5px 5px 30px;
	margin-right: 30px;
	
	color: #1c77cc;
	font-size: 0.875em;
	line-height: 1.5em;
	text-align: left;
	
	border-top: #fff solid 1px;
	border-bottom: #d4d4d4 solid 1px;
	
	background: url('/templates/uz/img/arrow.png') no-repeat left center;
}
.service-block ul li a {
	color: #1c77cc;
	text-decoration: none;
}
.service-block ul li a:hover {
	border-bottom: #1c77cc solid 1px;
}
.service-block li a.selected {
	border-bottom: #1c77cc solid 1px;
}
.service-block ul li:first-child {
	border-top: none;
}
.service-block ul li:last-child {
	border-bottom: none;
}
.article-list {
	position: relative;
	width: 560px; height: auto;
	margin: 0px auto;
/*	padding-top: 15px;*/
/*	border-top: #D4D4D4 solid 1px;*/
}
.article-list > .header {
	position: relative;
	padding: 6px 0 0 0;
	color: #4E5364;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 2em;
}
.article-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.article-list ul li {
	position: relative;
	width: auto; height: auto;
	
	color: #1c77cc;
	font-size: 0.875em;
	line-height: 1.8em;
	text-align: left;
}
.article-list ul li a {
	color: #1c77cc;
	text-decoration: none;
}
.article-list ul li a:hover {
	text-decoration: underline;
}
/* Service */

/* Statistics */
.statistics-holder {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 35px;
	text-align: left;
}
.statistics-holder > .header {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	color: #4E5364;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.3em;
	text-transform: uppercase;
	border-bottom: #D4D4D4 solid 1px;
}
.statistics-holder > .content {
	position: relative;
	width: auto; height: auto;
	margin: 10px 0;
	color: #5e5e5e;
	font-size: 0.875em;
	line-height: 1.5em;
}
.statistics-holder > .content h1,
.statistics-holder > .content h2,
.statistics-holder > .content h3 {
	color: #444;
	font-size: 1em;
	margin: 15px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.statistics-holder > .content b {
	font-weight: bold;
}
.statistics-holder > .content p {
	
} 
.statistics-holder > .content a {
	color: #1c77cc;
	text-decoration: underline;
}
.statistics-holder > .content a:hover {
	text-decoration: none;
}
/* Statistics */

/* Form */
.main-holder > .form-header {
	position: relative;
	width: auto; height: 70px;
	margin: 0px 30px;
	padding: 5px 250px 5px 70px;
	
	text-align: left;
	background: url('/templates/uz/img/USA-gerb.png') no-repeat left center;
	border-bottom: #d4d4d4 solid 1px;
}
.main-holder > .form-header p {
	padding: 15px 0 1px 0;
	margin: 0;
	font-size: 1.125em;
	line-height: 0.75em;
}
.form-holder {
	position: relative;
	width: 880px; height: auto;
	margin: 10px auto;
	text-align: left;
}
.form-holder form {
	width: 100%; height: 100%;
}
.form-holder .left-column {
	position: relative;
	width: 670px; height: auto;
}
.block-header {
	position: relative;
	width: auto; height: auto;
	padding: 7px 0 7px 15px;
	margin-bottom: 10px;
	
	color: #273958;
	font-size: 0.875em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	
	background-color: #e0e9f4;
}
.form-item {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	vertical-align: top;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
}
input {
	color: #111;
	font-size: 14px;
	padding: 7px 7px;	
	
	border: rgba(0, 0, 0, 0.18) solid 1px;
	
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			  -o-border-radius: 5px;
			  		border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
			  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
					box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
	
	outline: none;
}
input:focus {
	border: #1899fd solid 1px;
	
	-webkit-box-shadow: none;
		-moz-box-shadow: none;
			  -o-box-shadow: none;
					box-shadow: none;
}
input.size-1 {
	width: 50px;
	text-align: center;
}
input.size-2 {
	width: 125px;
}
input.size-3 {
	width: 175px;
}
input.size-4 {
	width: 190px;
}
.form-item  .label {
	position: relative;
	float: left;
	width: 125px;	
	margin-right: 5px;
	
	color: #5e5e5e;
	font-size: 14px;
}
.form-item .buttons {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	height: 30px;
}
.form-item .buttons .button {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	float: left;
	width: 65px; height: 100%;
	
	color: #5e5e5e;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	
	border: #d1d1d1 solid 1px;
	background-color: #ffffff;
	
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			  -o-border-radius: 5px;
			  		border-radius: 5px;
	
	-webkit-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
		-moz-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
			  -o-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
					box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
					
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   
	-webkit-touch-callout: none;
		 -webkit-user-select: none;
		  -khtml-user-select: none;
			 -moz-user-select: none;
				-ms-user-select: none;
				  -o-user-select: none;
						user-select: none;
					
	cursor: pointer;					
}
.form-item .buttons .button:first-child {
	-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
			  -o-border-radius: 5px 0 0 5px;
			  		border-radius: 5px 0 0 5px;
}
.form-item .buttons .button:last-child {
	border-left: none;
	
	-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
			  -o-border-radius: 0 5px 5px 0;
			  		border-radius: 0 5px 5px 0;
}
.form-item .buttons .button.pressed {
	color: #fff;
	background-color: #3c82f1;
	
	-webkit-box-shadow: 0 2px 4px 0 #2958a2 inset;
		-moz-box-shadow: 0 2px 4px 0 #2958a2 inset;
			  -o-box-shadow: 0 2px 4px 0 #2958a2 inset;
					box-shadow: 0 2px 4px 0 #2958a2 inset;
					
	-webkit-text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
		-moz-text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
			 -o-text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
			 	   text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
}
.form-item select {
	border: rgba(0, 0, 0, 0.18) solid 1px;
}
.form-item .chzn-container-single {
    vertical-align: middle;
	margin-right: 20px;
}
.form-item .chzn-container-single .chzn-single {	
	color: #111;
	font-family: Arial;
	font-size: 13px;
	padding: 4px 0;
	text-align: left;
	
	border: rgba(0, 0, 0, 0.18) solid 1px;
	
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			  -o-border-radius: 5px;
			  		border-radius: 5px;
	
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
		-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
			  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
					box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
					
	background-image: none;
}
.form-item  .chzn-container-single .chzn-single div b {
	height: 99%;
	
	border: rgba(0, 0, 0, 0.18) solid 1px;
	border-top: none;
	
	background: url('/templates/uz/img/select-arrow.png') no-repeat center center;
	
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			  -o-border-radius: 5px;
			  		border-radius: 5px;
	
	/*-webkit-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
		-moz-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
			  -o-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
					box-shadow: 0 -17px 10px 0 #f5f5f5 inset;*/
}
.form-item .chzn-container-single .chzn-single-with-drop  {
	background-color: #ffffff;
	border: #1899fd solid 1px;
	border-bottom: none;
	
	-webkit-box-shadow: none;
		-moz-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
			  -o-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
					box-shadow: none;
	
	-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
			  -o-border-radius: 5px 5px 0 0;
			  		border-radius: 5px 5px 0 0;
	
	z-index: 100;
}
.form-item .chzn-container-single .chzn-drop {
	border: #1899fd solid 1px;
	border-top: none;
	
	-webkit-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
		-moz-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
			  -o-box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
					box-shadow: 0 -17px 10px 0 #f5f5f5 inset;
	
	z-index: 50;
}
.form-item .chzn-container-single .chzn-default {
	color: #999;
}
.form-item .chzn-container-single .chzn-single span {
	padding-left: 5px;
}
.subheader {
	position: relative;
	width: auto;	height: auto;
	margin-bottom: 15px;
	
	color: #111;
	font-size: 14px;
	line-height: 2.3em;
	
	border-bottom: #D4D4D4 solid 1px;
}
.notify-icon {
	display:inline-block; zoom:1; *display: inline;
	position: relative;
	vertical-align: middle;
	width: 19px; height: 21px;
	
	background: url('/templates/uz/img/info.png') no-repeat center center;
	cursor: pointer;
}
.notify {
	position: absolute;
	width: 200px; height: auto;
	bottom: 40px;
	left: -90px;
	
	opacity: 0;
	visibility: hidden;
	
	background-color: #212324;
	
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
			  -o-border-radius: 5px;
			  		border-radius: 5px;
	
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
			  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
					box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
					
	-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
			 -o-transition: all .1s ease;
			       transition: all .1s ease;
}
.notify-icon:hover > .notify {
	visibility: visible;
	opacity: 1;
} 
.notify-icon .notify p {
	padding: 10px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}
.notify-icon .notify > .arrow {
	position: absolute;
	width: 24px; height: 17px;
	left: 87px; bottom: -14px;
	
	background: url('/templates/uz/img/notify-arrow.png') no-repeat center center;
}
.form-item span.add-data {
		color: #1c77cc;
		font-size: 14px;
		cursor: pointer;
}
.form-item span.add-data img {
	vertical-align: middle;
	margin-right: 7px;
}
.fam-list,
.child-list {
	position: relative;
	width: auto; height: auto; 
	margin: 0 0 15px 0;
}
.fam-list ul,
.child-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fam-list li,
.child-list li {
	position: relative;
	width: auto;
	padding: 10px 15px;
	
	color: #5e5e5e;
	font-size: 14px;
}
.fam-list li > p,
.child-list li > p {
	width: auto;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}
.fam-list li > span,
.child-list li > span {
	position: absolute;
	height: 20px;
	right: 15px; top: 50%;
	margin-top: -10px;
	color: #cc1c1c;
	font-size: 25px;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}
.fam-list li:nth-child(odd) {
	background-color: #f5f5f5;
} 
.child-list li:nth-child(odd) {
	background-color: #f5f5f5;
}
.form-delimer {
	position: relative;
	width: 880px; height: 1px;
	margin: 15px auto;
	border-bottom: #D4D4D4 solid 1px;
}
.form-agree {
	position: relative;
	width: auto; height: 35px;
	margin-bottom: 15px;
	padding: 0 15px 0 45px;
	color: #5e5e5e;
	font-size: 14px;
	line-height: 36px;
	
	background-color: #f4f3e0;
}
.agree-checkbox {
	position: absolute;
	width: 18px; height: 18px;
	left: 15px; top: 8px; 
	margin: 0 8px 0 0;
	vertical-align: middle;
	
	background-color: #fff;
	border: #c8c7b8 solid 1px; 
	
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			  -o-border-radius: 3px;
			  		border-radius: 3px;
	
	cursor: pointer;
}
.agree-checkbox.checked {
	background: url('/templates/uz/img/check.png') no-repeat center center;
}
.form-agree a {
	color: #1c77cc;
	text-decoration: underline;
}
.form-agree a:hover {
	text-decoration: none;
}
.message {
	display:none;
	position: relative;
	float: right;
	margin-right: 160px;
	margin-top: 30px;
	width: 550px; height: 100px;
	
	color: red;
	font-size: 14px;	
}
.email-message {
	display:none;
	position: relative;
	float: right;
	margin-right: 160px;
	margin-top: 30px;
	width: 550px; height: 100px;
	
	color: red;
	font-size: 14px;	
}
.submit-holder {
	position: relative;
	width: auto; height: 96px;
	padding-bottom: 10px;
}
.submit-form-btn {
	position: absolute;
	left: -11px; top: 0;
	width: 245px; height: 96px;
	
/*	background: url('/templates/uz/img/submit-normal.png') no-repeat;*/
	cursor: pointer;
}
/*.submit-form-btn:hover {
	background: url('/templates/uz/img/submit-hover.png') no-repeat;
}*/
.submit-form-btn > .img-1 {
	position: absolute;
	left: 0; top: 0;
	height: inherit; 
	width: inherit;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.submit-form-btn > .img-2 {
	position: absolute;
	left: 0; top: 0;
	height: inherit; 
	width: inherit;
	
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.submit-form-btn:hover .img-1 {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.submit-form-btn:hover .img-2 {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.photo-holder {
	position: absolute;
	right: 0; top: 0;
	width: 185px; height: auto;
	
	text-align: center;
}
.photo-holder .photo-sample {
	position: relative;
	width: 185px; height: 185px;
	margin-bottom: 15px;
	
	text-align: center;
	border: #d9d9d9 solid 1px;
	
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.photo-holder > .photo-preview {
	position: relative;
	width: 185px; height: 185px;
	margin-bottom: 15px;
	
	text-align: center;
	border: #d9d9d9 solid 1px;
	
	-webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
}
.photo-holder img {
	width: 100%; height: 100%;
}
.photo-holder p {
	margin: 10px 0; padding: 0;

	color: #5e5e5e;
	font-style: italic;
	font-size: 12px;
	text-align: left;
}
.photo-holder p a {
	color: #1c77cc;
}
.photo-holder p a.photo {
	color: #ef0000;
}
.photo-holder p a:hover {
	text-decoration: none;
}
.photo-input {
	width: 190px;
	visibility: hidden;
	position: absolute;
}
/* Form */

/* Contacts */
.contact-info {
	position:relative;
	width: auto; height: auto;
	margin: 10px 35px;
	 
}
.contact-info b {
	text-transform: uppercase;
}
.contact-info > .header {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	color: #4E5364;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.3em;
	text-align: left;
	text-transform: uppercase;
	border-bottom: #D4D4D4 solid 1px;
}
.contact-info > .text {
	position: relative;
	width: 430px;
	height: auto;
	margin: 10px 0;
	color: #4E5364;
	font-size: 0.875em;
	line-height: 1.4em;
	text-align: left;
}
.contact-info > .text .info {
	position: relative;
	width: 250px; height: auto;
	float: right;
}
.contact-info > .text .info p {
	margin: 0;
	padding: 0;
}
.map {
	position: relative;
	width: auto; height: 350px;
	
	margin: 20px 35px 10px 35px;
	
	border: #eee solid 1px;
}
.empty-div {
	height: 15px; width: auto;
}
/* Contacts */

/* Done Popup */
.done-holder {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;	
}
.done-holder .done-popup {
	position: absolute;
	left: 50%; top: 50%;
	width: 350px; height: 200px;
	
	margin: -100px 0 0 -175px;
	padding: 10px 0;
	
	background-color: #fff;
	text-align: center;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 20px  0 rgba(0, 0, 0, 0.15);
}
/* Done Popup */

/* Footer */
.footer {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: auto;
}
.footer-holder {
	position: relative;
	width: auto; height: auto;
	margin: 0 auto;
}
.footer-down {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 53px;
	
	background: url('/templates/uz/img/footer-patt.png') repeat-x;
}
.footer-list {
	position: relative;
	width: 940px; height: 100%;
	margin: 0 auto;
}
.footer-list > .form-button {
	position: relative;
	width: 150px; height: 51px;
	margin-top: 2px;
	float: left;
	
	border-left: #3b3f44 solid 1px;
	border-right: #3b3f44 solid 1px;
	
	background: url('/templates/uz/img/anketa-footer.png') no-repeat center center;
	
	-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	        -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	 
	 -webkit-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
	 	 -moz-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
	 		-o-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
	 			box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
	 
	 cursor: pointer;
}
.footer-list > .form-button:hover {
	background-color: #404750;
	
	-webkit-box-shadow: 0 -10px 10px 0 #414850 inset;
		-moz-box-shadow: 0 -10px 10px 0 #414850 inset;
			-o-box-shadow: 0 -10px 10px 0 #414850 inset;
				box-shadow: 0 -10px 10px 0 #414850 inset;
}
.footer-list > .form-button.pressed {
	background-color: #333b44;
	
	-webkit-box-shadow: 0 0 6px 0 rgba(35, 31, 32, 0.5) inset;
		-moz-box-shadow: 0 0 6px 0 rgba(35, 31, 32, 0.5) inset;
			-o-box-shadow: 0 0 6px 0 rgba(35, 31, 32, 0.5) inset;
				box-shadow: 0 0 6px 0 rgba(35, 31, 32, 0.5) inset;
}
.footer-list > .form-button a {
	display: block;
	width: 100%;
	height: 100%;
}
.link-holder {
	position: relative;
	width: auto; height: 100%;
	float: left;
	
	line-height: 53px;
}
.footer-down span {
	margin: 0 10px;
	
	-webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	         -o-transition: all 0.2s ease;
	               transition: all 0.2s ease;
}
.footer-down span a {
	font-size: 12px;
	color: #989da2;
	text-decoration: underline;
	
	-webkit-text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
		-moz-text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
			 -o-text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
			 	   text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
} 
.footer-down span:hover {	
	border-bottom: none;
}
.footer-down span:hover a {
	color: #fff;
	text-decoration: none;
}
.copyright {
	position: relative;
	width: 150px; height: 100%;
	float: right;
	
	line-height: 53px;
}
.copyright > span {
	margin-right: 25px;
}
.copyright .jp-logo {
	position: absolute;
	top: 14px; right: 0;
	width: 24px; height: 24px;
	
	background: url('/templates/uz/img/jp-logo.png') no-repeat;
}	
.footer-menu {
	position: relative;
	width: 940px; height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	border-bottom: solid 1px #a8afb7;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer-menu ul li {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	height: 100%;
	vertical-align: top;
}
.footer-menu ul li:nth-child(even) {
	width: 11px;
	background: url('/templates/uz/img/menu-shape.png') no-repeat center center;
}
.footer-menu ul li a {
	margin: 0 13px;
	color: #4b5764;
	font-family: Helvetica;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 -o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			 	   text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.footer-menu ul li a:hover {
	text-decoration: underline;
}
.footer-info {
	position: relative;
	width: 940px; height: auto;
	margin: 0 auto;
	padding-bottom: 65px;
	
	border-top: solid 1px #e4e7ec;
}
.footer-info .info-block {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	width: 270px; height: 110px;
}
.footer-info .info-block:first-child {
	width: 330px;
}
.footer-info .info-block:first-child .image {
	left: 0px;
}
.footer-info .info-block:first-child .text {
	width: 230px;
}
.footer-info .info-block > .image {
	position: absolute;
	left: 15px; top: 13px;
	width: 84px; height: 84px;
}
.footer-info .info-block  .text {
	position: relative;
	width: 150px; height: 100%;
	float: right;
	
	color: #4b5764;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	
	-webkit-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
		-moz-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
			-o-text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
				text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
}
.footer-info .info-block  .text p {
	margin: 0;
	padding: 18px 0 10px 0;
	line-height: 1.3em;
}
.footer-info .info-block  .text p span{
	font-weight: bold;
} 
.footer-info .map-button {
	position: absolute;
	left: 0; bottom: 25px;
}
.footer-info .map-button a {
	display: block;
	color: #fff;
	padding: 4px 10px;
	
	color: #fff;
	font-size: 12px;		
	text-decoration: none;
}
.social-holder {
	position: relative;
	height:100%;
	float: right;
}
.social-holder a {
	display: inline-block; zoom: 1; *display: inline;
	vertical-align: top;
	float: left;
	position: relative;
	width: 47px; height: 51px;
	margin: 2px 0 0 0;
	
	text-decoration: none;
	
	border-left: #3B3F44 solid 1px;
	
	-webkit-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
		-moz-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
			-o-box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
				box-shadow: 1px 0 0 0 #616871, 1px 0 0 0 #616871 inset;
	
	
}
.social-holder a:last-child {
	border-right: #3B3F44 solid 1px;
}
.social-holder a img {
	position: absolute;
	left: 8px; top: 15px;
	
	-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
			-o-transition: all .2s linear;
				transition: all .2s linear;
}
.social-holder a img.two {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.social-holder a:hover img.one {
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.social-holder a:hover img.two {
	opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.social-holder a:nth-child(2) img {
	left: 19px; top: 14px;
}
.social-holder a:nth-child(3) img {
	left: 15px; top: 16px;
}
.social-holder a:nth-child(4) img {
	left: 13px; top: 17px;
}
/* Footer */

/* Popup */
.underlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/templates/uz/img/dot.png);
	background-repeat: repeat;
	z-index: 1001;
}
.popup-outer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.popup-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.popup-holder {
	display: inline-block; zoom: 1; *display: inline;
	position: relative;
	top: 0px;	left: 0px;
	width: 650px;
	padding: 20px 40px;
	margin: 0 auto;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
	
	text-align: left;
	background-color: white;
	background: url('/templates/uz/img/news-patt.png') repeat;
	
	-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
			 -o-border-radius: 10px;
			       border-radius: 10px;
	
	-webkit-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.15);
			 -o-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.15);
				   box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.15);

	z-index: 1002;
}
.popup-holder .additional-info {
	position: relative;
	width: auto; height: auto;
	margin: 10px 0 20px 0;
	
	color: #5e5e5e;
	font-size: 12px;
}
.popup-holder .additional-info p {
	margin: 0;
	padding: 
}
.popup-holder .additional-info a {
	color: #ef0000;
}
.add-info {
	position: relative;
	width: auto; height: auto;
	margin: 0 0 15px 0;
	padding: 15px;
	
	background: url('/templates/uz/img/news-patt.png') repeat;
	border-bottom: #efeeef solid 1px;
	
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2) inset;
}
.add-info .form-item .label {
	width: 115px;
}
.add-photo {
	position: relative;		
	background-image: url('/templates/uz/img/ic_image.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.add-photo span {
	margin-left: 25px;
	color: #1c77cc;
	font-size: 12px;
	border-bottom: #1c77cc dashed 1px;
	cursor: pointer;
}
.add-photo span:hover  {
	border-bottom: none;
}
.add-data-button {
	margin: 10px 0;
	width: 62px;
	cursor: pointer;
}
.close-popup {
	position: absolute;
	bottom: 33px;
	left: 130px;
	font-size: 12px;
	color: #1C77CC;
	cursor: pointer;
	text-decoration: underline;
}
.close-popup:hover {
	text-decoration: none;
}
.husband-popup, .child-popup {
	display: none;
}
.valid-info {
	display: none;
	position: absolute;
	bottom: 33px; left: 250px;
	width: 450px; height: auto;
	
	color: red;
	font-size: 12px;
}
.confirm-popup {
	display: none;
}
.confirm-popup .popup-holder {
	width: auto; height: 150px;
	line-height: 150px;
	
	color: #111;
	font-size: 24px;
	text-align: center;
}
/* Popup */

input.error {
	border: red solid 1px;
}
input[name="email"].error {
	border: red solid 1px;
}
.child-popup .add-photo span.error {
	border-bottom: red dashed 1px;
	color: red;
}
.husband-popup .add-photo span.error {
	border-bottom: red dashed 1px;
	color: red;
}
.photo.error {
	border: red solid 1px;
}
.chzn-container-single .chzn-single.error {
	border: red solid 1px;
}
.form-item .buttons .button.error {
	border: red solid 1px;
}
.form-item .buttons .button.error:first-child {
	border-right: none;
}


/* Disclaimer */
.main-disclaimer {
	position: absolute;
	width: 250px; height: auto;
	top: 0px; right: -330px;
	padding: 20px;
	
	color: #333;
	font-size: 0.75em;
	text-align: left;
	
	background-color: rgba(255, 255, 255, 0.6);
	
	border-radius: 6px;
	
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	
	z-index: 1;
}
.main-disclaimer h4 {
	margin: 0;
	padding: 0;
}
/* Disclaimer */

.icon-home {
	font-size: 28px;
}
.headerline {
	position: relative;
	width: 100%; height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #4e5364;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.3em;
	
	border-bottom: #d4d4d4 solid 1px;
}

.panel-body img {
	float:left;
	width:202px;
	height:110px;
	margin: 0px 12px 0px 0px;
}





















@media screen and (max-width: 728px) {
    body {
min-width: 100%!important;
max-width: 100%!important;
    }
    .home-page-slider-cover .home-page-slider {
        max-width: 100%!important;
    }
    .home-page-slider-cover .home-page-slider .home-page-slider-text {
        max-width: 100%!important;
    }
        .home-page-slider-cover .home-page-slider .home-page-slider-text {
            margin-left: 0px!important;
        }
    .home-page-slider-cover .home-page-slider .slider-controller-btn.left {
        width: 50px!important;
    }
    .home-page-slider-cover .home-page-slider .slider-controller-btn.right {
        width: 50px!important;
    }
    .main-holder {
           max-width: 100%!important;
        width: 92%!important;
    }
    .slide-shape {
        display: none;
    }
  
        
    .footer-info .info-block {
        display: block;
    }
    .footer-info .info-block:first-child .text {

         margin-right:-20px!important;
}
    .footer-info .info-block:first-child .image {
    left: 15px;
}
    
.news-holder {
      max-width: 100%;
    height: 300px;
}

    
    
   body .form-header {
        width: 90%!important;
    }
    
    
    .news-block .news-text {
        max-width: 60%;
    }
    
    .footer-menu {
       max-width: 100%;
    height: auto;
    }
    
    .footer {
            position: relative;
    }
    .godn {
        margin-left: 86px;
    }
    .footer-info {
        max-width: 100%;
        min-height: 450px;
        margin-left: 6%;
    }
    .footer-list {
        max-width: 100%;
    }
    .sharethis-wrapper {
        width: 40px!important;
    }
     .sharethis-wrapper img {
        width: 20px;
         height: auto;
             margin-bottom: -2px!important;
    }
   .flag-holder {
    max-width: 100%;
    background: #4588c6;
    left: 0px;
    right: 0px;
       height: auto;
       position:relative;
}
    .flag-patt {
        max-width: 100%;
        background: none;
            height: auto;
    }
    .flag-text {
        max-width: 100%;
    }
    .flag-patt .usa {
           background-size: 50%;
    top: 20px;
    left: 50px;
        display: none;
}
    .news-holder > .news-block {
        max-width: 100%;
    }
    .flag-holder .flag-text {
        max-width: 100%;
     padding: 20px;
            width: auto;
    }
    
    
    .news-block .news-text {
        width:auto;
    }
    
    .footer-down {
        background: #464e59;
    height: auto;
    }
    
    .body {
        padding-bottom: 0px;
    }
    .page-holder {
        max-width: 100%;
        
    }
    .page-holder > .white-board {
        max-width: 100%;
    }
    
.page-holder .right-column {
    max-width: 100%;
    width: 100%;
}
    .page-holder > .content {
           max-width: 100%; 
    }
    .page-holder > .content > .text {
           max-width: 100%; 
    
    }
    .headerline {
        max-width: 100%;
    }
    #dle-content {
        padding: 10px;
    }
    .page-holder .service-block {
        padding: 0px 20px;
    }
    .page-holder .content .list-cover {
        max-width: 100%;
    }
    
    .slideshow {
        z-index: 9999;
    }
    
    .form-header  {
        width: 100%!important;
    }
    
    .form-holder .left-column {
        max-width: 100%;
    }
    
    .form-item {
    height: AUTO;
    display: block;
    width: 100%;
        float: none!important;
    }
    .form-holder form {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
    
    .photo-holder {
        position: relative;
    }
    .form-holder {
        max-width: 100%;
        margin-top: 70px;
        padding: 0px 20px;
    width: 90%;
    }
    #countdown {
        margin-left: 0%!important;
        margin-top: 30px!important;
    }
    .form-header {
            max-width: 100%!important;
    padding: 0px!important;
        background: none!important;
    }
    .popup-holder {
      max-width: 100%;
    width: 70%;
    
}
  .popup-holder    .child_birthyear + div {
    margin-left: 85px;
    }
    input.size-2 {
        max-width: 60%;
    }
    
    .form-item .chzn-container-single {
        margin-right: 0px;
    }
    .close-popup {
    position: relative;
        left: 0px;
        float: right;
    }
    .main-holder > .form-header {
        height: 80px!important;
    }
    .form-item .label {
        width: 80px!important;
            line-height: 20px!important;
    }
  
    
    
 body .fmn  input.size-4,  body .fmn .chzn-container, body .fmn  #validInput { 
        width: 80px!important;
    }
    
    
    
         .popup-outer  .form-item .label {
        width: 90px!important;
            line-height: 20px!important;
    }

    .popup-outer  input.size-4,   .popup-outer .chzn-container, .popup-outer #validInput   {
        width: 130px!important;
    }
    
    .block-header {
        margin-top: 30px;
    }
    #client_gender {
        display: none;
    }
    .main-holder > .form-header p {
        line-height: 15px!important;
    }
    .form-agree {
        height: auto!important;
    }
    .photo-holder {
        margin: auto!important;
    }
    .photo-input {
        display: none;
    }
    
      
    .valid-info {
   left: 10px!important;
    max-width: 300px!important;
    bottom: 10px!important;
    }
        
    .social-holder {
        float: none!important;
    margin-left: 23%;
}
    
    
    .popup-holder br {
        display: none;
    }
    
    
#mobd {
    display: none;
    }

    
    .message {
   
    text-align: center;
    float: none;
    position: absolute;
    margin-top: 85px;
            width: 100%;

}
    
}


@media only screen  
and (min-width : 1025px) {
   #gekasante-rnational input[type=checkbox]#toggle,
   #gekasante-rnational label[for=toggle] {
  display: none;
  }
}
@media only screen  
and (max-width : 679px) {
  #gekasante-rnational {
  width: 92%;
  }
    #gekasante-rnational input[type=checkbox]#toggle {
  position: absolute;
  z-index: -9999px;
  top: -9999px;
  left: -9999px;
  }
  i.icon-nalcanemakeg-1 {
  margin: 0 10px 0 0;
  }
    #gekasante-rnational label[for=toggle] {
 width: 90%;
    display: block;
    text-align: left;
    padding-top: 22px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  #nalcanemakeg {
  display: none;
  }
    #gekasante-rnational input[type=checkbox]#toggle:checked ~ #nalcanemakeg {
  display: block;
        margin-top:20px;
  }
    #gekasante-rnational input[type=checkbox]#toggle:checked ~ #nalcanemakeg li {

    display: block;
    background: #e5e5e5;
    float: none;
        border-bottom: solid 1px #bbb8b8;
        height: 50px;
   
    line-height: 50px;
  }
}
@media only screen  
and (min-width : 680px)  
and (max-width : 702px) {
  #gekasante-rnational {
  width: 80%;
  font-size: 11px;
  }
    #gekasante-rnationalinput[type=checkbox]#toggle,
    #gekasante-rnational label[for=toggle] {
  display: none;
  }  
}
@media only screen  
and (min-width : 703px)  
and (max-width : 728px) {
  #gekasante-rnational {
  width: 80%;
  font-size: 12px;
  }
  #gekasante-rnational  input[type=checkbox]#toggle,
   #gekasante-rnational label[for=toggle] {
  display: none;
  }  
}
@media only screen  
and (min-width : 728px)  
and (max-width : 1024px) {
  #gekasante-rnational {
  width: 80%;
  font-size: 13px;
  }
   #gekasante-rnational input[type=checkbox]#toggle,
  #gekasante-rnational  label[for=toggle] {
  display: none;
  }  
}