﻿body{
    background:#222;
}

.wrapper{
    position:relative;
    width:1200px;
    height:auto;
    margin:auto;
}

.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:90px;
    float:left;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .logo img{
    height:100%;
    padding:15px 0;
    
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .menu{
    position:relative;
    width:auto;
    height:auto;
    float:right;
}
header .top_bar .menu ul li{
    display:block;
    float:left;
}
header .top_bar .menu ul li a{
    display:block;
    height:90px;
    margin-left:30px;
    line-height:90px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    border-bottom:4px solid transparent;
}
header .top_bar .menu ul li a:hover{
    color:#9b59b6;
}
header .top_bar .menu ul li a.current{
    border-color:#9b59b6;
}
header .sticky{
    background:#333;
}
header .sticky .logo{
    height:70px;
}
header .sticky .logo img{
    padding:10px 0;
}
header .sticky .menu ul li a{
    height:70px;
    line-height:70px;
}
header .banner{
    position:relative;
    width:100%;
    background:url(../dosyalar/banner.jpg) no-repeat center;
    background-size:cover;
}
header .banner .wrapper{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}
header .banner .inner{
    position:absolute;
    width:600px;
    height:400px;
    margin:auto;
    top:100px;
    bottom:0;
    right:0;
    color:#fff;
    padding:20px;
    padding-right:0;
    text-align:right;
    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;

    -moz-transform: rotate(-75deg);
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
header .banner .inner h2{
    display:block;
    margin-bottom:20px;
    font-size:32px;
    line-height:150%;
}
header .banner .inner a.link1{
    display:block;
    margin-bottom:30px;
    color:#fff;
    font-weight:bold;
    font-size:42px;
}
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:18px;
    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:25px;
}
section .big_title h2{
    display: inline-block;
    font-size: 40px;
    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:75px 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;
}
footer .sosyal nav{
    display:inline-block;
}
footer .sosyal nav ul li{
    display:block;
    float:left;
}
footer .sosyal nav ul li a{
    display:block;
    width:40px;
    height:40px;
    line-height:42px;
    text-align:center;
    margin:0 10px;
    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;
}


/*extras*/

.resim_sol{
	max-width: 45% !important;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    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%);
}
.resim_sag{
	max-width: 45% !important;
    display: inline-block;
    margin-left:50px;
    margin-bottom: 50px;
    float: right;
    outline:1px solid rgba(255,255,255,0.5);
    outline-offset:-15px;
    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:25px;
    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:65px;
    margin-bottom:30px;
}
#merak ul li:before{
    position:absolute;
    left:0;
    top:-7px;
    content:'\f29c';
    font-family:'FontAwesome';
    color:#9b59b6;
    font-size:52px;
}

#tikla .item{
    position:relative;
    width:277px;
    height:400px;
    margin-right:30px;
    margin-bottom:30px;
    float:left;
    border-radius:10px;
    overflow:hidden;
}
#tikla .item:nth-child(4n+4){
    margin-right:0;
}
#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:none;
}