@import url(//fonts.googleapis.com/css?family=Play);

html, body {
    height: 100%;
    width: 100%;
}

body {
    display: table;
    table-layout: fixed;
}

.layout-row {
    display: table-row;
    height: 1px;
}

.layout-row.layout-row-content {
    height: auto;
    position: relative;
    overflow: hidden;
}

.layout-row.layout-row-content:after {
    content: '';
    display: block;
    clear: both;
    margin-bottom: 150px;
}

.input {
    background: url(../images/lines.png) 0 -192px repeat-x
}

.absolute {
    position: absolute
}

* {
    padding: 0;
    margin: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a,
input,
textarea {
    outline: 0 !important
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #b01e21
}

a:hover {
    text-decoration: underline
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    /*min-width: 1024px;*/
    background: url(../images/bg-main.png) repeat-x
}

.container {
    overflow: hidden;
    background: url(../images/bg-main2.png) center top no-repeat
}

.textCenter {
    text-align: center
}

.centerContainer {
    margin: 0 auto;
    position: relative
}

.siteWidth {
    min-width: 960px;
    max-width: 1280px;
    width: 90%
}

.eastViewBlock {
    font-family: Play, sans-serif
}

.eastViewBlock .title {
    text-transform: uppercase;
    color: #891e08;
    font-size: 18.14px;
    line-height: 21px
}

.eastViewBlock .title span {
    text-transform: none;
    color: #1d1d1d
}

.eastViewBlock .title2 {
    font-size: 16.33px;
    line-height: 18px;
    color: #585858
}

.eastViewBlock.big .title {
    font-size: 30px;
    line-height: 32px
}

.eastViewBlock.big .title2 {
    font-size: 18px;
    line-height: 20px
}

/* TABLE styles START */

.tableListWrapper {
    margin: 0 0 40px;
    display: block;
    /*border: 1px solid #ccc;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
}

.tableListWrapper .headlines {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* TableSorter color scheme overriding START */
.tableListWrapper .tablesorter .tablesorter-header {
    background-color: #ebf2f9;
}

.tableListWrapper .tablesorter .tablesorter-header:hover {
    background-color: #dae4f1;
}

.tableListWrapper .tablesorter .tablesorter-header .sort-icon {
    height: 2em;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.tableListWrapper .tablesorter .tablesorter-headerAsc,
.tableListWrapper .tablesorter .tablesorter-headerDesc {
    background-color: #dae4f1;
}
/* TableSorter color scheme overriding END */

.tableListWrapper .exportLink {
    float: right;
    margin-bottom: 10px;
}

.tableList {
    border: 1px solid #ccc;
    border-bottom-color: #8d8d8d;
    background-color: #ffffff;
    border-spacing: 0;
    border-collapse: collapse;
    /*background: url(../images/bg-box.png) 0 bottom repeat-x #fff;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    box-shadow: 0 3px 6px #75766b;
    -moz-box-shadow: 0 3px 6px #75766b;
    -webkit-box-shadow: 0 3px 6px #75766b;
    behavior: url(js/pie.htc);
    position: relative;
    padding: 0 0 4px;

    font-size: 12px;
    width: 100%;
    text-align: left;
    /*border-collapse: collapse;*/
}

.tableList td,
.tableList th {
    padding: 5px 10px;
}

.tableList .even td {
    background-color: #f7f7f7;
    /* border-bottom: 1px solid #f0f0f0; */
}

.tableList .alignRight {
    text-align: right;
}

/* TABLE styles END */

.titleItemHeadingIcon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border: none;
}

.row {
    clear: both;
}

.col {
    margin: 0;
    float: left;
}

.titleWrapper .titleBox .headlines li {
    line-height: 40px;
    float: left;
}

.titleWrapper .titleBox .titleContent li {
    line-height: 1.5em;
    float: left;
    min-width: 1.5em;
    min-height: 1.5em;
}

.col.w100 {
    width: 98%;
    padding-left: 2%;
}

.col.w70 {
    width: 68%;
    padding-left: 2%;
}

.col.w60 {
    width: 58%;
    padding-left: 2%;
}

.col.w55 {
    width: 53%;
    padding-left: 2%;
}

.col.w50 {
    width: 48%;
    padding-left: 2%;
}

.col.w45 {
    width: 43%;
    padding-left: 2%;
}

.col.w40 {
    width: 38%;
    padding-left: 2%;
}

.col.w35 {
    width: 33%;
    padding-left: 2%;
}

.col.w30 {
    width: 28%;
    padding-left: 2%;
}

.col.w25 {
    width: 23%;
    padding-left: 2%;
}

.col.w20 {
    width: 18%;
    padding-left: 2%;
}

.col.w15 {
    width: 13%;
    padding-left: 2%;
}

.col.w12 {
    width: 10%;
    padding-left: 2%;
}

.col.w10 {
    width: 8%;
    padding-left: 2%;
}

.col.w8 {
    width: 6%;
    padding-left: 2%;
}

.col.w7 {
    width: 5%;
    padding-left: 2%;
}

.col.w5 {
    width: 3%;
    padding-left: 2%;
}

.col.w4 {
    width: 2%;
    padding-left: 2%;
}

/* regular table columns width START */

.w100 {
    width: 100%;
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w12 {
    width: 12%;
}

.w10 {
    width: 10%;
}

.w8 {
    width: 8%;
}

.w7 {
    width: 7%;
}

.w5 {
    width: 5%;
}

.w4 {
    width: 4%;
}

/* regular table columns width END */

.redLink {
    color: #b01e21;
    text-decoration: underline
}

.redLink:hover {
    text-decoration: none
}

.jstyling-select {
    margin: 0;
    padding: 0;
    z-index: 0
}

.jstyling-select-t {
    white-space: nowrap;
    overflow: hidden
}

.jstyling-select-l {
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
    position: absolute;
    overflow-y: auto;
    z-index: 1000
}

.jstyling-select-l div {
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow: hidden
}

.jstyling-select.active {
    z-index: 700
}

.jstyling-select.active .jstyling-select-l {
    display: block
}

.jstyling-checkbox,
.jstyling-radio {
    padding: 0;
    display: inline-block;
    z-index: 1;
    cursor: pointer
}

.jstyling-checkbox input[type=checkbox],
.jstyling-radio input[type=radio] {
    display: none
}

.jstyling-select {
    height: 33px;
    line-height: 33px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #ababab;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(js/pie.htc);
    position: relative;
    cursor: pointer;
    background: url(../images/lines.png) 0 -192px repeat-x #fff;
}

.jstyling-select-s {
    padding: 0 30px 0 10px;
    height: 33px;
    line-height: 33px;
    background: url(../images/icons.png) right -77px no-repeat
}

.jstyling-select-t {
    width: auto
}

.jstyling-select-l {
    max-height: 124px;
    background: #FFF;
    border: 1px solid #dcdcdc;
    border-top: 0;
    top: 33px;
    left: -1px
}

.jstyling-select-l div {
    height: 20px;
    line-height: 20px;
    border-top: 1px dotted #ccc;
    padding: 5px 0 5px 10px
}

.jstyling-select-l div:hover {
    background: #eee
}

.jstyling-select-l div.disabled {
    background: #E5E5E5
}

.jstyling-select-l div.disabled:hover {
    color: #000
}

.jstyling-select-l div:first-child {
    border-top: 0
}

.jstyling-checkbox {
    width: 18px;
    height: 18px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: -192px -29px;
    vertical-align: middle;
    margin: -2px 12px 0 0
}

.jstyling-checkbox.active {
    background-position: -213px -29px
}

.jstyling-radio {
    width: 17px;
    height: 18px;
    background: url(../images/bg.png) -193px 0 no-repeat;
    vertical-align: middle;
    margin: -2px 7px 0 0
}

.jstyling-radio.active {
    background-position: -213px 0
}

.languageContainer .jstyling-select {
    height: 21px;
    width: 94px
}

.languageContainer .jstyling-select .jstyling-select-s {
    height: 21px;
    line-height: 21px;
    background-position: right -28px;
    color: #000
}

.languageContainer .jstyling-select .jstyling-select-l {
    top: 21px
}

.logo {
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../images/logo.png);
    background-size: cover;
    width: 130px;
    height: 92px;
}


.logo-ivis {
    position: absolute;
    left: 10px;
    top: 32px;
    background-size: cover;
    background: url(../images/ivis.svg) no-repeat;
    width: 200px;
    height: 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .logo {
        background-image: url("../images/logo@2x.png");
    }
}

.header .logo {
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../images/logo.png);
    width: 130px;
    height: 88px;
}

.headerTop {
    height: 107px;
    padding-bottom: 2px;
    z-index: 9999
}

.headerTop .eastViewBlock {
    position: absolute;
    left: 200px;
    top: 22px
}

.headerTop .line {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -5px;
    height: 2px
}

.headerTop .line img {
    width: 100%;
    display: block
}

.page-title {
    color: #4e4e4e;
    text-align: center;
}

.page-title {
    font-size: 2.5em;
    font-weight: lighter;
}

.page-title.small {
    font-size: 1.2em;
    font-weight: normal;
}

.page-title.login-title {
    width: 350px;
    margin: 40px auto 0;
    color: #5e5e5e;
}

.keep-logged-in-block {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
}

.keep-logged-in-block label {
    font-size: 13px;
    color: #4e4e4e;
}

.headerBottom {
    height: 68px
}

.headerBottom.withSubMenu {
    height: 124px
}

.headerBottom .menu {
    float: left;
    font-size: 0
}

.headerBottom .menu ul {
    list-style: none;
    /*margin: 0 0 -2px -28px;*/
    overflow: hidden;
    position: relative;
    top: -1px
}

.headerBottom .menu .item2 {
    width: 200px
}

.headerBottom .menu .item3 {
    text-align: left;
    width: 200px
}

.headerBottom .menu .item {
    position: relative;
    float: left;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-left: -1px;
}

.headerBottom .menu .item.item1 {
    width: 200px
}

.headerBottom .menu .item.active,
.headerBottom .menu .item:hover {
    background: #e9edf2;
    width: 200px; /*width:200px;*/
}

.headerBottom .menu .item a {
    display: block;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/separator.png) right center no-repeat;
    color: #1d1d1d;
    text-align: center
}

.headerBottom .menu .separator {
    float: left;
    height: 68px;
    width: 2px
}

.headerBottom .menu .separator.last {
    background-position: right center
}

.headerBottom .subMenu {
    background: url(../images/bg-subnav.png) repeat-x;
    height: 44px;
    margin: 1px 0 0
}

.headerBottom .subMenu .subMenuRight {
    background: url(../images/bg-subnav-right.png) right 0 no-repeat;
    height: 44px
}

.headerBottom .subMenu .subMenuLeft {
    background: url(../images/bg-subnav-left.png) left 0 no-repeat;
    height: 44px
}

.headerBottom .subMenu .item {
    float: left;
    display: block;
    height: inherit;
    line-height: 42px;
    font-size: 15px;
    font-weight: 600;
    min-width: 60px;
    padding: 0 13.7px;
    color: #4e4e4e;
    text-decoration: none;
    text-align: center
}

.headerBottom .subMenu .item.active,
.headerBottom .subMenu .item:hover {
    background: url(../images/sub-menu-hover.png) top repeat-x
}

.headerTopNavigation {
    float: right;
    padding: 0 5px 0 0;
    color: #e2212e;

    /*  font-size: 0*/
}

.headerTopNavigation .item {
    text-decoration: none;
    font-size: 12px;
    line-height: 35px;
    color: #5e5e5e;
    text-transform: uppercase;
    margin: 0 10px
}

.headerTopNavigation .active,
.headerTopNavigation .item:hover {
    text-decoration: underline
}

.languageContainer {
    z-index: 999;
    position: relative;
    padding: 6px 10px 0;
    float: right;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    color: #5e5e5e
}

.languageContainer label {
    position: relative;
    vertical-align: top;
    margin: 0 4px 0 0;
    *top: 2px
}

.languageContainer .selectContainer {
    position: relative;
    top: 1px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 92px
}

.searchContainer {
    position: relative;
    margin-top: 21px;
    margin-right: 10px;
    margin-left: 10px;
    float: right
}

.searchContainer input[type=text] {
    padding-right: 44px
}

.searchContainer .btnSearch {
    position: absolute;
    top: 0;
    right: 0
}

input[type=text] {
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
    padding: 8px;
    border: 1px solid #ababab;
    border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-bottom-color: #fcfcfc;
    box-shadow: inset 0 1px #e3e3e3;
    -moz-box-shadow: inset 0 1px #e3e3e3;
    -webkit-box-shadow: inset 0 1px #e3e3e3;
    behavior: url(js/pie.htc);
    position: relative
}

input[type=text] .searchContainer {
    width: 148px
}

.loginEnter {
    padding: 0;
    width: 350px;
    /*background: #fff;
    -webkit-border: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    box-shadow: 4px 0 2px -2px #d4d2d2;
    -moz-box-shadow: 4px 0 2px -2px #d4d2d2;
    -webkit-box-shadow: 4px 0 2px -2px #d4d2d2;
    behavior: url(js/pie.htc);*/
    position: relative;
    margin: 20px auto 100px;
}

.loginEnter h2 {
    color: #c22631;
    font-size: 35.3px;
    font-weight: 500;
    line-height: 82px;
    text-transform: uppercase;
    padding: 9px 0 0
}

.loginEnter form {
    height: auto;
    padding: 0 0 70px
}

.loginEnter .loginVariants {
    list-style: none
}

.loginEnter .item {
    cursor: pointer
}

.loginEnter .item active {
    color: #b01e21;
}

.loginEnter .loginVariants li {
    float: left;
    border: 1px solid #e3e4e4;
    left: -1px;
    top: -1px;
    background: #fff;
    width: 192px;
    height: 42px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    -webkit-border: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    behavior: none
}

.loginEnter .loginVariants li.active {
    background: #f6f8fa;
    border: 1px dashed #bcbdbd;
    box-shadow: inset 0 1px 2px #d2d3d3;
    -moz-box-shadow: inset 0 1px 2px #d2d3d3;
    -webkit-box-shadow: inset 0 1px 2px #d2d3d3;
    behavior: url(js/pie.htc);
    position: relative;
    z-index: 10;
    color: #b01e21
}

.input-field-wrapper {
    position: relative;
}

.loginEnter .loginByPass {
    display: none;
    clear: both;
    padding: 6px 0 0;
    margin: 40px 0 20px;
}

.loginEnter .loginByPass.open {
    display: block
}

.loginEnter .loginByPass .loginError {
    position: relative;
    line-height: 1.5em;
    color: #e2212e;
    margin: 0 0 16px;
    display: none
}

.loginEnter .loginByPass input[type=password],
.loginEnter .loginByPass input[type=text] {
    width: 100%;
    height: 33px;
    line-height: 33px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #ababab;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(js/pie.htc);
    position: relative;
    background: url(/content/images/lines.png) 0 -192px repeat-x;
    padding: 0 10px 0 6px;
    font-weight: 500;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.loginEnter .loginByPass .jstyling-checkbox {
    width: 25px;
    height: 25px;
    margin: 0 8px 0 3px;
    background-position: -192px -57px
}

.loginEnter .loginByPass .jstyling-checkbox.active {
    background-position: -222px -57px
}

.loginEnter .loginByPass label {
    font-size: 13px;
    color: #4e4e4e;
    width: 148px;
    display: inline-block;
    cursor: pointer
}

.loginEnter .loginByPass .forgot-password {
    font-size: 13px;
    color: #7e7e7e;
    text-decoration: none;
    border-bottom: 1px dashed #7e7e7e;
    margin-top: -20px;
    float: right;
    position: absolute;
    right: 10px;
    top: 50%;
}

.loginEnter .loginByPass .forgot-password:hover {
    border-color: transparent
}

.loginEnter .loginByIp {
    display: none
}

.loginEnter .loginByIp.open,
.loginEnter .loginByIp.reject .ipReject,
.loginEnter .loginByIp.success .ipSuccess {
    display: block
}

.loginEnter .loginByIp .ipSuccess {
    clear: both;
    display: none;
    padding: 22px 0 0 4px;
    height: 140px
}

.loginEnter .loginByIp .ipSuccess p {
    color: #5e5e5e;
    line-height: 20px;
    font-size: 15.5px;
    font-weight: 500;
    margin: 0 0 12px
}

.loginEnter .loginByIp .ipSuccess strong {
    font-size: 18px;
    display: block;
    color: #000;
    margin: 0 0 7px;
    line-height: 20px
}

.loginDrop .loginEnter .loginByIp .ipSuccess span {
    display: block;
    line-height: 20px
}

.loginDrop .loginEnter .loginByIp .ipSuccess span em {
    font-style: normal;
    color: #64af64;
    font-size: 18px
}

.loginDrop .loginEnter .loginByIp .ipReject {
    clear: both;
    display: none;
    padding: 22px 0 0 4px;
    height: 140px
}

.loginDrop .loginEnter .loginByIp .ipReject p {
    color: #444346;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px
}

.loginEnter .loginByIp .ipReject p a {
    color: #444346
}

.loginEnter .loginByIp .ipReject span {
    display: block;
    line-height: 20px
}

.loginEnter .loginByIp .ipReject span em {
    font-style: normal;
    color: #c22631;
    font-size: 18px
}

.loginEnter .btnRed.big {
    background: url(/content/images/lines.png) 0 -90px repeat-x;
    width: 100%;
    border: none;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    display: block;
    margin: 0;
}

.loginEnter .btnRed.reg {
    background: url(/content/images/lines.png) 0 -90px repeat-x;
    width: 150px;
    border: none;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    display: block;
    margin: 0;
    float: right;
}
.pager .btnRed {
    line-height: 29px;
    height: 30px;
    padding: 0 10px;
    text-transform: none;
    font-weight: 700;
    border: 1px solid #ca0c18;
}
.pager .pagedisplay {
    text-align: center;
    width: auto;
    font-size: 13px;
    height: 13px;
}

div.pager{
    width: auto;
    float: right;
    padding: 20px 0;
    margin: 0 0 20px auto;
    width:100%;
    text-align:right;
}

.loginLogged {
    float: right;
    position: relative;
    z-index: 999;
    width: 203px;
    height: 46px;
    padding: 3px 12px 0 0
}

.loginLogged .accountData {
    background: url(/content/images/bg.png) -176px -113px no-repeat;
    position: absolute;
    z-index: 999;
    width: 203px;
    height: 46px;
    left: 0;
    top: 1px;
    cursor: pointer
}

.loginLogged .accountData p {
    background: url(/content/images/icons.png) right -146px no-repeat;
    color: #b01e21;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 0 0 10px
}

.loginLogged .accountData p span {
    display: block;
    font-weight: 400;
    color: #4e4e4e
}

.loginLogged .accountNav {
    left: 1px;
    top: 40px;
    background: #fff;
    box-shadow: 0 4px 4px #d3d1d1;
    -moz-box-shadow: 0 4px 4px #d3d1d1;
    -webkit-box-shadow: 0 4px 4px #d3d1d1;
    width: 199px;
    z-index: 998;
    border: 1px solid #bababa;
    border-top: none;
    -webkit-border: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    padding: 6px 0 0;
    visibility: hidden;
    behavior: none;
    position: absolute
}

.loginLogged .accountNav p {
    line-height: 33px;
    color: #b01e21;
    font-weight: 700;
    font-size: 13px;
    margin: 0 9px;
    border-bottom: 1px solid #eee
}

.loginLogged .accountNav ul {
    padding: 9px 0 13px
}

.loginLogged .accountNav ul li {
    list-style: none;
    margin: 0 10px 5px;
    line-height: 16px;
    font-size: 12px
}

.loginLogged .accountNav ul li a {
    color: #c77273
}

.loginLogged.open .accountData p {
    background-position: right -185px
}

.loginLogged.open .accountNav {
    visibility: visible
}

.base-form {
    width: 50em;
    margin-bottom: 5em;
}

.content {
    padding-top: 22px
}

.content .cTitle {
    text-transform: uppercase;
    font-size: 25px
}

.content .cTitle.red {
    color: #b01e21
}

.content .cTitle .title-help-link {
    display: inline-block;
    border: 1px solid #b01e21;
    border-radius: 100%;
    font-size: 14px;
    width: 19px;
    height: 19px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    margin: 10px 4px
}

.productsContainer .cTitle {
    line-height: 68px;
    padding-left: 0;
}

.listProduct {
    float: left;
    width: 320px;
    position: relative;
    z-index: 2
}

.listProduct .itemm {
    cursor: pointer;
    color: #891e08;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 11px
}

.listProduct .itemmm {
    cursor: pointer;
    color: #1d1d1d;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 11px
}

.listProduct .itemmm a {
    color: blue;
}

/* .listProduct .item.active, //bahtiyor
.listProduct .item:hover {
    color: #b01e21;
    padding: 8px 10px;
    border: 1px dashed #b9bcbd;
    background: #edf1f5
} */

.listProduct .line {
    padding: 12px 0;
    display: block
}

.listProduct .moreLink {
    padding-left: 10px;
    top: -8px
}

.moreLink {
    position: relative;
    color: #b01e21;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px
}

.productContent {
    /*  margin: 0 10px 135px;
     border: 1px solid #d0d0d0;
     box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
     -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
     -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
     -webkit-border: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     behavior: url(js/pie.htc); */
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.btn.send {
    text-align: center;
    /*margin: 0 20px;*/
    vertical-align: middle;
}

.personalForm button {
    border: none
}

.personal h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 26px 27px 30px;
    color: #b01e21;
    font-weight: 700
}

.submit-form-buttons {
    margin: 20px 0 20px 0;
    text-align: center;
}

.submit-form-buttons .big.btn {
    margin: 0 20px;
}

.submit-form-buttons .note {
    font-size: 12px;
    margin-top: 1em;
    color: #4e4e4e;
}

#checksend {
}

.checksend {
    display: none;
    margin: 20px 0;
    color: #b01e21;
}

.checksend.ok {
    display: block;
}

.personal .form {
    width: 100%;
}

.personal .form label {
    color: #4e4e4e;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 0;
    font-weight: bold;
}

.personal .form label em {
    color: #b01e21
}

.personal .form .radioBoxes {
    height: 30px;
    line-height: 30px;
    margin: 0 0 18px
}

.personal .form .radioBoxes span {
    font-size: 15px;
    display: inline-block;
    width: 130px;
    color: #000
}

.personal .form .radioBoxes label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 23px 0 14px;
    margin: 0 16px 0 0;
    cursor: pointer
}

