@media screen and (max-width: 1300px) {
.slidesin {
	width: 47%;
}
}
@media screen and (max-width: 1100px) {
	
	.articleBody, .blog {
		width: 100%;
		margin: 50px 0;
		padding: 0 20px;
	}
	.live {
		width: 100%!important;
		display: block;
	}
	.fwgi-image-image, .fwg-wrap, .row-fluid-gallery {
		width: 100%;
		margin: 0
	}
	 .fwg-wrap, .row-fluid-gallery {
		 padding: 0 20px;
	 }
	h4.teaser-title {
		 font-size: 20px!important;
	 }
	body div#section-kmt button.kmt-btn-submit, body div#section-kmt button.kmt-btn-cancel {
		float: none;
	}
	 .mobile_menu {
	  display: block;
	  text-align: center;
  }
  #trigger-overlay {
	  background: url(../img/menu.png) no-repeat center center;
	  width: 50px;
	  height: 25px;
	  display: block;
	  margin: 0 auto;
	  cursor: hand;
	  cursor: pointer;
  }
  .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(70, 67, 74, 0.9);
	z-index: 100000;
	display: block;
	
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: 200;
	display: block;
	color: #E4A3A0;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-transform: uppercase;
	font-family: "Tinos",serif;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	opacity: 0.9;
}

/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}

.navigation {
	display: none;
}
}
@media screen and (max-width: 900px) {
	.blog-featured {
		width: 100%;
		padding: 0 20px;
		margin: 0;
}
.teaser_module h4, .pack_module h4 {
	font-size: 20px;
}
 .pack_module .teaser_img {
	 width: 49.7%;
 }
  .pack_module .teaser_img.no1, .pack_module .teaser_img.no3, .pack_module .teaser_img.no5 {
	  margin: 0 0.5% 0.5% 0;
  }
  .pack_module .teaser_img.no2, .pack_module .teaser_img.no4, .pack_module .teaser_img.no6 {
	  margin: 0 0 0.5% 0;
  } 
  .slidesin {
	width: 100%;
	margin:0 0 20px 0;
  }
#fwgallery div.fwg-item {
	float: none;
	text-align: center;
	width: 400px;
	margin: 10px auto;
}
}
@media screen and (max-width: 768px) {
	.teaser_module .teaser_img {
		float: none;
		margin:0 0 0.5% 0!important;
		width: 100%;
	}
	.teaser_module h4, .pack_module h4 {
	font-size: 27px;
}
 .pack_module .teaser_img {
	 width: 100%;
 }
  .pack_module .teaser_img {
	  margin: 0 0 0.5% 0!important;
  }
  .item-image, .intro_text {
	  float: none;
	  width: 100%;
	  padding: 10px 20px;
  }
 
}
@media screen and (max-width: 480px) {
.illustr {
	width: 33%;
}
}