﻿@charset "utf-8";

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5); 
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	background-color: #dfe7f4;
	color: #35384b;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.ani {-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.anislow {-webkit-transition: 1.5s;-moz-transition: 1.5s;-o-transition: 1.5s;-ms-transition: 1.5s;transition: 1.5s;}

.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}



#header{
	background-color: #FFF;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .05);
	position: sticky;
    top: 0;
    z-index: 100;
}
#header .row {
	align-items: center;
}

a#logo{
	display: block;
	padding: 20px 0px;
}
a#logo > img{
	height: 50px;
}

ul#menu{
	list-style: none;
	float: right;
	margin: 10px 0px;
}
ul#menu > li{
	float: left;
	margin: 0px 5px;
}
ul#menu > li > a{
	display: block;
	padding: 5px 10px;
	color: #414141;
	font-size: 0.9rem;
	text-decoration: none;
}
ul#menu > li > a:hover{
	color: #1785a0
}
ul#menu > li.s a{
	color: #1785a0
}

ul.mmune{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    float: right;
    display: none;
}
ul.mmune > li{
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
ul.mmune > li a.instagram{
    color: #c13584;
}
ul.mmune > li > ul.submenu{
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 15px 30px;
    background-color: #fff;
    right: 0;
    display: none;
    -webkit-box-shadow: 0px 1px 92px -46px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 92px -46px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 92px -46px rgba(0,0,0,0.75);
}
ul.mmune > li:hover > ul.submenu{
    display: block;
}
ul.mmune > li > ul.submenu > li{
    border-bottom: 1px solid #eee;
}
ul.mmune > li > ul.submenu > li:last-child{
    border-bottom: none;
}
ul.mmune > li > ul.submenu > li > a{
    color: #777;
    text-decoration: none;
}
ul.mmune > li > ul.submenu > li > a:hover,
ul.mmune > li > ul.submenu > li > a.active{
    color: #0993b8;
}


#sub_header{
	background-color: #02596A;
	padding: 15px 0px;
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#sub_header .sub{
	font-size: .8rem;
	color: #fb7323;
}
#sub_header .main a,
#sub_header .main h1{
	color: #FFF;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 500;
	text-decoration: none;
	color: #FFF;
}

#footer{
	background-color: #02596A;
	color: rgba(255 ,255, 255, .6);
	font-size: .75rem;
	font-weight: 100;
}
#footer a {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer p{
	margin-bottom: 15px;
}
#footer p:last-child{
	margin-bottom: 0;
}

#footer_top{
	padding:15px 0px;
}
#footer_bottom{
	background-color: #003A45;
	padding: 15px 0px;
}


#main{
	min-height: 650px;
}



#ilanlar_baslik{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#ilanlar_baslik h3{
    color: #0084a0;
    margin: 0;
}
#ilanlar_baslik a {
    text-decoration: none;
    color: #616161;
    font-size: 13px;
}
#ilanlar_baslik a:hover{
    color: #212121;
}


/* Ilan Liste */
#ilanlar{}
#ilanlar > .ilan{
    display: flex;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #DFEAEC;
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 14px;
    width: 100%;
    margin: 1% 0;
    float: left;
}
#ilanlar > .ilan:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05)
}
#ilanlar.f > .ilan{
    width: 100%;
    margin: 1% 0;
}

#ilanlar > .ilan > .firma-logo{
    width: 120px;
    padding-right: 15px;
}
#ilanlar > .ilan > .firma-logo img{
    width: 100%;
}
#ilanlar > .ilan > .ilan-detay{
    flex: 1;
    border-left: 1px solid #DFEAEC;
    border-right: 1px solid #DFEAEC;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
#ilanlar > .ilan > .ilan-detay strong{
    font-size: 20px;
}
#ilanlar > .ilan > .ilan-detay span{
    opacity: 0.75;
}
#ilanlar > .ilan > .ilan-detay span.firma{
    font-weight: bold;
    margin-top: 5px;
}
#ilanlar > .ilan > .ilan-detayli-bilgi{
    padding-left: 15px;
}
#ilanlar > .ilan > .ilan-detayli-bilgi a.btn{
    display: block;
    border-radius: 5px;
    background-color: #DFEAEC;
    color: #1785a0;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
}
#ilanlar > .ilan > .ilan-detayli-bilgi a.btn:hover{
    opacity: 0.8;
}
/* Ilan Liste */


