﻿.wrapper{
    position:relative;
    width:1200px;
    height:auto;
    margin:auto;
}

.palet{
    color:#ff0963;
    color:#d90b56;
}

header{
    position:relative;
    width:100%;
    height:auto;
}
header .top_bar{
    position:fixed;
    width:100%;
    height:auto;
    top:-75px;
    left:0;
    background:#fff;
    box-shadow:0 2px 2px rgba(0,0,0,0.1);
    z-index:99;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
header .top_bar .logo{
    position:relative;
    width:auto;
    height:70px;
    float:left;
}
header .top_bar .logo img{
    height:100%;
    padding:10px 0;
}
header .top_bar .menu{
    position:relative;
    width:auto;
    height:70px;
    float:right;
}
header .top_bar .menu ul li{
    display:block;
    float:left;
}
header .top_bar .menu ul li a{
    display:block;
    height:70px;
    line-height:70px;
    margin-left:30px;
    color:#333;
    font-size:14px;
    font-weight:bold;
}
header .top_bar .menu ul li a:hover{
    color:#ff0963;
}
header .top_bar .menu ul li a.current{
    color:#ff0963;
}
header .sticky{
    top:0;
}
header .banner{
    position:relative;
    width:100%;
    background:#111 url(../images/banner.png) 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:0;
    bottom:0;
    left:0;
    color:#fff;
    border-left:5px solid #ff0963;
    padding:20px;
    padding-right:0;
}
header .banner .inner h2{
    display:block;
    margin-bottom:20px;
    font-size:32px;
    line-height:150%;
}
header .banner .inner a.link1{
    display:block;
    margin-bottom:40px;
    color:#ff0963;
    font-weight:bold;
    font-size:42px;
}
header .banner .inner a.link1:hover{
    color:#d90b56;
}
header .banner .inner a.link2{
    display:inline-block;
    background:#ff0963;
    color:#fff;
    padding:15px;
    border-radius:4px;
    font-size:18px;
}
header .banner .inner a.link2:hover{
    background:#d90b56;
}
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:500px;
    color:#333;
}
section .big_title{
    position:relative;
    width:auto;
    height:auto;
    margin-bottom:30px;
}
section .big_title h2{
    position:relative;
    display:inline-block;
    padding-bottom:20px;
    font-size:38px;
}
section .big_title h2:before{
    position:absolute;
    width:100px;
    height:3px;
    left:0;
    bottom:0;
    content:'';
    background:#ff0963;
}
section .big_title h2 b{
    font-weight:bold;
}
section .row{
    position:relative;
    width:100%;
    height:auto;
    padding:75px 0;
}
section h3{
    display:block;
    color:#333;
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
}
section h4{
    color:#333;
    font-size:17px;
    font-weight:bold;
    margin-bottom:15px;
}
section h5{
    color:#333;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
section p{
    line-height:200%;
    margin-bottom:25px;
}
section p a{
    color:#ff0963;
}
section p a:hover{
    color:#d90b56;
}
section a.link{
    display:inline-block;
    background:#ff0963;
    color:#fff;
    padding:15px;
    border-radius:4px;
    font-size:18px;
}
section a.link:hover{
    background:#d90b56;
}
section a.link i{
    margin-right:10px;
}
section p b{
    font-weight:bold;
}
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:75px 0;
    background:#222 url(../images/footer_bg.png) no-repeat top;
    background-size:cover;
    text-align:center;
    color:rgba(255,255,255,0.7);
}
footer .wrapper{
    width:700px;
}
footer h2{
    display:block;
    font-size:32px;
    margin-bottom:25px;
    color:#fff;
}
footer p{
    line-height:170%;
    margin-bottom:50px;
}
footer a.link{
    color:#fff;
    font-weight:bold;
}
footer a.link:hover{
    color:#ff0963
}
footer .sosyal{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:50px;
}
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:#ff0963;
    color:#fff;
}
footer .copy{
    padding-top:20px;
    font-size:14px;
    border-top:1px solid rgba(255,255,255,0.1);
}


/*extras*/

.resim_sol{
	max-width: 40% !important;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
}
.resim_sag{
	max-width: 40% !important;
    display: inline-block;
    margin-left:50px;
    margin-bottom: 50px;
    float: right;
}
.resim_yatay{
    display:block;
	max-width: 100%;
    margin:auto;
    margin-bottom:25px;
}

.marginBottom25{
    margin-bottom:25px !important;
}
.marginBottom50{
    margin-bottom:50px !important;
}
.marginBottom75{
    margin-bottom:75px !important;
}
.marginBottom100{
    margin-bottom:100px !important;
}

#merak #content{
    width:665px;
}

#tikla .item{
    position:relative;
    width:277px;
    height:auto;
    margin-right:30px;
    margin-bottom:30px;
    float:left;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #e8e8e8;
}
#tikla .item:nth-child(4n+4){
    margin-right:0;
}
#tikla .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#tikla .item:hover img{
    opacity:.5;
}
#tikla .item a:before{
    position:absolute;
    width:100px;
    height:100px;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content: "\f095";
    font-family:'FontAwesome';
    font-size:42px;
    line-height:100px;
    text-align:center;
    color:#fff;
    background:#ff0963;
    border-radius:100%;
    overflow:hidden;
    z-index:1;

    -moz-transform:scale(0.0);
    -webkit-transform:scale(0.0);
    transform:scale(0.0);

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#tikla .item a:hover:before{
    -moz-transform:scale(1.0);
    -webkit-transform:scale(1.0);
    transform:scale(1.0);
}

/*mobil extras*/

.mobil_menu{
    display:none;
}