body {
    line-height: 1.4;
    font-size: 18px;
    width: 100%;
    height: 100%;
    color: #333333; 
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

a { 
    color: #333333; 
    text-decoration: none;
}

a:hover {
    color: #1698cf;
    transition: all linear 0.2s;
}

h1 {
    font-family: "museo-sans", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
}

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

.container-945,
footer {
    max-width: 945px; 
    margin: 0 auto; 
}

.container-1005 {
    max-width: 1005px; 
    margin: 0 auto;
}


.section-1 {
    margin: 30px 30px 0 30px;
    padding: 60px 0;
    background: url('../../images/lx2-bg.jpg') no-repeat;
    background-size: cover;
    min-height: 600px;
    max-width: 1400px;
}

.section-2 {
    margin: 0 30px;
    background: #1698cf;
    color: #ffffff;
    padding: 60px 0;
    max-width: 1400px;
}

.section-2 h1 {
    color: #ffffff;
}

.main-content > .col.col-4 {
    padding-top: 4px;
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

ul {
    list-style: none;
}

li {
    padding-bottom: 20px;
    
}

li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 5px 0 -18px;
    color: #4cc1b0;
    }

li:last-child {
    padding-bottom: 0;
}

.social-btn {
    display: flex; 
    width: 50px; 
    height: 50px; 
    background: #333333; 
    color: #ffffff; 
    justify-content: center; 
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    font-size: 26px;
}

.social-btn:hover {
    background: rgba(0,0,0,0.85);
    transition: all linear 0.2s;
    color: #1698cf;
}

.social-btn:last-child {
    margin-right: 0;
}

.contact-info {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.contact-info > .col:last-child {
    display: flex; 
    justify-content: flex-end;
}

.white-gradient {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(37%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    width: 100%; 
    width: 100%; 
    height: auto;
}

.white-gradient > .container-945 {
    padding: 50px 0 40px 0;
}

@media only screen and (min-width: 1460px) {
    .section-1 {
        margin: 30px auto 0 auto;
    }
    .section-2 {
        margin: 0 auto;
    }
    
}

@media only screen and (max-width: 1024px) {
    .section-1 {
        min-height: 300px;
        margin: 16px 16px 0 16px;
    }

    .section-2 {
        margin: 0 16px;
    }

    .container-1005 {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .container-945,
    footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    header.container-945 > .row {
        display: flex;
    }
    
    .header-tagline {
        margin-top: 20px;
        text-align: center;
        line-height: 1.2;
    }
    
    .logo img {
        max-width: 160px;
        max-height: 80px;
    }
    
    .white-gradient > .container-945 {
        padding: 40px 0 34px 0;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .logo {
        display: flex;
        justify-content: center;
    }
    
    .white-gradient {
        background: rgba(255,255,255,0.85);
        margin: 0 30px;
    }
    
    .section-2 {
        padding: 40px 0;
    }
    
    .main-content {
        display: flex;
    }
    
    .main-content > .col.col-4 {
        order: 2;
    }
    
    .main-content > .col.col-7 {
        margin-bottom: 20px;
        order: -1;
    }
    
    .contact-info {
        justify-content: center;
    }
    .contact-info > .col {
        display: flex; 
        justify-content: center; 
        align-items: center;
    }
    
    .contact-info > .col:last-child {
        justify-content: center;
        margin-top: 15px;
    }
    
    .social-btn {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}