﻿@media screen and (min-width:0px) and (max-width:768px) {

body{
    background:#222;
}

.wrapper{
    position:relative;
    width:100%;
    height:auto;
    margin:auto;
    padding:0 15px;
}

.palet{
    color:#9b59b6;
    color:#8e44ad;
}

header{
    position:relative;
    width:100%;
    height:auto;
}
header .top_bar{
    position:fixed;
    width:100%;
    height:auto;
    left:0;
    top:0;
    background:rgba(0,0,0,0.4);
    z-index:9999;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .logo{
    position:relative;
    width:auto;
    height:60px;
    float:left;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .logo img{
    height:100%;
    padding:10px 0;
    
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .menu{
    position:absolute;
    width:100%;
    height:auto;
    left:0;
    top:60px;
    float:none;
    background:rgba(0,0,0,0.8);
    display:none;
}
header .top_bar .menu ul li{
    display:block;
    float:none;
    padding:0 15px;
}
header .top_bar .menu ul li a{
    display:block;
    height:55px;
    margin-left:auto;
    line-height:55px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
header .top_bar .menu ul li a:hover{
    color:#9b59b6;
}
header .top_bar .menu ul li a.current{
    color:#9b59b6;
    border-color:rgba(255,255,255,0.2);
}
header .top_bar .menu ul li:last-child a{
    border:none;
}
header .sticky{
    background:#333;
}
header .sticky .logo{
    height:60px;
}
header .sticky .logo img{
    padding:10px 0;
}
header .sticky .menu{
    background:#414141;
}
header .sticky .menu ul li a{
    height:55px;
    line-height:55px;
    border-color:rgba(0,0,0,0.1);
}
header .sticky .menu ul li a.current{
    border-color:rgba(0,0,0,0.1);
}
header .banner{
    position:relative;
    width:100%;
    height:auto !important;
    background:url(../images/banner.jpg) no-repeat center;
    background-size:cover;
    padding-top:100px;
    padding-bottom:50px;
}
header .banner .wrapper{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
}
header .banner .inner{
    position:relative;
    width:100%;
    height:auto;
    margin:auto;
    top:auto;
    bottom:auto;
    right:auto;
    color:#fff;
    padding:0;
    padding-right:0;
    text-align:center;
    text-shadow:1px 2px 1px rgba(0,0,0,0.2);
    z-index:1;
}
header .banner .inner:before{
    position: absolute;
    width: 500px;
    height: 500px;
    right:-50px;
    bottom:0;
    content: '';
    background: linear-gradient(transparent, rgba(255,255,255,0.4));
    border-radius: 100%;
    z-index: -1;
    display:none;

    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
header .banner .inner h2{
    display:block;
    margin-bottom:20px;
    font-size:22px;
    line-height:120%;
}
header .banner .inner a.link1{
    display:block;
    margin-bottom:30px;
    color:#fff;
    font-weight:bold;
    font-size:36px;
}
header .banner .inner a.link1:hover{
    opacity:.7;
}
header .banner .inner a.link2{
    display:inline-block;
    background:#9b59b6;
    color:#fff;
    padding:15px;
    border-radius:4px;
    font-size:16px;
    text-shadow:none;
}
header .banner .inner a.link2:hover{
    background:#8e44ad;
}
header .banner .inner a.link2 i{
    margin-right:10px;
}
header .banner .inner p{
    line-height:150%;
    margin-bottom:25px;
}

section{
    position:relative;
    width:100%;
    height:auto;
    min-height:600px;
    color:#777;
    font-size:15px;
}
section .big_title{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:15px;
}
section .big_title h2{
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
    color: #ccc;
    background: #222;
    line-height: 140%;
}
section .big_title h2 b{
    color:#9b59b6;
    font-weight:bold;
}
section .row{
    position:relative;
    width:100%;
    height:auto;
    padding:40px 0;
}
section h3{
    display:block;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
    color:#ccc;
}
section h4{
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
    color:#ccc;
}
section h5{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
    color:#ccc;
}
section p{
    line-height:170%;
    margin-bottom:25px;
}
section p a{
    color:#9b59b6;
}
section p a:hover{
    color:#8e44ad;
}
section a.link{
    display:inline-block;
    background:#9b59b6;
    color:#fff;
    padding:15px;
    border-radius:4px;
    font-size:16px;
}
section a.link:hover{
    background:#8e44ad;
}
section a.link i{
    margin-right:10px;
}
section p b{
    font-weight:bold;
    color:#999;
}
section ol{
    margin-bottom:25px;
}
section ol li{
    line-height:200%;
    margin-left:18px;
    list-style:disc;
}
section img{
    max-width:100%;
}

footer{
    position:relative;
    width:100%;
    height:auto;
    padding-top:1px;
    background:#2c2c2c;
    text-align:center;
}
footer .sosyal{
    position:relative;
    width:100%;
    height:auto;
    margin:30px 0;
    text-align:center;
}
footer .sosyal nav{
    display:inline-block;
}
footer .sosyal nav ul li{
    display:inline-block;
    float:none;
}
footer .sosyal nav ul li a{
    display:block;
    width:40px;
    height:40px;
    line-height:42px;
    text-align:center;
    margin:0 4px;
    margin-bottom:12px;
    background:#fff;
    color:#333;
    border-radius:100%;
    text-shadow:none;
}
footer .sosyal nav ul li a:hover{
    background:#9b59b6;
    color:#fff;
}
footer .copy{
    padding:20px 0;
    font-size:14px;
    border-top:1px solid rgba(255,255,255,0.1);
    color:#777;
    line-height:170%;
}


/*extras*/

.resim_sol{
	max-width: 100% !important;
    display: block;
    margin-right: 50px;
    margin:auto;
    margin-bottom: 30px;
    float: left;
    outline:1px solid rgba(255,255,255,0.5);
    outline-offset:-10px;
    border-radius:10px;

    -moz-filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}
.resim_sag{
	max-width: 100% !important;
    display: block;
    margin-left: 50px;
    margin:auto;
    margin-bottom: 30px;
    float: left;
    outline:1px solid rgba(255,255,255,0.5);
    outline-offset:-10px;
    border-radius:10px;
    
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    filter:grayscale(100%);
}
.resim_yatay{
    display:block;
	max-width: 100%;
    margin:auto;
    margin-bottom:30px;
    outline:1px solid rgba(255,255,255,0.5);
    outline-offset:-15px;
    border-radius:10px;

    -moz-filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
}

.marginBottom25{
    margin-bottom:25px !important;
}
.marginBottom40{
    margin-bottom:40px !important;
}
.marginBottom50{
    margin-bottom:50px !important;
}
.marginBottom75{
    margin-bottom:75px !important;
}
.marginBottom100{
    margin-bottom:100px !important;
}

#merak ul li{
    position:relative;
    display:block;
    padding-left:50px;
    margin-bottom:30px;
}
#merak ul li:before{
    position:absolute;
    left:0;
    top:-7px;
    content:'\f29c';
    font-family:'FontAwesome';
    color:#9b59b6;
    font-size:40px;
}

#tikla .inner{
    text-align:center;
}
#tikla .item{
    position:relative;
    display:inline-block;
    width:260px;
    height:370px;
    margin-right:30px;
    margin:0 5px;
    margin-bottom:30px;
    float:none;
    border-radius:10px;
    overflow:hidden;
}
#tikla .item:nth-child(4n+4){
    margin-right:5px;
}
#tikla .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
    opacity:.7;

    -moz-filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#tikla .item:hover img{
    opacity:1;

    -moz-filter:grayscale(0%);
    -webkit-filter:grayscale(0%);
    filter:grayscale(0%);
}


/*mobil extras*/

.mobil_menu{
    display:block;
    float:right;
    height:60px;
    line-height:60px;
    font-size:24px;
    color:#fff;
    cursor:pointer;
}

}