﻿@media screen and (min-width:0px) and (max-width:768px) {

.wrapper{
    position:relative;
    width:100%;
    height:auto;
    margin:auto;
    padding:0 15px;
}

header{
    position:relative;
    width:100%;
    height:auto;
}
header .top_bar{
    position:relative;
    width:100%;
    height:auto;
    background:#8ACB4B;
    box-shadow:0 -2px 2px rgba(0,0,0,0.1) inset;
    z-index:3;
}
header .top_bar .sol{
    position:relative;
    width:auto;
    height:auto;
    float:none;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,0.4);
}
header .top_bar .sol ul li{
    display:block;
    float:none;
}
header .top_bar .sol ul li a{
    display:block;
    height:40px;
    line-height:40px;
    margin-right:auto;
    margin-left:auto;
    color:rgba(255,255,255,0.7);
    font-size:15px;
    font-weight:300;
}
header .top_bar .sol ul li a:hover{
    color:#fff;
}
header .top_bar .sol ul li a i{
    margin-right:10px;
    color:#fff;
}
header .top_bar .sag{
    position:relative;
    width:100%;
    height:auto;
    float:none;
    margin-right:auto;
    color:#fff;
    font-size:14px;
    padding-bottom:15px;
}
header .top_bar .sag nav ul li{
    position:relative;
    width:50%;
    display:block;
    float:left;
    text-align:center;
}
header .top_bar .sag nav ul li:first-child:before{
    position:absolute;
    width:1px;
    height:10px;
    margin:auto;
    top:0;
    bottom:0;
    right:0;
    content:'';
    background:rgba(255,255,255,0.2);
}
header .top_bar .sag nav ul li a{
    display:block;
    padding:0 15px;
    height:50px;
    line-height:50px;
    color:rgba(255,255,255,0.7);
    font-size:14px;
}
header .top_bar .sag nav ul li a:hover{
    background:rgba(255,255,255,0.2);
}
header .top_bar .sag nav ul li a i{
    margin-right:10px;
    color:#fff;
}
header .top_bar .sag p{
    position:relative;
    display:block;
    width:100%;
    line-height:45px;
    padding-right:0;
    margin-right:auto;
    text-align:center;
    background:rgba(0,0,0,0.1);
    border:1px solid rgba(255,255,255,0.4);
    border-top:none;
}
header .top_bar .sag p:before{
    position:absolute;
    width:100%;
    height:1px;
    margin:auto;
    top:auto;
    bottom:0;
    right:0;
    left:0;
    content:'';
    background:rgba(255,255,255,0.2);
    display:none;
}
header .top_bar .sag p span{
    color:rgba(255,255,255,0.7);
}
header .top_bar .sag p a{
    border-bottom:1px solid #fff;
    color:#fff;
}
header .top_bar .sag p a:hover{
    border-bottom:transparent;
}
header .middle_bar{
    position:relative;
    width:100%;
    height:auto;
    background:linear-gradient(#fff,#eee);
    box-shadow:0 2px 2px rgba(0,0,0,0.2);
    z-index:99;
}
header .middle_bar .logo{
    position:relative;
    width:auto;
    height:70px;
    float:left;
}
header .middle_bar .logo img{
    padding:10px 0;
    height:100%;
}
header .middle_bar .menu{
    position:absolute;
    width:100%;
    height:auto;
    left:0;
    top:70px;
    background:#fff;
    float:none;
    padding:0;
    padding-top:10px;
    box-shadow:0 2px 2px rgba(0,0,0,0.2) inset;
    display:none;
}
header .middle_bar .menu nav ul li{
    position:relative;
    display:block;
    width:100%;
    float:none;
}
header .middle_bar .menu nav ul li a{
    display:block;
    width:100%;
    padding:0 20px;
    height:50px;
    line-height:50px;
    color:#41535d;
    font-weight:bold;
    font-size:14px;
    border-bottom:1px solid #eee;
}
header .middle_bar .menu nav ul li a:hover{
    color:#8acb4b;
    background:none;
}
header .middle_bar .menu nav ul li a:before{
    display:none;
}
header .slider{
    position:relative;
    width:100%;
    height:400px;
    overflow:hidden;
}
header .banner{
    position:relative;
    width:100%;
    height:300px;
    background:url(../images/banner.jpg) no-repeat center;
    background-size:cover;
}

#home_sec{
    position:relative;
    width:100%;
    height:auto;
    min-height:500px;
    color:#333;
}
#home_sec .big_title{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:50px;
    text-align:center;
    text-transform:uppercase;
}
#home_sec .big_title h2{
    display:block;
    color:#8ACB4B;
    font-size:18px;
    font-weight:bold;
    margin-bottom:7px;
}
#home_sec .big_title span{
    display:inline-block;
    padding-bottom:10px;
    color:#333;
    font-size:32px;
    font-weight:bold;
    border-bottom:5px solid #eee;
}
#home_sec .tumunu_gor{
    position: relative;
    display: block;
    width: 140px;
    height: auto;
    margin: auto;
    margin-top: 75px;
    text-align: center;
    background: linear-gradient(#fff , #eee);
    padding: 15px;
    border: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    font-size:14px;
}
#home_sec .tumunu_gor:before{
    position:absolute;
    width:calc(100% + 20px);
    height:100%;
    left:-15px;
    top:0;
    content:'';
    border:5px solid #8ACB4B;
    border-top:none;
    border-bottom:none;
    z-index:-1;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#home_sec .tumunu_gor:hover:before{
    width:calc(100% - 10px);
    left:0;
}
#home_sec .top_bar{
    position:relative;
    width:100%;
    height:auto;
    border-bottom:none;
    z-index:2;
}
#home_sec .top_bar .item{
    position:relative;
    width:100%;
    height:300px;
    border-right:1px solid #eee;
    border:1px solid #eee;
    border-top:none;
    background:#fff;
    text-align:center;
    padding:50px 25px;
    float:none;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#home_sec .top_bar .item:hover{
    box-shadow:0 5px 15px #ccc;
    z-index:2;
}
#home_sec .top_bar .item:first-child{
    border-left:1px solid #eee;
}
#home_sec .top_bar .item:before{
    position:absolute;
    width:100%;
    height:5px;
    left:0;
    top:-5px;
    content:'';
    background:#8ACB4B;
    opacity:0;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#home_sec .top_bar .item:hover:before{
    opacity:1;
}
#home_sec .top_bar .item i{
    color:#8ACB4B;
    font-size:42px;
    margin-bottom:30px;
}
#home_sec .top_bar .item h3{
    font-weight:bold;
    font-size:17px;
    margin-bottom:15px;
}
#home_sec .top_bar .item p{
    color:#777;
    font-size:14px;
    line-height:170%;
}
#home_sec .middle_bar{
    position:relative;
    width:100%;
    height:auto;
    padding:75px 0;
}
#home_sec .middle_bar .item{
    position:relative;
    width:100%;
    max-width:500px;
    height:auto;
    margin-right:51px;
    margin:auto;
    margin-bottom:25px;
    float:none;
    background:linear-gradient(#8ACB4B,#66a02d);
    padding:35px;
    color:#fff;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    z-index:1;
    box-shadow:0 3px 4px rgba(0,0,0,0.4);
}
#home_sec .middle_bar .item:last-child{
    margin-right:auto;
}
#home_sec .middle_bar .item:before{
    position:absolute;
    top:10px;
    bottom:10px;
    right:10px;
    left:10px;
    content:'';
    border:1px solid #91d74e;
    box-shadow:0 0 2px rgba(0,0,0,0.6) inset;
    z-index:-1;
}
#home_sec .middle_bar .item:after{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -50px;
    content: '';
    background: url(../images/shadow.png) no-repeat top;
    background-size: 366px auto;
    display:none;
}
#home_sec .middle_bar .item h3{
    display:block;
    font-size:20px;
    font-weight:bold;
}
#home_sec .middle_bar .item .line{
    position:relative;
    width:50px;
    height:4px;
    margin:20px 0;
    margin-bottom:30px;
    background:#fff;
    box-shadow:1px 2px 0 rgba(0,0,0,0.1);
}
#home_sec .middle_bar .item ol li{
    display:block;
    margin-bottom:15px;
    font-size:15px;
}
#home_sec .middle_bar .item ol li:before{
    content:'\f192';
    font-family:'FontAwesome';
    margin-right:10px;
}
#home_sec .middle_bar .item .readmore{
    display:inline-block;
    padding:10px 15px;
    margin-top:15px;
    border-left:4px solid #8ACB4B;
    background:#fff;
    color:#333;
    text-shadow:none;
    font-weight:bold;
    font-size:14px;
    box-shadow:1px 2px 0 rgba(0,0,0,0.2);
}
#home_sec .middle_bar .item .readmore:hover{
    color:#8ACB4B;
}
#home_sec .middle_bar .item .readmore i{
    margin-right:10px;
    color:#8ACB4B;
}
#home_sec .middle_bar2{
    position:relative;
    width:100%;
    height:auto;
    padding:75px 0;
    padding-bottom:100px;
    background:#000 url(../images/mid2_bg.png) no-repeat center;
    background-size:cover;
}
#home_sec .middle_bar2 .big_title span{
    color:#fff;
    border-color:rgba(255,255,255,0.2);
}
#home_sec .middle_bar2 .item{
    position:relative;
    width:100%;
    height:auto;
}
#home_sec .middle_bar2 .item .text{
    position:relative;
    width:100%;
    height:auto;
    padding:20px;
    background:#fff;
}
#home_sec .middle_bar2 .item .text:before{
    position: absolute;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
    bottom: -25px;
    left:15px;
    content: '';
}
#home_sec .middle_bar2 .item .text a{
    color:#777;
}
#home_sec .middle_bar2 .item .text a:hover{
    text-decoration:underline;
}
#home_sec .middle_bar2 .item .text .inner{
    position:relative;
    width:100%;
    height:95px;
    overflow:hidden;
}
#home_sec .middle_bar2 .item .text .inner p{
    font-size:14px;
    line-height:170%;
}
#home_sec .middle_bar2 .item .guest{
    padding-left:50px;
    padding-top:15px;
    font-weight:bold;
    color:#8ACB4B;
}
#home_sec .bottom_bar{
    position:relative;
    width:100%;
    height:auto;
    padding:75px 0;
    text-align:center;
}
#home_sec .bottom_bar ul li{
    display:inline-block;
    width:220px;
    max-width:100%;
    height:185px;
    margin-right:25px;
    margin:auto 10px;
    margin-bottom:25px;
    float:none;
    border-bottom:4px solid #8ACB4B;
    background:#eee;
}
#home_sec .bottom_bar ul li:nth-child(5n+5){
    margin-right:10px;
}
#home_sec .bottom_bar ul li img{
    width:100%;
    height:100%;
}
#home_sec .bottom_bar .tumunu_gor{
    margin-top:40px;
}

