/* Logo main */
#logo .logo-main{
	transform:scale(1.08) !important;
}

/* Logo sticky */
#logo .logo-sticky{
	position:relative;
	left:-25px;
	transform:scale(1.08) !important;
}

/* Top bar left */
#Top_bar .one .top_bar_left{
	left:-169px;
}

/* One */
#Action_bar .one{
	position:relative;
	left:-173px;
}

/* Action bar */
#Action_bar{
	background-color:#ffffff !important;
}

/* Slogan */
#Action_bar .one .slogan{
	color:rgba(0,0,0,0.5);
}

/* Italic Tag */
.contact_details .phone i{
	color:rgba(0,0,0,0.5);
}

/* Italic Tag */
.contact_details .mail i{
	color:rgba(0,0,0,0.5);
}

/* Top bar */
#Top_bar{
	background-color:#ffffff !important;
	min-height:141px;
}

/* Span Tag */
#menu-anasayfa > .menu-item > a span{
	color:#000000;
}

/* Custom html widget */
.widgets_wrapper .widget .custom-html-widget{
	color:#000000;
}

/* Heading */
.one-second .widget h4{
	color:#000000 !important;
}

/* Italic Tag */
.widgets_wrapper ul i{
	color:#000000 !important;
}

/* Heading */
.widgets_wrapper .container .one-fourth .widget h4{
	color:#000000 !important;
}

/* Textwidget */
.widgets_wrapper .container .one-fourth .widget .textwidget{
	color:#000000;
}

/* Widgets wrapper */
#Footer .widgets_wrapper{
	background-color:#ffffff;
}

/* Copyright */
.footer_copy .one .copyright{
	color:#000000;
}

/* Button */
#back_to_top{
	background-color:#ededed;
}

/* Footer copy */
#Footer .footer_copy{
	background-color:#ffffff;
}

/* Container */
#Footer .widgets_wrapper .container{
	width:1540px;
}

@media (max-width:767px){

	/* One */
	#Top_bar .one{
		position:relative;
		left:156px;
	}
	
	/* Container */
	#Action_bar .container{
		left:177px;
	}
	
	/* Italic Tag */
	.menu_wrapper i{
		background-color:#2991db;
	}
	
	/* Logo mobile */
	#Top_bar .one .logo-mobile{
		transform:scale(0.86) !important;
	}
	
	/* Top bar */
	#Top_bar{
		height:87px;
		min-height:77px !important;
	}
	
}

@media (min-width:768px){

	/* One */
	#Action_bar .one{
		width:1521px;
		margin-right:0px;
	}
	
	/* Menu wrapper */
	#Top_bar .one .menu_wrapper{
		width:1496px;
	}
	
}

@media (min-width:1240px){

	/* Container */
	#Footer .widgets_wrapper .container{
		max-width:1640px;
	}
	
}