/* ARABIC FONTS */

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



html { overflow-x:hidden !important; }
body { font-family: 'Montserrat', "Adobe Arabic", sans-serif;  overflow-x:hidden !important; color:#1b1c2a; background-image:url('../images/univa_Lp_v05_Giris.jpg'); background-size:cover; background-position:center; background-attachment:fixed; font-variant-ligatures: none; -webkit-font-variant-ligatures: none; font-smoothing: antialiased;  -webkit-font-smoothing: antialiased;}

a, a:hover {text-decoration:none; cursor:pointer;}

/* LANGUAGE */


#lang-slider .lang-item {width:100%; height:100vh; max-height:100vh; }
#lang-slider .lang-item .caption { position: absolute; width:400px; margin:auto; left:50%; top: 50%;  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); }

.lang-header img.logo { display:block; width: 240px; margin:auto; margin-bottom:50px; /*margin-top:-80px;*/}

.lang-content ul {list-style:none; margin:0; padding:0;}
.lang-content ul li {border-bottom:1px #f08d21 solid;}

.lang-content ul li:first-child {bborder-top:1px #f08d21 solid;}
.lang-content ul li a {display:block; padding:30px 0; text-align:center; font-size:30px; font-weight:700; color:#fff;}
.lang-content ul li a:link,
.lang-content ul li a:hover,
.lang-content ul li a:visited,
.lang-content ul li a:avive {text-decoration:none;}

.lang-footer {text-align:center;}