/***     Media queries      ***/

body {
-webkit-text-size-adjust: none;
}

.hidden {
display: none;
visibility: hidden;
}

.visible-phone {
display: none !important;
}

.visible-tablet {
display: none !important;
}

.hidden-desktop {
display: none !important;
}

.visible-desktop {
display: block !important;
}



/* Portrait tablet to landscape and desktop */
@media screen and (max-width: 979px) {
  .hidden-desktop {
  display: block !important;
  }
  .visible-desktop {
  display: none !important ;
  }
  .visible-tablet {
  display: block !important;
  }
  .hidden-tablet {
  display: none !important;
  }
}


/* Phone and little tablet */
@media screen and (max-width: 767px) {
  .hidden-desktop {
  display: block !important;
  }
  .visible-desktop {
  display: none !important;
  }
  .visible-tablet {
  display: none !important;
  }
  .hidden-tablet {
  display: block !important;
  }
  .visible-phone {
  display: block !important;
  }
  .hidden-phone {
  display: none !important;
  }

  
}


/***     MAIN MENU     ***/
@media screen and (max-width: 979px) {

  .drop-down {
    position: relative!important;
    float: none;
    padding:0;
    width: auto !important;
    height:auto;
    z-index: 1010;
  }

  .drop-down * {
  border-radius: 0 !important;
  }
  
  .drop-down ul {
  background-color: transparent;
    border : none;
    display : none;
    width: 400px !important;
    position: absolute;
    top: 0px;
    right:0%;
    max-width: 94% !important;
    z-index: 1337;
  }

  #navigation:target > ul {
    display : block;
    background-color: #FFFFFF;
    position: absolute;
    overflow-y: scroll;
    height: 100vh;
  }

  #navigation:target body {
    overflow: hidden;
  }

  #nav:target {
    overflow: hidden;
  }

  #nav:target #navigation > ul{
    display: block;
    background: none;
    position: absolute;
    overflow-y: scroll;
    height: 100vh;
    margin-top: 80px;
    padding-bottom: 160px;
    background:#a30566;
  }

  #nav:target:before {
    display: block;
    content: "";
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(240,240,240,.9);
  }

  #nav:target .mobilemenu {
     display: none;
   }

  #nav:target .mobilemenu.closemenu{
    display: block;
  }

  #nav .mobilemenu.closemenu{
    display: none;
  }

  span.title_menu {
  display: block;
  position: relative;
  font-weight: normal;
  text-transform:uppercase;
  font-size:120%;
  margin: 0 1px;
    z-index: 1400;
  }
  
  .drop-down span.title_menu a.mobilemenu {  
  display: block;
  text-align: center;
  padding: 15px;
    height: 70px;
  -webkit-transition : all 0.4s ease-in-out;
  -moz-transition : all 0.4s ease-in-out;
  -ms-transition : all 0.4s ease-in-out;
  -o-transition : all 0.4s ease-in-out;
  transition : all 0.4s ease-in-out ;
  }
  
 
  .icon-main-menu:before {
  display: inline-block;
  *display:inline;
  *zoom:1;
  font-family: FontAwesome;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size:160%;
  margin-left:8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  .text-icon-menu{
    vertical-align: top;
  }
  
  #navigation:target span.title_menu {
  }
  
  #navigation:target:before {
  display: block;
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(240,240,240,.9);
  }
  
  .drop-down li {
  position: relative;
  display : block ;
  float: none;
  height:auto;
  width:auto;
  line-height: inherit;
  padding: 0 ;
  margin:0 0 3px 0;
  }
    
  .drop-down li ul, .drop-down li:hover > ul{
  display : block ;
  position: relative;
  top: 0;
  left: 3%;
  z-index: 1;
  opacity:1;
  width: auto;
  max-width: none;
  border-radius:0;
  border:none;
  box-shadow: none;
  padding: 0;
  margin:0;
  }
  
  .drop-down li ul:hover {
  box-shadow:none;
  }
  
  .drop-down li ul ul {
  top: 0;
  left: 0;
  margin:0;
  background:transparent;
  }
  
  .drop-down li li {
  display: block;
  float:none;
  width:auto;
  padding:0;
  margin:2px;
  }
  
  .drop-down li a, .drop-down li span.separator, .drop-down li.active > a{
  display : block;
  width:auto;
  height : auto;
  padding: 14px 15px 14px 25px;
  margin:0;
  text-align : left;
  text-transform: none;
  font-weight: normal;
  line-height:100%;
  font-size:130%;
  color: #ffffff;
  text-shadow : none;
  -webkit-transition : none;
  -moz-transition : none;
  -ms-transition : none;
  -o-transition : none;
  transition : none;
  background-color: #a30566;
  border: none;
  }
  
  .drop-down li li a, .drop-down li li span.separator{
  display : block;
  width:auto;
  letter-spacing: 0px;
  font-size:110%;
  line-height:inherit;
  border:none;
  padding: 14px 15px 14px 35px;
  margin:0 ;
  }

  .drop-down li li li a, .drop-down li li li span.separator {
  font-size:100%;
  padding: 14px 15px 14px 40px;
  }
  
  .drop-down li li li li a, .drop-down li li li li span.separator {
  font-size:100%;
  padding: 14px 15px 14px 60px;
  } 
  
  .drop-down li a:hover, .drop-down li span.separator:hover {
  -webkit-transition : none;
  -moz-transition : none;
  -ms-transition : none;
  -o-transition : none;
  transition : none;
  }
  
  .drop-down li:hover > ul, .drop-down li:focus > ul {
  display : block ;
  z-index:10;
  opacity:1;
  -webkit-transition : none;
  -moz-transition : none;
  -ms-transition : none;
  -o-transition :none;
  transition : none;
  }
  
  .drop-down > ul > li:last-child > ul ul {
    left: inherit;
    right: inherit;
  }
  
  .drop-down a {
  text-decoration : none !important;
  }
  
  .drop-down li:hover > a, .drop-down a[href="#navigation"] {
  text-decoration : none !important;
  }
  
  .drop-down a[href="#"] {
  text-decoration : none !important;
  cursor : default;
  }
  .drop-down li.active > a, .drop-down li.active > span, .drop-down li:hover > a, .drop-down li:hover > span
  {
    color: #ffffff;
    background: #a30566;
    text-decoration: underline;
  }

  .drop-down li li:hover > a, .drop-down li li:hover > span, .drop-down li li.active > a, .drop-down li li.active > span {
  background-image: none;
  box-shadow: none ;
  }
  
  .drop-down li.current > a {
  text-decoration : none !important;
  }

  .drop-down > ul > li{
    display: block;
  }

  .drop-down > ul > li > ul{
    left: 3%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .drop-down li.active >a:before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 2px;
  }

  .drop-down li.parent.active >a:before{
    content: "";
    }


  .drop-down.white li a{ 
    color:#fff;
  }
  .drop-down.white li li a{ 
    color:#666;
  }

  .logo .one-third{
    width:48%;
  }

  .mobile-fixed{
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }


  /* hide slick arrows */

  .slick-slider .slick-next, .slick-slider .slick-prev {
    width: 0px;
  }

  .slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    content: '';
  }

  header .slick-slider .slick-dots li {
    height: 90px;
  }

  .website-footer .translate {
    position: relative;
    color: #0b0b0b;
    margin-bottom: 10px;
    background: transparent;
  }

  .website-footer .translate a{
    color: #0b0b0b;
  }

}


