.splash_1 {
  display: block;
}

.splash_2 {
  display: none;
}
  
  

.bottomNews {
  width: 100%;
  height: auto;
}

#newsletter_div {
  text-align: right;
  width: 100% !important;
}

.submitButton, .contactTable tr td input.submitButton { 
  width:150px; 
  height:40px;
  font-size: 14px;
}

.submitButton {
  cursor: pointer;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

ul.share-buttons li{
  display: inline;
  margin-left: 10px;
}

ul.share-buttons li a img{
  width: 20px;
  max-height: 15px;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.slicknav_menu {
	display:none;
}
#page { width:100%; }
#navigation + #page { width:735px; }
@media (max-width: 960px) {
  
  body {
    min-width: 300px;
  }
  
  #container {
    width: 98%;
    height: auto;
  }
  
  #header {
    width: 100%;
  }
  
  #header #language {
    padding-top: 24px;
  }
  
  #menu {
    width: 100% !important;
  }

  #content {
    width: 100%;
    height: auto;
  }
  
  #page > div > img {
    width: 100%;
    height: auto;
  }
  
  #page h1 {
    text-align: center;
  }
  
  .gallery {
    width: 100%;
  }
  
  #fixedSizePage {
    height: auto;
  }
  
  #navigation {
    width: 100%;
    height: auto;
    text-align: center;
  }
  
  .greyLeft {
    height: auto;
  }
  
  .jobsImg {
    width: 100%;
    height: auto;
  }
  
  #fixedSizePage #leftcolumn {
    width: 100%;
  }
  
  #page #leftcolumn {
    width: 100%;
  }
  
  #page #rightcolumn {
  width: 100%;
  }
  
  #page #rightcolumn {
    width: 100%;
  }
  
  .designerBoyfriend {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
  }
  
  .bottomNews .left, .bottomNews .wide {
    width: 23.8%;
    min-height: 200px; 
  }
  
  .bottomNews .left {
    margin-right: 1%;
  }
  
  .bottomNews .imgNews, .bottomNews .imgNews img {
    width: 100%;
    height: auto;
  }
  
  
  .contactTable tr td {
    display: block;
  }
  
  .contactTable tr td input#name, .contactTable tr td input#email, .contactTable tr td input#subject{
    width: 98%;
  }
  
  .contactTable tr td select#reason {
    width: 99%;
  }
  
  .contactTable tr td textarea { 
    width: 98%; 
    height: 100px; 
  }
  
  #page .category_left, #page .category_remove {
    width: 33%;
    border: 0;
    margin: 0;
    height: auto;
  }
  
  #page .category_left a img {
    width: 100%;
    height: auto;
  }
  
  #myGallery, #myGallerySet, #flickrGallery
{
	width: 100%;
  max-width: 735px;
}
  
}

@media (max-width: 580px) {
  
  #menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
  
  #newsletter {
    height: auto;
  }
  
  #newsletter_div p { 
    font-size: 10px;
    text-align: left;
  }
  
  #content {
    margin-top: 10px;
  }
  
  #page .category_left {
    width: 50%;
  }
  
}

@media (max-width: 518px) {
  #header {
    height: 70px;
  }
  #header #language {
    padding-top: 10px;
    display: block;
    float: left;
  }
  
  #menu {
    height: 68px;
  }
  
}

@media (max-width: 518px) {
  .bottomNews .left, .bottomNews .wide {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    height: auto;
    padding-bottom: 10px;
  }
  
  .splash_1 {
    display: none;
  }
  
  .splash_2 {
    display: block;
  }
}