/*
						  `.-:/++++//-.`
			 `-+yhhyo+/::::/+oshhyo:`
		  `/yds/.`               .:shh+`
		.ods-`                       .ody-
	  `sd+` `````                ````` `:dh-
	 /mo`  -/sNMMN-            `yMMNs/:   /mo`
   `sm-       yMMMm.          `yNMMm`      .hh`
  `sm.        ymoMMm.         sNoMMm`       `yd`
  +m.         ym`oMMd`       oN:-MMm`        `dy`
 .N+          ym` sMMh`     oN: -MMm`         -N/
 om`          ym` `yMMh`   +N/  :MMm`          yh   # Murat YÜKSEKTEPE
 hy           ym`  `hMMy` +N/   :MMm`          +N`  # yuksektepemurat@gmail.com
`ds           ym`   `hMMs/N+    :MMm`          :N.  # Created at 17/01/18
 hy           ym`    .dMMM+     :MMm`          /N`
 sm`         `hN.     -MMm`     /MMN.          yd`
 -N/       -/+yys/:   -MMm`  `:/syyyo/:       .N/
  om.                 -MMm`                  `hh`
  `hd`                -MMm`                  sm.
   `yd.               -MMm`                `yd.
	 om+`          `-:yMMMs:-             :dy`
	  .hd:          ........`           -yd:
		-yd+.                        `/hh/`
		  .+hho-`                `-+ydo-
			 `/shhyo/:--...-:/oshhs/.
				 `.-/+oossoo+/:.`
*/
@import url('https://fonts.googleapis.com/css?family=Righteous');

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f8f8f8;
}

/* ==================================================================================== */
/* CLEAR */
textarea:focus, button, input[type="button"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
    border-color: rgba(126, 239, 104, 0) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0) !important;
    outline: 0 none !important;
}

input[type="text"] {
    height: auto !important;
    padding: 10px;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #000;
    background: #f3f3f3;
    border: 1px solid #b5b5b5;
}

input[type="text"]:focus {
    background: #fff !important;
    border: 1px solid #b5b5b5 !important;
}

.btn {
    text-transform: capitalize !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff !important;
}

section {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus {
    color: #a02323;
    text-decoration: none;
}

i {
    margin: 0 7px;
}

i.lg {
    font-size: 15px !important;
}

table {
    background: #fff !important;
}

table tbody {
    width: 100%;
}

td {
    vertical-align: middle !important;
}

.height-full {
    height: 100% !important;
}

.no-padding {
    padding: 0 !important;
}

.panel {
    margin-bottom: 0;
}

/* VERTICAL MIDDLE */
.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ============================================================================ */
/* FAVORITES MENU */
    .favorites_menu * {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .favorites_menu {
        position: fixed;
        width: 300px;
        right: 30px !important;
        top: 30px !important;
        border-radius: 7px;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
        z-index: 9999;
    }

    .favorites_menu .icon {
        float: right;
        width: 61px;
        height: 60px;
        padding: 10px;
        font-size: 27px;
        border-radius: 7px;
    }

    .favorites_menu .icon:hover {
        cursor: pointer;
        color: #3e3e3e;
    }

    .favorites_menu .title {
        float: right;
        width: calc(100% - 61px);
        height: 60px;
        color: #b3b3b3;
        padding: 20px;
        font-size: 13px;
    }

    .favorites_menu .content {
        float: left;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #eaeaea;
    }

    .favorites_menu .content ul {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .favorites_menu .content ul li {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #eaeaea;
    }

    .favorites_menu .content ul li:last-child {
        border-bottom: 0;
    }

    .favorites_menu .content ul li a {
        float: left;
        width: 100%;
        padding: 5px;
        margin: 5px 0;
        color: #000 !important;
    }

    .favorites_menu .content ul li a:hover {
        margin-left: 5px;
        color: #a02323 !important;
    }

    /*.favorites_menu.c > .title{display: none;}*/
    .favorites_menu.c > .content {
        display: none;
    }
/* END FAVORITES MENU */
/* ============================================================================ */
/* ==================================================================================== */
/* ==================================================================================== */
/* ELEMENTS */
/* ============================================================================ */
/* TEXTS */
    .text-thin {
        font-weight: 100 !important;
    }

    .text-white {
        color: #fff !important;
    }

    .text-black {
        color: #030008 !important;
    }

    .text-red {
        color: #e3262e !important;
    }

    .text-green {
        color: #2c822f !important;
    }

    .text-orange {
        color: #f36907 !important;
    }

    .text-orange-dark {
        color: #ff3d00 !important;
    }

    .text-yellow {
        color: #f7b61c !important;
    }

    .text-bold {
        font-weight: bold !important;
    }
/* END TEXTS */
/* ============================================================================ */
/* ============================================================================ */
/* BUTTONS */
/* END BUTTONS */
/* ============================================================================ */
/* ============================================================================ */
/* BACKGROUNDS */
    .bg-white {
        background-color: #fff !important;
        color: #000 !important;
    }

    .bg-black {
        background-color: #030008 !important;
        color: #fff !important;
    }

    .bg-red {
        background-color: #e3262e !important;
        color: #fff !important;
    }

    .bg-yellow {
        background-color: #f7b61c !important;
        color: #030008 !important;
    }

    .bg-green {
        background-color: #2c822f !important;
        color: #fff !important;
    }

    .bg-orange {
        background-color: #f36907 !important;
        color: #fff !important;
    }

    .bg-orange-dark {
        background-color: #ff3d00 !important;
        color: #fff !important;
    }

    .bg-image-cover {
        background: center center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
/* END BACKGROUNDS */
/* ============================================================================ */
/* ============================================================================ */
/* RIBBONS */
    .ribbon {
        position: absolute;
        left: -5px;
        top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #79A70A;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A;
    }

    .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #79A70A;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #79A70A;
    }

    .ribbon.blue span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#2989d8 0%, #1e5799 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon.blue span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #1e5799;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1e5799;
    }

    .ribbon.blue span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #1e5799;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #1e5799;
    }

    .ribbon.black span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #000000;
        background: linear-gradient(#000000 0%, #000000 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon.black span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #000000;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #000000;
    }

    .ribbon.black span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #000000;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #000000;
    }

    .ribbon.red span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon.red span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #8F0808;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #8F0808;
    }

    .ribbon.red span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #8F0808;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #8F0808;
    }
