html,
body {
    height: 100%;
    font-family: "PT Sans", sans-serif;
}

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

.wrap > .container {
    width: 100%;
    margin-top: 16px;
    padding: 15px 20px;
    z-index: -1;
}

.footer {
    background-color: #383838;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 15px;
}

.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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

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

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.news-create .resize-cropbox {
    display: none !important;
}

.uploadcrop {
    min-height: 186px;
    width: 201px;
    border: #286090 1px solid;
    background-color: rgb(40, 96, 144);
}

.top_header {
    padding: 5px;
    background-color: #FAFAFA;
    overflow: hidden;
}

.top_header a {
    margin-right: 12px;

}

.left_top_header a {
    border-right: 1px solid #999;
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 15px;
}

.left_top_header {
    float: left;
    padding: 5px;
    margin-left: 15px;
}

.right_top_header {
    float: right;
}

.fb_icon {

    background-image: url('../images/site/icons.png');
    width: 31px;
    background-position: 0 0;
    height: 31px;
    float: right;
    display: block;
    margin-right: 5px !important;
}

.android_icon {

    background-image: url('../images/site/icons.png');
    width: 31px;
    background-repeat: no-repeat;
    height: 31px;
    background-position: -33px 0;
    display: block;
    float: right;
    margin-right: 5px !important;
}

.apple_icon {
    background-image: url('../images/site/icons.png');
    background-position: -67px 0;
    height: 31px;
    float: right;
    width: 31px;
    margin-right: 0 !important;
}

.main_header {
    padding: 22px;
    overflow: hidden;
    background-color: #7A1A1A;
    background-image: url("../images/site/header.png");
    background-repeat: no-repeat;
}

.btn-search{
    border: none;
    background: transparent;
}

.logo {
    background-image: url('../images/site/icons.png');
    background-repeat: no-repeat;
    background-position: 0 -31px;
    height: 85px;
    padding: 10px 0 10px 95px;
    overflow: hidden;
    float: left;
    display: block;
    color: #fff;
}
.site-name{
    color: #fff;
    display: inline-block;
    font-size: 23px;
    margin-top: 10px;
    width: 340px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}

.button_transparent {
    padding: 11px 10px 6px 12px;
    background-color: #7A1A1B;
    border: 1px solid #fff;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    border-radius: 5px;
}

