body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    color: #000000;
    background-color: #EFE8E0;
}

.nav-bar {
    border: 0;
}

#news_index a,
#articles_index a {
    color: #efe8e0;
}

#footer li {
    line-height: 1.1;
}

#news,
#events,
#footer,
#library{
}

#quicklinks ul { color: #ff0000; margin: 0; padding: 0; }
#quicklinks ul li { display: inline; margin: 0 10px; padding: 0; font-size: 14px; }
#quicklinks ul li a { color: #efe8e0; }

/* Slider Styles*/
.flexslider .slides li {
    position:relative;
}


.slides img {
    margin: auto;
    max-height: 500px;
    object-fit: cover;
}

.flex-caption {
    position: absolute;
    max-width: 20%;
    height: 100%;
    padding: 3%;
    left: 0;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 20px;
    line-height: 18px;
    background: initial !important;
}

li.css a {
    border-radius: 0;
}

.flexslider {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
}

/*.flexslider .flex-active-slide .flex-caption{
    animation: fadeInLeft 500ms linear 500ms both;
}*/

/* GEO - Semibold */

@font-face {
    font-family: 'Geogrotesque-SemiBold';
    src: url('/fonts/geo-semibold/eot/style_169898.eot');
    src: url('/fonts/geo-semibold/eot/style_169898.eot?#iefix') format('embedded-opentype'), url('/fonts/geo-semibold/woff/style_169898.woff') format('woff'), url('/fonts/geo-semibold/ttf/style_169898.ttf') format('truetype'), url('/fonts/geo-semibold/svg/style_169898.svg#Geogrotesque-SemiBold') format('svg');
}


/* GEO - Medium */

@font-face {
    font-family: 'Geogrotesque-Medium';
    src: url('/fonts/geo-medium/eot/1110FC_0.eot');
    src: url('/fonts/geo-medium/eot/1110FC_0.eot?#iefix') format('embedded-opentype'), url('/fonts/geo-medium/woff/1110FC_0.woff') format('woff'), url('/fonts/geo-medium/ttf/1110FC_0.ttf') format('truetype'), url('/fonts/1110FC_0.svg#wf') format('svg');
}


/* GEO - Regular */

@font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('/fonts/geo-regular/eot/11014B_0.eot');
    src: url('/fonts/geo-regular/eot/11014B_0.eot?#iefix') format('embedded-opentype'), url('/fonts/geo-regular/woff/11014B_0.woff') format('woff'), url('/fonts/geo-regular/ttf/11014B_0.ttf') format('truetype'), url('/fonts/geo-regular/svg/11014B_0.svg#wf') format('svg');
}


/* Loading
***********************/

.loading #slider {
    opacity: 0;
}

.loading:before {
    content: 'LOADING';
    display: block;
    margin: 100px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    opacity: 0.3;
}

body {
    width: 100%;
    float: left;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
}


/* Icon Fonts
*********************************/


/* Font-face Icons */
/*
@font-face {
    font-family: 'flexslider-icon';
    src: url('/fonts/flexslider-icon.eot');
    src: url('/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/fonts/flexslider-icon.woff') format('woff'), url('/fonts/flexslider-icon.ttf') format('truetype'), url('/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.flex-control-nav {
    bottom: 40px;
    background: initial !important;
}

.flex-direction-nav a {
    height: 55px;
}

/* Webinar datetime icon*/

.wb {
    text-align: center;
    color: #e74c3c;
    border: 5px solid #6f0000;
    width: 100px;
}

.web_date {
    line-height: 1.4;
    font-size: 50px;
    font-weight: 700;
    display: block;
}

.web_date.data_only {
    padding-bottom:20px;
}


.web_month {
    line-height: 0.9;
    font-size: 20px;
    display: block;
}

.web_time {
    font-size: 30px;
    display: block;
}


/* Collapse for news*/

#notary .lawyer-news-article {
    /*width: 100%;*/
}

#notary .div-collapse-text.collapse[aria-expanded="false"] {
    height: 100px !important;
    overflow: hidden;
    display: block;
}

#notary .div-collapse-text.collapsing[aria-expanded="false"] {
    height: 76px !important;
}

#notary .btn-collapse-toggler.collapsed:after  {
    content: 'Подробнее';
}

#notary .btn-collapse-toggler:not(.collapsed):after {
    content: 'Свернуть';
}

#notary .lawyer-news-article h5 {
    display: block;
    font-weight: 700;
}

#notary .lawyer-news-article h5.t-only{
    padding-bottom:10px;
}


#notary .btn-collapse-toggler.btn-u-red {
    display: block;
    color: #fff;
}

#notary .div-collapse-text.btn-u-red:focus {
    color: #fff;
}

