@charset "UTF-8";  
@font-face{
    font-family: 'proxima_nova_thextrabold';
    src: url('../fonts/proximanova-xbold.eot');
    src: url('../fonts/proximanova-xbold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-xbold.woff') format('woff'),
         url('../fonts/proximanova-xbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'rur';
    src: url('../fonts/rur.eot');
    src: url('../fonts/rur.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rur.woff') format('woff'),
         url('../fonts/rur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.xbold{
    font-family: 'proxima_nova_thextrabold';
}
.rur{
    font-family: 'rur';
}
.font{
	font-family: 'PT Sans', sans-serif;
}
.font-narrow{
	font-family: 'PT Sans Narrow', sans-serif;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,menu{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus{
	outline: none;
}
::-webkit-input-placeholder{
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #95a2aa;
}
:-moz-placeholder{
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #95a2aa;
}
::-moz-placeholder{
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #95a2aa;
}
:-ms-input-placeholder{
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #95a2aa;
}
:focus::-webkit-input-placeholder{
	color: transparent;
}
:focus:-moz-placeholder{
	color: transparent;
}
:focus::-moz-placeholder{
	color: transparent;
}
:focus:-ms-input-placeholder{
	color: transparent;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a.hover{
	text-decoration: none;
}
a.hover:hover{
	text-decoration: underline;
}
html, body{
	height: 100%;
}
body{
	font-family: Tahoma, sans-serif;
	color: #42484b;
	font-size: 12px;
	line-height: 150%;
}
input:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea,
.input{
	font-family: Tahoma, sans-serif;
	width: 175px;
	height: 18px;
	padding: 5px 8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 128%;
	border: solid 1px #cad5df;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	-moz-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
}
.jq-selectbox{
	width: 243px;
}
.jq-selectbox__select{
	font-family: Arial, sans-serif;
	height: 18px;
	padding: 6px 8px 4px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 128%;
	color: #95a2aa;
	border: solid 1px #cad5df;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	-moz-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.used+.jq-selectbox__select{
	font-family: Tahoma, sans-serif;
	font-style: normal;
	color: #2c3133;
}
.jqselect.opened .jq-selectbox__select{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.search-input input[type='text']{
	width: 276px !important;
}
textarea,
textarea.input{
	height: 72px;
}
input:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']):hover,
textarea:hover,
input:focus:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea:focus,
input.hover:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea.hover,
input.active:not([type='submit']):not([type='file']):not([type='checkbox']):not([type='radio']),
textarea.active,
.input:hover,
.input:focus,
.input.hover,
.input.active{
	border-color: #b3c3d0;
}
.jq-selectbox__select:hover,
.jq-selectbox:hover .jq-selectbox__select,
.jq-selectbox.opened .jq-selectbox__select{
	border-color: #b3c3d0;
	background: #fff;
}
.jq-selectbox__trigger{
	border-left-color: transparent;
}
.jq-selectbox__trigger-arrow{
	opacity: 1;
	top: 12px;
	border-top-color: #95a2aa;
	border-top-width: 6px;
	border-right-width: 4px;
	border-left-width: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox.opened .jq-selectbox__trigger-arrow{
	border-top-color: #17a4e0;
}
.jq-selectbox__dropdown{
/*	width: auto !important;
	position: relative !important;*/
	top: 33px !important;
	bottom: auto !important;
	margin: -5px 0 0;
	border-color: #b3c3d0;
	border-top-color: #e4e9ef;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: inset 2px -2px 2px rgba(9,171,110,0.07);
	-moz-box-shadow: inset 2px -2px 2px rgba(9,171,110,0.07);
	box-shadow: inset 2px -2px 2px rgba(9,171,110,0.07);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jq-selectbox li{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected{
	color: #fff;
	background-color: #10baf4;
}
.jq-selectbox li:last-child{
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.jq-radio,
.jq-checkbox{
	width: 14px;
	height: 14px;
	border: solid 2px #728896;
	background: url('../images/blank.png') no-repeat center center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.jq-radio{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.jq-checkbox.disabled,
.jq-radio.disabled{
	opacity: 0.5;
}
.jq-checkbox.checked{
	background-image: url('../images/check-main.png');
}
.jq-radio.checked{
	background-image: url('../images/radio.png');
}
.jq-checkbox__div,
.jq-radio__div{
	display: none;
}
.label{
	margin: 0 0 0 9px;
	font-size: 13px;
	color: #1e2529;
	border-bottom: dashed 1px #1e2529;
}
[disabled]+.label,
.disabled+.label{
	opacity: 0.5;
	border-bottom-color: transparent;
}
label:hover .label,
label.hover .label{
	border-bottom-color: transparent;
}
.options .jq-checkbox{
	width: 10px;
	height: 10px;
	margin-right: 2px;
	border: solid 1px #cad5df;
	background: #fff url('../images/blank.png') no-repeat center center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	-moz-box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
	box-shadow: inset 2px 2px 2px rgba(9,171,110,0.07);
}
.options .jq-checkbox:hover,
.options label:hover .jq-checkbox{
	border-color: #8da3b5;
}
.options .jq-checkbox.checked{
	background-image: url('../images/check.png');
}
.options .jq-checkbox.disabled,
.options label:hover .jq-checkbox.disabled{
	border-color: #cad5df;
}
input[type='submit'],
.button{
	display: inline-block;
	width: 86px;
	height: 28px;
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 #20a8db;
	border: 0 none;
	background: #16c6e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2YzZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxN2E1ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #16c6e5 0%, #17a5e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16c6e5), color-stop(100%,#17a5e0));
	background: -webkit-linear-gradient(top,  #16c6e5 0%,#17a5e0 100%);
	background: -o-linear-gradient(top,  #16c6e5 0%,#17a5e0 100%);
	background: -ms-linear-gradient(top,  #16c6e5 0%,#17a5e0 100%);
	background: linear-gradient(to bottom,  #16c6e5 0%,#17a5e0 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button.red{
	text-shadow: -1px -1px 0 #b01a35;
	background: #ed3859;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMzg1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTI3NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ed3859 0%, #e12749 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed3859), color-stop(100%,#e12749));
	background: -webkit-linear-gradient(top,  #ed3859 0%,#e12749 100%);
	background: -o-linear-gradient(top,  #ed3859 0%,#e12749 100%);
	background: -ms-linear-gradient(top,  #ed3859 0%,#e12749 100%);
	background: linear-gradient(to bottom,  #ed3859 0%,#e12749 100%);
}
.button.gray{
	text-shadow: -1px -1px 0 #88a3b3;
	background: #a3b7c3;
}
.button.small{
	height: 26px;
	line-height: 26px;
}
.button.big{
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
.button.large{
	width: 208px;
	height: 50px;
	font-size: 27px;
	line-height: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
	box-shadow: inset 0 -3px 0 rgba(0,0,0,0.25);
}
input[type='submit'],
input.button{
	padding: 0 0 2px;
	line-height: 26px;
}
input.button.small{
	line-height: 24px;
}
input.button.big{
	line-height: 30px;
}
input.button.large{
	line-height: 48px;
}
input[type='submit']:hover,
input[type='submit'].hover,
.button:hover,
.button.hover{
	background: #16c6e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2YzZlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzk0YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #16c6e5 0%, #1c94c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16c6e5), color-stop(100%,#1c94c6));
	background: -webkit-linear-gradient(top,  #16c6e5 0%,#1c94c6 100%);
	background: -o-linear-gradient(top,  #16c6e5 0%,#1c94c6 100%);
	background: -ms-linear-gradient(top,  #16c6e5 0%,#1c94c6 100%);
	background: linear-gradient(to bottom,  #16c6e5 0%,#1c94c6 100%);
}
.button.red:hover,
.button.red.hover{
	background: #ed3859;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMzg1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYzE0MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ed3859 0%, #bc1433 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed3859), color-stop(100%,#bc1433));
	background: -webkit-linear-gradient(top,  #ed3859 0%,#bc1433 100%);
	background: -o-linear-gradient(top,  #ed3859 0%,#bc1433 100%);
	background: -ms-linear-gradient(top,  #ed3859 0%,#bc1433 100%);
	background: linear-gradient(to bottom,  #ed3859 0%,#bc1433 100%);
}
.button.gray:hover,
.button.gray.hover{
	background: #a3b7c3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzYjdjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTk1YTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a3b7c3 0%, #7e95a2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3b7c3), color-stop(100%,#7e95a2));
	background: -webkit-linear-gradient(top,  #a3b7c3 0%,#7e95a2 100%);
	background: -o-linear-gradient(top,  #a3b7c3 0%,#7e95a2 100%);
	background: -ms-linear-gradient(top,  #a3b7c3 0%,#7e95a2 100%);
	background: linear-gradient(to bottom,  #a3b7c3 0%,#7e95a2 100%);
}
input[type='submit']:active,
input[type='submit'].active,
.button:active,
.button.active{
	background: #1c94c6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjOTRjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNmM2ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1c94c6 0%, #16c6e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c94c6), color-stop(100%,#16c6e5));
	background: -webkit-linear-gradient(top,  #1c94c6 0%,#16c6e5 100%);
	background: -o-linear-gradient(top,  #1c94c6 0%,#16c6e5 100%);
	background: -ms-linear-gradient(top,  #1c94c6 0%,#16c6e5 100%);
	background: linear-gradient(to bottom,  #1c94c6 0%,#16c6e5 100%);
}
.button.red:active,
.button.red.active{
	background: #be1332;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMTMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMDMxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #be1332 0%, #e03151 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be1332), color-stop(100%,#e03151));
	background: -webkit-linear-gradient(top,  #be1332 0%,#e03151 100%);
	background: -o-linear-gradient(top,  #be1332 0%,#e03151 100%);
	background: -ms-linear-gradient(top,  #be1332 0%,#e03151 100%);
	background: linear-gradient(to bottom,  #be1332 0%,#e03151 100%);
}
.button.gray:active,
.button.gray.active{
	background: #7e95a2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlOTVhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2I3YzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #7e95a2 0%, #a3b7c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e95a2), color-stop(100%,#a3b7c3));
	background: -webkit-linear-gradient(top,  #7e95a2 0%,#a3b7c3 100%);
	background: -o-linear-gradient(top,  #7e95a2 0%,#a3b7c3 100%);
	background: -ms-linear-gradient(top,  #7e95a2 0%,#a3b7c3 100%);
	background: linear-gradient(to bottom,  #7e95a2 0%,#a3b7c3 100%);
}
input[type='submit'].disabled,
input[type='submit',disabled],
.button.disabled{
	cursor: not-allowed;
	text-shadow: -1px -1px 0 #a6a6a6;
	background: url('../images/disabled.png') bottom !important;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
.bluecolor{
	color: #009bdd;
}
.redcolor{
	color: #e2294b;
}
hr{
	border-top: dotted 1px #477492;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
/* off */
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff url('../images/bg-main.png') repeat-x center 176px;
	background: url('../images/lines.png') no-repeat center 176px, #fff url('../images/bg-main.png') repeat-x center 176px;
}
#interface-page #wrapper{
	background: #fff;
}
.inside{
	width: 980px;
	margin: 0 auto;
}
/* header */
header{
	padding: 12px 0 0;
}
#interface-page header{
	padding: 28px 0 24px;
	border-bottom: dotted 1px #477492;
}
.interface-title{
	padding: 52px 0 0;
	font-size: 18px;
	line-height: 133%;
	color: #0a476e;
}
.search{
	padding: 11px 0 0 18px;
	width: 659px;
	height: 41px;
	background: url('../images/search.png') no-repeat left top;
}
header .search{
	margin: 25px 0 0;
}
#interface-page .search{
	margin: 0 0 20px;
}
.search label{
	color: #09476e;
}
.search .search-input label{
	font-size: 16px;
}
.search .input{
	margin-left: 6px;
}
.search-options{
	width: 150px;
	margin: -3px 0 0 15px;
}
.search-options li{
	width: 50px;
}
.search .button{
	width: 128px;
	margin: 1px 0 0 10px;
}
.nav,
.table-menu{
	width: 980px;
	height: 42px;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	text-shadow: 1px 1px 0 #62737e;
	background: url('../images/nav.png') no-repeat left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
header .nav{
	margin: 16px 0 0;
}
.table-menu{
	width: 730px;
	min-height: 43px;
	background: url('../images/table-menu.png') no-repeat left top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.table-menu table{
	width: 100%;
}
.nav *,
.table-menu *{
	vertical-align: middle;
	text-decoration: none;
}
.nav menu li{
	margin-left: -1px;
	height: 40px;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
}
.table-menu th{
	padding: 0 20px;
	font-weight: normal;
	height: 38px;
}
.table-menu th img{
	margin: 2px 0 0 4px;
}
.table-menu th .title{
	border-bottom: dashed 1px transparent;
}
.nav menu li:hover,
.nav menu li.active{
	border-left-color: #748a98;
	border-right-color: #748a98;
	background: #9db2c1;
	-webkit-box-shadow: inset 0 -21px 21px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -21px 21px rgba(0,0,0,0.1);
	box-shadow: inset 0 -21px 21px rgba(0,0,0,0.1);
}
.table-menu .a{
	cursor: pointer;
}
.table-menu .active .a{
	cursor: default;
}
.table-menu .a:hover .title,
.table-menu th.active .title{
	text-shadow: none;
	border-bottom-color: #fff;
}
.nav menu li:first-child,
.table-menu th:first-child{
	margin: 0;
	border-left: 0 none;
}
.nav menu li > *:first-child{
	padding: 0 20px;
	height: 40px;
}
.nav > menu > li:first-child{
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.nav  > menu > li:first-child > *:first-child{
	padding: 0 15px;
}
.sub-nav{
	display: none;
	position: absolute;
	width: 970px;
	height: 41px;
	padding: 2px 0 0;
	left: 5px;
	top: 40px;
	background: url('../images/sub-nav.png') no-repeat center bottom;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
li:hover > .sub-nav,
li.active > .sub-nav{
	display: block;
}
.nav menu .sub-nav li,
.nav menu .sub-nav li > *:first-child{
	height: 41px;
}
.nav menu .sub-nav li:first-child{
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.nav menu .sub-nav li:hover,
.nav menu .sub-nav li.active{
	background: #8da4b4;
}
.nav li.active > *:first-child{
	cursor: default;
}
/* header off */

/* content */
div[role='main']{
	padding: 20px 0 179px;
}
#interface-page div[role='main']{
	padding: 20px 0;
}
.ui-value-slider{
	font-family: Arial, sans-serif;
	width: 420px;
	height: 47px;
	padding: 3px 0 0;
	font-size: 11px;
	font-style: italic;
	color: #266389;
	text-align: center;
}
.ui-slider-horizontal{
	background: #f1f2f2;
}
.ui-slider-range{
	background: #17a5e1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3YTVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZmJkZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #17a5e1 0%, #0fbdf7 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#17a5e1), color-stop(100%,#0fbdf7));
	background: -webkit-linear-gradient(left,  #17a5e1 0%,#0fbdf7 100%);
	background: -o-linear-gradient(left,  #17a5e1 0%,#0fbdf7 100%);
	background: -ms-linear-gradient(left,  #17a5e1 0%,#0fbdf7 100%);
	background: linear-gradient(to right,  #17a5e1 0%,#0fbdf7 100%);
}
.ui-value-slider .ui-corner-all{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-handle{
	cursor: pointer;
	top: -3px;
	width: 17px;
	height: 17px;
	border: 0 none;
	background: url('../images/picker.png') no-repeat center top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-slider-horizontal .ui-slider-handle:hover{
	background-image: url('../images/picker-over.png');
}
.value-scale li{
	position: absolute;
	top: 0;
	width: 40px;
	margin: 0 0 0 -20px;
}
.form-links li{
	margin-left: 20px;
}
.form-links li:first-child{
	margin-left: 0;
}
.form-links table{
	width: 100%;
}
.pager{
	cursor: default;
}
.pager img{
	margin-bottom: 1px;
}
.page-numbers li{
	margin: 0 0 0 9px;
}
.page-numbers li .td{
	width: 25px;
	height: 23px;
	color: #95a2aa;
	text-decoration: none;
	border: solid 1px transparent;
}
.page-numbers li .td:not(.spacer){
	border-color: #cad5df;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-numbers li .td:not(.spacer):hover,
.page-numbers li.active .td:not(.spacer){
	color: #728590;
	border-color: #a7b5be;
}
.page-numbers li.active .td:not(.spacer){
	cursor: default;
	background: #ececec;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ececec 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ececec 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ececec 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ececec 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ececec 0%,#ffffff 100%);
}
.title-block{
	padding: 0 30px 20px;
}
.title-block h1{
	font-size: 49px;
	line-height: 100%;
	color: #35627e;
}
.title-block h1 .small{
	display: block;
	font-size: 24px;
	line-height: 100%;
}
.title-block .description{
	width: 402px;
	margin: 0 0 0 58px;
	padding: 2px 0 0;
	font-size: 14px;
	line-height: 133%;
}
.title-block .description .bluecolor{
	display: block;
	padding: 14px 0 0;
	color: #35627d;
}
/* content off */

/* footer */
#footer{
	margin: -158px 0 0;
	height: 157px;
	border-top: solid 1px #fff;
	background: #dce0e3;
	-webkit-box-shadow: 0 -1px 0 #dce0e3;
	-moz-box-shadow: 0 -1px 0 #dce0e3;
	box-shadow: 0 -1px 0 #dce0e3;
}
footer{
}
/* footer off */



















/* eof */