.personal .form .radioBoxes label.active {
    background: #edf1f5
}

.personal .form .radioBoxes label .jq-radio {
    background: url(../images/bg.png) -193px 0 no-repeat;
    width: 17px;
    height: 18px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: -1px 8px 0 0
}

.personal .form .radioBoxes label .jq-radio .jq-radio__div {
    display: none
}

.personal .form .radioBoxes label .jq-radio.checked {
    background-position: -213px 0
}

/*.personal .form div {*/
/*position: relative;*/
/*}*/

.personal .form input {
    width: 100%;
    box-sizing: border-box;
    height: 33px;
    line-height: 33px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #ababab;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(js/pie.htc);
    position: relative;
    background: url(../images/lines.png) 0 -192px repeat-x;
    padding: 0 10px;
    font-weight: 500
}

.personal .form .form-field {
    float: left;
    margin-bottom: 1em;
    position: relative;
}

.personal .form .row .col:first-child {
    padding-left: 0;
}

.personal .form textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    background: white;
    padding: 7px 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #ababab;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(js/pie.htc);
    position: relative;
    resize: none
}

.personal .form input.ui-state-error {
    border: 1px solid #e2212e
}

.field-error-message {
    color: #e2212e;
    margin-left: 0.5em;
    display: inline;
}

