@import "font-avenir.css";

html, body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
    margin: 0;
    font-family: 'Avenir Bold', sans-serif;
    font-size:16px;
    background-size: cover; background-position: top center;     background-repeat: no-repeat;background-attachment: fixed;
}


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

    .content {
        min-height: 100vh;
        margin-bottom: 0px;
    }
    .footer,
    .push{
        height: 0px;
        display: none;
    }
    .footer{
        background-position: 30px top;
        background-repeat: no-repeat;
        background-size: auto 70%;
    }

    .contentDiv{
        width : 95%;
        margin-top : 25px;
        color: white!important;
        background: rgba(0,0,0,0.7);
        padding: 10px;
        padding-top: 10px;
        text-align: right;
        font-family: 'DINPro Light';
        font-size: 16px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        height: auto!important;
    }
    .headerContainer{padding:0px;padding-top:10px}

    .navbar ul{background-color: #fff}

    .float-right{float:none!important}
    .contentSubTitleContainer{
        margin:0;
        margin-top:30px;
        min-height : 100px;
        width : 80%;
        max-width:1140px;
        text-align: center;
    }
    .petalContent .contentDiv, .happeningContent .contentDiv, .pressContent .contentDiv{margin: auto!important}
    
    .companyContent{background-color: #a7a7a7bd}
	.content.companyContent {
		overflow-y: auto;
	}
	.owl-dots{
	display:none;
	}
}

@media only screen and (min-width : 992px) {

    .content {
        min-height: 100vh;
        margin-bottom: -100px;
    }
    .footer,
    .push{
        height: 100px;
    }
    .footer{
        background-position: 30px top;
        background-repeat: no-repeat;
        background-size: auto 70%;
    }

    .contentDiv{
        width : 90%;
        max-height : 450px;
        min-height:  350px;
        color: white!important;
        background: rgba(0,0,0,0.7);
        overflow: auto;
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: right;
        font-family: 'DINPro Light';
        font-size: 16px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
    }

    .contentDiv::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: transparent;
    }

    .contentDiv::-webkit-scrollbar
    {
        width: 8px;
        background-color: transparent;
    }

    .contentDiv::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #666;
    }
    .headerContainer{padding:0px;padding-top:45px}

    .companyContent .contentDiv{
        width:100%!important;
    }

    .companyContent .float-right{
        float:none!important;
        width: 950px!important;
        margin: auto!important;
    }

    .companyContent  .contentDiv::-webkit-scrollbar-track
    {
        -webkit-box-shadow:none;
        background-color: transparent;
    }

    .companyContent  .contentDiv::-webkit-scrollbar
    {
        width: 0px;
        background-color: transparent;
    }

    .companyContent  .contentDiv::-webkit-scrollbar-thumb
    {
        border-radius: 0px;
        -webkit-box-shadow:none;
        background-color: transparent;
    }

    .contentSubTitleContainer{
        margin:auto;
        margin-top:30px;
        min-height : 100px;
        width : 100%;
        max-width:1140px;
        text-align: center;
    }
}

.mainContainer{
    width:100vw;
    height:100vh;
    background-image:url('https://www.gulcicek.com/upload/13a4588_1530188909.jpg');
    background-size: cover; 
    background-position: top center;
    background-repeat: no-repeat;
    padding-top : 40px;
}

.contentDiv h1{
    font-family: 'Avenir Next Ultra Light', sans-serif;
    font-weight: 700;
    font-size: 36px;
}


.contentSubTitleContainer ul{
    list-style: none!important;
}