#other_sec{
    position:relative;
    width:100%;
    height:auto;
    min-height:600px;
    padding:35px 0;
    color:#333;
    font-size:14px;
}
#other_sec h3{
    display:block;
    color:#8ACB4B;
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
#other_sec h4{
    color:#8ACB4B;
    font-size:15px;
    font-weight:bold;
    margin-bottom:10px;
}
#other_sec h5{
    color:#8ACB4B;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
#other_sec p{
    line-height:170%;
    margin-bottom:25px;
}
#other_sec b{
    font-weight:bold;
}
#other_sec ol{
    margin-bottom:25px;
}
#other_sec ol li{
    line-height:200%;
    margin-left:18px;
    list-style:disc;
}
#other_sec img{
    max-width:100%;
}

footer{
    position:relative;
    width:100%;
    height:auto;
    background:#222 url(../images/footer_bg.png) no-repeat center;
    background-size:cover;
    text-align:center;
    color:rgba(255,255,255,0.6);
    padding:15px 0;
}
footer .menu{
    position:relative;
    display:inline-block;
    width:100%;
    height:auto;
    z-index:1;
    border-bottom:1px solid rgba(255,255,255,0.2);
    margin-bottom:50px;
}
footer .menu nav ul li{
    position:relative;
    display:block;
    width:100%;
    float:none;
}
footer .menu nav ul li a{
    display:block;
    padding:0 15px;
    height:40px;
    line-height:40px;
    margin:0 5px;
    font-size:14px;
    font-weight:normal;
    color:inherit;
    box-shadow:0 0 0 #8ACB4B inset;
}
footer .menu nav ul li a:hover{
    color:#8ACB4B;
}
footer .sosyal{
    position:relative;
    width:100%;
    height:auto;
    margin-bottom:50px;
    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:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    margin:0 5px;
    margin-bottom:10px;
    background:#fff;
    color:#333;
    border-radius:100%;
    text-shadow:none;
}
footer .sosyal nav ul li a:hover{
    background:#8ACB4B;
}
footer .iletisim{
    position:relative;
    width:100%;
    text-align:center;
    margin-left:auto;
}
footer .iletisim .map{
    position:relative;
    width:100%;
    height:200px;
    top:auto    ;
    right:auto;
    border:none;
    outline:1px solid #8ACB4B;
    outline-offset:5px;
}
footer .iletisim p{
    line-height:170%;
    margin-bottom:20px;
}
footer .iletisim p i{
    color:#8ACB4B;
    margin-right:10px;
}
footer .iletisim a{
    color:inherit;
}
footer .iletisim a:hover{
    color:#8ACB4B;
}
#copyright{
    position:relative;
    width:100%;
    height:auto;
    padding:15px;
    background:#222;
    text-align:center;
}
#copyright *{
    line-height:170%;
    color:rgba(255,255,255,0.6);
}
#copyright a{
    float:left;
    margin-right:15px;
    line-height:50px;
}
#copyright a:hover{
    text-decoration:underline;
}
#copyright span{
    width:100%;
    display:block;
    margin:auto;
    text-align:center;
    margin:25px auto;
}
#copyright img{
    height:45px;
    float:right;
    padding-top:10px;
}