.required-asterisk {
    color: #000000;
}

.optional-field {
    font-weight: normal;
}

.personal + .productDropDownListFooter {
    margin-top: 27px
}

.confirm {
    position: relative;
    z-index: 2
}

.confirm + .productDropDownListFooter {
    margin: -8px 0 0;
    position: relative;
    z-index: 0;
    padding: 36px 0 22px
}

.confirm + .productDropDownListFooter .revise {
    position: absolute;
    left: 36px;
    top: 54px;
    color: #b01e21;
    border-bottom: 1px dashed #b01e21;
    text-decoration: none;
    font-size: 15px
}

.confirm + .productDropDownListFooter .revise:hover {
    border-color: transparent
}

.confirm + .productDropDownListFooter .btnRed.big {
    width: 220px
}

.confirm + .productDropDownListFooter p {
    text-transform: uppercase;
    font-size: 11.2px;
    color: #4e4e4e;
    margin: 10px 0 0
}

.browse .cTitle {
    padding: 4px 0 25px 8px
}

.pageContent {
    margin-left: 183px
}

.pageContent .cTitle.red {
    margin: 4px 0 18px;
    padding: 0
}

.productWrapper {
    margin-bottom: 5em;
}

.productWrapper .prImage .iconsList {
    float: right;
    margin: 7px 0 0
}

