body {
    background-color: #ededed;
    padding: 0;
}

#banner {
    background-image: url('../img/landing-page/keyboardbg.jpg');
    background-size: cover;
    background-position: top left;
    padding: 0;
    height: auto
}

#banner > #header {
    background-color: transparent;
    padding: 20px;
    position: relative;
}

#banner .banner-content { padding-top: 0; }

#header .all-devices > p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px
}

.banner-content h1 {
    font-size: 52px;
    border: 0 none;
    margin-bottom: 0;
}

.banner-content .subtitle {
    color: #fff;
    font-size: 18px;
}

.froot-frm {
    margin-top: 20px;
}

.froot-frm .fields {
    margin: auto;
    width: 50%;
}

.froot-frm .fields input {
    background-color: #fff;
    margin-bottom: 0
}

.froot-frm .payment-methods {
    background-color: #fff;
    padding: 5px 15px 15px
}

.froot-frm .payment-methods .payment-method > img {
    height: 35px;
}

section .heading {
    text-align: center;
    margin-bottom: 50px;
}

#features-section {
    background-color: #ededed;
}

#features-section .features-prod {
    margin-bottom: 30px;
    padding: 10px;
}

#features-section .features-prod .img-control {
    height: 60px;
}

#features-section .features-prod h3 {
    color: #3a5545;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

#server-locations-section {
    padding: 80px;
    background-color: #ffffff;
}

#server-locations-section .high-speed {
    background-image: url('../img/landing-page/world-map-white.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

#server-locations-section .server-location {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    float: right;
    padding: 20px;
    width: 96%;
}

#call-action {
    background-image: url("../img/landing-page/bg-testimonials-home.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#footer {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.product-chooser-item:hover
{
    transform:scale(1.1);
    transition:all .3s ease 0;
    z-index:2;
    cursor:pointer
}

.btn.btn-red
{
    background-color:#d8514d;
    color:#fff;
    font-size:24px;
    line-height:1.5;
    padding:10px 25px
}

.btn.btn-red::before
{
    content:url("../img/arrow-btn.png");
    margin-right:20px;
    position:relative;
    top:5px;
    vertical-align:middle
}

.btn.btn-green
{
    background-color:#4c7d60;
    color:#fff;
    font-size:24px;
    line-height:1.5;
    padding:10px 25px
}

.btn.btn-green::before
{
    content:url("../img/arrow-btn.png");
    margin-right:20px;
    position:relative;
    top:5px;
    vertical-align:middle
}

/*
 * Icons
 */

.location i { 
    float:left;
    height:48px;
    margin:0 10px 0 0;
    padding:0;
    width:48px
}

.flag-sweden {
    background:rgba(0,0,0,0) url(../img/landing-page/sweden.png) no-repeat scroll center top;
}

.flag-usa {
    background:rgba(0,0,0,0) url(../img/landing-page/usa.png) no-repeat scroll center top;
}

.flag-france {
    background:rgba(0,0,0,0) url(../img/landing-page/france.png) no-repeat scroll center top;
}

.flag-canada {
    background:rgba(0,0,0,0) url(../img/landing-page/canada.png) no-repeat scroll center top;
}

.section80 {
    padding: 80px;
}

@media only screen and (max-width: 991px) {
    .location i { float: none; padding: 15px 25px; margin: 0 auto 10px; }
}

@media only screen and (max-width: 767px) {
    #banner .all-devices { width: 65%; margin: 10px auto 0; }
    .froot-frm .fields { width: 65%; }
    .froot-frm .payment-methods .payment-method > img { margin: 0; }
    .server-location { margin-top: 20px; }
}

@media only screen and (max-width: 414px) {
    .froot-frm .fields { width: 85%; }
    #server-locations-section, .section80 { padding: 0; padding-top: 40px; padding-bottom: 40px; }

}