@media screen and (max-width: 1220px) {
  * {
    box-sizing: border-box;
  }
  body {
    min-width: 1px;
  }
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
    width: 950px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sf-menu{
    width: 100%;
  }
  .sf-menu > li{
    width: 16.666% !important;
  }
  #bgStretch{
    display: none !important;
  }
  #wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto !important;
  }
  header {
    order: 1;
  }
  #splash{
    opacity: 1 !important;
    position: static;
    order: 2;
    margin-left: 0 !important;
  }
  section {
    order: 3;
    height: auto !important;
  }
  .span4 {
    width: 50%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .span4:nth-of-type(3){
    width: 100%;
  }
  .span4 * {
    box-sizing: border-box;
  }
  .splash_section > .row, .dynamicContent .row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .splash_section > .row:before, .splash_section > .row:after, .dynamicContent .row:before, .dynamicContent .row:after{
    display: none;
  }
  .close_section{
    display: none !important;
  }
  .splash_btn{
    left: 15px;
    right: 15px;
    width: auto;
  }
  .dynamicContent {
    position: static !important;
  }
  .dynamicContent > .content{
    min-height: 1px;
  }
  footer {
    order: 4;
  }
  .min_h_splash{
    display: flex;
    flex-wrap: wrap;
    float: none;
    min-height: 1px;
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .min_h_splash:last-of-type{
    margin-bottom: 0;
  }
  .scroll_splash {
    height: auto;
  }
  .scroll_splash > div {
    position: static;
  }
  #splash ._track{
    display: none !important;
  }
  .splash_content{
    order: 2;
    position: static;
    height: 100%;
  }
  .splash_btn{
    order: 1;
    position: static;
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
    height: 52px;
    line-height: 52px;
  }
  .dynamicContent .content .cont_bg, .cont_bg{
    height: 100%;
  }
  .cont_pad {
    padding-bottom: 0;
  }
  .marBot1:last-of-type {
    margin-bottom: 0;
  }
  .span5, .span7, .span12{
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .fs14 .span5 {
    margin-bottom: 30px;
  }
  .dynamicContent .content .cont_bg .cont_pad2{
    padding: 15px;
    height: auto !important;
  }
  .dynamicContent .content .cont_bg .cont_pad2 .scroll {
    position: static !important;
  }
  .dynamicContent .content .cont_bg .cont_pad2 ._track {
    display: none !important;
  }
  .scroll {
    height: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
    width: 750px;
  }
  .sf-menu > li > a{
    font-size: 18px;
  }
  .sf-menu > li > a .base_text{
    padding-left: 15px;
  }
  .sf-menu > li > a .txt_small{
    font-size: 9px;
  }
}

@media screen and (max-width: 768px) {
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{
    width: 100%;
  }
  .sf-menu {
    display: flex;
    flex-wrap: wrap;
    background-repeat: repeat;
    overflow: hidden;
  }
  .sf-menu > li {
    width: 50% !important;
    margin-right: 0;
  }
  .sf-menu > li:nth-of-type(even){
    border-right: none;
  }
  h1 img {
    margin-left: -38px;
    margin-top: -18px;
  }
  a.login_link{
    margin-top: 33px;
  }
  header{
    margin-bottom: 30px;
  }
  .span4{
    width: 100%;
  }
  .cont_pad {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .pull-left{
    width: 100%;
  }
  .footer_inner * {
    float: none;
  }
  .dynamicContent .content .cont_bg .cont_pad{
    height: auto !important;
    padding: 15px !important;
  }
  .dynamicContent .content .cont_bg .cont_pad3 {
    padding: 15px;
  }
  .marBot3 .imgIndent{
    display: block;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .col3 {
    width: 265px;
  }
  .g_map {
    display: none;
  }
  .dynamicContent .content .cont_bg, .cont_bg {
    min-height: 1px !important;
  }
  #form1 label, #form1 input, #form1 textarea {
    width: 100% !important;
  }
  #form1 .success {
    width: 100% !important;
  }
  .dynamicContent .content .cont_bg .cont_pad3 {
    height: auto !important;
  }
}

