*, html, body {
    font-family: 'Lato', sans-serif;
}

*:focus,
html:focus,
body:focus{
    outline: none;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    /* font-size: 14px; */
    font-weight: normal;
}

p{
    font-size: 15px;
    line-height: 24px;
}

a{
    text-decoration: none;
}

a:focus{
    outline: none;
}

.lt-blue{
    color: #606d7f !important;
}

.link-color{
    color: #169ac5
}

.link-color:hover{
    text-decoration: underline;
}

.font-18{
    font-size: 18px;
}

.font-bold{
    font-weight: 700;
}

.mt-20{
    margin-top: 20px;
}

.mt-70{
    margin-top: 70px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-70{
    margin-bottom: 70px;
}

.mlr-3{
    margin-left: 3px;
    margin-right: 3px;
}

.pb-70{
    padding-bottom: 70px;
}

.listing-grid ul{
    list-style-image: url('../images/theme-arrow.png');
}

.listing-grid ul li{
    font-style: italic;
    padding: 0;
}

.btn-border {
    color: #169ac5;
    background-color: transparent;
    border-color: #169ac5;
    padding: 6px 25px;
    transition: 0.5s linear all;
}

.btn-theme {
    color: #ffffff;
    background-color: #169ac5;
    border-color: #169ac5;
    font-size: 16px;
    padding: 6px 25px;
    transition: 0.5s linear all;
}

.btn-theme:hover{
    border: 1px solid #169ac5;
    background: transparent;
    color: #169ac5;
    transition: 0.5s linear all;
}

.btn-border:hover{
    color: #ffffff;
    background-color: #169ac5;
    border-color: #cccccc;
}

input.transparent.form-control{
    width: 285px;
    background: transparent;
    border: 1px solid #606d7f;
    height: 38px;
    outline: none;
    padding: 0 15px;
}

textarea.transparent.form-control{
    background: transparent;
    border: 1px solid #606d7f;
    height: 90px;
    outline: none;
    padding: 10px 15px;
    max-width: 867px;
    margin: 0 auto;
    resize: none;
}

@media (max-width: 1024px){
    p{
        font-size: 14px;
    }
}

@media(max-width: 480px){
    input.transparent.form-control{
        width: 100%;
    }

    .mlr-3{
        margin: 0;
    }

    .text-xs-center{
        text-align: center;
    }
}