/*FORM*/
.contact_form UL {
    margin: 0px;
    padding: 0px;
}

.contact_form LI {
    margin: 0px 0px 6px;
    padding: 0px;
    list-style: none;
    font-size: 8pt;
    /* position: relative; */
}

.contact_form .form-text,
.contact_form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* border: 1px solid #000000; */
    height: 40px;
    padding-left: 10px;
    font-family: 'BentonSans_Light';
    border-radius: 5px;
    border-radius: 0;
    font-size: 13px;
    /* background: rgb(0, 0, 0); */
    color: #846537;
    border-bottom: 1px solid rgba(189, 156, 107, 0.40);
}

.contact_form .form-textarea {
    height: 70px;
    padding-top: 9px;
    resize: none;
}

.contact_form LABEL {
    height: 15px;
}

.form-submit {
    /* margin-top: 45px; */
    width: 40%;
    height: 35px;
    background: #009fe3;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    float: left;
    font-family: 'BentonSans_Bold';
    font-weight: 500;
    margin: 12px 0px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#13a9df+0,2bb2e2+45,2bb2e2+45,2bb2e2+49,13a9df+49,2bb2e2+100 */
    /* background: rgb(201, 199, 199); */ /* Old browsers */
    background: -moz-linear-gradient(top, rgba(19,169,223,1) 0%, rgba(43,178,226,1) 45%, rgba(43,178,226,1) 45%, rgba(43,178,226,1) 49%, rgba(19,169,223,1) 49%, rgba(43,178,226,1) 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(19,169,223,1) 0%,rgba(43,178,226,1) 45%,rgba(43,178,226,1) 45%,rgba(43,178,226,1) 49%,rgba(19,169,223,1) 49%,rgba(43,178,226,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgb(102, 177, 153) 0%,rgb(71, 145, 121) 45%,rgb(71, 145, 121) 45%,rgb(84, 158, 134) 49%,rgb(71, 145, 121) 49%,rgb(35, 51, 46) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a9df', endColorstr='#2bb2e2',GradientType=0 ); /* IE6-9 */
    /* border-radius: 5px; */
    margin-top: 45px;
}

    .form-submit:hover {
        opacity: 0.7;
        cursor: pointer
    }

INPUT.inputError,
SELECT.inputError {
    border: 1px solid #F00 !important;
}

.contact_form LI:nth-child(1)::before {
    content: ''; /* background:url(../images/icons/1.png)left center; */
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    right: 90%;
    left: 10px;
}

.contact_form LI:nth-child(2)::before {
    content: '';
    background: url(../images/icons/2.png)left center;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    right: 90%;
    left: 10px;
}

.contact_form LI:nth-child(3)::before {
    content: '';
    background: url(../images/icons/3.png)left center;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 90%;
    left: 10px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}
#form_info{position:relative}
.contact_form LI:nth-child(4)::before {
    content: '';
    background: url(../images/icons/4.png)left top;
    background-size: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    bottom: 0px;
    right: 90%;
    left: 10px;
    z-index: 1;
}

.contact_form form label {
    display: block;
    padding: 0px 0px 0px 0px;
    color: #bd9c6b;
    text-align: left;
    /* margin-bottom: 19px; */
    margin-top: 6px;
}

.contact_form .form-text.error {
    background-color: #9f7e4b;
    border: 1px #9f7e4b solid;
    color: #fff;
}

.contact_form form span.result {
    display: inline-block;
    font-size: 14px;
    color: #8bc53f;
    font-weight: bold;
    padding: 20px 0px;
}

.basarilihome {color: #fff;padding: 15px;background-color: #37bb2e;display: none;margin-bottom: 20px;}


.contact_form form .loading {
    text-align: center;
    z-index: 9999; /* margin: 90px 0; */
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    display:none
}

    .contact_form form .loading > div {
        display: table;
        width: 100%;
        margin: 0 auto;
        height: 75%;
    }

        .contact_form form .loading > div > div {
            display: table-cell;
            vertical-align: middle;
        }

            .contact_form form .loading > div > div img {
                width: initial
            }



.duyuru {
    color: #009fe3;
    font-size: 13px;
    line-height: 15px;
    font-family: 'BentonSans_Light';
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #009fe3;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #009fe3;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #009fe3;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #009fe3;
}

.input-group-addon {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #484848;
    border: 1px solid #CCC;
    border-radius: 4px;
}

input[type=checkbox]:not(old),
input[type=radio ]:not(old) {
    width: 20px;
    margin: 0;
    padding: 0;
    height: 14px;
    position: relative;
    top: 2px;
}

    input[type=checkbox]:not(old) + label,
    input[type=radio ]:not(old) + label {
        display: inline-block;
        padding-left: 22px;
        background: url('../images/form/checks.png') no-repeat 0 0;
        line-height: 15px;
        cursor: pointer;
        font-size: 12px;
    }

    input[type=checkbox]:not(old):checked + label {
        background-position: 0 -15px;
    }

    input[type=radio]:not(old):checked + label {
        background-position: 0 -15px;
    }

.ajaxloader {
    width: 80px;
    text-align: center;
    margin: auto;
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px;
}

    .bubblingG span {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 25px auto;
        background: #173c6e;
        -moz-border-radius: 50px;
        -moz-animation: bubblingG 1.3s infinite alternate;
        -webkit-border-radius: 50px;
        -webkit-animation: bubblingG 1.3s infinite alternate;
        -ms-border-radius: 50px;
        -ms-animation: bubblingG 1.3s infinite alternate;
        -o-border-radius: 50px;
        -o-animation: bubblingG 1.3s infinite alternate;
        border-radius: 50px;
        animation: bubblingG 1.3s infinite alternate;
    }

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

.radiovalidate {
    POSITION: ABSOLUTE;
    right: -16px;
    top: 6px;
}

.izin {
    margin: 5px auto;
    width: 140px;
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -moz-transform: translateY(-21px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -webkit-transform: translateY(-21px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -ms-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -ms-transform: translateY(-21px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -o-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -o-transform: translateY(-21px);
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        transform: translateY(-21px);
    }
}
