/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.Ara.2015, 19:52:53
    Author     : Hamit Burak
*/

.carousel-inner > .item > img {
    max-height: 600px;
    width: 100%;
    
}


body{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:focus{
    text-decoration: none;
    outline: 0;
}

header{
    width: 100%;
    height: auto;
    line-height: 100px;
    position: relative;
}
/* Logo */
.h-logo{
    background: url("../../hanimeli-logo.png") no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    display: block;
    width: 326px;
    height: 100px;
    
    opacity: 1;
    filter: alpha(opactiy=100);
    -webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}
.h-logo:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}
/* Button */
.h-btn{
    display: inline-block;
    padding: 9px 12px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: 0;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.h-btn-bordo{
    background: #963a70;
    color: #fff !important;
}
.h-btn-transparan{
    background: #f4f6f6;
    color: #586266  !important;
}
.icon-box-square{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.icon-box-circle{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.icon-box-base{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.icon-box-base > a{
    display: inline-block; 
    text-align: center;
    
     -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all .8s;

}
.icon-box-base > a:hover{
    transform: scale(1.1);
}
.box-base{
    text-align: center;
}
.info-box{
    padding:20px 25px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.info-box h4{
    font-weight: bold;
}
.info-box p{
    margin:0;
}
.mtop10{
    margin-top: 10px;
}
.mtop20{
    margin-top: 20px;
}
.mtop50{
    margin-top: 50px;
}
.mbottom20{
    margin-bottom: 20px;
}
.mbottom50{
    margin-bottom: 50px;
}
.mleft10{
    margin-left: 10px;
}
.mright5{
    margin-right: 5px;
}
.icon-setting{
    font-size: 40px; 
    color: #fff;
    line-height: 100px;
}
.shodow{
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
h3{
    margin-top:0;
}

footer{
    width:100%;
    height: auto;
    padding: 0; margin:0;
}
footer > .footer-top{
    width: 100%;
    min-height: 250px;
    background: #21252b;
    border-bottom: 5px solid #963a70;
    border-top: 5px solid #963a70;
}
.headline{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.list{
    padding: 5px;
    list-style-type: none;
}
.links > li{
    padding: 3px;
    border-bottom: 1px solid #444;
}
.links > li:last-child{
    border:none;
}
.links > li > a{
    color: #444;
    
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
}
.links > li > a:hover{
    color: #ccc;
}
.links > li :hover{
    padding-left: 10px;
}
.list > li{
    clear: left;
    
}
.list > li > span{
    float: left;
}
.list > li > p{
    float: left;
    margin-left: 8px;
}
footer > .footer-bottom{
    background: #21252b;
    min-height: 50px;
    border-bottom: 5px solid #963a70;
    padding-top: 15px;
}
.social-list{
    list-style-type: none;
    padding:0;margin:0;
}
.social-list > li > a{
    float: left;
    display: inline;
    margin-left:10px;
   /* width: 20px;height: 20px;*/
   /* text-indent: -9999px; */
    opacity: 0.4;
    filter:alpha(opacity=40);
    cursor: pointer;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-list > li > a:hover{
    opacity: 1;
    filter:alpha(opacity=100);
}
.social-list > li > a > span{
    font-size: 19px;
    color: #888888;
}

#up{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 15px;
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
    transition: all .5s ease-in-out;
    
     background: #8c2563;
     color: #fff;
     display: none;
    
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    
}
#up:hover{
    background: #FF820D;
}
::selection{
    background: #963a70;
    color: #fff;
}
::-moz-selection{
    background: #963a70;
    color: #fff;
}

/* baslik kirinti*/
  .kirinti{
    width: 100%;
    height: 95px;
    background: #21252b;
    text-align: left;
    line-height: 100px;
    border-bottom: 5px solid #963a70;
}
.container > h2{
    color: #fff;
    padding: 10px 25px;
}
/* Loading Bar */
     #result{
            
        }
        /* Absolute Center Spinner */
.loading {
    display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* navbar */
.navbar-default {
    background: #963a70;
    border: none;
    border-bottom:5px solid #8c2563;
    border-radius:0;
    margin: 0;
}
/* title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #8c2563;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #8c2563;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #8c2563;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-default {
        margin-top:10px;
        background: #963a70;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #8c2563;
    }
}