/* Ilan Detay*/
#ilan-detay-firma{
    background-color: #fff;
    border: 1px solid #DFEAEC;
    border-radius: 5px;
    font-size: 14px;
    position: sticky;
    top: 100px;
}
#ilan-detay-firma > img{
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
#ilan-detay-firma > .title{
    color: #1785a0;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
#ilan-detay-firma > span{
    display: block;
}

#ilan-detay-firma > a.btn{
    display: block;
    border-radius: 5px;
    background-color: #DFEAEC;
    color: #1785a0;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
}
#ilan-detay-firma > a.btn:hover{
    opacity: 0.8;
}


.ilan-detay-box{
    background-color: #fff;
}
.ilan-detay-box > .head{
    padding: 10px 15px;
    border-bottom: 1px solid #f7f7f7;
}
.ilan-detay-box > .head h1,
.ilan-detay-box > .head h2,
.ilan-detay-box > .head h3,
.ilan-detay-box > .head h4,
.ilan-detay-box > .head h5,
.ilan-detay-box > .head h6{
    margin: 0;
    font-size: 20px;
}

.ilan-detay-box > .body{
    padding: 15px;
    font-size: 14px;
}

.ilan-detay-box > .body a.btn{
    display: inline-block;
    border-radius: 5px;
    background-color: #DFEAEC;
    color: #1785a0;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
}
.ilan-detay-box > .body a.btn:hover{
    opacity: 0.8;
}

#ilan-detay-ilan h4.benzer{
    font-size: 18px;
    color: #1785a0;
    margin: 0;
    margin-top: 30px;
}
/* Ilan Detay*/



/* Firma */
#firma-ozet{
    background-color: #fff;
    border: 1px solid #DFEAEC;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    position: sticky;
    top: 100px;
}
#firma-ozet > img{
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
#firma-ozet a{
    color: #1785a0;
    text-decoration: none;
}
#firma-ozet a:hover{
    text-decoration: underline;
}
#firma-detay{
    background-color: #fff;
}
#firma-detay > .head{
    padding: 10px 15px;
    border-bottom: 1px solid #f7f7f7;
}
#firma-detay > .head h1,
#firma-detay > .head h2,
#firma-detay > .head h3,
#firma-detay > .head h4,
#firma-detay > .head h5,
#firma-detay > .head h6{
    margin: 0;
    font-size: 20px;
}
#firma-detay > .body{
    padding: 15px;
    font-size: 14px;
}

.firma-is-ilanlari{
    font-size: 18px;
    color: #1785a0;
    margin: 0;
    margin-top: 30px;
}
/* Firma */


table.ttable tr th{
    font-weight:bold;
}
table.ttable tr td:nth-child(2){
    padding: 0px 5px;
}


/* Firma List */
#flist{

}
#flist > .firma{
	width: 48%;
	margin: 1%;
	background-color: #FFF;
	float: left;
	display: flex;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #DFEAEC;
    border-radius: 5px;
    padding: 15px 15px;
    font-size: 14px;
}
#flist > .firma > .firma_logo {
    width: 120px;
    padding-right: 15px;
}
#flist > .firma > .firma_logo img {
    width: 100%;
}
#flist > .firma > .firma_detay {
    flex: 1;
    border-left: 1px solid #DFEAEC;
    border-right: 1px solid #DFEAEC;
    padding: 15px;
    display: flex;
    flex-direction: column;
}
#flist > .firma > .firma_detay strong {
    font-size: 18px;
}
#flist > .firma > .firma_detay_bilgi {
    padding-left: 15px;
}
#flist > .firma > .firma_detay_bilgi a.btn {
    display: block;
    border-radius: 5px;
    background-color: #DFEAEC;
    color: #1785a0;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
}
/* Firma List */

.box{
    background-color: #FFF;
}
.box > .head {
    padding: 10px 15px;
    border-bottom: 1px solid #f7f7f7;
}
.box > .head h2{
    margin: 0;
    font-size: 20px;
}
.box > .body {
    padding: 15px;
    font-size: 14px;
}


