.wraper {
  width: 100%;
}

@media (max-width: 992px) {
  .body-bg,
  .container {
    width: 100%;
  }
  #header {
    /*display: block !important*/
  }
  /* #header .logo {
    padding: 10px;
  } */
  #menu-site-default .navbar-right {
    display: none;
  }
  .column-margin-left {
    margin-left: 0 !important;
  }
  .newshea .newright {
    border-right: 0px !important;
    border-bottom: 1px dotted #d8d8d8 !important;
  }
}
@media (max-width: 767px) {
  .body-bg,
  .container {
    width: 100%;
  }
  .box-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .contactDefault {
    position: relative;
  }
  .social-icons,
  .contactDefault,
  .personalArea {
    float: right;
    margin-right: 10px;
    margin-left: 0;
  }
  .social-icons .content,
  .contactDefault .content {
    display: none;
  }
  .contactList li {
    display: block;
  }
  .contactList li .fa,
  .contactList li [class^="icon-"],
  .contactList li [class*=" icon-"] {
    width: 20px !important;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .hidden-ss-block,
  .hidden-ss-inline,
  .hidden-ss-inline-block {
    display: none !important;
  }
  .second-nav {
    position: absolute;
    left: -10px;
    top: 0;
  }

  .second-nav .bg {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
  .third-nav .bg {
    padding: 10px 5px;
  }
  .third-nav .current-time {
    display: none;
  }
  #menusite .navbar-default {
    background-color: #5bb95c !important;
    border-color: #428bca !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
  }
  #menusite .navbar-default .navbar-nav > li {
    margin-left: 0 !important;
    width: 200px;
  }
  #menusite .navbar-default .navbar-nav > li:first-child {
    margin-left: 0 !important;
  }
  #menusite .navbar-default .navbar-nav > li:last-child {
    margin-right: 0 !important;
  }
  #menusite .navbar-default .navbar-nav > li > a {
    background-color: #1c9a1d !important;
    color: #ffffff !important;
  }
  #menusite .navbar-default .navbar-nav > li > a:hover,
  #menusite .navbar-default .navbar-nav > li > a:focus,
  #menusite .navbar-default .navbar-nav > .open > a,
  #menusite .navbar-default .navbar-nav > .open > a:hover,
  #menusite .navbar-default .navbar-nav > .open > a:focus {
    background: linear-gradient(to bottom, #357ebd 0%, #2f70a7 100%) !important;
    color: #ffffff !important;
  }
  #menusite .navbar-default .navbar-nav > .active > a,
  #menusite .navbar-default .navbar-nav > .active > a:hover,
  #menusite .navbar-default .navbar-nav > .active > a:focus {
    background: #4247ca !important;
    color: #ffffff !important;
  }

  #menusite .navbar-nav {
    margin: 0 0 10px 0 !important;
  }
  #menusite .navbar-collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -51px !important;
  }

  #menusite .navbar-toggle {
    margin-left: 0 !important;
    margin-right: -55px;
    color: #dcdcdc !important;
    border-color: transparent transparent #428bca #428bca !important;
    background-color: #428bca !important;
  }
  #menusite .navbar-toggle:hover,
  #menusite .navbar-toggle:focus {
    color: #ffffff !important;
    background-color: #245682 !important;
  }
  #menusite .navbar-nav .dropdown-mobile {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #82b2dc !important;
  }
  #menusite .dropdown-submenu {
    margin: 0;
    padding: 0;
  }
  #menusite .dropdown-submenu li > ul > li {
    margin-left: 30px;
  }
  #menusite .dropdown-submenu a {
    line-height: 33px;
    background-color: #5bb95c;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: #5dd55c !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #menusite .dropdown-submenu li a {
    color: #333333 !important;
  }
  #menusite .dropdown-submenu > a:after {
    display: none;
  }
  /* #header .logo {
    text-align: center;
  } */
  .newshea .newright {
    border-right: 0px !important;
    border-bottom: 1px dotted #d8d8d8 !important;
  }
  .display-none {
    display: none;
  }
  .menu-mobile {
    background: #00923f;
  }
  #mnuGuest a {
    padding: 10px;
    color: #fff;
    border-top: 1px solid #1c9450;
  }
  #mnuGuest {
    display: block;
  }
  .display-login {
    padding: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    border-top: 1px solid #1c9450 !important;
    display: block;
    text-transform: none;
    text-align: left;
  }
  .display-login a {
    padding: 0;
  }
  #slide img {
    height: 300px;
  }
}
@media (max-width: 499px) {
  .nv-infodie {
    width: 100%;
  }
  /* #header .logo {
    text-align: center;
  } */
  /* #header .logo img {
    max-height: 40px;
    width: auto;
  } */
  .visible-ss-block {
    display: block !important;
  }
  .visible-ss-inline {
    display: inline !important;
  }
  .visible-ss-inline-block {
    display: inline-block !important;
  }
  .hidden-ss-block,
  .hidden-ss-inline,
  .hidden-ss-inline-block {
    display: none !important;
  }
  #tip,
  #footer-tip {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .guestBlock {
    width: 100%;
  }
  .newshea .newright {
    border-right: 0px !important;
    border-bottom: 1px dotted #d8d8d8 !important;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  #footer .menu li {
    width: 32%;
  }
  #footer .menu li:nth-child(3n + 2) {
    padding-right: 8px;
    padding-left: 7px;
  }
  #footer .menu li:nth-child(3n),
  #footer .menu li:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 500px) {
  .nv-infodie {
    width: 500px;
    left: 50%;
    margin-left: -250px;
  }
}
@media (min-height: 500px) {
  .body-bg,
  .container {
    width: 100%;
  }
  .nv-infodie {
    height: 500px;
    top: 50%;
    margin-top: -250px;
  }
}
@media (min-width: 768px) {
  .wraper {
    width: 100%;
  }
  .hidden-ss-block {
    display: block !important;
  }
  .hidden-ss-inline {
    display: inline !important;
  }
  .hidden-ss-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .body-bg,
  .container {
    width: 100%;
  }
  .wraper {
    width: 100%;
    max-width: 1114px;
  }
  nav > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main1 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wraper {
    width: 1114px;
  }
  nav > .container > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .main1 {
    display: none;
  }
}

