@media all and  (max-width: 420px) {
	.top-buttons {
		text-align: center;
		width: 100%;
	}
	
	div#movie div#wrapper a.button {
		display: inline-block;
		float: none !important;
		margin-top: 20px;
	}
	
	header {
		text-align: center;
	}
	
}

@media all and (max-width: 450px) {
	.steps ul {
		font-size: 0.95em !important;
	}
	
	.pull-right {
		float: left !important;
	}
}

	
@media all and  (max-width: 775px) {
	footer ul li {
		display: block;
		line-height: 50px;
	}
	
	footer ul li a{
		line-height: 50px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.pre-footer {
		height: 0px;
	}
	
	#to-menu {
		display: block;
	}	
}

@media all and (max-width: 1200px) {
	.device > img {
		left: 125px !important;
	}
	
	.swiper-container {
		left: 200px !important;
	}
}

@media all and (max-width: 991px) {
		
	.image.first-image {
		margin-top: -136px !important;
	}
	
	#movie {
		margin-top: -136px !important;
	}
	
	img#logo {
		float: none;
	}
	
	.device > img {
		left: 10px !important;
	}
	
	.swiper-container {
		left: 85px !important;
	}
	
	.logo-container {
		width: 30% !important;
		color: #fff !important;
	}
	
	.dropdown-toggle, .dropdown-toggle:link, .dropdown-toggle:visited, .dropdown-toggle:hover, .dropdown-toggle:active {
		color: #000 !important;
	}
	
	.caret {
		border-top: 4px solid #000 !important;
	}
	
}

@media all and  (max-width: 775px) {
	footer {
		height: auto;
		position: relative !important;
		bottom: 0 !important;
	}
}