.container {
	box-shadow: none;
}

.sb-widget .cp-wrap {
	border: none;
	padding-bottom: 0;
}

.ticker-item-meta {
	display: none;
}

/*META-DATA*/
p.meta.post-meta {
	height: 10px !important;
	padding-top: 1px;
	padding-bottom: 10px;
}

p.meta.post-meta a{
	display: none;
}

.carousel-item .caption {
	display: none;
}

footer.row.clearfix{
	background-color: white !important;
}

a.widget-title-link{
	color: black;
}

.carousel-item .comment {
	display: none;
}

.wrapper {
	background: white;
	padding-top: 0;
}

.page-title-top {
	display: none !important;
}

.page .main {
	background: white;
}

h1.page-title.page-title-layout1 {
	background-color: white;
	color: black;
}

/* Yeni REC Grisi #EAEDED */
.slide-caption {
	Right: 10%;
	height: 100%;
	width: 25%;
	background-color: rgba(40,94,55,0.3);
	opacity: 1;
	Margin: 0 !important;
	Padding: 0 !important;
}

.slide-data {
	height: 100%;
	width: 100%;
	border: none;
	background: rgba(40,94,55,0.3);
	Margin: 0 !important;
	Padding: 0 !important;
}

.slide-title {
	height: relative;
	width: 80%;
	font-size: 16px;
	font-weight: bold !important;
	color: rgba(255,255,255,1);
	background: rgba(24,62,37,0.8);
	Border-color: black;
	Margin: 0;
	Padding-Top: 10%;
	Padding-Bottom: 10%;
	Padding-Right: 10%;
	Padding-Left: 10%;
}

.slide-caption .mh-excerpt {
	display: yes !important;
	position: relative;
	height: relative;
	width: 80%;
	color: rgba(255,255,255,1) !important;
	background: rgba(40,94,55,0);
	font-size: 14px;
	Margin: 0;
	Padding-Top: 5%;
	Padding-Bottom: 5%;
	Padding-Right: 10%;
	Padding-Left: 10%;
}

.slide-title:hover {
	color: rgba(150,162,161,1);
}

/*Slider yuvarlakları hepsi*/
.flex-control-paging {
	Left: 27.5%;
}

/*Slider yuvarlakları*/
.flex-control-paging li a {
	display: block;
	background: grey;
	border: none;
	width: 15px;
	height: 15px;
}

/*Slider yuvarlakları active*/
.flex-control-paging li a.flex-active {
	display: block;
	background: white;
	border: none;
	width: 15px;
	height: 15px;
}

/*Slider yuvarlakları üzerindeyken boyama*/
.flex-control-paging li a:hover {
	display: block;
	background: white;
	border: none;
}

.mh_custom_posts .mh-excerpt {
	display: none !important;
}

.mq-footer .cp-data a {
	color: black;
	background: white;
}

/* The background colour */
.main-nav {
	background: #96A2A1;
	text-transform: capitalize;
	font-weight: bold;
}

.main-nav li {
	background: #96A2A1;
	border: none;
}

.main-nav li a {
	background: #96A2A1;
	text-transform: capitalize;
	font-weight: bold;
}

.main-nav ul li a:hover {
	color: #183e25;
	background: white;
}

.main-nav li ul li a {
	color: #183e25 !important;
	background: white;
}

.main-nav ul li:hover>ul li:hover>a {
	color: #96A2A1 !important;
}

@media only screen and (max-width: 500px) {
	.slide-caption {
		Width: 100%;
		Border: none !important;
		Background: rgb(24,62,37);
		Background: rgba(24,62,37,1) !important;
		Color: white !important;
		Font-size: 12px !important;
	}
	
	.slide-data {
		Width: 100%;
		Border: none !important;
		Background: rgb(24,62,37);
		Background: rgba(24,62,37,1) !important;
		Color: white !important;
		Font-size: 12px !important;
	}
	
	.slide-title {
		Width: 100%;
		Border: none !important;
		Color: white !important;
		Background: rgb(24,62,37);
		Background: rgba(24,62,37,1) !important;
		Font-size: 12px !important;
		Margin: 0;
		Padding-left: 30px;
	}
	
	.slide-caption .mh-excerpt {
		Display: none;
	}
}