body {
	background: #1d1d1b;
	margin: 0;
	color: white;
	font-family: "Roboto";
	-webkit-font-smoothing: antialiased;
}

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: -1px;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

@media (max-width: 450px) {
	h2 {
		font-size: 35px;
	}
}

@media (max-width: 390px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
	float: left;
}

h5 {
	font-size: 40px;
}

@media (max-width: 991px) {
	h1{
		font-size: 30px;
	}
}

header {
	background: #d10c21;
	padding: 0px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

header img {
	width: 250px;
	float: left;
}

header .container {
	text-align: center;
	padding: 0 30px 0 30px;
}

@media (max-width: 991px) {
	header {
		position: relative;
		text-align: center;
	}
}

.container {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.search {
	float:right;
}

@media (max-width: 570px) {
	.search {
		display:none;
	}
	header img {
		float: none;
	}
}

#nav {
	right: 0px;
	list-style: none;
	margin: 0;
	position: fixed;
	top: 20%;
	width:130px;
	margin-right:-200px;
	z-index: 9999;
}

@media (max-width: 991px) {
	#nav {
		display: none;
	}
}

#nav a {
	background: #1d1d1b;
	color: white;
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	background: #dedede;
	color: #1d1d1b;
}

#nav .current a {
	background: white;
	color: #1d1d1b;
	right: 10px;
	width: 100%;
	position: relative;
}

.block-full {
	width: 100%;
	height: 100vh;
	margin: 0;
	position: relative;
	float: left;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.block-full {
		height: auto;
		min-height: auto;
	}
}

.section {
	border-bottom: 5px solid #ccc;
	min-height: 60vh;
	padding: 50px 20px;
}

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

.fb-block{
	display: none;
}

.theme {
	padding: 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 991px) {
	.theme {
		background-size: 100%;
	}
}

.body input[type="text"] {
	width: 50%;
	height: 60px;
	margin-bottom: 10px;
	font-size: 30px;
	border: 1px solid #1d1d1b;
	padding: 0 20px;
	box-sizing: border-box;
}

.body input[type="button"] {
	background: #e4c484;
	width: 50%;
	border: 0;
	height: 60px;
	font-size: 30px;
	outline: 0;
	border-radius: 50px;
	color: #d20a11;
	font-weight: bold;
}

.body input[type="button"]:hover {
	background: #1d1d1b;
	color: white;
	cursor: pointer;
}

@media (max-width: 991px) {
	.body input[type="text"], 
	.body input[type="button"] {
		width: 100%;
		font-size: 25px;
		height: 50px;
	}
}

.theme-intro {
	background-image: url(../images/intro.jpg);
	background-color: #0077b6;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 25%;
	padding-bottom:25%;
	min-height:800px;
}

.theme-intro h1 {
	clear: both;
	margin: 0 auto;
	background: #1d1d1b;
	padding: 20px;
	max-width: 991px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.theme-intro h3 {
	clear: both;
	margin: 0 auto;
	background: #1d1d1b;
	padding: 20px;
	margin-bottom: 20px;
	width: 60%;
	text-align: left;
	font-weight: 400;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.theme-intro h3 {
		width: 100%;
	}
}

.theme-intro h3 small {
	font-weight: 300;
	font-style: italic;
	font-size: 20px;
}

.details {
	position: absolute;
	left: 80px;
	top: 100px;
	z-index: 99;
	width:100%;
}

@media (min-width: 992px) {
	.details {
		width:auto;
	}
}

.details h2, 
.details h3, 
.details .cost, 
.details .car,
.details .country {
	float: left;
	padding: 5px 10px;
	background: #1d1d1b;
	margin-bottom: 2px;
}

.details span {
	clear: both;
}

.details .car {
	font-size: 30px;
}

.details .country img {
	float:left;
	margin:1px 10px 0px 0px;
}

@media (max-width: 991px) {
	.details {
		position: relative;
		left: 0px;
		top: 0;
		float: left;
		margin-bottom: 40px;
	}
}

.player {
	position: absolute;
	left: 5%;
	bottom: 0px;
	height: 70%;
	z-index: 9;
}

@media (max-width: 991px) {
	.player {
		display: none;
	}
}

.car-image {
	position: absolute;
	right: 0;
	bottom: 40px;
	max-width: 800px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.car-image {
		position: relative;
		width: 100%;
		text-align:center;
		margin:auto;
	}

	.car-image img {
		width: 100%;
	}
}

/* iPad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.car-image {
		display:none;
	}	
}

/* iPad Pro */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.car-image {
		display:none;
	}	  
}

