@charset "utf-8";
/*============================================================================================*/
/* 1.  SITE STRUCTURE */
/* 1.1 genel tanimlar */
/* 1.2 body */
/* 1.3 header */
/* 1.4 footer */
/* 1.5 sidebar */
/* 1.6 pagehead & breadcrumb */
/* 1.7 pagecontent */
/*============================================================================================*/
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic&subset=latin,latin-ext);
/********** 1.1 genel tanimlar */
p {
	margin-bottom: 20px;
}
/*a {
  color: #333;
  text-decoration: none;
}*/
/*a:hover,
a:focus {
  text-decoration: none;
}*/

a, li, li:before, li:after, i, img, figure, figure figcaption, div, .btn, btn, .btn:before, btn:before, .btn:after, btn:after {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	/*margin: 0 0 0 -40px;*/
}
ul li {
	/*list-style-type: none;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	padding: 0;
	font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #333;
}
h1 {
	font-size: 38px;
	margin: 20px 0 0 0;
}
h2 {
	font-size: 34px;
	margin: 18px 0 0 0;
}
h3 {
	font-size: 30px;
	margin: 16px 0 0 0;
}
h4 {
	font-size: 26px;
	margin: 14px 0 0 0;
}
h5 {
	font-size: 22px;
	margin: 12px 0 0 0;
}
h6 {
	font-size: 18px;
	margin: 10px 0 0 0;
}

@media print {
body * {
	visibility: hidden;
}
#xprint, #xprint * {
	visibility: visible;
}
#xprint {
	position: absolute;
	left: 0;
	top: 0;
}
}
/********** 1.2 body */
body {
	background-color: #bdc3c7;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #333;
	-webkit-font-smoothing: antialiased !important;
}

@media (min-width: 1199px) {
body {
	overflow-x: hidden;
}
}

@media (max-width: 767px) {
body {
	overflow-x: hidden;
}
}
/********** 1.3 header */
	
header {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	padding: 15px 0;
	margin: 0 -15px 15px -15px;
}
header .top {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	header .top {
		 display: block;
		 /*  display: none; */
	 }

	header .top .contact{
		margin-left: 15px;
		text-align: center;
	}

	header .top .top-menu{
		text-align: center;
		margin-top: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 432px) {

	header .top .top-menu ul li {
		margin-left: 5px !important;
	}
}





header .top .contact {
	color: #95a5a6;
	font-size: 13px;
	padding-left: 15px;
}
header .top .contact ul li {
	display: inline;
	margin-right: 30px;
}
header .top .contact ul li i {
	color: #7f8c8d;
	margin-right: 5px;
}
header .top .top-menu ul li {
	display: inline;
	margin-left: 30px;
}
header .top .top-menu ul li a {
	color: #95a5a6;
	font-size: 13px;
	padding-left: 15px;
}
header .middle {
}
/********** 1.4 footer */

footer {
	background-color: #FFF;
	color: #333;
	font-size: 13px;
	padding: 0 15px;
	margin: 30px -15px 0 -15px;
}
footer .top {
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
}

@media (max-width: 767px) {
footer .top .logo {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
}
}
footer .top .logo img {
	width: auto;
	height: 40px;
}
footer .top ul {
	text-align: right;
	margin-top: 10px;
}

@media (min-width: 768px) {
footer .top ul {
	text-align: right;
}
}
footer .top ul li {
	border-right: 1px solid #7f8c8d;
	display: inline;
}
footer .top ul li:last-child {
	border-right: none;
}
footer .top ul li a {
	color: #7f8c8d;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px;
}
footer .middle .desc {
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
}
footer .middle .icon-box {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 30px 15px;
	margin: 0 -15px;
	text-align: center;
}
footer .middle .icon-box .head {
	font-size: 16px;
	font-weight: 700;
}
footer .middle .icon-box .content i {
	border: 1px solid #95a5a6;
	border-radius: 50%;
	color: #7f8c8d;
	font-size: 72px;
	margin: 15px 0;
	padding: 25px;
	text-align: center;
}
footer .middle .icon-box .info {
	color: #95a5a6;
	font-size: 12px;
}
footer .middle .icon-box-last {
	border-right: none;
}
footer .middle .box {
	padding: 30px;
}
footer .middle .box a {
	color: #333;
}
footer .middle .box a:hover {
	color: #ecf0f1;
}
footer .middle .box .head {
	border-bottom: 3px solid #2c3e50;
	display: inline;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}
footer .middle .box .head-cover {
	border-bottom: 1px solid #95a5a6;
	padding-bottom: 7px;
	margin-bottom: 20px;
}
footer .middle .box ul li {
	border-bottom: 1px dotted #95a5a6;
	padding: 10px 0;
}
footer .middle .box ul li a, footer .middle .box ul li a:hover {
	color: #333;
}
footer .middle .box ul li:hover {
	padding: 10px 0 10px 10px;
}
footer .middle .box ul li i {
	margin-right: 15px;
}
footer .middle .box ul li:last-child {
	border: none;
}
footer .bottom {
	background-color: #ecf0f1;
}
footer .bottom .copyright {
	padding: 15px 0;
}

@media (max-width: 767px) {
footer .bottom .copyright {
	text-align: center;
}
}
footer .bottom .copyright img {
	float: right;
	width: 90px;
	height: auto;
}

@media (max-width: 767px) {
footer .bottom .copyright img {
	display: none;
}
}
/********** 1.5 sidebar */

aside {
	margin: 0 -15px 0 15px;
}

@media (max-width: 767px) {
aside {
	margin: 15px 0 0 0;
}
}
aside .side-menu {
	background-color: #FFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
aside .side-menu ul li a {
	border-bottom: 1px solid #f1f1f1;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 15px;
}
aside .side-menu ul li:hover a {
	background-color: #f1f1f1;
	padding: 15px 0 15px 30px;
}
aside .side-menu ul li.head {
	border-bottom: 1px solid #f1f1f1;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
}
/*********** 1.6 pagehead & breadcrumb */
.pagehead {
	background-color: #FFF;
	border-top: 1px solid #f1f1f1;
	padding-top: 15px;
	position: relative;
}
.pagehead h1 {
	background-color: #f1f1f1;
	color: #4e4e4e;
	display: inline;
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 14px;
	position: relative;
	z-index: 2;
}
 @media (min-width: 768px) {
.breadcrumb>li+li:before {
	font-family: 'FontAwesome';
	content: "\f105";
}
/*********** 1.7 pagecontent */

.pagecontent, .pagecontent-with-sidebar {
	line-height: 22px;
}
.pagecontent-with-sidebar {
	background-color: #FFF;
}
.category-full-width {
	padding: 0 15px;
}
.category-with-sidebar {
}
 }