/* RESET */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,b,i,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline;	background: transparent;}
ol,ul {list-style: none; }
:focus {outline: 0; }

/* GENERIC */
/* main typography */
@font-face {
    font-family: 'open_sansregular';
    src: url('/addons/default/themes/jkh/fonts/opensans-regular.eot');
    src: url('/addons/default/themes/jkh/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('/addons/default/themes/jkh/fonts/opensans-regular.woff') format('woff'),
    url('/addons/default/themes/jkh/fonts/opensans-regular.ttf') format('truetype'),
    url('/addons/default/themes/jkh/fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('/addons/default/themes/jkh/fonts/opensans-semibold.eot');
    src: url('/addons/default/themes/jkh/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
    url('/addons/default/themes/jkh/fonts/opensans-semibold.woff') format('woff'),
    url('/addons/default/themes/jkh/fonts/opensans-semibold.ttf') format('truetype'),
    url('/addons/default/themes/jkh/fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: "Franklin Gothic Demi Cond";
	src: url('/addons/default/themes/jkh/fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.eot');
	src: url('/addons/default/themes/jkh/fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.eot?#iefix') format('embedded-opentype'),
	url('/addons/default/themes/jkh/fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.svg#Franklin Gothic Demi Cond') format('svg'),
	url('/addons/default/themes/jkh/fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.woff') format('woff'),
	url('/addons/default/themes/jkh/fonts/639862061-Franklin-Gothic-Demi-Cond-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html { font-size: 62.5%; font-family:  "open_sansregular", arial, helvetica, tahoma, sans-serif; min-width: 1024px;}
strong, th, thead td { font-weight: normal; font-family:  "open_sanssemibold"; }
p { margin-bottom: 5px; }

/* forms */
label {display: block; position: relative; margin-bottom: 10px; line-height: 28px; }
textarea, input[type='text'], input[type='password'], select {
    border: 1px solid #79dbf7;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    font-family:  "open_sansregular", arial, helvetica, tahoma, sans-serif;
}
input, select { cursor: pointer; }
input[type='text'], input[type='password'] { cursor: text; padding: 5px 7px; line-height: 16px; height: 16px; color: #484848; }
input { vertical-align: middle; margin: 0;}
textarea { padding: 3px 7px 4px; }
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
input.placeholder, textarea.placeholder {color: #b9b9b9;font-style: italic; }
label span.input_wrapper {display: block; margin: 0 8px; }
label span.input_wrapper input, label span.input_wrapper textarea {width: 100%; margin-left: -8px; }
label>span.del, label>span.view {
    height: 16px;
    cursor: pointer;
    left: auto;
    right: 6px;
    top: auto;
    bottom: 6px;
    background-position: -221px -531px;
}
label>span.del {width: 16px; }
label>span.view {
    width: 23px;
    background-position: -25px -485px;
}

/* title */
h1 { font-size: 2.142857142857143em; font-weight: normal; color: #34495e; margin: 17px 0; line-height: 32px; } /* 30px/14px */
h2 { font-size: 1.714285714285714em; font-weight: normal; color: #34495e; margin: 0; line-height: 26px; } /* 24px/14px */
h3 { font-size: 1.285714285714286em; font-weight: bold; color: #34495e; margin: 1.14em 0 .57em; } /* 18px/14px */
h4 { font-size: 1.285714285714286em; font-weight: bold; color: #34495e; margin: 1.23em 0 .615em; } /* 18px/14px */
h5 { font-size: 1em; font-weight: bold; color: #6e7a87; margin: 1.33em 0 .67em; }
h6 { font-size: 1em; font-weight: bold; color: #6e7a87; margin: 1.6em 0 .8em; }

/* lists */
ul li { margin-left: .85em; list-style-type: disc }
ol { list-style-position: outside; list-style-type: decimal; }
ul, ol { margin-bottom: 0.6em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }

/* tables */
table {
    /*border: 1px solid #1ac2fc;*/
    border-left: none;
    border-top: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    position: relative;
}
table th {
    color: #fff;
    font-size: 1.083333333333333em; /* 13px/12px */
    background: #1ac2fc;
    border-left: 1px solid #c3f3ff;
    border-top: 1px solid #c3f3ff;
    text-align: center;
    padding: 4px 7px;
    font-family: 'open_sansregular';
    vertical-align: middle;
    word-wrap: break-word;
    /*word-break: break-all;*/
}
table thead tr:first-child th {border-top: none; }
table thead tr:first-child th:first-child {border-left-color: #1ac2fc; }
table td {
    /*border-left: 1px solid #c3f3ff;*/
    border-top: 1px solid #c3f3ff;
    padding: 6px 4px;
    vertical-align: middle;
}
table tbody tr:first-child td {border-top: none; }

table tr.odd>td {background: #effcff; }
table td.disabled {color: #9c9c9c; }
table td.right {text-align: right; }
table td.center {text-align: center; }
table tr.total td {font-family: "open_sanssemibold"; text-transform: uppercase; }
table td.total {font-size: 1.33333333333333em; }
table td.nmbr {width: 30px; text-align: center; }
table td.dwld {width: 130px; padding: 6px 10px; }
/* table type1 */
table.type1 {border-width: 2px; }
table.type1 thead tr:first-child th:first-child {border-left-width: 2px;}
table.type1 td {background: #fff; }
table.type1 tbody tr td:first-child {width: 45px; border-left-width: 2px; }
/* table type2 */
table.type2 th {text-align: left; }
table.type2 tbody tr:first-child td {border-top: 1px solid #fff; }
table.type2 tbody tr:first-child td:first-child {border-top: 1px solid #c3f3ff; }
table.type2 tbody tr td:first-child {width: 80px; background: #1ac2fc; color: #fff;}
table.type2 tbody tr.odd td {background: #effcff; color: #484848; width: auto; border-left-color: #c3f3ff; }
/* table type3 */
/*table.type3 tbody tr:first-child td {border-top: 1px solid #1ac2fc; }*/
/* table type4 */
table.type4 td {text-align: center; }
/* breadcrumbs */
.breadcrumbs {
    line-height: 18px;
    margin-bottom: 14px;
}

/* links */
a {text-decoration: underline}
a:link, a:visited { color: #0080a5; }
a:hover, a:active, a:focus { color: #ec8241; }
a.back {
    position: relative;
    margin-left: 21px;
}
a.back .ico {
    width: 12px;
    height: 5px;
    left: -21px;
    top: 7px;
    background-position: -61px -72px;
}
a.back:hover .ico {background-position: -61px -78px; }

/* clearfix */
.group:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}

/* img align */
img[align=left] {float:left; margin:0 1em 1em 0; }
img[align=right] {float:right; margin:0 0 1em 1em; }

/* custom select */
.selectbox {
    vertical-align: middle;
    cursor: pointer;
    z-index: 3 !important;
}
.selectbox .select {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #79dbf7;
    height: 26px;
    padding: 0 37px 0 9px;
    line-height: 24px;
    color: #6c6b6b;
}
.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.selectbox .trigger {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 26px;
    height: 26px;
    background: #0097e6;
    background: -moz-linear-gradient(top, #00bbf2 0%, #0097e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbf2), color-stop(100%,#0097e6));
    background: -webkit-linear-gradient(top, #00bbf2 0%,#0097e6 100%);
    background: -o-linear-gradient(top, #00bbf2 0%,#0097e6 100%);
    background: -ms-linear-gradient(top, #00bbf2 0%,#0097e6 100%);
    background: linear-gradient(to bottom, #00bbf2 0%,#0097e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf2', endColorstr='#0097e6',GradientType=0 );
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #00b2e6 #00a3e1 #008eda;
}
.selectbox .trigger .arrow {
    position: absolute;
    top: 11px;
    right: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    width: 0;
    height: 0;
    overflow: hidden;
}
.selectbox ul.dropdown {
    top: 28px;
    margin: 0;
    padding: 4px 0;
    background: url("/addons/default/themes/jkh/img/fon2.png");
    border: 1px solid #c3f3ff;
    border-top: none;
}
.selectbox ul.dropdown:hover {background: #fff; }
.selectbox li {
    padding: 4px 8px 4px;
    color: #484848;
    list-style: none;
    margin: 0;
}
.selectbox li:hover, .selectbox li.selected {background: #effcff; }
.selectbox li.disabled {color: #aaa; }
.selectbox li.disabled:hover {background: none; }


/* paging */
.list_paging>div {
    display: inline-block;
    height: 30px;
}
.list_paging a {
    position: relative;
    display: block;
    height: 28px;
    line-height: 30px;
    padding: 0 6px;
    text-align: center;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    margin-right: 6px;
    float: left;
}
.list_paging a.disabled {cursor: default; }
.list_paging a>.ico {
    height: 11px;
    width: 6px;
    top: 10px;
    left: 3px;
}
.list_paging a.prev>.ico {background-position: -212px -375px; }
.list_paging a.prev.disabled>.ico {background-position: -212px -387px; }
.list_paging a.next>.ico {background-position: -219px -375px; }
.list_paging a.next.disabled>.ico {background-position: -219px -387px; }
.list_paging a:hover {
    border-bottom-color: #00aee1;
    border-bottom-width: 3px;
    margin-bottom: -1px;
}
.list_paging a.active {
    border-bottom-color: #c8c8c8;
    background: #fafafa;
    border-bottom-width: 3px;
    margin-bottom: -1px;
}
.list_paging a.prev, .list_paging a.next {border-bottom-color: #fff; }


/* BASIC */
body {
    height: 100%;
    color: #484848;
    background: #fff;
    width: 100%;
    font: 14px 'Open Sans', sans-serif;
}
.page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -160px;
}
.wrapper {
    max-width: 1420px;
    min-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}
.push {height: 160px; }

/* buttons */
.btn {
    padding-left: 5px;
    cursor: pointer;
    display: inline-block;
}
.btn>div {padding-right: 5px; }
.btn, .btn>div, .btn>div>div { background: url("/addons/default/themes/jkh/img/btn-sprite.png") 0 0 no-repeat; }
.btn>div>div {background-repeat: repeat-x; position: relative; text-align: center; }
.header .auth .btn {
    margin-left: 9px;
    color: #fff;
    font-size: 1.166666666666667em; /* 14px/12px */
    position: relative;
}
.header .auth .btn .ico {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 14px;
}
.header .auth .btn.reg {background-position: 0 0; }
.header .auth .btn.reg>div {background-position: 100% -40px; }
.header .auth .btn.reg>div>div {background-position: 0 -80px; padding: 0 8px 0 45px; line-height: 40px; height: 40px; }
.header .auth .btn.reg:hover {background-position: 0 -120px; }
.header .auth .btn.reg:hover>div {background-position: 100% -160px; }
.header .auth .btn.reg:hover>div>div {background-position: 0 -200px; }
.header .auth .btn.reg.click {background-position: 0 -240px; }
.header .auth .btn.reg.click>div {background-position: 100% -280px; }
.header .auth .btn.reg.click>div>div {background-position: 0 -320px; }
.header .auth .btn.login {background-position: 0 -360px; }
.header .auth .btn.login>div {background-position: 100% -400px; }
.header .auth .btn.login>div>div {background-position: 0 -440px; padding: 0 33px 0 55px; line-height: 40px; height: 40px; }
.header .auth .btn.login:hover {background-position: 0 -480px; }
.header .auth .btn.login:hover>div {background-position: 100% -520px; }
.header .auth .btn.login:hover>div>div {background-position: 0 -560px; }
.header .auth .btn.login.click {background-position: 0 -600px; }
.header .auth .btn.login.click>div {background-position: 100% -640px; }
.header .auth .btn.login.click>div>div {background-position: 0 -680px; }
.header .auth .reg .ico {background-position: -43px -25px; }
.header .auth .login .ico {background-position: -43px 0; }
.header .auth .btn.logout {background-position: 0 -360px; }
.header .auth .btn.logout>div {background-position: 100% -400px; }
.header .auth .btn.logout>div>div {background-position: 0 -440px; padding: 0 33px 0 55px; line-height: 40px; height: 40px; }
.header .auth .btn.logout:hover {background-position: 0 -480px; }
.header .auth .btn.logout:hover>div {background-position: 100% -520px; }
.header .auth .btn.logout:hover>div>div {background-position: 0 -560px; }
.header .auth .btn.logout.click {background-position: 0 -600px; }
.header .auth .btn.logout.click>div {background-position: 100% -640px; }
.header .auth .btn.logout.click>div>div {background-position: 0 -680px; }
.header .auth .logout span {background-position: -43px -25px; left: 25px; }

.btn.blue {background-position: 0 -990px; margin: 0; font-size: 14px; }
.btn.blue>div {background-position: 100% -1018px; }
.btn.blue>div>div {background-position: 0 -1046px; padding: 0 10px 0 35px; line-height: 28px; height: 28px; color: #fff; }
.btn.blue:hover {background-position: 0 -1074px; }
.btn.blue:hover>div {background-position: 100% -1102px; }
.btn.blue:hover>div>div {background-position: 0 -1130px; }
.btn.blue.click {background-position: 0 -1158px; }
.btn.blue.click>div {background-position: 100% -1186px; }
.btn.blue.click>div>div {background-position: 0 -1214px; }
.btn.blue .ico {
    width: 17px;
    height: 15px;
    left: 10px;
    top: 6px;
    background-position: -218px -485px;
}
.btn.blue.save_set {width: 325px; }
.btn.blue.save_set>div>div {padding-left: 26px; }
.btn.blue.save_set .ico {
    width: 15px;
    height: 16px;
    left: 71px;
    top: 6px;
    background-position: -218px -452px;
}
.btn.blue.add .ico {
    width: 12px;
    height: 12px;
    top: 8px;
    background-position: -221px -604px;
}
.btn.blue.load>div>div {padding-left: 28px; }
.btn.blue.load .ico {
    top: 9px;
    width: 9px;
    height: 10px;
    background-position: -183px -632px;
}
.btn.blue.pdf>div>div {padding-left: 40px; }
.btn.blue.pdf .ico {
    top: 7px;
    width: 20px;
    height: 14px;
    background-position: -193px -632px;
}
.btn.blue.print .ico {
    width: 18px;
    height: 17px;
    background-position: -214px -632px;
}
.btn.blue.arr>div>div {padding: 0 5px; }
.btn.blue.arr .ico {
    top: 10px;
    left: 6px;
    width: 18px;
    height: 8px;
    background-position: -183px -646px;
}
.btn.blue.refresh .ico {
    width: 16px;
    height: 16px;
    background-position: -166px -658px;
}
.btn.blue.next>div>div {padding: 0 35px 0 10px; }
.btn.blue.next .ico {
    top: 9px;
    left: auto;
    right: 6px;
    width: 12px;
    height: 9px;
    background-position: -141px -732px;
}
.btn.blue.pay .ico {
    width: 16px;
    height: 16px;
    top: 5px;
    background-position: -141px -741px;
}
.btn.blue.auth {width: 90px; }
/*.btn.blue.auth .ico {background-position: -221px -128px; }*/
.btn.blue.auth .ico {background-position: -207px -816px; }
.btn.blue.reg {width: 190px; }
.btn.blue.reg .ico {background-position: -221px -515px; }
.btn.grey {background-position: 0 -1242px; width: 105px; }
.btn.grey>div {background-position: 100% -1270px; }
.btn.grey>div>div {background-position: 0 -1298px; padding: 0 10px 0 35px; line-height: 28px; height: 28px; color: #fff; }
.btn.grey:hover {background-position: 0 -1326px; }
.btn.grey:hover>div {background-position: 100% -1354px; }
.btn.grey:hover>div>div {background-position: 0 -1382px; }
.btn.grey.click {background-position: 0 -1410px; }
.btn.grey.click>div {background-position: 100% -1438px; }
.btn.grey.click>div>div {background-position: 0 -1466px; }
.btn.grey .ico {
    width: 15px;
    height: 15px;
    left: 10px;
    top: 6px;
    background-position: -221px -500px;
}

#login-form .group.esia {
    font-size: 14px;
    padding: 15px 0 17px;
    background: #eaeaea;
    text-align: center;
}
#login-form .esia-logo {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
#login-form .esia-logo:before {
    content: '';
    background: url("/addons/default/themes/jkh/img/esia.png") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#login-form .lost-password {
    font-size: 12px;
    padding: 5px 20px 0 0;
}


/* icons */
.ico {
    display: block;
    position: absolute;
    background: url("/addons/default/themes/jkh/img/sprite.png") 0 0 no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ico.hint_ico {
    height: 16px;
    width: 16px;
    left: auto;
    right: 0;
    top: 5px;
    background-position: -166px -632px;
    cursor: pointer;
}
/* block titles */
h1.title {
    color: #00cd73;
    font-size: 1.666666666666667em; /* 20px/12px */
    padding: 0 0 5px 35px;
    margin: 0 0 12px;
    line-height: 24px;
    height: 24px;
    position: relative;
    font-weight: normal;
    font-family: "open_sansregular";
    border-bottom: 3px solid #00cd73;
}
h1.title>span {
    width: 24px;
    height: 24px;
    left: 1px;
}
h1.title>a {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 0.6em; /* 12px/20px */
    display: block;
    line-height: 14px;
}
h1.title>a>span {
    width: 12px;
    height: 6px;
    left: -15px;
    top: 5px;
}
h1.title>a:link>span {background-position: -74px -63px; }
h1.title>a:visited>span {background-position: -74px -75px; }
h1.title>a:hover>span, h1.title>a:active>span, h1.title>a:focus>span {background-position: -74px -69px; }
.news_block h1.title>span {background-position: -180px -33px; }
.service h1.title>span {background-position: -205px -33px; }
.information h1.title>span {background-position: -180px -58px; }

.news .ico {
    background-position: -180px -33px;
    width: 24px;
    height: 24px;
    left: 1px;
}
.gov .ico {
    background-position: -205px -58px;
    width: 24px;
    height: 24px;
    left: 1px;
}
/* other */
.iefix {display: none; }

/* HEADER */
.header .wrapper {
    background: url("/addons/default/themes/jkh/img/header-c.png") 50% 100% no-repeat;
    height: 100%;
}
.header a.logo {
    display: block;
    float: left;
    margin: 12px 10px 0 0;
    text-align: center;
    color: #484848;
    text-decoration: none;
    width: 109px;
    position: relative;
    height: 149px;
}
.header .logo img {
    display: block;
    margin: 0 auto;
}
.header .logo span {
    display: block;
    position: absolute;
    top: 86px;
    padding: 0 4px;
    left: 0;
    width: 101px;
}
.header .auth {
    float: right;
    margin-top: 38px;
}
.header .auth.ok {
    background: none repeat scroll 0 0 #00AEE1;
    color: #FFFFFF;
    padding: 17px 20px;
    margin-top: 0;
}
.header .auth.ok div a.lk .ico {
    /*background: #00aee1;*/
    /*padding: 17px 20px;*/
    color: #fff;
}
.header .auth.ok p {
    font-size: 1.166666666666667em; /* 14px/12px */
    position: relative;
    padding-right: 125px;
    margin-bottom: 10px;
}
.header .auth.ok p:first-child {
    font-size: 1em;
    padding: 0;
    margin-bottom: 14px;
}
.header .auth.ok a {color: #fff; }
.header .auth.ok a.right {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 108px;
}
.header .auth.ok a span {border-bottom: 1px solid #fff; }
.header .auth.ok div a {
    display: block;
    float: left;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 20px;
    height: 15px;
    line-height: 14px;
    position: relative;
}
.header .auth.ok div a:first-child {margin: 0; }
.header .auth.ok div a .ico {width: 15px; border: none; }

.header .auth.ok div a.lk .ico {background-position: -221px -98px; }
.header .auth.ok div a.info .ico {background-position: -218px -469px; }
.header .auth.ok div a.exit .ico {background-position: -221px -128px; }


/* CONTENT */
.content .wrapper {
    padding: 24px 15px 20px;
    position: relative;
}
.content .wrapper>.left {
    margin-right: 320px;
}
.content .wrapper>.right {
    width: 300px;
    float: right;
}
.content .wrapper>.right>div {
    float: left;
}

/* scrollbar */
.jspContainer {
    overflow: hidden;
    position: relative;
}
.full_bar .jspContainer {height: 520px!important;}
.jspPane {position: absolute;}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 3px;
    width: 16px;
    height: 100%;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #4b4b4b;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {display: none;}
.jspHorizontalBar .jspCap {float: left;}
.jspTrack {
    background: #4b4b4b;
    border: none;
    position: relative;
}
.jspDrag {
    background: #c8c8c8;
    border: none;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 16px;
}
.jspArrow {
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled {cursor: default;}
.jspVerticalBar .jspArrow {height: 17px; }
.jspArrowUp {background: url("/addons/default/themes/jkh/img/sprite.png") -159px -375px no-repeat;}
.jspArrowDown {background: url("/addons/default/themes/jkh/img/sprite.png") -159px -393px no-repeat;}
.jspArrowUp.jspDisabled {background: url("/addons/default/themes/jkh/img/sprite.png") -142px -375px no-repeat;}
.jspArrowDown.jspDisabled {background: url("/addons/default/themes/jkh/img/sprite.png") -142px -393px no-repeat;}
.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 16px;
}
.jspArrowLeft {background: url("/addons/default/themes/jkh/img/sprite.png") -68px 0 no-repeat;}
.jspArrowRight {background: url("/addons/default/themes/jkh/img/sprite.png") -86px 0 no-repeat;}
.jspArrowLeft.jspDisabled {background-position: -68px -17px;}
.jspArrowRight.jspDisabled {background-position: -86px -17px;}
.jspVerticalBar .jspArrow:focus {outline: none;}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
.jspDragBg.ico {
    width: 9px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: -4px;
    background-position: -68px -34px;
}
.tab_content .jspTrack, .scroll_pane .jspTrack {background: #efefef; }
.tab_content .jspDragBg.ico, .scroll_pane .jspDragBg.ico {
    width: 7px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
    left: 4px;
    margin-left: 0;
    background-position: -65px -63px;
}
.scroll_pane .jspVerticalBar {right: 0; }

/* custom checkbox */
.check {
    position: relative;
    padding-left: 22px;
    line-height: 13px;
    height: 13px;
    margin: 0;
    display: inline-block;
}
.check .ico input {display: none; }
.check .ico {
    width: 13px;
    background-position: -221px -562px;
    cursor: pointer;
}
.check.active .ico {background-position: -221px -548px; }
.check:hover .ico {background-position: -221px -576px; }
.check.active:hover .ico {background-position: -221px -590px; }


/* internal info block */

.int_info_block table {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c3f3ff;
}
.int_info_block table tr td {
    border: none;
    padding: 4px 6px 4px 12px;
}
.int_info_block table tr td:first-child {
    /*width: 123px;*/
    border-right: 1px solid #c3f3ff;
    border-left: 0;
}
.int_info_block table tr.odd td {background: #effcff; }

/* internal tabs */
.int_tabs {
    margin: 30px 0 0;
    background: #f7f7f7;
}
.int_tabs li {
    margin: 0;
    float: left;
    position: relative;
    list-style: none;
}
.int_tabs li>span {
    width: 92px;
    left: auto;
    right: 0;
    background-position: -142px -411px;
    display: none;
}
.int_tabs li>a {
    text-decoration: none;
    font-size: 1.25em; /* 15px/12px */
    position: relative;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}
.int_tabs li>a span {color: #5ecfef; }
.int_tabs li.active>a span {color: #fff; }
.int_tabs li.active {background: #00aee1; }
.int_tabs li.active>span {display: block; }
.int_tabs li.active>a {color: #fff; }

/* internal tab */
.int_tab {margin-top: 21px; }
.int_tab ul.subtabs {
    margin: 0;
    width: 208px;
    float: left;
}
.int_tab ul.subtabs li {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
}
.int_tab ul.subtabs>li {margin-bottom: 15px; }
.int_tab ul.subtabs>li>ul {margin: 6px 0 0;}
.int_tab ul.subtabs>li>ul>li {
    text-transform: none;
    margin-bottom: 6px;
}
.int_tab ul.subtabs>li>ul>li>a {
    text-decoration: none;
    display: block;
    color: #0080a5;
    padding: 2px 0 5px 10px;
}
.int_tab ul.subtabs>li>ul>li>a span:first-child {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}
.int_tab ul.subtabs>li>ul>li>a:hover {
    border-left: 3px solid #00aee1;
    padding-left: 7px;
}
.int_tab ul.subtabs>li>ul>li>a.active {
    border-left: 3px solid #dddddd;
    padding-left: 7px;
    color: #484848;
    background: #f7f7f7;
}
.int_tab h2 {
    color: #484848;
    font-weight: normal;
    line-height: 23px;
    font-size: 1.666666666666667em; /* 20px/12px */
    margin: 0 0 15px;
}
.int_tab h3 {
    color: #00a25b;
    font-size: 1.666666666666667em; /* 20px/12px */
    font-weight: normal;
    line-height: 23px;
    margin: 17px 0 8px;
}
.company-wrapper .subtab {margin-left: 240px; }
/*.int_tab .subtab {margin-left: 240px; }*/
.subtab label {font-size: 1.25em; /* 15px/12px */}
.subtab label input {
    font-size: 0.8666666666666667em; /* 13px/15px */
    display: block;
}
.subtab label>span.del {
    left: 538px;
    background-position: -177px -393px;
}
.subtab label .selectbox {
    position: absolute !important;
    left: 145px;
    top: 0;
}
.subtab label .select {width: 367px; }
.subtab label input[type="text"] {width: 544px; }
table tr.specification>td span.more {
    position: relative;
    color: #056b87;
    border-bottom: 1px dotted #056b87;
    cursor: pointer;
}
table tr.specification>td span.more>span {
    width: 5px;
    height: 4px;
    left: auto;
    right: -10px;
    top: 7px;
    background-position: -6px -74px;
}
table tr.specification>td span.more.active>span {background-position: 0 -74px; }
table tr.specification:hover>td {background: #f0fff2; }
table tr.specification:hover>td span.more {
    color: #ec8241;
    border-color: #ec8241;
}
table tr.specification:hover>td span.more>span {background-position: -12px -74px; }
table tr.specification:hover>td span.more.active>span {background-position: -18px -74px; }
table .more_info {
    position: absolute;
    right: -1px;
    left: 29px;
    display: none;
    margin: 10px 0 15px;
}
.subtab>p {font-size: 1.25em; /* 15px/12px */}

/* about */
.int_tab .subtab img.left {
    float: left;
    padding: 0 20px 20px 0;
}
.int_tab .subtab.about h2 {padding-top: 7px; }
.int_tab .subtab.about p {
    font-size: 1em;
    margin-bottom: 9px;
    overflow: hidden;
}
.int_tab .subtab.about ol {
    margin: 0 0 9px 0;
    counter-reset: li;
    list-style: none;
    overflow: hidden;
}
.int_tab .subtab.about ol>li {
    margin: 0 0 6px 20px;
    position: relative;
    list-style: none;
}
.int_tab .subtab.about ol>li:before {
    content: counter(li)'.';
    counter-increment: li;
    margin-right: 6px;
    color: #9c9c9c;
    font-family: "open_sanssemibold";
}
.int_tab .subtab.about .contact {margin-top: 40px; }

/* LK */

.lk .int_tabs li>a {
    font-size: 1.333333333333333em; /* 16px/12px */
    padding: 0 22px;
}
.lk .int_tabs li>a span {
    color: #0080a5;
    vertical-align: top;
    display: inline-block;
    line-height: 37px;
    padding: 0 8px;
}
.lk .int_tabs li>a:hover span {border-bottom: 3px solid #0080a5; }
.lk .int_tabs li.active>a span {color: #fff; border: none; }

.lk label span.input_wrapper input {width: 100%; }
.lk .subtab {padding-bottom: 90px; position: relative; }
.lk .subtab h3 {margin: 35px 0 20px; }
.lk .subtab label input {font-size: 14px; }
.lk .subtab .current_pass label {width: 330px; }
.lk .subtab p.info {
    margin: 12px 0;
    color: #9c9c9c;
    font-size: 12px;
}
.lk .subtab>div>.month {
    position: absolute;
    top: 0;
    right: 0;
    color: #ec8241;
    font-size: 1.33333333333333em; /* 16px/12px */
}
.lk .subtab .line {
    margin: 40px 0;
    border-top: 1px dashed #b9b9b9;
}
.lk .subtab .btn_line {margin: 20px 0; }
.lk .subtab .btn_line .btn {margin-right: 10px; }
.lk .subtab .btn_line p {margin-top: 10px; }
.lk .subtab>div>.status {
    margin-bottom: 40px;
    overflow: hidden;
    width: 700px;
}
.lk .subtab>div>.status table {
    float: left;
    border: none;
    width: auto;
    font-family: "open_sanssemibold";
    margin-right: 20px;
}
.lk .subtab>div>.status table tr td:first-child {border-left: none; font-family: "open_sansregular"; }
.lk .subtab>div>.status table tr td {border-top: none; }
.lk .subtab>div>.status .message {
    font-size: 1em;
    text-align: left;
    width: auto;
    margin-top: 0;
    overflow: hidden;
    line-height: 18px;
}
.reading_enter label {
    float: left;
    width: 330px;
    margin: 0 20px 0 0 ;
    font-size: 1em;
}
.reading_enter label .type {color: #9c9c9c;}
.reading_enter>div {
    margin-left: 350px;
    line-height: 28px;
    position: relative;
}
.reading_enter>div>p {
    margin-bottom: 0;
    padding: 5px 23px 5px 0;
    line-height: 16px;
    height: 16px;
    font-size: 1.333333333333333em; /* 16px/12px */
    position: relative;
    display: inline-block;
}
.reading_enter>div p span {color: #9c9c9c; }
.reading_enter>div .hint {
    position: absolute;
    left: -100px;
    top: 53px;
    width: 212px;
    line-height: normal;
    padding: 6px 8px;
    border: 1px solid #a1eaff;
    background: #f2fcff;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    display: none;
    z-index: 100;
}
.reading_enter>div .hint .ico {
    width: 13px;
    height: 8px;
    left: 50%;
    top: -8px;
    margin-left: -6px;
    background-position: -166px -649px;
}
.lk .subtab .reading_enter p.info {margin-top: 5px; }
.filter {position: relative; }
.filter label .selectbox {
    position: relative !important;
    left: auto;
    margin-left: 12px;
}
.filter label .selectbox .select {width: 79px; }
.filter .btn {
    position: absolute;
    right: 0;
    top: 0;
}
.lk .subtab a.delete {
    position: relative;
    padding-left: 16px;
    text-decoration: none;
    color: #e84545;
    height: 14px;
    line-height: 14px;
}
.lk .subtab a.delete .ico {
    width: 11px;
    height: 11px;
    top: 4px;
    background-position: -221px -617px;
}
.lk .subtab a.delete span:first-child {border-bottom: 1px dotted #e84545; }
label span.err {
    position: absolute;
    padding: 7px 10px;
    width: 198px;
    line-height: 17px;
    right: 0;
    top: 57px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border: 1px solid #fca7a7;
    background: #ffeded;
    display: none;
    z-index: 1;
}
label span.err .ico {
    height: 7px;
    width: 13px;
    left: 50%;
    margin-left: -4px;
    top: -7px;
    background-position: -25px -74px;
}
label.error input {
    color: #e84545;
    border-color: #ff8d8d;
}
span.red {color: #e84545; }
.lk .subtab td .btn.arr {
    float: left;
    width: 33px;
}
.lk .subtab td label {
    font-size: 1em;
    margin-left: 48px;
    margin-bottom: 0;
}
.lk .subtab td input {text-align: right; font-size: 1em; }
.lk .subtab table tr.total td {
    text-transform: none;
    font-size: 1.33333333333333em;
    font-weight: normal;
}
.subtab h2 span {font-family: "open_sanssemibold"; }
.lk .subtab table.fix {width: 700px; }

/* profile block */
.subtab .profile {width: 700px; }
.subtab .profile label {
    font-size: 1em;
    line-height: 21px;
    position: relative;
}
.subtab .profile label input:focus {
    border-width: 2px;
    padding: 4px 6px;
}
.subtab .profile .photo {
    float: left;
    position: relative;
    background: url("/addons/default/themes/jkh/img/sprite.png") 0 -632px no-repeat;
    width: 140px;
    height: 160px;
    overflow: hidden;
    margin-top: 7px;
}
.subtab .profile .photo>div {
    position: absolute;
    width: 100%;
    height: 22px;
    background: #666666;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 22px;
}
.subtab .profile .photo>div a {color: #fffefe; }
.subtab .profile .form {margin-left: 180px; }
.subtab .profile .form>div {
    float: left;
    width: 46.15384615384615%; /* 240/520 */
}
.subtab .profile .form>div:first-child {margin-right: 7.692307692307692%; /* 40/520 */ }
.subtab .profile .address {margin-top: 7px; }
.subtab .profile .address .btn {
    float: right;
    margin-top: 21px;
    font-size: 1.166666666666667em; /* 14px/12px */
}
.subtab .profile .address .btn>div>div {
    padding: 0 10px;
    text-align: center;
}
.subtab .profile .address label {margin-right: 280px; }
.subtab .profile .passwords label {
    float: left;
    width: 47.14285714285714%; /* 330/700 */
}
.subtab .profile .passwords label:first-child {margin-right: 5.714285714285714%; /* 40/700 */}

/* gov websites (carousel) */
.container {
    padding: 19px 44px 17px;
    border: 1px solid #ededed;
    margin-bottom: 30px;
    position: relative;
}
.container>span {
    height: 170px;
    width: 25px;
    top: 19px;
    left: 37px;
    background-position: 0 -314px;
}
.container>span.right {
    left: auto;
    right: 37px;
    background-position: -26px -314px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {width: 100%; }
.jcarousel-skin-tango .jcarousel-clip {overflow: hidden; }
.container .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 13px;
    margin-right: 13px;
    text-align: center;
    position: relative;
    height: 170px;
    width: 192px;
}

.container .jcarousel-skin-tango .jcarousel-next-horizontal, .container .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 62px;
    width: 43px;
    height: 48px;
    cursor: pointer;
    background: url("/addons/default/themes/jkh/img/sprite.png") no-repeat;
}
.container .jcarousel-skin-tango .jcarousel-next-horizontal {right: -50px; background-position: -98px -314px; }
.container .jcarousel-skin-tango .jcarousel-next-horizontal:hover {background-position: -98px -363px; }
.container .jcarousel-skin-tango .jcarousel-next-horizontal:active,
.container .jcarousel-skin-tango .jcarousel-next-horizontal:focus {background-position: -98px -412px; }
.container .jcarousel-skin-tango .jcarousel-next-horizontal.jcarousel-next-disabled {background-position: -98px -461px; cursor: default; }

.container .jcarousel-skin-tango .jcarousel-prev-horizontal {left: -50px; background-position: -54px -314px; }
.container .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {background-position: -54px -363px; }
.container .jcarousel-skin-tango .jcarousel-prev-horizontal:active,
.container .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {background-position: -54px -412px; }
.container .jcarousel-skin-tango .jcarousel-clip-horizontal {width: 100%; }
.container .jcarousel-skin-tango .jcarousel-prev-horizontal.jcarousel-prev-disabled {background-position: -54px -461px; cursor: default; }

.container .jcarousel-skin-tango li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 0.9166666666666667em; /* 11px/12px */
    color: #5d5d5d;
    /*background: url("/addons/default/themes/jkh/img/sprite.png") 0 -144px;*/
    padding: 15px 11px 25px;
    height: 126px;
}
.container .jcarousel-skin-tango li a span:first-child {
    display: block;
    height: 71px;
    margin-bottom: 9px;
    border-bottom: 1px solid #ededed;
}
.container .jcarousel-skin-tango li a span:first-child img {vertical-align: bottom;}
/*.container .jcarousel-skin-tango li a img.color {display: none; }*/
.container .jcarousel-skin-tango li:hover a img.mono {display: none; }
.container .jcarousel-skin-tango li:hover a img.color {display: inline-block; }

/* scroll_over */

.scroll {
    position: fixed;
    left: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    z-index: 115;
    background: #b9b9b9;
    cursor: pointer;
    display: none;
}
.scroll .ico {
    width: 15px;
    height: 22px;
    left: 10px;
    top: 6px;
    background-position: 0 -793px;
}
/* overlay */
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #656565;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
    z-index: 110;
    display: none;
}
.popup {
    position: fixed;
    top: 70px;
    left: -9999px;
    right: 0;
    margin: auto;
    z-index: 120;
    background: #fff;
    font-size: 1.166666666666667em; /* 14px/12px */
    /*display: none;*/
}
.popup .title {
    height: 39px;
    line-height: 39px;
    padding: 0 35px 0 20px;
    color: #fff;
    font-size: 1.285714285714286em; /* 18px/14px */
    background: #1ac2fc;
    position: relative;
}
.popup .title .ico {
    left: auto;
    right: 9px;
    top: 9px;
    height: 21px;
    width: 21px;
    background-position: -43px -50px;
    cursor: pointer;
}
.popup .btn_line {
    text-align: right;
    padding: 20px 23px 25px;
}
.popup .btn_line .btn { margin: 0 0 0 9px; }
.popup label input {font-size: 1em; }
.popup input.placeholder, .popup textarea.placeholder {font-style: normal; font-size: 1em; }

.popup_map .shadow {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.6);
    box-shadow: inset 0 0 7px rgba(0,0,0,0.6);
}

.popup .message {
    text-align: left;
    margin: 0 20px;
    font-size: 0.8571428571428571em; /* 12px/14px */
    width: auto;
    padding: 6px 9px;
}
.popup.auth, .popup.reg {
    width: 380px;
    position: absolute;
    top: 40px;
}
.popup.auth .popup_content, .popup.reg .popup_content {padding: 11px 20px 0; }
.popup.auth .popup_content>div {
    padding-top: 9px;
    line-height: 13px;
    font-size: 0.8571428571428571em; /* 12px/14px */
}
.popup.auth .popup_content>div .check {float: left; }
.popup.auth .popup_content>div a {float: right; }

.popup .captcha {margin-bottom: 21px; }
.popup .captcha img {
    display: block;
    width: 195px;
    float: left;
}
.popup .captcha>div {margin-left: 205px;}
.popup .captcha>div label {margin-bottom: 3px; }
.popup .captcha>div p {
    position: relative;
    padding-left: 14px;
    font-size: 0.8571428571428571em; /* 12px/14px */
    margin: 0;
}
.popup .captcha>div p .ico {
    width: 10px;
    height: 10px;
    top: 5px;
    line-height: 14px;
    background-position: -39px -73px;
}
.popup .captcha>div p span:first-child {
    border-bottom: 1px dotted #0080a5;
    cursor: pointer;
    color: #0080a5;
}
.popup .captcha>div p:hover span:first-child {
    border-color: #ec8241;
    color: #ec8241;
}
.popup .captcha>div p:hover .ico {background-position: -50px -73px; }
.popup.reg .check, .popup.reg .info {font-size: 0.8571428571428571em; /* 12px/14px */}

.file {margin: 0 20px; }
.file>span:first-child {
    display: block;
    float: left;
    text-align: right;
    width: 82px;
    line-height: 16px;
    padding-top: 3px;
}
.file>div {
    margin:0 0 10px 112px;
    position: relative;
    overflow: hidden;
}
.file .btn {
    display: block;
    float: left;
}
.file .text {
    position: relative;
    display: block;
    float: left;
    padding-right: 22px;
    margin-left: 13px;
    text-align: right;
    max-width: 378px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
}
.file .text .ico {
    width: 11px;
    height: 11px;
    cursor: pointer;
    left: auto;
    right: 0;
    top: 8px;
    background-position: -22px -771px;
}
.file .blue>div>div {padding: 0 10px; }
.file input[type="text"] {
    width: auto;
    margin-left: 0;
    border: 0;
    line-height: 18px;
    height: 18px;
}
.file input[type="file"] {
    height: 28px;
    position: absolute;
    left: -9999px;
    width: auto;
    opacity: 0;
    filter: Alpha(Opacity=0);
    overflow: hidden;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1299px) {
    .search_block {margin-right: 0;}
    .stat_block {position: static; width: 100%; margin-top: 10px; height: 35px;}
    .stat_block table {float: right; width: 49%; }
    .stat_block table:first-child {float: left;}

}
@media screen and (max-width: 1100px) {
    .footer .sitemap {width: 60.37037037037037%; } /*652*/
    .footer .copyright {width: 20.37037037037037%; } /*220*/
    .footer {height: 226px;}
    .push {height: 256px; }
    .page {margin: 0 0 -256px;}
    .footer .sitemap>div {width: 100%; float: none; margin-bottom: 15px; }
}

/*---------------------ALEX---------------------*/

.input_wrapper.error input {
    color: #e84545;
    border-color: #ff8d8d;
}

.int_tab .subtab img.left {
    margin-right: 0px;
}

.content .wrapper .right>div {
    float: none;
}

.content .wrapper div.left {
    margin-right: 320px;
}
.content .wrapper div.right {
    width: 300px;
    float: right;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 300px;
}

#profile.int_tab .subtab {
    margin-left: 0;
}

#mycarousel {
    padding-top: 20px !important;
}

.file_size {
    display: none;
}

.anchor {
    clear: both;
    float: none;
}
.anchor-2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.popup.auth2, .popup.reg {
    width: 380px;
    position: absolute;
    top: 30%;
}
.popup.auth2 .popup_content, .popup.reg .popup_content {padding: 11px 20px 0; }
.popup.auth2 .popup_content>div {
    padding-top: 9px;
    line-height: 13px;
    font-size: 0.8571428571428571em; /* 12px/14px */
}
.popup.auth2 .popup_content>div .check {float: left; }
.popup.auth2 .popup_content>div a {float: right; }

* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    float: none;
    clear: both;
    height: 0;
    content: "";
    display: block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.relative {
    position: relative;
}
input:focus,
select:focus,
button:focus {
    outline: none;
}
html,
body,
#wrap {
    height: 100%;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}
#main {
    padding-bottom: 268px;
}

* html .clearfix {
    height: 1%;
}
a img{
    border: none;
}
.wrap {
	min-width: 944px;
	max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
}
a {
    color: #568ebd;
}



/* header */
.header {
    height: 225px;
    width: 100%;
    background: url(/addons/default/themes/jkh/img/header.png) center top repeat-x;
    z-index: 2;
}
.header>.wrap {
    background: url(/addons/default/themes/jkh/img/header_bg.jpg) center top no-repeat;
    height: 255px;
}
.logo {
	font-size: 27px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	position: relative;
	padding: 0 0 0 97px;
	top: 28px;
	line-height: 27px;
	display: inline-block;
	font-family: "Franklin Gothic Demi Cond", sans-serif;
	font-weight: 300;
	position: relative;
}
.logo .heads {
	font-style: normal;
	font-weight: 400;
	border-top: 1px solid #EDFAFE;
	padding: 20px 10px 0 20px;
}
.logo a .boot {
	border-bottom: 1px solid #6BBDD7;
	padding: 0 10px 20px 20px;
}
.logo img {
    position: absolute;
    top: 0;
    left: 0px;
}
.logo a {
    text-decoration: none;
    color: #0095c5;
}
.logo a>div {
    border-top: 1px solid #6BBDD7;
    border-bottom: 1px solid #EDFAFE;
}

.welcome .btn {
    float: left;
    padding: 0 39px 0 60px;
}
.welcome .signup {
    margin-right: 9px;
    padding: 0 15px 0 49px;
}


/* buttons */

.btn {
    text-decoration: none;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    position: relative;
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.btn-green {
    background: #00de68;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwZGU2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGJhNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #00de68 0%, #00ba47 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00de68), color-stop(100%,#00ba47));
    background: -webkit-linear-gradient(top,  #00de68 0%,#00ba47 100%);
    background: -o-linear-gradient(top,  #00de68 0%,#00ba47 100%);
    background: -ms-linear-gradient(top,  #00de68 0%,#00ba47 100%);
    background: linear-gradient(to bottom,  #00de68 0%,#00ba47 100%);
    -pie-background: linear-gradient(#00de68, #00ba47);
    color: #ffffff;
}
.btn-green:hover {
    background: #00ba48;
    background: -moz-linear-gradient(top,  #00ba48 0%, #00c04c 50%, #00bb48 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ba48), color-stop(50%,#00c04c), color-stop(100%,#00bb48));
    background: -webkit-linear-gradient(top,  #00ba48 0%,#00c04c 50%,#00bb48 100%);
    background: -o-linear-gradient(top,  #00ba48 0%,#00c04c 50%,#00bb48 100%);
    background: -ms-linear-gradient(top,  #00ba48 0%,#00c04c 50%,#00bb48 100%);
    background: linear-gradient(to bottom,  #00ba48 0%,#00c04c 50%,#00bb48 100%);
    -pie-background: linear-gradient(#00ba48, #00bb48);
}
.btn-blue {
    background: #00bcf2;
    background: -moz-linear-gradient(top,  #00bcf2 0%, #0095e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bcf2), color-stop(100%,#0095e5));
    background: -webkit-linear-gradient(top,  #00bcf2 0%,#0095e5 100%);
    background: -o-linear-gradient(top,  #00bcf2 0%,#0095e5 100%);
    background: -ms-linear-gradient(top,  #00bcf2 0%,#0095e5 100%);
    background: linear-gradient(to bottom,  #00bcf2 0%,#0095e5 100%);
    -pie-background: linear-gradient(#00bcf2, #0095e5);
    color: #ffffff;
}
.btn-blue:hover {
    background: #00bbf2;
    background: -moz-linear-gradient(top,  #00bbf2 0%, #00a5eb 50%, #00bbf2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbf2), color-stop(50%,#00a5eb), color-stop(100%,#00bbf2));
    background: -webkit-linear-gradient(top,  #00bbf2 0%,#00a5eb 50%,#00bbf2 100%);
    background: -o-linear-gradient(top,  #00bbf2 0%,#00a5eb 50%,#00bbf2 100%);
    background: -ms-linear-gradient(top,  #00bbf2 0%,#00a5eb 50%,#00bbf2 100%);
    background: linear-gradient(to bottom,  #00bbf2 0%,#00a5eb 50%,#00bbf2 100%);
    -pie-background: linear-gradient(#00bbf2, #00bbf2);
}
.btn-big {
    height: 40px;
    display: block;
    border-radius: 5px;
    line-height: 39px;
    padding: 0 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* navigation */

.navigation {
    background: #ebf4fc;
    background: -moz-linear-gradient(top,  #ebf4fc 0%, #ebf4fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf4fc), color-stop(100%,#ebf4fc));
    background: -webkit-linear-gradient(top,  #ebf4fc 0%,#ebf4fc 100%);
    background: -o-linear-gradient(top,  #ebf4fc 0%,#ebf4fc 100%);
    background: -ms-linear-gradient(top,  #ebf4fc 0%,#ebf4fc 100%);
    background: linear-gradient(to bottom,  #ebf4fc 0%,#ebf4fc 100%);
    -pie-background: linear-gradient(#ebf4fc, #ebf4fc);
    height: 30px;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.navigation .wrap>ul {
    display: table;
    border-right: 1px solid #fff;
    border-left: 1px solid #c3cdd5;
    margin: 0;
}
.navigation .wrap>ul>li {
    list-style: none;
    display: table-cell;
    width: 1000px;
    text-align: center;
    position: relative;
}
.navigation .wrap>ul>li>div>a {
    text-decoration: none;
    color: #5F5F5F;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    border-left: 1px solid #FFF;
    border-right: 1px solid #C3CDD5;
    padding: 0 15px;
    white-space: nowrap;
    font-weight: 600;
}
.navigation .wrap>ul>li>div {
    position: relative;
}
.navigation .wrap>ul>li:hover,
.navigation .wrap>ul>li.active {
    background: #deecf8;
    background: -moz-linear-gradient(top,  #deecf8 0%, #c5def3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deecf8), color-stop(100%,#c5def3));
    background: -webkit-linear-gradient(top,  #deecf8 0%,#c5def3 100%);
    background: -o-linear-gradient(top,  #deecf8 0%,#c5def3 100%);
    background: -ms-linear-gradient(top,  #deecf8 0%,#c5def3 100%);
    background: linear-gradient(to bottom,  #deecf8 0%,#c5def3 100%);
    -pie-background: linear-gradient(#deecf8, #c5def3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.navigation ul li:hover .inside,
.navigation ul li a:hover .inside {
    display: block;
}
.navigation .inside {
    position: absolute;
    top: 30px;
    left: -5px;
    border: 1px solid #d9d9d9;
    padding: 4px 10px;
    min-width: 176px;
    display: none;
    background: #fff;
    z-index: 100;
}
.navigation .inside li {
    list-style: none;
    text-align: left;
    margin: 4px 0;
}
.navigation .inside li a {
    white-space: nowrap;
    text-decoration: none;
    color: #056b87;
    font-size: 12px;
}

/* content */
.content {
	min-width: 944px;
	max-width: 1320px;
    margin: 0 auto;
    padding: 40px;
}
.content .left {
    min-width: 600px;
    float: left;
	padding-right: 20px;
}
.content .right {
    min-width: 220px;
    float: right;
}

.teasers ul {
    border: 1px solid #e3f0fa;
    border-bottom: 0;
    border-radius: 5px;
    height: 242px;
    background: #f3f9fd;
    display: table;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
    margin: 0;
    padding: 0;
}
.teasers li {
    list-style: none;
    width: 33.333%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ced3d7;
    display: table-cell;
    vertical-align: bottom;
}
.teasers .item {
    position: relative;
    height: 242px;
    text-align: center;
}
.teasers .item .img {
	width: 100%;
    height: 148px;
    display: table;
}
.teasers .item a {
    vertical-align: middle;
    display: table-cell;
    width: 300px;
}
.teasers .item .title {
    margin-top: 14px;
	text-align: -webkit-center;
}
.teasers .item .title a {
    font-size: 14px;
    font-weight: 700;
    color: #1079b5;
    text-decoration: none;
    line-height: 21px;
    padding: 0 15px;
}
.teasers .item .desc {
    font-size: 12px;
    color: #5f5f5f;
    line-height: 16px;
    margin-top: 5px;
    padding: 0 15px 10px;
}
.teasers li:first-child {
    border-left: 0;
}
.teasers li:last-child {
    border-right: 0;
}
.teasers li .bottom {
    width: 100%;
    min-height: 94px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #deecf8;
    background: -moz-linear-gradient(top,  #e2eff9 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2eff9), color-stop(100%,#deecf8));
    background: -webkit-linear-gradient(top,  #e2eff9 0%,#deecf8 100%);
    background: -o-linear-gradient(top,  #e2eff9 0%,#deecf8 100%);
    background: -ms-linear-gradient(top,  #e2eff9 0%,#deecf8 100%);
    background: linear-gradient(to bottom,  #e2eff9 0%,#deecf8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}


/* news */

.head {
    font-size: 20px;
    color: #00cd73;
    font-weight: 400;
    border-bottom: 3px solid #00cd73;
    position: relative;
    padding: 0 0 4px 32px;
    margin-bottom: 20px;
}
.head a {
    color: #568ebd;
    font-size: 12px;
    text-decoration: none;
    float: right;
    position: relative;
    top: 4px;
}
.head a span {
    font-size: 13px;
}


.news {
    margin-top: 30px;
}
.news li {
    list-style: none;
    //width: 47%;
    float: left;
}
.news li:nth-child(2n+1) {
    margin-right: 2%;
}
.news .item {
    font-size: 12px;
    position: relative;
    padding: 0 10px 15px 88px;
    border-bottom: 1px dotted #ababab;
    margin-bottom: 15px;
    min-height: 60px;
    height: 85px;
    overflow: hidden;
}
.news li:nth-child(5) .item,
.news li:nth-child(6) .item {
    border-bottom: 0;
}
.news .item .preview {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.news .item .desc {
	height: 86px;
	overflow: hidden;
}
.news .item .preview img {
    width: 80px;
    height: auto;
}
.news .item .date {
    color: #ababab;
    font-style: italic;
    padding-right: 5px;
}
.news .item .title a {
    color: #568ebd;
    text-decoration: none;
}
.news .item .title a:hover {
    text-decoration: underline;
}
.news .item .text {
    color: #484848;
    font-size: 12px;
    margin-top: 5px;
    line-height: 16px;
}


/* right tizers */
.teasers-right {
}
.teasers-right li {
    list-style: none;
    margin-left : 0;
}
.teasers-right ul {
    margin: 0;
}
.teasers-right li a {
    text-decoration: none;
    color: #5f5f5f;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.teasers-right .item {
    width: 230px;
    height: 104px;
    position: relative;
    background: #DEECF8;
    background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBF4FC), color-stop(100%,#DEECF8));
    background: -webkit-linear-gradient(top, #EBF4FC 0%,#DEECF8 100%);
    background: -o-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
    background: -ms-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
    background: linear-gradient(to bottom, #EBF4FC 0%,#DEECF8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
    margin-bottom: 9px;
    display: table;
}
.teasers-right .item:hover {
    background: #c6ddf0;
    background: -moz-linear-gradient(top,  #deecf8 0%, #c6ddf0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deecf8), color-stop(100%,#c6ddf0));
    background: -webkit-linear-gradient(top,  #deecf8 0%,#c6ddf0 100%);
    background: -o-linear-gradient(top,  #deecf8 0%,#c6ddf0 100%);
    background: -ms-linear-gradient(top,  #deecf8 0%,#c6ddf0 100%);
    background: linear-gradient(to bottom,  #deecf8 0%,#c6ddf0 100%);
    -pie-background: linear-gradient(#e2eff9, #c6ddf0);
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.teasers-right .item img {
    width: 65px;
    height: 61px;
    float: left;
    margin: 23px 0 0 16px;
}
.teasers-right .item .desc {
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
}
.teasers-right .search {
    padding: 15px;
	width: 200px;
    background: #deecf8;
    background: -moz-linear-gradient(top,  #ebf4fc 0%, #deecf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf4fc), color-stop(100%,#deecf8));
    background: -webkit-linear-gradient(top,  #ebf4fc 0%,#deecf8 100%);
    background: -o-linear-gradient(top,  #ebf4fc 0%,#deecf8 100%);
    background: -ms-linear-gradient(top,  #ebf4fc 0%,#deecf8 100%);
    background: linear-gradient(to bottom,  #ebf4fc 0%,#deecf8 100%);
    -pie-background: linear-gradient(#e2eff9, #deecf8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.teasers-right .search .row {
    position: relative;
}
.teasers-right .search .ico {
    position: absolute;
    right: 6px;
    left: auto;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(/addons/default/themes/jkh/img/search.png) no-repeat;
    cursor: pointer;
}
.teasers-right .search input {
    padding: 0 10px;
	width: 180px;
    font-style: italic;
    height: 33px;
    border: none;
    line-height: 33px;
}

/* carousel */

/*.jcarousel-wrapper {
    width: 848px;
    border: 1px solid #ededed;
    position: relative;
    min-height: 170px;
    padding: 19px 47px;
    *//*-webkit-box-sizing: border-box;*//*
}
.jcarousel-wrapper .txt {
    color: #5D5D5D;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 93px 10px 0;
    height: 45px;
    overflow: hidden;
}
.jcarousel-wrapper a {
    text-decoration: none;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 140px !important;
    height: 170px;
    float: left;
    background: url(/addons/default/themes/jkh/img/carousel_wraper.png) no-repeat;
    margin: 0 15px;
    position: relative;
}
.jcarousel img {
    display: block;
    width: 82px;
    height: 58px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -41px;
}
.jcarousel img.color {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -41px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.jcarousel li:hover  img.color {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 43px;
    height: 48px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    background: url(/addons/default/themes/jkh/img/carousel_btn.png);
}
.jcarousel-control-prev {
    background-position: 0 0;
    left: -5px;
}
.jcarousel-control-next {
    background-position: -43px 0;
    right: -5px;
}*/


/* Footer */

.footer {
    position: relative;
    margin-top: -268px;
    height: 183px;
    clear:both;
    background: #0796be;
    border-top: 5px solid #056f8d;
    padding: 25px 40px 55px;
}

.footer .copyright {
    color: #fff;
    float: left;
}
.footer .wrapper>p {
    color: #fff;
    margin-left: 480px;
    position: relative;
}

.repairs>a {
    text-decoration: none;
    float: left;
    width: 48%;
    min-width: 453px;
    margin: 10px 1%;
}
.repairs .items {
    width: 100%;
    min-width: 460px;
    height: 146px;
    position: relative;
    background: #01a9e0;
    background: -moz-linear-gradient(top, #87d5ef 0%, #01a9e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87d5ef), color-stop(100%,#01a9e0));
    background: -webkit-linear-gradient(top, #87d5ef 0%,#01a9e0 100%);
    background: -o-linear-gradient(top, #87d5ef 0%,#01a9e0 100%);
    background: -ms-linear-gradient(top, #87d5ef 0%,#01a9e0 100%);
    background: linear-gradient(to bottom, #87d5ef 0%,#01a9e0 100%);
    -pie-background: linear-gradient(#87d5ef, #01a9e0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.repairs .items .img {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -54px;
    width: 107px;
    height: 110px;
    z-index: 10;
}
.repairs .items .desc {
    padding-left: 145px;
    position: relative;
    z-index: 10;
}
.repairs .items .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px #0089b6;
    padding: 15px 15px 10px 0;
}
.repairs .items .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 1px #0089b6;
}
.repairs .items .overlays {
    background: url("../img/overlay.png") top left no-repeat;
    width: 215px;
    height: 146px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.regional td {
    border-right: 1px solid #C3F3FF;
}

.regional td.middle {
    text-align: center;
}

.accumulate-btn {
    margin-top: 10px;
}

.accumulate-btn div div div {
    padding: 0 10px 0 10px !important;
}

.charge-sum {
    margin-left: 20px;
    font-weight: bold;
}

.btn.blue.disabled {
    background-position: 0 -1242px;
}

.btn.blue.disabled div{
    background-position: 100% -1270px;
}

.btn.blue.disabled div div{
    background-position: 0 -1298px;
}
.news .left-news {
	width: 49%;
	float: left;
}
.news .right-news {
	width: 49%;
	float: right;
}

.error-msg {
    color: red;
}

.address .select2-container {
    width: 500px;
}

.jcarousel-wrapper {
	/* width: 100%; */
	border: 1px solid #ededed;
	position: relative;
	padding: 20px 47px;
	/* -webkit-box-sizing: border-box; */
}
.jcarousel-wrapper .txt {
	color: #34495E;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}
.jcarousel-wrapper a {
	text-decoration: none;
}
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	width: 140px;
	float: left;
	/*background: url(../images/carousel_wraper.png) no-repeat;*/
	/*margin: 0 15px;*/
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 0;
	list-style: none;
}
.jcarousel li a {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 204px;
	height: 80px;
	background: #DEECF8;
	background: -moz-linear-gradient(top, #ebf4fc 0%, #deecf8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBF4FC), color-stop(100%,#DEECF8));
	background: -webkit-linear-gradient(top, #EBF4FC 0%,#DEECF8 100%);
	background: -o-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
	background: -ms-linear-gradient(top, #ebf4fc 0%,#deecf8 100%);
	background: linear-gradient(to bottom, #EBF4FC 0%,#DEECF8 100%);
	-pie-background: linear-gradient(#e2eff9, #deecf8);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.24);
	border-radius: 5px;
	behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
	margin-bottom: 1px;
}
.jcarousel li a:hover {
	background: #C6DDF0;
	background: -moz-linear-gradient(top, #deecf8 0%, #c6ddf0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEECF8), color-stop(100%,#C6DDF0));
	background: -webkit-linear-gradient(top, #DEECF8 0%,#C6DDF0 100%);
	background: -o-linear-gradient(top, #deecf8 0%,#c6ddf0 100%);
	background: -ms-linear-gradient(top, #deecf8 0%,#c6ddf0 100%);
	background: linear-gradient(to bottom, #DEECF8 0%,#C6DDF0 100%);
	-pie-background: linear-gradient(#e2eff9, #c6ddf0);
	behavior: url("/addons/default/themes/jkh/pie/PIE.htc");
}
.jcarousel li .caret {
	display: none;
}
.jcarousel img {
	display: block;
	width: 90px;
	height: 70px;
	float: left;
	margin-top: 7px;
}
.jcarousel img.color {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -41px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.jcarousel li:hover  img.color {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 43px;
	height: 48px;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	background: url(../img/carousel_btn.png);
}
.jcarousel-control-prev {
	background-position: 0 0;
	left: -5px;
}
.jcarousel-control-next {
	background-position: -43px 0;
	right: -5px;
}
.gov {
	margin-top: 30px;
}

#reg-form .select2-container {
    width: 340px;
}

.accetps {
    font-size: 13px;
}

.user-activate-list {
    padding-left: 0;
    margin-left: 0;
}
.user-activate-list li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
}
.user-activate-list label {
    margin-bottom: 0;
}

.user-activate-list input[type='submit'] {
    text-decoration: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 20px;
}
.user-activate-list input[type='submit'] {
    background: #00BCF2;
    background: -moz-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BCF2), color-stop(100%, #0095E5));
    background: -webkit-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
    background: -o-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
    background: -ms-linear-gradient(top, #00BCF2 0%, #0095E5 100%);
    background: linear-gradient(to bottom, #00BCF2 0%, #0095E5 100%);
    -pie-background: linear-gradient(#00BCF2, #0095E5);
    color: #FFFFFF;
}

.user-activate-list input[type='submit']:hover {
    background: #00BBF2;
    background: -moz-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00BBF2), color-stop(50%, #00A5EB), color-stop(100%, #00BBF2));
    background: -webkit-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
    background: -o-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
    background: -ms-linear-gradient(top, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
    background: linear-gradient(to bottom, #00BBF2 0%, #00A5EB 50%, #00BBF2 100%);
    -pie-background: linear-gradient(#00BBF2, #00BBF2);
}

.esia-errors {
    background: #00AAE2;
    color: #fff;
    padding: 3px 0 14px;
}
.esia-errors a {
    color: #fff;
}
.esia-toggle {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 13px;
}
.esia-message {
    margin-top: 10px;
    display: none;
    font-size: 13px;
}
.link-esia {
    background: #fff;
    color: #5F5F5F !important;
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 7px;
    margin-left: 15px;
}

.header .auth .signin .ico {
    display: block;
    position: absolute;
    background: url("/addons/default/themes/jkh/img/esia.png");
}

.teaseLink {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #1079b5;
    text-decoration: none;
    line-height: 21px;
    padding: 0 15px;
}