/********************BLOCK LAST NEWS*******************************************/

@media only screen and (min-width: 1024px) and (max-width: 1060px) {
  .slider {
    width: 67.24% !important;
    margin: 15px 2.17% !important;
  }
  .slider h2.breaking-news {
    padding: 0 3.55% !important;
  }
  #latest-news {
    width: 27.29% !important;
  }
  #latest-news ul li {
    padding: 10px 6.52% 0px 6.52% !important;
  }
  #latest-news-bottom {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .slider {
    margin: 15px 2.17% !important;
    width: 55.17% !important;
  }
  .slider h2.breaking-news {
    padding: 0 3.55% !important;
  }
  #latest-news ul li {
    padding: 10px 2.17% 0 !important;
  }
  #latest-news {
    /*
		border-left: medium none;
		border-right: medium none;
		*/
    border: 1px solid #cecece !important;
    margin-top: 5px !important;
    width: 40% !important;
  }
  #latest-news header span#triangle {
    background: none repeat scroll 0 0 transparent !important;
  }
  #latest-news header span#arrow {
    background: none repeat scroll 0 0 transparent !important;
  }
  #latest-news-bottom {
    display: none !important;
  }
  #latest-news header {
    padding: 0 2.17% !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider {
    margin: 15px 2.57% !important;
    width: 95% !important;
  }
  .slider h2.breaking-news {
    padding: 0 3.55% !important;
  }
  #latest-news ul li {
    padding: 10px 2.17% 0 !important;
  }
  #latest-news {
    border: 1px solid #cecece !important;
    margin-top: 5px !important;
    width: 100% !important;
  }
  #latest-news header span#triangle {
    background: none repeat scroll 0 0 transparent !important;
  }
  #latest-news header span#arrow {
    background: none repeat scroll 0 0 transparent !important;
  }
  #latest-news-bottom {
    display: none !important;
  }
  #latest-news header {
    padding: 0 2.17% !important;
  }
  .entry-body .featured-image {
    margin-right: 1.5% !important;
    width: 20% !important;
  }
  .entry-body {
    border-bottom: 1px solid #dedede !important;
  }
  .entry-box-header {
    padding: 10px 1.95% !important;
  }
  .entry-list li img {
    margin-right: 1.5% !important;
  }
  .image-caption {
    display: none !important;
  }
}
