﻿.c {
    clear: both;
    display: block;
    width: 100%
}

.c5 {
    clear: both;
    display: block;
    width: 100%;
    height: 5px
}

.c10 {
    clear: both;
    display: block;
    width: 100%;
    height: 10px
}

.c15 {
    clear: both;
    display: block;
    width: 100%;
    height: 15px
}

.c20 {
    clear: both;
    display: block;
    width: 100%;
    height: 20px
}

.c25 {
    clear: both;
    display: block;
    width: 100%;
    height: 25px
}

.c30 {
    clear: both;
    display: block;
    width: 100%;
    height: 30px
}

.c35 {
    clear: both;
    display: block;
    width: 100%;
    height: 35px
}

.c40 {
    clear: both;
    display: block;
    width: 100%;
    height: 40px
}

.c45 {
    clear: both;
    display: block;
    width: 100%;
    height: 45px
}

.c50 {
    clear: both;
    display: block;
    width: 100%;
    height: 50px
}



.mavi_mesaj,
.yesil_mesaj,
.sari_mesaj,
.red_mesaj {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
}

.mavi_mesaj {
    color: #059;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.yesil_mesaj {
    color: #270;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.sari_mesaj {
    color: #9F6000;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.red_mesaj {
    color: #D8000C;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.odemebutton {
    outline: none;
    background-color: #056BFD;
    color: #fff;
    padding: 30px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center; width:100%;
}

.expandArrow {
    min-width: 60px;
    display: inline-block;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #333;
    font-weight: 500
}
.sagonckn {
    padding: 10px 0px 10px 10px;
    margin: 25px 0px 0px 0px;
}
.closeArrow {
    min-width: 60px;
    display: inline-block;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500
}
.img-responsive {
    max-width:100%;
    height:auto;
}

.mnboyut {
    min-height:375px;
}

.noborder {
    border: 0px;
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}
.vintage {
    box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06); overflow:hidden
}
.vintage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
}

.vintage:hover:before {
    bottom: 0;
}


.kutuayar {
     margin:1%;
     border:0px;
     width:23%
}

.pop1 {
    left: 0;
    position: fixed;
    z-index: 999999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    box-shadow: 10px 10px 60px #555;
    transition: background-color .25s;
    display: flex
}

.pop2 {
    width: 96%;
    min-width: 320px;
    max-width: 400px;
    display: inline-table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    color: #6a6c6d;
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    padding: .6rem;
    background-color: #fff;
    border-radius: .3125rem
}

.pop3 {
    border-radius: 5px;
    font-size: 16px;
    padding: 8px 0;
    cursor: pointer;
    font-weight: 900;
    color: #222;
    margin-bottom: 10px
}

    .pop3 strong {
        border-bottom: solid 4px #ff6766;
        padding-bottom: 10px
    }

.pop4 {
    padding: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600
}

.pop1x {
    left: 0;
    position: fixed;
    z-index: 999999;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8)
}

