.clearf {
  clear: both;
}
.clearf:after,
.clearf:before {
  content: " ";
  display: table;
  clear: both;
}
.sizing-border {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.sizing-content {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}
@media screen and (max-width: 1200px) {
  #topmenu ul.nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 992px) {
  .hotline .icon,
  .hotline .number {
    font-size: 25px;
  }
  .blog .row_posts .post,
  .archive .row_posts .post {
    background: transparent;
  }
  .blog .row_posts .post_desc,
  .archive .row_posts .post_desc {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  #topmenu {
    margin-bottom: 5px;
    background: transparent;
  }
  #topmenu ul.nav {
    background: #212a6e;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .hotline {
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .udheader_box {
    position: static;
  }
  .udheader_box .subs_form {
    position: static;
    bottom: auto;
    left: auto;
  }
  .udheader_box .subs_form .col-xs-3 {
    margin-bottom: 5px;
    width: 50%;
  }
  .foot_box .ft-logo {
    border-right: none;
  }
  .ft-info {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.6);
  }
  #topmenu ul.nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hotline .icon,
  .hotline .number {
    font-size: 18px;
  }
  .main_box .box-title,
  .box-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .udheader_box .subs_form .col-xs-3 {
    width: 100%;
  }
  #topmenu .navbar-header .hotline {
    padding: 15px 8px;
    display: inline-block;
  }
}
@media screen and (max-width: 390px) {
  .site {
    width: 100%;
  }
  .header-row .hotline {
    display: none;
  }
  .hotline .icon,
  .hotline .number {
    font-size: 15px;
  }
  .aparts_box .col-xs-6 {
    width: 100%;
  }
  .blog .row_posts .post .thumb_col,
  .archive .row_posts .post .thumb_col,
  .blog .row_posts .post .desc_col,
  .archive .row_posts .post .desc_col {
    width: 100%;
  }
  .blog .row_posts .post .post_desc,
  .archive .row_posts .post .post_desc {
    padding: 15px 5px;
    background: #f4f4f4;
  }
}
@media screen and (min-width: 390px) {
  #topmenu .navbar-header .hotline {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #topmenu #bsmenu {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=fl_screen.css.map */