.productWrapper .prImage figure {
    padding: 0 0 0 16px;
    position: relative;
    width: 210px
}

.productWrapper .prImage figure .fancy {
    position: absolute;
    left: 175px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/bg.png) -137px -167px no-repeat
}

.productWrapper .prImage .subscribe {
    clear: right;
    padding: 0 0 0 35px;
    text-align: center
}

.productWrapper .prImage .subscribe p {
    line-height: 45px;
    font-size: 15px;
    color: #4e4e4e;
    margin: 0 0 -2px
}

.productWrapper .prImage .subscribe p strong {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.productWrapper .prImage .subscribe .btn {
    line-height: 32px;
    min-width: 88px;
    padding: 0 10px;
    text-transform: none;
    font-weight: 700
}

.productWrapper .prInfo {
    /*  margin-right: 270px */
    /*max-width: 550px;*/
}

.productWrapper .prInfo h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 2px 0 9px;
    color: #000;
    font-weight: 700
}

.productWrapper .prInfo p {
    font-size: 15px;
    line-height: 24px;
    color: #4e4e4e
}

.productWrapper .prInfo small {
    display: block;
    font-size: 13px;
    margin: 15px 0
}

.productWrapper .prInfo small span {
    color: #000;
    font-weight: 600
}

.productWrapper .prInfo .details {
    /*    padding: 31px 0 0 */
}

.productWrapper .prInfo .details .detailsOpener {
    float: right;
    background: url(../images/arrow-right.png) right 7px no-repeat;
    padding: 0 17px 0 0;
    color: #b01e21;
    font-size: 15px;
    cursor: pointer
}

.productWrapper .prInfo .details .detailsOpener:hover {
    text-decoration: underline
}

.productWrapper .prInfo .details {
    line-height: 35px;
    padding: 20px 0 0;
    overflow: hidden
}

.productWrapper .prInfo .details dt.last {
    border: none
}

/*.productWrapper .prInfo .details dd {*/
/*float: left;*/
/*width: 60%;*/
/*line-height: 24px;*/
/*border-bottom: 1px solid #e5e6e6;*/
/*color: #4e4e4e;*/
/*font-size: 16px;*/
/*padding: 5px 0 5px 15px;*/
/*min-height: 24px;*/
/*}*/

/*.productWrapper .prInfo .details dl dd.last {*/
/*border: none*/
/*}*/

.productWrapper .prInfo .details dl dd a {
    color: #b01e21;
    font-size: 13px;
    letter-spacing: -.3px
}

.productWrapper .prInfo .details.opened .detailsOpener {
    background: url(../images/arrow-down.png) right 10px no-repeat
}

.productWrapper .prInfo .details .detailContent {
    display: none
}

.productWrapper .prInfo .details.opened .detailContent {
    display: table;
    width: 100%;
    color: #4e4e4e;
    font-size: 16px;
}

.detailContentItem {
    display: table-row;
    line-height: 24px;
    border-bottom: 1px solid #e5e6e6;
}

.detailContentItem dt, .detailContentItem dd {
    display: table-cell;
    min-height: 24px;
    padding: 10px 0 2px 0;
    border-bottom: 1px solid #e5e6e6;
}

.detailContentItem dd {
    width: 70%;
    padding-left: 20px;
}

.detailContentItem dt {
    width: 30%;
    text-align: right;
    color: #b01e21;
}

.iconsList {
    right: 0;
    top: 0;
    width: 218px;
    height: 273px;
    border: 1px dashed #ccc;
    background: #edf1f5;
    box-shadow: inset 1px 1px 2px #ccc;
    -moz-box-shadow: inset 1px 1px 2px #ccc;
    -webkit-box-shadow: inset 1px 1px 2px #ccc;
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(js/pie.htc);
    z-index: 999;
    padding: 0 0 2px;
    position: absolute
}

.iconsList.collapsed {
    width: 38px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -1px 1px #ccc;
    -moz-box-shadow: inset 0 -1px 1px #ccc;
    -webkit-box-shadow: inset 0 -1px 1px #ccc;
    behavior: url(js/pie.htc);
    position: relative;
    position: absolute
}

.iconsList.collapsed .longLink {
    display: none
}

.iconsList.collapsed .shortLink {
    display: block
}

.iconsList .shortLink {
    display: none
}

.iconsList .longLink {
    padding: 0 0 0 19px
}

.iconsList .longLink em {
    margin: 0 55px 0 0;
    font-style: normal
}

.iconsList .longLink a {
    display: inline-block;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 0 0 6px
}

.iconsList .longLink a.s1 {
    background-position: -360px -180px
}

.iconsList .longLink a.s2 {
    background-position: -384px -180px
}

.iconsList .longLink a.s3 {
    background-position: -406px -180px
}

.iconsList .longLink a.s4 {
    background-position: -427px -180px
}

.iconsList li {
    height: 45px;
    border-bottom: 1px dashed #ccc;
    list-style: none;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #000
}

.iconsList li.last {
    border: none
}

.iconsList li.last a {
    -webkit-border: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    behavior: url(js/pie.htc);
    position: relative
}

.iconsList li > a {
    display: block;
    height: 45px;
    text-decoration: none;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 0 0 0 19px
}

.iconsList li > a:hover {
    background: #dde9f5
}

.iconsList li > a em {
    font-style: normal
}

.iconsList li > a .icon {
    float: right;
    width: 38px;
    height: 45px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    vertical-align: top
}

.iconsList li > a.link1 .icon {
    background-position: -473px 16px
}

.iconsList li > a.link2 .icon {
    background-position: -473px -29px
}

.iconsList li > a.link3 .icon {
    background-position: -473px -73px
}

.iconsList li > a.link4 .icon {
    background-position: -473px -119px
}

.iconsList li > a.link5 .icon {
    background-position: -473px -165px
}

.iconsList li > a.link6 .icon {
    background-position: -473px -210px
}

.iconsList.collapsed a em {
    display: none
}

.issueList {
    padding-top: 50px;
    margin: 0 0 0 -2px;
    max-width: 72%
}

.issueList .cTitle.red {
    margin: 22px 0 17px;
    padding: 0
}

.issueList h3 {
    font-size: 16px;
    line-height: 21px;
    color: #4e4e4e;
    font-weight: 700;
    margin: 0 0 6px
}

.issueList .content {
    border: 1px dashed #c5c5c4;
    font-size: 15px;
    line-height: 32px;
    color: #020202;
    padding: 0 8px;
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(js/pie.htc);
    position: relative;
    margin: 0 295px 8px 0;
    font-weight: 700
}

.issueList .item {
    border-bottom: 1px dashed #c5c5c4;
    line-height: 20px;
    padding: 3px 0 4px;
    margin: 0 58px 0 0
}

.issueList .item h4 {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 700
}

.issueList .item p {
    font-size: 11px;
    color: #999
}

.issueList .item span {
    float: right;
    position: relative;
    top: -21px;
    color: #4e4e4e;
    font-size: 13px
}

.breadcrumbs {
    float: right;
    padding: 8px 38px 0 0
}

