/*
Theme Name: Mensan Geri Dönüşüm
Theme URI: https://www.mensangeridonusum.com.tr/
Author: Dinamik Dizayn
Author URI: https://dinamikdizayn.net/
*/
*{
    transition: all;
    transition-duration: 0.2s;
}
body{
	font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
.section_padding{
	padding: 75px 0;
}
.no_radius{
	border-radius: 0;
}
.section_title h2 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.section_title h2:after{
	content: '';
    width: 6%;
    height: 2px;
    background-color: #333;
    left: 47%;
    bottom: 0;
    position: absolute;
}
.page-title {
    padding: 50px 0;
	margin-bottom: 45px;
	background-color: #009846;
	background-image: none;
}
.page-title h1{
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
	text-shadow: inherit;
}

#topbar {
    background-color: #333;
}
#topbar ul{
	margin: 0;
}
#topbar ul li a{
	color: #FFF;
	margin: 10px 0;
    display: block;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    height: auto;
}
.navbar-default .navbar-brand img {
    height: 50px;
    margin-top: -3px;
}
.navbar-nav>li>a {
	margin-top: 15px;
	margin-bottom: 15px;
    padding-top:15px;
    padding-bottom:15px;
    border-right: 1px solid #ECECEC;
    color: #333!important;
    font-weight: 600;
}
.navbar-nav>li:last-child>a{
	border-right: 0;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
	background-color: transparent;
	border-color: #ECECEC;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover{
	background-color: #5cb85c;
	color: #FFF;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #5b5b5b;
    color: #FFF!important;
}

#callus, #baskan{
	background-color: #f9f9f9;
}
#callus h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    color: #5cb85c;
}
#callus h2:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #5cb85c;
    left: 0;
    bottom: 0;
    position: absolute;
}
#callus a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 45px;
    width: 100%;
    border-radius: 0;
}
#callus p {
    font-size: 16px;
    font-weight: 300;
}

.s_item a{
	color: #333;
}
.s_item a:hover{
	text-decoration: none;
}
.s_item h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    color: #5cb85c;
}
.s_item h4:after {
	content: '';
    width: 20%;
    height: 2px;
    background-color: #5cb85c;
    left: 40%;
    bottom: 0;
    position: absolute;
}

#baskan h4 {
    font-weight: 600;
    font-size: 26px;
}
#baskan p {
    font-size: 16px;
    line-height: 1.8em;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5cb85c;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.owl-prev, .owl-next {
    color: #5cb85c!important;
    background-color: transparent!important;
    font-size: 50px!important;
    width: 25px;
    height: 50px;
    position: absolute;
    top: 30%;
    border-radius: 0!important;
    display: block!important;
    border: 0px solid black;
    padding: 15px 15px !important;
}
.owl-prev{
  left: -60px;
}
.owl-next{
  right: -60px;
}

footer{
	background-color: #0f0f0f;
	margin-top:15px;
}
footer, footer a{
	color: #c9c9c9;
	line-height: 2em;
	font-size: 13px;
}
footer h5 {
    font-size: 18px;
    border-bottom: 1px solid #383838;
    padding-bottom: 5px;
    color: #FFF;
}
.footer-top{
	padding: 40px 0;
}
.footer-bottom{
/* 	background-color: #208138; */
	padding: 5px 0;
}
#blog .s_item h4 {
    font-size: 16px;
}
iframe.baskan {
    width: 100%;
    height: 310px;
}
#oku p {
    font-size: 16px;
	line-height: 1.7em;
}
.widget h4 {
    font-weight: 700;
    font-size: 20px;
}

.widget ul li a {
    padding: 10px 0px;
    display: block;
    color: #333;
	font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
}
.widget ul li:last-child a{
    border-bottom: 0;
    padding-bottom: 0;
}

.widget {
	margin-bottom: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
#oku {
    padding-bottom: 60px;
}
.gallery-item img {
    max-width: 100%!important;
    border: 0!important;
    height: auto!important;
}
label{
	width: 100%!important;
}
.belgeler>li>a {
    color: #333;
    font-weight: 600;
}
#brands{
	padding: 30px 0;
}


@media only screen and (max-width: 767px){
	.section_padding{
		padding: 30px 0;
	}
	#topbar ul li a{
		font-size: 12px;
	}
	.navbar-default .navbar-brand img{
		height: 40px;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	    top: 5px;
	}	
	.navbar-nav>li>a{
		margin: 0;
		padding: 8px 15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: 0;
	}
	.navbar-toggle .icon-bar{
		height: 3px;
		width: 30px;
		border-radius: 0;
	}
	#callus a{
		top: 0;
	}
	iframe.baskan {
		height: 300px;
		margin-top: 30px;
	}	
	.gallery-item{
		width: 50%!important;
	}
	.gallery br {
		clear: inherit!important;
	}
}
@media only screen and (min-width: 768px){
	.dropdown:hover .dropdown-menu {
	  display: block;
	}	
}