/*css development www.gramotif.com */

* {
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	outline: 0;
	list-style: none;
	font-family: 'Source Sans Pro', sans-serif;
}


a {

  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
a:hover { }


.dropdown-submenu {
	position: relative;
	background: #579731;
	border-radius: 0 !important;
}
.dropdown-submenu:hover {
	position: relative;
	background: #579731 !important;
	border-radius: 0 !important;
}

.yenifotoekle img{
    width: 100%;
    margin-top: 20px;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	background: #579731;
	border-radius: 0 !important;
}

/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
	display: none;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
	display: none;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-menu>li>a:hover {
	background: none;
	color: white;
}
.dropdown-menu>li>a {
	display: table;
	color: white;
	background: #579731;
	min-width: 200px;
}
.dropdown-menu>li>a:hover {
	display: table;
	color: white;
	background: #579731;
    transition: 0.5s all ease-in-out;
}
.dropdown-menu>li>a {
	font-size: 13px;
	padding: 8px 15px;
	border-bottom: 1px solid black;
}
.dropdown-menu {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin-left: 14px;
}
#solakaydir {
	margin-left: 21px;
	margin-top: -5px;
}
#solakaydir a {
	background: #76b651 !important;
	padding: 8px 15px;
	border-bottom: 1px solid black;
}
.dropdown-submenu>.dropdown-menu {
	margin-left: 20px;
}
.navbar {
	margin-bottom: 35px;
}

.enust .container{
    padding: 0 !important;
}

.enustsol i{
    margin-right: 10px;
}

.enustsol li{
    margin-right: 20px;
}

.enusticerikler i{
  
}

.enusticerikler li{
    margin-left: 10px;
}

.enust a, footer a{
    color: white;
}

.enust a:hover, footer a:hover{
    color: white;
}

@media (max-width: 767px) {
	.navbar-nav {
		display: inline;
	}
	.navbar-default .navbar-brand {
		display: inline;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-nav .dropdown-menu>li>a {
		color: red;
		background-color: #ccc;
		border-radius: 4px;
		margin-top: 2px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		background-color: #ccc;
	}
	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid white;
		border-radius: 0;
	}
	.dropdown-menu {
		padding-left: 10px;
	}
	.dropdown-menu .dropdown-menu {
		padding-left: 20px;
	}
	.dropdown-menu .dropdown-menu .dropdown-menu {
		padding-left: 30px;
	}
	li.dropdown.open {
		border: 0px solid red;
	}
}
@media (min-width: 768px) {
	ul.nav li:hover>ul.dropdown-menu {
		display: block;
       
	}
	#navbar {
		text-align: center;
	}
}


.enust .container{
    padding: 14px !important;
}

.enust ul li:nth-child(1){
    margin-left: 0;
}


h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}


.sorusor h1{
    color: white;
    text-align: center;
}


.sorusor {
	background: #579731;
	padding: 15px 15px;
	border-bottom: 3px solid black;
}
.sorusor input {
	width: 100%;
	border: 2px solid #579731;
	padding: 8px;
}
.sorusor textarea {
	width: 100%;
	border: 2px solid #579731;
	padding: 8px;
}
.gonderbuton {
	background: black;
	font-weight: bold;
    color: white;
}


.enust .container {
	background: none;
}
.enust {
	background: #579731;
	color: white;

}
.enust .container {
	padding: 0 28px;
}
.enust i {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
	display: table;
}
.enust ul li {
	float: left;
	font-size: 16px;

}
.navbar-nav>li>.dropdown-menu {
	box-shadow: none;
	border: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color: white;
    background: #579731;
    
}

.logoorta{
    border-bottom: 2px solid #579731;
    padding: 30px 0;
}

