html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Nunito', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    margin-bottom: 150px;
    /* background-image: url("https://default.turhost.com/images/bg-tr.jpg"); */
    /* background-image: url("https://default.turhost.com/images/bg-istanbul.jpg"); */
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

input, select, textarea, button {
    width: 95%;
	padding: 0.4em;
	margin-bottom: 12px;
}

.istek-loading {
	clear: both;
	justify-content: center;
    align-items: center;
	text-align: center;
	display: none;
	margin: 50px auto;
}

.bg-1 {
    background-image: url("../images/bg2.jpg");
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.1);
    background: -moz-radial-gradient(center, ellipse cover, rgb(0 0 0 / 47%) 0%, rgb(0 0 0 / 56%) 10%, #000000 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(0 0 0 / 47%) 0%, rgb(0 0 0 / 56%) 10%, #000000 100%);
    background: -o-radial-gradient(center, ellipse cover, rgb(0 0 0 / 47%) 0%, rgb(0 0 0 / 56%) 10%, #000000 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgb(0 0 0 / 47%) 0%, rgb(0 0 0 / 56%) 10%, #000000 100%);
	background: radial-gradient(ellipse at center, rgb(0 0 0 / 47%) 0%, rgb(0 0 0 / 56%) 10%, #000000 100%);	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.footer-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(11%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.83)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.83) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.main-container {
    position: relative;
}

.istek-gonder {
    cursor: pointer;
}

header h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

header .desc {
    font-weight: 100;
}

header .desc strong {
    font-weight: 800;
}

main .title {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

main .lead {
    margin-bottom: 30px;
}

main a,
main a:link {
  color: #85beff;
  text-decoration: none;
}
main a:hover {
  color: #1c78d5;
  text-decoration: none;
}

header a,
header a:link {
  color: #f8f9fa;
  text-decoration: none;
}
header a:hover {
  color: #1c78d5;
  text-decoration: none;
}
.headerpowbys {
	position: absolute;
    right: 11px;
    margin-top: 15px;
    line-height: 1em;
}

.powbys {
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 1em;
}
.powby .text {
    font-size: 13px;
    display: inline-block;
    float: left;
    margin: 10px 8px 0 0;
    color: #c8c8c8;
}

footer {
    color: #c8c8c8;
    margin-bottom: 50px;
}

footer a,
footer a:hover,
footer a:active {
    color: #FFFFFF;
	text-decoration: none;
}


footer p {
    margin-bottom: 0;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .main-container {
        text-align: left;
        padding: 0 30px;
    }

    header {
        margin-bottom: 60px;
    }

    main {
        margin-bottom: 60px;
    }

    main .title {
        font-size: 23px;
    }

    main .lead {
        font-size: 16px;
        line-height: 1.6em;
    }

    header h1 {
        font-size: 25px;
        margin-top: 30px;
    }

    footer {
        text-align: center;
        padding: 0 40px;
    }

    footer p {
        font-size: 14px;
    }

}


@media only screen and (max-width: 767px) {
	.screen {width: 100%;}
	.player  {margin-left: -1em;}
}	
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
    .main-container {
        text-align: left;
        position: relative;
        padding: 40px 0 0 50px;
    }

    header {
        margin-bottom: 100px;
    }

    header h1 {
        font-size: 45px;
        margin-top: 0;
    }

    main .title {
        font-size: 34px;
    }

    main .lead {
        font-size: 1.25rem;
        line-height: 1.5em;
    }

    footer {
        padding: 0;
        padding-left: 50px;
        margin-bottom: 0;
        text-align: left;
        color: #c8c8c8;
        position: absolute;
        bottom: 0;
        height: 150px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .main-container {
        padding: 100px;
		padding-top: 18px;
    }

    footer {
        padding-left: 100px;
    }

}