.report_number {

    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.report_header {
    font-size: 16px;
    float: right;
    text-align: right;
    font-family: "PT Sans", sans-serif;
}

.report_arrow {
    background-image: url("../images/site/icons.png");
    background-repeat: no-repeat;
    background-position: -97px 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.report_label {
    color: #fff;
    font-size: 17px;
    display: block;
    float: left;
    padding-right: 8px;
}

.report_label:hover {
    color: #fff;
    text-decoration: none;
}

.button_transparent:hover {
    background-color: #fefefe;
}

.button_transparent:hover .report_label {
    color: #3b3b3b;
}

.news_img {
    float: left;
    display: block;
    margin-right: 10px;
}

.news_block {
    clear: both;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #228dad;
    /* padding-top: 16px; */
}

.clear {
    clear: both;
}

.right_news_block {

    display: table;
    width: auto;
}

.news_title {
    clear: both;
    font-weight: normal;
    font-size: 17px;
    display: inline-block;
    /* border-bottom:1px solid #337ab7; */
    padding-bottom: 1px;
    color: #3579c0;
}

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

.news_date {
    color: #757575;
}

.date-clock {
    font-size: 12px;
    color: #999;
    margin: 0 3px 0 10px;
}

.top-menu .navbar-inverse {
    background-image: url("../images/site/menu_bg.png");
    background-repeat: repeat;
    background-position: top left;
    border-radius: 0;
    border: none;
    height: 45px;
}

.top-menu .navbar-nav > li > a {
    padding-bottom: 13px;
    padding-top: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.home-link {
    width: 33px;
    height: 33px;
    background-image: url(../images/site/icons.png);
    background-position: -215px -186px;
    display: inline-block;
}

.top-menu .container {
    width: 1360px;
    padding: 0;
}

.top-menu .navbar {
}

.transformer {
    padding-right: 0 !important;
}

.top-menu {
    height: 45px;
}

.recaptcha_message_report {
    color: #a94442;
    margin: 15px 0;
    font-size: 16px
}

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

.top-menu a {
    text-transform: uppercase;
    color: #fff;
    line-height: 23px !important;
}

.top-menu .navbar-nav {z-index: 1000000;}

.top-menu .navbar-nav > li {
    margin: 0 5px;
}

.top-menu .navbar-nav > li:nth-child(1) {
    margin-left: 0;
}

.news_text table tr, .news_text table td {
    border: 1px solid #ccc;
    padding: 4px;
}

.top-menu .caret:before {
    /* border-style: solid; */
    /* border-width: 2.8px 2.8px 0 0; */
    /* content: ''; */
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    font-size: 12px;
}

.top-menu .caret {
    border: none;
    vertical-align: unset;
    /* left: 12px; */
    /* width: 10px; */
    /* border-width: 0.25em 0.25em 0 0; */
}

.left_block {
    width: 300px;
    float: left;
    display: inline-block;
}

.central_block {
    width: 665px;
    margin-left: 23px;
    float: left;
}

.right_bar {
    float: right;
    width: 300px;
    /* border: 1px solid black; */
}

.slider_wrap {
    width: 100%;
    position: relative;
    max-height: 362px;
    display: inline-block;
    overflow: hidden;
}

#content-slider {
    overflow: hidden;
    display: inline-block;
}

.slider_bg {
    width: 440px;
    margin: auto;
    overflow: hidden;
}

.slider_cover {
    background-color: #ece9d8;
    position: relative;
}

.main_heading {
    font-family: "PT Sans", sans-serif;
    font-size: 19px;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 15px;
}

.minor_heading {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
}

.centralizer {
    margin: 0 auto;
    display: table;
    width: 1310px;
}

.news_categories {
    height: 310px;
    width: 100%;
    background-color: #F3F3F3;
}

.news_index_wrap {
    margin-top: 15px;
}

.slider_title {
    font-size: 19px;
    color: #000;
    display: block;
    margin-top: 15px;
    width: 665px;
}

.width_limiter {
    width: 1310px;
    overflow: hidden;
    margin: auto;
}

.news_categories {

}

.italic_header {
    font-size: 19px;
    font-style: italic;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    color: #d20909;
}

.padder {
    padding: 10px 15px;
}

.left_category_list a {
    text-transform: uppercase;
    color: #3b3b3b;
    font-size: 15px;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #a2a2a2;
    padding-left: 55px;
}

.l-news-list {
    background-position: -160px 15px;
    width: 33px;
    height: 43px;
}

.l-victim-list {
    background-position: -194px 26px;
    width: 33px;
    height: 53px;
    height: 51px;
}

.l-list {
    background-image: url(../images/site/icons.png);
    background-repeat: no-repeat;
    width: 33px;
    display: inline-block;
    float: left;
}

.l-achiev-list {
    background-position: -127px 15px;
    width: 33px;
    height: 44px;
}

.l-press-list {
    background-position: -230px 14px;
    width: 33px;
    height: 53px;
}

.rmb {
    border-bottom: none !important;
}

.l_report_block {
    background-color: #5c707b;
    overflow: hidden;
    padding: 15px;

}

.l_report_block a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    /* line-height:34px; */
    width: 200px;
    margin-bottom: 11px;
    line-height: 25px;
}

.l_corruption_block {
    background-color: #f3f3f3;
    padding-bottom: 5px;
}

.l_corruption_links a {
    display: block;
    font-size: 16px;
    color: #000;
    margin: 8px 0 5px;
}

.top_marginer {
    margin-top: 10px
}

.top_marginer_30 {
    margin-top: 30px
}

.crop-border-block {
    border: 1px solid #d3bbbb;
}

.sidebar_heading {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #fff;
    padding: 0 3px;
    margin-left: 15px;
    margin-top: -10px;
    line-height: 23px;
}

/*---------------------------------------*/

.bn-block.type-2 {
    padding: 20px 16px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d3bbb9;
    border-image: initial;
}

.margin2 {
    margin: 25px 0px;
}

.bn-block {
    position: relative;
    box-sizing: border-box;
}

* {
    outline: none;
}

.bn-block.type-2 .bb-title {
    margin: -30px 0px 11px;
}

.bn-block.type-2 .bb-title h3 {
    margin-left: -5px;
    font-size: 15px;
    padding: 0px 5px;
    background: rgb(255, 255, 255);
}

.h3, h3.h3 {
    display: inline;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0px;
}

.pull-center {
    text-align: center;
    color: #fff;
    line-height: 30px;
    /* float: none; */
    display: inline-block;
    width: 230px;
    margin: 0 0 0 490px;
}

.un_link {
    width: 50px;
    height: 95px;
    background-image: url("../images/site/icons.png");
    background-repeat: no-repeat;
    background-position: 0 -161px;
    display: block;
}

.android_footer_icon {
    display: block;
    width: 123px;
    height: 40px;
    background-image: url(../images/site/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -118px;
    float: left;
    margin-right: 5px;
    margin-top: 15px;
}

.apple_footer_icon {
    display: inline-block;
    width: 123px;
    height: 40px;
    background-image: url(../images/site/icons.png);
    background-repeat: no-repeat;
    margin-top: 15px;
    background-position: -123px -118px;
}

.secondary_link {
    float: right;
    border-bottom: 1px dotted #999;
}

.left_floater {
    float: left;
}

.secondary_link a {
    font-style: italic;
    text-decoration: dotted;
    font-size: 16px;
    color: #999;
}

.general-post-cover img {
    width: 32%;
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.side-bar-title {
    margin-top: -3px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.general-post-cover {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.sidebar_authority {
    width: 100%;
    height: 390px;
    border: 1px solid #d80403;
    position: relative;
}

.sidebar_authority .rating-xs {
    font-size: 22px;
    margin-top: 15px;
}

.authority_heading {
    color: #fff;
    text-align: center;
    background-color: #d80403;
    padding: 7px;
    font-size: 19px;
}

.authority_heading a {
    color: #fff;
    text-decoration: none;
}

.bottom_heading {
    color: #fff;
    text-align: center;
    background-color: #d80403;
    padding: 7px;
    font-size: 19px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bottom_heading a {
    color: #fff;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: 350px;
}

.news_category_link {
    color: #d80403;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    float: left;
}

.news_view_count {
    color: #9e9e9e;
    float: right;
    font-size: 14px;
}

.news_coment_span {
    float: right;
    font-size: 15px;
    color: #9e9e9e;
}

.news_text {
    font-size: 15px;
    margin-top: 10px;
}

.news_category_italic {
    color: #d80403;
    font-size: 15px;
    font-style: italic;
}

.pluso-more, .pluso-counter {
    display: none !important;
}

.share_label {
    display: inline-block;
    float: left;
    font-size: 17px;
    margin-top: 2px;
    margin-right: 20px;
}

.share_buttons {
    margin-top: 30px;
}

.comments {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 15px;
    /* margin-top: 40px; */
}

.comment-author {
    font-size: 17px;
    font-weight: 700;
    margin-top: -4px;
}

.comment-block {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 15px 0;
}

.comment-avatar {
    width: 55px;
    height: 55px;
    background-image: url("../images/site/icons.png");
    background-repeat: no-repeat;
    background-position: -161px -162px;
    float: left;
    margin-right: 10px;
    /* border: 1px solid; */
}

.comment-date {
    margin-right: 15px;
    color: #63b0e6;
    font-weight: 700;
}

.comment-text {
    font-size: 18px;
}

.sharper {
    border-radius: 0 !important;
    height: 40px;
}

.comment-input-text {
    border-radius: 0;
    height: 120px;
}

.comment_icon {
    background-image: url(../images/site/icons.png);
    width: 24px;
    height: 22px;
    display: inline-block;
    background-position: -133px -160px;
    float: left;
    margin-right: 5px;
}

.send-comment {
    border-radius: 0;
    background-color: #b90302;
    padding: 10px 35px;
    font-size: 17px;
    text-transform: uppercase;
}

.field-report-city_id {
    margin-top: 20px;
}

.custom-drop {
    height: 45px;
    border-radius: 0;
    color: #999;
}

.report-form .select2-selection {
    border-radius: 0;
    height: 45px;
    /* padding: 20px 10px 20px 10px; */
    padding-top: 12px;
}

.report-form .select2-selection__arrow {
    top: 7px !important;
    border-left: none !important;
}

.map {
    height: 400px;
    width: 100%;
}

.field-report-anonymous [type="checkbox"]:not(:checked),
.field-report-anonymous [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.field-report-anonymous [type="checkbox"]:not(:checked) + label,
.field-report-anonymous [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
}

/* checkbox aspect */
.field-report-anonymous [type="checkbox"]:not(:checked) + label:before,
.field-report-anonymous [type="checkbox"]:checked + label:before {
    content: "\e013";
    position: absolute;
    left: 50%;
    top: 60px;
    color: #f6f6f6;
    width: 35px;
    height: 35px;
    border: 2px solid #27b8d1;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    font-family: "Glyphicons Halflings";
    font-size: 24px;
    padding: 0 0 0px 0px;
}

/* checked mark aspect */
.field-report-anonymous [type="checkbox"]:not(:checked) + label:after,
.field-report-anonymous [type="checkbox"]:checked + label:after {
    content: "\e013";
    font-family: "Glyphicons Halflings";
    position: absolute;
    top: 70px;
    left: 52%;
    font-size: 24px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}

/* checked mark aspect changes */
.field-report-anonymous [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.field-report-anonymous [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.field-report-anonymous [type="checkbox"]:disabled:not(:checked) + label:before,
.field-report-anonymous [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #27b8d1;
    background-color: #ddd;
}

.field-report-anonymous [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.field-report-anonymous [type="checkbox"]:disabled + label {
    color: #aaa;
}

/* accessibility */
.field-report-anonymous [type="checkbox"]:checked:focus + label:before,
.field-report-anonymous [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #27b8d1;
}

.radio-row ul {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.border-maker {
    height: 185px;
    border: 1px solid #ccc;
}

.anon-label {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    width: 265px;
    margin-top: 23px;
}

.report-text {
    position: relative;
    font-style: italic;
    font-family: 'Noto Serif', serif;
    padding: 0px;
    font-size: 15px;
}

.report-text:before {
    background-image: url("../images/site/icons.png");
    font-size: 75px;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    color: #1f77bb;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: -10px;
}

.report-padder {
    padding-left: 40px;
    display: block;
}

.cat-row {
    font-size: 15px;
}

.cat-row span {
    color: #a5c9e4;
    line-height: 25px;
}

.report-cats {
    margin-top: 10px;
}

.right-marginer {
    padding-right: 30px;
}

.inner {
    color: #000;
}

.report_block {
    margin-bottom: 15px;
    border-bottom: 1px solid #228dad;
    padding-bottom: 15px;
}

.new-row {
    margin-top: 15px;
}

.inner_red {
    color: #b90302;
}

.sort-select {
    width: 88px;
    padding: 4px 2px;
    margin-left: 10px;
}

.sector-select {
    width: 143px !important;
}

.city-select {
    width: 134px !important;
}

.type-select {
    width: 127px;
}

.sort-label {
    float: left;
    margin-top: 2px;
    font-size: 17px;
    color: #000;
}

.sort-wrap {
    margin-bottom: 20px;
}

.authority_block {
    float: left;
    width: 211px;
    border: 1px solid #b90302;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 405px;
}

.authority_block:nth-child(3n+2) {
    margin: auto 15px;
}

.authority-index .rating-xs {
    font-size: 18px;
    margin-top: 15px;
}

.authority-index .rating-container .star {
    display: inline-block;
    margin: 0 1px;
    text-align: center;
}

.authority_index_title {
    font-size: 16px;

}

.authority-index .pagination {
    clear: both;
    display: table;
    margin: 20px auto;
}

.title_width_limiter {
    width: 95%;
    margin: 0 auto 5px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    height: 95px;
}

.rating-container .filled-stars {
    text-shadow: none;
    -webkit-text-stroke: unset;
}

.authority-index .pagination > .active > a {
    background-color: #b90302;
    border-color: #b90302;
    color: #fff;
}

.authority-index .pagination > li > a {
    color: #b90302;
}

.authority-index .pagination > li:first-child > span, .authority-index .pagination > li:last-child > a {
    border-radius: 0 !important;
}

.more {
    margin-top: 10px;
}

.more sup {
    font-size: 34px;
    letter-spacing: 7px;
}

.more a {
    color: #ccc;
    text-decoration: none;
}

.more a:hover {
    color: #b90302;
}

.analytics-title {
    font-size: 15px;
}

.add_opinion a {
    color: #79add6;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    text-decoration: dotted;
}

.btn-main-img {
    background-color: #5cb85c !important;
    color: #fff !important;
}

.kv-preview-thumb:nth-of-type(1) .kv-cust-btn {
    background-color: #5cb85c;
    color: #fff;
}

.rel {
    position: relative;
}

.qhint {
    position: absolute;
    top: 12px;
    right: 6px;
    color: #ccc;
}

.qhint:hover {
    color: #999;
}

.popover {
    font-size: 12px;
    width: 320px;
    max-width: 100%;
}

.anonym_height {
    height: 150px;
}

.authority-logo img {
    height: 220px;
    margin-bottom: 15px;
}

.authority-logo {
    width: 100%;
    background-color: #ece9d8;
    text-align: center;
    padding: 2px 0;
}

.rating-authority-bg {
    background-color: #fff;
    margin: auto;
    display: table;
    padding: 15px 0 10px;
}

.tabs-authority {
    margin-top: 20px;
}

.tabs-authority .nav > li > a {
    border-bottom: 1px dotted;
    background-color: transparent;
    padding: 5px 8px 0;
}

.tabs-authority .nav-tabs {
    border-bottom: none;
}

.tabs-authority .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #b90302;
    cursor: default;
    border: 1px solid #3b3b3b;
    border-radius: 0;
    padding: 5px 8px;
}

.tabs-authority .nav-tabs > li {
    border-radius: 0;
    margin-right: 10px;
}

.tabs-authority .tab-content {
    padding: 15px 0;
}

.gallery-view-img {
    margin: 0 10px 10px 0;
    display: inline-block;
}

.quotes {
    width: 30px;
    height: 21px;
    background-image: url(../images/site/icons.png);
    background-position: -218px -162px;
    float: left;
}

.top-menu .dropdown-menu > .active > a {
    background-color: #fff;
    color: #000;
}

.chameleon {
    display: none;
}

.auth-icon.odnoklassniki {
    background-image: url("../images/site/icons.png") !important;
    background-position: -181px -220px;
}

.central_block .auth-clients {
    padding: 0;
    width: auto;
    margin: 0 auto;
    display: table;
}

.central_block .auth-clients li:nth-of-type(4) {
    margin-right: 0;
}

.news-title-cover {

}
.pad-remove{
    padding-left: 0;
    padding-right: 0;
}

.warning-link {
    color: #79add6;
    margin: 10px 0;
    display: inline-block;;;
}
.back_transform{
    display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 640px)
and (orientation: portrait) {
    .back_transform {
        display: inline-flex;
        width: auto;
    }

    .left_block{
        display: none;
    }
    .right_bar{
        display: none;
    }

    .central_block {
        width: auto;
        margin-left: 0px;
        float: left;
    }

    .width_limiter {
        width: auto;
        overflow: hidden;
        margin: auto;
    }

    .report-form{
        padding: 0px;
    }

    .transformer {
        padding: 0;
    }
    .logo{
        width: 42px;
        height: 41px;
        background-image: url("../images/site/icons.png");
        background-repeat: no-repeat;
        display: block;
        float: left;
        background-position: 1px -16px;
        background-size: 460%;
        margin-right: 10px;
        padding: 0;
    }


    .top_header{
        display: none;
    }

    .site-name{
        font-size: 13px;
        color: #000;
        margin-top: 0;
        width: 192px;
    }

    .main_heading{line-height: normal}

    .main_header{
        background-color: #fff;
        background: transparent;
    }
    .top-menu .container{
        width: auto;
        padding: 10px 25px;
    }

    .report_label_transform{
        display: none;
    }

    .navbar-toggle{
        float: left;
        padding: 12px 12px;
        margin-top: 8px;
        margin-right: 5px;
        background-color: #d80403;
    }

    .top-menu .navbar-inverse{
        background: transparent;
    }

    .navbar-brand{
        width: 71%;
        padding: 10px 5px;
    }

    .top-menu .navbar-inverse{

    }

    .top-menu a{
        line-height: normal!important;
    }
    .navbar-nav{
        background-color: #fff;
        border-bottom: 2px solid #ccc;
    }

    .top-menu .navbar-nav > li > a{
        color:#000;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a{
        color:#9d9d9d;
        background-color: #fff;
    }

    .pull-center{
        text-align: center;
        color: #fff;
        line-height: 30px;
        float: none;
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }

    .pull-right {
        float: none!important;
        margin: 0 auto;
        display: table;
    }
    /* STYLES GO HERE */
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 640px)
and (orientation: landscape) {

    .back_transform {
        display: inline-flex;
        width: auto;
    }

    .left_block{
        display: none;
    }
    .right_bar{
        display: none;
    }

    .central_block {
        width: auto;
        margin-left: 0px;
        float: left;
    }

    .width_limiter {
        width: auto;
        overflow: hidden;
        margin: auto;
    }

    .report-form{
        padding: 0px;
    }

    .transformer {
        padding: 0;
    }
    .logo{
        width: 42px;
        height: 41px;
        background-image: url("../images/site/icons.png");
        background-repeat: no-repeat;
        display: block;
        float: left;
        background-position: 1px -16px;
        background-size: 460%;
        margin-right: 10px;
        padding: 0;
    }


    .top_header{
        display: none;
    }

    .site-name{
        font-size: 13px;
        color: #000;
        margin-top: 0;
        width: 192px;
    }

    .main_heading{line-height: normal}

    .main_header{
        background-color: #fff;
        background: transparent;
    }
    .top-menu .container{
        width: auto;
        padding: 10px 25px;
    }

    .report_label_transform{
        display: none;
    }

    .navbar-toggle{
        float: left;
        padding: 12px 12px;
        margin-top: 8px;
        margin-right: 5px;
        background-color: #d80403;
    }

    .top-menu .navbar-inverse{
        background: transparent;
    }

    .navbar-brand{
        width: 71%;
        padding: 10px 5px;
    }

    .top-menu .navbar-inverse{

    }

    .top-menu a{
        line-height: normal!important;
    }
    .navbar-nav{
        background-color: #fff;
        border-bottom: 2px solid #ccc;
    }

    .top-menu .navbar-nav > li > a{
        color:#000;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a{
        color:#9d9d9d;
        background-color: #fff;
    }

    .pull-center{
        text-align: center;
        color: #fff;
        line-height: 30px;
        float: none;
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }

    .pull-right {
        float: none!important;
        margin: 0 auto;
        display: table;
    }

}






/*----------------------------------------------------------------------------------------------------------------------*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1023px)
and (orientation : portrait) {

    .left_top_header a {
        font-size: 11px;
        padding-right: 5px;
    }

    .width_limiter {
        width: auto;
        overflow: hidden;
        margin: auto;
    }

    .top_header a {
        margin-right: 6px;
    }
    .pad-remove{
        padding-left: 0;
        padding-right: 0;
    }
    .left_top_header{
        margin-left: 0;
    }
    .centralizer{
        width: 100%;
    }
    .top-menu .container{
        width: 100%;
    }

    .top-menu .navbar-inverse{
        height: 100px;
    }

    .top-menu {
        height: 100px;
    }
    .top-menu .navbar-nav > li {
        margin: 0 0px;
    }
    .top-menu .navbar-nav > li > a{
        font-size: 13px;
    }
    .left_block{
        display: none;
    }
    .right_bar{
        display: none;
    }
    .pull-center{
        margin: 0 0 0 190px;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    /* STYLES GO HERE */
    .centralizer{
        width: 100%;
    }
    .top-menu .container{
        width: 100%;
    }

    .top-menu .navbar-inverse{
        height: 100px;
    }

    .top-menu {
        height: 100px;
    }
    .width_limiter {
        width: auto;
        overflow: hidden;
        margin: auto;
    }
    .left_top_header a{
        padding-right: 8px;
    }

    .top_header a {
        margin-right: 8px;
    }
    .left_block{
        width: 295px;
    }
    .right_bar{
        display: none;
    }

    .pull-center {
        margin: 0 0 0 320px;
    }
}

