/*
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 : 30.May.2016, 11:31:34
    Author     : Ömer Faruk KESMEZ @ofke
*/
/*body{margin: 0;padding: 0;background: linear-gradient(to bottom,#005E93 0,#005E93 100%)}*/
body{margin: 0;padding: 0;background: linear-gradient(to bottom,#008CC9 0,#008CC9 100%)}
.__main{width: 95%;height: 100%;margin: 0 auto ;}
.__main .__content{float: left;width: 100%;}
.__main .__content .__title{width: 80%;margin: 0 auto ;}
.__main .__content .__title h1{ color: #fff;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;}

.__main .__content .__title h2{ color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 100%;
    margin:0;}

.__main .__content .__picture{width: 100%;float: left;height: 40px;}
.__main .__content .__picture .__meimg{width: 80px;margin: 0 auto;}
.__main .__content .__picture .__meimg img{width: 72px;
    height: 72px;
    box-sizing: border-box;
    background-clip: content-box;
    border-radius: 49.9%;
    position: absolute;
    z-index: 2;
    border: 2px solid #FFF;
    background-color: rgba(255,255,255,.9);
    box-shadow: 0 1.5px 3px rgba(0,0,0,.5);}

.__main .__content .__same{position: relative;
    color: rgba(0,0,0,.85);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-weight: 300;
    width: 100%;
    text-align: left;
    background: #FFF;
    /*padding: 10px 0px 10px 0px;*/
    border-radius: 2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;}

.__main .__content .__same span{font-family: inherit;
    color: rgba(0,0,0,.85);
    font-size: 25px;
    width: 95%;
    padding-left: 10px}

.__main .__content .__same img{width: 48px;float: right;margin-right: 2%;}
#__me{display: block;}
.__secret{margin-bottom: 10px}
p {color: #fff;border: 1px solid rgba(255,255,255,255);padding: 10px;margin: 0;
/*    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 400;*/}
.copyright{ color: #ffffff;
    font-size: 13px;
    width: 40%;
    margin: 0 auto ;
    line-height: 18px;}