/*#notary .div-collapse-text.lawyer-news-article {
    display: block;
    margin: 0 0 5em 0;
    padding: 0;
    clear: both;
}*/

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.print-only {
    display: none;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
}

#notary a[href$=".PDF"],
#notary .lawyer-post .topics-line a[href$=".pdf"],
#notary .lawyer-post .topics-line a[href$=".PDF"] {
    text-decoration: none;
    border-bottom: 1px #6f0000 solid;
}

#notary a[href$=".pdf"]::before,
#notary a[href$=".PDF"]::before,
#notary .lawyer-post .topics-line a[href$=".pdf"]::before,
#notary .lawyer-post .topics-line a[href$=".PDF"]::before {
    content: '\f1c1';
    padding-right: 8px;
    font-family: FontAwesome;
    border: none;
}

#notary .notary-form-list dt {
    width: 200px;
}

#notary .notary-form-list dt, #notary .notary-form-list dd{
    line-height: 2.5;
}

#notary .notary-form-list {
    font-size: 1.3em;
}

#notary .horizontal-form.account-details .field-name * {
    font-size: 1em;
}

#notary .loginbar {
    padding: 0;
    font-size: 14px;
}
#notary .logo {
    padding: 0;
    margin: -4px 0 2px 0;
}
#notary .main-menu {
    margin-top: 20px;
    background-color: transparent;
}

#notary .main-menu .container {
        background-color: rgba(239, 232, 224, 0.89);
        border: none;
}

ul.subMenu, ul.rightMenu{
    list-style-type: none;
    background-color: #efe8e0;
    padding-inline-start: 14px;
}


@media (min-width: 600px) {
    #nav_info ul.subMenu, ul.rightMenu{
        min-width: 180px;
    }

}

ul.subMenu{
    display: none;
    z-index: 100;
}

ul.subMenu > li > a,
ul.rightMenu > li > a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    vertical-align: bottom;
    color: #540000;
}

ul.subMenu > li > a.current,
ul.rightMenu > li > a.current{
    color: #e74c3c;
}

div.lawyer-news-article > h5 > a.current{
    color: #e74c3c;
}

ul.subMenu > li > a:hover {
    color: #e74c3c;
    text-decoration: none;
}

ul.rightMenu{
    display: none;
}

/* 991px - fixed kpd */
@media (min-width: 991px) {
    #notary .main-menu .container {
        background-color: transparent;
    }
    #nav_about > a, #nav_studyevents, #nav_info > a, #nav_advanced_training_by_time > a,
    #nav_distance_education_by_time > a{
        padding-right: 14px;
        margin-right: 8px;
        background: url(/static/img/b_submenu.png) no-repeat right;
    }
    #nav_advanced_training_by_time ul.subMenu,
    #nav_distance_education_by_time ul.subMenu{
        width: 300px;
    }
    #nav_about ul.subMenu{
        width: 480px;
    }
    ul.subMenu{
        margin: 0 -10px 16px -10px;
        padding: 10px;
        border-bottom: 2px solid #540000;
        position: absolute;
    }

    ul.subMenu > li,
    ul.rightMenu > li{
        padding: 0 8px 8px 8px;
    }

    ul.rightMenu{
        display: block;
        float: right;
        max-width: 420px;
        margin-left: 10px;
    }
    #nav_info ul.subMenu{
        margin-left: -80px !important;
    }
}


.float-left{
    float:left;
}

.float-right{
    float:right;
}

.go-back{
    padding:20px 0 20px 0;
}

.lawyer-news-article dt{
    font-weight: normal;
    line-height: 1.5;
}

.lawyer-news-article dd{
    font-weight: bold;
    padding-left:40px;
    line-height: 1.5;
}

div.gotoall{
    margin:40px 0 0 160px;
}

div.goto{
    margin: 10px 0 0 0;
}

div.gotoall a, div.goto a{
    text-decoration: underline;
}



select:disabled{
  background-color: #ebebe4;
}
/*css style for IE*/
select[disabled='disabled']::-ms-value {
  color: #ebebe4;
}
/*Specific to chrome and firefox*/
select[disabled='disabled'] {
  color: #ebebe4;
}

.error{
    color: #e74c3c;
    font-weight: bold;
}

..lawyer-content .horizontal-form .empty_bottom{
    padding-bottom: 0px !important;
}

.itemList .itemListHeader div,
.itemList .itemListTitle {
    font-weight: bold;
}

.itemList .row,
.itemList dl,
.itemList dt {
    padding-bottom: 12px;
}

.pd_acception_block{
    font-size: 0.75em !important;
}


.form_title{
    font-size: 27px;
    padding:20px 0 40px 0;
}


