/*-----------------------------------------------------
    Main tags
-----------------------------------------------------*/
html, body, div, section, footer, header, nav, p, ul, label, fieldset, textarea, button, h1, h2, h3, h4, h5, h6, address {
    margin: 0;
    font-family: 'Hind', sans-serif;
}
html {
    position: relative;
    height: 100%;
    padding: 0;
}
body {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    color: #6E6E6E;
    height: 100%;
    height: 100%;
    min-width: 1080px;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hind', sans-serif;
    margin: 0.3em 0;
    font-weight: normal;
    line-height: 1em;
    color: inherit;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 36px;
    color: #d91c5c;
    padding: 0.5em 0;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
    color: #2a0825;
}
h4 {
    font-size: 18px;
    font-weight: 600;
    color: #d91c5b;
    margin-top: 10px;
}
h5 {
    color: #d91c5c;
    text-align: center;
    font-size: 16px;
}
h6 {
    font-size: 1em;
}
img {
    border:0;
}
a {
    cursor: pointer;
    text-decoration: none;
    color:#ffffff;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}
em {
    color: #2a0825;
}
strong {
    color: #2a0825;
}
.clearfix {
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.pull-right{
    float: right;
}
textarea,
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 305px;
    max-width: 100%;
    background: #eeeeee;
    /*border              : 1px solid #cfcfd0;*/
    /*border-right-color  : #e5e5e5;*/
    /*border-bottom-color : #e5e5e5;*/
    margin: 5px 0 10px;
    height: 19px;
    font-size: 17px;
    line-height: 19px;
    padding: 8px;
    border: none;
    box-shadow: inset 0 0 0 1px #cfcfd0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(42, 8, 37, 0.80);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 8px rgba(42, 8, 37, 0.4);
}
input.invalid:focus, textarea.invalid:focus, select.invalid:focus {
    border-color: #d91c5c;
    box-shadow: 0 0 6px #d91c5c;
}
select, input {
    outline: none !important;
}
label {
    cursor: default;
}
.custom-choose-file {
    margin: 10px 0;
}
.custom-choose-file input {
    display: block;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}
.custom-choose-file button .btn-text {
    position: relative;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 35px;
    display: block;
    line-height: 35px;
}
.custom-choose-file * {
    cursor: pointer !important; /* browsers don't care about my styles :( */
}
/*-----------------------------------------------------
    Main classes
-----------------------------------------------------*/
.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
header.container {
    margin: 0;
}
.page {
    min-height: 100%;
    margin-bottom: -458px;
}
.page-frame {
    padding-bottom: 458px;
}
.wrapper {
    width: 960px;
    margin: 0 auto 1em;
}
#page-header+.page-content.wrapper {
    margin-top: 100px;
}
.btn {
    border-radius: 3px;
    transition: all 0.1s ease-in-out;
    font-family: 'Hind', sans-serif;
    background: #fff none;
}
.btn:hover {
    transition: all 0.1s ease-in-out;
    font-family: 'Hind', sans-serif;
    color: #fff;
    background : #d41b5a 0;
}


