@media screen and (max-width: 1300px) {
  section#slider #layerslider .slider-div {
    width: 48%;
  }
}

@media screen and (max-width: 1000px) {
  section#slider #layerslider .slider-div {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  section#slider #layerslider .slider-div {
    width: 56%;
  }
}

@media screen and (max-width: 700px) {
  section#slider #layerslider .slider-div {
    width: 100%;
    background: rgba(218, 8, 18, 0.4) !important;
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
    left: 0%;
  }
  section#slider #layerslider h2 {
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
    margin-top: 10% !important;
  }
  section#slider #layerslider p {
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
    margin-left: 11% !important;
    margin-top: 20% !important;
  }
  section#slider #layerslider a.ls-nav-prev,
  section#slider #layerslider a.ls-nav-next {
    display: none !important;
  }
  section#slider #layerslider span.ls-bottom-slidebuttons a {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: #FFF !important;
    -o-transform: skew(-14deg);
    -ms-transform: skew(-14deg);
    -moz-transform: skew(-14deg);
    -webkit-transform: skew(-14deg);
  }
  section#slider #layerslider span.ls-bottom-slidebuttons a.ls-nav-active {
    background: #d90e15 !important;
  }
  section#slider #layerslider .sldbtn {
    margin-top: 30% !important;
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
    margin-left: 10% !important;
  }
  section#slider #layerslider .sldbtn p {
    margin-top: -9% !important;
    text-align: center;
    margin-left: 1px !important;
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
  }
}

@media screen and (max-width: 550px) {
  section#slider #layerslider .sldbtn {
    margin-top: 39% !important;
  }
}

@media screen and (max-width: 450px) {
  section#slider #layerslider h2 {
    font-size: 34px !important;
  }
  section#slider #layerslider p {
    font-size: 14px !important;
  }
  section#slider #layerslider .sldbtn {
    margin-top: 44% !important;
  }
  section#slider #layerslider .sldbtn p {
    margin-top: -7% !important;
    font-weight: bold;
  }
}

/*

		Header

*/
@media screen and (max-width: 1380px) {
  section#new .car2 {
    display: none;
  }
}

@media screen and (max-width: 1174px) {
  section#header .header ul.menu {
    display: none;
  }
  section#header .header a#simple-menu {
    display: block !important;
  }
}

@media screen and (max-width: 993px) {
  .search input.txtSearch {
    visibility: hidden;
    width: 100%;
    height: 36px !important;
    background-color: transparent !important;
    border-radius: 5px;
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
    font-size: 14px;
    font-family: 'PT Sans Narrow', serif;
    border: 0px solid transparent;
    border-right: 0 !important;
    border-left: 0 !important;
    margin-top: 0 !important;
  }
  .search input.btnSearch {
    margin-top: -2px !important;
  }
  .search .txt {
    opacity: 0;
    background: #008d36;
    width: 166px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 50%;
    transition: all 0.3s ease-in-out;
  }
  .search .txt::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #008d36 transparent;
  }
  .search:hover .txt {
    top: 115%;
    opacity: 1;
  }
  .search:hover .txt input.txtSearch {
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .search {
    display: none;
  }
  .search2 {
    display: block !important;
  }
}

@media screen and (max-width: 550px) {
  ul.social {
    min-width: auto !important;
  }
  ul.social li p.text {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  ul.social {
    display: none;
  }
  ul.social-media2 {
    display: block !important;
  }
  ul.social-media2 {
    width: 80px;
    float: right;
    height: 50px;
    border-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    margin-top: 12px;
  }
  ul.social-media2 li {
    list-style-type: none;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: #818385;
    border-radius: 3px;
  }
  ul.social-media2 li:last-child {
    margin-right: 0;
  }
  ul.social-media2 li:hover {
    background: #d90e15;
  }
  ul.social-media2 li a {
    color: #FFF;
    text-decoration: none;
    padding: 0;
    box-shadow: none !important;
  }
  ul.social-media2 li a p {
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    font-family: 'Icons', serif;
  }
  .header a.logo {
    width: 175px !important;
    height: 30px !important;
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 420px) {
  ul.langues {
    display: none;
  }
  .lang2 {
    display: block !important;
  }
  .lang2 h2 {
    box-shadow: none;
    margin: 0;
    background: transparent !important;
    margin-top: -14px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', serif;
  }
}

@media screen and (max-width: 1000px) {
  footer ul.social-media {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  footer a.logo {
    display: none;
  }
  footer .box {
    float: left;
  }
  footer .border1bl {
    border-right: 1px solid transparent;
    float: right;
  }
  footer a.agrafik {
    display: none;
  }
  footer .box {
    display: inline-block;
  }
  footer .telephone {
    float: left;
  }
}

@media screen and (max-width: 430px) {
  .box {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media screen and (max-width: 1000px) {
  section#sliderbottom {
    padding-top: 22px;
  }
  section#sliderbottom .mtop50 {
    margin-top: 22px;
  }
  section#sliderbottom .mtop50 a span {
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  section#sliderbottom .mtop50 a span p {
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  section#sliderbottom .buton {
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
  }
  section#sliderbottom .buton a {
    font-size: 17px;
  }
}

@media screen and (max-width: 320px) {
  section#sliderbottom .buton a {
    font-size: 15px;
  }
}

