@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext';


ghtml {
    width					: 100%;
    height					: 100%;
}
body {
    font-size				: 13px;
    background-image: url(mysticmain2y.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    color					: #353535;
    margin					: 0;
    line-height:175%;
    padding					: 0;
    width					: 100%;
    height					: 100%;
    background				: inherit no-repeat scroll top left #fafafa;
    border-top:6px solid #000000;
}

.container{
    padding-top: 0;
    width: 540px;
    margin: 0 0 0 3%;
    padding: 0;
    margin-top: 0;
    display: block;
    position: relative;
    float: left;
    vertical-align: top;
    margin-top: 2vh;

}
.container1{
    padding-top: 0;
    width: 40vw;
    margin: 0 0 0 3%;
    padding: 0;
    margin-top: 0;
    display: block;
    position: relative;
    float: left;
    vertical-align: top;
    margin-top: 20px;
    margin-top: 2vh;
}
.beyaz{
    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border:1px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top:0px;
    margin-bottom:20px;
    width:100%;
    height:auto;
    display:block;

}
.beyaz1{

    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    height: auto;
    margin: 0px 0% 20px 0%;
    padding: 0px;

}

.beyaz2{

    background-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid #000000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 94%;
    float: left;
    height: auto;
    margin: 22vh 0% 20px 0%;
    padding: 3%;

}


a.site_{   
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    width: 94%;
    display: block;
    text-align: center;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px auto;
    padding: 3%;
    background-color: #000000;
    color: #ffffff;
}

a.sosyal{       
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    width: auto;
    display: inline-block;
    text-align: center;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 15px auto;
    padding: 6px;
    background-color: #000000;
    color: #ffffff;
}


.logo_{
    margin:0 auto;
    width:200px;
    height:100px;
    display:block;

}

h1.baslik{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    display: block;
    padding: 0;
    margin: 24px 0 0 0;
    letter-spacing: 2.4px;
}
h2.baslik{   
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    display: block;
    padding: 0;
    margin: 24px 0 0 0;
    letter-spacing: -1px;
}


p.unvan{
    width: 100%;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: -0.2px;
}


p.adres{  
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 155%;
    font-weight: 300;
    margin: 10px 0 15px 0;
}

.yarim{ 
    width:100%; 
    height:auto; 
    text-align:center;
    display:block; 
    float:left;
}
.ceyrek{     width: 29.3%;
    height: auto;
    padding: 0 2%;
    text-align: center;
    display: block;
    float: left;
}

img, object, embed, video {
    max-width: 100%;
}

.ie6 img {
    width:100%;
}
a:hover{ 
    background-color:#f60000;
}



.copyright{     width: auto;
    position: absolute;
    bottom: 3%;
    left: 3%;

    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: block;
}


@media only screen and (max-width: 999px) {
    .beyaz{    
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 0;
        margin-bottom: 20px;
        box-sizing: border-box;
    }


    .beyaz1 {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding: 0;
        margin-bottom: 20px;
        box-sizing: border-box;
    }

    .container{   
        width: 96%;
        margin: 2%;
        box-sizing: border-box;

    }
    .container1{  width: 96%;
        margin: 2%;
        box-sizing: border-box;
    }


    a.sosyal{    width: 94%;
        padding: 4px 0 5px 0;
        margin: 9px 3%;
        font-size: 10px;
    }

    a.site_{    width: 94%;
        padding: 4px 0 5px 0;
        margin: 9px 3%;
        font-size: 12px;
    }

}

@media only screen and (max-width: 680px) {
    .yarim{ width:100%; height:auto; text-align:center; display:block; float:left;}
    .ceyrek{ width:100%; height:auto; text-align:center; display:block; float:left;}
    a.sosyal{    
        width: 94%;
        padding: 4px 0 5px 0;
        margin: 9px 3%;
        font-size: 10px;
    }

    a.site_{    
        width: 94%;
        padding: 4px 0 5px 0;
        margin: 9px 3%;
        font-size: 14px;
    }


}