.pop2x {
    padding: 10px;
    width: 90%;
    min-width: 320px;
    max-width: 400px;
    background-color: #fff;
    background-image: url(../images/popupbg.png);
    background-position: center center;
    display: inline-table;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    color: #6a6c6d;
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

    .pop2x div {
        color: #6a6c6d
    }

.pop3x {
    padding: 5px 0 5px 0;
    font-size: 16px;
    font-weight: 600
}

.pop4x {
    padding: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600
}

.closex {
    background-color: #ff6766;
    text-align: center
}

    .closex a {
        color: #fff;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        font-weight: 700;
        display: block
    }

        .closex a:hover {
            background-color: #666;
            text-align: center
        }

.closex2 {
    background-color: #222;
    text-align: center
}

    .closex2 a {
        color: #fff;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        font-weight: 700;
        display: block
    }

.closex3 {
    background-color: #92293b;
    text-align: center
}

    .closex3 a {
        color: #fff;
        padding: 10px;
        width: 100%;
        text-decoration: none;
        font-weight: 700;
        display: block
    }

.hata {
    border: 1px solid #666;
    color: #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 6px 0 6px 40px;
    position: relative;
    z-index: 1
}
.errorhata {
    border: solid 2px #ea222d !important;
}
.error {
    background: url("../images/error.png") no-repeat scroll 2px 0 #ea222d;
    border-color: #ebebeb
}

.ok {
    background: url("../images/ok.png") no-repeat scroll 2px 0 #0c6;
    border-color: #ebebeb
}

.pointer {
    cursor: pointer
}

.webgoster {
    display: block
}

.mobilgoster {
    display: none
}

.nopadding {
    padding:0px
}.nomargin {
    margin:0px
}
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.datepicker-wrap {
    position: relative;
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 30px;
        height: 60px;
        line-height: 60px;
        position: absolute;
        right: 16px;
        top: 30%;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .datepicker-wrap:after {
        display: block;
        font-family: "Font Awesome\ 5 Pro";
        content: "\f274";
        font-size: 25px;
        color: #ff6766;
        position: absolute;
        right: 16px;
        top: 36px;
        bottom: 0;
        width: 30px;
        height: 100%;
        text-align: center;
        line-height: 34px;
    }

    .datepicker-wrap.yellow:after {
        background: #fdb714;
    }

    .datepicker-wrap.green:after {
        background: #FDB714;
    }

    .datepicker-wrap.blue:after {
        background-color: #b5b5b5;
    }

    .datepicker-wrap.dark-blue:after {
        background-color: #2d3e52;
    }

    .datepicker-wrap.transparent:after {
        background-color: transparent;
        color: #fdb714;
    }

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #b5b5b5;
    z-index: 101 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: #333;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 48%;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 19px !important;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            border-right: 8px solid #fff;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 19px !important;
    }

        .ui-datepicker .ui-datepicker-next:before {
            border-left: 8px solid #fff;
        }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 5px;
        text-align: center;
        color: #fff;
        font-size: 1.1667em;
        font-weight: bold;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
            background-color: #f5f7fb
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 1.1667em;
            font-weight: normal;
            color: #b5b5b5;
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 30px;
            line-height: 30px;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #dbdbdb;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover {
            background: #b5b5b5;
            color: #fff;
        }

    .ui-datepicker.yellow {
        border: 1px solid #fdb714;
    }

        .ui-datepicker.yellow .ui-datepicker-header {
            background: #fdb714;
        }

        .ui-datepicker.yellow th span {
            color: #fdb714;
        }

        .ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
            background: #fdb714;
        }

    .ui-datepicker.green {
        border: 1px solid #FDB714;
    }

        .ui-datepicker.green .ui-datepicker-header {
            background: #FDB714;
        }

        .ui-datepicker.green th span {
            color: #FDB714;
        }

        .ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
            background: #FDB714;
        }

    .ui-datepicker.blue {
        border: 1px solid #b5b5b5;
    }

        .ui-datepicker.blue .ui-datepicker-header {
            background: #b5b5b5;
        }

        .ui-datepicker.blue th span {
            color: #b5b5b5;
        }

        .ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
            background: #b5b5b5;
        }

    .ui-datepicker.dark-blue {
        border: 1px solid #2d3e52;
    }

        .ui-datepicker.dark-blue .ui-datepicker-header {
            background: #2d3e52;
        }

        .ui-datepicker.dark-blue th span {
            color: #2d3e52;
        }

        .ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
            background: #2d3e52;
        }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        width: auto !important;
        height: auto !important;
    }



@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }



#cssmenu {
    font-family: Montserrat, sans-serif;
    right: 0;
    width: 100px;
    position: absolute;
    
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 400;
        background: #333333;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.printdz {margin-top:10px}
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            background-color: #6a6c6d;
            margin: 36px  0px 0px 0px;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #000;
                border-bottom: 2px solid #000;
                content: '';
                margin: 15px 10px 10px 10px
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #000;
                content: '';
                margin: 15px 10px 10px 10px
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ff6766;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ff6766;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}





    @media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px) {
		.printdz {margin-top:10px}
        .msr1 {
            margin-top:20px
        }
        .listing-features li {
            width: 50% !important;
        }
        .mnboyut {
            min-height: inherit;
        }

        .webgoster {
            display: none
        }

        .mobilgoster {
            display: block
        }

    }

    @media (max-width:768px) {
.printdz {margin-top:10px}
        .msr1 {
            margin-top: 20px;
        }

        .listing-features li {
            width: 50% !important;
        }
        .webgoster {
            display: none
        }

        .mobilgoster {
            display: block
        }

        .kutuayar {
            margin: 0px;
            border: 0px;
            width: 50%
        }


        .mnboyut {
            min-height: inherit;
        }

    }
.posislem {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    background: rgba( 255, 255, 255, .8 );
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
}
.posislemaktif {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #000;
    z-index: 9999;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.iptalpol {
    position: relative;
    border: 2px dashed #eee;
    border-radius: 3px; padding:25px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    /* min-height: 110px; */
    margin-top: 0px;
    float: left;
    cursor: pointer;
    border-color: #ff6766;
    width:100%; font-weight:600; font-size:15px;

}



.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .ebcf_close:hover, .ebcf_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }