body {
    background: #fafafa; /*url(../../img/bg.png);*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #404040;
    margin: 0;
    padding: 0;
}

.wrapper {
    background: #fff;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}


/**
 * Header
 */
header {
    min-height: 120px;
    background: #fff top center no-repeat url(../../img/top_bg.png);
    font-size: 13px;
    color: #fff;
}

.container-fluid{
    width:95%;
    max-width: 1320px;
}

.header-left, .header-center, .header-right {
    margin: 15px 0px;
}

.header-left a:hover {
    text-decoration-line: none;
}

.header-left.logo {
    height: 90px;
}

.header-left.logo a, .header-left.logo a:focus {
    text-decoration: none;
}

.header-left.logo a img {
    margin-right: 10px
}

.header-left.logo span {
    color: #33658a;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
header .lang{
    text-align: right;
}

header .lang ul {
    padding-left: 0px;
    margin:0px;
}

header .lang ul li a.active {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 300rem;
    text-align: center;
    line-height: 35px;
    position: relative;
    z-index: 1;
    border: 0;
    background-color: #36ac54;
    color: #fff;
}

header .lang ul li a {
    color: #33658a;
}

header .lang ul li a.social_icons:hover {
    text-decoration-line: none;
}

header .lang ul li {
    display: inline;
    /*margin: 0px 20px 0 0;*/
    margin: 0px 15px 0 0;
    list-style-image: none;
    list-style: none;
    list-style-type: none;
}

header tr td img {
    margin-right: 5px;
    margin-left: 15px;
    position: relative;
}

header .special a {
    color: #33658a;
    text-decoration-line: underline;
    font-size: 13px;
}

header .special a:hover {
    text-decoration-line: none;
}

header .special_views {
    float:right;
    width:30px;
}

header .header-widgets{
    text-align: right;
    font-size: 14px;
    margin-top:5px;
}
header .header-widgets a{
    margin-right:15px;
}
header .header-widgets a:hover{
    text-decoration:none;
}

header .header-contacts{
    text-align: right;   
    font-size: 14px;
    margin-top:5px;
}
header .header-contacts a{
    margin-right:15px;
}
header .header-contacts a:hover{
    text-decoration:none;
}

.background-rg{
    background: url('../../img/regal.png');
}
.content-white{
    background: #fff;
    box-shadow: 0 0 15px #777;
}
.ms-navbar {
    min-height: 35px;
    background: #33658A;
    margin-bottom: 0px;
    border-radius: 0px;
}

.ms-navbar .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.ms-navbar .navbar-nav > li > a:hover {
    border-bottom: 4px solid #0edc44;
	color: #fff;
}

.ms-navbar-in {
    background: #4b6093 !important;
}

.ms-navbar-in li a:hover {
    background: #ff4847 !important;
    color: #fff;
}

.ms-navbar-in li a {
    color: #fff;
}

.navbar {
    border: 0px !important;
}

.left-sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.right-sidebar {
    padding-left: 0px;
    padding-right: 0px;
}

.left-sidebar ul {
    margin-bottom: 0px !important;
}

.left-sidebar .list-group {
    list-style: none;
}

.social_mobile{
	margin: 10px auto;
	width: 180px;
}
.social_mobile iframe{
	width: 195px;
	height: 230px;
}

.container-center {
    width: 1125px;
}

.list-group-item:first-child {
    border-radius: 0px !important;
}

.list-group-item p.list-group-item-img img {
    width: 165px;
}

.list-group-item p.list-group-item-text {
    margin: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

ul.breadcrumb {
    padding: 10px 15px;
    border-radius: 0px;
    margin: 0px;
}

ul.breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 10px;
    color: #1c2029;
}

ul.breadcrumbs > li {
    margin: 0;
    padding: 0px 0px 8px 0px;
    position: relative;
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0;
}

ul.breadcrumbs li:before {
    content: '/';
    margin: 0 4px;
    height: auto;
    display: inline-block;
    position: static;
    background: transparent;
    color: #1c2029;
    font-weight: bold;
    width: auto;
}

ul.breadcrumbs li a {
    color: #1c2029;
    text-decoration-line: none;
}

ul.breadcrumbs li a:hover {
    color: #1c2029;
    text-decoration-line: underline;
}

.menu-left_act {
    border: none !important;
}

.pL0 {
    padding-left: 0px !important;
}

.pR0 {
    padding-right: 0px !important;
}

.adds {
    background: #fff;
    min-height: 100px;
}

.adds .adds-item {
    padding: 5px;
}

.adds .adds-img img {
    width: 185px !important;
}

.slider img {
    height: 481px;
}

.blog-sidebar {
    padding: 15px;
    background-color: #ddf3ff;
}

.blog-sidebar .post-title{
    color:#4c4c4c;
}

.blog-sidebar .post-item-text{
    color:#5a5a5a;
}

.block-single{
    border-bottom: 1px solid #ddd;
    padding:10px 15px;
}

h4.block-title{
    text-transform: uppercase;
    color: #2f4858;
    margin:0px;
}

.title {
    color: #5d5d5d;
    /* margin-left: 10px;*/
}

.title-time {
    color: #005eb0;
    /*color: #f9a231;*/
    font-size: 18px;
    font-weight: bold;
}

.title-offer p {
    margin-left: 0px !important;
}

.right-sidebar-offer a, .title-time a {
    font-size: 15px;
    text-decoration-line: none;
    font-weight: bold;

    color: #5d5d5d;
}

.right-sidebar-offer a {
    line-height: 20px;
}

.right-sidebar-offer a:hover {
    text-decoration-line: underline;
}

.main-page-news {
    padding: 20px;
}
.main-page-news .nav-tabs{
    margin-bottom:15px;
}
.main-page-news .nav-tabs li.active{
    border-bottom:4px solid #ddd;
}
.main-page-news .nav-tabs li a,
.main-page-news .nav-tabs li a:hover,
.main-page-news .nav-tabs li a:focus{
    border:0px;
    background-color: transparent;
}
.main-page-news .nav-tabs li a h3.title{
    margin:0px;
}
/*post //////////////////////////////////////*/
.post-item {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.post-item img {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.post-item .post-date {
    margin-top:5px;
}

.post-item a.post-title{
    font-weight:bold;
    text-decoration: none;
}

.post-item a.post-title:hover{
    text-decoration: none;
}

.post-item .post-date i{
    margin-right:5px;
}

.post-item .post-item-text {
    font-size: 13px;
    line-height: 18px;
    color: #404040;
    text-align: justify;
}

.post-view .post-description {
    margin-top:15px;
}
.post-view .post-subheader{
    margin-bottom:10px;
}

.main-confrence{
    background-color:#fff3f6;
}
.main-confrence .block-title{
    text-align: center;
}

.confrence-item {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

.confrence-item img {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.confrence-item .confrence-date{
    float: left;
    text-align: center;
    margin-right: 10px;
}

.confrence-item .confrence-date date{
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: block;
    margin: 0;
    color: #fff;
    background: #36ac54;
    overflow: hidden;
    font-size: 21px;
    line-height: 36px;
    position: relative;
}

.confrence-item .confrence-block-date-num::after, .confrence-item .confrence-block-date-num::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    top: 3px;
}

.confrence-item .confrence-date month{
    display: block;
    margin-top: -18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.confrence-item .confrence-date year{
    display: block;
    color: #bdbdbd;
}

/*/////////////////////////////////////////////////////////*/
.center-sidebar-news {
    background: #fff;
}

.center-sidebar-new .article-item img {
    border-radius: 0px !important;
}

.center-sidebar-news-item {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.center-sidebar-news-item-img {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.center-sidebar-news-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #404040;
    text-align: justify;
}

.center-sidebar-news-item h5.title-time a:hover {
    text-decoration-line: underline;
    color: #5d5d5d;
}

.center-sidebar-news .article-item p {
    line-height: 20px;
    font-size: 13px !important;
}

.right-sidebar-offer {
    padding: 15px 0px;
}

.right-sidebar-offer .title-offer {
    text-align: justify;
}

.right-sidebar-offer p {
    font-size: 13px;
    text-align: justify;
}

.sidebar-partners {
    padding: 15px;
}

.sidebar-partners .title {
    margin-top: 0px;
}

.sidebar-partners .partners {
    padding-left: 0px;
}

.partners-item {
    padding: 10px 0px;
    display: inline-flex;
}

.partners-img img {
    margin-right: 5px;

}

.partners .partners-text a {
    text-decoration-line: none !important;
    color: #415b97;
}

.partners .partners-text > a:hover {
    text-decoration-line: underline !important;
}

.pages {
    padding-left: 0;
    padding-right: 0;
}

.pages .content {
    padding: 10px 30px;
    line-height: 23px;
}

h3.title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.video-content {
    background-color: #1b1b1b;
    padding-bottom: 20px;
}

.video-content .title {
    background-color: #121212;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
}

.photos-grid{
    list-style: none;
    margin-top: 20px;
    padding: 0px;
}

/* gallery */
.pages ul.photo-sections-list {
    padding: 0;
    overflow: hidden;
}

.pages ul.photo-sections-list li.photo-section-odd {
    clear: both;
}

.pages ul.photo-sections-list li {
    margin: 0 0 33px 0;
    padding: 0;
    position: relative;
    float: left;
    width: 48%;
    text-align: left;
    overflow: hidden;
}

.pages ul.photo-list-tour li {
    width: 33% !important;
}

.pages ul.photo-sections-list li .photo-section-image {
    float: left;
    margin: 0 15px 0 0;
}

.pages ul.photo-sections-list .photo-section-name {
    font-weight: bold;
}

/* gallery right*/
.pages ul.photo-sections-list li.photo-section-even {
    float: right;
    text-align: right;
}

.pages ul.photo-sections-list li.photo-section-even .photo-section-image {
    float: right;
    margin: 0 0 0 15px;
}

.pages ul.photo-sections-list .photo-section-name {
    font-weight: bold;
}

ul.photo-tour-list{
    list-style: none;
    margin-top: 20px;
    padding: 0px;
}
ul.photo-tour-list  li{
    margin: 0 0 33px 0;
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    height: 400px;
}

/* allevets*/
.pages .news-list {
    margin: 0;
    width: 100%;
    background: #fff;
    position: relative;
}

.pages .news-list-item-conf {
    margin-top: 55px;
}

.pages .news-list-item {
    margin: 20px 0 30px 0;
    overflow: hidden;
}

.pages .news-list-item-conf .news-list-item-img-group {
    overflow: hidden;
    float: left;
}

.pages .news-list-item-conf .news-list-item-conf-date {
    float: right;
}

.pages .news-list-item-head .news-list-item-conf-daterange {
    font-weight: normal;
    color: #a0a0a0;
}

.pages .news-list-item-conf-type {
    font-weight: normal;
    color: #404040;
}

.pages .news-list-item-conf-date {
    float: left;
    min-width: 80px;
    margin-top: 4px;
    color: #a0a0a0;
}

.pages .news-list-item-conf-month {
    font-size: 60px;
    line-height: 90%;
    text-align: center;
}

.pages .news-list-item-conf-day {
    font-size: 14px;
    font-style: italic;
    line-height: 100%;
    text-align: center;
}

.pages .news-list-item-conf .news-list-item-img {
    width: 80px;
}

.pages .news-list-item-img {
    margin: 0 20px 0 0;
    float: left;
}

.pages .news-list-item-conf img {
    max-width: 100px;
}

.pages .news-list-item-conf .news-list-item-head {
    margin: 0 0 5px 200px;
}

.pages .news-list-item-head a {
    color: #f9a231;
}

.pages .news-list-item-head a:hover {
    text-decoration-line: underline;
}

.pages .news-list-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #404040;
}

.pages .news-list-item-conf .news-list-item-text {
    margin-left: 200px;
}

.pages .news-list-item-conf-info {
    line-height: 28px;
}

.pages .news-list-item-conf-sections .news-list-tag-list {
    display: inline-block;
    margin-left: 0;
}

.pages ul.news-list-tag-list {
    margin: 0 0 8px 55px;
    padding: 0;
}

.pages ul.news-list-tag-list li.news-list-tag_1 {
    background: #9bb200;
}

.pages ul.news-list-tag-list li.news-list-tag_2 {
    background: #ff6633;
}

.pages ul.news-list-tag-list li.news-list-tag_3 {
    background: #008ab2;
}

.pages ul.news-list-tag-list li.news-list-tag_no_bg {
    background: none;
    color: #404040;
    padding-left: 3px;
}

.pages ul.news-list-tag-list li {
    margin: 0 0 3px 0;
    padding: 0 10px;
    min-height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #9bb200;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pages .news-list-item-conf-location {
    padding-bottom: 5px;
    font-weight: bold;
}

.pages .news-list-item-conf-divisions {
    padding-bottom: 5px;
    font-weight: bold;
}

.pages .news-list-item-conf-registration .news-list-item-conf-info-divider {
    margin-left: 5px;
    margin-right: 5px;
}

.pages .news-list-item-conf-info-divider {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #404040;
}

.pages .news-list-item-conf-registration-finished {
    color: #a0a0a0;
    font-weight: bold;
}

.pages span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

/* grant*/
.pages .news-list-item.news-list-item-nomargin {
    margin: 0;
}

.pages .news-list-item {
    margin: 0 0 30px 0;
    overflow: hidden;
}

.pages .news-list-wide-date {
    width: 100px;
}

.pages .news-list-tag-dateonly {
    margin: 0px;
    float: left;
}

.pages .news-list-tag-pane {
    position: relative;
}

.pages .news-list-tag-dateonly .news-list-item-date {
    position: static;
    line-height: 19px;
}

.pages .news-list-item-date {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff4847;
}

.pages .news-list-item-head {
    margin: 0 0 13px 100px;
    font-weight: bold;
    line-height: 1.4;
}

.pages .news-list-item-head a {
    color: #000;
}

.pages .news-list-item-publish-date {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin: -4px 0 25px;
}

.pages .news-list-item-publish-date span {
    color: #ff4847;
    font-weight: bold;
}

/**
 * Special view
 */
.specialViewArea {
    padding: 10px;
    width: 180px;
    right: -10px;
    top: 30px;
    color: #000;
}

.appearance {
    margin-bottom: 10px;
    clear: both;
    display: table;
    width: 100%;
}

.squareBox {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer;
    background: #828282;
    border: 2px solid #353535;
    color: #fff;
}

.specialTitle {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}

.squareAppearances {
    float: left;
    margin-right: 5px;
}

.squareBox.spcNormal {
    background: #00a2e0;
    border-color: #034e6b;
}

.squareBox.spcWhiteAndBlack {
    background: #828282;
    border-color: #353535;
}

.squareBox.spcDark {
    background: #3e3e3e;
    border-color: #777777;
}

.squareBox.spcFont {
    background: #fff;
    border-color: #000;
    color: #000;
}

.squareBox.spcNarrator {
    background: #fff;
    border-color: #000;
    color: #000;
}
.squareBox.spcNarrator.active {
    background: #00a2e0;
    border-color: #034e6b;
}
.squareBox.spcNarrator.active i{
    color:#fff;
}

.fontSmaller {
    font-size: 24px;
}

.fontBigger {
    font-size: 26px;
}

.visuallyGrey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.visuallyDark,
.visuallyDark img,
.visuallyDark embed,
.visuallyDark video {
    -webkit-filter: grayscale(100%) invert(100%);
    -moz-filter: grayscale(100%) invert(100%);
    -ms-filter: grayscale(100%) invert(100%);
    -o-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

/*end special view*/

/* footer */
footer {
    padding: 20px 0;
    margin-top: 0px;
    font-size: 12px;
    color: #fff;
    background-color: #212327;
}

footer ul li a {
    color: #fff;
    line-height: 28px;
    text-decoration-line: underline;

}

footer ul li a:hover {
    text-decoration-line: none;
}

footer .footer-menu{
    padding:0px;
}

footer .footer-menu li:first-child a{
    font-size: 16px;
    border-bottom: 1px solid;
}

/**
 * Sidebar menu
 */

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    background-color: #2F4858;
    color: #fff;
    border: 0px;
    padding: 10px 5px 10px 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}

.sidebar-menu > li > a:hover {
    border-left: 4px solid #0edc44;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}

.sidebar-menu > li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu li.active > a > .fa-angle-left,
.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    background-color: #33658a;
    color: #fff;
    border: 0px;
    padding: 10px 5px 10px 25px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}

.sidebar-menu .treeview-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 35px;
}

.sidebar-menu .treeview-menu > li > a:hover {
    border-left:5px solid #0edc44;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

/**
 * Search box
 */
 .search_form{
    position: relative;
 }

.search_form .form-control{
    height:24px;
}

.search_btn {
    border:none;
    color: #A3A3A3;
    right: 15px;
    top: 0px;
    position: absolute;
    font-size: 18px;
    z-index: 20;
    background: none;
}

/*
.search_form.active .search_box, .search_box:hover {
    width: 236px;
    padding: 4px 40px 5px 15px;
}


.search_form.active .search_box, .search_box:hover {
    width: 236px;
    padding: 4px 40px 5px 15px;
}



.search_form.active .search_box {
    border: 1px solid #59B1E4;
}

#search_box:hover{
    border: 1px solid #59B1E4;

}

.search_form:focus button {
    display: none;
}

.search_box {
    width: 35px;
    padding: 4px 20px 5px 15px;
    background: transparent;
    border: 1px solid #A3A3A3;
    outline: none !important;
    z-index: 10;
    position: absolute;
    color: #A3A3A3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 12px;
    height: 25px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.search_form.active .search_btn {
    background: url('../../img/icons/zoom2.png');
}
*/
input.search_box {
    caret-color: #36ac54;
}

.error-code {
    display: block;
    font-size: 216px;
    font-weight: 600;
    color: #DDD;
    line-height: 1.35;
    letter-spacing: 4px;
}

.center {
    text-align: center !important;
}

/* conference */
.conference {
    margin: 0 0 25px 0;
}

.card {
    position: relative;
}

.card-block {
    float: left;
    width: 100%;
    padding: 15px 15px 0;
    min-height: 115px;
}

.card-block .card-block-date {
    float: left;
    text-align: center;
    font-size: 11px;
}

.card-block .card-block-date-num {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    display: block;
    margin: 0;
    color: #fff;
    /*background: #ec0b43;*/
    background: #36ac54;
    overflow: hidden;
    font-size: 21px;
    line-height: 36px;
    position: relative;
}

.card-block .card-block-date month {
    display: block;
    margin-top: -18px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.card-block .card-block-date year {
    display: block;
    color: #6d6d6d;
}

.card-block .card-title {
    font-weight: 400;
    margin: 0 0 0 60px;
    height: 77px;
    overflow: hidden;
    position: relative;
}

.card-block .card-block-date-num::after, .card-block .card-block-date-num::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    top: 3px;
}

.title-conference {
    margin-left: 30px;
    text-transform: uppercase;
    color: #01017d;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.card-block .card-block-date-num::before {
    left: 25%;
}

.card-block .card-block-date-num::after {
    right: 25%;
}

.card-block .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff3f6 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff3f6 100%);
    background-repeat: repeat-x;
}

/* znakomstva*/
.card-block-z {
    float: left;
    width: 100%;
    min-height: 85px;
    padding: 0 10px;
}

.card-block-icon {
    width: 55px;
    height: 55px;
    float: left;
    text-align: center;
    /*margin-top: 15px;*/
    margin-right: 10px;
    display: block;
    color: #fff;
    background: #05274a;
    /*background: #1946ba;*/
    border-radius: 50%;
    overflow: hidden;
}

.card-block-icon .fa {
    line-height: 55px;
}

.card-block-z p {
    color: #bdbdbd;
}

/* all posts button*/
.all-posts-button {
    font-size: 16px;
    border-bottom: 1px dotted #5d5d5d;
    font-weight: bold;
    color: #5d5d5d;
}
.all-posts-button:hover {
    color: #5d5d5d;
}
.all-posts-button-right {
    text-align: right;
}
.conference .all-posts-button-right{
    margin-bottom:10px;
}
a.all-posts-button:hover {
    border-bottom: none;
    text-decoration: none;
}

.services-provided {
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}
.services-provided h4{
    font-size:14px;
    padding: 10px;
}
.services-provided .interactive{
    list-style: none;
    padding: 10px
}

footer img {
    float: left;
    margin-right: 10px;
}
footer p{
    line-height: 20px;
}
.footer-menu, .partners, post-attachments{
    list-style: none;
}

.footer-menu li a:hover{
    text-decoration: underline;
}
.footer-menu li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.footer_map iframe{
	width: 550px;
}
.mb15{
    margin-bottom: 15px;
}

.scrollToTop{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    text-decoration: none;
    position:fixed;
    top:75px;
    right:10px;
    display:none;
}
.scrollToTop:hover{
    text-decoration:none;
}

/****widgets **/

ul.zvstyle li {
    list-style-type: none; /* Прячем исходные маркеры */
}
ul.zvstyle li:before {
    color: red; /* Цвет маркера */
    content: "* "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
    font-weight: 900;
}