﻿/* ilk komponent */
img.cover {
    object-fit: cover;
}
/* ilk komponent */

.navik-header .logo {
    text-align: left !important;
    padding: 5px !important;
}
.navik-header .logo a img {
   max-height:45px !important;
}
/*@media (min-width: 1200px){
    .header-transparent-on .navik-menu > ul > li > a, .header-opacity-on .navik-menu > ul > li > a {
        color: #000000 !important;
    }
}
.navik-header.header-transparent-on, .navik-header.header-opacity-on {
     background-color: #FFF !important; 
}*/

.videotanitim {
    width: 50%;
    height: 90vh;
}

video {
    position: fixed;
    top: 70%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(../../../../Resim/Upload/bg3.html) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.kts-one .navbar-brand > img {
    width: 312px;
}

.menu1.koyu .navbar-brand > img, .menu1.acik .navbar-brand > img {
    margin: 0px;
}

.navbar-right {
    float: right !important;
    margin-right: -19px;
    margin-top: 9px;
}

.alert-info {
    color: #171717!important;
    background-color: #f5f3f3!important;
    border-color: #e8e8e8!important;
}


.discus-component {
    background-color: #d8d8d8;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 4%;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.discus-spotlight h1 {
    color: white;
    text-align: center;
    font-size: 68px !important;
    line-height: 115px!important;
}

.discus-spotlight {
    padding-top: 4% !important;
    padding-bottom: 4% !important;

}


.discus-contact-header a {
    margin: 0px 3px !important;
}

.discus-card-custom-img {
    width: initial !important;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.container-fluid .discus-header {
    background-color:#3c75b5 !important;
    padding: 3px 0px;
}


@font-face {
  font-family: 'Segoe';
  src: url("../../../../index.html");
}

.intfont {
    font-family: 'Segoe', sans-serif !important;
}
.navik-menu ul li a {
    padding: 0 22px;
}

.css3-tabstrip
{
    width: 100%;
}    
 
.css3-tabstrip ul,
.css3-tabstrip li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.css3-tabstrip,
.css3-tabstrip input[type="radio"]:checked + label
{
    position: relative;
}
 
.css3-tabstrip li,
.css3-tabstrip input[type="radio"] + label
{
    display: inline-block;
}
 
.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"]
{
    position: absolute;
}
 
.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"] + label
{
    border: solid 1px #ccc;
}
 
.css3-tabstrip
{
    font: normal 13px Arial, Sans-serif;
    color: #404040;
}
 
.css3-tabstrip li
{
    vertical-align: top;
}
 
.css3-tabstrip li:first-child
{
    margin-left: 8px;
}
 
.css3-tabstrip li > div
{
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.css3-tabstrip input[type="radio"] + label
{
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.css3-tabstrip input[type="radio"]:checked + label
{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: no-drop;;
}
 
.css3-tabstrip input[type="radio"]
{
    opacity: 0;
}
 
.css3-tabstrip input[type="radio"] ~ div
{
    display: none;
}
 
.css3-tabstrip input[type="radio"]:checked:not(:disabled) ~ div
{
    display: block;
}
 
.css3-tabstrip input[type="radio"]:disabled + label
{
    opacity: .5;
    cursor: no-drop;
}

@media (max-width: 1200px) {
    .navik-menu > ul > li > a {
        border-bottom: 1px solid #ccc;
        padding: 10px 10px !important;
    }
}

.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    background-color: inherit;
}