@media screen and (max-width: 1024px) {
	
	#slideshow{
		
		display:none !important;
		
	}
	
	.sf-menu {

		display: none;
	}
	.logo {

		width: 100% !important;
	}

	.advertising {
		background: url(../images/advert.jpg) repeat-y;
		border-radius: 12px 12px 0 0;
		padding: 30px 0 8px 0;
		position: relative;
		margin: 0px 20px 0 20px;
		z-index: 10;
	}

	.img_box {
		display: none;
	}
	.img_box .slogan1 {
		display: none;
	}
	.img_box .slogan2 {
		display: none;
	}

	.offers1:before, .advertising:before {
		display: none;
	}
	.offers1:after, .advertising:after {
		display: none;
	}

	.grid_7 {

		width: 100% !important;
		margin-bottom: 30px;
	}

	.grid_9 {

		width: 100% !important;
		margin-bottom: 30px;

	}

	.grid_13 {

		width: 90% !important;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.grid_17{
		
		width: 100% !important;
		
	}
	
	.grid_11{
		width: 100% !important;
		
	}
	
	#contact-form textarea {

	margin-left:0px;

}
	
	.grid_24 {

		width: 100% !important;
		margin-bottom: 30px;
	
	}
	
	
	.grid_24 p{

		width: 100% !important;
	
	
	}
	
	p {

		width: 85%;
	}

}

@media screen and (max-width: 600px) {

	.offers1 .title, .advertising .title {
		font-size: 18px;
		line-height: 22px;
		color: #adadad;
		margin-bottom: 12px;
	}

}

/* =Nav
 -------------------------------------------------------------- */
#nav-trigger {
	display: none;
	text-align: center;
	background-color:#88c6eb;
	margin-top:20px;
}
#nav-trigger span {
	display: inline-block;
	padding: 10px 30px;
	background-color: #88c6eb;
	color: white;
	cursor: pointer;
	text-transform: uppercase;

}
#nav-trigger span:after {

}
#nav-trigger span:hover {
	background-color: #4095c8;
}
#nav-trigger span.open:after {

}

nav {
	margin-bottom: 30px;
}

nav#nav-main {
	background-color: #c80032;
	padding: 10px 0;
	display:none
}
nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
nav#nav-main li {
	display: inline-block;
	border-right: solid 1px #950025;
	padding: 0 5px;
}
nav#nav-main li:last-child {
	border-right: none;
}
nav#nav-main a {
	display: block;
	color: white;
	padding: 10px 30px;
}
nav#nav-main a:hover {
	background-color: #af002c;
	color: #fff;
}

nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #4095c8;
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #71b0d5;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: block;
	color: white;
	padding: 10px 30px;
}
nav#nav-mobile a:hover {
	background-color: #71b0d5;
	color: #fff;
}

/* =Sections
 -------------------------------------------------------------- */
section h1 {
	margin-bottom: 10px;
}

section p {
	margin-bottom: 30px;
}
section p:last-child {
	margin-bottom: 0;
}

/* =Media Queries
 -------------------------------------------------------------- */
@media all and (max-width: 1024px) {
	#nav-trigger {
		display: block;
	}

	nav#nav-main {
		display: none;
	}

	nav#nav-mobile {
		display: block;
		z-index:1000;
	}
}
