.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}

.zoom{transition: transform .8s;}
.zoom:hover {
    -ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Safari 3-8 */
    transform: scale(1.04); 
}

.border-bottom{border-bottom: 1px solid #f3f3f3;}


header{
	padding: 22px 0;
	-webkit-box-shadow: 0px 19px 21px -13px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 19px 21px -13px rgba(0,0,0,0.18);
	box-shadow: 0px 19px 21px -13px rgba(0,0,0,0.18);
}

header.yHeader {
	padding: 5px 0;
}

header.yHeader .turkey-logo {
    display: none;
}

header .logo { 
	margin-top: 0px;
}

@media only screen and (max-width: 800px){
    header .logo { 
        margin-top: -15px;
    }
}

header .logo img {
	transition:all 0.3s ease;
}

.yHeader .logo img { 
	-webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: center left;
}

.yHeader .lang, .yHeader .search { 
	display: none;
}

.search {
	margin: 0px 0 8px 26px;
	padding: 0 0 0 0;
}

.lang {
    padding: 0px 20px;
    margin-top: 0px;
}

.menu{
	padding-top:15px;
	font: 40px "innogyWEBBold";
}

.yHeader .menu{
	padding-top:25px;
}

.menu ul li {
	float: left;
	padding:0 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

.dropdown-menu li {
    width: 100% !important;
    padding: 0 0px 0 0 !important;
}

.menu ul li a{ 
	color: #0c539e;
}
.menu ul li a:hover{ 
	opacity: 0.8;
}

.site-head ul {
	float: right;
}
.site-head ul li {
	width: fit-content;
}
.home-box .box2 .item2 a {
	background: #0c539e
}

.item2 {
	margin-bottom: 15px;
}

.item3 a {
	background: #c3a471 !important;
}

.item4 a {
	background: #25a7df !important;
}

.section-bg {
	width: 100%;
	background: url("images/junio-section-bg.jpg");
	background-position: bottom center;
    background-size: 100%;
	height: fit-content;
	padding: 150px 0 150px 0;
	margin-top:50px;
}

footer {
	background-image: url("images/footer-bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
    padding: 25px 0;
}
footer .bot-footer {
	border-top: 1px solid #fff;
    padding: 25px 0 0 0;
}
footer .bot-footer img{ height: 60px; }

.video-bg {
	width: 100%;
	background: url("images/video-bg.jpg");
	background-position: center center;
    background-size: cover;
	height: fit-content;
	padding: 150px 0 150px 0;
	margin-top:50px;
	margin-bottom:50px;
}

.search-box2 {
	background: rgba(195,164,113,0.85098);
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.markalar2 {height: 270px !important;}
.markalar {
    border:1px solid #f3f3f3;
    background: #f3f3f3;
    transition: transform .8s;
    font-family: innogyWEBRegular;
    margin-bottom: 30px;
    height: 390px;
}
.markalar:hover {
    border:1px solid #ed176d;
    background:#ed176d;
    -ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Safari 3-8 */
    transform: scale(1.04); 
}

.markalar h3 {font-family: innogyWEBBold; font-size: 20px;}

@media only screen and (max-width: 800px){

    .markalar h3 {font-family: innogyWEBBold; font-size: 14px !important;}
    .markalar .detay p{font-size: 10px}
    .markalar {height: 280px !important;}

}




.markalar:hover .detay p, .markalar:hover .detay h3{color: #fff;}
.markalar .markalogo {background:#fff; padding:30px 20px 30px 20px;}

.markalar .detay {margin-top: 20px;color: #404040;}
.markalar .detay p{color: #b7b7b7; font-weight: normal;}

.sayfa-baslik {
    font: 40px "innogyWEBBold";
    color: #12110e;
    line-height: 40px;
    width: 100%;
    display: block;
    margin: 0 auto 40px auto;
    position: relative;
    display: inline-block; 
}

.markalogo2 {
    border: 1px solid #ed176d;
}

.markaunvan {
    background:#ed176d;
    height: 380.66px;
    padding: 30px 30px 30px 30px;
    color: #fff;
    font: 40px "innogyWEBBold";
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 800px){

    .markaunvan {
        background:#ed176d;
        height: 92.33px;
        color: #fff;
         align-items: center;
        display: flex;
        

    }

    .markaunvan h1{font-size:15px; margin-top: 0px;}


}

.btn-info,.btn-info:visited,.btn-info:active,.btn-info:link {
    color: #404040;
    background-color: #fff;
    border-radius: 30px;
    border:3px solid #c3a471;
}

.btn-info:hover {
    background-color: #c3a471;
    color: #fff;
    border:3px solid #c3a471;
}

.btn-info2,.btn-info2:visited,.btn-info2:active,.btn-info2:link {
    color: #fff;
    background-color: #c3a471;
    border-radius: 30px;
    border:3px solid #c3a471;
}

.btn-info2:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 800px){

.btn-info2,.btn-info2:visited,.btn-info2:active,.btn-info2:link {
    color: #fff;
    background-color: #c3a471;
    border-radius: 30px;
    border:3px solid #c3a471;
    font-size:10px !important;
    margin-top: 35px !important;
}

.btn-info2:hover {
    opacity: 0.9;
}

}

.detail h4 {font: 22px "innogyWEBBold";}
.markalar-liste { margin: 0px 0 !important;}
.markalar-liste .mark { margin: 0px 0 !important;}

.modal-lg {
    width: 800px;
    margin-top: 120px;  
}
.modal-content {
    border-radius: 0;
    background: #c3a471;
    color: #fff;

}
.modal-header {border-bottom: 1px solid #c3a471;}

#map_canvas {
    width: 100%;
    border-radius: 0px;
}

#panel li a {color: #fff !important;}
#panel li {margin:5px 0 5px;}
#panel {background: #c3a471 !important;}

header .menu2 button .icon-bar {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #0c539e;
    width: 35px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    float: right;
}

header .menu2 button {
    display: block !important;
    float: right;
    background: none;
    border: none;
    width: 95px;
    height: 33px;
    padding: 10px 0;
    outline: 0;
}

@media only screen and (max-width: 1200px){
    .menu2 button {
        width: 45px !important;
        margin-right: 0;
    }
}

.mobil-lang a{
    width:50px;
    height: 30px;
    border:1px solid #fff;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    color: #fff;

}
.lang ul li ul li a{
    width: 55px;
}


.etkinlik {
    height: 150px;
    background: #f9f9f9;
}

@media only screen and (max-width: 800px){
    .etkinlik {height: 170px;}
}

.etkinlik h1{ 
    font: 20px "innogyWEBBold";
}
.etkinlik p{ 
    font: 18px "innogyWEBRegular" !important;
    margin-bottom: 15px !important;
}
.saat { 
    font: 20px "innogyWEBRegular" !important;
}
.saat i{ 
    font-size: 20px;
}
.tarih {
    padding: 30px 5px 5px 5px;
    border: 1px solid #f9f9f9;
    background: #fff;
    height: 150px;

}
.tarih h1{
    font: 50px "innogyWEBBold";
    margin-top:0px;
}
.tarih p{
    font: 22px "innogyWEBRegular";
    margin-top: -15px;
}

hr {
    margin:20px 0 20px 0;
}

.etkinlikFiltre {
    height: 50px;
    background: #ed176d;
}
.etkinlikFiltre p{color: #fff !important; padding: 10px 0;}
.etkinlikFiltre select {
    margin: 7px 0;
    border-radius: 0px;
}


#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #0051a2;
    line-height: 50px;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    width: 50px;
    height: 50px;
    background: #cfa56e;
}
#back-to-top.show {
    opacity: 1;
}


.mobilslide-text {
    font: 18px 'innogyWEBMedium' !important;
    margin-bottom: -30px !important;
}



@media only screen and (max-width: 800px){

    #back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        width: 25px;
        height: 53px;
        background: url("images/backtotop-mobil.png");
        transition: opacity 0.2s ease-out;
        opacity: 0;
    }
    #back-to-top:hover {
        width: 25px;
        height: 58px;
        background: url("images/backtotop2-mobil.png");
    }


}

.mobil-icsayfalar ul li {
    padding: 10px 0 10px 0;
    margin: 5px 0 5px 0;
    background: #ed176d ;
}

.mobil-icsayfalar ul li a{ color: #fff;}
.mobil-icsayfalar h1 {font: 25px 'innogyWEBBold';}

.lang ul li ul {width: 55px !important;}
.lang {text-transform: uppercase;}
.tp-bullets {bottom: 35px !important;}
.slider .tp-caption { bottom: 65px !important;}
.slider .tp-caption .capBig .line1 {font: 37px "innogyWEBMedium";}

.markalar-filtre .btn-default {width: 35px !important;}

.sayfalama a {width: 45px !important; border-radius: 45px; margin:0 5px 5px 5px;}

.clearfix {
    clear: both;
}

.slide-gradient{
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #000;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 

}








