
.layout-canvas-g {
    background-color: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}

.layout-canvas-g>.header,
.layout-canvas-g>.section,
.layout-canvas-g>.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
}

.layout-canvas-g>.section {
    margin: 10px 0;
}

.layout-canvas-g>.section>.columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}



@media only screen and (max-width: 480px) {
    .mobile-hidden {
        display: none !important;
    }

    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
    }
}

.layout-canvas-g>.section>.columns {
    width: 100%;
}

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,
header,hgroup,menu,nav,output,ruby,section,summary,time,
mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section {
    display: block;
}

body {
    /* line-height: 1; */
    font-family: 'corporates-regularmedium';
    background: #000;
}

/* body {
    color: #000;
    font-family: Arial;
    font-size: 12px;
    margin: 0 auto;
    max-width: 100%;
} */

a {
    font-family: 'corporates-regularmedium';
    color: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}



.container {
    width: 100%;
    margin: 0 auto;
    
}
.main {
    background: #000;
    color: #fff;
    padding-bottom: 30px;
    
}

.izinden_cikma {
    padding-bottom: 50px;

}

.main .header {
    width: 100%;
    display: inline-block;
    padding: 40px 40px 40px 60px;
}

.main .header .logo {
    float: left;
}

.main .header .wordmark {
    float: right;
    margin: 25px 0 0 0;
}

.main .promo {
    display: inline-block;
    width: 100%;
}

.main .promo img {
    width: 100%;
}

.main .promo-mobil {
    display: none;
}

.main .form h1 {
    font-size: 32px;
    margin: 20px 0 20px 0;
}

.main .form p {
    font-size: 14px;
    line-height: 21px;
    width: 60%;
}

.main .radio-buttons {
    margin-top: 30px;
    width: 40%;
}

.main .radio-buttons .field {
    margin-top: 20px;
}

.main .radio-buttons .field p {
    font-size: 14px;
    color: #818181;
}

.main .radio-buttons .field .item {
    display: inline-block;
    padding-left: 30px;
    margin: 10px 20px 10px 0;
    width: 90%;
}

.main .radio-buttons .field input[type="radio"] {
    display: none;
}

.main .radio-buttons .field label {
    position: relative;
    padding: 3px 0 0 8px;
    cursor: pointer;
}

.main .radio-buttons .field label:before {
    position: absolute;
    content: "";
    left: -28px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 16px;
    top: 1px;
}

.main .radio-buttons .field label:after {
    position: absolute;
    content: "";
    left: -22px;
    width: 12px;
    height: 12px;
    background: #04aaf0;
    border-radius: 16px;
    top: 7px;
    display: none;
}

.main .radio-buttons .field input[type="radio"]:checked+label:before {
    border: 3px solid #04aaf0;
    background: transparent;
    width: 18px;
    height: 18px;
}

.main .radio-buttons .field input[type="radio"]:checked+label:after {
    display: block;
}

.main .radio-buttons .field label:hover:before {
    border: 3px solid #04aaf0;
    background: transparent;
    width: 18px;
    height: 18px;
}



.main .radio-buttons .field .text-item textarea {
    resize: none;
    width: 100%;
    padding: 20px;
    height: 100px;
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
}



.main .btn-send {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px 14px 40px;
    position: relative;
    background: #04aaf0;
    margin-top: 20px;
    border-radius: 2px;
}

.main .btn-send:hover {
    background: #0088c6;
}

.main .btn-send:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 17px;
    width: 6px;
    height: 10px;
    background: url(https://image.s50.exacttarget.com/lib/fe8d13737463037a77/m/1/727b89c1-755b-4866-9e4e-677b1b06d022.png);
}



