input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    background: url(../images/1_003.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}

strong
{
    font-weight: 500;
}

a, a:hover, a:focus
{
    color: #42bfc2;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2
{
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.62);
    line-height: 50px;
}

h3
{
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img
{
    max-width: 100%;
}

.medium-paragraph
{
    font-size: 18px;
    line-height: 32px;
}

.colored-text
{
    color: #42bfc2;
}

::-moz-selection
{
    background: #42bfc2;
    color: #fff;
    text-shadow: none;
}
::selection
{
    background: #42bfc2;
    color: #fff;
    text-shadow: none;
}


/***** Loader *****/

.loader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden !important;
    z-index: 99999;
}

.loader-img
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../images/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container
{
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg
{
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.section-container-image-bg, .section-container-image-bg h2, .section-container-image-bg h3
{
    color: #fff;
}

.section-container-image-bg .divider-1 span
{
    background: #fff;
}

.section-description
{
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p
{
    margin-top: 20px;
    padding: 0 120px;
}
.section-container-image-bg .section-description p
{
    opacity: 0.8;
}

.section-bottom-button
{
    padding-top: 60px;
}

.btn-link-1
{
    position: relative;
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #2196F3;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active
{
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-1:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.btn-link-2
{
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus
{
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


.input-field label
{
    color: #fbfbfb;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea
{
    border-color: #eee;
}

P > [type="checkbox"] + label::before
{
    border: 2px solid #fbfbfb;
}
.left-content
{
    padding-top: 100px;
}


/***** Top content *****/

.inner-bg
{
    padding: 60px 0 0 0;
}
.inner-bg p
{
    color: rgb(0, 0, 0);
}
.top-content .text
{
    padding-top: 120px;
    color: rgba(0, 0, 0, 0.62);
}

.top-content .text h1
{
    color: rgba(0, 0, 0, 0.62);
}

.top-content .description
{
    margin: 20px 0 10px 0;
}

.top-content .description p
{
    opacity: 0.8;
}

.top-content .top-big-link
{
    margin-top: 35px;
}

.form-top
{
    overflow: hidden;
    padding: 5px 15px;
    background: #444;
    background: rgba(0, 0, 0, 0.35);
    text-align: left;
}

.form-top-left
{
    float: left;
    width: 75%;
    padding-top: 5px;
}

.form-top-left h3
{
    margin-top: 0;
    color: #fff;
}
.form-top-left p
{
    opacity: 0.8;
    color: #fff;
}

.form-top-right
{
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 70px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}

.form-bottom
{
    padding: 25px 25px 30px 25px;
    background: #444;
    background: rgba(0, 0, 0, 0.3);
    text-align: left;
}

.form-bottom form textarea
{
    height: 100px;
}

.form-bottom form .form-links
{
    display: inline-block;
    width: 275px;
    text-align: right;
    vertical-align: top;
    color: #fff;
    opacity: 0.8;
}

.form-bottom form .form-links a
{
    color: #fff;
}
.form-bottom form .form-links a:hover, .form-bottom form .form-links a:focus
{
    color: #fff;
    border-bottom: 1px dotted #fff;
}


/***** Footer *****/

footer
{
    padding: 0px;
}
.footer-social a
{
    color: #ddd;
}
.footer-social a:hover, .footer-social a:focus
{
    color: #42bfc2;
}

.footer-copyright
{
    margin-top: 5px;
}
@media only screen and (min-width: 1025px)
{
    .container
    {
        width: 80%;
    }
}
@media only screen and (max-width: 1024px)
{
    .container
    {
        width: 95%;
    }
    .top-big-link a
    {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px)
{
    .top-big-link a
    {
        margin-bottom: 15px;
    }

    .form-bottom .btn
    {
        width: 100%;
    }
}


input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
    border-bottom: 1px solid #FFF!important;
    box-shadow: 0 1px 0 0 #FFF!important;
}