/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=McLaren);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900);
@import url('https://fonts.googleapis.com/css?family=Nunito');


body
{
	margin:0px;
	/*background-image:url(../images/bg.png);*/
	background-color:#fff;
	background-repeat:repeat-x repeat-y;
	display:block;
	margin:-20px;
	overflow-x:hidden;
	overflow-y:scroll;
}

header
{
	height:167px;
	padding:33px 0 0 0;
	background:url(../images/top_plane.png) 50% 0 no-repeat;
	border:none;
	margin:0px auto;
}

.ikinci header
{
	position: relative;
	z-index: 99;
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb;
	background: #eee;
}


.container
{
	width:1200px;
	height:124px;
	margin:auto;
}

.logo
{
	width:370px;
	height:124px;
	float:left;
	margin-left:15px;
	margin-top:-49px;
}

.menu_span
{
	width:900px;
	height:76px;
	background-color:transparent;
	margin-left:350px;
}

nav
{
	margin-left:150px;
}

nav ul li 
{
	float:left;
	text-decoration:none;
	list-style-type:none;
	margin-left:18px;
	color:#FFFFFF;
	font: 20px/20px 'Voltaire', sans-serif;
}

nav ul li a
{
	
	font: 16px/20px 'Poppins', sans-serif;
	border: none;
	text-transform: uppercase;
	color:#fff;
	text-decoration:none;
	line-height:40px;
	font-weight:500;
}

nav ul li a:hover
{
	color:#f5c000;
	line-height:40px;
}

nav ul li a:active
{
	color:#f5c000 !important;
	line-height:40px !important;
}

.galeri_alan
{
	width:1200px;
	height:1000px;
	background-color:transparent;
	margin:0px auto; 
}

aside
{
	width:300px;
	height:1000px;
	background-color:transparent;
	float:left;
	color:#FFF;
}

aside ul li
{
	list-style-type:none;
	padding:3px;
	font: 16px/20px 'Poppins', sans-serif;
	font-weight:500;
}

aside ul li a
{
	list-style-type:none;
	padding:0px;
	font: 16px/20px 'Poppins', sans-serif;
	color:#333;
	text-decoration:none;
	font-weight:500;
}

aside ul li a:hover
{
	color:#f5c000;
	transition:0.3s;
}

.galeri
{
	width:900px;
	height:auto;
	background-color:transparent;
	margin-left:300px;
}

figcaption
{
	text-align:center;
	width:230px;
	line-height:35px;
	margin-top:10px;
	margin-left:10px;
	/*background-color:#eaeaea;*/
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border: 1px solid #000000;
	color:#000;
	font-size:13px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}


.lbGallery ul li
{
	float:left;
	
}






/* #Footer
================================================== */

.footer {
  border: none;
  background: none;
  text-align: center;
}
.footer .container {
  padding-top: 35px;
  background: url(images/main_line.png) 0 0 repeat-x;
}
.footer nav.footer-nav {
  float: none;
  display: inline-block;
}
.footer nav.footer-nav ul {
  float: none;
}
.footer nav.footer-nav ul li.current-menu-item a,
.footer nav.footer-nav ul li:hover a {
  color: #000;
  text-decoration: none;
}
.footer .footer-text {
  float: none;
  text-align: center;
  /* text-transform: uppercase; */
  color:#000;
  
}
.footer .footer-text a {
  color: #000;
  
.footer .footer-text a:hover {
  color: #fff;
}
/*/ Footer */

#topnav li.current-menu-item > a,
#topnav li.sfHover > a,
#topnav li a:hover {
  background: url(images/menu_item_bg.png) 0 0 repeat-x;
  color: #000000;
}