/* END RIBBONS */
/* ============================================================================ */
/* ==================================================================================== */
.navbar_fixed {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    animation: ScrollDown 1s forwards !important;
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.navbar-collapse {
    float: left;
    padding: 6px;
    width: calc(100% - 116px);
}

a.navbar-brand {
    float: left;
}

.navbar-toggler {
    float: right;
}

li.nav-item {
    border-right: 1px solid #eaeaea;
    margin: 0 5px;
}

a.nav-link {
    color: #000;
}

a.nav-link:hover {
    background: #f8f8f8;
}

@keyframes ScrollDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}

.page-header {
    border-bottom: 1px dashed #eaeaea;
    padding: 20px 0;
    margin-bottom: 20px;
}

.page-header span.title {
    background: #313131;
    color: #fff;
    padding: 8px;
    border-radius: 11px 3px 11px 3px;
    font-size: 34px;
    letter-spacing: 1px;
    font-family: 'Righteous', cursive;
}

.page-header .logo {
}

.page-header small {
    font-size: 13px;
}

.category_title {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    background: #393948;
    color: #fff;
    border-radius: 7px;
}

.category_title:hover {
    cursor: pointer;
}

.area {
    margin-bottom: 40px;
}

ul.list, ul.list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.list ul li.box {
    float: left;
    width: calc(16.6% - 20px);
    /*width: calc(14.285% - 20px);*/
    margin: 11.5px;
}

ul.list ul li.box:first-child, ul.list ul li.box:nth-child(6n+1) {
    margin-left: 0;
}

ul.list ul li.box:nth-child(6n) {
    margin-right: 0;
}

ul.list ul li.box a {
    float: left;
    padding: 0px 10px;
    width: 100%;
    min-height: 125px;
}

ul.list ul li.box a:hover .title, ul.list ul li.box a:hover .icon {
    font-weight: 500;
    color: #000;
}

ul.area {
    float: left;
    width: 100%;
    margin-bottom: 20px !important;
}

.box {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background: #fff;
}

.box.deactive {
    opacity: .2;
    pointer-events: none;
    cursor: default;
}

.box:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box .icon {
    font-size: 37px;
    margin-bottom: 10px;
}

.box .title {
    font-size: 14px;
    font-weight: 400;
}

.box small {
    width: 100%;
    color: #848484;
}