.btn-primary {
    border: none;
    margin-top: 12px;
    transition: all 0.1s ease-in-out;
    font-family: 'Hind', sans-serif;
    line-height: 26px;
    padding: 5px 20px;
    background: #4c0f43;
    background: linear-gradient(#4c0f43,#30092a);
    background-position: 0;
}
.btn-primary:hover {
    background: #d41b58;
    background: linear-gradient(#d41b58, #b41349);
}
.btn-primary:active {
    background: #b41349;
    background: linear-gradient(#b41349, #aa1349);
}
/*-----------------------------------------------------
    Header
-----------------------------------------------------*/
.violet-up {
    background-color: #2a0825;
    width: 100%;
    height: 85px;
    margin-bottom: -85px;
}
#page-header {
    height: 85px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
/*-----------------------------------------------------
    Navigation
-----------------------------------------------------*/
/*--- Small menu ---*/
.top-menu {
    background-color: #2a0825;
    color: #fff;
    float:left;
    width: 960px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 12px;
    position: absolute;
    z-index: 5;
}
.top-menu .left-link-menu {
    position: absolute;
}
.top-menu .left-link-menu,
.top-menu .user-menu {
    height: 50px;
    padding: 0;
    list-style:none none;
    vertical-align: text-bottom;
}
.top-menu .left-link-menu li,
.top-menu .user-menu li {
    text-align: center;
    height: 100%;
    float: left;
    margin-left: 9px;
    margin-right: 9px;
}
.top-menu .left-link-menu a,
.top-menu .user-menu a {
    transition: all 0.1s ease-in-out;
    text-decoration: underline;
    display: block;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
}
.top-menu .left-link-menu i,
.top-menu .user-menu i {
    padding: 0 1px;
}
.icon-file {
    background: url('../img/icon-file.png') no-repeat;
}
.icon-user {
    background: url('../img/icon-user.png') no-repeat;
}
.top-menu  .left-link-menu a:hover,
.top-menu  .user-menu a:hover {
    text-decoration: none;
}
/*--- Language selector ---*/
.language-select {
    height: 50px;
    line-height: 30px;
    float: right;
    width: 145px;
}
.dd {
    outline: none !important;
}
.language-select label {
    font-size: 12px;
    line-height: 50px;
    cursor: default;
    padding-right: 10px;
}
.language-select select {
    height: 30px;
    font: inherit;
    width: 100px;
    margin-top: 10px;
    line-height: 30px;
    display: none;
}
.ddcommon .ddTitle .ddTitleText {
    border: 1px solid #e3e3e3;
    padding: 0 0 0 5px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
}
.dd .divider {
    right: 30px;
    display: none;
}
.dd .arrow {
    background: #ffffff url("../img/dropdown-arrow.png") no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    margin-top: -15px;
    margin-right: -4px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
.dd .arrow,
.dd .arrow:hover {
    background-position: 50%;
}
.dd.borderRadiusTp .arrow {
    background: #d91c5c url("../img/dropdown-arrow-active.png") no-repeat;
    background-size: 100%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #d91c5c;
}
.dd {
    cursor: pointer;
    margin-left: 0.5em;
    vertical-align: middle;
    height: 30px;
    border: 0;
}
.dd .ddTitle {
    color: #2a0825;
    background: #ffffff;
}
.dd .ddChild li {
    height: 30px;
    margin: 0;
    padding: 0 4%; /* Safari bug */
    border-bottom: 1px solid #c04;
    width: 94%;
    color: #ffffff;
    background: #d91c5c;
}
.dd .ddChild li:hover {
    background: #c04;

}
.dd .ddChild li .ddlabel {
    color: #fff;
}
.dd .ddChild li.selected {
    background-color: #d91c5c;
    color: #fff;
}
.ddTitle {
    vertical-align: top;
    line-height: 30px;
    border-radius: 0;
}
.dd.borderRadius .ddTitle {
    vertical-align: top;
    line-height: 30px;
    border-radius: 5px;
}
.dd.borderRadiusTp .ddTitle {
    vertical-align: top;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
}
.ddlabel {
    margin-left: 5px;
    line-height: 30px;
}
.ddcommon ul {
    padding: 0;
    margin: 0;
    width: 100%;
    vertical-align: text-bottom;
}
.dd .ddChild {
    border: none;
    background-color: #fff;
    left: 0;
}
.borderRadiusTp .border, .borderRadius .border {
    border-radius: 0 0 5px 5px;
}
.borderRadiusTp ul li:last-child {
    border-radius: 0 0 5px 5px;
}
.custom-select {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
}
.custom-select span.custom-text:hover, .active span.custom-text {
    background: #eee;
}
.custom-select .custom-text,
.custom-select.disabled span.custom-text:hover {
    height: 30px;
    line-height: 30px;
    color: #2a0825;
    background: #eee;
    text-shadow: none;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    border-bottom-color: #e5e5e5;
    border-right-color: #e5e5e5;
}
.custom-select .custom-text:after {
    font-size: 20px;
    top: 2px;
    right: 2px;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    text-align: center;
    background: #eee url('../img/icon-dropDown.png') no-repeat 50%;
    border: 1px solid #d6d6d6;
    border-right-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
}
.custom-select.open_list .custom-text:after,
.custom-text:hover:after {
    background: #d91c5c url('../img/icon-dropDown-light.png') no-repeat 50%;
    border-radius: 2px;
    border: 1px solid #d91c5c;
    background-size: auto;
}
.select-scroll{
    top: 0;
    right: 0;
}
.select-list {
    top: 53px;
    color: #2a0825;
    background: #eee;
    text-shadow: none;
}
.custom-select li {
    padding: 0 0 0 10px;
    height: 34px;
    line-height: 34px;
}
.select-list .selected, .select-list li:hover {
    color: #2a0825;
    background: #dadada;
}
.select-list.custom-scroll {
    padding: 0;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.select-scroll {
    background-color: #ccc;
    width: 26px;
    border-radius: 2px;
}
.scroll-drag {
    top: 0;
    width: 24px;
    background-color: #2a0825;
    color: #d91c5c;
    border-radius: 2px;
}
.done select {
    height: 0;
}
.language-select .select-list {
    top: 30px;
}
.language-select .custom-select {
    font-size: 12px;
    margin-top: 10px;
    width: 100px;
    float: right;
}
.language-select .custom-select.open_list .custom-text {
    border-radius: 5px 5px 0 0;
}
.language-select .custom-select .custom-text,
.language-select .custom-select.disabled span.custom-text:hover {
    height: 30px;
    line-height: 30px;
    color: #2a0825;
    background: #fff;
    text-shadow: none;
    border-radius: 5px;
    border: none;
    border-bottom-color: #e5e5e5;
    border-right-color: #e5e5e5;
}
.language-select .custom-select .custom-text:after {
    font-size: 20px;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 29px;
    height: 30px;
    text-align: center;
    background: #fff url("../img/dropdown-arrow.png") no-repeat 50%;
    border: none;
    border-left: 1px solid #e3e3e3;
    border-radius: 5px;
}
.language-select .custom-select span.custom-text:hover, .active span.custom-text {
    background: #fff;
}
.language-select .custom-select.open_list .custom-text:after,
.language-select .custom-select:hover .custom-text:after {
    background: #d91c5c url("../img/dropdown-arrow-active.png") no-repeat 50%;
    border-left: 1px solid #d91c5c;
    background-size: auto;
    border-radius: 5px;
}
.language-select .custom-select.open_list .custom-text:after {
    border-radius: 5px 5px 0 0;
}
.language-select .custom-select li {
    height: 30px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #c04;
    width: 94%;
    color: #ffffff;
    background: #d91c5c;
}
.language-select .select-list .selected {

}
.select-list li:hover {
    background: #c04;
    color: #ffffff;
}
.language-select .select-list.custom-scroll {
    border-radius: 0 0 5px 5px;
    border: none;
}
.language-select .scroll-drag {
    border: none;
    top: 0;
    left: 0;
    width: 10px;
    background-color: #2a0825;
    color: #fff;
    border-radius: 5px;
}
.language-select .select-scroll {
    right: 0;
    border: none;
    background-color: #fff;
    width: 10px;
    border-radius: 5px;
}
/*--- Big menu ---*/
.big-menu {
    background: url('../img/menu.png') 50%;
    width: 971px;
    height: 101px;
    color: #2a0825;
    float:left;
    max-width: 960px;
    position: absolute;
    margin: 45px auto 0;
}
.big-menu a {
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    color: #2a0825;
    display: block;
}
.big-menu a {
    display: table-cell;
    text-decoration:none;
    cursor:pointer;
    height: 90px;
    vertical-align: middle;
    text-transform: uppercase;
    width: 144px;
}
.big-menu a:hover{
    color: #871381;
}
.big-menu .right-big-item {
    width: 28%;
}
.big-menu .left-big-item {
    width: 27%;
}
.big-menu .right-big-item a {
    width: 269px;
}
.big-menu .left-big-item a {
    width: 259px;
}
.big-menu>img {
    position: absolute;
    z-index: -1;
    margin: -5px;
}
.big-menu ul {
    margin: 5px 0;
    padding: 0;
    list-style: none none;
    vertical-align: text-bottom;
}
.big-menu li {
    text-align: center;
    width: 15%;
    height: 90px;
    float: left;
    margin:0;
}
.big-menu .splitter {
    background: url('../img/splitter.png') no-repeat 50%;
    float: left;
    width: 6px;
    margin: 0 -3px;
}
nav.sidebar-menu ul li {
    list-style: none none;
    display: block;
    padding: 0;
}
nav.sidebar-menu>ul>li>ul>li>a {
    transition: all 0.1s ease-in-out;
    overflow: hidden;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0 0 0 24px;
    width: 215px;
}
nav.sidebar-menu>ul>li.open>ul>li>a {
    line-height: 16px;
    height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}
nav.sidebar-menu a {
    display: block;
    color: #122E3B;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 0;
}
nav.sidebar-menu a:hover,
nav.sidebar-menu li.active>a,
nav.sidebar-menu li.open>a {
    color: #da1c5c;
}
nav.sidebar-menu a:before {
    display: block;
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    margin: 0 0 0 -4px;
}
nav.sidebar-menu>ul>li>a:before {
    padding-right: 10px;
    padding-top: 11px;
    content: "";
    background : url("../img/icon-chevron.png") 50% 50% no-repeat;
}
nav.sidebar-menu>ul>li.open>a:before {
    background-image: url("../img/icon-chevron-down.png");
}
nav.sidebar-menu>ul>li>ul>li>a:before {
    padding-right: 3px;
    content: "\2022";
    color: #da1c5c;
}
/*-----------------------------------------------------
    Content
-----------------------------------------------------*/
.page-content {
    color: #2a0825;
    font-size: 14px;
}
.page-content .margin-sides>.row-fluid>.span3 {
    width: 25.404255%;
}
.page-content .margin-sides>.row-fluid>.span9 {
    width: 72.468085%;
}
.page-content .row-fluid.margin-sides {
    margin: 0 1.05%;
    width: 97.90%;
}
.page-content .row-fluid+h3 {
    margin-top: 30px;
}
.page-content .breadcrumbs {
    padding: 10px 0;
}
.page-content .row-fluid>.row-fluid {
    margin-top: 10px;
}
.page-content .breadcrumbs+.row-fluid {
    margin-top: 0;
}
.page-content .breadcrumbs a {
    color: #bbbbbb;
    font-size: 12px;
}
.page-content .breadcrumbs a+a:before {
    content: '\00BB ';
    padding: 0 5px 0 0;
}
.page-content .breadcrumbs a:hover {
    color: #555;
    font-size: 12px;
}
.page-content p {
    font-weight: 600;
    text-align: justify;
    line-height: 20px;
    padding: 6px 0;
    font-size: 14px;
    color: #000;
}
.old-users form {
    width: 323px;
}
.old-users button[type="submit"]+a {
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    color: #2a0825;
    margin-top: 12px;
    height: 36px;
    line-height: 36px;
}
.old-users button[type="submit"]+a:hover {
    text-decoration: none;
}
.old-users button[type="submit"]+a:active {
    color: #94133f;
}
.vertical-separator hr {
    width: 0;
    height: 275px;
    border-right: 1px solid #dedede;
    margin : 0 0 0 50%;
}
.sidebar-menu+.full-list .list-item-container {
    margin-top: 20px;
}
.full-list h4 {
    text-transform: uppercase;
}
.full-list article p {
    color: #000;
}
.sidebar-menu+.full-list .list-items {
    position: relative;
}
.full-list .list-items .list-item {
    height: 260px;
}
.full-list .list-items .list-item .list-item-more-info,
.full-list .list-items .list-item {
    transition: none; /* weird things happen */
}
.sidebar-menu+.full-list .list-items .list-item.hover:hover {
    margin-top: -10px;
}
.sidebar-menu+.full-list .list-items .list-item.hover:hover .languages {
    display: none;
}
.full-list .list-items .list-item p {
    margin: 0;
    padding: 0;
}
.list-items .list-item .languages {
    color: #000;
    font-size: 11px;
    display: inline-block;
}
.list-items .list-item .languages .lang-header {
    display: block;
    float: left;
    line-height: 11px;
}
.list-items .list-item .languages .lang {
    display: block;
    float: left;
    background: url("../img/language.png");
    width: 16px;
    height: 11px;
    margin-left: 5px;
}
.list-items .list-item .languages .lang.lang-lt {
    background-position: 0 0;
}
.list-items .list-item .languages .lang.lang-ru {
    background-position: 16px 11px;
}
.list-items .list-item .languages .lang.lang-de {
    background-position: 0 11px;
}
.list-items .list-item .languages .lang.lang-en {
    background-position: 16px 0;
}
/* noHover */
.list-items-noHover .list-item {
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 50px 10px #ddd;
    width: 234px;
    margin-bottom: 15px;
    float: left;
    margin-left: 3px;
    padding-bottom: 20px;
}
.list-items-noHover .list-item:nth-child(4n+1) {
    margin-left: 0;
}
.list-items-noHover .list-item:nth-child(4n+2),
.list-items-noHover .list-item:nth-child(4n+3),
.list-items-noHover .list-item:nth-child(4n+4) {
    margin-left: 5px;
}
.list-items-noHover .list-item p {
    font-size: 11px;
    text-align: center;
    color: #2a0825;
    padding: 0 15px;
    margin: 0;
}
.list-items-noHover .list-item img {
    margin: 0 auto;
    display: block;
}
.doctor-flags {
    margin-left: 10px;
}
.profile {
    color: #330033;
}
.profile-pic {
    width: 220px;
    height: 250px;
    padding: 8px;
    border-radius: 2px;
}
.profile-skill {
    width: 236px;
    margin-top: 15px;
}
.profile-skill ul {
    border-radius: 3px;
    overflow: hidden;
}
.profile-skill ul li {
    color: #fff !important;
    list-style: none none;
    background: #d91b5c;
    font-style: italic;
    padding: 14px 8px 14px 15px;
    font-size: 14px;
}
.profile-skill ul li span {
    color: #fff !important;
}
.profile-skill ul li:nth-child(2n) {
    background: #e52b6b;
}
.profile-skill ul li:before {
    float: left;
    display: block;
    transition: all 0.1s ease-in-out;
    content: "-  ";
    margin-right: 8px;
}
.profile-pic-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.profile-pic-wrapper img {
    border-radius: 5px;
}
.profile .profile-content h4 {
    color: #da1c5c;
    font-size: 24px;
    font-weight: bold;
}
.profile h4+small {
    color: #999999;
    font-size: 14px;
}
.profile .profile-content .row-fluid {
    margin-bottom: 4px;
}
.profile .profile-content p {
    font-size: 14px;
    color: inherit;
    line-height: 20px;
}
.content-header {
    color: #330033;
    font-weight: 600;
    text-align: left;
}
.gray {
    color: #999999;
}
.profile .profile-content h5,
.profile .profile-content caption,
.small-content-header {
    color: #330033;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-top: 20px;
}
nav+.small-content-header {
    padding-top: 0;
}
.profile .profile-content h5:after,
.profile .profile-content caption:after,
.small-content-header:after {
    content: "";
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #f5f5f5;
    background: #eeeeee;
    border-radius: 5px;
}
.smallest-content-header {
    color: #330033;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 15px;
}
h5+.smallest-content-header {
    padding-top: 5px;
}
p.small-p {
    color: #2a0825;
    font-size: 13px;
    padding-bottom: 0;
}
hr+.smallest-content-header {
    color: #330033;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 0;
}
/*.profile .profile-content tr,
.profile .profile-content td,
.profile .profile-content th,
.profile .profile-content table {
    border: none;
}
.profile .profile-content table {
    width: 100%;
    line-height: 22px;
}
.profile .profile-content table tr>td {
    padding-top: 10px;
    vertical-align: top;
}*/
.profile .profile-content li {
    line-height: 22px;
    list-style: none none;
    margin-left: 20px;
}
.profile .profile-content li+li {
    margin-top: 10px;
}
.profile .profile-content li:before {
    float: left;
    display: block;
    transition: all 0.1s ease-in-out;
    content: "•  ";
    color: #d91c5c;
    margin-right: 8px;
    margin-left: -15px;
    width: 0;
    font-size: 26px;
}/*
.profile .profile-content table .date {
    width: 120px;
    padding-left: 10px;
    color: #666666;
}*/
.profile-main-info a {
    font-size: 12px;
    color: #2a0825;
    display: block;
    text-decoration: underline;
}
.profile-main-info a:hover {
    text-decoration: none;
}
.profile .stats {
    font-size: 12px;
    display: block;
    color: #2a0825;
}
.profile .stats .value {
    padding-left: 0.5em;
    font-weight: bold;
}
.profile-row {
    margin-top: 15px;
}
.profile-row h4 {
    font-weight: bold;
}
.profile-row h4+small {
    font-size: 13px;
}
.profile-row .doctor-flags>img {
    width: 20px;
}
.profile-row .profile-skill {
    float: left;
    margin-top: 0;
    margin-left: 20px;
}
.profile-row .profile-skill li {
    padding: 10px 8px 10px 15px;
}
.profile-row .profile-main-info {
    float: left;
    margin: 0 25px;
}
.profile .small-list-header {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1.5em;
    margin-top: 15px;
}
.profile-row .profile-list {
    float: left;
    margin: 0 40px;
    font-size: 13px;
    font-weight: 600;
}
.profile .profile-row .profile-list li {
    list-style: none none;
    font-size: 13px;
    margin-left: 15px;
}
.profile .profile-row .profile-list li:before {
    float: left;
    display: block;
    transition: all 0.1s ease-in-out;
    content: "• ";
    color: #d91c5c;
    margin-right: 8px;
    margin-left: -15px;
    width: 0;
    font-size: 22px;
}
.profile-row .profile-pic {
    width: 125px;
    height: 125px;
    float: left;
    padding: 6px;
}
.btn.content-print {
    top: 0;
    right: 0;
    float: right;
    width: 38px;
    height: 38px;
    padding: 8px;
}
.btn.content-print .icon-print {
    background: url('../img/icon-print.png');
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
}
.btn.content-print:hover .icon-print {
    background: url('../img/icon-print-light.png');
}
.contactUs {
}
.contactUs form {
    padding: 20px;
    background: #ebebeb;
    width: 350px;
}
.contactUs form .control-group {
    width: 100%;
}
.contactUs form label {
    text-transform: uppercase;
    color: #2a0825;
    font-size: 14px;
}
.contactUs form input {
    width: 322px;
    padding: 8px 14px;
    background: #fff;
    font-size: 14px;
}
.contactUs form textarea {
    width: 322px;
    max-width: 322px;
    min-width: 322px;
    padding: 8px 14px;
    min-height: 80px;
    max-height: 300px;
    background: #fff;
    font-size: 14px;
}
.contactUs form button {
    text-transform: uppercase;
    margin: 0;
}
.contactUs address {
    float: left;
    font-size: 14px;
    color: #2a0825;
    margin: 0 0 0 20px;
    padding: 0;
    width: 270px;
}
.contactUs address a {
    text-decoration: underline;
    color: #d91c5c;
}
.contactUs address a:hover {
    text-decoration: none;
    color: #ff1c67;
}
.specificationForm {
    margin-top:20px;
}
.specificationForm .control-group label {
    font-weight: 600;
    color: #330033;
}
.specificationForm .control-group input,
.specificationForm .control-group textarea {
    margin: 0;
    width: 100%;
}
.specificationForm .control-group textarea {
    color: #122E3B;
    font-size: 18px;
    line-height: 26px;
    background: #F8F8F8;
    border: 1px solid #C5C5C5;
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    min-height: 127px;
    resize: none;
}
.specificationForm .control-group textarea::placeholder{
    color: #122E3B;
    opacity: 0.4;
}
.specificationForm .control-group .consult_btn{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding: 11px 15px 10px;
    max-width: 255px;
    width: 100%;
    background: #83BB42;
    border-color: #83BB42;
    margin-top: 0;
    border-radius: 0;
}
.questionnaire label,
.form-stepped label{
    text-align: left;
    font-weight: 600;
    color: #2a0825;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.questionnaire input[type="text"],
.form-stepped input[type="text"] {
    max-width: 100%;
    width: 172px;
    margin: 0;
    height: 16px;
    font-size: 14px;
}
.questionnaire input[type="checkbox"],
.questionnaire input[type="radio"],
.form-stepped input[type="checkbox"],
.form-stepped input[type="radio"] {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.questionnaire input[type="radio"]+label,
.questionnaire input[type="checkbox"]+label,
.form-stepped input[type="radio"]+label,
.form-stepped input[type="checkbox"]+label {
    margin-top: 0px;
    cursor: pointer;
}
.questionnaire label:not(:empty)+input+span input:first-child,
.form-stepped label:not(:empty)+input+span input:first-child+label {
    margin-top: 15px;
}
.questionnaire label:not(:empty)+input+span input,
.form-stepped label:not(:empty)+input+span label {
    margin-top: 12px;
}
.questionnaire input[type="radio"]+label,
.form-stepped input[type="radio"]+label {
    background: url('../img/radio.png') no-repeat;
    padding-left: 25px;
}
.questionnaire input[type="checkbox"]+label,
.form-stepped input[type="checkbox"]+label {
    background: url('../img/checkBox.png') no-repeat;
    padding-left: 25px;
}
.questionnaire input+span,
.form-stepped input+span {
    display: inline-block;
}
.questionnaire input+span br,
.form-stepped input+span br {
    display: none;
}
.questionnaire input+span input,
.form-stepped input+span input {
    /*margin-top: 20px;*/
}
.questionnaire div.row-fluid > div.control-group,
.form-stepped div.row-fluid > div.control-group {
    display: inline-block;
    vertical-align: top;
}
.questionnaire div.control-group.margin-sides,
.form-stepped div.control-group.margin-sides {
    margin: 0 1.05%;
}
.questionnaire div.control-group.margin-sides>span:after,
.form-stepped div.control-group.margin-sides>span:after {
    clear: both;
    display: block;
    height: 0;
    width: 0;
    content: "";
}
.questionnaire div.control-group.margin-sides>span,
.form-stepped div.control-group.margin-sides>span {
    display: block;
}
.questionnaire textarea,
.form-stepped textarea {
    max-height: 500px;
    font-size: 14px;
    width: 100%;
    /*max-width: 922px;*/
    /*min-width: 922px;*/
    height: 70px;
    min-height: 70px;
    margin-top: 0;
}
.questionnaire div.row-fluid > div.control-group.margin-sides > textarea,
.form-stepped div.row-fluid > div.control-group.margin-sides > textarea {
    width: 100%;
    min-width: 150px;
}
.questionnaire select,
.form-stepped select {
    font-size: 14px;
    border: none;
    width: 190px;
}
.questionnaire .btn-primary,
.form-stepped .btn-primary {
    width: 150px;
    height: 36px;
}
.form-stepped {

}
.form-stepped .form-step {
    text-align: center;
}
.form-stepped .form-step textarea {
    min-height: 100px;
    font-size: 13px;
    margin: 10px 0 20px;
}
.form-stepped .step-header {
    display: block;
    margin-top: 50px;
}
.form-stepped .step-header .number {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 4px solid #eee;
    background: #ce1a57;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
.form-stepped .step-header .text {
    padding-left: 10px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    color: #2a0825;
    font-size: 18px;
}
.form-stepped .step-desc {
    margin-top: 10px;
}
.form-stepped .step-desc p {
    text-align: center;
    font-size: 13px;
    color: #432d3f;
}
.form-stepped .pic-wrapper {
    display: block;
}
.form-stepped .pic-wrapper .pic {
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
}
.form-stepped .pic-wrapper .pic+.pic {
    margin-left: 10px;
}
.form-stepped .control-group {
    width: 100%;
}
.form-stepped .form-submit {
    text-align: center;
}
.form-stepped .btn-primary {
    display: inline-block;
    font-weight: 600;
    width: auto;
}
.form-stepped div.control-group.margin-sides>span {
    text-align: center;
    width: 100%;
}
.form-stepped label {
    display: inline-block;
}
.halfPageForm>.row-fluid>.span6 {
    width: 50%;
}
.halfPageForm .row-field .btn.btn-primary {
    margin:0;
    padding: 3px 0;
}
.halfPageForm label {
    color: #929191;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.halfPageForm .row-fluid+.row-fluid {
    margin-top: 10px;
}
.halfPageForm input[type="text"], .halfPageForm input[type="email"], .halfPageForm input[type="password"] {
    max-width: 100%;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin: 0;
    height: 55px;
    font-size: 18px;
}
.halfPageForm textarea {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 300px;
    min-height: 100px;
    font-size: 18px;
}

label span.required {
    color: #d61c5b;
}
span.required {
    color: #d61c5b;
}
.halfPageForm>div>div>div>.span8 {
    width: 309px;
}
.halfPageForm .span6 .span8 .span4 input[type="text"] {
    width: 82px;
}
.halfPageForm .span6 .span8 .span8 input[type="text"] {
    width: 188px;
}
.halfPageForm input[readonly] {
    border: 0;
    /*background: none;*/
    box-shadow: none;
    cursor: default;
    /*width: 188px;*/
}
.halfPageForm select {
    font-size: 14px;
    border: none;
    width: 100px;
}
.custom-select select {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0 none !important;
}
.halfPageForm .btn-primary {
    float: right;
    position: relative;
    width: 180px;
}
.halfPageForm .span4 .borderRadiusTp .border, .borderRadius .border {
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    border-bottom-color: #e5e5e5;
    border-right-color: #e5e5e5;
    width: 98px;
}
form .dd {
    margin: 0;
    height: 34px;
}
form .dd .ddTitle {
    background: #eee;
}
form .borderRadiusTp .ddTitle {
    background: #eee;
}
form .dd.borderRadiusTp .ddTitle {
    border-radius: 3px;
}
form .ddcommon .ddTitle .ddTitleText {
    border: 1px solid #cfcfcf;
    border-bottom-color: #e5e5e5;
    border-right-color: #e5e5e5;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
}
form .borderRadiusTp .border, .borderRadius .border {
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    border-bottom-color: #e5e5e5;
    border-right-color: #e5e5e5;
    width: 188px;
}
form .dd .arrow {
    background: #eee url('../img/icon-dropDown.png') no-repeat 50%;
    border: 1px solid #d6d6d6;
    border-right-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    margin-right: -2px;
    border-radius: 2px;
    background-size: auto;
}
form .dd.borderRadiusTp .arrow,
form .dd .arrow:hover,
form .dd:hover .arrow {
    background: #d91c5c url('../img/icon-dropDown-light.png') no-repeat 50%;
    border-radius: 2px;
    border: 1px solid #d91c5c;
    background-size: auto;
}
form .dd .ddChild li .ddlabel {
    color: #333;
}
form .dd .ddChild li {
    border-bottom: none;
    background: #eee;
}
form .borderRadiusTp ul li:last-child {
    border-radius: 0 0 3px 3px;
}
form .dd .ddChild li.selected {
    background-color: #eee;
    color: #333;
}
form .dd .ddChild li:hover {
    background: #dadada;
}
.custom-radio-label {
    background: url("../img/radio.png") no-repeat 0 50%;
    height: 18px;
    line-height: 18px;
    padding-left: 25px;
    cursor: pointer;
}
.custom-checkBox-label {
    background: url("../img/checkBox.png") no-repeat 0 50%;
    height: 18px;
    line-height: 18px;
    padding-left: 25px;
    cursor: pointer;
}
.custom-radio,
.custom-checkBox {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 2px;
    width: 2px;
    margin: -1px;
    padding: 0;
    border: 0 none !important;
}
.mediumList {
    border-radius: 2px;
    margin-top: 30px;
}
.mediumList li {
    list-style: none none;
    display: block;
    color: #000;
    margin: 0;
}
.mediumList li>span {
    line-height: 16px;
    font-size: 14px;
    display: block;
    padding: 10px 0 10px 15px;
}
.mediumList li>.name {
    font-weight: bold;
}
.mediumList li>.price {
    font-weight: 600;
    padding-right: 15px;
}
.mediumList li>ul {
    clear: both;
    margin-left: 20px;
}
.mediumList>li>ul>li:last-child {
    padding-bottom: 0;
}
.mediumList>li:nth-child(2n) {
    background-color: #ebebeb;
}
.mediumList li:before {
    content: "\2022";
    color: #da1c5c;
    font-size: 20px;
    padding: 18px 10px 0 10px;
    display: block;
    float: left;
}
.bigList {
    margin-top: 30px;
    display: inline-block;
}
.bigList>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 2% 17px 3.5%;
}
.bigList>li+li {
    margin-top: 25px;
}
.bigList>li:nth-child(2n) {
    background-color: #f7f7f7;
}
.bigList>li .history-id{
    max-width: 55px;
    width: 100%;
    padding-right: 5px;
}
.bigList>li .history-name{
    max-width: 250px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.bigList>li .submitDate{
    max-width: 220px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.bigList>li .status-block{
    max-width: 280px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.bigList>li label {
    color: #122E3B;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
.bigList>li .value {
    color: #122E3B;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.bigList li .status-block{
    display: flex;
    align-items: center;
    position: relative;
}
.bigList li .status-block .value{
    line-height: 21px;
    padding-left: 13px;
}
.bigList>li .status-bullet {
    /*background: url("../img/bullet-empty.png") no-repeat 50%;*/
    background-color: #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.bigList>li .status-bullet.needMoreInfo{
    /*background-image: url("../img/bullet-dark.png");*/
}
.bigList>li .status-bullet.needMoreInfo:after{
    background-color: #D77B7B;
}
.bigList>li .status-bullet.answered-status{
    /*background-image: url("../img/bullet-light.png");*/
}
.bigList li .status-bullet.answered-status:after{
    content: '';
    background-color: #D77B7B;
}
.bigList>li .payment-btn{
    margin-top: 0;
    max-width: 243px;
    width: 100%;
}
.bigList>li>button{
    float: right;
    width: 155px;
    line-height: 20px;
}
.bigList header{
    color: #122E3B;
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.bigList>li.message{
    position:relative;
}
.bigList>li.message .author{
    height: 20px;
    line-height: 18px;
    width: 200px;
}
.bigList>li.message>.meta {
    width: 200px;
    position:absolute;
}
.bigList>li.message>.body {
    width: auto;
    margin-left: 230px;
    height: auto;
}
.bigList>li.message time {
    font-size:10px;
    height:10px;
    line-height: 10px;
    color: #999;
    padding:0;
    margin:0;
}
.bigImageFrame {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    border-top-color: #f3f3f3;
    border-left-color: #f3f3f3;
    height: 260px;
    box-shadow: 0 0 4px 1px #eee;
}
.bigImageFrame [class*="span"] {
}
.bigImageFrame a {
    height: 240px;
    width: 200px;
    padding: 40px 15px 0;
    display: block;
    margin: -10px auto;
    border-radius: 3px;
    transition: all 0.1s ease-in-out;
}
.bigImageFrame a:hover {
    background: #cf1b58;
    box-shadow: inset 0 0 10px #cc1c59;
}
.bigImageFrame a:hover h5 {
    transition: all 0.1s ease-in-out;
    color: #fff;
}
.bigImageFrame h5 {
    line-height: 20px;
    display: block;
    margin: 0 auto;
}
.pWithImg img {
    box-shadow: 0.1em 0.1em 0.3em 0.09em #ccc;
    padding: 3px;
    border-radius: 1px;
    margin-top: 10px;
}
.pWithImg img.pull-right {
    margin-left: 20px;
}
.pWithImg img.pull-left {
    margin-right: 20px;
}
.stepList {
    position: relative;
}
ul.stepList li {
    list-style: none none;
}
ul.stepList .circle-wrapper {
    background: url("../img/stepList-dot.png") repeat-y 50%;
    padding: 72px 0 0;
    width: 111px;
    margin: 0 auto;
    display: block;
}
ul.stepList li:first-child .circle-wrapper {
    background: none;
}
ul.stepList .circle {
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 75px;
    padding: 35px 0 0 0;
    background: #cc3366;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}
ul.stepList li {
    float: left;
}
ul.stepList .stepList-text-wrapper {
    padding-top: 0;
    position: relative;
    width: 392px;
    height: 0;
}
ul.stepList li:nth-child(2n+1) .stepList-text-wrapper {
    float: right;
}
ul.stepList li:nth-child(2n) .stepList-text-wrapper {
    float: left;
}
ul.stepList .stepList-text {
    width: 340px;
    padding: 30px 25px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 11px 0 #bbb;
    position: absolute;
    margin-top: 54px;
}
ul.stepList .stepList-text p {
    padding: 0;
    margin: 0;
    text-align: justify;
    line-height: 20px;
}
ul.stepList li:nth-child(2n+1) .stepList-text:before,
ul.stepList li:nth-child(2n) .stepList-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 35px;
    padding: 0;
    margin: 0;
    top: 52px;
    background: #fff no-repeat 0 0;
    background-size: 23px 35px;
}
ul.stepList li:nth-child(2n) .stepList-text:after {
    right: -23px;
    float: right;
    background-image: url("../img/box-arrow-right.png");
    margin-left: -23px;
}
ul.stepList li:nth-child(2n+1) .stepList-text:before {
    left: -23px;
    float: left;
    background-image: url("../img/box-arrow-left.png");
}
ul.paymentlist {
    margin-top: 20px;
}
ul.paymentlist li {
    list-style: none none;
    float: left;
    margin-left: 5px;
    margin-bottom: 20px;
}
ul.paymentlist>li>a {
    transition: all 0.1s ease-in-out;
    display: block;
    padding: 10px;
    height: 38px;
    width: 160px;
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 33px;
}
ul.paymentlist>li>a:hover {
    box-shadow: 0 0 5px 0 #cc3366;
    border-color: #cc3366;
}
ul.paymentlist li:nth-child(n) {
    margin-left: 7px;
}
ul.paymentlist li:nth-child(5n+1) {
    margin-left: 0;
}
ul.paymentlist>li>img {
    display: block;
    margin: 0 auto;
}
.consultation-chat {
    margin-top: 20px;
}
.consultation-chat .chat-messages {
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    max-height: 600px;
    overflow-y: scroll;
}
/* Track */
.consultation-chat .chat-messages::-webkit-scrollbar-track {
    background: #EDEDED;
}
/* Handle */
.consultation-chat .chat-messages::-webkit-scrollbar-thumb {
    background: #83BB42;
}
/* Handle on hover */
.consultation-chat .chat-messages::-webkit-scrollbar-thumb:hover {
    opacity: 0.9;
}
.consultation-chat .chat-msg{
    padding: 4.5% 4.5% 5% 5.5%;
    border-bottom: 1px solid #EAEAEA;
}
.consultation-chat .chat-msg:last-child{
    border-bottom: none;
}
.consultation-chat .chat-msg .profile-pic{
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin-right: 15px;
    padding: 5px;
}
.consultation-chat .chat-msg .profile-pic img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.consultation-chat .chat-msg .msg-header {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.consultation-chat .chat-msg .msg-header h4 {
    color: #83BB42;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
.consultation-chat .chat-msg .msg-header .msg-date {
    color: #929191;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-left: auto;
}
.consultation-chat .chat-msg .msg-content {
    display: flex;
    flex-direction: column;
}
.consultation-chat .chat-msg .msg-content .msg-text {
    color: #122E3B;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.consultation-chat .chat-msg .msg-content .msg-text p {
    color: #122E3B;
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.consultation-chat .new-msg {
    margin-top: 20px;
}
.consultation-chat .new-msg label {
    font-weight: 600;
    color: #330033;
    font-size: 18px;
    padding-bottom: 5px;
}
.consultation-chat .new-msg textarea {
    min-height: 140px;
}
.consultation-chat .new-msg .btn {
    margin-top: 0;
    margin-left: 15px;
}
.consultation-chat .new-msg .btn-primary {
    margin-left: 10px;
    padding: 5px 50px;
    line-height: 20px;
    height: 35px;
}
/*-----------------------------------------------------
    Slide show
-----------------------------------------------------*/
#slide-show {
    overflow: hidden;
    height: 406px;
    width: 100%;
    margin-top: 0;
    background: url('../img/slideShow-img/bg-slideshow.jpg') 50%;
}
#slide-show img {
    border-radius: 5px;
}
#slide-show .container {
    height: 360px;
    position: relative;
    box-sizing: border-box;
}
.slide-content {
    position: relative;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 360px;
}
.slide-content.active {
}
#slide-show .viewport {
    width: 960px;
    height: 360px;
    padding-top: 46px;
}
#slide-show .slide-wrapper {
    position: relative;
    width: 3000px;
    height: 360px;
}
.slide-content h3 {
    font-size: 2em;
    color: #d91c5c;
    padding: 0.5em 0;
}
.slide-content .slide-header {
    font-size: 36px;
    color: #d91c5c;
    padding: 0.5em 0;
    text-transform: uppercase;
}
.slide-content .slide-text {
    font-size: 14px
}
.slide-content .btn {
    color: #767676;
    font-size: 0.8em;
    background: #fff none;
}
.slide-content .btn:hover {
    background-color: #d41b5a;
    color: #fff;
}
.slide-show-controls-wrapper {
    height: 46px;
    width: 100px;
    margin: 0 auto;
}
.slide-show-controls {
    position: absolute;
    margin: 0 auto;
    font-size: 16.69px;
    width: 100px;
}
.slide-show-bullet {
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    margin: 0.3em;
    float: left;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    border: 0.2em solid #fff;
    background-color: #cecece;
}
.slide-show-bullet.active {
    background-color: #d91c5c;
}
.block-shadow {
    box-shadow:         0.1em 0.1em 0.3em 0.09em #ccc;
}
/*-----------------------------------------------------
    List slider
-----------------------------------------------------*/
.list-slider {
    margin: 15px auto;
    padding: 0;
}
.list-item-pic {
    border-radius: 3px;
}
.slider-container {
    margin: 5px 0;
    width: 100%;
    height: 4px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #f5f5f5;
    background: #eeeeee;
    border-radius: 5px;
    text-align: left;
    z-index: 2;
    position: relative;
}
.slider-container .slider {
    position: relative;
    display: block;
    width: 25%;
    height: 4px;
    border-radius: 5px;
    background-color: #d91c5c;
    margin: 0;
    border: 0;
    float: left;
}
.slider-container {
    margin: 5px 0;
    width: 100%;
    height: 4px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #f5f5f5;
    background: #eeeeee;
    border-radius: 5px;
}
.list-slider .list-item-container {
    float: left;
    width: 960px;
    height: 240px;
    padding-top: 10px;
}
.list-slider .list-item-container .viewport {
    margin-left: -15px;
    padding: 23px 15px 0;
    width: 960px;
    height: 300px;
    overflow: hidden;
    margin-top: -23px;
}
.list-slider .list-item-container .list-items {
    position: relative;
    float: left;
    width: 9600px;
    height: 240px;
}
.list-slider .list-item-container>* {
    position: relative;
}
.list-item-wrapper {
    float: left;
    height: 280px;
}
.list-slider .list-item-container .list-item,
.list-items .list-item {
    display: block;
    z-index: 1;
    transition: all 0.1s ease-in-out;
    position: relative;
    height: auto;
    width: 236px;
    float: none;
    height: auto;
}
.list-slider .list-item-container .list-item .main-info,
.list-items .list-item .main-info {
    min-height: 220px;
    border-radius: 5px;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
}
.list-item .main-info h5 {
    color: #d91c5c;
    text-align: center;
    font-size: 16px;
}
.list-slider .list-item-container .list-item:hover,
.list-items .list-item.hover:hover {
    z-index: 2;
    cursor: pointer;
    width: 255px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: -20px -9px 5px -10px;
}
.list-slider .list-item-container .list-item:hover .main-info,
.list-items .list-item.hover:hover .main-info {
    margin-bottom: 0;
    padding-bottom: 50px;
}
.list-slider .list-item-container .list-item .list-item-pic,
.list-items .list-item .list-item-pic {
    display: block;
    margin: 5px auto;
}
.list-slider .list-item-container .list-item p,
.list-items .list-item p {
    font-size: 11px;
    color: #2a0825;
    text-align: center;
}
.list-item-more-info-wrapper {
    margin: 0 auto;
}
.list-slider .list-item-more-info,
.list-items .list-item-more-info {
    color: white;
    padding: 7px 5px 0;
    font-size: 12px;
    background: url('../img/more-info.png') no-repeat 5px 0;
    background-size: 255px;
    text-align: center;
    position: absolute;
    max-width: none;
    height: 60px;
    width: 255px;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    margin: -40px -15px -5px;
}
.list-slider .list-item-more-info.double,
.list-items .list-item-more-info.double {
    background: url('../img/more-info-double.png') no-repeat 5px 0;
    padding: 7px 0 0 0;
}

.list-slider .list-item:hover .list-item-more-info,
.list-items .list-item.hover:hover .list-item-more-info {
    margin-left: -5px;
    margin-right: -5px;
    opacity: 1;
    visibility: visible;
}
.list-items .list-item-wrapper {
    display: block;
    height: 260px;
    /*float: left;
    width: 240px;*/
    margin-bottom: 15px;
}
.list-slider .list-items .list-item-wrapper {
    width: 241px;
}
.list-items .list-item .long-text {
    text-align: justify;
    display: none;
    padding: 2px 20px;
}
.list-items .list-item.hover:hover .long-text {
    display: block;
    padding: 5px 15px;
}
.list-items.detailed .list-item:hover .short-text {
    display: none;
}
.list-items.detailed .list-item:hover .languages {
    display: inline-block !important;
}
.list-slider .list-slider-button {
    transition: all 0.2s ease-in-out;
    z-index: 10;
    cursor: pointer;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    padding: 0;
    border-width: 0;
    line-height: 0;
    background-color: white;
    opacity: 0.6;
    margin-top: 97px;
    position: relative;
}
.list-slider .right-button {
    margin-left: 937px;
    margin-top: -143px;
}
.list-slider .left-button {
    margin-left: -23px;
    margin-bottom: -143px;
}
.list-slider .list-slider-show-all.btn {
    padding: 4px;
    position: relative;
    margin-top: 15px;
    color: #370e31;
    font: inherit;
    font-size: 12px;
    width: 100px;
    text-shadow: none;
    z-index: 20;
}
.list-slider .list-slider-show-all.btn:hover {
    color: #fff;
}
/* simpler list slider */
.simpler-list-slider {
    margin: 0 auto;
    padding: 65px 0 0;
}
.simpler-list-slider .list-item-container {
    float: left;
}
.simpler-list-slider .list-item-container .viewport {
    margin: 0;
    padding: 0;
    width: 960px;
    height: 185px;
    overflow: hidden;
}
.simpler-list-slider .list-item-container .list-items {
    position: relative;
    float: left;
    width: 9600px;
    height: 185px;
}
.simpler-list-slider .list-item-container>* {
    position: relative;
}
.simpler-list-slider .list-item-container .list-item {
    margin: 0;
    transition: all 0.1s ease-in-out;
    position: relative;
    height: 185px;
    float: left;
    border-radius: 5px;
    width: 185px;
    background-color: #ffffff;
}
.simpler-list-slider .list-item-container .list-item .main-info {
    width: 100%;
    height: 235px;
}
.simpler-list-slider .list-item-container .list-item+.list-item{
    margin-left: 8px;
}
.simpler-list-slider .list-item-container .list-item .list-item-pic {
    display: block;
    margin: 0 auto;
}
.simpler-list-slider .list-item-container .list-item p {
    font-size: 12px;
    color: #2a0825;
    text-align: center;
}
.simpler-list-item-more-info-wrapper {
    margin: 0 auto;
}
.simpler-list-slider .list-slider-button {
    transition: all 0.2s ease-in-out;
    z-index: 10;
    cursor: pointer;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    padding: 0;
    border-width: 0;
    line-height: 0;
    background-color: white;
    opacity: 0.6;
    margin-top: 69px;
    position: relative;
}
.simpler-list-slider .right-button {
    margin-left: 937px;
    margin-top: -115.5px;
}
.simpler-list-slider .left-button {
    margin-left: -23px;
    margin-bottom: -115.5px;
}
.list-slider-button:hover {
    opacity: 1;
    background-color: #d91c5c;
    box-shadow: 0.1em 0.1em 0.3em 0.09em #d91c5c;
}
.list-slider-button i {
    margin: 13px;
    width: 20px;
    height: 20px;
}
.list-slider-button i.icon-chevron-left {
    background : url('../img/icon-slider-control-left.png') 0 0;
}
.list-slider-button i.icon-chevron-right {
    background : url('../img/icon-slider-control-right.png') 0 0;
}
.list-slider-button:hover i.icon-chevron-left {
    background : url('../img/icon-slider-control-left-light.png') 0 0;
}
.list-slider-button:hover i.icon-chevron-right {
    background : url('../img/icon-slider-control-right-light.png') 0 0;
}
/*-----------------------------------------------------
    Footer
-----------------------------------------------------*/
#page-footer {
    display: block;
    width: 100%;
    padding-top: 50px;
}
.partner-list-container {
    margin: 0 auto;
    width: 960px;
}
.partner-list-container .partner-list-wrapper {
    background: url('../img/footer.png') 50%;
    width: 970px;
    height: 101px;
    margin: 0 -5px -56px;
    position: relative;
    z-index: 1;
}
.partner-list-container .viewport {
    overflow: hidden;
    width: 90%;
    float: left;
    position: relative;
    text-align: center;
}
.partner-list-wrapper .partner-list {
    position: relative;
    width: 9600px;
    margin-left: 0;
    left: 0;
    display: inline-block;
}
.partner-list-wrapper .partner {
    width: 175px;
    float: left;
    height: 90px;
    opacity: 0.8;
    cursor: pointer;
}
.partner-list-wrapper .partner:hover {
    opacity: 1;
}
.partner-list-wrapper .partner a {
    display: block;
    height: 55px;
    position: relative;
}
.partner-list-wrapper .partner img {
    position: absolute;
    transition: all 0.3s;
    display: block;
    margin: 20px auto;
}
.partner-list-wrapper .partner img+img {
    opacity: 0;
}
.partner-list-wrapper .partner:hover img+img {
    opacity: 1;
}
.partner-list-container .partner-list-button {
    z-index: 2;
    cursor: pointer;
    float: left;
    width: 48px;
    height: 90px;
    padding: 0;
    line-height: 0;
    background: none;
    border: none;
    opacity: 0.6;
    position: relative;
}
.partner-list-container .partner-list-button .right-button{
    float: right;
}
.partner-list-container .partner-list-button:hover {
    opacity: 1;
}
.bottom-menu {
    background-color: #2a0825;
    width: 100%;
    min-height: 100px;
    padding-bottom: 30px;
}
.bottom-menu .container {
    color: white;
    width: 960px;
    padding-top: 75px;
}
.bottom-menu ul {
    list-style: none;
    padding:0;
    margin:0;
}
.bottom-menu .app-link {
    display: block;
    margin-bottom: 5px;
}
.bottom-menu ul li {
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 5px;
}
.bottom-menu ul li a {
    display: block;
}
.bottom-menu ul li a:hover {
    text-decoration: underline;
}
.bottom-menu ul li:before {
    float: left;
    display: block;
    transition: all 0.1s ease-in-out;
    content: "•  ";
    color: #d91c5c;
    margin-right: 10px;
}
.bottom-menu ul li:hover:before {
    color: #ffffff;
}
.bottom-menu h6 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.bottom-menu hr {
    padding: 0;
    border: none;
    border-left: #d91c5c solid 115px;
    border-right: #45133e solid 300px;
    border-right: #45133e solid 85px;
    width: 0;
    height: 1px;
    margin: 0 0 10px;
}
.bottom-menu hr.dbl-length {
    border-right: #45133e solid 300px;
}
.copyright {
    padding: 15px 0;
    color: #691b5f;
}
.copyright small {
    font-size: 0.8em;
}
#page-footer .bottom {
    background-color: #21061d;
    width: 100%;
}
#page-footer .bottom i {
    margin: 0 0.4em 0;
    vertical-align: middle;
}
.icon-heart {
    background: url('../img/icon-hearth.png') no-repeat 50%;
}
.icon-webCam {
    width: 59px;
    height: 100px;
    background: url('../img/webcam.png') no-repeat 50%;
}
.icon-chat {
    width: 59px;
    height: 100px;
    background: url('../img/icon-chat.png') no-repeat 50%;
}
/*-----------------------------------------------------
    Widgets
-----------------------------------------------------*/
.live-chat-widget {
    z-index: 1000;
    width: auto;
    cursor: pointer;
    border-radius: 5px;
    position: fixed;
    top: 20%;
    right: 0;
}
.widget-title {
    background: url('../img/telekonsultacijos-widget.png') no-repeat -5px 50%;
    background-size: 66px;
    float: left;
    height: 200px;
    width: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.block-shadow .widget-title {
    box-shadow: -0.1em 0.1em 0.3em 0 #d91c5c;
}
.widget-title:hover {
}
.widget-title h4 {
    color: #ffffff;
    width: 50px;
    margin: 150px 0 0;
    overflow: visible;
}
.widget-content {
    background: #ffffff;
    float: left;
    height: 200px;
    width: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.widget-content-wrapper {
    display: none;
    height: 200px;
}
.widget-content a {
    width: 100%;
    text-decoration: none;
    display: block;
}
.widget-content a:hover {
    background: #eeeeee;
}
.widget-content h5 {
    text-align: left;
    width: 100%;
    padding-top: 20px;
    text-transform: uppercase;
    color: #d91c5c;
    font-weight: bold;
    font-size: 14px;
}
.widget-content p {
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-size: 0.6em;
    line-height: 1.5em;
}
.widget-content i {
    height: 90px;
    width: 100%;
}
.widget-content .content-icon {
    height: 100%;
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}
.widget-content .content-text {
    height: 100%;
    float: right;
    width: 74%;
    margin: 0;
    padding: 0;
}
.live-chat-widget:hover .widget-content {
    display: block;
    width: 250px;
}
.live-chat-widget:hover .widget-content-wrapper {
    display: block;
    width: 250px;
}
.widget-content .row-fluid {
    width: 100%;
    margin: 0;
    height: 50%;
}
/* Chat */
.chat-widget {
    right: 1%;
    bottom: 0;
    width: 260px;
    border: 1px solid #dedede;
    border-radius: 3px 3px 0 0;
    position: fixed;
    z-index: 10;
    font-size: 12px;
    background: #f9f9f9;
}
.chat-widget .chat-header {
    height: 30px;
    background: #eeeeee;
    cursor: pointer;
    line-height: 26px;
    padding: 2px 0 2px 10px;
}
.chat-widget .chat-header-text {
    color: #3d3d3d;
    font-weight: bold;
    vertical-align: middle;
    line-height: 30px;
}
.chat-widget .chat-header-text.offline {
    display: inline;
}
.chat-widget.online .chat-header-text.offline {
    display: none;
}
.chat-widget .chat-header-text.online {
    display: none;
}
.chat-widget.online .chat-header-text.online {
    display: inline;
}
.chat-widget .chat-header-text.open {
    display: none;
}
.chat-widget.open .chat-header-text.open {
    display: inline;
}
.chat-widget.open .chat-header-text.online {
    display: none;
}
.chat-widget.open .chat-header-text.offline {
    display: none;
}
.chat-widget .chat-header .icon-status {
    background: url('../img/logo-small-dark.png') 0;
    width: 21px;
    height: 20px;
}
.chat-widget.online .chat-header .icon-status {
    background-image: url('../img/logo-small.png');
}
.chat-widget .chat-body {
    display: none;
    transition: all 0.5s ease-in-out;
    height: 0;
}
.chat-widget.open .chat-body {
    display: block;
    height: auto;
}
.chat-widget .chat-users {
    background: #fff;
}
.chat-widget .chat-users .user {
    height: 60px;
    border-bottom: 1px solid #dedede;
}
.chat-widget .chat-users .user .user-img {
    overflow: hidden;
    width: 50px;
    height: 50px;
}
.chat-widget .chat-users .user>.span9 {
    padding: 10px 0 10px 10px;
}
.chat-widget .chat-users .user .name {
    color: #3d3d3d;
    font-weight: bold;
}
.chat-widget .chat-users .status {
    color: #666666;
}
.chat-widget .chat-users .status:before {
    content: "";
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    margin: 2px 5px 2px 2px;
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #ddd;
    background-color: #cbcbcb;
}
.chat-widget .chat-users .online .status:before {
    background-color: #cb1a56;
}
.chat-widget .chat-history {
    display: block;
    text-align: center;
    padding: 5px 0 20px 0;
    color: #666666;
    font-weight: 600;
}
.chat-widget .chat-history:hover {
    text-decoration: underline;
}
.chat-widget .all-msg {
}
.chat-widget .msg {
    border-bottom: 1px solid #dedede;
}
.chat-widget .msg .time {
    color: #666;
    text-align: right;
    min-height: 20px;
}
.chat-widget .msg .sender {
    min-height: 20px;
    color: #666;
}
.chat-widget .msg .stepList-text {
    color: #333;
    float: right;
    position: relative;
}
.chat-widget .status-info {
    border-top: 1px solid #dedede;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 6px;
    font-weight: 600;
}
.chat-widget .status-info a {
    color: inherit;
    text-decoration: underline;
}
.chat-widget .status-info a:hover {
    text-decoration: none;
}
.icon-minus {
    background: url('../img/icon-minus.png') no-repeat 50%;
}
.chat-widget .btn-minimize {
    height: 15px;
    width: 15px;
    padding: 6px;
    display: none;
    margin-right: 2px;
}
.chat-widget.open .btn-minimize {
    display: block;
}
.btn-minimize:hover {
    background-color: #fff;
}
.chat-widget .all-msg {
    min-height: 200px;
    max-height: 400px;
    height: 200px;
    overflow: auto;
}
.chat-widget .new-msg {
    border: 1px solid #cbcbcb;
    background: #eeeeee;
    font-size: inherit;
    box-shadow: none !important;
    min-width: 223px;
    max-width: 223px;
    width: 223px !important;
    bottom: 0;
    position: relative;
    padding: 5px 13px;
    margin: 5px;
    min-height: 50px;
    max-height: 200px;
    height: 50px;
}
/*-----------------------------------------------------
    Other
-----------------------------------------------------*/
.help-block.error,
.errorMessage {
    color: red;
    margin: 0 0 10px;
}
.errorMessage a {
    color: #000;
    text-decoration: underline;
}
#flash-message {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 10000;
    color: #cb1a56;
    display: block;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #45133e;
    box-shadow: 0 0 10px 0 #45133e;
    padding: 10px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#flash-message ul {
    list-style-type: none;
}
#flash-message li {
    padding: 5px;
    border-bottom: 2px solid #45133e;
}
#flash-message li:last-child {
    border: none;
}
a.captchaRefresh {
    color: #000;
    margin-left: 10px;
    text-decoration: underline;
}
a.captchaRefresh:hover {
    text-decoration: none;
}
/*----------------------------------------------------------------------------------------------------------
    TinyMce WYSIWYG editor style
----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------
    Fix stupid css
-----------------------------------------------------*/
.mce-content-body strong,
.mce-content-body a,
.mce-content-body a:hover {
    color: inherit;
}
.mce-content-body h2 {
    text-transform: none;
}
.mce-content-body h5 {
    text-align: inherit;
}
.profile .profile-content .mce-content-body h4 {
    font-size: 18px;
    font-weight: 600;
}
/*-----------------------------------------------------
    The following css is shared with editor
-----------------------------------------------------*/
.mce-content-body * {
    margin: 0;
    padding: 0;
}
.mce-content-body {
    line-height: 1.3em;
    color: #2a0825;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.mce-content-body img {
    border:0;
}
.mce-content-body hr {
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #f5f5f5;
    background: #eeeeee;
    border-radius: 5px;
}
.mce-content-body p {
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
    padding: 4px 0;
    color: #000;
    margin: auto;
}
.mce-content-body strong {
    font-weight: 600;
}
.mce-content-body em {
    color: #2a0825;
}
.mce-content-body pre {
    padding: 5px;
}
.mce-content-body a {
    cursor: pointer;
    text-decoration: underline;
}
.mce-content-body a:hover {
    text-decoration: none;
}
.mce-content-body img {
    box-shadow: 0.1em 0.1em 0.3em 0.09em #ccc;
    padding: 3px;
    border-radius: 1px;
    margin: 5px;
}
/*-----------------------------------------------------
    Table
-----------------------------------------------------*/
.mce-content-body table {
    margin: 5px;
    width: 100%;
    height: auto;
    border-collapse: separate;
    border-spacing: 5px;
}
.mce-content-body tr,
.mce-content-body th {
    vertical-align: text-top;
}
/*-----------------------------------------------------
    Headings
-----------------------------------------------------*/
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
    font-weight: 600;
    margin: 0;
    padding: 0.1em 0;
    line-height: 1em;
    color: #d91c5b;
}
.mce-content-body h1 {
    font-size: 28px;
}
.mce-content-body h2 {
    font-size: 25px;
}
.mce-content-body h3 {
    font-size: 21px;
}
.mce-content-body h4 {
    font-size: 18px;
}
.mce-content-body h5 {
    font-size: 16px;
}
.mce-content-body h6 {
    font-size: 14px;
}

/*-----------------------------------------------------
    Lists
-----------------------------------------------------*/
.mce-content-body ol {
    margin: 5px 0 5px 25px;
}
.mce-content-body li+li {
    margin-top: 5px;
}
.mce-content-body ul {
    margin: 5px;
}
.mce-content-body ul li {
    list-style: none none;
    margin-left: 10px;
}
.mce-content-body ul li:before {
    float: left;
    display: block;
    transition: all 0.1s ease-in-out;
    content: "• ";
    color: #d91c5c;
    margin-right: 8px;
    margin-left: -15px;
    width: 0;
    font-size: 19px;
}
/*-----------------------------------------------------
    Fixes
-----------------------------------------------------*/
.mce-content-body hr+p {
    display: none;
}

/*----------------------------------------------------------------------------------------------------------
    Other
----------------------------------------------------------------------------------------------------------*/
.profile .profile-content tr,
.profile .profile-content td,
.profile .profile-content th,
.profile .profile-content table {
    border: none;
}
.profile .profile-content table {
    width: 100%;
}
.profile .profile-content table tr>td {
    padding-top: 10px;
    vertical-align: top;
}
.profile .profile-content table tr td:first-child {
    width: 120px;
    color: #666666;
}
.profile .profile-content .mce-content-body h4 {
    color: #330033;
}
.profile .profile-content .h4 {
    font-size: 18px;
    color: #330033;
    font-weight: 600;
}
@media(max-width: 992px){
    .bigList>li{
        flex-wrap: wrap;
        padding: 39px 30px 43px 30px;
    }
    .bigList>li .history-id{
        max-width: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }
    .bigList>li .history-name{
        max-width: none;
        text-align: center;
        margin-bottom: 16px;
        padding: 0;
    }
    .bigList>li .submitDate{
        max-width: none;
        text-align: center;
        margin-bottom: 19px;
        padding: 0;
    }
    .bigList li .status-block{
        max-width: none;
        justify-content: center;
        margin-bottom: 33px;
        padding: 0;
    }
    .bigList li >a, .bigList>li .payment-btn{
        max-width: 243px;
        margin: 0 auto;
    }
    .pager{
        display: flex;
        justify-content: center;
    }
}
@media(max-width: 575px){
    .bigList li >a, .bigList>li .payment-btn{
        max-width: none;
    }
}