@media screen and (max-width: 670px) {
  section#sliderbottom .buton {
    max-width: 100%;
    margin-top: 16px;
  }
}

@media screen and (max-width: 900px) {
  section#feed ul.feed li {
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    border-radius: 3px;
    min-height: auto;
  }
  section#feed ul.feed li img {
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
  }
  section#feed ul.feed li p {
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
  }
}

@media screen and (max-width: 580px) {
  section#feed ul.feed li p {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 400px) {
  section#feed ul.feed .mbot22 {
    padding-left: 6px;
    padding-right: 6px;
  }
  section#feed ul.feed .mbot22 li p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 900px) {
  section#new {
    background: #d2ddd7;
    min-height: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section#new h3 {
    margin-top: 14px;
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
  section#new p {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  section#new a.btn {
    margin-top: 16px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    -o-transform: skew(0deg) !important;
    -ms-transform: skew(0deg) !important;
    -moz-transform: skew(0deg) !important;
    -webkit-transform: skew(0deg) !important;
  }
  footer p.agrafik {
    display: none !important;
  }
}

@media screen and (max-width: 420px) {
  section#new h3 {
    margin-top: 12px;
    font-size: 18px;
  }
  section#new p {
    font-size: 12px;
  }
  section#new a.btn {
    margin-top: 4px;
  }
}

@media screen and (max-width: 370px) {
  footer .telephone {
    display: none;
  }
  footer .border1bl {
    width: 250px;
    border-left: 0;
    position: absolute;
    left: 50%;
    margin-left: -110px;
  }
}

@media screen and (max-width: 330px) {
  section#new h3 {
    margin-top: 29px;
  }
  section#new p.title {
    margin-top: 18px;
    margin-bottom: -2px;
  }
  section#new p {
    line-height: 19px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 400px) {
  section#sliderbottom a span {
    width: 80px !important;
    height: 24px !important;
    line-height: 24px !important;
    top: 72% !important;
  }
  section#sliderbottom a span p {
    line-height: 24px !important;
    font-size: 11px !important;
  }
}

@media screen and (max-width: 500px) {
  footer a.topup {
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    margin-left: -45px;
  }
}

@media screen and (max-width: 520px) {
  section#content #image-view {
    width: 100%;
  }
  section#content .image-list {
    width: 100%;
    margin-top: 3px;
  }
  section#content .image-list a {
    width: 32%;
    float: left;
    margin-right: 1%;
  }
  section#content .image-list a img:hover {
    border-left: 0;
    border-top: 3px solid #d90000;
  }
  section#content .image-list a img.active {
    border-left: 0;
    border-top: 3px solid #d90000;
  }
  section#content h2 {
    font-size: 19px;
  }
  section#content h3 {
    font-size: 19px;
  }
  section#content p {
    font-size: 14px;
  }
  section#header .bottombar p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  section#header .bottombar p {
    font-size: 9px;
  }
}

@media screen and (max-width: 350px) {
  section#header .bottombar p {
    font-size: 7px;
    font-weight: bold;
  }
}

@media screen and (max-width: 570px) {
  section#content .newdate {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  section#content .newsbar a p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 400px) {
  section#content .newsbar {
    border-bottom: 1px solid transparent !important;
  }
  section#content .newsbar .news {
    height: auto !important;
    width: 100% !important;
  }
}