@media screen and (min-width: 980px) {

  /** Right Social media links **/

  .smlinks {
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 999;

  }

  .smlink i:before{
    color: #fff;
    margin-right: 0;
  }
  
  .smlink {
    line-height: 35px;
  }
  .smlink-icon {
    width: 35px;
    background-color: #056839;
    float: right;
    clear: both;
    text-align: center;
  }

  .smlink-text {
    max-width: 0px;
    background-color: #444;
    float: right;
    overflow: hidden;
    -webkit-transition: 400ms all linear;
    transition: 400ms all linear;
    color: #fff;
  }

  .smlink:hover > a > .smlink-text {
    max-width: 250px;
    -webkit-transition: 400ms all linear;
    transition: 400ms all linear;
  }

  .smlink-text span {
    padding: 10px;
    white-space: nowrap;
  }


  .wrapper-website.footerlogo {
    margin-bottom: 10px;
  }
}




@media screen and (max-width: 979px) {
  
  body {
  margin:0;
  padding:0;
  min-width : 0;
  }
  
  .wrapper-website {
  width: 96%;
  min-width : 0;
  }
  
  .main-website {
  padding:0;
  background-image: none;
  }


  .drop-down span.title_menu a {  
  text-align: right;
  }

  
  div[id*="googlemap"] {
  width:auto !important;
  }

  .top-header{
    position: relative;
    height: auto;
    padding:0;
    text-align: center;
  }
  
  .left_part {
  float:none;
  width:auto;
  margin:0;
  padding:10px 0 0 0;
  }



  /**   CONTENT   **/
  
  .website-content {
    float: none;
    margin: 0;
    padding: 0;
    top: 0;
    width:auto;
  }

  div[class*="horizontal-menu"] li a {
  padding: 9px 10px 8px 10px;
  font-size: 90%;
  }
  
  div[class*="vertical-menu"] li a {
  padding: 10px 9px 8px 10px;
  font-size: 90%;
  }
  
  
  /**   FOOTER   MOBILE     **/
  
  .footer-mobile {
  margin :0 auto;
  padding: 13px 20px 20px 20px;
  text-align:center;
  border-top:7px solid rgba(255,255,255,0.14);
  box-shadow : 0px 0px 8px 3px rgba(0, 0, 0, 0.36);
  background: #FEEEC2;
  }
  
  .footer-mobile .left_column {
  padding: 0 ;
  }
  
  .details-contact {
    padding: 10px 0 0 0;
  }
  
  .social-links {
    padding: 20px 30px 6px 30px;
  }
  
  .social-links .text_social_icons {
    display: block;
    }
    
    /**   FOOTER     **/
  
  .website-footer {
    margin : 0 auto;
  }
  
  .bottom_menu {
  display:block;
  float:none;
  padding:0;
  text-align:center;
  margin: 10px auto;
  }
  
  .bottom_menu li {
  float:none;
  padding:0 4px;
  margin:0;
  width:auto;
  background-position:0 0 ;
  }
  
  .address {
  clear: both;
  float:none;
  padding: 4px 0 0;
  margin: 18px 0 10px 0;
  text-align: center;
  }
  
  .address.without_bottom_menu {
  margin-top:10px;
  }
  
  .users_footer {
  padding:20px 0;
  }
  
  .search-module {
  display:block;
  clear:both;
  float:none;
  padding:0;
  text-align:center;
  margin: 10px auto 0px auto;
  }
  
  .search-module .button, .search-module .finder button {
  display:none;
  }

  .formhandler{
  width:700px;
  }

  .mobilelogo img{
    width: auto;
    height: 90px;
    max-width: 200px;
    padding: 5px 0;
    display: inline-block;
  }

  .mobilelogo {
    float: left;
    margin-left: 30px;
    position: absolute;
  }

  .drop-down span.mobilelogo a{
    padding: 5px 5px 5px 15px;
  }

  .mobilemenu{
    float: right;
  }



  .two-one figure img {
    max-width: 100%;
  }

  .overlay-figure-content > img {
    height: auto;
    width: 100%;
  }

  .bottom_menu ul{
    text-align: center;
  }

  .footericons div.csc-textpic div.csc-textpic-imagecolumn{
    float: none;
    display: inline-block;
  }

  .owl-nav{
    display: none;
  }

  .blockItemV1Desc{
    width:100%;
    padding: 15px 10px;
  }

  .website-footer h3{
    text-align: center;
  }


  #navigation {
    min-width: 100%;
    margin-top: 0px;
  }

  .home header, .home .slideshow{
    height:auto;
  }

  .noie.home header .slideshow .slick-container img, .ie.home header .slideshow .slick-container img{
  height:auto;
  }

  .home .scrolldown{
  display:none;
  }

  figcaption.overlay-figure-caption{
    margin-bottom: 6px;
  }

  img.border{
    position: relative;
  }

