.clear{
  clear: both;
}

@media (min-width: 1200px) {
		#logo{
		background-image: url("img/logo.png");
		height: 120px;
		width: 306px;
		margin-top: 10px;
		background-repeat: no-repeat;
		background-position: center;
	}
		#bg{
			background-image: url("img/bg.png");
			height: 130px;
			width: calc(100% + 15px);
			background-position: center;
			background-repeat: repeat;

		}
		.navbar-nav {
    	width: 100%;
   		text-align: center;
 	 	}
  		.navbar-nav > li {
    	float: none;
   		display: inline-block;
 		 }
 		.navbar-nav > li.navbar-right {
    	float: right !important;
  		}
  		#navbar{
  		border-radius: 0;
  		background-color: #000;
  		border-color: #000;
  }
  
  #baslik{
    margin-left: 50px;
    margin-right:50px;
  }

  .wg{
    border: none;
    margin-top: 5px;
    margin-left: -15px;
  }

  #siletisim{
    margin-bottom: -20px; 
    float: right;
    width: 350px;
  }


  #wt{
    margin-top: 8px;
    height: 200px;
  }

  #content11{
    margin-top: -10px;
  }

  #ribbon1{
    width: 1010px;
    height: 50px;
    background-image: url("img/spcb.png");
    background-repeat: no-repeat; 
    position: relative;
    margin:0 auto;
    bottom: -22px; 
    z-index: 10;
  }
  #forecast{
    width:300px;
    margin-left: 65px;
  }

  #ilt{
    background-image: url("img/banner2.png");
  }
/*footer{
  			height: 150px;
  			background-color: gray;
  			width: calc(100% + 15px);
  			margin-bottom: 40px;
  		}

  		#footer2{
  			height: 345px;
  			background-image:url("img/footerbg.png");
        background-repeat: no-repeat;
  			width: 100%;
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  		}*/

      .footer{
        height: 245px;
        background-image:url("img/footerbg.png");
        background-repeat: no-repeat;
        width: 100%;
      }

  		#asd{
  			background-color: red;
  		}

  		#goro{
  			width: calc(100% + 15px);
  			background-image: url("img/golge.png");
  		}
      .map{
        float: right;
        margin-right: 40px;
        margin-top: 20px;
      }
}
@media (min-width: 768px) and (max-width: 1200px) {
#logo{
		background-image: url("img/logo.png");
		height: 120px;
		width: 306px;
		margin-top: 9px;
		background-repeat: no-repeat;
		background-position: center;
	}
		#bg{
			background-image: url("img/bg.png");
			height: 130px;
			width: calc(100% + 15px);
			background-position: center;
			background-repeat: no-repeat;
    }

}

@media (max-width: 767px) {


}