.time {
	position: absolute;
	z-index: 9;
	right: 12%;
	top: 150px;
	max-width: 38%;
}

@media (max-width: 991px) {
	.time {
		position: relative;
		float: none;
		right: 0;
		top: 0;
		clear: both;
		margin-top: 20px;
		max-width: 100%;
	}
}

.time .your-car {
	clear:both;
	float: left;
	margin-top:40px;
	margin-bottom:20px;
	color:#e4c484;
	font-size:20px;
	text-shadow: 2px 2px 4px #000000;
}

.name {
	clear: both;
	float: left;
	font-size: 40px;
	font-weight: 600;
}

.long {
	clear: both;
	float: left;
	font-size: 60px;
	font-weight: 800;
	line-height: 60%;
	margin-bottom: 20px;
}

/* Themes */

.theme-messi {
	background-color:#0077b6;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-messi {
	background-image: url(../images/background-messi.png);
}

@media (min-width: 992px) {
	.theme-messi .details .car {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.theme-messi .details .car {
		font-size: 30px;
	}
}

.theme-messi .player {
	left:0;
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.theme-messi .player {
		left:-110px;
	}	  
}

.theme-ronaldo {	
	background-color:#d71b1c;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-ronaldo {	
	background-image: url(../images/background-ronaldo.png);
}

.theme-ronaldo .car-image {
	bottom:0;
}

.theme-neymar {	
	background-color:#f8c437;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-neymar {	
	background-image: url(../images/background-neymar.png);
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.theme-neymar .player {
		left:-35px;
	}	  
}

.theme-kane {	
	background-color:#cccccc;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-kane {	
	background-image: url(../images/background-kane.png);
}

.theme-kane .time {
	color:#ffffff;
}

.theme-salah {	
	background-color:#ff7815;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-salah {	
	background-image: url(../images/background-salah.png);
}

.theme-salah .player {
	left:-10%;
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	.theme-salah .player {
		left:-200px;
	}	  
}

.theme-debruyne {	
	background-color:#494a49;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-debruyne {	
	background-image: url(../images/background-debruyne.png);
}

@media (min-width: 992px) {
	.theme-debruyne .details .car {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.theme-debruyne .details .car {
		font-size: 30px;
	}
}

.theme-suarez {	
	background-color:#504d9d;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-suarez {	
	background-image: url(../images/background-suarez.png);
}

.theme-muller {	
	background-color:#009eaa;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-muller {	
	background-image: url(../images/background-muller.png);
}

@media (min-width: 992px) {
	.theme-muller .details .car {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.theme-muller .details .car {
		font-size: 30px;
	}
}

.theme-son {	
	background-color:#1c9400;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-son {	
	background-image: url(../images/background-son.png);
}

@media (min-width: 992px) {
	.theme-son .details .car {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.theme-son .details .car {
		font-size: 30px;
	}
}

.theme-iniesta {	
	background-color:#e500dd;
	background-image: url(../images/background.png);
	background-blend-mode: multiply;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.ie .theme-iniesta {	
	background-image: url(../images/background-iniesta.png);
}

@media (min-width: 992px) {
	.theme-iniesta .details .car {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.theme-iniesta .details .car {
		font-size: 30px;
	}
}

@media (max-width: 992px) {
	.theme-iniesta .player {
		left:-10%;
	}
}
