﻿.landing-form {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 31px 10px 12px 10px;
    background-color: rgba(255, 255, 255, 0.95);
}
.landing-form input[type=text]{
    font-size: 14px;
}
.landing-form input[type=radio]
{
    display:inline-block !important;
}
.landing-reg-button{
    width:100%;
    border-top: 1px solid #e1e1e1;
    padding-top:10px;
}
.landing-error{
    width:100%;
    color:#c20707 !important;
    text-align:right !important;
}
.landing-error span{
    font-size:small;
    padding: 0px !important;
}
.gmap
{
    width:100%;
    height:320px;
    border:5px solid #fff;
}
#topbutton{
    display:inline;
    margin-left:10px;
}
#topbutton a{
    padding:5px !important;
    margin-top:-2px;
}
.flag-area{
    margin-bottom:17px;
    font-size:smaller;
    /*text-align:left !important;*/
}
.col-container
{
    display:flex;
    width:100%;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
#contact .social-button {
    padding-bottom: 20px;
}

#contact .social-button a {
    font-size: 18px;
    display: inline-block;
    /*background: #333;*/
    color: #fff;
    line-height: 1;
    padding: 2px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#contact .social-button a img{
    max-height:100%;
    max-width:100%;
}


    #contact .social-links a:hover {
        background: #2dc997;
        color: #fff;
    }
@media (max-width: 768px) {
    .btn, .btn-group {
        width: 90%;
        margin: 10px;

    }
    #topbutton {
        display: inline;
        margin-left: 0px;
    }

        #topbutton a {
            padding: 0px !important;
            margin-top: -2px;
        }}
.slick-slide {
    width: 100px;
    height:auto;
    padding: 21px !important;
}
.slide img
{
    max-width:100px;
    max-height:100%;
}
.loading {
    position: fixed !important;
    background: url('../img/loadingthick.gif') no-repeat center center;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(22,22,22,0.6);
    z-index:600;
}
.fb-area{
    background-color:#ffffffaa;
    border: 1px solid #aaaaaaee;
    border-bottom-left-radius:25%;
    border-top-right-radius:25%;
    padding:21px;
    color:white;
    
}
