/*
Theme Name: Bandırma Mobilya
Author: Marca TEAM
Author URI: http://www.marcateam.com
Description: Bu tema Marca TEAM tarafından Bandırma Mobilya Firmasına yapılmıştır.
Version: 1.1
Tags: special
*/

/* =Sıfırlama
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

body {
	font-size:13px;
	font-weight:normal;
	line-height:15px;
	color:#666;
	font-family:'Open Sans';
}

/* Genel Stiller */
#ana {
	width:1000px;
	margin:0 auto;
}

/* Header */
#header {
	display:block;
	margin-bottom:30px;
	height:60px;
}

#logo {
	float:left;
	margin-left:60px;
}

#menu {
	float:right;
	margin-right:20px;
	position:relative;
}

#menu ul {
	margin-top:25px;
}

#menu ul li {
	float:left;
	margin:0px 10px;
	position:relative;
	padding:0 0 10px 0;
}

#menu ul li a {
	text-decoration:none;
	color:#666;
}

#menu ul li a:hover {
	color:#333;
}

#menu ul li ul {
	padding-top:7px;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
	width:170px;
	transition: opacity 0.5s ease;
	background:rgba(220,220,220,.5);
}

#menu ul li:hover ul {
	opacity:1;
}

#menu ul li ul li {
	display:block;
	float:none;
	margin-bottom:5px;
	padding:3px 0;
}

#menu ul li ul li a {
	display:block;
	width:100%;
	float:none;
}

.social-media {
	float:right;
	margin-top:20px;
	margin-right:70px;
}

.social-media li {
	float:left;
	width:24px;
	height:24px;
	margin-right:6px;
}

.social-media a.facebook,
.social-media a.twitter,
.social-media a.pinterest {
	opacity:1;
	filter:alpha(opacity=1);
}

.social-media a.facebook:hover,
.social-media a.twitter:hover,
.social-media a.pinterest:hover {
	opacity:.5;
	filter:alpha(opacity=50);
}


/* Homepage */
.home {
	width:100%;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
}

.home_box {
	float:left;
	width:50%;
	margin-bottom:20px;
}

.home_box_title {
	height:50px;
}

.home_box_title a {
	font-size:30px;
	font-weight:bold;
	font-family:'Open Sans';
	text-align:center;
	margin:0 0 20px 0;
	color:#f8d904;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:30px;
}

.home_box_image {
	text-align:center;
}

/* Page */
.page {
	width:100%;
	min-height:400px;
	margin-bottom:30px;
}

.page h2 {
	font-size:30px;
	font-weight:bold;
	font-family:'Open Sans';
	margin:0 0 40px 0;
	color:#f8d904;
	text-decoration:none;
	display:block;
	width:100%;
	border-bottom: 4px solid #EEE;
	clear: both;
	line-height: 1.5em;
	padding-left:20px;
}

.page p {
	margin:10px 0;
	line-height:20px;
}

.page img {
	border: 1px solid #CCC;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
	margin: 5px 0px 10px;
}

/* Footer */
.footer {
	width:100%;
}

.footer a {
	color:#444;
	text-decoration:none;
}

.footer a:hover {
	color:#777;
}