header {
    background: #3b3838;
	border-bottom: 0;
-webkit-box-shadow: 0px 5px 10px 0px rgba(110,110,110,1);
-moz-box-shadow: 0px 5px 10px 0px rgba(110,110,110,1);
box-shadow: 0px 5px 10px 0px rgba(110,110,110,1);

}
.head-top nav ul li a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    padding: 8px 10px;
    text-decoration: none;
	border-radius:5px;
	text-transform:uppercase;
}
.head-top nav ul li a:hover {
    background: #ba7649;
	text-decoration:none;
}
a.counttry-list {
	display:flex;
	flex-direction:column;
	font-family: "Bebas";
	text-decoration:none;
	
	}
a.counttry-list > span.photo {
	margin-bottom:2rem;
	}
a.counttry-list > span.photo > img {
	width:100px;
	}	
a.counttry-list > span.name {
	color:#ba7649;
	font-size:4rem;
	line-height:0;
	font-weight:bold;	
	margin-bottom:1.5rem;
	transition:all .3s;
	}
a.counttry-list:hover > span.name {
	letter-spacing:2px;
	}	
a.counttry-list > span.sub-title {
	font-size:2rem;
	}
.bg-white1 {
    	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}		
footer {
    position: relative;
    z-index: 1;
    margin-top: -75px;
    padding-top: 145px;
    background-color: #ba7649;
}	
footer .fc-title {
    color: #ffffff;
	font-family: "Bebas";
}
footer .fc-links a {
	text-decoration:none;
    line-height: 22px;
	font-size:1.5rem;
}
footer .foot-bot {
	font-family: "Bebas";
    padding: 20px 0;
    color: rgba(255, 255, 255, 1);
    font-size:1.8rem;
    line-height: 30px;
}
footer .foot-top {
    padding-bottom: 30px;
}
footer .fc-one .foot-socials a:hover {
    background: #000;
    color: #ffffff;
}
footer .fc-one .foot-socials a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
footer .content-footer {
	color:#FFF;
	margin-top: 25px;
	}
footer .fc-links {
    margin-top: 25px;
}	
.bc-text2 {
    color: #ba7649;
}	
.bc-buttons a {
    background: #ba7649;
}
.bc-buttons a:hover {
    background: #ba7649;
}
.head-top .socials a:hover {
    background: #ba7649;
}

.sub-pagenav {
    background: #ba7649;
}
.sub-pagenav a {
    color: #fff;
	text-decoration:none;
}
.ulkesayfa-title {
    color: #ba7649;
}
.ulkesayfa-title-aciklama {
    color: #3b3838;
}
.sub-list ul li .ff-row {
    background: #ba7649;
    color: #ffffff;
	text-decoration:none;
-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;	
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;	
}
.sub-list ul li .ff-row:hover {
    background: #7c5439;
}
.sub-list ul li .ff-row span:nth-child(1) img {
   border-radius:100%;
}
.sub-list ul li .ff-row span:nth-child(2) {
    font-size: 16px;
	line-height:22px;
}
.sli1-bg {
    min-height: 350px;
}
.sli1-table .sli1-cell h2 {
    font-size: 110px;
    text-shadow: 4px 4px 5px rgb(150 150 150);
}
.sli1-table .sli1-cell p {
	margin-top:20px;
    font-size: 20px;
	background-color:#3b3838;
	color:#FFF;
	border-radius:5px;
	padding:.5rem;
}
@media only screen and (min-width: 1100px){
.sli1-table {
    display: table;
    width: 100%;
}
.sli1-table .sli1-cell {
    display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:100%;
}
}
@media only screen and (min-width: 1366px) {
.sli1-table .sli1-cell h2 {
    font-size: 110px;
    text-shadow: 4px 4px 5px rgb(150 150 150);
}
.sli1-table .sli1-cell p {
	margin-top:20px;
    font-size: 20px;
	background-color:#3b3838;
	color:#FFF;
	border-radius:5px;
	padding:.5rem;
}
.four-content {
    height: 250px;
}
.four-content .fc-col {
    width: 25%;
    padding: 0 3%;
    border-right: 0;
	position:relative;
}
.four-content .fc-col:after {
	content:'';
	position:absolute;
	right:0px;
	top:100px;
	height:50px;
	width:1px;
	background-color:#F5F5F5;
	}
.both-content .bc-col {
    padding: 2rem;
}	
}

@media only screen and (max-width: 600px) {
.head-top .logo img {
    margin-top: 0; 
}
.menu-content {
    background: #816e60;
}
.four-content {
    display: flex;
    justify-content: space-between;
}

a.counttry-list > span.photo > img {
    width: 65px;
}
a.counttry-list > span.name {
    font-size: 2rem;
}
a.counttry-list > span.sub-title {
    font-size: 1.2rem;
}
.four-content .fc-col {
    padding: 10px;
}
.four-content .fc-col {
    border-bottom: 0;
}
.content-fixed {
    margin-top: -75px;
}
.bcr-col2 {
	display:flex;
	justify-content:center;
	}
.bcr-text {
    text-align: center;
}	
.both-content {
	padding:15px;
	}
.sli1-bg {
    min-height: 240px;
}	
footer {
    padding-top: 100px;
}
footer .foot-top {
    padding-bottom: 0;
	display:flex;
	flex-wrap:wrap;
}
.foot-top .foot-col {
    width: 50%;
}
.foot-top .foot-col:nth-child(3), .foot-top .foot-col:nth-child(4){
	width:100%;
	}
.bcr-col1 {
	text-align:center;
	}	
.sub-pagenav {
    text-align: center;
}	
.sli1-table .sli1-cell h2 {
    font-size: 35px;
    text-shadow: 4px 4px 5px rgb(150 150 150);
}
.sli1-table .sli1-cell p {
    display:none;
}
}
