body {
	color: #231F20;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	padding:0;
	background-color:#dfdfdf;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
  .logo {text-align: center;clear: both;}
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
hr {
	margin-bottom:10px;
	margin-top:10px;
}
a {color: #1e2857;}
.main {
    -webkit-box-shadow:rgba(100, 100, 100, 0.45098) 0 1px 3px;
    background:#FFFFFF;
    box-shadow:rgba(100, 100, 100, 0.45098) 0 1px 3px;
    
	margin:0 auto;
	padding: 30px;
}
.main h2,
.main h3 {
	margin: 0;
	padding: 0;
}
.main h2 {
	border-bottom-color:#E9E9E9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	display:inline-block;
    font-size: 17px;
    font-weight: 500;
	margin-bottom:15px;
	position:relative;
	width:100%;
	z-index:1;
}
.main h2 span {
	border-bottom-color:#231F20;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#ec2024;
	float:left;
	margin-bottom:-1px;
	padding-bottom:10px;
	padding-right:5px;
	position:relative;
	z-index:2;
}
.main h3 {
	font-size: 17px;
	font-weight: 400;
}
.media:first-child {
    margin-top: 10px;
}
.media, .media .media {
    margin-top: 10px;
}
.news .media, .news .media .media {
    margin-top: 15px;
}
.media-heading {
    line-height: 20px;
}
.breadcrumb {
	border-radius: 0;
	margin-bottom: 30px;
}

/* Sections
---------------------------------------*/
.header,
.content {
	width: 100%;
	display: block;
	position: relative;
}

/* Top
---------------------------------------*/
.top {
	background-color: #fff;
	margin-bottom: 20px;
}
.top .col-sm-3 {
	padding-right: 25px;
}
.top li {
	float: left;
	padding: 3px;
}
.top li:first-child {
	margin-right: 5px;
}
.top li span {
	font-size: 13px;
}

/* Header
---------------------------------------*/
.header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.header .col-sm-4 {
	padding-left: 30px;
}
.header .col-sm-9 {
	padding-right: 30px;
}
.social {
	text-align: right;
	margin-bottom: 5px;
}
ul.header_list {
	margin: 0;
	padding-right: 5px;
}
ul.header_list li {
	padding: 0;
}
ul.header_list li:hover .fa {
	color: #111111;
}
.header_list .fa {
    border: 3px solid #E2E2E2;
    border-radius: 50%;
	color: #E2E2E2;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    line-height: 1;
    padding: 4px;
    text-align: center;
    width: 28px;
}
.header_list .fa a {
	color: #E2E2E2;
	text-decoration: none;
}
.makedisplay {
	display: none !important;
}
.nodisplay {
	display: block !important;
}
.margin20 {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.makedisplay {
		display: block !important;
		float: right;
	}
	.nodisplay {
		display: none !important;
	}
}
/* Navigation */
.navbar-default {
    background-color: #dfdfdf;
    border: 0 none;
}
.navbar {
    border-radius: 0;
	margin-bottom: 0;
	min-height: 40px;
    margin-top: 17px;
}
.brand img{margin-left: 15px;}
.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-top: 16px;
}
.navbar-nav > li > a {
	padding: 10px 15px;
	font-size: 15px;
}
.navbar-nav > li + li {
	margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #1e2857;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
	background-color: #ec2024;
	border-radius: 0;
	color: #FFFFFF;
	padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #ec2024;
	border-radius: 0;
	color: #FFFFFF;
	padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	border-radius: 0;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus {
	border-radius: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #A30000;
	color: #FFFFFF;
}
.dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: normal;
    line-height: 1.2857;
    padding: 4px 10px;
    white-space: nowrap;
	font-weight: normal;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000000;
}
.navbar-toggle {
	background-color: #DEDEDE;
	border-color: #DDDDDD;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.current-menu-item {
	border-bottom: 3px solid #ec2024;
	padding-bottom:40px;
}

/* Slide Area
---------------------------------------*/
.slide_area {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.flexslider .slides li {
    position:relative;
}

.flex-caption {
	background-color: rgba(0, 0, 0, 0.498);
	color: #FFFFFF;
	padding: 20px;
	position: absolute;
	width: 40%;
	left: 5%;
	top: 40%;
	z-index: 999;
}

/* Content
---------------------------------------*/
.urunliste .thumbnail {
    padding: 0;
    text-align: center;
}

/* Section
---------------------------------------*/
.section {
	margin-bottom: 20px;
}
.section h2 a {
	font-size: 11px;
}
.section .thumbnail {
	text-align: center;
}
.section p {
	text-align: left;
	margin:0;
}
.thumbnail {
	border-radius: 0;
}
.section .thumbnail img {
	height: 170px;
}
.section .thumbnail a {
	color: #000;
	font-weight: bold;
}
ul.menu {position: static; background-color: #000; font-weight: bold;padding:0;z-index: 999;}
ul.menu > li {float: left; list-style-type: none; line-height: 1;background-color: #1d1d1d;}
ul.menu > li.active {background-color: #238923;}
ul.menu > li > a {display: block; padding: 1em; color: #fff; text-decoration: none;}
body > ul.menu {z-index: 999;}

.footer {
	background-color: #dfdfdf;
	padding-top: 20px;
	padding-bottom: 20px;
}
#listcolumn {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.customtable {
    margin: 0;
    padding: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 0px;
}
.single {
	margin-bottom: 60px;
}
.single h4 {
	font-size: 14px;
}
.widget {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.list-group-item {
	padding: 7px 10px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-left: 10px;
}
.katalog td {padding: 5px !important;}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:40px;
}
.aform {width: 230px !important;}
.categoryform {margin-bottom: 30px;}
a.maincat {margin-left: 20px;}
.ch .thumbnail {
    height: 250px;
}