.breadcrumbs a {
    display: inline-block;
    background: url(../images/icons.png) right -237px no-repeat;
    padding: 0 14px 0 0;
    margin: 0 8px 0 0;
    color: #b01e21;
    font-size: 13px
}

.breadcrumbs span {
    font-size: 13px;
    color: #4e4e4e
}

.searchContainer.home form {
    background-position: 0 -499px;
    width: 225px;
    height: 40px;
    left: 0
}

.searchContainer.home form button {
    right: -4px
}

.searchContainer form {
    background: url(../images/bg.png) 0 -334px no-repeat;
    height: 50px;
    position: relative;
    padding: 0;
    float: right
}

.searchContainer form input[type=text] {
    float: left;
    padding: 10px 8px;
    width: 108px;
    border: none;
    background: 0 0
}

.searchContainer form .jstyling-select {
    background: url(../images/bg-select.png) no-repeat;
    border: none;
    float: left;
    height: 35px;
    top: 0;
    width: auto;
    margin-right: 38px
}

.searchContainer form .jstyling-select .jstyling-select-s {
    background: url(../images/arrow-down.png) right 16px no-repeat;
    margin: 0 8px 0 0;
    padding: 0 17px 0 20px
}

.searchContainer form .jstyling-select .jstyling-select-s .jstyling-select-t {
    width: auto;
    overflow: hidden;
    line-height: 35px;
    color: #fff;
    font-size: 13px
}

.searchContainer form .jstyling-select .jstyling-select-l {
    width: 118px;
    border-color: #b7b7b7;
    -webkit-border: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    behavior: url(js/pie.htc);
    background: url(../images/bg-drop-search.png) repeat-x #fff;
    left: 7px;
    top: 35px;
    padding: 9px 0 11px;
    position: absolute
}

.searchContainer form .jstyling-select .jstyling-select-l .item-0 {
    display: none
}

.searchContainer form .jstyling-select .jstyling-select-l div {
    border: none;
    padding: 0 12px;
    line-height: 22px;
    font-size: 13px;
    color: #4e4e4e;
    height: auto
}

.searchContainer form button {
    background: url(../images/bg.png) -225px -334px no-repeat;
    border: none;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -7px;
    top: 0;
    width: 45px;
    outline: 0
}

.pageWrapper1 .sideNav {
    margin-top: 67px
}

.pageWrapper1 .sideNav > ul {
    padding: 0 0 0 16px
}

.pageWrapper1 .sideNav > ul > li > ul > li.vis > ul {
    padding: 3px 0 14px
}

.pageWrapper1 .pageContent {
    padding: 0 0 0 15px
}

.pageWrapper1 .pageContent .cTitle.red {
    margin: 4px 0 12px;
    padding: 0
}

.prFunctions {
    float: right;
    width: 40px;
    position: relative
}

.prInfo1 {
    margin-right: 100px
}

.prInfo1 .subscribe {
    float: right
}

.prInfo1 .subscribe .btnRed {
    line-height: 32px;
    min-width: 98px;
    padding: 0 10px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    float: right
}

.prInfo1 .subscribe p {
    font-size: 15px;
    line-height: 20px;
    color: #4e4e4e;
    clear: right;
    padding: 14px 0 0
}

.prInfo1 .subscribe p strong {
    font-size: 17px;
    font-weight: 700;
    color: #000
}

.prInfo1 .headline {
    line-height: 24px
}

.prInfo1 .headline h2 {
    font-size: 18px;
    font-weight: 700;
    color: #4e4e4e
}

.prInfo1 .headline p {
    font-size: 15px;
    color: #5e5e5e
}

.prInfo1 .pageSlider {
    padding: 35px 0 0
}

.prInfo1 .pageSlider .bx-wrapper {
    position: relative;
    margin: 0 0 0 20px !important
}

.prInfo1 .pageSlider .bx-prev {
    position: absolute;
    left: -19px;
    top: 26px;
    background: url(../images/bg.png) -393px -87px no-repeat;
    width: 17px;
    height: 58px
}

.prInfo1 .pageSlider .bx-next {
    position: absolute;
    right: -20px;
    top: 26px;
    background: url(../images/bg.png) -415px -87px no-repeat;
    width: 17px;
    height: 58px
}

.prInfo1 .pageSlider li {
    text-align: center;
    position: relative;
    cursor: pointer
}

.prInfo1 .pageSlider li span {
    display: block;
    font-size: 10px;
    position: relative;
    top: -7px;
    color: #323232
}

.prInfo1 .pageSlider li strong {
    position: absolute;
    background: url(../images/bg.png) -377px -388px no-repeat;
    width: 89px;
    height: 110px;
    top: 0;
    left: 5px;
    display: none
}

.prInfo1 .pageSlider li.active strong,
.prInfo1 .pageSlider li:hover strong {
    display: block
}

.prInfo1 .issueList {
    margin: 0;
    padding: 30px 0 0
}

.prInfo1 .issueList .selectAll label {
    font-size: 13px;
    color: #b01e21;
    cursor: pointer
}

.prInfo1 .issueList .jstyling-checkbox {
    width: 19px;
    height: 19px;
    background-position: -272px -88px;
    margin-right: 6px
}

.prInfo1 .issueList .jstyling-checkbox.active {
    background-position: -295px -88px
}

.prInfo1 .issueList .content {
    margin: 22px 0 0
}

.prInfo1 .issueList .content a {
    float: right;
    margin: 0 37px 0 0;
    padding: 0 21px 0 0;
    background: url(../images/arrow-down.png) right 15px no-repeat;
    font-size: 13px;
    color: #b01e21;
    font-weight: 400
}

.prInfo1 .issueList .item {
    margin: 0;
    overflow: hidden;
    padding: 17px 0 13px
}

.prInfo1 .issueList .item .check {
    float: left;
    width: 19px
}

.prInfo1 .issueList .item .number {
    float: left;
    width: 25px;
    padding: 0 15px 0 0;
    text-align: right;
    font-size: 13px;
    color: #4e4e4e
}

.prInfo1 .issueList .item article {
    margin-left: 60px
}

.prInfo1 .issueList .item article h4 {
    color: #b01e21;
    margin: 0 90px 0 0
}

.prInfo1 .issueList .item article span {
    display: block;
    font-size: 13px;
    color: #999;
    float: none;
    line-height: 22px;
    margin: 0 0 5px;
    top: 0
}

.prInfo1 .issueList .item article span.page {
    float: right;
    top: -19px;
    margin: 0 0 -20px
}

.prInfo1 .issueList .item article p {
    color: #4e4e4e;
    font-size: 13px;
    line-height: 19px;
    padding: 0 40px 0 0
}

.prInfo1 .pageFunctions {
    margin: 92px 110px 0 55px
}

.prInfo1 .pageFunctions .pager {
    padding: 0 0 0 20px
}

.articleFull {
    width: 99%;
    margin: auto
}

.articleDetails {
    position: relative;
    min-height: 1000px
}

.articleDetails .bx-wrapper {
    min-height: 467px
}

.articleDetails .breadcrumbs {
    float: none;
    padding: 20px 0 26px
}

.articleDetails h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #c22631;
    margin: 0 0 24px;
    text-transform: uppercase
}

.articleDetails .issueNum {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #4e4e4e;
    padding-bottom: 20px
}

.articleDetails .issueNum a {
    font-size: 15px;
    margin: 0 0 0 13px;
    text-decoration: underline;
    color: #b01e21;
    font-weight: 400
}

.articleDetails .issueNum a:hover {
    text-decoration: none
}

.articleDetails .subscribe {
    float: right;
    margin: -15px 0 0
}

.articleDetails .subscribe .btnRed {
    line-height: 32px;
    text-transform: none;
    font-weight: 700;
    width: 118px;
    text-align: center;
    float: right
}

.articleDetails .subscribe p {
    font-size: 17px;
    color: #000;
    line-height: 20px;
    text-align: right;
    clear: right;
    padding: 16px 5px 0 0
}

.articleDetails .subscribe p strong {
    font-weight: 700
}

.articleDetails #tabs,
.articleDetails .tabs {
    clear: both;
    margin: 0 0 0 4px
}