.ibox{
    display: flex;
    flex-direction: row;
}
.ibox > .icon{
    
}
.ibox > .icon i{
    font-size: 26px;
    color: #02596A;
}
.ibox > .text{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ibox > .text strong{
    color: #003A45;
}
.ibox > .text span{
    color: #212121;
    font-size: .9rem;
}
.ibox.tb{
    padding-top: 15px;
    border-top: 1px solid #DFEAEC;
}

.form-group{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group > label.st{
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    font-weight: bold;
}

.form-group > input[type=text],
.form-group > select,
.form-group > textarea{
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 4px;
}
.form-group > textarea{
    min-height: 150px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
    color: #333;
    background-color: #ddd;
    text-align: center;
    height: 40px;
    padding: 0.625rem 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.form-group > input[type=submit] {
    background-color: #1785a0;
    color: #fff;
    border: none;
    padding: 5px 15px;
    height: 40px;
    cursor: pointer;
    width: 16.666%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


label.checkbox:hover {
    color: #212121;
}
input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #DDD;
    height: 24px;
    width: 24px;
    border: none;
    margin-right: 5px;
    float:left;
}




input[type="checkbox"]:checked {
    background-color: #1c7ead;
}

input[type="checkbox"]:hover {
    filter: brightness(90%);
}

input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}


.basvuruhata {
    background-color: #eadfec;
    padding: 15px;
    position: fixed;
    right: 15px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
    margin-top: 15px;
    max-width: 200px;
}
.basvuruhata p {
    padding-top: 10px;
    color: #8517a0;
    padding-bottom: 0px;
    margin: 0;
}
.basarili {
    background-color: #eaecdf;
    padding:0;
    padding: 15px;
    margin-bottom: 30px;
}
.basarili p {
    color: #85a017;
    margin: 0;
}


#popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
}
#popup.aktif{
    display: flex;
}
#popbox {
    max-height: 100%;
    width: 100%;
    max-width: 1200px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    overflow: auto;
}
#popbox > .head{
    padding: 10px 15px;
    border-bottom: 1px solid #EEE;
    color: #212121;
}
#popbox > .body{
    padding: 15px;
    padding-top: 10px;
}
#popbox span.btn {
    background-color: #1785a0;
    color: #fff;
    border: none;
    padding: 5px 15px;
    height: 40px;
    cursor: pointer;
    width: 16.666%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


#hero {
    width: 100%;
    padding: 100px 0px;
    background-color: #02596A;
    color: #fff;
    background-image: url('../img/hero.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#hero h1{
    font-size: 46px;
    font-weight: bold;
}
#hero span{
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
    font-weight: 100;
}
#hero a.btn{
    background-color: #000;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
}
#hero a.btn.f{
    background-color: #fb7323;
}
#hero a.btn.i{
    background-color: #0abf53;
}
#hero a.btn:hover{
    background-color: rgba(0, 0, 0, .7);
}


@media screen and (max-width: 690px) {
    #ilanlar > .ilan {
        flex-direction: column;
    }
    #ilanlar > .ilan > .firma-logo {
        width: 50%;
    }
	#ilanlar > .ilan > .ilan-detay {
	    border: none;
	    padding: 0;
	    margin-bottom: 15px;
	}

	#ilan-detay-firma,
	#firma-ozet{
	    margin-bottom: 15px;
	}
    #hero a.btn{
        font-size: 12px;
    }
    #ilanlar_baslik h3{
        font-size: 15px;
    }

    #flist > .firma{
        width: 98%;
            flex-direction: column;
    }
    #flist > .firma > .firma_logo {
        width: 50%;
        padding-top: 0;
    }
    #flist > .firma > .firma_detay {
        border: none;
        padding: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    #flist > .firma > .firma_detay_bilgi{
        padding: 0;
        width: 100%;
    }
    a#logo{
        padding: 10px 0px;
    }
    a#logo > img{
        height: 32px;
    }

    ul#menu{
        display: none;
    }
    ul.mmune{
        display: block;
    }

}