@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

@font-face {
    font-family: MuseoSansCyrl;
    src: local("MuseoSansCyrl"),
    url(Museo-Sans-Cyr/MuseoSansCyrl.otf);
}

@font-face {
    font-family: MuseoSansCyrl0;
    src: local("MuseoSansCyrl0"),
    url(Museo-Sans-Cyr/MuseoSansCyrl_0.otf);
}

@font-face {
    font-family: MuseoSansCyrl1;
    src: local("MuseoSansCyrl1"),
    url(Museo-Sans-Cyr/MuseoSansCyrl_1.otf);
}

@font-face {
    font-family: MuseoSansCyrl2;
    src: local("MuseoSansCyrl2"),
    url(Museo-Sans-Cyr/MuseoSansCyrl_2.otf);
}

@font-face {
    font-family: MuseoSansCyrl3;
    src: local("MuseoSansCyrl3"),
    url(Museo-Sans-Cyr/MuseoSansCyrl_3.otf);
}

html,
body {
    height: 100%;
    font-size: 14px;
    padding: 0;
    color: #292f3a;
    background-color: #fff;
    font-family: MuseoSansCyrl, sans-serif;
}

.title-area h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    word-wrap: break-word;
}

.searchwidget h3 {
    font-size: 26px !important;
    line-height: 36px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "MuseoSansCyrl", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #121212;
}

a {
    color: #c0474d;
    text-decoration: none !important;
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a, .page-404-content h2, .sitemapwrapper li:hover a, .news-ticker span, .footer .check li:hover a, #sitefooter a:hover, .sociallinks li:hover a, #sitefooter a:focus, .widget-title a, .post-share .fa-share-alt {
    color: #0288d1;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.register-form {
    display:none; 
}
 
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.my-top-margin {
    margin: 10px 0 0 0;
}

.home-news {
    width: 33%;
    float: left;
    margin-bottom: 15px;
    height: 70px;
}

.home-news a {
    display: table-cell;
    text-decoration: none;
    vertical-align: top;
    font-weight: normal;
    position: relative;
    color: #3f79bb !important;
    font-size: 15px;
}

.home-news img {
    display: block;
    height: 60px;
    width: 90px;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #000000;
    margin-left: 25px;
    margin-right: 25px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-title {
    text-align: center;
}

.news-image {
    float: left;
    width: 25%;
    display: block;
    margin: 0 20px 20px 0;
}

.my-clear {
    clear: both;
}

.slider {
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #428bca;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #428bca;
}

.wrap {
    width: 1350px;
}

/* make sidebar nav vertical */
.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}
.sidebar-nav .navbar ul {
    float: right;
}
.sidebar-nav .navbar ul:not {
    display: block;
}
.sidebar-nav .navbar li {
    float: none;
    display: block;
}
.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.row .navbar-nav {
    padding-left: 0;
}

.left-panel .row {
    margin: 0 0 0 10px;
}




