@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500');

img{
	max-width:100%;
}

#header{
    width: 100%;
    position:relative;
}


#logo{
    display: block;
    margin:40px 0 0 0;
	
}
#logo img {
margin:0 auto;
}


body{
	
		background-image:url("bg.jpg");
		font-family: 'Poppins', sans-serif;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
	
	font-size:20px;
}

.centercol{
    width:424px;
    display:block;
    margin:0 auto;
}

.lineleft{
    position:absolute;
    bottom: 0;
    width: 38%;
    border: 2px solid  #C09348;
    margin-bottom: 30px;
    float: left;
}
.a{
    right:0;
}

.b{
    right:0;
}
.c{
    right:0;
}

.lineleft2{
    position:absolute;
    bottom: 0;
    width: 39%;
    border:2px solid #C09348;
	margin-bottom: 15px;
    float: left;
}
.lineleft3{
    position:absolute;
    bottom: 0;
    width: 40%;
    border:2px solid #C09348;
    float: left;
}

.tugraline{
    width:33%;
    border-bottom:2px solid #e7791a;    
}

#icerik{
    width: 100%;
    position:relative;
}


#refcol{
    margin:100px 0 100px 0;
}

.test{
    text-align: center;
    color: #fff;
    margin-top: 1px;
    margin: 90px 0 90px 0;
    display: block;
    float: left;
    width: 100%;
    
}


.imgcol{
    width: 20%;
    float: left;
}

.imgcol img{
    display: inline-block;
}



#footer{
    width: 100%;
    position: relative;
	margin-top:75px
}



.footerline{
    min-height: 28px;
    background-color: #2e3092;
}

.footerblock{

    margin: 0 auto;
    text-align: center;
  
}


.footerblock p{
   
    font-weight: bold;
    color:#fff !important;
    font-size: 15px; 
}


.focopy{
    margin: 8% auto 0 auto;
    text-align: center;
}

.focopy a{
    color:#fff;
}




.sosyal-list{
	    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 150px;
}

.sosyal-list li{
	display:inline-block;
	margin-right:5px;
	margin-left:5px;
}

.sosyal-list li a{
	width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    background-color: #fff;
    font-size: 23px;
    padding-top: 8px;
    text-align: center;
}

.sosyal-list li a.facebook{
	color:#3b5998;
}

.sosyal-list li a.instagram{
	color:#8a3ab9;
}

.sosyal-list li a:hover{
	opacity:0.8;
}
h1{
	font-size: 25px;
	color:#fff;
}

h1 .title{
	    font-size: 50px;
    font-weight: bold;
	margin-bottom:10px;
	    text-shadow: 2px 2px rgba(0, 0, 0, 0.36);
		padding:0 25px;
}

h1 .subtitle{
	letter-spacing: 4px;
}



.subtitle{
	color: #fff;
	margin-bottom:20px;
}



