@font-face {
    font-family: 'Open Sans Bold';
    src: url('/fonts/OpenSans-Bold-webfont.eot');
    src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Bold-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url('/fonts/OpenSans-CondBold-webfont.eot');
    src: url('/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
    url('/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-CondBold-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url('/fonts/OpenSans-Italic-webfont.eot');
    src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Italic-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Italic-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/fonts/OpenSans-Light-webfont.eot');
    src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Light-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Regular-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('/fonts/OpenSans-Semibold-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font: normal 13px/20px 'Open Sans Regular', sans-serif;
    color: #000;
}

strong {
    font-weight: normal;
    font-family: 'Open Sans Semibold', sans-serif;
}

.header {
    padding: 25px 0;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    min-width: 1170px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.header .row {
    position: relative;
}

.header .row > div {
    text-align: center;
}

.header .row > .district {
    position: absolute;
    top: -15px;
    left: 0;
}

.header .district select {
    cursor: pointer;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.header .district .customSelect {
    text-align: center;
    display: inline-block !important;
    background: url(/images/arrow-down.png) center right no-repeat;
}

.header .district .customSelectInner {
    border-bottom: 1px dashed #b6070e;
    margin-right: 20px;
    font-family: 'Open Sans Light', sans-serif;
}

.header .links {
    margin-top: 30px;
}

.header .links a:not(.donate) {
    font: normal 18px/20px 'Open Sans Light', sans-serif;
    color: #000;
    text-decoration: none;
    margin: 0 10px;
}

.header .links a:not(.donate):hover {
    text-decoration: underline;
}

.header .logo {
    width: 355px;
    height: 65px;
    display: block;
    background: url(/images/logo.png) no-repeat;
    margin: 0 auto;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding-bottom: 60px;
    background: #f8f6f1;
    min-width: 1170px;
}

#content {
    padding-top: 50px;
}

#footer {
    height: 60px;
    background-color: #b6070e;
    color: #fff;
    min-width: 1170px;
}

#footer a {
    color: #fff;
}

#footer .copyright {
    margin-top: 10px;
}

#footer .social {
    margin-left: 50px;
}

#footer .pull-right {
    line-height: 60px;
}

.column {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    margin-bottom: 50px;
    padding: 40px 40px 0;
    overflow: hidden;
}

.column .image + .text {
    float: right;
    width: 800px;
}

.column > .text {
    padding-bottom: 40px;
}

h1, h2 {
    font: normal 30px/35px 'Open Sans Light', sans-serif;
    margin: 0 0 20px;
    position: relative;
}

h1 .date {
    font-size: 20px;
}

h1 .button {
    font-size: 13px;
    line-height: 20px;
    margin-right: -15px;
}

h2 .title {
    color: #000;
    text-decoration: none;
}

h2 .title:hover {
    text-decoration: underline;
    color: #000;
}

h2 .region, h2 .region:hover {
    color: #640408;
}

h2 .date {
    color: #b6070e;
}

h2 .post {
    color: #640408;
}