.contentSubTitleContainer ul li{
    list-style: none!important;
    display: inline-block;
    margin-left: 15px;
}
.contentSubTitleContainer ul li .linkBox{
    display: block;
    width: 120px;
    height: 120px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.85714286em;
    vertical-align: middle;
    position: relative;
    background-color: rgba(0,0,0,0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contentSubTitleContainer ul li .linkBox.activeBox{
    background-color: rgba(0,0,0,0.5);
}

.contentSubTitleContainer ul li .linkBox span{
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
}



.rightSlideShow {
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
}

@-webkit-keyframes bounceInLeft {
    0% {
        -webkit-transform: translateX(-2000px);
    }
    60% {
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        transform: translateX(-2000px);
    }
    60% {
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.navbar {
    background-image: transparent !important; /* override background image gradient w/ flat color */
    background-color: transparent !important;
}

.navbar .nav-link {
    font-family: 'Avenir Bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #000!important;
    margin-left: 10px;
    box-shadow: none;
    position: relative;
    font-variant: small-caps;
    text-decoration: none;
}

.navbar-brand a {
    box-shadow: none;
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    left: 0%!important;
    width: 25px!important;
    margin: auto;
}

.navbar .nav-link:hover::before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} 

.aktivNavLink .nav-link::before{
    transition-delay: 0s;
    transform: scale3d(1, 1, 1);
}

.headerLink{
    color:#000!important;
}

.modalVideoGaleri .modal-content {
    background-color: transparent!important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modalVideoGaleri .modal-header{
    border-bottom: 0px!important;
}

.modal-lg{
    width: 90%!important; 
    max-width: 1140px;

}

.modalVideoGaleri{
    width: 90%!important; 
    max-width: 600px;
}
.modal-body{
    overflow-x: hidden!important;
    overflow-y: auto;
}
.modal-body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: transparent;
}

.modal-body::-webkit-scrollbar
{
    width: 8px;
    background-color: transparent;
}

.modal-body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #666;
}

.modal-backdrop {
    z-index: 1040 !important;
}
.fullPageGaleriContainer{
    position: absolute;width:100vw;height:100vh;left:0px;top:0px; background-size: cover; background-position: center top; background-repeat: no-repeat;z-index:-1
}

.thumbLink{
    position: absolute;
    left: 50%;
    bottom: 110px;
    transform: translateX(-50%);
    z-index: 2
}

.thumbLink a{
    z-index: 2;background-color:#fff;display:inline-block;border:1px solid #ccc;height:60px;width:90px;background-size: contain;background-repeat: no-repeat;background-position: center top;
}

.zorunlu{border-right: red 3px solid}
.kzorunlu{border-right: blue 3px solid}


#cerezKullanimBilgiDiv{position: fixed;left: 0px;right: 0px;bottom: 0px;width: 100%;background: rgba(255,  255,  255,  0.9);border: 1px solid #ccc;font-size: 14px;text-align: center;height: auto}
#cerezKullanimBilgiDiv a{text-decoration: underline;color: #000;font-size: 14px;}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
}

.overlay .searchForm{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.overlay .searchForm input{
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    color: #fff;
}

.overlay .searchForm button{
    background-color: transparent;
    border: none;
    font-size:24px;
    color: #fff;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.companyContent .contentDiv{
    text-align: left!important;
}
.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.companyContent .companyRules{
    margin: 0;
    padding: 0;
}

.companyContent .companyRules li{
    list-style-type: circle;
    list-style-position: outside;
}

.iletisimAltContent a{
    color: #fff;
    text-decoration: none;
    font-size : 15px;
}

.iletisimAltContent a:focus, a:hover {
    color: orange;
    text-decoration: underline;
}

.iletisimAltContent input[type=text],textarea{
    background: transparent!important;
    border: none!important;
    border-bottom: 1px solid #fff!important;
    color:#fff;
}

.iletisimAltContent input[type=button]{
    background: transparent!important;
    border: 1px solid #acacac;
}

.proFacContent .linkBox{
    background-color:rgba(32,90,65,0.7)!important;
}

.proFacContent .linkBox.activeBox{
    background-color: rgba(0,0,0,0.7)!important;
}


.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    float:left;
    padding-bottom: 30px;
    background: #fff0;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-height: 170px;
    overflow:hidden;
}
.swiper-slide a img{
    /*max-height: 180px;*/
    max-height: 8.1em;
}

.swiper-slide a span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 12px!important;
}
.swiper-wrapper{
    position:absolute;
    top:1px;
    left:1px;
}

.swipper_next{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 45%;
    transform: translateY(-50px)
}
.year {
    z-index: 9;
}
ul.year-list li.active a {
    text-decoration: underline;
}
.swiper-container {
    min-height: 22rem;
}
.swipper_prev{
    cursor: pointer;
    position: absolute;
    right: 100px;
    top: 45%;
    transform: translateY(-50px)
}
@media screen and (min-height: 810px)
{
    .contentDiv {
    margin-top: calc( (100vh - 210px - 450px - 150px) / 2)!important;
    height: 47vh;
}
}



.fullgallery-div.col-md-12 {
    text-align: center;
    position: relative;
    top: 62vh!important;
}
ul.fullgallery-container {
    position: relative;
    list-style: none;
	padding:0;
}
ul.fullgallery-container li {
    display: inline-grid;
    min-width: 130px;
    height: 70px;
    background: #00000066;
    vertical-align: middle;
    position: relative;
    color: white;
    border: 2px solid white;
}
ul.fullgallery-container li a {
    position: relative;
    color: white;
    line-height: 70px;
    height: 102%;
    width: 100%;
}
div.owl-carousel {
    top: 61vh!important;
}
button.owl-dot {
    display: none!important;
}
.playpause{
	background: url(https://www.gulcicek.com/images/gulcicek-coorporate.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: 0;
    background-size: cover;
    background-position: center;
    z-index: 3;
}
    
@media only screen and (max-width : 992px){
	
	div#myNav {
		background: url(https://www.gulcicek.com/ekstraDosyalar/eksf29277_factory-11.jpg?v1);
		background-size: cover;
	}
	div#myNav a {
		color: white;
	}
}