#all-tiles {}

#all-tiles .tile-box {}



#all-tiles .tile-box .rendom-tile-box-left {

    margin: 0 4vw;
    padding: 4vw 0;
}


.polo-btn {
    font-family: 'MonumentExtended-Regular';
    letter-spacing: 1px;
    background: none;
    color: #fff;
    background: #636363;
    position: relative;
    outline: none;
    border: none;
    height: 50px;
    width: 190px;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: .01s .23s ease-out all;
    transition: .01s .23s ease-out all;
    overflow: hidden;
    margin-top: 1vw;
}

.polo-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 55%;
    background: #202020;
    z-index: -1;
    -webkit-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.polo-btn:after {
    content: '';
    position: absolute;
    left: -5%;
    top: 5%;
    height: 90%;
    width: 5%;
    background: #fff;
    z-index: -1;
    -webkit-transition: .4s .02s ease-in all;
    transition: .4s .02s ease-in all;
}

.polo-btn:hover {
    cursor: pointer;
    color: transparent;
}

.polo-btn:hover:before {
    left: 100%;
    width: 25%;
}

.polo-btn:hover:after {
    left: 100%;
    width: 70%;
}

.polo-btn:hover .icon-right.after:after {
    left: -80px;
    color: #fff;
    -webkit-transition: .2s .2s ease all;
    transition: .2s .2s ease all;
}

.polo-btn:hover .icon-right.after:before {
    left: -104px;
    top: 14px;
    opacity: 0.2;
    color: #fff;
}

.icon-right {
    position: absolute;
    top: 0;
    right: 0;
}

.icon-right:after {
    font-family: "FontAwesome";
    content: '\2192';
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 26px;
    -webkit-transform: translate3D(0, -50%, 0);
    transform: translate3D(0, -50%, 0);
}

.icon-right.after:after {
    left: -250px;
    color: black;
    -webkit-transition: .15s .25s ease left, .5s .05s ease color;
    transition: .15s .25s ease left, .5s .05s ease color;
}

.icon-right.after:before {
    content: 'Submit';
    position: absolute;
    left: -230px;
    top: 14px;
    opacity: 0;
    -webkit-transition: .2s ease-in all;
    transition: .2s ease-in all;
}

.signature {
    position: fixed;
    font-family: sans-serif;
    font-weight: 100;
    bottom: 10px;
    left: 0;
    letter-spacing: 4px;
    font-size: 10px;
    width: 100vw;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.form-control {
    width: 95%;
    margin: 1vw 0;
    border-radius: 2vw;
    height: 50px;

}

::placeholder {
    font-family: 'Mont-Light';
}

.full-text {
    width: 97.5%;
}

textarea.form-control {
    height: 30vh;
}

.contact-box {
    margin: 4vw 10vw;

}

.contact-box .love-talk {}

.contact-box .love-talk h2 {
    font-size: 8vw;
}

.contact-box .love-talk-des {
    margin-right: 40vw;
    margin-bottom: 4vw;
}

.contact-box .love-talk-des p {
    font-size: 1vw;
}

.contact-box .address-box {
    margin-bottom: 2vw;

}

.contact-box .address-box .add-head {}

.contact-box .address-box .add-head h2 {
    font-size: 2vw;
}

.contact-box .address-box .add-call {}

.contact-box .address-box .add-call a {
    color: #000;
    text-decoration: none;
    display: block;
}

.contact-box .address-box .add-call p {}

.contact-box .contact-form {
    margin-bottom: 4vw;
}

.contact-box .map-box {
    filter: grayscale(100%);
}

@media(max-width:1050px) {
    #all-tiles{
        padding-top: 80px;
    }
}
@media(max-width:767px) {}

@media(max-width:500px) {
    .contact-box .love-talk h2 {
        font-size: 20vw;
    }
    .contact-box .love-talk-des{
        margin-right: 0;
        
    }
    .contact-box .love-talk-des p{
        font-size: 14px;
    }
    .contact-box .address-box .add-head h2{
        font-size: 7vw;
    }
    .form-control, .full-text{
        width: 100%;
    }
    .contact-box .map-box{
        padding: 10vw 0 0 0;
    }
    .contact-box .address-box{
        margin-bottom: 8vw;
    }
    .contact-box .love-talk-des p{
        margin-bottom: 8vw;
    }
    .contact-box .address-box .add-call a{
        font-size: 14px;
    }
    .contact-box .address-box .add-call p{
        font-size: 14px;
    }
}
