*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-ct {
    color: #f56f12;
    background-color:transparent;
    border-color: #f56f12;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: 1px 1px 2px rgba(175, 175, 175, 0.25);
     font-family: 'Roboto Condensed', sans-serif;
     letter-spacing: 1px;
}
.btn-ct:hover,
.btn-ct:focus,
.btn-ct:active,
.btn-ct.active,
.open .dropdown-toggle.btn-ct {
    color: #fff;
    background-color: #f56f12;
    border-color: #f56f12;
}
.btn-ct:active,
.btn-ct.active,
.open .dropdown-toggle.btn-ct {
    background-image: none;
}
section#contact {
    background-color: #fbfbfb;
    background-image: url('../images/dummy/map-image-grey.png');
    background-position: center;
    background-repeat: no-repeat;
}
section#contact .section-heading {
    color: #3C4240;
}
section#contact .panel-heading i{
    color: #f56f12;
    margin-right: 5px;
    border: 2px solid;
    padding: 5px;
    border-radius: 10px;
}
section#contact li{
    float: left;
    display: block;
    text-align: center;
    padding: 20px 20px 20px 0px;
}
section#contact h4{
    color:  #d44a07;
    font-weight: normal;
}
section#contact .panel-body {
    /*font-family: 'Arvo', sans-serif;*/
    font-size: 14px;
    line-height: 25px;
}
section#contact .heading-contact{
    font-size: 18px;
    margin: 0 auto;
    font-family: 'Abel', sans-serif;
}
section#contact label{
    font-style: normal;
    font-size: 18px;
    font-weight: normal;    
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 323px;
}
section#contact .form-control:focus {
    border-color: #f56f12;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */

    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */

    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {

    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}
.section-heading-intro {
    letter-spacing: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #575f63;
}
.form-control{
    border-radius: 0px;
}
@media only screen and (min-width: 800px) and (max-width: 2560px) {
    .ac-custom label {
        display: inline-block;
        position: relative;
        font-size: 2em;
        padding: 0 0 0 50px;
        vertical-align: top;
        color: #869090;
        font-family: 'Roboto Condensed', sans-serif;
        cursor: pointer;
        transition: color 0.3s;
    }
    .ac-custom input[type="checkbox"],
    .ac-custom input[type="radio"],
    .ac-custom label::before {
        width: 35px;
        height: 35px;
        top: 50%;
        left: 0;
        margin-top: -20px;
        position: absolute;
        cursor: pointer;
    }

    .ac-custom input[type="checkbox"],
    .ac-custom input[type="radio"] {
        opacity: 0;
        display: inline-block;
        margin-left: 15px;
        margin-top: -22px;
        vertical-align: middle;
        z-index: 100;
    }

    .ac-custom label::before {
        content: '';
        border: 1px solid #cccccc;
        background: #ffffff;
        webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .ac-custom input[type="checkbox"]:checked + label,
    .ac-custom input[type="radio"]:checked + label {
        color: #f56f12;
    } 

    .ac-custom input[type="checkbox"]:checked + label::before,
    .ac-custom input[type="radio"]:checked + label::before {
        background: #f56f12;
        border: 1px solid #f56f12;
        transition: opacity 0.7s;
    }
}