.articleDetails #tabs .ui-tabs-nav,
.articleDetails .tabs .ui-tabs-nav {
    border-bottom: 1px solid #aeaeae;
    height: 26px;
    position: relative;
    top: 4px;
    left: 1px
}

.articleDetails #tabs .ui-tabs-nav li,
.articleDetails .tabs .ui-tabs-nav li {
    border: 1px solid #c7c7c7;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 11px;
    -webkit-border: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    behavior: url(js/pie.htc);
    position: relative;
    top: 1px;
    float: left;
    list-style: none;
    margin-left: -1px
}

.articleDetails #tabs .ui-tabs-nav li a,
.articleDetails .tabs .ui-tabs-nav li a {
    text-decoration: none;
    color: #b01e21;
    font-size: 15px
}

.articleDetails #tabs .ui-tabs-nav li.ui-tabs-active,
.articleDetails .tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #aeaeae #aeaeae #f1f1f1;
    z-index: 2
}

.articleDetails #tabs .ui-tabs-nav li.ui-tabs-active a,
.articleDetails .tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #4e4e4e
}

.articleDetails .tabs .articleTextWrapperBlock {
    min-height: 462px
}

.articleDetails .details {
    margin: 0 0 7px
}

.articleDetails .details .detailsContent {
    display: none
}

.articleDetails .details.opened .detailsContent {
    display: block
}

.articleDetails .details ul {
    list-style: none;
    padding: 7px 0 0
}

.articleDetails .details ul li {
    border-bottom: 1px solid #e5e6e6;
    font-size: 15px;
    line-height: 18px;
    padding: 5.5px 0;
    overflow: hidden;
    width: 100%
}

.articleDetails .details ul li .detailName {
    float: left;
    color: #010101;
    width: 155px
}

.articleDetails .details ul li .detailText {
    float: left;
    width: 794px;
    color: #848484
}

.articleDetails .details ul li .detailText a {
    color: #c46e70
}

.articleDetails .details .detailsOpener {
    background: url(../images/arrow-down.png) right 7px no-repeat;
    display: inline-block;
    color: #b01e21;
    font-size: 15px;
    line-height: 15px;
    padding: 0 16px 0 0;
    cursor: pointer;
    margin: 15px 0 0
}

.articleDetails .details .detailsOpener:hover {
    text-decoration: underline
}

.articleDetails .details.opened .detailsOpener {
    background-image: url(../images/arrow-up.png)
}

.articleDetails .bx-wrapper {
    position: relative;
    padding: 50px 0 0
}

.articleDetails .bx-wrapper .bx-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.articleDetails .bx-wrapper .bx-controls .bx-pager-item {
    display: none
}

.articleDetails .bx-wrapper .bx-controls .bx-pager-item a {
    display: block;
    height: 0;
    padding: 24px 0 0;
    overflow: hidden
}

.articleDetails .bx-wrapper .bx-controls .bx-pager-item.first {
    display: block;
    background: url(../images/bg.png) -278px -342px no-repeat;
    width: 29px;
    position: absolute;
    left: 50%;
    margin-left: -106px
}

.articleDetails .bx-wrapper .bx-controls .bx-pager-item.last {
    display: block;
    background: url(../images/bg.png) -382px -342px no-repeat;
    width: 29px;
    position: absolute;
    left: 50%;
    margin-left: 97px
}

.articleDetails .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 50%;
    background: url(../images/bg.png) -313px -342px no-repeat;
    width: 29px;
    height: 24px;
    margin-left: -71px
}

.articleDetails .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    left: 50%;
    background: url(../images/bg.png) -347px -342px no-repeat;
    width: 29px;
    height: 24px;
    margin-left: 62px
}

.articleDetails .bx-wrapper .bx-controls .counter {
    position: absolute;
    left: 50%;
    top: 0;
    width: 103px;
    margin-left: -41.5px;
    text-align: center;
    line-height: 26px;
    font-size: 11px;
    color: #323232;
    font-weight: 700
}

.articleDetails .articleText h2 {
    font-size: 24px;
    line-height: 24px;
    color: #4e4e4e;
    margin: 20px 0
}

.articleDetails .articleText p {
    margin: 0 0 24px 3px;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 24px
}

.articleDetails .articleText p strong {
    font-weight: 700
}

.articleDetails .articleText .authors,
.articleDetails .pageContent .articleText .authors {
    font-size: 13px;
    margin: 0 0 20px
}

.articleDetails .articleImage {
    text-align: center;
    width: 300px;
    height: 462px;
    margin: auto
}

.articleDetails .alsoRead {
    overflow: hidden;
    padding: 53px 0 105px 4px
}

.articleDetails .alsoRead h2 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 700
}

.articleDetails .alsoRead article {
    float: left;
    width: 160px;
    margin: 0 20px 0 0;
    line-height: 24px
}

.articleDetails .alsoRead article h3 {
    font-weight: 700;
    color: #b01e21;
    font-size: 15px;
    margin: 0 0 2px
}

.articleDetails .alsoRead article h3 a {
    color: #b01e21
}

.articleDetails .alsoRead article p {
    color: #4e4e4e;
    font-size: 13px
}

.articleDetails .alsoRead article span {
    display: block;
    font-size: 13px;
    color: #999
}

.articleDetails .pageSwitcher {
    float: left;
    background: url(../images/bg.png) -325px -84px no-repeat;
    width: 29px;
    height: 24px;
    margin: 0 138px 0 0;
    position: relative;
    z-index: 10
}

.articleDetails .pageContent {
    float: none;
    margin: 0 0 0 86px;
    position: relative
}

.articleDetails .pageContent .details {
    margin: 0 0 16px
}

.articleDetails .pageContent .pageSwitcher {
    margin: 0 -1px 0 0;
    background-position: -358px -84px
}

.articleDetails .pageContent .articleText h2 {
    margin: 0 0 20px
}

.articleDetails .pageContent .articleText p {
    letter-spacing: .5px
}

.articleDetails .pageContent .alsoRead {
    padding: 5px 0 55px 4px
}

.articleDetails .pageContent .backLink {
    float: right;
    margin: 13px 0 0;
    background: url(../images/icons.png) 0 -178px no-repeat;
    padding: 0 0 0 14px;
    font-size: 15px;
    color: #b01e21
}

.articleDetails .pageContent .iconsList {
    right: 0;
    top: 65px
}

.articleDetails .pageContent .details ul li {
    width: 765px
}

.articleDetails .pageContent .details ul li .detailText {
    width: 610px
}

.articleDetails .pageContent .subscribe {
    margin: -15px 100px 0 0
}

.articleDetails .pageContent .issueNum {
    margin: 0 300px 0 0
}

.articleDetails .pageContent #tabs,
.articleDetails .pageContent .tabs {
    margin: 0 100px 0 4px
}

.articleDetails .sidebar {
    left: 10px;
    position: absolute;
    top: -9px;
    padding: 77px 0 0
}

.articleDetails .sidebar .sideNav {
    background: url(../images/bg-sidebar.png) repeat-x #fff;
    border: 1px solid #c7c7c7;
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    behavior: url(js/pie.htc);
    position: relative;
    z-index: 99;
    padding: 0 0 27px;
    width: 173px;
    max-height: 808px;
    margin: 0
}

.articleDetails .sidebar .sideNav > ul {
    padding: 0
}

.articleDetails .sidebar .arrowTop {
    width: 175px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 40px;
    background: url(../images/bg.png) -187px -420px no-repeat;
    display: none
}

.articleDetails .sidebar .arrowBottom {
    width: 175px;
    height: 48px;
    position: absolute;
    left: 0;
    bottom: -3.5px;
    background: url(../images/bg.png) 0 -425px no-repeat;
    display: none
}

.articleDetails .sidebar .sidebarOpener {
    background: url(../images/bg.png) -443px -97px no-repeat rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    left: 164px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod='auto expand')";
    filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod='auto expand')";
    width: 8px;
    z-index: 100
}

.articleDetails .sidebar.collapsed {
    cursor: pointer
}

