/*
Theme Name: ASL GERİ DÖNÜŞÜM
Theme URI: https://www.aslgeridonusum.com/
Author: Dinamik Dizayn
Author URI: https://dinamikdizayn.net/
*/
*{
    transition: all;
    transition-duration: 0.2s;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size:  16px;
	font-weight:  300;
	background-color: #f3f3f3;
}
a:hover{
	color: #68bd45;
}
.overlay{
	background-color: #00000073;
}
iframe{
	max-width: 100%!important;
	border: 0;
}


header {
    background-color: transparent;
    position:  relative;
}
header:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: -1px;
	bottom: -25px;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Safari */
	transform: rotate(-2deg);
	background-color: #3d3d3c;
	z-index:  9;
	display: none;
}
header.fixmenu {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 30px -1px rgba(0,0,0,0.75);
    transition-duration: .5s;
    background-color: #f3f3f3;
}

header.fixmenu:after{
	display: none;
}

header.fixmenu .navbar-brand>img {
    height: 50px;
	top: -10px;
}
.page-title{
	padding: 50px 0;
	text-transform: uppercase;
	background-image: url(images/bg.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-color: #68bd45;
	text-shadow: 1px 1px 1px #333;
}


.h4, h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}
.section-padding{
	padding:80px 0;
}
.orange{
	color: #d0812a;
}
.yellow{
	color:#68bd45;
}
.section-title h2{
	letter-spacing: 1px;
	margin-bottom: 30px;
}
a.default{
	color: inherit;
}
a.default:hover{
	text-decoration: none;
}
.btn-primary {
    color: #FFF;
    background-color: #68bd45;
    border-color: #579e3a;
    border-radius: 0!important;
    letter-spacing: 2px;
}



/* Preloader */
#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #FFF;
  z-index: 9999;
}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%;
  top:50%;
  background-image:url(images/loader.gif); 
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px;
}



.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    position:  relative;
    z-index: 99;
}
.navbar-brand>img {
    height: 75px;
    position: relative;
    top: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    line-height: 2em;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight:  500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #68bd45;
    background-color: transparent;
}
.navbar-default .navbar-nav>li:last-child>a{
	background-color: #68bd45;
	color: #f3f3f3;
	font-weight: 500;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.dropdown-menu>li>a:hover {
	background-color: #68bd45;
	color: #FFF;

}
.fixmenu .navbar-nav>li>a{
	margin-top: 0;
	margin-bottom: 0;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
	background-color: #68bd45;
}


#homepage_slider img{
	width: 100%;
}
.carousel-indicators li {
    background-color: #FFF;
    border: 1px solid #3d3d3c;
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators .active {
    background-color: #3d3d3c;
}


#services{
	position: relative;
}
#services:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: -25px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #FFF;
	z-index: 9;
	display: none;
}
.service-item{
    color: inherit;
}
.service-item:hover{
	text-decoration: none;
}
.service-border{
	padding: 10px;
	border: 1px solid #cccccc5e;
	background-color: #ffffffa6;
}
#services img {
    padding: 30px;
}
.service-border h4 {
    height: 18px;
}

#aboutus{
	background-color: #68bd45;
	position: relative;
	color: #FFF;
	font-size: 20px;
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-repeat:  no-repeat;
	background-position:  center;
	background-attachment:  fixed;
	text-shadow: 1px 1px 1px #00000059;
}
#aboutus h2{
	font-size: 40px;
}
#aboutus p {
    line-height: 1.7em;
}
#aboutus:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: -25px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #f3f3f3;
	z-index: 9;
}
#aboutus:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -25px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #f3f3f3;
	z-index: 9;
}

.text-border {
    padding: 10px;
    border: 1px solid #cccccc5e;
    background-color: #ffffffa6;
}

#katalog{
	background-image: url(images/bg.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:  fixed;
	background-position: center center;
	background-color: #68bd45;
}
#katalog .overlay{
	padding: 150px 0;
	background-color: #00000061;
}
#katalog .section-title h2 {
    font-weight: 300;
}

#text, 
#blog{
	position: relative;
}
#text:after, #blog:before, footer:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -25px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #f3f3f3;
	z-index: 9;
}
#blog:before{
	top: -25px!important;
}
#footer_top{
	background-image: url(images/footer_bg.png);
    height: 100px;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
    margin-bottom: -2px;
    background-repeat: repeat-x;
}
footer {
    background-color: #3d3d3c;
    color: #ccc;
    padding-top: 30px;
    position: relative;
}
footer:before{
	top: -25px;
    background-color: #3d3d3c;
    z-index: 0;
}
footer a{
	color: #ccc;
}
.footer-bottom {
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-bottom a{
	font-size: 13px;
}
.footer-bottom .col-sm-12{
	border-top: 1px solid #525252;
    padding-top: 10px;
}

.panel-grid-cell .widget-title {
	font-weight: 300;
}
.gmap{
	height: 219px;
}
.widget{
	background-color: #FFF;
	padding: 10px;
}
.widget ul{
	list-style: none;
	padding: 0;

}
.widget h4{
	border-bottom: 1px solid #68bd45;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #68bd45;
	padding: 10px 5px;
	margin: 0;
}
.widget ul li{
	border-bottom: 1px solid #F1F1F1;
}
.widget ul li:last-child{
	border-bottom: 0;
}
.widget ul li a{
	color: #333;
	line-height: 3em;
}
.widget ul li a:before{
	content: "\f0da";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
	margin-left: 5px;
}
.gallery-item img{
	border: 2px solid #cfcfcf;
	max-width: 100%;
	height: auto;
	border: 0!important;
	padding: 5px;
}
@media only screen and (max-width: 767px){
	body{
		background-color:#FFF;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 8px;
	}
	.service-border,
	.text-border{
		border-color: transparent;
	}
	
	#aboutus:after, 
	#homepage_slider:after,
	#aboutus:before,
	#text:after, #blog:before, 
	footer:before{
		display:none;
	}
	footer .col-sm-7{
		margin-top: 20px;
    	display: inline-block;
	}
}


@media only screen and (max-width:991px){
	header{
		min-height:80px;
	}
	header.fixmenu .navbar-brand>img{
		top:0;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	    top: 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #68bd45;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color:transparent;
	}
	.navbar-brand>img {
	    height: 50px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		position:relative;
		top:20px;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
		.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
		.navbar-collapse.collapse {
		display: none!important;
		border-color:transparent;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 18.5px;
		max-height: 300px;
		overflow-y: scroll!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}	
}