#slideshow {
	margin:0;
	padding:0;
	width:100%;
	height:200px;
	clear: right;
	opacity:0;
	
}
#slideshow .slide {
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	height:200px;
	clear: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-position: 50%;
}
#slideshow .slide:nth-child(1){
	background-image: url('../img/slideshow/01.jpg');
}
#slideshow .slide:nth-child(2){
	background-image: url('../img/slideshow/02.jpg');
}
#slideshow .slide:nth-child(3){
	background-image: url('../img/slideshow/03.jpg');
}
#slideshow .slide:nth-child(4){
	background-image: url('../img/slideshow/04.jpg');
}
#slideshow .slide:nth-child(5){
	background-image: url('../img/slideshow/05.jpg');
}
#mainContent {
 	width:320px;
	margin: 0 auto;	
}

#mainContent h2{
	margin-bottom:10px;
	text-transform: uppercase;
}
#text_container{
	margin-top:30px;
	margin-left: auto;
    margin-right: auto;	
    position:relative;
}
#text_container h2 {
    font-size: 50px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}
#text_container h2 br{
	display:block;
}
#text_container span{
	font-weight: 700; 
}
#text_container p{
	max-width:650px;
	margin-left:2px;
	margin-top:20px;
}
#mainContent p{
	margin-top:20px;
}


/* Small devices (iPhone, landscape) */
@media (orientation : landscape) {
	#mainContent {
	 	width:650px;
		margin: 0 auto;
	}
	#text_container h2 br{
		display:none;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	nav {
		float: right;
	}
	#mainContent {
	 	width:650px;
		margin: 0 auto;
	}
	#text_container{
		margin-top:50px;
	}

	#text_container p{
		line-height:24px;
	}
	#text_container h2 br{
		display:none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.js .slicknav_menu {
		display:none;
	}
	.js #nav {
		display:block;
	}
	nav li:last-child {
		margin-right:10px;
	}
	#address {
		display:block;
	}	
 	#mainContent {
		margin: 0 auto;	
	}
	#text_container h2 br{
		display: none; 
	}
	#slideshow {
		height:470px;	
	}
	#slideshow .slide {
		height:470px;
	}

}