.articleDetails .sidebar.collapsed .arrowBottom,
.articleDetails .sidebar.collapsed .arrowTop {
    display: none !important
}

.articleDetails .sidebar.collapsed .sideNav > ul {
    top: 0 !important
}

.articleDetails .sidebar.collapsed .sidebarOpener {
    display: block;
    background: url(../images/bg.png) -443px -97px no-repeat;
    width: 8px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -16px;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
    z-index: 100
}

.articleDetails .sidebar.collapsed .sideNav {
    width: 25px
}

.articleDetails .sidebar.collapsed .sideNav > ul {
    background: url(../images/bg-li.png) repeat-y
}

.articleDetails .sidebar.collapsed .sideNav > ul li {
    background: 0 0;
    text-indent: -9999px
}

.articleDetails .sidebar.collapsed .sideNav > ul li a {
    background: 0 0
}

.searchResult {
    padding: 43px 10px 0;
    overflow: hidden
}

.searchResult .pageFunctions {
    height: 32px
}

.searchResult .rightCol {
    float: right;
    width: 220px;
    position: relative;
    padding: 44px 0 0;
    min-height: 330px
}

.searchResult .rightCol h3 {
    font-weight: 700;
    color: #b01e21;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 15px;
    text-transform: uppercase
}

.searchResult .rightCol .iconsList {
    position: static;
    top: 71px
}

.searchResult .rightCol .iconsList li > a .icon {
    float: none;
    display: inline-block
}

.searchResult .rightCol .iconsList .longLink em {
    margin-right: 8px
}

.searchResult .resultsList {
    padding: 13px 0 0;
    margin: 0 270px 0 0
}

.searchResult .resultsList .pageFunctions {
    height: 32px;
    margin: -9px 0 0
}

.searchResult .resultsList .hideItemsWrapper {
    overflow: hidden
}

.searchResult .resultsList .hideItems {
    float: right;
    margin: 0 3px 5px 0;
    padding: 0 26px 0 0;
    background: url(../images/arrow-up.png) right 8px no-repeat;
    font-size: 13px;
    color: #b01e21
}

.searchResult .resultsList .hideItems.hidden {
    background-image: url(../images/arrow-down.png)
}

.searchResult .resultsList .item {
    border-bottom: 1px dashed #c5c5c4;
    clear: left;
    margin: 0 0 9.7px;
    overflow: hidden;
    padding: 17px 0 23px
}

.searchResult .resultsList .item.last {
    border: none
}

.searchResult .resultsList .item .number {
    float: left;
    width: 21px;
    padding: 3px 0 0 4px;
    font-weight: 700;
    color: #020202;
    font-size: 15px
}

.searchResult .resultsList .item .icon {
    float: left;
    width: 25px;
    padding: 3px 0 0
}

.searchResult .resultsList .item .icon span {
    display: inline-block;
    background: url(../images/bg.png) -390px -154px no-repeat;
    width: 11px;
    height: 13px
}

.searchResult .resultsList .item article {
    margin: 0 20px 0 50px
}

.searchResult .resultsList .item article h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 7px
}

.searchResult .resultsList .item article h4 a {
    color: #b01e21
}

.searchResult .resultsList .item article p {
    font-size: 15px;
    line-height: 24px;
    color: #4e4e4e;
    margin: 0 0 16px
}

.searchResult .resultsList .item article p em {
    display: inline-block;
    font-weight: 700;
    background: #edf1f5;
    color: #000;
    padding: 0 3px;
    font-style: normal
}

.searchResult .resultsList .item article span {
    font-size: 12px;
    line-height: 12px;
    color: #999;
    display: block
}

.searchResult .resultsList .item article span a {
    color: #b01e21
}

.searchResult .resultsList .item article .author {
    color: #999;
    display: block;
    float: none;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px
}

.searchResult .resultsList .item article .options {
    padding: 12px 0 0
}

.searchResult .resultsList .item article .options p {
    float: right;
    font-size: 15px;
    color: #000;
    line-height: 15px;
    margin: -3px -19px 0 0
}

.searchResult .resultsList .item article .options p.addedToCart {
    margin-top: 6px;
    margin-bottom: 6px
}

.searchResult .resultsList .item article .options p .addedToCartIcon {
    display: inline-block;
    width: 21px;
    height: 19px;
    vertical-align: middle;
    background: url(../images/bg.png) -479px -439px no-repeat;
    margin-left: 10px;
    margin-top: -3px
}

.searchResult .resultsList .item article .options p a.btn {
    text-transform: none;
    font-weight: 600;
    line-height: 32px;
    padding: 0 10px;
    min-width: 115px;
    text-align: center;
    margin-right: 5px
}

.searchResult .resultsList .item article .options p strong {
    color: #b01e21;
    font-weight: 700;
    font-size: 18px
}

.searchResult .resultsList .item article .options .rate {
    width: 70px;
    height: 13px;
    background: url(../images/bg-rate.png) repeat-x;
    margin-top: 8px
}

.searchResult .resultsList .item article .options .rate div {
    height: 13px;
    background: url(../images/bg-rate.png) 0 -13px repeat-x
}

.searchResult .resultsList .item .check {
    float: right;
    width: 19px
}

.searchResult .resultsList .item .check .jstyling-checkbox {
    width: 19px;
    height: 19px;
    background-position: -272px -88px;
    margin-right: 7px
}

.searchResult .resultsList .item .check .jstyling-checkbox.active {
    background-position: -421px -147px
}

form .titleWrapper:first-child {
    padding: 20px 0 0
}

.trial .titleWrapper .titleBox .headlines li.col1 {
    margin-left: 31px
}

.trial .titleWrapper .titleBox .titleItem h3 {
    background: url(../images/arrow-right.png) 38px 13px no-repeat #edf0f4;
    padding-left: 59px
}

.trial .titleWrapper .titleBox .titleItem.active h3 {
    background: url(../images/arrow-down.png) 35px 17px no-repeat #edf0f4;
    margin: 0;
    padding-left: 59px
}

.trial .titleWrapper .titleBox .titleItem .titleContent ul li.col1 {
    margin-left: 31px
}

.titleList {
    margin: 0 10px
}

.titleList .cTitle.red {
    margin: 0 0 15px 0;
}

.titleList .cTitle.red small {
    color: #777;
    font-size: 15px;
    text-transform: none;
    margin-left: 1em;
}

.titleList .titleBox {
    border: 1px solid #ccc;
    border-bottom-color: #8d8d8d;
    background: url(../images/bg-box.png) 0 bottom repeat-x #fff;
    -webkit-border: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 6px #75766b;
    -moz-box-shadow: 0 3px 6px #75766b;
    -webkit-box-shadow: 0 3px 6px #75766b;
    behavior: url(js/pie.htc);
    position: relative;
    display: none;
    padding: 0 0 4px
}

.titleWrapper {
    margin: 0 0 60px;
}

.titleWrapper h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    background: url(../images/arrow-right.png) 13px 8px no-repeat;
    padding-left: 29px;
    cursor: pointer;
    margin: 0 0 17px
}

.titleWrapper .titleBox {
    display: none
}

.titleWrapper .titleBox .headlines {
    overflow: hidden;
    background: #ebf2f9;
    -webkit-border: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    behavior: url(js/pie.htc);
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    list-style: none
}

.headlines2 {
    overflow: hidden;
    position: relative;
    font-size: 14px !important;
    font-weight: 700;
    color: #000;
    list-style: none;
    height: 2em;
    line-height: 2em;
    border: 0 !important;
    vertical-align: middle;
}


/*.titleWrapper .titleBox .headlines li {*/
/*float: right*/
/*}*/

.titleWrapper .titleBox .headlines li.col1 {
    margin: 0 259px 0 0;
    padding: 0 0 0 24px;
    line-height: 38px;
    float: none
}

.titleWrapper .titleBox .headlines li.col2 {
    width: 100px;
    line-height: 38px
}

.titleWrapper .titleBox .headlines li.col3 {
    width: 74px;
    line-height: 14px;
    padding: 5px 0 0;
    text-align: center
}

.titleWrapper .titleBox .headlines li.col4 {
    width: 80px;
    line-height: 14px;
    padding: 5px 0 0;
    text-align: center
}