/*extras*/

.master_title{
    position:relative;
    width:100%;
    height:auto;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
    text-transform:uppercase;
}
.master_title h2{
    font-size:26px;
    letter-spacing:-1px;
}
.master_title h2 span{
    font-weight:bold;
    color:#8ACB4B;
}
.master_title a.link {
    position: relative;
    display: block;
    width:100%;
    right: auto;
    bottom: auto;
    padding: 15px;
    background:linear-gradient(#333,#666);
    color: #8ACB4B;
    font-weight: bold;
    font-size:16px;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    margin-top:10px;
    margin-bottom:-15px;
}
.master_title a.link:hover{
    text-decoration:underline;
}
.master_title a.link i{
    margin-right:10px;
    font-weight:normal;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}

.resim_sol{
	max-width: 100% !important;
    display: block;
    margin-right: 25px;
    margin:auto;
    margin-bottom: 25px;
    float: none;
}
.resim_sag{
	max-width: 100% !important;
    display: block;
    margin-left: 25px;
    margin:auto;
    margin-bottom: 25px;
    float: none;
}
.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;
}

.divider{
    position:relative;
    width:100%;
    height:1px;
    margin:50px auto;
    background:#eee;
}

.iletisim .map{
    position:relative;
    width:100%;
    height:260px;
    margin-bottom:50px;
    overflow:hidden;
    border-bottom:4px solid #8ACB4B;
}
.iletisim .item{
    position:relative;
    width:100%;
    height:auto;
    float:none;
}
.iletisim .item:nth-child(2){
    float:none;
}
.iletisim .item h3{
    margin-bottom:25px;
}
.iletisim .item h4{
    margin-bottom:10px;
    font-weight:bold;
    font-size:15px;
    color:#333 !important
}
.iletisim .item h4 i{
    color:#8ACB4B;
    margin-right:10px;
}
.iletisim .item p{
    margin-bottom:25px !important;
}
.iletisim .item a{
    color:inherit;
}
.iletisim .item a:hover{
    color:#8ACB4B;
}
.iletisim .item .input_text{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight:lighter;
    background:#fff;
}
.iletisim .item .input_textarea{
    position: relative;
    display: block;
    float: left;
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight:lighter;
    background:#fff;
}
.iletisim .item .input_guvenlik{
    display:inline-block;
    float:left;
    width:calc(100% - 130px);
    height:40px;
    margin-bottom:10px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 15px;
    border:1px solid #ddd;
    font-size:13px;
    background:#fff;
    margin-left:10px;
}
.iletisim .item .guvenlik_yazi{
    position:relative;
    display:inline-block;
    float:right;
    padding:5px;
    margin-top:-32px;
    font-size:11px;
    color:#fff;
    background:#f00;
}
.iletisim .item .guvenlik_res{
    display:inline-block;
    float:left;
    width:120px;
    height:40px;
    background:url(../images/arkaplan.png);
}
.iletisim .item .guvenlik_lbl{
    display:inline-block;
    color:#8ACB4B;
    padding:10px 0;
}
.iletisim .item .input_btn{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor:pointer;
    color:#fff;
    background:#8ACB4B;
    float:right;
    font-weight:bold;
}
.iletisim .item .input_btn:hover{
    opacity:.7;
}

