/* IE-8 Bug fix */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
body {
  /*background: url('../lib/img/bg.png') no-repeat center center fixed;
  background: #30e8bf; 
  background: -webkit-linear-gradient(to right, #30e8bf, #ff8235); 
  background: linear-gradient(to right, #30e8bf, #ff8235); */
  -webkit-background-size: cover;

  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.spacer {
  display: block;
  clear: both;
  margin-top: 30px;
}

.mt-none {
  margin-top: 0
}
.mt-none a,
.mt-none a:visited {
  color: #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.mt-none a:hover,
.mt-none a:active,
.mt-none a:focus {
  color: #777;
}

.panel-body.hr {
  border-bottom: 1px solid #ccc
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
  /*background: url('http://static.planetminecraft.com/files/resource_media/screenshot/1236/pack_3530346.jpg') repeat;
  background-size: 15px 15px;*/
  background-color: #ff7400;
  font-weight: 300;
}
.menu:after {
  display: block;
  clear: both;
  content: '';
}

.menu li {
  display: block;
  float: left;
}

.menu li a,
.menu li a:visited,
.menu li span.ip {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.menu li a i {
  color: #fff;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
  transition: color 300ms linear;
}

.menu li a:hover {
  color: #fff;
  background-color: #3bafda;
}

.menu li a:hover i {
  background: transparent;
  color: #fff;
}

/* Siyah */

.navbar {
  height: 80px;
  background-color: transparent;
  border: none;
  color: white;
  z-index: 100;
  transition: background-color 1s ease 0s;
}


.navbar-default {
  
   .navbar-brand {
     margin-top: 10px;
     color: white;
        
      &:hover {
         color: #C57ED3;
         border: 1px solid #C57ED3;
      } 
   }
   
  .navbar-nav {
    
    > li {
      
      > a {
        color: white;
        margin: 10px 5px 5px 5px;
        
      }
      > a:hover, > a:active, > a:focus {
        color: #C57ED3;
        border: 1px solid #C57ED3;
      }
      > a:visited {
        color: #C57ED3;
        text-decoration: none;
      }

    }

    > .active {

      > a, > a:hover, > a:focus {
        background-color: transparent;
        color: #C57ED3;
      }

    }

  } 

  .navbar-toggle {
    border-color: #C57ED3;

      &:hover, &:focus {
        background-color: #490D40;
      }



      .icon-bar {
        color: #C57ED3;
        background-color: #C57ED3;

      }
  }

  .navbar-collapse.collapse.in ul {
    background-color: #490D40;
  }
    
}



/* Solid class attached on scroll past first section */

.navbar.solid {
  background-color: #490D40;
  transition: background-color 1s ease 0s;
  box-shadow: 0 0 4px grey;

    .navbar-brand {
      color: #C57ED3;
      transition: color 1s ease 0s;
    }

    .navbar-nav {

       > li {

          > a {
            color: #C57ED3;
            transition: color 1s ease 0s;
          }

       }

    } 

}



.panel.panel-h {
  border-radius: 5px;
}

.panel.panel-h>.panel-heading>h4 {
  font-size: 1.1em;
}

.panel.panel-h>.panel-heading>h2 {
  font-size: 2.1em;
}

.panel.panel-h>.panel-heading i {
  color: #fff;
}

.panel.panel-h>.panel-heading>h4,
.panel.panel-h>.panel-heading>h2 {
  margin: 0;
  padding: 5px 0 15px 0;
}

/* Beyaz */

.panel.panel-b>.panel-heading {
  padding-bottom: 0;
  border-radius: 0;
  font-weight: 300;
  background-color: #fff;
  color: #333333;
}

.panel.panel-b {
  border-radius: 0;
}

.panel.panel-b>.panel-heading>h4 {
  font-size: 1.1em;
}

.panel.panel-b>.panel-heading>h2 {
  font-size: 2.1em;
}

.panel.panel-b>.panel-heading i {
  color: #333333;
}

.panel.panel-b>.panel-heading>h4,
.panel.panel-b>.panel-heading>h2 {
  margin: 0;
  padding: 5px 0 15px 0;
}




.menu.menu-sayfa a,
.menu.menu-sayfa a:visited {
  color: #bbb;
  font-weight: 500;
  padding: 15px
}

.menu.menu-sayfa li a:hover,
.menu.menu-sayfa li a:active {
  color: #fff;
  background-color: transparent;
}

.menu.menu-sayfa li a:hover i {
  color: #fff;
}

.aside-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aside-menu li a {
  display: block;
  padding: 10px 10px;
  border: 1px solid #aaa;
  background-color: #fbfbfb;
  margin-top: -1px;
  color: #E9573F;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.aside-menu li:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.aside-menu li a:hover {
  padding-left: 20px;
  color: #444;
  background-color: #fff;
}

.footer-f a {
  color: #ff7400;
}

.footer-f a:hover {
  color: #ff7400;
}

.imgOrtala {
  vertical-align: middle;
}

#girisKadi,
#girisSifre,
#yenibtn,
#yenibtnbir,
#yenibtniki,
#yenibtnuc,
#yenibtndort,
#yenibtnbes,
#yenibtnalti,
#yenibtnyedi{
  border: none;
  border-left: 3px solid #333;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#girisKadi:hover,
#girisSifre:hover,
#yenibtn:hover,
#yenibtnbir:hover,
#yenibtniki:hover,
#yenibtnuc:hover,
#yenibtndort:hover,
#yenibtnbes:hover,
#yenibtnalti:hover,
#yenibtnyedi:hover{
  border-left: 3px solid #777;
  color: #777;
}

#girisKadi:focus,
#girisSifre:focus,
#yenibtn:focus,
#yenibtnbir:focus,
#yenibtniki:focus,
#yenibtnuc:focus,
#yenibtndort:focus,
#yenibtnbes:focus,
#yenibtnalti:focus,
#yenibtnyedi:focus{
  border-left: 3px solid #000;
  color: #000;
}

#yenibtn:invalid,
#yenibtnbir:invalid,
#yenibtniki:invalid,
#yenibtnuc:invalid,
#yenibtndort:invalid,
#yenibtnbes:invalid,
#yenibtnalti:invalid,
#yenibtnyedi:invalid{
  border-color: #ff0000;
  border-left: 3px solid #ff0000;
}

#yenibtn:valid,
#yenibtnbir:valid,
#yenibtniki:valid,
#yenibtnuc:valid,
#yenibtndort:valid,
#yenibtnbes:valid,
#yenibtnalti:valid,
#yenibtnyedi:valid{
  border-color: #ff9600;
  border-left: 3px solid #ff9600;
}


#girisButton {
  width: 50%;
}

#kayitButton {
  color: #eee;
  background-color: #ff9600;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: bold;
  width: 50%;
}

#kayitButton:hover {
  color: #d83c3c;
  background-color: #eee;
}

.ripple {
  position: relative;
  border: none !important;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

.ozelbutton .btn.btn-default {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ozelbutton .btn.btn-default:hover {
  background-color: #eee;
  color: inherit;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.ssab {
	border: 3px solid #ECBF1F;
    border-top: 0px;
}

.panel-video {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-video iframe {
  border-radius: 4px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #ECBF1F !important;
    border: 1px solid #ECBF1F !important;
}

.breadcrumb-arrow li a:after {
    right: -12px !important;
    z-index: 2;
    border-left: 11px solid #ECBF1F !important;
}

.breadcrumb-arrow li a:before {
    border-left-color: transparent !important;
}

.btn {
  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}


.menuitem { color: black; }
.menuitem:visited { color: black; }
.menuitem:hover { color: black; }


.blink-text {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 25%;
  }
}