html body{
    margin: 0 auto;
    background-color: #fff;
}
.tlp-page {
    background: #fff;
    color: #333;
}

.tld-margin {
    margin: 15px auto;
}


.tlp-page .tld-headline {
    display: block;
    clip: both;
    margin: 30px auto;
}

.tlp-page .tld-headline h1 {
    color: #4383ad;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 30px;
}

.tlp-page .tld-headline h2 {
    color: #333333;
    margin-top: 10px;
    font-size: 24px;
}

.tlp-page .tlp-feature .content {
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    max-width: 275px;
    padding: 5px;
    position: relative;
}

.tlp-page .tlp-feature .content img {
    width: 100%;
    height: auto;
}

.tlp-page .tlp-feature .content h3.title {
    position: absolute;
    bottom: -5px;
    color: #fff;
    background: rgba(78, 78, 78, 0.57);
    right: 5px;
    left: 5px;
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.tlp-page .tlp-feature .content h3.title:hover {
    background: rgba(255, 255, 255, 0.69);
    color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    padding: 15px 5px;
}

.tlp-page .tld-full-content {
    margin: 30px auto;
    font-size: 16px;
}


.tlp-page .tld-full-content .tld-form {
    background: #4383ad;
    padding: 30px;
}

.tlp-page .tld-form form input{
    width: 100%;
    margin-bottom: 20px;
    height: 30px;
    padding-left: 10px;
}
.tlp-page .tld-form form input[type="submit"]{
    background: #e60205; 
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 0;
    height: auto;
}  
.tlp-page .tld-form form .frm_error, .tlp-page .tld-form form .frm_error_style{
    color: #fff;
} 
.tlp-page .tld-form form input[type="submit"]:hover{
    background: #314f62;
    transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}
.tlp-page .tld-form form .header-title{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}
.tlp-page .tld-form form .free{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #314f62;
    text-transform: uppercase;
}

.tlp-page .tld-full-content .tld-form h1 {
    font-size: 30px;
}

.tlp-page .tld-full-content .tld-form p {
    color: #fff;
}

.tlp-page .tld-full-content .tld-form h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
}

.tlp-page .tld-full-content .tld-map iframe {
    width: 100%;
    min-height: 350px;
}

@media screen and (max-width: 480px) {
    .col-xs-full {
        width: 100%!important;
    }
}

