
html {
    background-color: #efefef;
    color: #222;
    font-family: 'Inconsolata', monospace, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
}

a, a:hover, a:visited {
	color: #888;
	text-decoration: none;
}

.container {
    width: 1024px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
}

.logo {
    margin: 20px;
}

.ney {
    font-weight: 700;
}

.digerbezmisler {
    margin-top: 50px;
}

.bezmisitem {
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
}

    .bezmisitem p {
        font-weight: normal;
        font-family: 'PT Serif', Georgia, Baskerville, "Times New Roman", serif;
        font-size: 1.5em;
        color: #333;
        margin: 20px 0;
    }

.bezmetarihi {
    font-size: 0.9em;
    font-weight: normal;
    color: #888;
}


.btnBezete{
    margin-top:50px;
    text-align:center;
}
.btnBezete img{
    max-width:100%;
    width:340px;
    margin:0 auto;
}

.aynen{
    font-size:0.9em;
    vertical-align:top;
    margin-left:20px;
    color:#888;
    cursor:pointer;
    display: inline-block;
}

.aynen.ed{
    color:rgba(226,32,91,0.77);
}

.copyright {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 50px;
    color: #888;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

input[type="text"] {
    padding: 7px 0;
    text-indent: 14px;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="submit"] {
    padding: 7px 14px;
    display: block;
    width: 100%;
    background-color: #efefef;
    border: 1px solid #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.2em;
}

    input[type="submit"]:hover {
        padding: 7px 14px;
        display: block;
        width: 100%;
        background-color: #333;
        color: #efefef;
    }

h1 {
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

h3 {
    font-size: 0.9em;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 20px;
}


.logores {
    width: 100%;
}

.bezdirdin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 20%;
}

    .bezdirdin h1 {
        font-size: 5em;
        text-transform: uppercase;
        font-weight: bold;
        color: #efefef;
        letter-spacing: 20px;
    }

    /* SINGLE BEZIK */

    .singleBezik h1{
        font-size:2em;
        font-family: 'PT Serif', Georgia, Baskerville, "Times New Roman", serif;
        text-align:left;
        margin-top:50px;
    }

    .singleBezik .bezmisitem{
        margin-top:50px;
    }

    .singleBezik .bek a{

    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 1224px) {
    .container {
        width: 85%;
    }

    .bezdirdin h1 {
        font-size: 3em;
        letter-spacing: 10px;
    }
}