.tx-facebook-stream .tx-facebook-stream-wrap-style1 .tx-facebook-stream-element{
  width: 36%;
  margin: 20px 7%;
}

.parallax, .parallax-500 {
    background-attachment: scroll!important;
      position: relative;
  background-size: 200%!important;
}

  footer .rowcell:first-child, footer .rowcell.last{
    text-align: center;
  }

  .smlinks {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
  }

  .smlink-item {
    cursor: pointer;
    text-align: center;
    background-color: #056839;
    width: 50%;
    padding: 8px;
    font-size: 120%;
    display: block;
    float: left;
    border: 1px solid #aaa;
  }

  .smlink-text {
    display: none;
  }

  .smlink i:before{
    color: #fff;
    margin-right: 0;
  }

  #cookie_banner{
    margin-bottom: 55px;
  }

}



/* Phone and little tablet */
@media screen and (max-width: 767px) {


  h1{
    font-size: 140%;
  }

  h2{
    font-size: 100%;
  }


  .wrapper-website {
    width:100%;
    margin: 0;
  }

  /**    Header       **/
  
  .bottom-header {
  padding: 12px 0 0 0;
  }
  
  .main_component {
  margin-top:20px;
  }

  .layout-bottom{
    display: none;
  }

  /**      Widget     **/
  .request{
    display: block;
    bottom:0;
    top: auto;
    left:0;
    width: 100%;
    padding: 0;
    border-top: 1px solid #fff;
  }

  .reqitem{
    width: 23.5%;
    display: inline-block;
    padding: 8px 0;
    margin: 0;
    border-bottom: 0;
    border-right: 1px solid #fff;
    text-align: center;
  }

  #nextslide{
    right:10px;
    border-radius: 0 15px 0 15px;
  }
  #prevslide{
    left:10px;
    border-radius: 15px 0 15px 0 ;
  }
  #prevslide, #nextslide{
    width:35px;
    height:35px;
    line-height:35px;
  }

  #prevslide:before, #nextslide:before{
    font-size: 100%
  }
  #slidecaption{
    font-size: 200%;
  }

  header .logo {
    padding:10px;
  }

  header .logo img{
    width: 80px;
    height: auto;
  }

  .parallax{
    height: auto;
  }

  .overlay-red{
    position: relative;
  }

   .overlay-red h3{
    margin: 0;
    padding: 10px 0 40px 0;
  }

   .drop-down span.title_menu {
    background-position: 15px 15px;
    background-size: 180px;
   }

  .flex-caption{
    padding: 1%;
    font-size: 200%;
  }

  .flex-caption h3, .flex-caption p{
    margin: 0;
  }

  /* footer logos */
  footer .ce-row {
    width: 100%;
  }

  .footericons img{
    height:40px;
    width:auto;
    margin:10px;
  }

  .formhandler{
  width:90%;
  }

  .website-footer{
    padding-bottom: 80px;
  }

  .top{
    display: none;
  }
    
  figcaption h3{
    font-size: 120%;
  }

  .ce-media img{
    max-width: 100%;
  }

  .tx-pb-social .pb-list-item {
    width: 80%;
    margin: 5% 10%;
  }

  .tx-facebook-stream .tx-facebook-stream-wrap-style1 .tx-facebook-stream-element{
    width: 70%;
    margin: 20px 15%;
    min-height: 150px;
  }

  .tx-facebook-stream img{
    width: 100%;
  }
  .tx-facebook-stream .tx-facebook-stream-wrap-style1 .tx-facebook-stream-element .date{
    float: none;
  }
