@media screen and (max-width: 1300px){
	
	#homeSlider a { background-position: center right; }
	#homeSlider a .content {
		width: 40%;
		right: 10%;
	}
	
}

@media screen and (max-width: 1024px){
	
	#homeSlider a { background-size: 1000%; }
	#homeSlider a .content {
		width: 70%;
		right: 15%;
	}
	
	
	
}

@media screen and (max-width: 768px){
	
	header .header-menu { display: none; }
	header .hamburger { display: block; }
	header .hamburger.is-active + .header-menu {
		position: fixed;
		display: block;
		left: 0;
		right: 0;
		top: 97px;
		bottom: 70px;
		background-color: #fff;
		padding-top: 10%;
	}
	header .header-menu li {
		display: block;
	}
	header .header-menu li + li { border-top: 1px solid #ededed; }
	header .header-menu li a {
		display: block;
		padding: 60px 0;
		text-align: center;
	}
	header .header-menu li:hover a:after { display: none; }
	
	#siteContainer {
		min-height: inherit;
		padding-bottom: 0;
	}
	
	#homeSlider .owl-dots {
		position: absolute;
		left: 50%;
		bottom: 30px;
		-webit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#homeSlider .owl-dots .owl-dot {
		display: inline-block;
		vertical-align: middle;
		background-color: rgba(255,255,255,.5);
		width: 15px;
		height: 15px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		box-shadow: 0 0 8px #000;
	}
	#homeSlider .owl-dots .owl-dot + .owl-dot { margin-left: 10px; }
	#homeSlider .owl-dots .owl-dot.active { background-color: rgba(255,255,255,1); }
	
	footer {
		position: relative;
		height: auto;
		padding: 20px 0 30px 0;
		
	}
	footer .copy-right {
		display: block;
		font-size: 18px;
		text-align: center;
	}
	footer .info-links {
		display: block;
		margin: 15px 0 30px 0;
		padding: 0;
	}
	footer .info-links li {
		display: block;
	}
	footer .info-links li + li:before { display: none; }
	footer .info-links li a {
		display: block;
		text-align: center;
		font-size: 18px;
		padding: 10px 0;
	}
	footer .social-media-title { display: none; }
	footer .social-media li + li { margin-left: 30px; }
	footer .social-media li a {
		width: 40px;
		height: 40px;
		
	}
	
}