.logoorta img {
	margin: 0 auto;
	display: table;
}
.navbar-default {
	padding: 0 6px;
}
.navbar-default .navbar-nav>li>a {
	color: #579731;;
	font-size: 17px;
    font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover {
	background: none !important;
	color: black;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: 30px;
}
.iletisimform {
	margin-top: -45px;
	display: table;
	margin-left: 20px;
}
.iletisimform a {
	color: white;
	font-size:
}
.nivo-nextNav {
	display: none;
}
.nivo-prevNav {
	display: none;
}
.nivo-control {
	color: #579731;
	font-size: 16px;
	margin: 0 4px;
}
.nivoSlider {
	border-bottom: 3px solid black;
}
.iletisimform div {
	background: #579731;
	padding: 10px;
	color: white;
	margin-bottom: 5px;
	border-bottom: 3px solid black;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-brand {
	margin-left: 4px;
}
.kolonlar {
	margin-top: 80px;
}
.biyopestile {
	margin-top: 80px;
	background: #579731;
    border-bottom: 1px solid black;
    padding: 60px;
    padding-bottom: 50px;
}
.biyopestile .container {
	background: #579731;
	padding: 30px 0;
	color: white;
}
.biyopestile h1 {
	margin: 0;
	padding: 0;
}
.biyopestile span {
	font-size: 18px;
}
.biyopestile p {
	margin: 0 !important;
	padding: 0 !important;
    text-align: justify;
}

.harita iframe{
    margin-top: -2px;
    position: relative;
    z-index: 999;
}

.sagbuyuk img {
	width: 100%;
}
.ikonlar {
	text-align: center;
}
.ikontekil h3 {
	font-weight: bold;
}
.ikonlar .ikon {
	background: #579731;
	display: table;
	padding: 20px;
	border-radius: 100%;
}
.ikon {
	margin: 0 auto;
	display: table;
	text-align: center;
}




.biyopestvideo .biyovideo{
    background: #579731;
    padding: 30px;

}

.biyopestvideo .biyotext{
    background: #579731;
    text-align: justify;
    color: white;
    padding: 38px;
    display: table;
    border-left: 1px solid black;
}

footer{
    background: #579731;
     padding-bottom: 30px;
    margin-top: -5px;
}

footer a:hover{
    text-decoration: none;
    color: black;
}

footer .fotbaslik{
    font-weight: bold;
    font-size: 26px;
}


footer ul li{
  
    color: white !important;
}

.tablever{
    display: table;

}

footer ul li i{
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.footerlogo{
   
    padding: 20px;
    float: right;
}

#usttenbosluk{
    padding-top: 40px;
}

.footerenalt{
    background: black;
    color: white;
    padding: 10px 0;

}

.sorusormak{
    background: black;
    margin-top: -2px;
    position: relative;
    z-index: 999;
    color: white;
    padding: 50px 0;
  
}

.sorusormak .col-md-9{
    font-size: 26px;
}


.sorusormak button{
    font-size: 26px;
    padding: 15px;
    background: none;
    color: white;
    border: 2px solid white;
      -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.sorusormak button:hover{
    background: white;
    color: black;
    border: 2px solid black;
      -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}




.tekilbaslik .container{
    margin-top: -10px;
    position: relative;
   
}

.tekilbaslik h1{
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    color: black;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.6);

    display: table;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
}

.tekilbaslik img{
    width: 100%;
    opacity: 0.5;
    border-top: 5px solid #579731;
}

.solmenu{
     background: #579731 !important;
    padding: 30px;
     border-bottom: 3px solid black;
    text-align: left;
}

.solmenu li{
    font-size: 17px;
    color: white;
   
}

.solmenu li a{
    color: white;
}

.solmenu li a:hover{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.tekilicerikler{
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: justify;
}

.tekilicerikler h2{
    margin: 0;
}

.tekilicerikler .col-md-3{
    padding: 0 !important;
 }

.tekilicerikler .col-md-9{
    padding-right: 0 !important;
    padding-left: 35px;
 }

.tekilicerikler .col-md-9{
    margin-top: 16px;
}


.okisareti{
    margin: 0 auto;
    display: table;
}

.tekilicerikler input{
    width: 100%;
    height: 30px;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #579731 !important;
}



.tekilicerikler textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #579731 !important;
}



.tekilicerikler .gonderbuton{
    background: #579731;
    color: white !important;
 
    height: 40px;
}

.iletisimsayfasi .col-md-2{

}

.iletisimbilgileri{

}

.kutukutu{

    height: 160px;
    text-align: center;
    font-size: 15px;

    border:2px solid white;
    margin-top: 20px;
    padding: 40px;
}

.kutukutu i{
    font-size: 36px;
    color: #579731;
}

.fotogenel{
    height: 280px;
}

#fotolar img{
    width: 100%;
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    
    .tekilbaslik{
        margin-top: 50px;
    }
    
    .tekilbaslik h1{
        font-size: 21px;
        padding-bottom: 22px;
        padding-top: 19px;
    }
    
    #fotolar{
        margin: 10px 0;
    }
    
    h2{
        text-align: left;
    }
    
    .tekilicerikler .col-md-9{
        margin: auto;
        padding: 0;
    }
    
    .fotogenel{
        height: auto;
        margin-bottom: 20px;
    }
    
    .biyopestile h1{
        font-size: 20px;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		float: none !important;
	}
	.iletisimform {
		margin-top: 20px;
		margin-left: 0;
	}
	.navbar-brand {
		padding: 0;
		margin-top: 20px;
		margin: 0;
	}
	.navbar-default {
		margin-top: 30px;
	}
	.nivoSlider {
		margin-top: 65px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none !important;
        width: auto;
        padding: 0;
        text-align: left !important;
        float: left;
	}
	.enust .container {
		padding: 0;
	}
	.enust .pull-right {
		float: none !important;
	}
	.navbar-toggle {
		margin-top: 60px;
		border-radius: 0 !important;
		background: #579731;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: white;
	}
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        width: 100%;
        text-align: center;
    }
    
    .header .container{
        padding: 0 !important;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: white;
        background: none !important;
        border: none;
      
    }
    
    #solakaydir{
        margin: 0;
        background: none;
    }
    
    
    #solakaydir a{
        border: none;
        border-radius: 0;
        background: none !important;
        
    }
    
    .menu-item{
        margin-left: -10px;
    }
    
    .navbar-default{
     
     
    }
    
    .navbar{
        margin: 0;
        margin-left: 35px;
        top: 34px;
        
    }
    
    .navbar-toggle:before{
    content: "Biyopest Menü";
    font-size: 16px;
   margin-left: 30px;
        margin-top: -4px;
        color: white;
        float: left;
        
}
    
    .navbar-toggle{
        margin: 0 auto;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #579731;
        margin: 0 auto;
    }
    
    .header{
       
    }
    
    .footerlogo{
        float: left;
        margin-top: 20px;
    }
    

    
    .footerenalt .col-md-4{
        text-align: left;
        float: left;
        display: table;
    }
    
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background: none !important;
        color: #579731 !important;
    }
    
    .biyopestile{
        padding: 10px;
    }
    
}