.sorgu_area {
    background: #fff;
    padding: 40px 10px;
    border-radius: 7px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sonuc_area {
    background: #f8f8f8;
    border-left: 3px dashed #eaeaea;
    overflow: auto;
    padding: 40px 10px;
    border-radius: 7px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* ==================================================================================== */
/* STATIC MODULES */
/* ============================================================================ */
/* STICKY FOOTER */
body.current {
    position: relative;
    height: auto;
    min-height: 100%;
    padding-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #dadada;
}

/* END STICKY FOOTER */
/* ============================================================================ */
/* ==================================================================================== */
/* ==================================================================================== */
/* MEDIA QUERIES */

@media screen and (max-width: 767px) {

    .favorites_menu {
        display: none;
    }

    ul.list ul li.box {
        width: calc(50% - 10px);
        margin: 15px 5px !important;
    }

    .navbar-collapse {
        float: left !important;
        width: 100% !important;
    }
}

/* ==================================================================================== */

/* ==================================================================================== */
/* ==================================================================================== */
/* FAVMENU */

.dl-menuwrapper {
    z-index: 9999;
    width: 100%;
    min-width: 180px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #aaa;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #fff,
    0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
    0% {
    }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% {
    }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}

.cerez_tamam {
    color: #ffc107;
}

.cerez_bilgisi a {
    color: #ffc107;
}

.cerez_bilgisi {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.9rem;
    background-color: #272727cf;
    text-align: center;
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}

.islemyapiliyor {
    position: fixed;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/static/_assets/img/preloader.gif') 50% 50% no-repeat rgb(249, 249, 249);
}

.favori_ekle_div {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 999;
    overflow: hidden;
    text-align: right;
}

#testasamasi {
    position: fixed;
    top: 0;
    left: 0;
}

#favmenu {
    position: fixed;
    top: 100px;
    right: 100px;
}

#testasamasi img {
    width: 20%;
}


/* ============================================== */
/* MSLMENU */
    .mslmenu {
        position: fixed;
        width: 300px;
        top: 30px;
        right: 30px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        border-radius: 7px;
    }

    .mslmenu .top {
        float: left;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
    }

    .mslmenu .top .title {
        float: left;
        width: calc(100% - 60px);
        padding: 15px;
        border-radius: 7px 0 0 7px;
        font-size: 13px;
        color: #3e3e3e;
    }

    .mslmenu .top .icon {
        float: left;
        width: 60px;
        font-size: 23px;
        padding: 10px;
        text-align: center;
        background-color: #f8f8f8;
        border-radius: 0 7px 7px 0;
    }

    .mslmenu .top .icon:hover {
        cursor: pointer;
    }

    .mslmenu .content {
        display: none;
        float: left;
        width: 100%;
        background-color: #fff;
        border-radius: 0 0 7px 7px;
        padding: 10px;
    }

    .mslmenu .content ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .mslmenu .content ul li {
        float: left;
        width: 100%;
        margin: 5px 0;
        border-bottom: 1px dashed #eaeaea;
    }

    .mslmenu.open .content ul li:last-child {
        border-bottom: 0;
    }

    .mslmenu.open .content ul li:hover {
        background-color: #f8f8f8;
        border-radius: 3px;
    }

    .mslmenu .content ul li a {
        float: left;
        width: calc(100% - 68px);
        padding: 12px;
        font-size: 13px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .mslmenu .content ul li a:hover {
        margin-left: 10px;
        width: calc(100% - 78px);
    }

    .mslmenu .content ul li button i, .mslmenu .content ul li span i {
        margin: 0 !important;
    }

    .mslmenu .content ul li button, .mslmenu .content ul li span {
        float: right;
        margin: 10px 2px;
        border: 0;
        border-radius: 2px;
        padding: 4px;
        color: #fff;
        font-size: 12px;
        width: 24px;
        height: 24px;
        text-align: center;
    }

    .mslmenu .content ul li button:focus, .mslmenu .content ul li button:active,
    .mslmenu .content ul li span:focus, .mslmenu .content ul li span:active {
        border: none !important;
        outline: none !important;
    }

    .mslmenu.open {
    }

    .mslmenu.open .top {
        background-color: #f8f8f8;
        border-radius: 5px 5px 0 0;
    }

    .mslmenu .content .btn-remove {
        background: #ea3c3c !important;
    }

    .mslmenu .content .btn-remove:hover {
        background: #ce3030 !important;
    }

    .mslmenu .content .btn-move {
        background: #91cc23 !important;
    }

    .mslmenu .content .btn-move:hover {
        background: #7fb51b !important;
    }
/* END MSLMENU */
/* ============================================== */