/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Kullanilan fontlar */
@import url(http://fonts.googleapis.com/css?family=Roboto:500,400italic,300,500italic,300italic,400&subset=latin,latin-ext);
body{
  font-family: Roboto, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.navbar{
  position: relative;
  min-height: 25px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  font-size: 16px;
}
p{
  font-size: 18px;
}

.footer p{
  font-size: 14px;  
}

.badi li{
  font-size: 18px;
}
.sergi .col-xs-3{
  margin-bottom: 20px;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
/*.sergi a{
  width: 50px;
}
.sergi a img{
  width: 150px;
}*/
.navbar-default{
  background-color: #291f4a;
  border-color: #291f4a;
  border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
.navbar-default .navbar-nav>li {
  /*list-style: disc;*/
  color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #A7A9AB;
  /*border-right: 10px solid white;*/
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #A7A9AB;
  /*border-left: 1px solid white;*/
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #A7A9AB;
  /*border-left: 1px solid white;*/
}
.navbar-default .navbar-nav>.last>a{
  /*border-right: 1px solid white;*/
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.jllogo{
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 15px;
  max-height: 125px;
}
.top-social{
  display: block;
  color: #291f4a;
}
.top-social:hover{
  color: #e7e7e7
}
.footer{
    /*min-height: 259px;*/
    color: #fff;
 }
.index-tri{
  font-weight: 500;
  color: #291f4a;
  font-size: 24px;
}
h1{
  font-family: 'Roboto Slab';
  font-weight: 700;
  color: #C09D68;
  margin-bottom: 30px;
  /*margin-top: 5px;*/
}
h2.altbaslik{
  font-weight: 300;
  color: #626366;
  font-size: 28px;
  margin-top: 5px;
}
hr{
  border: 0;
  border-bottom: 2px solid #291f4a;
  background: #291f4a;
}
.footer a{
  color: #fff;
  font-weight: 500;
}
.juicebody strong{
  margin-top: 37px;
  display:block;
  font-weight: 300;
  font-size: 24px;
  color: #291f4a;
}
.btn-buy{
  background: #F37985;
  color: white;
}
.owl-buttons{
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
.owl-prev{
  float: left;
}
.owl-next{
  float: right;
}
/* Mobile Only */
@media (max-width: 768px){
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #A7A9AB;
  }
  .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand>img{
    margin-top: 5px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    /*text-align: center;*/
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .badi{
    margin-top: 70px;
    min-height: 400px;
    padding-bottom: 70px;
  }
  .top-most {
    height: 125px;
  }
  .topbg{
    height: 125px;
  }
  .top-cont{
    background: url('../img/bg-top.png') no-repeat;
    background-position: right top;
    background-color: #291f4a;
    height: 125px;
  }

  .top-most-right{
    text-align: right;
    padding-top: 25px;
  }

  .navbar {

  }

  .navbar-collapse {
    padding-left: 0;
  }

  .navbar-nav > li > a {
    /*border-left: 1px solid white;*/
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-menu {
    position: absolute;
    top: 102%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 2px 0 0 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #fff;
    background: #291f4a;
    white-space: nowrap;
    margin-bottom: 2px;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #A7A9AB;
  }
  .footer{
    margin-top: 30px;
    background: #291f4a;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  /*.navbar-nav > li {
        position: relative
    }
  .navbar-nav > li:before,
  .navbar-nav > li:last-child:after {
      content: "|";
      position: absolute;
      font-size: 25px;
      width: 6px;
      height: 15px;
      background: white;
      top: 50%;
      margin-top: -2px;
      right: -8px;
      z-index: 1;
      border-radius: 6px;
  }
  .navbar-nav > li:before {
      right: auto;
      left: 4px;
  }*/
  .footer_header{
    /*margin: 40px 0;*/
  }
}
@media(max-width: 992px){
  .footer{
    background: #291f4a;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
