/*body{
	background-color: #99d8d4;
}*/

body .mh-head{
    background: #000 !important;
}

.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}

.triple{
    width:33.33% !important;
}

.card{
    height: calc(100% - 1rem);
}

.card .card-img-top{
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#tab-2,#tab-3,#tab-4,#tab-5,#tab-6 {
	display: none;
}

#passed-event, #adim-adim-destek-event, #ieo-ile-farkindayiz-event{
    margin:0 -.5rem;
}

.content-text {
    min-height: 650px;
    margin-bottom:50px;
}
.content-text a{
    color:#ff0000;
}

.content-text a:hover{
    text-decoration: underline;
}

.contents-container p{
    margin:0px;
}

.contents-container h1 {
    font-size:1.8em;
    margin: 20px 0 10px 0;
}

.content-image{
    width: 100%;
    height: auto;
    margin:20px 0 20px 0;
}

.content-info{
    margin-top: 10px;
}

.content-text{
    font-size:1.2em;
}

.contents-container>.sticky-top {
    top: 50px;
    z-index: 1;
    background:#fff;
}

.tab{
	min-height: 500px;
}

.play-indicator{
    position:absolute;
    top:35%;
    left:40%;
    font-size:80px;
    color:#fff;
    text-shadow: 0 0 4px #000000;
}

.v-parent {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: fixed;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    padding-top: 60px;
}

.v-child {
    margin: auto;
    display: table;
    position: relative;
    z-index: 6;
}

.v-child iframe {
    width:972px;
    height:546.76px;
}

.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.span-fark{
    background: rgb(255,0,0);
    background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(249,5,5,1) 18%, rgba(0,206,255,1) 18%, rgba(0,206,255,1) 32%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 83%, rgba(190,129,37,1) 83%, rgba(190,129,37,1) 100%);
    background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(249,5,5,1) 18%, rgba(0,206,255,1) 18%, rgba(0,206,255,1) 32%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 83%, rgba(190,129,37,1) 83%, rgba(190,129,37,1) 100%);
    background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(249,5,5,1) 18%, rgba(0,206,255,1) 18%, rgba(0,206,255,1) 32%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 83%, rgba(190,129,37,1) 83%, rgba(190,129,37,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
	padding: 0 !important;
}

.span-ieoif1 {
	/*color: #c90c0f;*/
	color:rgba(255,0,0,1);
}

.span-ieoif2 {
	/*color: #3daee4;*/
	color: rgba(0,206,255,1);
}
.span-ieoif3 {
	color: #fff;
}
.span-ieoif4 {
	/*color: #a67c52;*/
	color:rgba(190,129,37,1);
}
.span-ieoif5 {
	color: #fff;
}

@media only screen and (max-width: 600px) {
    .triple{
        width:100% !important;
    }

    .contents-container h1 {
        font-size:1.5em;
    }

    .content-text{
        font-size:1.1em;
        overflow-x: auto;
    }

    .content-text img{
        width:100% !important;
        height:auto !important;
    }

    .contents-container>.sticky-top {
        top: 80px;
        z-index: 1;
        background:#fff;
    }

    .v-child {
        display:block;
    }

    .v-child iframe {
        width:100%;
        height:220px;
    }

    .v-child img{
        width: 90%;
        margin:0 20px;
    }
}