.navigation {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0.5;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul {
    position: relative;
    z-index: 500;
    float: left;
}

.navigation ul li {
    float: left;
    min-height: 0.05em;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

.navigation ul li.hover,
.navigation ul li:hover {
    position: relative;
    z-index: 510;
    cursor: default;
}

.navigation ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 520;
    width: 100%;
    display: table;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
    top: 0;
    right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
    top: 0;
    left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
    width: 100%;
}

.navigation:before {
    content: '';
    display: block;
}

.navigation:after {
    content: '';
    display: table;
    clear: both;
}

.navigation a {
    display: block;
    padding: 0.6em;
    color: #9d9d9d;
    text-decoration: none;
}

.navigation > ul { width: 100%; }

.navigation ul ul { width: 100%; }

.navigation > ul > li > a {
    color: #9d9d9d;
}

.navigation > ul > li > a:hover { color: #428bca; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
    content: '»';
    position: absolute;
    left: 90%;
}

.navigation ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

.navigation ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.navigation ul ul {
    box-shadow: rgba(0, 0, 0, 0.17) 0px 6px 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: -1px 0 0 0;
}

.navigation ul ul a { color: #9d9d9d; }

.navigation ul ul a:hover { color: #000000; }

.navigation ul ul li, .menu-block {background: #ffffff;}

.menu-block {
    margin: 0 0 15px 15px;
}

.navigation ul ul li:hover > a {
    color: #000000;
}

.navigation.align-right > ul > li > a {
    border-left: 0.3em solid #34A65F;
    border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

.navigation.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.user-block {
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    position: relative;
    width: 31%;
    margin: 0 10px 20px 10px;
    height: 200px;
    float: left;
    background: no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.user-block img {
    margin: 10px 27%;
    opacity: 0.4;
}

.user-block-title {
    position: absolute;
    bottom: 0;
    background-color: lightgrey;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.navbar-default {
    color: #000 !important;
    border-radius: 0 !important;
    border-color: transparent;
}

.container-fluid .navbar-nav > li > a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 4px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    font-family: "MuseoSansCyrl1", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-nav > li > a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 4px;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 30px;
    font-family: "MuseoSansCyrl1", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-nav > li > a:hover {
    font-family: "MuseoSansCyrl3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-nav > li.delimiter {
    font-size: 14px;
    color: #000 !important;
    padding: 2px 4px 0 4px;
    text-decoration: none !important;
    line-height: 30px;
}

.m30 {
    margin-top: 30px;
}

.post-media {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 20px 0 0;
}

.widget {
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.widget-title {
    padding: 0;
    display: block;
    position: relative;
}

.widget-title h4 {
    line-height: 1;
    padding: 0 !important;
    font-weight: 700;
    margin: 0 !important;
}

.widget hr {
    border-color: #e0e0e0;
}
.widget-title hr {
    border-width: 4px;
    margin-bottom: 0;
}

.social-media-widget ul {
    padding: 0;
    margin: 0 !important;
}

.customshare .list a.fb,
.social-media-widget li.facebook {
    background-color: #3b5998;
}

.customshare .list a.tw,
.social-media-widget li.twitter {
    background-color: #55acee;
}

.customshare .list a.gp,
.social-media-widget li.googleplus {
    background-color: #dd4b39;
}

.social-media-widget li.pinterest {
    background-color: #cb2027;
}

.social-media-widget li.linkedin {
    background-color: #007bb5;
}

.social-media-widget li.periscope {
    background-color: #F36F24;
}

.social-media-widget li.youtube {
    background-color: #bb0000;
}

.social-media-widget li.instagram {
    background-color: #125688;
}

.social-media-widget li a {
    color: #ffffff;
}

.social-media-widget li i {
    font-size: 24px;
}

.social-media-widget li small {
    display: block;
}
.social-media-widget small {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    padding: 10px 0 0;
}

.social-media-widget li {
    text-align: center;
    padding: 4%;
    list-style: none;
    float: left;
    width: 16.5%;
    margin: 0 !important;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.widget-title hr:before {
    width: 80px;
    background-color: #ddd;
    display: block;
    height: 4px;
    position: relative;
    content: "";
    top: -4px;
}
/*
.navbar-default, .label-primary, .reviewbox h3, .progress-bar, .tags a, .btn-primary, div.bbp-template-notice.info, div.bbp-template-notice.info p, .header, .random-article, .type, .status, .flex-direction-nav a, #bbpress-forums li.bbp-header, .pagination > li > a, .pagination > li > span, .large-widget .large-widget-title:hover a, .mini-widget .post:hover a, .post-review:hover h3 a, .widget-title hr:before {
    background-color: #0288d1 !important;
    border-color: #0288d1 !important;
    color: #ffffff !important;
}*/

.post-review-art {
    border: 1px solid #d5dde9;
    box-shadow: 2px 4px 6px 0 rgba(66, 66, 66, 0.2);
    margin: 0 1% 1% 1% !important;
}

.post-review .post-title h3 a, .post-review .post-title h3 {
    color: #121212;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 !important;
    margin-top: 15px !important;
}

.post-title-art {
    padding: 10px;
}

.magnifier {
    position: absolute;
    top: 0;
    cursor: pointer;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.img-responsive {
    width: 100%;
    height: 155px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cursor {
    cursor: pointer;
}

.widget hr {
    border-color: #e0e0e0;
}

.large-post-meta {
    padding: 0 0 15px 0;
}

.container {
    width: 100%;
    padding: 0;
}

.navbar-right {
    margin-right: -20px;
}

.navbar-nav > li > div {
    font-size: 20px;
    padding: 17px 10px 0 10px;
}

.navbar-nav > li > div.my-clear {
    padding: 0;
}

@media (max-width: 1550px) {
    .navbar-nav > li > div {
        font-size: 16px;
        padding: 21px 10px 0 10px;
    }
    .container-fluid {
        width: 100%;
    }
}

.info-block {
    width: 31%;
}

.info-block-2 {
    width: 48%;
}

iframe {
    width: 853px;
    height: 480px;
}

.topbaner {
    font-size: 300%;
    font-weight: bold;
    padding-right: 1%;
}
.topbanerblock {
    padding: 3px 0;
}

@media (max-width: 1240px) {
    iframe {
        width: 425px;
        height: 240px;
    }
    .navbar-nav > li > div {
        font-size: 14px;
        padding: 21px 5px 0 5px;
    }
    .navbar-nav > li > a {
        padding: 10px 5px;
    }
    .topbaner {
        font-size: 200%;
        font-weight: bold;
        padding-right: 1%;
    }
    .topbanerblock {
        padding: 10px 0;
    }
}

.right-block {
    float: right !important;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.left-block {
    float: left !important;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 640px) {
    .info-block {
        width: 100%;
    }
    iframe {
        width: 210px;
        height: 120px;
    }
    .right-block {
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .left-block {
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1000px) {
    .container {
        width: 98%;
    }
    .topbaner {
        font-size: 125%;
        font-weight: bold;
        padding-right: 1%;
    }
    .topbanerblock {
        padding: 18px 0;
    }
   .info-block-2 {
        width: 98%;
    }
    .register-form {
        display:block; 
    }
}

.modal-dialog {
    width: 70%;
    margin: 30px auto;
}

.inter-btn {
    margin: -5px 0 0 0;
    font-weight: bold;
}

.user-menu {
    margin: 0 0 15px 0;
    border: 1px solid #000;
}

.nav-justified > li {
    float: left;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle {
    border-color: black;
}

.navbar-brand {
    font-size: 16px;
    padding: 11px 0 0px 22px;
    color: white;
    background-color: black;
}

li.dropdown-submenu a.free-div {
    background-color: #4bbaa5;
    color: white !important;
}