﻿@import url('reset.css');
@import url('fontlar.css');
@import url('stil-ust.css');
@import url('stil-alt.css');
@import url('stil-icerik.css');
@import url('stil-urun.css');
@import url('stil-sepet.css');
@import url('stil-uyelik.css');
@import url('stil-kartalanlar.css');
@import url('stil-mobil.css');

/*******************************************************************************************/
html, body							{ height: 100%; padding: 0px; margin: 0px; }
/*********************************************************/
.body1								{ font-family: 'pronova', Arial, Helvetica, sans-serif; color: #000000; font-size: 14px; background-color: #ffffff; }
/*******************************************************************************************/
#guyari1							{ display: block; position: fixed; top:0; left:0; z-index: 1000000; width: 100%; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
#guyari1 > div:nth-child(1)			{ display: table; width: 100%; height: 100%; }
#guyari1 > div:nth-child(1) > div:nth-child(1)								{ display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur1						{ display: table; width: 365px; min-height: 160px; background-color: #fff; border: 4px solid #159500; margin: 0 auto; box-shadow: 0 0 10px #303030; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur1 > div:nth-child(1)	{ display: table-cell; width: 100%; height: 100%; color: #159500; font-size: 24px; text-align: center; vertical-align: middle; padding: 30px; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur2						{ display: table; width: 365px; min-height: 160px; background-color: #fff; border: 4px solid #d39a00; margin: 0 auto; box-shadow: 0 0 10px #303030; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur2 > div:nth-child(1)	{ display: table-cell; width: 100%; height: 100%; color: #d39a00; font-size: 24px; text-align: center; vertical-align: middle; padding: 30px; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur3						{ display: table; width: 365px; min-height: 160px; background-color: #fff; border: 4px solid #f40000; margin: 0 auto; box-shadow: 0 0 10px #303030; }
#guyari1 > div:nth-child(1) > div:nth-child(1) > .tur3 > div:nth-child(1)	{ display: table-cell; width: 100%; height: 100%; color: #f40000; font-size: 24px; text-align: center; vertical-align: middle; padding: 30px; }
/*******************************************************************************************/
select								{ font-family: 'pronova', Arial, Helvetica, sans-serif; }
input[type=text]					{ font-family: 'pronova', Arial, Helvetica, sans-serif; }
textarea							{ font-family: 'pronova', Arial, Helvetica, sans-serif; }
input[type=password]				{ font-family: 'pronova', Arial, Helvetica, sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type=button]					{ cursor: pointer; font-family: 'pronova', Arial, Helvetica, sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type=submit]					{ cursor: pointer; font-family: 'pronova', Arial, Helvetica, sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.secilemez							{ -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; -o-user-select: none; user-select: none; }
/*******************************************************************************************/
/*******************************************************************************************************/
.dortlu {
    display: table;
    margin-top: 12px;
}
    .dortlu > li {
        display: inline-block;
    }
        .dortlu > li:not(:last-child) {
            padding-right: 14px;
        }

@supports (-ms-ime-align:auto) {
    .dortlu > li:not(:last-child) {
        padding-right: 12px;
    }
}

/*******************************************************************************************************/
.sea-sprite {
    background-image: url('../icerikler/genel/sprite.png');
    background-repeat: no-repeat;
    position: relative;
}

#worm {
    cursor: pointer;
    width: 30px;
    height: 450px;
    background-position: -194px -36px;
    background-size: 700px;
    position: fixed;
    top: -450px;
    left: 5%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    z-index: 21;
}

#worm-bubble {
    background: #02b0ec;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 14px;
    opacity: 0;
    overflow: visible;
    padding: 5px;
    position: absolute;
    top: 360px;
    left: 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    visibility: hidden;
    width: 60px;
    height: auto;
    z-index: 21;
}

#worm:hover > #worm-bubble,
#worm:hover > #worm-bubble:after {
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    visibility: visible;
}

#worm-bubble:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #02b0ec;
    border-left: 5px solid #02b0ec;
    content: "";
    display: block;
    position: absolute;
    top: 96%;
    left: 10px;
    width: 0;
    height: 0;
    z-index: 19;
}

@media (max-width: 1450px) {
    #worm {
        display: none !important;
    }
}