.similar h3 {
    font: normal 18px/25px 'Open Sans Regular', sans-serif;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

a, .header .links a.active {
    color: #b6070e;
}

a:hover, a:focus, a:active {
    color: #640408;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.item {
    overflow: hidden;
    margin-bottom: 30px;
}

.similar .item:last-child {
    margin-bottom: 0;
}

.item .source, .info .source {
    max-width: 150px;
    max-height: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.item .image {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 120px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 25px;
}

.item .image img {
    height: 120px;
    margin-left: -32px;
}

.item .title {
    display: block;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
}

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

.item .text, .info .text {
    display: block;
    margin-bottom: 5px;
}

.item .more, .info .more {
    font-family: 'Open Sans Semibold', sans-serif;
}

.text .image {
    float: left;
    margin: 0 25px 20px 0;
}

.row.city, .row.flame, .row.press, .row.holiday, .row.video, .row.main, .row.talk, .row.squad, .row.hero {
    margin: 0 -30px 20px;
}

.row .object {
    margin: 0 -15px 20px;
}

.column-2, .column-3 {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    float: left;
    margin: 0 15px 30px;
    z-index: 1;
    position: relative;
}

.column-3 {
    width: 270px;
}

.column-2 {
    width: 210px;
}

.column-3 .subject-tooltip {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #fff;
    border-radius: 30px;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    top: -15px;
    left: -15px;
}

.column-3 .subject-tooltip img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    max-width: 20px;
    max-height: 20px;
}

.main .column-9 {
    width: 870px;
    float: left;
    margin: 0 15px 30px;
    padding: 30px 30px 0;
}

.column-2 .image, .column-3 .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.column-2 .image {
    width: 210px;
    height: 280px;
}

.column-3 .image {
    width: 270px;
    height: 180px;
}

.column-2 .image img {
    width: 210px;
    height: 280px;
}

.hero .column-2 .image img {
    height: initial;
}

.column-3 .image img {
    width: 270px;
    height: 180px;
}

.column-hero .column-3 .image {
    height: 360px;
}

.object .column-3 .image img, .three .column-3 .image img {
    min-width: 100%;
    max-width: 270px;
    min-height: 100%;
    width: initial;
    height: initial;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.squad .column-3 .image img {
    max-width: 150px;
    width: initial;
    height: initial;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.column-2 .info, .column-3 .info {
    padding: 15px;
}

.column-2 .info .post, .column-3 .info .post {
    font: normal 13px/20px 'Open Sans Light', sans-serif;
    color: #b6070e;
}

.info .title {
    font: normal 18px/25px 'Open Sans Semibold', sans-serif;
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}

.info .subtitle {
    font: normal 15px/20px 'Open Sans Regular', sans-serif;
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}

.info .subject {
    display: block;
    text-decoration: none;
    font: normal 18px/25px 'Open Sans Light', sans-serif;
}

.info .region, .info .address {
    display: block;
}

.press .subject, .video .subject {
    font: normal 13px/20px 'Open Sans Regular', sans-serif;
}

.press .subject, .video .subject, .info .region {
    color: #640408;
}

.video .subject:hover, .info .region:hover {
    color: #640408;
    text-decoration: underline;
}

.info a.title:hover, .info a.subtitle:hover, .info .subject:hover {
    text-decoration: underline;
}

.load-more {
    color: #bebebe;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);
    font-family: 'Open Sans Bold', sans-serif;
    text-decoration: none;
    font-size: 16px;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
    padding: 23px 70px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto 40px;
    display: block;
    width: 270px;
}

.load-more:hover {
    text-decoration: none;
    color: #9c9c9c;
}

.column-9 {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    width: 870px;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.column-12 {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    width: 1170px;
    float: left;
    margin-bottom: 40px;
    position: relative;
}

.page-body, .page-content {
    padding: 30px;
    overflow: hidden;
}

.page-body > div {
    width: 405px;
    float: left;
}

.page-body .text {
    padding-right: 15px;
}

.page-body .map {
    padding-left: 15px;
}

.page-body .map .img-responsive {
    margin-bottom: 30px;
}

.page-body #map {
    width: 390px;
    height: 390px;
    margin-bottom: 30px;
}

.page-title {
    background: #f7f7f7;
    padding: 30px;
    overflow: hidden;
}

.page-title img {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

.page-title h1 {
    font-family: 'Open Sans Semibold', sans-serif;
}

.container {
    width: 1170px;
}

.six {
    width: 50%;
    float: left;
}

.six:first-child {
    padding-right: 40px;
}

.six:last-child {
    padding-left: 40px;
}

.news-carousel-control {
    position: absolute;
    right: 82px;
    top: -3px;
}

.news-carousel-control a {
    cursor: pointer;
    display: block;
    width: 42px;
    height: 42px;
    background: url(/images/carousel.png) 0 0 no-repeat;
    position: absolute;
}

.news-carousel-control #news-next {
    background-position: -42px 0;
    left: 42px;
}

.news-carousel .item {
    width: 505px;
    float: left;
    padding: 15px;
    border: 1px solid #c6c6c6;
    background: #f9f9f9;
    height: 200px;
}

.holiday, .video {
    overflow: hidden;
}

.holiday .item {
    width: 50%;
    float: left;
}

.column .video {
    margin: 0 -30px;
}

.video .item {
    width: 25%;
    float: left;
    padding: 0 30px;
}

.video .item .image {
    float: none;
    margin: 0 auto 30px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
}

.video .item .image img {
    height: 180px;
}

.holiday .item:first-child {
    padding-right: 20px;
}

.holiday .item:last-child {
    padding-left: 20px;
}

.holiday .date {
    display: block;
    margin-bottom: 10px;
}

.holiday .date b {
    font-weight: normal;
    padding: 5px 10px;
    background: #b6070e;
    color: #fff;
    display: inline-block;
}

.holiday .date i {
    font-style: normal;
    padding: 5px 10px;
    background: #373737;
    color: #fff;
    display: inline-block;
}

h1 + .date {
    font-family: 'Open Sans Semibold', sans-serif;
    display: block;
    margin-bottom: 20px;
}


h1 + .date + .subject {
    display: block;
    margin-bottom: 20px;
    color: #640408;
}

.item > .date, .info > .date {
    font-family: 'Open Sans Semibold', sans-serif;
    display: block;
    margin-bottom: 5px;
}

.info > .date {
    color: #b6070e;
}

.six .holiday .item > .date {
    margin-bottom: 15px;
}

.column > .source, .page-content > .source {
    max-width: 300px;
    max-height: 30px;
    margin-bottom: 20px;
}

dt {
    font-weight: normal;
    font-family: 'Open Sans Semibold', sans-serif;
    margin-bottom: 10px;
}

#object-map {
    height: 500px;
    width: 100%;
    margin-bottom: 150px;
}

#object-map + .container .search {
    top: 578px;
}

.object-item {
    width: 270px;
}

.object-item .image {
    width: 270px;
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
}

.object-item .image img {
    min-width: 100%;
    max-width: 270px;
    min-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.object-item .object-body {
    padding: 15px;
}

.object-item .title {
    font: normal 18px/25px 'Open Sans Semibold', sans-serif;
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: left;
}

.object-item .title:hover, .object-item .subject:hover {
    text-decoration: underline;
}

.object-item .subject {
    display: block;
    text-decoration: none;
    text-align: left;
    font: normal 18px/25px 'Open Sans Light', sans-serif;
}

ymaps[class*=balloon__close] {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
    height: 30px;
    margin-right: 0;
}

ymaps[class*=balloon__close] + ymaps[class*=balloon__content] {
    margin-right: 0 !important;
}

ymaps[class*=balloon__content] {
    padding: 0 !important;
}

.search {
    width: 1140px;
    position: absolute;
    top: 492px;
}

.search-tab {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.search .search-tab {
    margin: 0;
}

.left-search .search-tab {
    margin: 0 0 40px;
}

.search .search-tab li {
    width: 190px;
}

.left-search .search-tab li {
    width: 135px;
}

.search-tab li {
    float: left;
}

.search-tab a {
    display: block;
    font: normal 16px/18px 'Open Sans Semibold', sans-serif;
    padding: 10px 20px 10px 20px;
    background: linear-gradient(to bottom, #F60B15 0%, #B6070E 100%) repeat scroll 0% 0% #B6070E;
    color: #fff;
}

.search-tab .active {
    background: #fff;
    color: #b6070e;
}

.search form {
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    padding: 15px 0 5px;
    overflow: hidden;
}

.search form .form-group {
    float: left;
    width: 238px;
    padding: 0 20px;
}

.left-search form .form-group {
    padding: 0 20px 20px;
}

.search form .form-group:last-child {
    width: 185px;
}

form .form-group label {
    font: normal 16px/18px 'Open Sans Light', sans-serif;
    margin-bottom: 15px;
    display: block;
}

form .form-group input[type="text"], form .form-group textarea {
    background: #fff;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Open Sans Light', sans-serif;
}

form .customSelect {
    background: #fff;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Open Sans Light', sans-serif;
    height: 42px;
}

form .customSelectInner {
    height: 20px;
    overflow: hidden;
    background: url(/images/select.png) right center no-repeat;
}

form .form-group .submit {
    color: #fff;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #d04f26;
    font: normal 16px/18px 'Open Sans Bold', sans-serif;
    background: #b6070e;
    background-image: -moz-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f60b15), color-stop(100%, #b6070e));
    background-image: -webkit-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -o-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -ms-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: linear-gradient(to bottom, #f60b15 0%, #b6070e 100%);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    border: 1px solid #7d0000;
    padding: 11px 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.search form .form-group .submit {
    display: inline-block;
    float: right;
    margin-top: 33px;
}

.left-search form .form-group .submit {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
    font-family: 'Open Sans Bold', sans-serif;
    background: #b6070e;
    background-image: -moz-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f60b15), color-stop(100%, #b6070e));
    background-image: -webkit-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -o-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -ms-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: linear-gradient(to bottom, #f60b15 0%, #b6070e 100%);
    border: 1px solid #7d0000;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.button-small {
    font: normal 12px/18px 'Open Sans Bold', sans-serif;
    padding: 5px 8px;
}

.button.button-xs {
    padding: 5px 10px;
}

.button-default {
    text-shadow: -1px -1px 0px #fff;
    background: #fcfcfc;
    background-image: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background-image: -ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #e5e5e5 100%);
    border: 1px solid #c8c8c8;
    color: #838383;
}

.button.button-default:hover, .button.button-default:active, .button.button-default:focus {
    color: #838383;
}

form .form-group .submit:hover, .button:hover, form .form-group .submit:active, .button:active, form .form-group .submit:focus, .button:focus {
    text-decoration: none;
    color: #fff;
}

.text iframe {
    margin-bottom: 40px;
}

.talk .item {
    width: 370px;
    float: left;
    margin: 0 15px 30px;
}

.talk-item {
    width: 270px;
    margin: 0 15px 100px;
}

.talk .item .text, .talk-item .text {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
}

.talk .author, .talk-item .author {
    background: url(/images/triangle.png) left top no-repeat;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}


.talk .author {
    margin-top: -5px;
}

.talk .author img, .talk-item .author img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    float: left;
    margin-right: 20px;
}

.talk .author .info, .talk-item .author .info {
    position: absolute;
    bottom: 0;
    right: 0;
}

.talk .author .info {
    width: 230px;
}

.talk-item .author .info {
    width: 130px;
}

.talk .author .title {
    color: #b6070e;
}

.talk-item .author .title {
    color: #333;
}

.talk .author .post, .talk-item .author .post {
    font-size: 11px;
    line-height: 12px;
}

.text .title {
    font: normal 15px/20px 'Open Sans Bold', sans-serif;
    margin: 20px 0;
}

.breadcrumbs {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    padding: 20px;
    margin: 0 -15px 30px;
}

.breadcrumbs a, .breadcrumbs span {
    font: normal 15px/20px 'Open Sans Light', sans-serif;
    padding: 0 15px;
}

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

.yashare-auto-init {
    margin-top: 40px;
}

.nine {
    width: 870px;
    float: left;
}

.nine > h2, .hero-object > h2 {
    clear: both;
}

.three {
    width: 300px;
    float: right;
    margin: 0 -15px 20px;
}

.three > h2 {
    margin: 0 15px 30px;
}

.content-search {
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    background: #fff;
    padding: 20px 0;
    margin: 0 -15px 30px;
    overflow: hidden;
}

.content-search form .form-group {
    width: 492px;
    float: left;
    padding: 0 20px;
    margin-bottom: 0;
}

.content-search.hero-search form .form-group,
.content-search.press-search form .form-group,
.content-search.video-search form .form-group,
.content-search.news-search form .form-group {
    width: 328px;
    position: relative;
}

.content-search.press-search form .form-group select#subject,
.content-search.video-search form .form-group select#subject,
.content-search.news-search form .form-group select#subject {
    left: 20px;

}

.content-search form .form-group.wide {
    width: 982px;
}

.content-search form .form-group #start, .content-search form .form-group #end {
    width: 206px;
}

.content-search.press-search form .form-group #start, .content-search.press-search form .form-group #end,
.content-search.video-search form .form-group #start, .content-search.video-search form .form-group #end,
.content-search.news-search form .form-group #start, .content-search.news-search form .form-group #end {
    width: 124px;
}

.content-search form .form-group:last-child {
    width: 185px;
}

.content-search form .form-group .submit {
    display: inline-block;
    float: right;
}

.column-3 .ui-datepicker {
    width: 270px;
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
}

.ui-datepicker {
    display: none;
    width: 300px;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.50);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.50);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.50);
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar td, .ui-datepicker-calendar th {
    padding: 5px;
    text-align: center;
}

.ui-datepicker-calendar th {
    font-weight: normal;
    font-family: 'Open Sans Semibold', sans-serif;
}

.ui-datepicker-calendar a {
    color: #333;
    display: block;
    border-bottom: 1px solid transparent;
}

.ui-datepicker-calendar .ui-state-event {
    border-bottom: 1px solid #b6070e;
}

.ui-datepicker-calendar .ui-state-event:hover {
    text-decoration: none;
}

.ui-datepicker-calendar td.ui-datepicker-week-end a {
    color: #b6070e;
    font-family: 'Open Sans Semibold', sans-serif;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
    background: #b6070e;
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
    font-family: 'Open Sans Semibold', sans-serif;
    color: #fff;
}

.ui-datepicker-title {
    font: normal 15px/18px 'Open Sans Semibold', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
    width: 19px;
    height: 19px;
    display: block;
    background: url(/images/arrow.png) no-repeat;
    cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev {
    float: left;
    margin-left: 10px;
}

.ui-datepicker-header .ui-datepicker-next {
    float: right;
    background-position: -19px 0;
    margin-right: 10px;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.modal-header {
    padding: 25px;
}

.modal-body {
    padding: 25px 25px 5px;
}

.modal-footer {
    padding: 25px 25px 20px;
}

.modal-alert .alert {
    margin: 20px 20px 0;
}

.loading {
    width: 16px;
    display: block;
    margin-bottom: 10px;
}

.add-photo .photo {
    margin-bottom: 10px;
}

.add-photo .glyphicon {
    margin-right: 10px;
}

label.request:after {
    content: "*";
    margin-left: 5px;
    color: #e55525;
    font-size: 13px;
}

input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 31px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    background-image: url(/images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button .glyphicon {
    top: 3px;
    font-size: 16px;
    margin-right: 5px;
}

.button.button-xs .glyphicon {
    top: 1px;
    font-size: 13px;
    margin-right: 5px;
}

.talk + .main {
    margin-top: 50px;
}

.row-2 {
    float: left;
    width: 900px;
}

.document {
    padding-bottom: 20px;
}

.document .item .title {
    font-size: 13px;
}

.document .item {
    margin-bottom: 10px;
}

.news-tabs {
    margin: 0 -15px 30px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #c6c6c6;
}

.news-tabs li {
    display: inline-block;
}

.news-tabs li h1 {
    font: normal 20px/35px 'Open Sans Light', sans-serif;
    display: inline;
    padding: 14px 20px 15px;
    border: 1px solid #c6c6c6;
    border-bottom: 1px solid #f8f6f1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
}

.news-tabs li a {
    font: normal 20px/35px 'Open Sans Light', sans-serif;
    padding: 10px 20px;
    border: 1px solid #c6c6c6;
    border-bottom: 1px solid transparent;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
}

.show-all {
    padding: 20px 0 25px;
    border-top: 1px solid #c6c6c6;
}

.show-all a {
    color: #640408;
}

.singup {
    padding: 20px;
}

.singup .button {
    margin-top: 20px;
}

.singup ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.nav-tabs + .tab-content {
    padding-top: 20px;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
}

.admin-link {
    position: relative;
    z-index: 2;
    top: -10px;
}

.admin-link-edit {
    margin-bottom: 30px;
}

.text-danger {
    color: #b6070e;
}

.countdown {
    background-position: center;
}

.style-1 {
    background-image: url(/uploads/countdown/countdown-01.jpg);
}

.style-2 {
    background-image: url(/uploads/countdown/countdown-02.jpg);
}

.style-3 {
    background-image: url(/uploads/countdown/countdown-03.jpg);
}

.style-4 {
    background-image: url(/uploads/countdown/countdown-04.jpg);
}

.countdown-body {
    background: rgba(255,255,255,0.5);
}

.countdown-body .title {
    display: block;
    text-align: center;
    font: normal 20px/35px 'Open Sans Semibold', sans-serif;
    color: #b6070e;
}

.timer {
    text-align: center;
    margin: 10px 0 30px;
}

.timer span {
    display: inline-block;
    padding: 10px;
    width: 75px;
    margin: 0 5px;
}

.timer span b {
    background: #000;
    border-radius: 5px;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 5px;
    font: normal 30px/35px 'Open Sans Condensed Bold', sans-serif;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
}

.timer span i {
    font-style: normal;
}

.timer span b,
.timer span i {
    display: block;
    text-align: center;
}

.hero-object {
    margin-bottom: 40px;
}

.hero-object .column-2 {
    width: 190px;
}

.hero-object .column-2 .image {
    width: 190px;
    height: 253px;
}

.hero-object .column-2 .image img {
    width: 190px;
    height: initial;
}

.page-footer {
    background: #fff;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.15);
    margin-bottom: 50px;
}

.page-footer > div {
    width: 50%;
    padding: 20px 30px;
}

.page-footer .page-next {
    text-align: right;
}

.donate {
    color: #fff;
    text-transform: uppercase;
    font: normal 12px/18px 'Open Sans Bold', sans-serif;
    background: #b6070e;
    background-image: -moz-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f60b15), color-stop(100%, #b6070e));
    background-image: -webkit-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -o-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: -ms-linear-gradient(top, #f60b15 0%, #b6070e 100%);
    background-image: linear-gradient(to bottom, #f60b15 0%, #b6070e 100%);
    text-shadow: 0 -1px 0 rgba(000,000,000,0.4), 0 1px 0 rgba(255,255,255,0.3);
    border: 1px solid #7d0000;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.donate:hover,
.donate:focus {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 768px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.modal-body h4 {
    margin-bottom: 25px;
}