.sizden .yaz{
    position:relative;
    width:100%;
    height:auto;
    padding:15px;
    background:#eee;
    margin-bottom:40px;
    display:none;
}
.sizden .yaz .input_text{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight:lighter;
    background:#fff;
}
.sizden .yaz .input_textarea{
    position: relative;
    display: block;
    float: left;
    min-width: 100%;
    max-width: 100%;
    min-height: 140px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight:lighter;
    background:#fff;
}
.sizden .yaz .input_guvenlik{
    display:inline-block;
    float:left;
    width:calc(100% - 130px);
    height:40px;
    margin-bottom:10px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 15px;
    border:1px solid #ddd;
    font-size:13px;
    background:#fff;
    margin-left:10px;
}
.sizden .yaz .guvenlik_yazi{
    position:relative;
    display:inline-block;
    float:right;
    padding:5px;
    margin-top:-32px;
    font-size:11px;
    color:#fff;
    background:#f00;
}
.sizden .yaz .guvenlik_res{
    display:inline-block;
    float:left;
    width:120px;
    height:40px;
    background:url(../images/arkaplan.png);
}
.sizden .yaz .guvenlik_lbl{
    display:inline-block;
    color:#8ACB4B;
    padding:10px 0;
}
.sizden .yaz .input_btn{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor:pointer;
    color:#fff;
    float:right;
    font-weight:bold;
    background:#8ACB4B;
}
.sizden .yaz .input_btn:hover{
    opacity:.7;
}
.sizden .item{
    position:relative;
    width:100%;
    height:auto;
    float:none;
    border-bottom:4px solid #8ACB4B;
    margin-bottom:60px;
}
.sizden .item:nth-child(2n+2){
    float:none;
}
.sizden .item h3{
    color:#333 !important;
    margin-bottom:15px !important;
}
.sizden .item h3:before{
    color:#8ACB4B;
    margin-right:10px;
    content:'\f003';
    font-family:'FontAwesome';
    font-size:18px;
}
.sizden .item .text{
    height:90px;
    overflow:hidden;
    text-align:justify;
    margin-bottom:35px;
}
.sizden .item a.readmore{
    position:absolute;
    right:0;
    bottom:-20px;
    height:40px;
    line-height:40px;
    padding-left:15px;
    background:#fff;
    color:#333;
    font-weight:bold;
}
.sizden .item a.readmore:hover{
    color:#8ACB4B;
}