.tx-facebook-stream .tx-facebook-stream-wrap-style1 .tx-facebook-stream-element p,  .tx-facebook-stream a:hover .tx-facebook-stream-text-wrap p{
  position: relative;
  display: block;
  background: transparent;
  padding: 5px;
  color: #333;
  font-size: 16px;
}

  .noie.home header .slideshow .slick-container img.mainlogo{
    height:200px;
  }

  .slideshow:after {
    height: 30px;
    background-size: 100px;
  }
  .one-half, .one-third, .two-third, .one-fourth, .two-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-third {
    width:100%;
    height: auto;
    margin :  0;
    text-align: center;
  }
}


@media (max-width: 550px) {
  
.news .article .news-img-wrap, .news .article .news-img-wrap a{
    float: none;
    width:100%;
    text-align: center;
    margin:0;
  }
  .news .article .news-img-wrap img{
    float: none;
    width:100%!important;
  }
  #nav:target .mobilelogo{
    display: none;
  }


}

@media screen and (max-width: 500px) {
  
  .logo{
    padding:10px;
  }


  h3{
  font-size:100%
  }

  .noie.home header .slideshow .slick-container img.mainlogo{
    height:100px;
  }

  header .slick-slider .overlay-figure-caption .contents-stack{
    font-size: 28px;
  }

  .overlay-figure-caption .contents-stack{
    padding:10px;
  }
}