.titleWrapper .titleBox .headlines li.col5 {
    width: 35px
}

.titleWrapper .titleBox .titleItem h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    background: url(../images/arrow-right.png) 12px 13px no-repeat #edf0f4;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 29px;
    cursor: pointer;
    margin: 0 0 2px
}

.titleWrapper .titleBox .titleItem .titleContent {
    display: none
}

.titleWrapper .titleBox .titleContent .title {
    font-weight: bold;
}

.titleWrapper .titleBox .titleItem .titleContent ul {
    list-style: none;
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #e5e6e6;
    overflow: hidden;
    padding: 10px 0;
}

.titleWrapper .titleBox .titleItem .titleContent table tr td {
    font-size: 15px;
    color: #4e4e4e;
    border-top: 1px solid #e5e6e6;
    overflow: hidden;
}

.titleWrapper .titleBox .titleItem .titleContent .text {
    background: #f8fafc;
    padding: 10px 20px 10px 50px;
    font-size: 13px;
    line-height: 24px;
    color: #4e4e4e;
    display: none;
    border-top: 1px solid #e5e6e6
}

.titleWrapper .titleBox .titleItem .titleContent .text p {
    letter-spacing: .4px
}

.titleWrapper .titleBox .titleItem .titleContent .text a {
    text-decoration: underline;
    color: #b01e21
}

.titleWrapper .titleBox .titleItem .titleContent .text a:hover {
    text-decoration: none
}

.titleWrapper .titleBox .titleItem .titleContent.active .text {
    display: block
}

.titleWrapper .titleBox .titleItem.active h3 {
    background: url(../images/arrow-down.png) 10px 17px no-repeat #edf0f4;
    margin: 0
}

.titleWrapper .titleBox .titleItem.active .titleContent {
    display: block
}

.titleWrapper.active h2 {
    background: url(../images/arrow-down.png) 11px 11px no-repeat
}

.titleWrapper.active .titleBox {
    display: block
}

.b-modal {
    z-index: 9999 !important
}

.popup {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 40px 50px;
    width: 340px;
    border-radius: 10px;
    -webkit-border-radius: 10px
}

.popup p {
    font-weight: 700;
    font-size: 30px
}

.popup .popup-footer {
    text-align: center;
    margin-top: 29px
}

.popup .popup-footer .btn {
    margin-right: 25px;
    border: none;
    padding: 0 24px
}

.popup .popup-footer a {
    border-bottom: 1px dashed;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer
}

.popup .popup-footer a:hover {
    border-color: transparent
}

.ui-corner-all.ui-datepicker,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-corner-all.ui-datepicker,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all.ui-datepicker,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all.ui-datepicker,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-datepicker {
    width: 180px;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc;
    color: #222;
    font-weight: 700
}

.ui-datepicker .ui-widget-header a {
    color: #222
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png)
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 .4em;
    font-size: 10px;
    line-height: 11px
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-widget.ui-datepicker {
    font-size: 13px
}

.ui-widget-content.ui-datepicker {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content.ui-datepicker a {
    color: #222
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker .ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-widget-content.ui-datepicker .ui-state-focus,
.ui-widget-content.ui-datepicker .ui-state-hover {
    border: 1px solid #999;
    background: #dadada;
    font-weight: 400;
    color: #212121
}

.ui-datepicker .ui-state-focus .ui-icon,
.ui-datepicker .ui-state-hover .ui-icon {
    background-image: url(../images/ui-icons_454545_256x240.png)
}

.ui-datepicker .ui-state-disabled {
    cursor: default !important
}

.ui-datepicker .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled,
.ui-widget-content.ui-datepicker .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-widget-content.ui-datepicker .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight,
.ui-widget-content.ui-datepicker .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-widget-content.ui-datepicker .ui-state-active {
    border: 1px solid #aaa;
    background: #fff;
    color: #212121
}

.centerContainer.siteWidth.breadcrumbs {
    float: none;
    padding: 0
}

.centerContainer.siteWidth.breadcrumbs + .content {
    padding-top: 0
}

.tabsContent .tab {
    display: none;
    min-height: 300px
}

.tabsContent .tab.active {
    display: block
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 16px;
    color: #4e4e4e
}

.table thead {
    background: #f8f9fa;
    font-weight: 600;
    color: #000;
    line-height: 14px
}

.table th {
    padding: 5px 7px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left
}

.table tbody tr {
    border-top: 1px solid #e5e6e6
}

.table td {
    padding: 9px 7px;
    box-sizing: border-box
}

.footer .logoSmall {
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../images/logo-small.png);
    width: 50px;
    height: 36px;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
    .footer .logoSmall {
        background-image: url("../images/logo-small@2x.png");
    }
}

.footerLightGreyBlock {
    min-height: 64px;
    background: url(../images/bg-fotter-light-grey-block.png) center top no-repeat #eaeaea
}

.footerLightGreyBlock .eastViewBlock {
    position: absolute;
    left: 90px;
    top: 12px
}

.footerGreyBlock {
    background: url(../images/bgFotter.gif);
    padding: 9px 0 36px
}

.footerLeftBlock {
    padding: 4px 0 0 10px;
    width: 400px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #fff
}

.footerLeftBlock .footerNavigation {
    padding-top: 65px;
    position: relative;
    margin-left: -10px
}

.footerNavigation {
    font-size: 0
}

.footerNavigation.typeMenu {
    padding-top: 15px
}

.footerNavigation.typeMenu .item {
    text-transform: upp;
    font-size: 16px;
    line-height: 49px;
    color: #000
}

.footerNavigation.right {
    float: right;
    width: 482px
}

.footerNavigation.right .item {
    width: 140px
}

.footerNavigation a {
    text-decoration: none
}

.footerNavigation a:hover {
    text-decoration: underline
}

.footerNavigation .item {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px 10px
}

.footerNavigation .item.special {
    padding-top: 25px;
    white-space: nowrap
}

.btn {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    text-decoration: none
}

.btn:hover {
    text-decoration: none
}

.btn.disabled {
    opacity: 0.7;
    background: gray;
    border: 1px solid gray;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.btnRed {
    height: 34px;
    background: url(../images/lines.png) repeat-x;
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    behavior: url(js/pie.htc);
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase
}

.btnRed.big {
    line-height: 42px;
    height: 46px;
    background: url(/content/images/lines.png) 0 -39px repeat-x;
    padding: 0 40px;
}

.btnRed.reg {
    line-height: 42px;
    height: 46px;
    background: url(/content/images/lines.png) 0 -39px repeat-x;
    text-align: center;
}

.btnGrey {
    -webkit-border: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .39);
    behavior: url(js/pie.htc);
    position: relative;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase
}

.btnGrey.big {
    line-height: 42px;
    height: 46px;
    background: url(../images/lines.png) 0 -141px repeat-x;
    text-align: center;
    padding: 0 40px;
}

.btnSearch {
    width: 37px
}

.btnSearch .sprite.search {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px
}

input[type="password"] {
    background: rgba(0, 0, 0, 0) url("../images/lines.png") repeat-x scroll 0 -192px;
    border-color: #ababab #dcdcdc -moz-use-text-color;
    border-radius: 2px;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #4e4e4e;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 33px;
    line-height: 33px;
    margin: 0 0 12px;
    padding: 0 6px;
    position: relative;
    width: 186px;
}

/* added by Bahtiyor for Modal */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal loader */
.modal-body-loader {
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff url(/content/images/ring-opt.gif) center 40% no-repeat;
    opacity: 0.7;
    z-index: 1000;
    border: none;
    margin: 0;
    cursor: default;
}

.modal-body-loader.on {
    display: block;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 75px auto 50px auto;
    border: 1px solid #888;
    width: 68%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 50px;
    font-weight: normal;
    line-height: 30px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 12px 36px;
    background-color: #e2212e;
    color: white;
    font-size: 20px;
}

.modal-body {
    padding: 2px 28px;
    position: relative;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #e2212e;
    color: white;
}

/* end of modal */

.item active {
}

.ulchange li {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 24px !important;
}

.personalForm {
    margin-top: 2em;
}