.refs{
    text-align:center;
}
.refs ul li{
    display:inline-block;
    width:220px;
    max-width:100%;
    height:185px;
    margin-right:25px;
    margin:auto 10px;
    margin-bottom:25px;
    float:none;
    border-bottom:4px solid #8ACB4B;
    background:#eee;
}
.refs ul li:nth-child(5n+5){
    margin-right:10px;
}
.refs ul li img{
    width:100%;
    height:100%;
}

.paket{
    text-align:center;
}
.paket .item{
    position:relative;
    display:inline-block;
    width:100%;
    max-width:500px;
    height:auto;
    margin-right:32px;
    margin:auto;
    margin-bottom:32px;
    float:none;
    background:linear-gradient(#8ACB4B,#66a02d);
    padding:35px;
    color:#fff;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    z-index:1;
    text-align:left;
}
.paket .item:nth-child(3n+3){
    margin-right:auto;
}
.paket .item:before{
    position:absolute;
    top:10px;
    bottom:10px;
    right:10px;
    left:10px;
    content:'';
    border:1px solid #91d74e;
    box-shadow:0 0 2px rgba(0,0,0,0.6) inset;
    z-index:-1;
}
.paket .item:after{
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: -50px;
    content: '';
    background: url(../images/shadow.png) no-repeat top;
    background-size: 366px auto;
}
.paket .item h3{
    display:block;
    font-size:16px !important;
    font-weight:bold;
    color:#fff !important;
}
.paket .item .line{
    position:relative;
    width:50px;
    height:4px;
    margin:20px 0;
    margin-bottom:30px;
    background:#fff;
    box-shadow:1px 2px 0 rgba(0,0,0,0.1);
}
.paket .item ol li{
    display:block;
    margin-bottom:20px !important;
    line-height:1 !important;
    margin-left:0 !important;
    font-size:14px;
}
.paket .item ol li:before{
    content:'\f192';
    font-family:'FontAwesome';
    margin-right:10px;
}
.paket .item .readmore{
    display:inline-block;
    padding:10px 15px;
    margin-top:15px;
    border-left:4px solid #8ACB4B;
    background:#fff;
    color:#333;
    text-shadow:none;
    font-weight:bold;
    font-size:14px;
    box-shadow:1px 2px 0 rgba(0,0,0,0.2);
}
.paket .item .readmore:hover{
    color:#8ACB4B;
}
.paket .item .readmore i{
    margin-right:10px;
    color:#8ACB4B;
}

.yanmenu .sol{
    position:relative;
    width:100%;
    height:auto;
    float:left;
    border-right:none;
    border:1px solid #eee;
    border-top:none;
    margin-bottom:25px;
}
.yanmenu .sol .master_title{
    margin-bottom:15px;
    display:none;
}
.yanmenu .sol nav{
    display:none;
}
.yanmenu .sol nav ul li a{
    position:relative;
    display:block;
    padding:8px;
    padding-right:25px;
    line-height:170%;
    color:#777;
    font-size:15px;
    text-transform:capitalize;
    border-bottom:1px solid #eee;
}
.yanmenu .sol nav ul li a:hover{
    color:#333;
}
.yanmenu .sol nav ul li:last-child a{
    border-bottom:none;
}
.yanmenu .sol nav ul li a:before{
    position:absolute;
    width:10px;
    height:10px;
    margin:auto;
    top:0;
    bottom:0;
    right:-8px;
    content:'';
    border:2px solid #ddd;
    background:#fff;
    border-radius:100%;
    display:none;

    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
.yanmenu .sol nav ul li a:hover:before{
    border-color:#8ACB4B;
}
.yanmenu .sag{
    position:relative;
    width:100%;
    height:auto;
    float:right;
}

.giris_kayit .sol{
    position:relative;
    width:45%;
    height:auto;
    float:left;
}
.giris_kayit .sag{
    position:relative;
    width:50%;
    height:auto;
    float:right;
    padding-left:5%;
    border-left:1px solid #eee;
}
.giris_kayit .input_text{
    display:inline-block;
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #ddd;
    background:#fff;
    box-sizing:border-box;
    margin-bottom:15px;
    font-size:14px;
}
.giris_kayit .input_btn{
    display:inline-block;
    width:100%;
    height:40px;
    margin-top:30px;
    padding:0 10px;
    background:#8acb4b;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    box-sizing:border-box;
    margin-bottom:15px;
    cursor:pointer;
}
.giris_kayit .input_guvenlik{
    display:inline-block;
    float:left;
    width:calc(100% - 140px);
    height:40px;
    margin-bottom:10px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 15px;
    border:1px solid #ddd;
    font-size:14px;
    background:#fff;
    margin-left:20px;
}
.giris_kayit .guvenlik_yazi{
    position:relative;
    display:inline-block;
    float:right;
    padding:5px;
    margin-top:-44px;
    font-size:11px;
    color:#e74c3c;
}
.giris_kayit .guvenlik_res{
    display:inline-block;
    float:left;
    width:120px;
    height:40px;
    background:url(../images/arkaplan.png);
}
.giris_kayit .guvenlik_lbl{
    display:inline-block;
    color:#8acb4b;
    padding:10px 0;
}
.giris_kayit a{
    font-size:15px;
    color:#2c3e50;
    border-bottom:1px solid #8acb4b;
    cursor:pointer;
} 
.giris_kayit img.logo{
    display:block;
    max-height:80px;
    margin:auto;
    margin-bottom:25px;
} 
.giris_kayit a:hover{
    border:none;
} 
.giris_kayit .hatirla{
    float:right;
    font-size:15px;
    padding-top:3px;
} 
.giris_kayit .hata{
    float:left;
    width:380px;
    height:40px;
    color:#e74c3c;
}

.tablo table, .tablo td{
    border:1px solid #ddd;
}
.tablo table{
    width:100%;
}
.tablo tr:nth-child(2n+1){
    background:#f4f4f4;
}
.tablo tr.baslik td{
    background:linear-gradient(#8ACB4B,#66a02d);
    color:#fff;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
    font-weight:bold;
}
.tablo td{
    padding:12px;
    vertical-align:middle;
    line-height:150%;
    font-size:3vw;
}
.tablo td:first-child{
    font-weight:bold;
}
.tablo td i{
    margin-right:10px;
    color:#8ACB4B;
}
.tablo a{
    color:inherit;
    border-bottom:1px dashed #8acb4b;
}
.tablo a:hover{
    color:#8acb4b;
    border-bottom:transparent;
}
.tablo td.red{
    color:#e74c3c;
}
.tablo tr td label{
    font-weight:bold;
    margin-left:10px;
}
.tablo .input_btn{    
    display:inline-block;
    height:40px;
    padding:0 10px;
    background:#8acb4b;
    color:#fff;
    box-sizing:border-box;
    margin-top:15px;
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
    text-shadow:1px 2px 0 rgba(0,0,0,0.2);
}

.profil_form .input_text{
    display:inline-block;
    width:100%;
    height:40px;
    padding:0 10px;
    border:1px solid #ddd;
    background:#fff;
    box-sizing:border-box;
    font-size:14px;
}
.profil_form .input_textarea{
    display:inline-block;
    min-width:100%;
    max-width:100%;
    min-height:100px;
    padding:10px;
    border:1px solid #ddd;
    background:#fff;
    box-sizing:border-box;
    font-size:14px;
}
.profil_form .input_btn{
    display:inline-block;
    width:100%;
    height:40px;
    padding:0 10px;
    background:#8acb4b;
    color:#fff;
    box-sizing:border-box;
    margin-top:15px;
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
}
.profil_form .input_guvenlik{
    display:inline-block;
    float:left;
    width:calc(100% - 140px);
    height:40px;
    margin-bottom:10px;
    border:none;
    color:#333;
    box-sizing:border-box;
    padding:0 15px;
    border:1px solid #ddd;
    font-size:14px;
    background:#fff;
    margin-left:20px;
}
.profil_form .guvenlik_yazi{
    position:relative;
    display:inline-block;
    float:right;
    padding:5px;
    margin-top:-30px;
    font-size:11px;
    color:#e74c3c;
}
.profil_form .guvenlik_res{
    display:inline-block;
    float:left;
    width:120px;
    height:40px;
    background:url(../images/arkaplan.png);
}
.profil_form .guvenlik_lbl{
    display:inline-block;
    color:#8acb4b;
    padding:10px 0;
}
.profil_form table{
    width:100%;
}
.profil_form td:first-child{
    font-weight:bold;
}
.profil_form td{
    padding:0;
    vertical-align:middle;
    padding-bottom:15px;
}


/*mobil extras*/

.mobil_menu{
    display:inline-block;
    padding:0 15px;
    height:70px;
    line-height:70px;
    color:#8acb4b;
    font-size:26px;
    cursor:pointer;
    float:right;
}
.mobil_tabmenu{
    display:block;
    padding:15px;
    background:#8ACB4B;
    color:#fff;
    text-shadow:1px 2px 0 rgba(0,0,0,0.1);
    font-size:18px;
    text-align:center;
    cursor:pointer;
}
.mobil_tabmenu span{
    font-weight:bold;
    margin-left:10px;
}

}