@font-face {
    font-family: 'Palatino';
    src: url('../fonts/palatinolinotype-roman-webfont.eot');
    src: url('../fonts/palatinolinotype-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/palatinolinotype-roman-webfont.woff2') format('woff2'),
         url('../fonts/palatinolinotype-roman-webfont.woff') format('woff'),
         url('../fonts/palatinolinotype-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PalatinoBold';
    src: url('../fonts/palatinolinotype-bold-webfont.eot');
    src: url('../fonts/palatinolinotype-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/palatinolinotype-bold-webfont.woff2') format('woff2'),
         url('../fonts/palatinolinotype-bold-webfont.woff') format('woff'),
         url('../fonts/palatinolinotype-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PalatinoItalic';
    src: url('../fonts/palatinolinotype-italic-webfont.eot');
    src: url('../fonts/palatinolinotype-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/palatinolinotype-italic-webfont.woff2') format('woff2'),
         url('../fonts/palatinolinotype-italic-webfont.woff') format('woff'),
         url('../fonts/palatinolinotype-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: "Palatino", Georgia, serif;
    font-size: 14px;
    color:#333;
}

h1,h2,h3{
    font-family: 'PalatinoBold';
    font-weight: normal;
}

.download-report-image {
    float:right;
}

header{
    margin-bottom: 20px;
}
.head-logo{
    margin-bottom: 10px;
}

.form-div {
    margin-top: 40px;
}

.form-control{
    border-radius: 0 !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
select{
    border-radius: 0 !important;
    height: 40px !important;
}

.full-width{
    width:100%;
}
a.lnk{
    color:#000;
    text-decoration: underline;
    font-size: 14px;
}

div.user{
    position: relative;
    top:50px;
}

.logo{
    text-align: center;
}

.logo img{
    width:280px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn{
    background-color: #8d2a90;
    color: #ffffff;
    padding: 10px 35px;
    border: none;
    border-radius: 0 !important;
    font-size: 14px;
    margin-top:15px;
}
.btn:hover{
    background-color: #8d2a90;
    opacity: 0.8;
}

.btn.btn-orange{
    background-color:#e17c44 !important;
}
.btn.btn-orange:hover{
    background-color:#e17c44 !important;
    opacity: 0.8;
}
.complete-test{
    margin-bottom: 30px;
}

.header-image{
    padding-top: 40px;
    padding: 0px;
}

.question-header{
    padding-top:40px;
}

.question-header h1{
    color: #002856;
    font-size: 30px;
    font-family: 'palatino-regular';
    padding-bottom: 40px;
}

.question{
    background-color: #f7f7f7;
}

.question h2{
    color: #002856;
    font-size: 26px;
    font-family: 'palatino-regular';
    padding-top: 15px;
    padding-bottom: 5px;
}

.answer{
    padding-top: 35px;
    padding-bottom: 55px;
}

.answer button{
    color: #696969;
    font-size: 16px;
    padding: 10px 25px 5px 25px;
    font-family: 'palatino-regular';
    background-color: #f5f5f5;
    border: 1px solid #55c5bf;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}

.answer button:last-child {
    margin-right: 0;
}
textarea, select, input, button { outline: none !important; }

.active{
    border: 4px solid #002856 !important;
    box-shadow:none !important;
    outline: none !important;
    color:#002856;
    font-weight: bold;
    padding: 8px 23px 3px 23px !important;
}

.send-button{
    color: #ffffff;
    background-color: #e37c3c;
    padding: 15px 50px 15px 50px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'palatino-regular';
    box-shadow: none !important;
    border:none !important;
}

.send-button:hover{
    color: #ffffff;
    text-decoration:none;
}

div.login-text{
    margin-top: 40px;
    margin-bottom: 15px;
    padding:10px;
    background-color: #e5e8eb;
}


footer{
    width:100%;
    min-height: 250px;
    background: #323c48;
    color:#7a848f;
    padding-top:20px;
    /*padding-bottom: 30px;*/
}

footer hr{
    height:1px;
    border-top:solid 1px #80878f;
}
footer div.social-links{
    padding-top:16px;
}
footer div.social-links .btn{
    color:#fff;
    width:35px;
    height: 35px;
    line-height: 35px;
    font-size:20px;
    text-align: center;
    padding:0;
    margin-bottom: 3px;
}
footer h5{
    color: #7a848f;
    font-size: 44px;
}
.btn-mezun{ background: #fd8100; }
.btn-youtube{ background:#c10830; }
.btn-linkedin{ background: #00649b; }
.btn-facebook{ background: #3a589b; }
.btn-twitter{ background: #01abf0; }
.btn-facebook{ background: #3a589b; }
.btn-weibo{ background: #d82721; }
.btn-mobile{ background: #0d7871; }
.btn-instagram{ background: #4f7ea6; }
.btn-google-plus{ background: #d62121; }

footer div.social-links .btn:hover{opacity: 0.8;}


footer h4{
    color:#cdd1d5;
    font-size:16px;
    font-weight: bold;
}
footer p{
    color:#cdd1d5;
}
footer ul.footer-menu{
    margin:0;
    padding:0;
}
footer ul.footer-menu li{
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
footer ul.footer-menu li a{
    color:#7a848f;
    text-decoration: none;
    font-size:12px;
}
footer ul.footer-menu li a:hover{text-decoration: underline;}
.agree-warning{
    width: 100%;
    padding:5px;
    background-color: #ff8a00;
    font-size: 13px;
}

.register-text {
    margin-top: 5px;
}

.forget-password-text {
    margin-top: 5px;
}

/*Sonuc*/
.head-table h2{
            font-size:20px;
            vertical-align: middle;
            font-weight: bold;
            text-align: left;
            padding-right:20px;
            padding-left:40px;
        }
        .head-table{
            border-bottom: solid 1px #666;
        }
        .head-table td{
            padding:0 0 5px 0;
        }
        .b-right{
            border-right: 1px solid #666;
        }
        .b-top{
            border-top:1px solid #666;
        }
        table.inner-table{border-top:1px solid #666;}
        table.inner-table td.large-td{
            padding:15px 5px 20px 5px;
            vertical-align: top;
        }
        a.download{
            position: relative;
            color:#000;
            text-decoration: underline;
            font-size:13px;
            float:right;
        }
        a.download:hover{
            opacity: 0.8;
        }

        .sonuc-head {
            font-size: 27px;
            text-align: center;
        }
/*Sonuc End*/

@media (max-width: 767px) {

    .head-logo {
        margin-bottom: 0px;
    }


    .logo img{
        width:220px;
    }
    header{
        margin-bottom: 20px;
        max-width: 100%;
    }

    .answer{
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .question h2{
        font-size:19px;
    }
     .answer button{
        color: #696969;
        font-size: 13px;
        padding: 8px 10px 3px 10px;
        font-family: 'palatino-regular';
        background-color: #f5f5f5;
        border: 1px solid #55c5bf;
        margin-right: 30px;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
    }
    a.download{
        position: relative;
        color:#000;
        text-decoration: underline;
        font-size:13px;
    }
    a.download img{width:75px;}

    .form-div {
        margin-top: 0px;
    }

    .login-btn {
        width: 100%;
    }

    .login-text-div {
        padding: 0;
    }

    .first-head {
        font-size: 26px;
    }

    .sonuc-head {
        font-size: 19px;
    }

    .pdf-download-fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
        margin: 0;
        left: 0;
        padding: 0;
        z-index: 99;
    }

    .pdf-download-fixed .download {
        background-color: #822a56;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 10px;
        font-size: 20px;
        text-decoration: underline;
    }

    .pdf-download-fixed .download img {
        width: 140px !important;
    }

    .result-table-form {
        border-top: 1px solid #000;
    }

    .desktop-download {
        display: none;
    }

    .boot-padding-div {
        padding: 0px 15px;
    }

    .m-select {
        margin-top: 15px;
    }


}


