.navbar {
  margin-bottom: 50px;
  border-radius: 0;
  font-family: Helvetica;

}
.img-rounded{
   width:250px;
   height:80px;
}
.img-responsive{
  margin-left: 15px;
}
body{
  background-color: #f2f2f2;
  overflow-x: hidden;
}
#success_message{
  display: none;
}
#map{
  width:400px;
  height:400px
  margin: 25px;
  margin-bottom: 25px;
  border-color:#e9e1e1;
  border-radius: 10px;
}
#sponsor{
  margin-bottom: 15px;
  margin-top: 15px;
}
#sliderPhotos{
object-fit: contain;
position: relative;

}

#sliderPhotos img{
  height:auto!important;display:block;margin:auto; overflow:hidden; 
}

/* Remove the jumbotron's default bottom margin */
 .jumbotron {
  margin-bottom: 0;
}
.page-header{
  margin-bottom: 70px;
}
/* Add a gray background color and some padding to the footer */
footer {
  background-color: #e9e1e1;
  height: 100%;
  padding: 25px;
  margin-top: 25px;

}
#myNavbar{
  margin-left: 220px;
}
.nav navbar-nav navbar-right{
  margin-left: -200px;
}

/* Dropdown Button */
.dropbtn {
   color: #A9A9A9;
   padding: 15px;
   border: none;
   cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
margin-top: 15px;
  position: relative;
   display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
   margin-top: 30px;
   display: none;
   position: absolute;
   background-color: #101010;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
}
.dropdown-content ul{
  list-style-type:none;
  background-color: #101010;
}

/* Links inside the dropdown */
.dropdown-content a {
   color: #a9a9a9 ;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
   background-color: #101010;
}

/* Links inside the dropdown */
.dropdown-content li {
  margin-top: -27px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
   background-color: #101010;
   display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
color: #f2f2f2;
text-decoration: none;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e;  font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:5px; padding:0 36px; }

.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:5px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
#referans{
  margin-top: 10px;
  color:white;
  text-decoration: none;
}

#destek{
  color:white;
}

 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}


 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}

 @media screen and (max-width: 1000px) {
  .navbar-right{
    visibility: hidden;
    }
}


#main-slider {
    overflow: hidden!important;
}
#main-slider .item {
    height: auto!important;
    background-repeat: no-repeat!importantt;
    background-position: 50% 0!important;
    background-size: cover!important;
}

.carousel-inner > .item > img {
    width:70%;
    /*height:85vh;*/
}