@font-face{
    src: url('data/font2.ttf');
    font-family: font;
}

html{
    width: 100%;
    height: 100%;
}

body{
    font-family: font;
    background: url('img/bg.jpg');
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 20px 0 20px 0;    
}

a{
    text-decoration: none;
    color: #fff;
}

h3{
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}

.container{
    border:1px solid #ddd;
    box-shadow: 5px 5px 25px #434;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.lst{
    padding:10px 0 10px 25px;
}

.lst span{
    display: inline-block;
    min-width: 80px;
}

.lst, .tel a{
    color: #fff;
    text-shadow: 3px 3px 5px #000;
}

.sosyal {
    position: fixed;
    bottom: 27%;
    right:0;
    width: 35px;
    padding: 5px;
    box-sizing: border-box;
    z-index: 0;
    background: #fff;
    border-radius: 15px 0 0 15px;
}

.sosyal a{
    font-size: 24px;
    color: #524b4b;  
    display: block;      
}

.video{
    width: 100%;
}

.box{
    width: 205px;
    display: inline-block;
    position: relative;
    margin: 7px;
    padding: 5px;
    box-sizing: border-box;
    height: 280px;
    text-align: center;
    vertical-align: top;
    background: #fff;
    color: #000;
    text-shadow: none;
    transition: transform .2s, box-shadow 0.3s;
}

.box:hover {
    box-shadow: 0 0 25px #46455e;
    transform: scale(1.03);
}

.galeri{
    width: 250px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    background: #ffffff7a;
    padding: 12px;
    margin: 5px;
    box-sizing: border-box;
    transition: transform .2s, box-shadow 0.3s;
}

.galeri:hover{
    box-shadow: 0 0 25px #46455e;
    transform: scale(1.03);
    background: #fff;
}

.galeri img{
    width: 100%;
    height: 250px;
}

.galeri h5{
    margin-top: 12px;
}

.button{
    position: absolute;
    bottom: 0;
    left: 0;    
    width: 100%;
}

.box img{
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
}

.page h3{
    margin: 25px 0 25px 5px;
}

span{
    display: block;
    margin: 0;
    padding: 0;
}

iframe{
    width:545px;
    height:315px;
}

.footer{
    border-top:1px solid #fff;
}

.pre{
    white-space: pre-line;
}

.harita{
    width: 100%;
    height: 250px;
}

#link{
    display: inline-block;
    padding: 5px;
    width: 240px;
}

.altbar{
    position:fixed;
    bottom:0;
    display: none;
    z-index: 999;
    background: url('img/bg.jpg');
    background-attachment: fixed;
    background-size: 100% 100%;
}

.altbar i{
    font-weight: bold;
    font-size: 26px;
    text-shadow: 0 0 5px #000;
}