.main.izinden_cikma .form .bottom {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.main.izinden_cikma .form .bottom p {
    color: #818181;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.main.izinden_cikma .form .bottom .item {
    float: left;
    margin: 0 0 15px 0;
    padding-left: 14px;
}

.main.izinden_cikma .form .bottom .item input[type="checkbox"] {
    display: none;
}

.main.izinden_cikma .form .bottom .item label {
    position: relative;
    padding: 3px 0 0 8px;
    cursor: pointer;
}

.main.izinden_cikma .form .bottom .item label:before {
    position: absolute;
    content: "";
    left: -28px;
    width: 24px;
    height: 24px;
    background: #fff;
    top: 0px;
}

.main.izinden_cikma .form .bottom .item label:after {
    position: absolute;
    content: "";
    display: none;
    background: url(https://image.s50.exacttarget.com/lib/fe8d13737463037a77/m/1/cb998551-0427-45ed-90ad-590b1a6bc7f7.png);
    width: 13px;
    height: 11px;
    left: -22px;
    top: 7px;
}

.main.izinden_cikma .form .bottom .item input[type="checkbox"]:checked+label:before .main.izinden_cikma .form .bottom .item input[type="checkbox"]:checked+label:after {
    display: block;
}

.main.izinden_cikma .form .updateButton {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #00adef;
    border-radius: 3px;
    padding: 15px 20px 14px 50px;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
    position: relative;
    border: none;
    cursor: pointer;
}

.main.izinden_cikma .form .updateButton p {
    font-size: 16px;
    width: auto;
    position: relative;
}

.main.izinden_cikma .form .updateButton p:after {
    position: absolute;
    content: "";
    left: -25px;
    top: 7px;
    width: 6px;
    height: 10px;
    background: url(https://image.s50.exacttarget.com/lib/fe8d13737463037a77/m/1/727b89c1-755b-4866-9e4e-677b1b06d022.png);
}


/* Main css of CF  */
.container h1 {
    padding: 0 0 20px 0;
    font-size: 32px;

}
.container{
    /* padding: 20px; */
    width: 100%;
}

label {

    width: 100px;
    display: inline-block;
}

input {
    width: 30%;
    outline: none;
    border: none;
    padding: 3px;
    border-radius: 3px;
}

.frame {
    background: #000;
    width: 100%;
    height: 1100px;
}
textarea{
    
    margin-bottom: 10px;
    width: 100%;
}
.frame1 {
    background: #fff;
    width: 100%;
    height: 200px;
}
textarea{
    
    margin-bottom: 10px;
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    
    
}

@media only screen and (max-width: 1380px) {
    
}

@media only screen and (max-width: 1170px) {
    

    input {
        width: 50%;
    }

    
/* .main .form {
        padding: 0 40px;
    } */
}

@media only screen and (max-width: 980px) {
    .main .header {
        padding: 20px
    }

    .main .form p {
        width: 100%;
    }

    .main .radio-buttons {
        margin-top: 30px;
        width: 90%;
    }

    /* .main .form {
        padding: 0 15px;
    } */

    @media only screen and (max-width: 480px) {
        .main .header {
            padding: 30px 20px 30px 20px
        }

        .main .header .logo img {
            width: 60px;
            height: 60px;
            display: block;
            margin-left: 10px;
        }

        .main .header .wordmark {
            margin: 25px 0 0 0;
        }

        .main .promo img {
            display: none;
        }

        .main .promo-mobil {
            display: block !important;
        }

        .main .radio-buttons {
            width: 100%;
        }

        /* .main .form {
            padding: 0 15px;
        } */

        .main .radio-buttons .field .item {
            margin: 10px 20px 10px 0;
            width: 100%;
        }

        .main .form h1 {
            font-size: 30px;
            margin: 30px 0 20px 0;
        }
    }




    @media only screen and (max-width:480px) {

        /* MOBILE GLOBAL STYLES - DO NOT CHANGE */
        body,
        .tb_properties {
            font-family: Arial !important;
            font-size: 16px !important;
            color: #808080 !important;
            line-height: 1 !important;
            padding: 0px !important;
        }

        .buttonstyles {
            font-family: Arial !important;
            font-size: 16px !important;
            color: #FFFFFF !important;
            padding: 0px !important;
        }

        h1 {
            
            font-size: 22px !important;
            color: #000 !important;
            line-height: 1 !important;
        }

        h2 {
            font-family: Arial !important;
            font-size: 20px !important;
            color: #202020 !important;
            line-height: 1 !important;
        }

        h3 {
            font-family: Arial !important;
            font-size: 18px !important;
            color: #202020 !important;
            line-height: 1 !important;
        }

        p {   
                     
            color: #000 !important;            
        }

        a:not(.buttonstyles) {
            line-height: 1 !important;
        }

        .mobile-hidden {
            display: none !important;
        }

        .responsive-td {
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
        }


        label {
            margin-bottom: 6px;
        }

        input {
            width: 100%;
        }

        .container h1 {
            text-align: center;
            color: #fff;
        }
        /* .container{
            padding:12px;
        } */

    .frame {
        height: 1600px;
        background: #000;
    }
        .frame1 {
        height: 1600px;
        background: #000;
    }
}

/* END OF MOBILE GLOBAL STYLES - DO NOT CHANGE */