.landing-container{
	height: inherit;
	width: 100%;
	max-width: 1177px;
	position: relative;
	margin: 0 auto;
}

.landing-page section{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header-banner{
	height: 738px;
	background: url('../images/landing-page/banner.jpg') center no-repeat;
}

.leadbox-wrapper{
	width: inherit;
	position: absolute;
	bottom: 74px;
}

/* Contact Forms (leadboxes) */

.leadbox{
	width: 360px;
	height: 488px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
	padding: 31px 52px 0 52px;
	float: right;
}

.contact-spot .leadbox{
	background: rgba(255,255,255,0.3);
}

.spotoption-logo{
	width: 162px;
	height: 30px;
	background: url('../images/landing-page/spotoption_logo.png');
	margin: 0 auto 27px auto;
}

.spotoption-logo.purple{
	background: url('../images/landing-page/spotoption_logo_purple.png');
}

.input-container{
	position: relative;
	height: 44px;
	width: 100%;
	margin-bottom: 14px;
}

.leadbox input, .leadbox textarea{
	color: #A9A9A9;
}

.text-input{
	width: 250px;
	height: 44px;
	display: block;
	background: #fff;
	padding-left: 10px;
	box-sizing: border-box;
}

.leadbox input[type="submit"], #contact-jump{
	width: 257px;
	height: 64px;
	color: #fff;
	line-height: 64px;
	background: url('../images/landing-page/btn.png');
	margin-top: 15px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
}

#contact-jump{
	margin: 0;
	position: absolute;
	bottom: 42px;
    right: 51px;
    z-index: 2;
}

.textarea-container{
	width: 250px;
	height: 108px;
	position: relative;
}

.leadbox textarea{
	width: 250px;
	height: 108px;
	resize: none;
	padding: 10px 0 0 10px;
	font-family: Roboto, sans-serif;
	box-sizing: border-box;
}

.form-messages{
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    display: none;
}

.contact-form-error{
	width: 250px;
    height: 44px;
    background: #8022B4;
    color: #fff;
    padding-left: 10px;
    line-height: 44px;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    left: -260px;
    display: none;
}

.return-button {
	width: 257px;
	height: 64px;
	color: #fff;
	line-height: 64px;
	background: url('../images/landing-page/btn.png');
	margin-top: 15px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
}

/* End of Contact Forms (leadboxes) */

.header-logos{
	width: inherit;
	height: 185px;
	background: url('../images/landing-page/header_logos.jpg');	
}

.business-solutions{
	height: 812px;
	background: url('../images/landing-page/business_solutions.gif') center no-repeat;		
}

.spot-academy{
	width: inherit;
	height: 1518px;
	background: url('../images/landing-page/spot_academy.png') center no-repeat;
}

#compatible-devices{
	width: 949px;
	height: 540px;
	background: url('../images/landing-page/devices.png');
	position: absolute;
    right: -123px;
    max-right: 0;
    top: 94px;
}


/* Add devices bounce animation */
@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight{ 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
        -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
}

/* End of device bounce animation */

#countryFlagsWrapper{
	width: inherit;
	height: 220px;
	position: absolute;
	bottom: 106px;
}
#countryFlagsContainer{
	width: 808px;
	height: inherit;
	float: right;
}

.countryFlags{
	width: 217px;
	height: 107px;
	float: left;
	margin-left: 10px;
	background: url('../images/landing-page/flags.png') no-repeat -124px 0;
}

.countryFlags:hover{ 
	background: url('../images/landing-page/flags_mo.png') no-repeat -124px 0;
}

#eurFlag{
	width: 116px;
	height: 219px;
	background-position: 0 0;
	margin-left: 0;
}

#usaFlag, #ausFlag, #jpnFlag{ margin-bottom: 8px; }
#ausFlag{ background-position: -348px 0; }
#jpnFlag{ background-position: -574px 0; }
#ukFlag{ background-position: -124px -113px; }
#malFlag{ background-position: -348px -113px; }
#belFlag{ background-position: -574px -112px; }

.contact-spot{
	height: 625px;
	background: url('../images/landing-page/contact_spot.jpg') center no-repeat;	
}

.form-loader{
	height: 32px;
	width: 32px;
	background: url('../images/landing-page/ajax-loader.gif');
	margin-left: 103px;
    margin-top: 42px;
    display: none;
}

.footer-banner{
	height: 359px;
	background: url('../images/landing-page/footer_banner.gif');	
}

.footer-logo{
	height: 127px;
	background: url('../images/landing-page/footer_logo.gif') center no-repeat;	
}

.footer{
	padding: 0;
	background: transparent;
	height: 127px;
}

.platform-button{
    width: 257px;
    height: 64px;
    color: #fff;
    line-height: 64px;
    background: url('../images/landing-page/btn.png');
    font-size: 27px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 330px 0 0 40px;
}

.mobile-banner{
	width: 100%;
    z-index: 2;
    position: relative;
}

.mobile-banner img{
	width: 100%;
    background-size: cover;
    display: block;
}

.landing-page section.business-solutions {
    margin-top: -51px;
}