﻿@import "//fonts.googleapis.com/css?family=Exo+2:400,300,600&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Kalam:700&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,latin-ext";

body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2',Tahoma,Arial;
    font-size: 13px;
    background: #e6e4e2 url(../../img/background.jpg) no-repeat center center fixed;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../img/selectboxarrow.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

    select::-ms-expand {
        display: none;
    }

input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    outline-offset: 0;
}

    input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
        color: rgba(255,255,255,0.00) !important;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-color: transparent;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: underline;
}

a {
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

ul li {
    list-style: none;
}

.clearfix:after {
    clear: both;
}

.wrapper {
    width: 990px;
    margin: 0 auto;
}

.anawrpr {
    width: 980px;
    margin: 0 auto;
}

.display_991 {
    display: none;
}

img {
    max-width: 100%;
}

body .ui-tooltip {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    color: #fff;
    background: none;
    background-color: #000 !important;
}

.ui-tooltip-content {
    position: relative;
}

    .ui-tooltip-content::after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -17px;
        left: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 9px solid #000;
    }

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(187,187,187,0.85);
    z-index: 999999999;
}

.cssload-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

.cssload-fond {
    position: relative;
}

.cssload-container-general {
    width: 105px;
    height: 105px;
    -webkit-animation: cssload-animball_two 1.15s infinite;
    -moz-animation: cssload-animball_two 1.15s infinite;
    -ms-animation: cssload-animball_two 1.15s infinite;
    -o-animation: cssload-animball_two 1.15s infinite;
    animation: cssload-animball_two 1.15s infinite;
}

.cssload-internal {
    width: 105px;
    height: 105px;
    position: absolute;
}

.cssload-ballcolor {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4 {
    position: absolute;
    -webkit-animation: cssload-animball_one 1.15s infinite ease;
    -moz-animation: cssload-animball_one 1.15s infinite ease;
    -ms-animation: cssload-animball_one 1.15s infinite ease;
    -o-animation: cssload-animball_one 1.15s infinite ease;
    animation: cssload-animball_one 1.15s infinite ease;
}

.cssload-ball_1 {
    background-color: #cb2025;
    top: 0;
    left: 0;
}

.cssload-ball_2 {
    background-color: #f8b334;
    top: 0;
    left: 57px;
}

.cssload-ball_3 {
    background-color: #00a096;
    top: 57px;
    left: 0;
}

.cssload-ball_4 {
    background-color: #97bf0d;
    top: 57px;
    left: 57px;
}

@-webkit-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 29px;
        left: 29px;
        position: absolute;
        opacity: .5;
    }

    100% {
        position: absolute;
    }
}

@-moz-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 29px;
        left: 29px;
        position: absolute;
        opacity: .5;
    }

    100% {
        position: absolute;
    }
}

@-ms-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 29px;
        left: 29px;
        position: absolute;
        opacity: .5;
    }

    100% {
        position: absolute;
    }
}

@-o-keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 29px;
        left: 29px;
        position: absolute;
        opacity: .5;
    }

    100% {
        position: absolute;
    }
}

@keyframes cssload-animball_one {
    0% {
        position: absolute;
    }

    50% {
        top: 29px;
        left: 29px;
        position: absolute;
        opacity: .5;
    }

    100% {
        position: absolute;
    }
}

@-webkit-keyframes cssload-animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
    }
}

@-moz-keyframes cssload-animball_two {
    0% {
        -moz-transform: rotate(0deg) scale(1);
    }

    50% {
        -moz-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -moz-transform: rotate(720deg) scale(1);
    }
}

@-ms-keyframes cssload-animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1);
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -ms-transform: rotate(720deg) scale(1);
    }
}

@-o-keyframes cssload-animball_two {
    0% {
        -o-transform: rotate(0deg) scale(1);
    }

    50% {
        -o-transform: rotate(360deg) scale(1.3);
    }

    100% {
        -o-transform: rotate(720deg) scale(1);
    }
}

@keyframes cssload-animball_two {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(360deg) scale(1.3);
    }

    100% {
        transform: rotate(720deg) scale(1);
    }
}

.header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #D2D2D2;
}

.top-bar {
    width: 100%;
    float: left;
    margin: 0;
    padding: 2px 0 3px;
}

    .top-bar.fixedd {
        height: 117px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }

    .top-bar button#go_rezervation {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 19px;
        color: #FFF;
        font-weight: 700;
        line-height: 45px;
        text-align: center;
        position: relative;
        border: none;
        outline: none;
        cursor: pointer;
        filter: alpha(opacity=100);
        opacity: 1;
        background: none;
        background-color: #4C88AB;
        text-shadow: 1px 2px 0 rgba(0,0,0,0.4);
        display: none;
    }

        .top-bar button#go_rezervation::before {
            content: "\f103";
            width: 70px;
            height: 45px;
            position: absolute;
            top: 0;
            left: 50%;
            right: 50%;
            margin: 0 0 0 89px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 27px;
            line-height: 45px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

        .top-bar button#go_rezervation.closed::before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .top-bar.fixedd button#go_rezervation {
        display: block;
    }

.top-right {
    width: 55%;
    float: right;
    margin: 0 1%;
    padding: 0;
}

    .top-right .mobil_right {
        width: 67%;
        float: right;
        margin: 0;
        padding: 0;
    }

.top-bar.fixedd .top-right .mobil_right {
    display: none;
}

#currencyselect, #language, #help {
    float: left;
    margin: 18px 0 18px 2%;
    padding: 0 10px 0 0;
}

#language {
    display: none;
}

    #currencyselect button#menu1, #language button#menu1, #help button#menu1 {
        width: auto;
        height: 34px;
        font-weight: 700;
        float: left;
        margin: 0;
        padding: 0 0 0 22px;
        color: #787878;
        line-height: 34px;
        text-decoration: none;
        list-style: none;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        background: none;
        background-repeat: no-repeat;
        background-position: right center,left center;
    }

    #language button#menu1 {
        padding: 0 12px 0 20px;
        background-position: right 15px,left center;
    }

#help button#menu1 {
    padding: 0 0 0 14px;
    background-position: left 15px;
}

    #currencyselect button#menu1:hover, #language button#menu1:hover, #help button#menu1:hover {
        text-decoration: none;
        color: #CCC;
    }

#currencyselect ul.dropdown-menu, #language ul.dropdown-menu, #help ul.dropdown-menu {
    min-width: 90px;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    border-radius: 5px;
    top: 37px;
}

    #currencyselect ul.dropdown-menu::after, #language ul.dropdown-menu::after, #help ul.dropdown-menu::after {
        content: "\e253";
        float: left;
        color: #ADADAD;
        font-size: 10px;
        margin: -18px 0 0;
        position: absolute;
        left: 5px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #currencyselect ul.dropdown-menu > li, #language ul.dropdown-menu > li, #help ul.dropdown-menu > li {
        width: 100%;
        float: left;
        margin: 0 0 3px;
        padding: 0;
        outline: none;
        list-style: none;
        z-index: 2;
    }

        #currencyselect ul.dropdown-menu > li > a, #language ul.dropdown-menu > li > a, #help ul.dropdown-menu > li > a {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 0 0 20px;
            color: #787878;
            font-weight: 700;
            line-height: 25px;
            outline: none;
            background-repeat: no-repeat;
            background-position: left 6px;
        }

        #currencyselect ul.dropdown-menu > li > a {
            padding: 0 0 0 12px;
            background-position: left 9px;
        }

        #help ul.dropdown-menu > li > a {
            padding: 0;
        }

        #currencyselect ul.dropdown-menu > li > a:hover, #currencyselect ul.dropdown-menu > li > a:focus, #language ul.dropdown-menu > li > a:hover, #language ul.dropdown-menu > li > a:focus {
            background-color: transparent;
            outline: none;
            text-decoration: none;
            color: #CCC;
        }

        #help ul.dropdown-menu > li > a:hover, #help ul.dropdown-menu > li > a:focus {
            background: none;
            outline: none;
            text-decoration: none;
            color: #CCC;
        }

ul.topnav {
    float: left;
    margin: 18px 0 18px 2%;
    padding: 0;
}

    ul.topnav li {
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.topnav li a {
            float: left;
            margin: 0;
            padding: 0 12px;
            font-size: 13px;
            color: #fff;
            font-weight: 700;
            line-height: 34px;
        }

        ul.topnav li:nth-child(1) a {
            background: #5FAE25;
            border-radius: 4px 0 0 4px;
        }

        ul.topnav li:nth-child(2) a {
            background: #4D99DA;
            border-radius: 0 4px 4px 0;
        }

        ul.topnav li a:hover {
            text-decoration: none;
            color: #CCC;
        }

.since {
    width: 83px;
    height: 125px;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -80px;
    top: 9px;
    z-index: 99999;
    background-image: url(../../img/5yil.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.top-left {
    width: 42%;
    float: left;
    margin: 0 1% 0 0;
    padding: 0;
}

h1.logo {
    width: 69%;
    float: left;
    margin: 0 1% 0 0;
    padding: 0;
    text-indent: -9999px;
}

    h1.logo a img {
        width: 100%;
        height: 70px;
        float: left;
        margin: 0;
        padding: 0;
        background-image: url(../../img/logo.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

form.ilannarama {
    width: 29%;
    float: right;
    margin: 21px -30px 21px 1%;
    padding: 0;
}

    form.ilannarama input {
        width: 100%;
        height: 28px;
        float: left;
        margin: 0;
        padding: 0 0 0 6px;
        color: #333;
        line-height: 28px;
        border-radius: 5px;
        background: none;
        border: 1px solid #CCC;
    }

        form.ilannarama input::-webkit-input-placeholder {
            color: #323232;
        }

    form.ilannarama button.btn {
        width: 34px;
        height: 27px;
        float: right;
        margin: -28px 0 0;
        padding: 0;
        color: #FFF;
        text-decoration: none;
        text-shadow: 1px 1px 2px #020B27;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #0093DD;
    }

#sys_btn_toogle_menu, #support {
    width: 40px;
    height: 40px;
    float: right;
    margin: 15px 0;
    padding: 0 4px;
    color: #FFF;
    font-size: 27px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,86,136,0.7);
    cursor: pointer;
    display: none;
}

#support {
    margin-right: 7px;
}

.main {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.main_slagon {
    width: 100%;
    float: left;
    margin: 0 0 -55px;
    padding: 0 0 10px;
    background: rgba(0,0,0,.5);
    position: relative;
    z-index: 1;
}

    .main_slagon ul {
        width: 88%;
        float: left;
        margin: 0 10%;
        padding: 0;
    }

        .main_slagon ul li {
            width: 33.333%;
            float: left;
            margin: 10px 1% 0;
            padding: 0 0 0 25px;
            color: #FFF;
            font-size: 25px;
            font-weight: 700;
            background-image: url(../../img/yellow-circle.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

            .main_slagon ul li:nth-child(1) {
                width: 27.333%;
            }

.sliderleft {
    width: 204px;
    height: 400px;
    background-image: url(../../img/sol_transparent.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 2;
}

.sliderright {
    width: 204px;
    height: 400px;
    position: absolute;
    z-index: 2;
    right: 0;
    margin-top: -400px;
    background-image: url(../../img/sag_transparent.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#owl-slider .item img {
    width: 100%;
    height: 400px;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 400px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#owl-slider .item .autoplayvideo {
    width: 100%;
    height: 400px;
    float: left;
    margin: 0;
    padding: 0;
    z-index: -1;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    #owl-slider .item .autoplayvideo video, #owl-slider .item .autoplayvideo video source {
        position: absolute;
        top: -99999px;
        bottom: -99999px;
        left: -99999px;
        right: -99999px;
        margin: auto;
        z-index: -1;
    }

        #owl-slider .item .autoplayvideo video source {
            display: block;
            background-color: blue;
        }

        #owl-slider .item .autoplayvideo video.hide {
            filter: Alpha(Opacity=0);
            opacity: 0;
        }

#owl-slider .owl-pagination {
    height: 0;
    position: relative;
    bottom: 45px;
}

#owl-slider.owl-theme .owl-controls .owl-page span {
    background-color: #666;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-slider .owl-controls .owl-page.active span {
    background-color: #000;
}

.search_form {
    width: 100%;
    float: left;
    margin: -275px 0 0;
    padding: 0;
    position: relative;
    z-index: 3;
}

    .search_form form {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .search_form form .form-top {
            width: 100%;
            float: left;
            margin: 0;
            padding: 15px;
            border-radius: 5px;
            background: rgba(0,0,0,.5);
        }

            .search_form form .form-top p {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #FFF;
                font-size: 23px;
                font-weight: 700;
                text-align: center;
            }

                .search_form form .form-top p em {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    color: #FC0;
                    font-size: 23px;
                    font-weight: 700;
                    font-style: normal;
                }

            .search_form form .form-top .formItem {
                width: 21%;
                float: left;
                margin: 9px 1% 0;
                padding: 0;
                position: relative;
            }

                .search_form form .form-top .formItem.formItemlg {
                    width: 30%;
                    margin-left: 0;
                }

                .search_form form .form-top .formItem input, .search_form form .form-top .formItem select {
                    width: 100%;
                    height: 44px;
                    float: left;
                    margin: 0;
                    padding: 0 0 0 6px;
                    color: #323232;
                    font-size: 15px;
                    font-weight: 400;
                    border-radius: 4px;
                    border: 1px solid #CCC;
                    background-color: #FFF;
                    background-repeat: no-repeat;
                    background-position: 96% center;
                    font-family: 'Exo 2',Tahoma,Arial;
                }

                    .search_form form .form-top .formItem input::-webkit-input-placeholder {
                        color: #323232;
                        font-size: 15px;
                        font-weight: 400;
                    }

                    .search_form form .form-top .formItem select.marker {
                        background-image: url(../../img/select_marker.png);
                    }

                    .search_form form .form-top .formItem input.date1 {
                        background-image: url(../../img/calendar.png);
                    }

        .search_form form .form-mobil {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 15px 15px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background: rgba(0,0,0,.5);
            display: none;
        }

            .search_form form .form-top button.btn, .search_form form .form-mobil button.btn {
                width: 98%;
                height: 44px;
                float: left;
                margin: 9px 1% 0;
                padding: 0;
                color: #FFF;
                font-size: 20px;
                font-weight: 700;
                border-radius: 5px;
                text-decoration: none;
                border: 1px solid #0093DD;
                background-color: #0093DD;
                box-shadow: inset 0 1px #B8D8F1,0 0 5px #000;
            }

                .search_form form .form-top button.btn:hover, .search_form form .form-mobil button.btn:hover {
                    text-decoration: none;
                    background: #24B8FF;
                }

            .search_form form .form-mobil button.btn {
                width: 99%;
                margin-top: 0;
                margin-left: 0;
            }

        .search_form form .form-bottom {
            width: 84%;
            float: left;
            margin: -1px 8% 0;
            padding: 10px 19px 10px 0;
            background: rgba(0,0,0,.5);
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
        }

            .search_form form .form-bottom input {
                vertical-align: middle;
            }

            .search_form form .form-bottom label {
                float: left;
                margin: 0 0 0 19px;
                padding: 0 0 0 19px;
                color: #fff;
                font-size: 13px;
                font-weight: 500;
                cursor: pointer;
            }

            .search_form form .form-bottom input[type="checkbox"] {
                position: absolute;
                z-index: -1000;
                left: -1000px;
                overflow: hidden;
                clip: rect(0 0 0 0);
                height: 1px;
                width: 1px;
                margin: -1px;
                padding: 0;
                border: 0;
            }

                .search_form form .form-bottom input[type="checkbox"] + label {
                    display: inline-block;
                    background-image: url(../../img/csscheckbox1.png);
                    background-repeat: no-repeat;
                    background-position: left center;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .search_form form .form-bottom input[type="checkbox"]:checked + label {
                    background-image: url(../../img/csscheckbox2.png);
                }

a[href='#nasilcalisir'] {
    width: 130px;
    position: relative;
    left: 50%;
    float: left;
    margin: 26px 0 0 -65px;
    display: block;
    padding: 5px 10px;
    color: #FFF;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0,147,221,0.69);
}

#nasilcalisir .modal-dialog {
    width: 800px;
}

#nasilcalisir img {
    width: 100%;
    height: 383px;
    float: left;
    margin: -3px 0 0;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.icon_caoursel {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 9px;
    background: #fff;
}

    .icon_caoursel #owl-iconcaoursel .item {
        margin: 8px 0 0;
    }

        .icon_caoursel #owl-iconcaoursel .item a {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            border-right: 1px #396ba5 dotted;
        }

            .icon_caoursel #owl-iconcaoursel .item a img {
                width: 100%;
                height: 71px;
                float: left;
                margin: 0;
                padding: 0;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .icon_caoursel #owl-iconcaoursel .item a span {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #000;
                font-size: 12px;
                line-height: 17px;
                text-align: center;
            }

#owl-iconcaoursel .owl-prev {
    position: absolute;
    top: 21px;
    left: -18px;
}

#owl-iconcaoursel .owl-next {
    position: absolute;
    top: 21px;
    right: -18px;
}

h1.bluetitle {
    width: 100%;
    float: left;
    margin: 22px 0 7px;
    padding: 15px 0;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0093DD;
    position: relative;
}

    h1.bluetitle::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        z-index: 1000;
        border-color: #0093DD transparent;
        border-style: solid;
        border-width: 10px 10px 0;
    }

h2.anabluetitle {
    width: 100%;
    float: left;
    margin: 22px 0 7px;
    padding: 15px 0;
    color: #FFF;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #0093DD;
    position: relative;
}

    h2.anabluetitle::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        z-index: 1000;
        border-color: #0093DD transparent;
        border-style: solid;
        border-width: 10px 10px 0;
    }


#owl-firsatslider {
    margin: 0;
    padding: 0 30px;
}

    #owl-firsatslider .item {
        margin: 0 7px;
    }

        #owl-firsatslider .item a {
            width: 100%;
            height: 200px;
            float: left;
            margin: 0;
            padding: 0;
            border-radius: 4px;
            border: 1px solid #CCC;
            background-color: #EEE;
            overflow: hidden;
            position: relative;
        }

            #owl-firsatslider .item a img {
                width: 100%;
                height: 136px;
                float: left;
                margin: 0;
                padding: 0;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

            #owl-firsatslider .item a .ItemRibbon {
                position: absolute;
                left: -5px;
                top: -5px;
                z-index: 1;
                overflow: hidden;
                width: 100px;
                height: 100px;
                text-align: right;
            }

                #owl-firsatslider .item a .ItemRibbon span {
                    font-size: 10px;
                    font-weight: 700;
                    color: #676767;
                    text-transform: uppercase;
                    text-align: center;
                    line-height: 20px;
                    transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    width: 135px;
                    display: block;
                    background: #aaaaab;
                    background: -moz-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
                    background: -webkit-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
                    background: linear-gradient(to bottom,#aaaaab 0%,#e4e4e4 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaab',endColorstr='#e4e4e4',GradientType=0);
                    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
                    position: absolute;
                    top: 28px;
                    left: -30px;
                }

                    #owl-firsatslider .item a .ItemRibbon span::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 100%;
                        z-index: -1;
                        border-left: 3px solid #aaaaab;
                        border-right: 3px solid transparent;
                        border-bottom: 3px solid transparent;
                        border-top: 3px solid #aaaaab;
                    }

                    #owl-firsatslider .item a .ItemRibbon span::after {
                        content: "";
                        position: absolute;
                        right: 0;
                        top: 100%;
                        z-index: -1;
                        border-left: 3px solid transparent;
                        border-right: 3px solid #aaaaab;
                        border-bottom: 3px solid transparent;
                        border-top: 3px solid #aaaaab;
                    }

            #owl-firsatslider .item a .fsliderdesc {
                width: 100%;
                float: left;
                margin: 4px 0 0;
                padding: 9px 7px;
                text-align: center;
                background-color: #fff;
                -webkit-transition: margin .35s ease;
                -moz-transition: margin .35s ease;
                -o-transition: margin .35s ease;
                transition: margin .35s ease;
            }

            #owl-firsatslider .item a:hover .fsliderdesc {
                margin: -40px 0 0;
            }

            #owl-firsatslider .item a .fsliderdesc b.descTitle {
                display: inline-block;
                margin: 0;
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                color: #1B9CBC;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                #owl-firsatslider .item a .fsliderdesc b.descTitle i {
                    margin: 0;
                    padding: 0;
                    color: #1B9CBC;
                }

            #owl-firsatslider .item a .fsliderdesc p {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                font-size: 12px;
                font-weight: 700;
                color: #333;
                line-height: 20px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

                #owl-firsatslider .item a .fsliderdesc p b {
                    display: inline;
                    margin: 0 4px 0 0;
                    padding: 0;
                    font-size: 15px;
                    font-weight: 700;
                    color: #333;
                    line-height: 20px;
                }

            #owl-firsatslider .item a .fsliderdesc ul {
                width: auto;
                float: left;
                margin: 15px 0 0 9px;
                padding: 0;
            }

                #owl-firsatslider .item a .fsliderdesc ul li {
                    float: left;
                    margin: 0;
                    padding: 6px 8px 4px 4px;
                    border-right: 1px solid #EEE;
                }

                    #owl-firsatslider .item a .fsliderdesc ul li:hover {
                        background-color: #EEE;
                    }

                    #owl-firsatslider .item a .fsliderdesc ul li span {
                        float: left;
                        margin: 0;
                        padding: 0;
                        color: #718452;
                        position: relative;
                    }

                        #owl-firsatslider .item a .fsliderdesc ul li span i {
                            padding: 0 4px 0 0;
                        }

            #owl-firsatslider .item a .fsliderdesc strong {
                float: right;
                margin: 15px 0 0 5px;
                padding: 0;
                color: #999;
                line-height: 28px;
            }

                #owl-firsatslider .item a .fsliderdesc strong em {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    font-size: 11px;
                    font-style: normal;
                }

    #owl-firsatslider .owl-prev {
        position: absolute;
        top: -8px;
        left: -15px;
    }

    #owl-firsatslider .owl-next {
        position: absolute;
        top: -8px;
        right: -15px;
    }

        #owl-firsatslider .owl-prev:hover, #owl-firsatslider .owl-next:hover {
            filter: Alpha(Opacity=80);
            opacity: .8;
        }

.section {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .section.white {
        padding: 0 15px 15px;
        border: 1px solid #CCC;
        background-color: #FFF;
    }

        .section.white.pright0 {
            padding-right: 0;
        }

        .section.white.paddingborder0 {
            padding: 0;
            border: none;
            background-color: #FFF;
        }

ul.whoweare {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0;
}

    ul.whoweare li {
        width: 100%;
        float: left;
        margin: 0 0 20px;
        padding: 0 15px;
        background-color: #fff;
        position: relative;
    }

    ul.whoweare > li::after {
        content: '';
        width: 55px;
        height: 55px;
        margin: 0 0 0 62px;
        position: absolute;
        bottom: -35px;
        left: 50%;
        right: 50%;
        z-index: 2;
        background-image: url(../../img/down_inner_section_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.noarr ul.whoweare > li::after {
    display: none;
}

ul.whoweare li.right {
    padding: 0 0 0 15px;
}

    ul.whoweare li.right::after {
        margin: 0 0 0 -120px;
    }

ul.whoweare li img {
    width: 205px;
    float: left;
    margin: 1px 15px 3px 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

ul.whoweare li.right img {
    float: right;
    margin: 0 0 0 15px;
}

ul.whoweare li h5 {
    margin-top: 20px;
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

ul.whoweare li.right h5 {
    text-align: right;
    margin-right: 35px;
}

ul.whoweare li p {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

ul.photos {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.photos li {
        width: 23%;
        float: left;
        margin: 0 1% 15px;
        padding: 0;
    }

    ul.photos.big li {
        width: 48%;
        float: left;
        margin: 15px 1%;
        padding: 0;
    }

    ul.photos li a {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.photos li a img {
            width: 100%;
            height: 150px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
        }

ul.ourteam, ul.mediapress {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

    ul.ourteam li, ul.mediapress li {
        width: 31.333%;
        float: left;
        margin: 0 1% 15px;
        padding: 0;
        text-align: center;
        background-color: #fff;
    }

        ul.ourteam li img, ul.mediapress li a img {
            width: 100%;
            height: 163px;
            float: left;
            margin: 0 0 5px;
            padding: 0;
            background-repeat: no-repeat;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            background-size: contain;
            background-position: center center;
        }

        ul.ourteam li img {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
        }

        ul.mediapress li a img {
            height: 80px;
        }

        ul.ourteam li strong {
            width: 100%;
            float: left;
            margin: 0 0 2px;
            padding: 0;
            font-size: 18px;
        }

        ul.ourteam li span, ul.mediapress li a span {
            width: 100%;
            float: left;
            margin: 0 0 5px;
            padding: 0;
            font-size: 13px;
        }

        ul.ourteam li hr, ul.mediapress li a hr {
            width: 96%;
            height: 1px;
            float: left;
            margin: 0 2% 7px;
            padding: 0;
            border: none;
            background-color: #ccc;
        }

        ul.ourteam li p, ul.mediapress li p {
            width: 100%;
            min-height: 36px;
            float: left;
            margin: 0 0 5px;
            padding: 0 5px;
            font-size: 13px;
            -ms-word-break: break-all;
            word-break: break-all;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            hyphens: auto;
        }

table.table.BankInformation {
    width: 100%;
    margin: 15px 0 0;
    border-collapse: collapse;
    border: 1px solid #CCC;
    border-top: none;
}

    table.table.BankInformation > tbody > tr > td {
        color: #000;
        padding: 6px;
        border: 1px solid #CCC;
        vertical-align: middle;
    }

        table.table.BankInformation > tbody > tr > td:nth-child(1) {
            background: #F7F7F7;
        }

        table.table.BankInformation > tbody > tr > td > img {
            width: 100%;
            max-width: 100%;
            height: 40px;
            max-height: 100%;
        }

form.paymentnotification, form.villaekle {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    display: table;
    border: 1px solid #ccc;
}

    form.paymentnotification .formtable, form.villaekle .formtable {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        display: table;
        border-bottom: 1px solid #ccc;
    }

        form.paymentnotification .formtable span, form.villaekle .formtable span {
            width: 35%;
            float: none;
            margin: 0;
            padding: 6px;
            color: #666;
            font-size: 14px;
            font-weight: 500;
            display: table-cell;
            vertical-align: middle;
            background-color: #F7F7F7;
            border-right: 1px solid #CCC;
        }

        form.paymentnotification .formtable input, form.paymentnotification .formtable textarea, form.paymentnotification .formtable select, form.villaekle .formtable input, form.villaekle .formtable textarea, form.villaekle .formtable select {
            width: 95%;
            float: left;
            margin: 7px 2.5%;
            padding: 6px 6px 6px 9px;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            display: table-cell;
            vertical-align: middle;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: 1px solid #c7c9cd;
            background-color: #f2f4f5;
            background-position: 98% center;
            text-shadow: 0 1px 0 rgba(255,255,255,1);
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.12);
            -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.12);
            box-shadow: inset 0 0 6px rgba(0,0,0,.12);
        }

            form.villaekle .formtable input::-webkit-input-placeholder {
                color: #999;
                font-size: 14px;
                font-weight: 400;
            }

        form.villaekle .formtable label {
            float: left;
            margin: 7px 0 0 19px;
            padding: 0 0 0 19px;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
        }

        form.villaekle .formtable input[type="checkbox"] {
            position: absolute;
            z-index: -1000;
            left: -1000px;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
            vertical-align: middle;
        }

            form.villaekle .formtable input[type="checkbox"] + label {
                display: inline-block;
                background-image: url(../../img/csscheckbox3.png);
                background-repeat: no-repeat;
                background-position: left center;
                vertical-align: middle;
                cursor: pointer;
            }

            form.villaekle .formtable input[type="checkbox"]:checked + label {
                background-image: url(../../img/csscheckbox4.png);
            }

        form.paymentnotification .formtable input.captchainput, form.villaekle .formtable input.captchainput {
            width: 45%;
        }

    form.paymentnotification button.btn, form.villaekle button.btn {
        width: auto;
        height: 34px;
        float: right;
        margin: 14px 2% 12px 0;
        padding: 0 9px;
        outline: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #5FAE25;
    }

ul.reviews_list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}

    ul.reviews_list li {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        padding: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #CCC;
    }

        ul.reviews_list li .reviews_list_item_info {
            width: 25%;
            float: left;
            margin: 0 1% 0 0;
            padding: 0;
        }

            ul.reviews_list li .reviews_list_item_info a {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                text-align: center;
            }

                ul.reviews_list li .reviews_list_item_info a img {
                    width: 100%;
                    height: 126px;
                    float: left;
                    margin: 0;
                    padding: 0;
                    background-repeat: no-repeat;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    background-size: cover;
                    background-position: center center;
                }

                ul.reviews_list li .reviews_list_item_info a span {
                    display: inline-block;
                    margin: 5px 0 0;
                    padding: 0 0 0 15px;
                    color: #1B9CBC;
                    font-size: 14px;
                    font-weight: 500;
                    font-style: normal;
                    line-height: 20px;
                    background-image: url(../../img/map-blue-icon.png);
                    background-repeat: no-repeat;
                    background-position: left center;
                }

                ul.reviews_list li .reviews_list_item_info a em {
                    width: 100%;
                    float: left;
                    margin: 0;
                    padding: 0;
                    color: #005883;
                    font-size: 14px;
                    font-style: normal;
                }

        ul.reviews_list li .reviews_list_item_testimonial {
            width: 73%;
            float: left;
            margin: 0 0 0 1%;
            padding: 0;
        }

            ul.reviews_list li .reviews_list_item_testimonial b {
                width: 100%;
                float: left;
                margin: 0 0 15px;
                padding: 7px 0 0 60px;
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                background-size: contain;
                background-position: left center;
            }

            ul.reviews_list li .reviews_list_item_testimonial span {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #000;
                font-size: 15px;
                font-weight: 700;
                line-height: 20px;
            }

                ul.reviews_list li .reviews_list_item_testimonial span i {
                    display: inline-block;
                    margin: 0 0 0 6px;
                    padding: 0;
                    color: #999;
                    font-size: 12px;
                    font-weight: 300;
                    font-style: normal;
                    line-height: 20px;
                }

            ul.reviews_list li .reviews_list_item_testimonial p {
                width: 100%;
                float: left;
                margin: 0 0 10px;
                padding: 0;
                color: #000;
                font-size: 14px;
                font-weight: 400;
            }

ul.section_tabs, ul.section_tabs4 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.section_tabs li, ul.section_tabs4 li {
        width: 49%;
        float: left;
        margin: 6px 0 0;
        padding: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        border: 1px solid #CCC;
        border-bottom: none;
        background-color: #EEE;
    }

    ul.section_tabs4 li {
        width: 24.25%;
        margin-right: 1%;
    }

        ul.section_tabs4 li:nth-child(4) {
            margin-right: 0;
        }

        ul.section_tabs li.active, ul.section_tabs4 li.active {
            margin-top: 0;
            padding: 3px 0;
            background-color: #fff;
        }

        ul.section_tabs li a span, ul.section_tabs4 li a span {
            width: 100%;
            float: left;
            margin: 0;
            padding: 4px 15px;
            color: #333;
            font-size: 17px;
            font-weight: 500;
            line-height: 2em;
        }

        ul.section_tabs4 li a span {
            padding: 4px;
            text-align: center;
        }

        ul.section_tabs li.active a span, ul.section_tabs4 li.active a span {
            font-weight: 700;
        }

    ul.section_tabs li a span i {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #cdcdcd;
    }

.skillbar {
    width: 100%;
    height: 50px;
    float: left;
    margin: 15px 0;
    padding: 0;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}

    .skillbar.green {
        background-color: #88cd2a;
    }

    .skillbar.blue {
        background-color: #00a8ff;
    }

    .skillbar.orange {
        background-color: #f0ad4e;
    }

    .skillbar.red {
        background-color: #fd5a5f;
    }

    .skillbar b {
        margin: 0;
        padding: 0 7px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        background-color: #eee;
        display: table-cell;
        vertical-align: middle;
    }

    .skillbar.green b {
        background-color: #7bb926;
    }

    .skillbar.blue b {
        background-color: #0098e6;
    }

    .skillbar.orange b {
        background-color: #d99c46;
    }

    .skillbar.red b {
        background-color: #e45156;
    }

    .skillbar span {
        margin: 0;
        padding: 0 7px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        display: table-cell;
        vertical-align: middle;
    }

.green ul, .blue ul, .orange ul, .red ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    border-top: 1px solid #CCC;
}

    .green ul li, .blue ul li, .orange ul li, .red ul li {
        width: 100%;
        float: left;
        margin: 0 0 10px;
        padding: 0 0 0 50px;
        font-size: 14px;
        color: #333;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .green ul li {
        background-image: url(../../img/sartlar1.png);
    }

    .blue ul li {
        background-image: url(../../img/sartlar2.png);
    }

    .orange ul li {
        background-image: url(../../img/sartlar3.png);
    }

    .red ul li {
        background-image: url(../../img/sartlar4.png);
    }

.signinblock {
    width: 100%;
    float: left;
    margin: 25px 0 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #CCC;
    -moz-box-shadow: 0 2px 4px #CCC;
    box-shadow: 0 2px 4px #CCC;
    border: 1px solid #CCC;
    background-color: #FFF;
    position: relative;
    z-index: 3;
}

.signintop {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: inset 1px 1px #FFF;
    -moz-box-shadow: inset 1px 1px #FFF;
    box-shadow: inset 1px 1px #FFF;
    background-color: #f7f7f7;
}

    .signintop h3 {
        display: block;
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 16px;
        font-weight: 700;
        text-shadow: 1px 1px #FFF;
    }

.signincontent {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 15px;
}

    .signincontent p {
        color: #4D99DA;
        font-size: 13px;
        font-weight: 400;
    }

    .signincontent form {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 20px;
    }

        .signincontent form span {
            width: 30%;
            float: left;
            margin: 9px 0 0;
            padding: 0;
            color: #666;
            font-size: 14px;
            font-weight: 700;
            line-height: 36px;
        }

        .signincontent form input {
            width: 60%;
            float: left;
            margin: 9px 0 0;
            padding: 0 0 0 10px;
            color: #333;
            font-size: 16px;
            line-height: 34px;
            border-width: 1px;
            border-style: solid;
            border-right: 1px solid #DFDFDF;
            border-color: #B2B2B2 #DFDFDF #DFDFDF;
            -webkit-box-shadow: 0 1px #FFF;
            -moz-box-shadow: 0 1px #FFF;
            box-shadow: 0 1px #FFF;
        }

        .signincontent form button.btn {
            width: auto;
            float: left;
            margin: 9px 0 0;
            padding: 9px 10px;
            color: #FFF;
            font-size: 15px;
            font-weight: 700;
            border: none;
            outline: none;
            background: none;
            line-height: 130%;
            text-decoration: none;
            background-color: #1F55FF;
            text-shadow: 1px 1px 2px #020B27;
            -webkit-box-shadow: 0 2px 2px #CCC;
            -moz-box-shadow: 0 2px 2px #CCC;
            box-shadow: 0 2px 2px #CCC;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .signincontent form a {
            width: auto;
            float: left;
            margin: 9px 0 0 10px;
            padding: 9px 10px;
            color: #FFF;
            font-size: 15px;
            font-weight: 700;
            border: none;
            outline: none;
            background: none;
            line-height: 130%;
            text-decoration: none;
            background-color: #666;
            text-shadow: 1px 1px 2px #333;
            -webkit-box-shadow: 0 2px 2px #CCC;
            -moz-box-shadow: 0 2px 2px #CCC;
            box-shadow: 0 2px 2px #CCC;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

.signinbottom {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 15px 5px;
    border-top: 1px solid #DDD;
    -webkit-box-shadow: inset 1px 1px #FFF;
    -moz-box-shadow: inset 1px 1px #FFF;
    box-shadow: inset 1px 1px #FFF;
    background-color: #f7f7f7;
}

    .signinbottom p {
        color: #666;
        font-size: 13px;
        font-weight: 400;
    }

.content {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

    .content.sectionleft {
        width: 49%;
        margin-right: 1%;
    }

    .content.sectionright {
        width: 49%;
        margin-top: 0;
        margin-left: 1%;
    }

        .content.sectionright img {
            width: 100%;
            height: 450px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
        }

ul.special_offers {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

    ul.special_offers li {
        width: 32.666%;
        float: left;
        margin: 15px 0 0 1%;
        padding: 0 10px;
        text-align: center;
        border-left: 1px solid #ccc;
    }

        ul.special_offers li:nth-child(1) {
            margin-left: 0;
            border-left: 0;
        }

        ul.special_offers li img {
            width: 100%;
            height: 172px;
            float: left;
            margin: 0 0 9px;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

        ul.special_offers li h3 {
            width: 100%;
            float: left;
            margin: 0 0 14px;
            padding: 0;
            color: #FFF;
            font-size: 20px;
            line-height: 31px;
            position: relative;
            background-color: #4b99db;
        }

            ul.special_offers li h3::before {
                content: '';
                width: 22px;
                height: 45px;
                position: absolute;
                top: 0;
                left: 0;
                background-image: url(../../img/title_left_snippets.png);
                background-repeat: no-repeat;
                background-position: center center;
            }

            ul.special_offers li h3::after {
                content: '';
                width: 22px;
                height: 31px;
                position: absolute;
                top: 0;
                right: 0;
                background-image: url(../../img/title_right_snippets.png);
                background-repeat: no-repeat;
                background-position: center center;
            }

#owl-holidayregions {
    margin: 0;
    padding: 0 30px;
}

    #owl-holidayregions .item {
        margin: 0 7px;
    }

        #owl-holidayregions .item a {
            width: 100%;
            height: 200px;
            float: left;
            margin: 0;
            padding: 0;
            border-radius: 4px;
            border: 1px solid #CCC;
            background-color: #EEE;
            box-shadow: 1px 1px 2px #CCC;
            overflow: hidden;
        }

            #owl-holidayregions .item a img {
                width: 100%;
                height: 200px;
                float: left;
                margin: 0;
                padding: 0;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

            #owl-holidayregions .item a .fsliderdesc {
                width: 100%;
                float: left;
                margin: -57px 0 0;
                padding: 9px 7px;
                text-align: center;
                background-color: #fff;
                -webkit-transition: margin .35s ease;
                -moz-transition: margin .35s ease;
                -o-transition: margin .35s ease;
                transition: margin .35s ease;
                background: rgba(0,0,0,.5);
            }

            #owl-holidayregions .item a:hover .fsliderdesc {
                margin: -110px 0 0;
            }

            #owl-holidayregions .item a .fsliderdesc strong {
                display: inline-block;
                margin: 0;
                padding: 0;
                color: #FFF;
                font-size: 17px;
                font-weight: 700;
                text-overflow: ellipsis;
                white-space: nowrap;

            }

                #owl-holidayregions .item a .fsliderdesc strong i {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    color: #FFF;
                }

            #owl-holidayregions .item a .fsliderdesc span {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                color: #84C225;
            }

            #owl-holidayregions .item a .fsliderdesc p {
                width: 100%;
                min-height: 48px;
                float: left;
                margin: 0;
                padding: 0;
                color: #fff;
                font-size: 12px;
                font-weight: 400;
                line-height: 140%;
            }

    #owl-holidayregions .owl-prev {
        position: absolute;
        top: -8px;
        left: -15px;
    }

    #owl-holidayregions .owl-next {
        position: absolute;
        top: -8px;
        right: -15px;
    }

        #owl-holidayregions .owl-prev:hover, #owl-holidayregions .owl-next:hover {
            filter: Alpha(Opacity=80);
            opacity: .8;
        }

ul.selectedvillas {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.selectedvillas li {
        width: 31.333%;
        float: left;
        margin: 20px 1% 0;
        padding: 0;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 0 transparent;
    }

        ul.selectedvillas li.cover {
            width: 48%;
            border-radius: 5px;
            border: 1px solid #FFF;
            box-shadow: 0 0 10px #666;
        }

        ul.selectedvillas li a {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            position: relative;
        }

            ul.selectedvillas li a img {
                width: 100%;
                height: 230px;
                float: left;
                margin: 0;
                padding: 0;
                border-radius: 5px;
                border: 1px solid #FFF;
                box-shadow: 0 0 10px #666;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

        ul.selectedvillas li.cover a img {
            height: 362px;
            border-radius: 0;
            border: none;
            box-shadow: 0 0 0 transparent;
        }

        ul.selectedvillas li a .ItemRibbon {
            position: absolute;
            left: -5px;
            top: -5px;
            z-index: 1;
            overflow: hidden;
            width: 100px;
            height: 100px;
            text-align: right;
        }

            ul.selectedvillas li a .ItemRibbon span {
                font-size: 13px;
                font-weight: 700;
                color: #676767;
                text-transform: uppercase;
                text-align: center;
                line-height: 20px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-47deg);
                width: 135px;
                display: block;
                background: #aaaaab;
                background: -moz-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
                background: -webkit-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
                background: linear-gradient(to bottom,#aaaaab 0%,#e4e4e4 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaab',endColorstr='#e4e4e4',GradientType=0);
                box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
                position: absolute;
                top: 28px;
                left: -30px;
                padding: 3px 0 2px;
            }

                ul.selectedvillas li a .ItemRibbon span::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid #aaaaab;
                    border-right: 3px solid transparent;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #aaaaab;
                }

                ul.selectedvillas li a .ItemRibbon span::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 100%;
                    z-index: -1;
                    border-left: 3px solid transparent;
                    border-right: 3px solid #aaaaab;
                    border-bottom: 3px solid transparent;
                    border-top: 3px solid #aaaaab;
                }

        ul.selectedvillas li a .ItemBrand {
            width: 71px;
            height: 44px;
            float: right;
            margin: -215px 20px 0 0;
            padding: 0;
            background-image: url(../../img/brand.png);
            background-repeat: no-repeat;
            background-position: center center;
            position: relative;
        }

        ul.selectedvillas li.cover a .ItemBrand {
            width: 120px;
            height: 74px;
            margin: -350px 20px 0 0;
            background-image: url(../../img/brand_large.png);
        }

        ul.selectedvillas li a .ItemBrand span {
            width: 260px;
            margin: 0;
            padding: 9px 7px;
            color: #fff;
            font-size: 11px;
            position: absolute;
            top: -75px;
            left: 10px;
            z-index: 9999;
            background-color: #000;
            display: none;
        }

            ul.selectedvillas li a .ItemBrand span::after {
                content: "\f0d7";
                color: #000;
                margin: 0;
                padding: 0;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: 24px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                bottom: -14px;
                left: 16px;
            }

        ul.selectedvillas li a .ItemBrand:hover span {
            display: block;
        }

        ul.selectedvillas li a .villas_desc {
            width: 100%;
            float: left;
            margin: 10px 0 0;
            padding: 0;
        }

        ul.selectedvillas li.cover a .villas_desc {
            width: 100%;
            float: left;
            margin: -80px 0 0;
            padding: 0 10px;
        }

        ul.selectedvillas li a .villas_desc .titlelocation {
            width: 69%;
            float: left;
            margin: 0 1% 0 0;
            padding: 0;
        }

            ul.selectedvillas li a .villas_desc .titlelocation h3 {
                width: 100%;
                height: auto;
                max-height: 40px;
                float: left;
                margin: 0 0 5px;
                padding: 0;
                color: #333;
                font-size: 16px;
                line-height: 20px;
                font-weight: 700;
                text-shadow: 1px 1px #FFF;
                overflow: hidden;
            }

        ul.selectedvillas li.cover a .villas_desc .titlelocation h3 {
            color: #FFF;
            font-size: 22px;
            text-shadow: 1px 1px #333;
        }

        ul.selectedvillas li a .villas_desc .titlelocation p {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            color: #333;
            font-size: 14px;
            text-shadow: 1px 1px #fff;
            white-space: normal;
        }

        ul.selectedvillas li a .villas_desc .titlelocation p i {
            margin: 0 5px 0 0;
            padding: 0 0 0 0;
            color: #333;
        }

        ul.selectedvillas li.cover a .villas_desc .titlelocation p {
            color: #FFF;
            text-shadow: 1px 1px #333;
        }

        ul.selectedvillas li.cover a .villas_desc .titlelocation p i {
            color: #ffffff;
        }

        ul.selectedvillas li a .villas_desc .price {
            width: 29%;
            float: left;
            margin: 0 0 0 1%;
            padding: 0;
        }

        ul.selectedvillas li.cover a .villas_desc .price {
            padding: 9px 0;
            border-radius: 5px;
            background-color: #7BB113;
        }

        ul.selectedvillas li a .villas_desc .price span {
            width: 100%;
            float: left;
            margin: 0 0 2px;
            padding: 0;
            color: #06C;
            font-size: 19px;
            font-weight: 700;
            line-height: 25px;
            text-align: center;
        }

        ul.selectedvillas li.cover a .villas_desc .price span {
            font-size: 27px;
            color: #fff;
        }

        ul.selectedvillas li a .villas_desc .price em {
            width: 100%;
            float: left;
            margin: 0 0 2px;
            padding: 0;
            color: #06C;
            font-size: 15px;
            font-weight: 700;
            line-height: 18px;
            font-style: normal;
            text-align: center;
        }

        ul.selectedvillas li.cover a .villas_desc .price em {
            color: #fff;
            font-size: 13px;
            padding: 0 6px;
        }

        ul.selectedvillas li a .villas_desc .price p {
            float: left;
            margin: 0 0 0 18px;
            padding: 0 0 0 18px;
            color: #FFF;
            font-size: 14px;
            font-weight: 500;
            white-space: normal;
            background-image: url(../../img/map-white-icon.png);
            background-repeat: no-repeat;
            background-position: left center;
            display: none;
        }

button.btn.load_more {
    width: 100%;
    float: left;
    margin: 20px 0 25px;
    padding: 8px 0;
    background: none;
    border-radius: 1px;
    text-align: center;
    background-color: #3B9BF1;
    border: 1px solid #0093DD;
    box-shadow: inset 0 1px #B8D8F1,0 0 5px #000;
}

    button.btn.load_more span {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #FFF;
        font-size: 22px;
        font-weight: 700;
    }

        button.btn.load_more span i {
            display: inline-block;
            margin: 0 5px 0 0;
            padding: 0;
            color: #FFF;
            font-size: 20px;
        }

.section h4.title2 {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #635e5b;
    line-height: 21px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-align: center;
    position: relative;
}

    .section h4.title2::before {
        content: '';
        width: 190px;
        height: 1px;
        position: absolute;
        top: 11px;
        left: 50%;
        right: 50%;
        margin-left: -375px;
        background-color: #ccc;
    }

    .section h4.title2::after {
        content: '';
        width: 190px;
        height: 1px;
        position: absolute;
        top: 11px;
        left: 50%;
        right: 50%;
        margin-left: 175px;
        background-color: #ccc;
    }

#owl-lastcomments .item {
    margin: 0 15px;
}

    #owl-lastcomments .item a {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

        #owl-lastcomments .item a .comments_img {
            width: 205px;
            height: 205px;
            margin: 0 auto;
            padding: 0;
            display: table;
        }

            #owl-lastcomments .item a .comments_img img {
                width: 100%;
                height: 205px;
                margin: 0 auto;
                padding: 0;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

        #owl-lastcomments .item a em.refno {
            margin: 0 auto;
            padding: 6px;
            display: table;
            color: #FFF;
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            border-radius: 10px;
            background-color: #7BB113;
            position: relative;
            top: -49px;
        }

        #owl-lastcomments .item a .commentscaption {
            width: 100%;
            height: auto;
            float: left;
            margin: -30px 0 0;
            padding: 7px;
            border: 2px solid #dbdbdb;
            position: relative;
        }

            #owl-lastcomments .item a .commentscaption .chevron {
                width: 30px;
                height: 15px;
                position: absolute;
                top: -15px;
                left: -webkit-calc(50% - 15px);
                left: calc(50% - 15px);
                overflow: hidden;
            }

                #owl-lastcomments .item a .commentscaption .chevron div {
                    width: 20px;
                    height: 20px;
                    position: relative;
                    top: 5px;
                    left: 5px;
                    background-color: #fff;
                    border: 2px solid #dbdbdb;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

            #owl-lastcomments .item a .commentscaption b {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0 0 0 40px;
                background-repeat: no-repeat;
                background-image: url(../../img/quote-icon.jpg);
                background-position: left center;
            }

                #owl-lastcomments .item a .commentscaption b em {
                    width: 100%;
                    float: left;
                    margin: 0;
                    padding: 0;
                    font-size: 12px;
                    color: #353e44;
                    font-style: normal;
                }

                #owl-lastcomments .item a .commentscaption b span.puan {
                    width: 20px;
                    height: 20px;
                    float: left;
                    margin: 0;
                    padding: 0;
                    background-image: url(../../img/stars.png);
                    background-repeat: repeat-x;
                }

                #owl-lastcomments .item a .commentscaption b span.puan2 {
                    width: 40px;
                }

                #owl-lastcomments .item a .commentscaption b span.puan3 {
                    width: 60px;
                }

                #owl-lastcomments .item a .commentscaption b span.puan4 {
                    width: 80px;
                }

                #owl-lastcomments .item a .commentscaption b span.puan5 {
                    width: 100px;
                }

            #owl-lastcomments .item a .commentscaption p {
                width: 100%;
                height: 55px;
                float: left;
                margin: 5px 0 0;
                padding: 0;
                color: #353e44;
                font-size: 12px;
                text-align: center;
                overflow: hidden;
            }

            #owl-lastcomments .item a .commentscaption i {
                float: right;
                margin: 0;
                padding: 0 12px 0 0;
                color: #353e44;
                font-size: 12px;
                font-weight: 700;
            }

#owl-lastcomments .owl-prev {
    position: absolute;
    top: -68px;
    left: -15px;
}

#owl-lastcomments .owl-next {
    position: absolute;
    top: -68px;
    right: -15px;
}

.solitionspartner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

#owl-solutionpartners {
    height: 82px;
    margin: 10px 0;
}

    #owl-solutionpartners .item img {
        width: 100%;
        height: 82px;
        float: left;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    #owl-solutionpartners .owl-prev {
        position: absolute;
        top: -85px;
        left: -7px;
    }

    #owl-solutionpartners .owl-next {
        position: absolute;
        top: -85px;
        right: -7px;
    }

.footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 30px;
    background-image: url(../../img/footer_back.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.footercontainer {
    width: 18%;
    float: left;
    margin: 20px 1% 0;
    padding: 0;
}

.mobilsocialmedia {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    display: none;
}

    .footercontainer h4, .mobilsocialmedia h4 {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        padding: 0;
        color: #999;
        font-size: 17px;
        font-weight: 700;
    }

.footercontainer ul, .footercontainer ul.fsocialmedia {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.mobilsocialmedia ul.fsocialmedia {
    width: 260px;
    float: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.footercontainer ul li {
    width: 100%;
    float: left;
    margin: 0 0 4px;
    padding: 0;
}

    .footercontainer ul li a {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14px;
        color: #FFF;
    }

.footercontainer ul.fsocialmedia li, .mobilsocialmedia ul.fsocialmedia li {
    width: 31.333%;
    float: left;
    margin: 0 1% 9px;
    padding: 0;
}

.mobilsocialmedia ul.fsocialmedia li {
    width: 18%;
}

    .footercontainer ul.fsocialmedia li a img, .mobilsocialmedia ul.fsocialmedia li a img {
        width: 41px;
        height: 41px;
        margin: 0;
        padding: 0;
        filter: Alpha(Opacity=50);
        opacity: .5;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .footercontainer ul.fsocialmedia li a:hover img, .mobilsocialmedia ul.fsocialmedia li a:hover img {
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        filter: Alpha(Opacity=100);
        opacity: 1;
    }

form.mail-list {
    width: 440px;
    float: none;
    margin: 30px auto 0;
    padding: 0;
    display: table;
}

    form.mail-list input {
        width: 360px;
        height: 46px;
        float: left;
        margin: 9px 0 0;
        padding: 0 7px;
        color: #999;
        font-size: 23px;
        line-height: 44px;
        border-radius: 6px;
        border: 1px solid #444;
        background-color: #292929;
    }

        form.mail-list input::-webkit-input-placeholder {
            color: #999;
            font-size: 23px;
        }

    form.mail-list button.btn {
        width: auto;
        float: left;
        margin: 9px 0 0 15px;
        padding: 11.5px 14px;
        color: #FFF;
        font-size: 15px;
        font-weight: 700;
        border-radius: 6px;
        background: none;
        background-color: #1F55FF;
        text-shadow: 1px 1px 2px #020B27;
    }

ul.payment {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
}

    ul.payment li {
        width: 15.6%;
        float: left;
        margin: 7px .5% 0;
        padding: 0;
    }

        ul.payment li.mobildegoster {
            width: 100%;
            display: none;
        }

        ul.payment li img {
            width: 100%;
            height: 57px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            background-size: contain;
            background-position: center center;
        }

        ul.payment li.mobildegoster img {
            height: 32px;
        }

.footer p {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    color: #999;
    font-size: 13px;
    text-align: center;
}

ul.postlogo {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}

    ul.postlogo li {
        width: 22%;
        display: inline-block;
        float: none;
        margin: 0 0 25px;
        padding: 0;
    }

        ul.postlogo li img {
            width: 100%;
            height: 48px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

.footer-links {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
}

    .footer-links a {
        display: inline-block;
        margin: 0 0 5px;
        padding: 0 6px;
        color: #999;
        line-height: 100%;
        border-right: 1px solid #000;
    }

#callus {
    width: 100px;
    height: 115px;
    padding: 7px;
    background-color: #7BB113;
    border-radius: 4px 0 0 4px;
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 9999;
}

    #callus b {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;
    }

    #callus span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 23px;
        text-align: center;
    }

.article {
    width: 74%;
    float: right;
    margin: 20px 0 0 1%;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

    .article.SearchFormControl {
        overflow: hidden;
    }

    .article.inner_page {
        background-color: transparent;
        padding: 0 15px 20px;
    }

        .article.inner_page.paddingbottom {
            padding: 0 0 20px;
        }

        .article.inner_page .whitebox {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 0 20px;
            background-color: #fff;
        }

            .article.inner_page .whitebox h1.blacktittle {
                width: 100%;
                float: left;
                margin: 0;
                padding: 15px 0;
                color: #fff;
                font-size: 32px;
                font-weight: 700;
                text-align: center;
                background: #333;
            }

            .article.inner_page .whitebox #tanitim_videosu {
                width: 100%;
                height: 100%;
                margin: 0 0 10px;
                padding: 0;
            }

ul.breadcrumb {
    width: 100%;
    margin: 0;
    padding: 15px 0 0 12px;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
}

    ul.breadcrumb li {
        float: left;
        margin: 0 .7em 0 1em;
        text-align: left !important;
    }

.breadcrumb > li + li:before {
    display: none;
}

ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -18px;
    border-width: 18px 0 18px 18px;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -18px;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

ul.breadcrumb li a:hover::before {
    border-color: #99db76 #99db76 #99db76 transparent;
}

ul.breadcrumb li a {
    background: #ddd;
    padding: 9px 18px;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
}

    ul.breadcrumb li a:hover {
        background: #99db76;
    }

    ul.breadcrumb li a::after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -18px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #ddd;
        right: -18px;
        -webkit-transition: border-color .3s ease;
        -moz-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease;
    }

    ul.breadcrumb li a:hover::after {
        border-left-color: #99db76;
    }

select.sort-order-menu {
    width: 200px;
    height: 36px;
    float: right;
    margin: -36px 10px 0 0;
    padding: 0 0 0 10px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #CCC;
}

.ribbon {
    width: 100%;
    float: left;
    margin: 9px 0 0;
    padding: 9px 0 9px 35px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    background: #f5f5f5;
    background: -moz-linear-gradient(top,#f5f5f5 0%,#e6e4e2 100%);
    background: -webkit-linear-gradient(top,#f5f5f5 0%,#e6e4e2 100%);
    background: linear-gradient(to bottom,#f5f5f5 0%,#e6e4e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#e6e4e2',GradientType=0);
}

    .ribbon strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #047EBF;
        font-size: 24px;
        font-weight: 700;
    }

.search_result_container {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0 10px;
}

.shortdescription {
    width: 100%;
    height: 160px;
    float: left;
    margin: 0;
    padding: 0px 5px 0;
    overflow: hidden;
    background: #111;
    background: -moz-linear-gradient(top,#111 0,#eee 100%);
    background: -webkit-linear-gradient(top,#111 0,#eee 100%);
    background: linear-gradient(to bottom,#111 0,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',endColorstr='#eeeeee',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .shortdescription.fadeIn {
        height: auto;
        -webkit-text-fill-color: #5e5e5e;
    }

    .shortdescription p {
        color: #5e5e5e;
        font-size: 14px;
        line-height: 17px;
    }

    .shortdescription img {
        width: 20%;
        float: left;
        margin: 0;
        padding: 0 12px 0 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

a.description-shorter_display {
    float: right;
    margin: 5px 20px 15px 0;
    padding: 0;
    color: #0093DD;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
}

    a.description-shorter_display::after {
        content: "\2b";
        color: #5e5e5e;
        float: left;
        margin: 0 3px 0 0;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

a.description-shorter_hide {
    float: right;
    margin: 5px -116px 15px 0;
    padding: 0;
    color: #0093DD;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    cursor: pointer;
    visibility: hidden;
}

    a.description-shorter_hide::after {
        content: "\2212";
        color: #5e5e5e;
        float: left;
        margin: 0 3px 0 0;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.search_result_list {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 3px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
    background-color: #FFF;
}

    .search_result_list:hover {
        border: 1px solid #FDC051;
        -webkit-box-shadow: 0 0 5px #FFFFCA;
        -moz-box-shadow: 0 0 5px #FFFFCA;
        box-shadow: 0 0 5px #FFFFCA;
        background-color: #FFFFCA;
    }

    .search_result_list .search_result_item_gallery {
        width: 38%;
        height: 200px;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
    }

.owl-ItemGallery.owl-carousel.owl-theme .item img {
    width: 100%;
    height: 200px;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.owl-ItemGallery .owl-prev {
    position: absolute;
    top: 87px;
    left: 0;
    z-index: 2;
}

.owl-ItemGallery .owl-next {
    position: absolute;
    top: 87px;
    right: 0;
    z-index: 2;
}

.owl-ItemGallery .owl-prev img {
    background-image: url(../../img/prev4.png);
}

.owl-ItemGallery .owl-next img {
    background-image: url(../../img/next4.png);
}

.owl-ItemGallery .owl-prev img, .owl-ItemGallery .owl-next img {
    width: 26px;
    height: 26px;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: background-position .3s ease;
    -moz-transition: background-position .3s ease;
    -o-transition: background-position .3s ease;
    transition: background-position .3s ease;
}

.owl-ItemGallery .owl-prev:hover img, .owl-ItemGallery .owl-next:hover img {
    background-position: bottom center;
}

.search_result_list .search_result_item_gallery span.puan {
    width: 20px;
    height: 20px;
    float: right;
    margin: -190px 7px 0 0;
    padding: 0;
    background-image: url(../../img/stars.png);
    background-repeat: repeat-x;
    position: relative;
    z-index: 2;
}

.search_result_list .search_result_item_gallery span.puan0 {
    width: 0;
}

.search_result_list .search_result_item_gallery span.puan2 {
    width: 40px;
}

.search_result_list .search_result_item_gallery span.puan3 {
    width: 60px;
}

.search_result_list .search_result_item_gallery span.puan4 {
    width: 80px;
}

.search_result_list .search_result_item_gallery span.puan5 {
    width: 100px;
}

.search_result_list .search_result_item_gallery .ItemRibbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right;
}

    .search_result_list .search_result_item_gallery .ItemRibbon span {
        font-size: 10px;
        font-weight: 700;
        color: #676767;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 135px;
        display: block;
        background: #aaaaab;
        background: -moz-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
        background: -webkit-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
        background: linear-gradient(to bottom,#aaaaab 0%,#e4e4e4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaab',endColorstr='#e4e4e4',GradientType=0);
        box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
        position: absolute;
        top: 28px;
        left: -30px;
    }

        .search_result_list .search_result_item_gallery .ItemRibbon span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #aaaaab;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #aaaaab;
        }

        .search_result_list .search_result_item_gallery .ItemRibbon span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #aaaaab;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #aaaaab;
        }

.search_result_list .search_result_item_gallery strong {
    width: auto;
    height: 32px;
    float: left;
    margin: -39px 0 0;
    padding: 0 12px 0 10px;
    color: #fff;
    line-height: 32px;
    background-color: #b53737;
    position: relative;
    z-index: 2;
}

    .search_result_list .search_result_item_gallery strong:after {
        content: "";
        display: block;
        position: absolute;
        right: -20px;
        top: 0;
        width: 10px;
        border: 16px solid #b53737;
        border-left-width: 7px;
        border-right-color: transparent;
    }

.search_result_list .search_result_item_gallery .ItemBrand {
    width: 71px;
    height: 44px;
    float: right;
    margin: -50px 7px 0 0;
    padding: 0;
    background-image: url(../../img/brand.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}

    .search_result_list .search_result_item_gallery .ItemBrand span {
        width: 260px;
        margin: 0;
        padding: 9px 7px;
        color: #fff;
        font-size: 11px;
        position: absolute;
        top: -75px;
        left: 10px;
        z-index: 9999;
        background-color: #000;
        display: none;
    }

        .search_result_list .search_result_item_gallery .ItemBrand span::after {
            content: "\f0d7";
            color: #000;
            margin: 0;
            padding: 0;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 24px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            bottom: -14px;
            left: 16px;
        }

    .search_result_list .search_result_item_gallery .ItemBrand:hover span {
        display: block;
    }

.search_result_list .search_result_item_desc {
    width: 62%;
    min-height: 200px;
    height: auto;
    float: left;
    margin: 0;
    padding: 0 7px;
}

    .search_result_list .search_result_item_desc .result_item_detail {
        width: 68%;
        float: left;
        margin: 0 1% 0 0;
        padding: 10px 5px 5px;
        border-right: 1px solid #CCC;
    }

        .search_result_list .search_result_item_desc .result_item_detail h2 {
            width: 100%;
            min-height: 42px;
            float: left;
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 17px;
            font-weight: 700;
            line-height: 22px;
        }

        .search_result_list .search_result_item_desc .result_item_detail em {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 14px;
            font-weight: 300;
            font-style: normal;
        }

        .search_result_list .search_result_item_desc .result_item_detail span {
            width: 100%;
            float: left;
            margin: 3px 0 0;
            padding: 0;
            color: #333;
            font-size: 14px;
            font-weight: 300;
            line-height: 30px;
            border-top: 1px solid #CCC;
        }

            .search_result_list .search_result_item_desc .result_item_detail span b {
                display: inline-block;
                margin: 0;
                padding: 0;
                color: #A4C3DD;
                font-size: 16px;
                font-weight: 700;
                line-height: 30px;
            }

    .search_result_list .search_result_item_desc .result_item_price {
        width: 30%;
        float: left;
        margin: 0 0 0 1%;
        padding: 9px 0 0;
    }

        .search_result_list .search_result_item_desc .result_item_price p {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            color: #4D99DA;
            font-size: 14px;
            font-weight: 700;
            line-height: 15px;
            text-align: center;
            letter-spacing: -1px;
        }

            .search_result_list .search_result_item_desc .result_item_price p i {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #4D99DA;
                font-size: 29px;
                font-weight: 700;
                line-height: 37px;
                text-align: center;
                font-style: normal;
            }

        .search_result_list .search_result_item_desc .result_item_price a.price_link, .search_result_list .search_result_item_desc a.mblprice_link {
            width: 100%;
            float: left;
            margin: 10px 0 0;
            padding: 9px 0;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            line-height: 14px;
            text-align: center;
            font-style: normal;
            border-radius: 4px;
            text-decoration: none;
            background-color: #4D99DA;
            -webkit-transition: background-color .3s ease;
            -moz-transition: background-color .3s ease;
            -o-transition: background-color .3s ease;
            transition: background-color .3s ease;
        }

            .search_result_list:hover .search_result_item_desc .result_item_price a.price_link:hover, .search_result_list .search_result_item_desc a.mblprice_link:hover {
                background-color: #005883;
            }

    .search_result_list .search_result_item_desc a.mblprice_link {
        display: none;
    }

    .search_result_list .search_result_item_desc .result_item_price em.commtens_length {
        width: auto;
        float: right;
        margin: 9px 15px 0 0;
        padding: 0 0 0 32px;
        color: #333;
        font-weight: 300;
        font-style: italic;
        background-image: url(../../img/comments_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

        .search_result_list .search_result_item_desc .result_item_price em.commtens_length b {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #333;
            font-weight: 700;
            font-style: italic;
        }

ul.result_item_property {
    width: 100%;
    float: left;
    margin: 9px 0 0;
    padding: 9px 0 0;
    border-top: 1px solid #CCC;
}

    ul.result_item_property li {
        width: 17.5%;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        border-left: 1px solid #ddd;
    }

        ul.result_item_property li.calendar_icon {
            width: 30%;
            border-left: none;
        }

            ul.result_item_property li.calendar_icon a {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0 0 0 25px;
                text-decoration: none;
                background-image: url(../../img/calendar2.png);
                background-repeat: no-repeat;
                background-position: 10px center;
            }

    ul.result_item_property em {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 12px;
        font-style: normal;
    }

    ul.result_item_property strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 15px;
        font-weight: 700;
    }

    ul.result_item_property li.calendar_icon strong {
        color: #5FAE25;
    }

.sidebar {
    width: 24%;
    float: right;
    margin: 20px 1% 0 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.article button#searchopen {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    font-size: 19px;
    color: #FFF;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
    background: none;
    background-color: #4C88AB;
    text-shadow: 1px 2px 0 rgba(0,0,0,0.4);
    display: none;
}

    .article button#searchopen::before {
        content: "\f103";
        width: 70px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        margin: 0 0 0 84px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 27px;
        line-height: 45px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .article button#searchopen.closed::before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

form.mini_search, form.mobil_search {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 10px;
    background: rgba(52,44,44,0.8);
}

form.mobil_search {
    margin-top: -500px;
    -webkit-transition: margin-top .5s ease;
    -moz-transition: margin-top .5s ease;
    -o-transition: margin-top .5s ease;
    transition: margin-top .5s ease;
    display: none;
}

    form.mobil_search.opened {
        margin-top: 0;
        -webkit-transition: margin-top .5s ease;
        -moz-transition: margin-top .5s ease;
        -o-transition: margin-top .5s ease;
        transition: margin-top .5s ease;
    }

    form.mini_search p, form.mobil_search p {
        width: 99%;
        float: left;
        margin: 0 0 0 1%;
        padding: 0;
        color: #FFF;
        font-size: 21px;
        font-weight: 700;
        text-align: center;
    }

        form.mini_search p b, form.mobil_search p b {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #FC0;
            font-size: 21px;
            font-weight: 700;
        }

    form.mini_search input, form.mini_search select, form.mobil_search input, form.mobil_search select {
        width: 96%;
        height: 34px;
        float: left;
        margin: 9px 2% 0;
        padding: 0 0 0 6px;
        color: #323232;
        font-size: 14px;
        font-weight: 400;
        border-radius: 4px;
        border: 1px solid #CCC;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position: 96% center;
        font-family: 'Exo 2',Tahoma,Arial;
    }

        form.mini_search input::-webkit-input-placeholder, form.mobil_search input::-webkit-input-placeholder {
            color: #999;
        }

    form.mobil_search select {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

form.mini_search select.marker {
    width: 98%;
    margin: 9px 1% 0;
    background-image: url(../../img/select_marker.png);
}

form.mobil_search select.marker {
    background-image: url(../../img/select_marker.png);
}

form.mini_search input.date1, form.mobil_search input.date1 {
    background-image: url(../../img/calendar.png);
}

form.mini_search label, form.mobil_search label {
    width: 96%;
    float: left;
    margin: 9px 2% 0;
    padding: 0 0 0 19px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

form.mobil_search label {
    width: auto;
    margin: 9px 1% 0;
}

form.mini_search input[type="checkbox"], form.mobil_search input[type="checkbox"] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    form.mini_search input[type="checkbox"] + label, form.mobil_search input[type="checkbox"] + label {
        display: inline-block;
        background-image: url(../../img/csscheckbox1.png);
        background-repeat: no-repeat;
        background-position: left center;
        vertical-align: middle;
        cursor: pointer;
    }

    form.mini_search input[type="checkbox"]:checked + label, form.mobil_search input[type="checkbox"]:checked + label {
        background-image: url(../../img/csscheckbox2.png);
    }

form.mini_search button.btn, form.mobil_search button.btn {
    width: 96%;
    height: 34px;
    float: left;
    margin: 9px 2% 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 19px;
    color: #fff;
    border: 1px solid #0093DD;
    box-shadow: inset 0 1px #B8D8F1,0 0 5px #000;
    background-color: #24B8FF;
}

form.mobil_search button.btn {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

.sidebarNav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 9px 20px 12px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
}

    .sidebarNav h6 {
        width: 100%;
        float: left;
        margin: 20px 0 0;
        padding: 0;
        color: #414040;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        text-shadow: 1px 1px #FFF;
    }

        .sidebarNav h6 i {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #414040;
            font-size: 13px;
            line-height: 25px;
            text-shadow: 1px 1px #FFF;
        }

    .sidebarNav ul {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .sidebarNav ul li {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 0 0 24px;
        }

            .sidebarNav ul li a {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #428bca;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
                text-shadow: 1px 1px #FFF;
            }

.register_now {
    width: 100%;
    float: left;
    margin: 10px 0 11px;
    padding: 0 0 20px;
    background-color: #309ec1;
    position: relative;
}

    .register_now::after {
        content: '';
        width: 100%;
        height: 11px;
        position: absolute;
        bottom: -11px;
        left: 0;
        background-image: url(../../img/register_now_shadow.png);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .register_now a span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 7px 5px 7px 20px;
        font-size: 15px;
        color: #fff;
        background-color: #34a6cb;
        border-bottom: 2px solid #2f9dc0;
    }

    .register_now a p {
        width: 100%;
        float: left;
        margin: 10px 0 0;
        padding: 0 5px 0 21px;
        font-size: 21px;
        color: #fff;
    }

    .register_now a b {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 0 30px;
        font-size: 27px;
        color: #fff;
    }

    .register_now a i {
        width: auto;
        float: left;
        margin: 15px 0 0 21px;
        padding: 0 20px 0 35px;
        font-size: 14px;
        color: #2D394A;
        font-weight: 700;
        font-style: normal;
        line-height: 40px;
        border-radius: 5px;
        background-color: #fff;
        background-image: url(../../img/register_now_icon.png);
        background-repeat: no-repeat;
        background-position: 7px center;
    }

.support_banner {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 12px 10px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
}

    .support_banner p {
        width: 100%;
        float: left;
        margin: 0 0 7px;
        padding: 0;
        font-size: 16px;
        text-shadow: 1px 1px #FFF;
    }

    .support_banner img {
        width: 100%;
        height: 227px;
        float: left;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        background-position: center center;
    }

    .support_banner span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-align: center;
        text-shadow: 1px 1px #FFF;
    }

.classFieldFullDetail {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}

.classFieldDetailTopBar {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
    background-color: #fff;
}

    .classFieldDetailTopBar.absolute {
        margin: 0;
        position: absolute;
        top: 0;
        z-index: 19;
    }

    .classFieldDetailTopBar a.goBack {
        float: left;
        margin: 0;
        padding: 0;
        color: #00a6cf;
        font-size: 15px;
        line-height: 32px;
    }

    .classFieldDetailTopBar ul.sharethis {
        float: right;
        margin: 0;
        padding: 0;
    }

ul.mobilsharethis {
    width: 140px;
    float: none;
    margin: 0 auto;
    padding: 0;
}

    .classFieldDetailTopBar ul.sharethis li, ul.mobilsharethis li {
        float: left;
        margin: 0 0 0 3px;
        padding: 0;
    }

        .classFieldDetailTopBar ul.sharethis li a img, ul.mobilsharethis li a img {
            width: 32px;
            height: 32px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

.classFieldDetailTopBar.absolute a.goBack, .classFieldDetailTopBar.absolute ul.sharethis {
    display: none;
}

.classFieldDetailTopBar h1 {
    width: 100%;
    float: left;
    margin: 9px 0 0;
    padding: 9px 0 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    border-top: 1px solid #CCC;
}

.classFieldDetailTopBar.absolute h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.classFieldDetailTopBar h1 span.puan {
    width: 20px;
    height: 20px;
    float: right;
    margin: 0;
    padding: 0;
    background-image: url(../../img/stars.png);
    background-repeat: repeat-x;
}

.classFieldDetailTopBar h1 span.puan2 {
    width: 40px;
}

.classFieldDetailTopBar h1 span.puan3 {
    width: 60px;
}

.classFieldDetailTopBar h1 span.puan4 {
    width: 80px;
}

.classFieldDetailTopBar h1 span.puan5 {
    width: 100px;
}

.classFieldDetailTopBar strong {
    float: left;
    margin: 9px 0 0;
    padding: 0;
    font-size: 16px;
    color: #999;
    font-weight: 700;
    line-height: 20px;
}

    .classFieldDetailTopBar strong em {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #999;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 20px;
    }

.classFieldDetailTopBar span.location {
    float: left;
    margin: 9px 0 0 20px;
    padding: 0 0 0 15px;
    font-size: 16px;
    color: #00a6cf;
    font-style: normal;
    line-height: 20px;
    background-image: url(../../img/map-blue-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.classFieldDetailTopBar em.commtens_length {
    width: auto;
    float: right;
    margin: 9px 0 0;
    padding: 0 0 0 32px;
    color: #333;
    font-weight: 300;
    font-style: italic;
    background-image: url(../../img/comments_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .classFieldDetailTopBar em.commtens_length b {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #333;
        font-weight: 700;
        font-style: italic;
    }

.classFieldDetailTopBar .classFieldRibbon {
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 7px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    background: #e6e4e2 url(../../img/ribbonbg.jpg) 0 -242px;
}

    .classFieldDetailTopBar .classFieldRibbon button#NavToggleButton {
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 23px;
        font-weight: 400;
        text-align: center;
        line-height: 34px;
        text-decoration: none;
        border: none;
        outline: none;
        background: none;
        background-color: #E57917;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0 6px 6px 0;
        position: absolute;
        top: 45px;
        right: -28px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        display: none;
    }

        .classFieldDetailTopBar .classFieldRibbon button#NavToggleButton.closeButton {
            border-radius: 6px 0 0 6px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation {
        float: left;
        margin: 0;
        padding: 0;
    }

        .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation li {
            float: left;
            margin: 0 5px;
            padding: 0;
        }

            .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation li a {
                float: left;
                margin: 0;
                padding: 0;
                font-size: 16px;
                color: #635e5b;
                line-height: 26px;
                text-decoration: none;
                text-shadow: 0 1px 0 rgba(255,255,255,0.5);
            }

                .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation li a i {
                    display: inline-block;
                    margin: 0 3px 0 0;
                    padding: 0;
                    color: #635e5b;
                    line-height: 26px;
                    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
                }

                .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation li a:hover, .classFieldDetailTopBar .classFieldRibbon ul.classFieldNavigation li a:hover i {
                    color: #1e8dae;
                    text-decoration: none;
                }

    .classFieldDetailTopBar .classFieldRibbon button.btn.print {
        float: right;
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
        background: none;
    }

        .classFieldDetailTopBar .classFieldRibbon button.btn.print i {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #635e5b;
            line-height: 26px;
        }

.classFieldDetailContent {
    width: 71%;
    float: left;
    margin: 0 1% 0 0;
    padding: 0;
    background-color: #fff;
}

.classFieldTabContent {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.classFieldTabContainer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

#sync1 .item a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

    #sync1 .item a::after {
        content: "\f065";
        width: 30px;
        height: 30px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 30px;
        background-color: rgba(0,0,0,0.6);
    }

    #sync1 .item a img {
        width: 100%;
        height: 459px;
        float: left;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

#sync1 .owl-prev {
    position: absolute;
    top: 39%;
    left: 0;
    z-index: 9;
}

#sync1 .owl-next {
    position: absolute;
    top: 39%;
    right: 0;
    z-index: 9;
}

.TabContent .ItemRibbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
}

    .TabContent .ItemRibbon span {
        font-size: 16px;
        font-weight: 700;
        color: #676767;
        text-transform: uppercase;
        text-align: center;
        line-height: 27px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 153px;
        display: block;
        background: #aaaaab;
        background: -moz-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
        background: -webkit-linear-gradient(top,#aaaaab 0%,#e4e4e4 100%);
        background: linear-gradient(to bottom,#aaaaab 0%,#e4e4e4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaab',endColorstr='#e4e4e4',GradientType=0);
        box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
        position: absolute;
        top: 32px;
        left: -31px;
    }

        .TabContent .ItemRibbon span::before {
            content: "";
            position: absolute;
            left: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #aaaaab;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #aaaaab;
        }

        .TabContent .ItemRibbon span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #aaaaab;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #aaaaab;
        }

#sync2 .item {
    margin: 5px 7px 7px;
}

    #sync2 .item img {
        display: block;
        width: 100%;
        height: 72px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        cursor: pointer;
    }

    #sync2 .item .slidershadow {
        width: 100%;
        height: 72px;
        float: left;
        margin: -72px 0 0;
        padding: 0;
        background-color: rgba(2,135,74,0.00);
        position: relative;
    }

        #sync2 .item .slidershadow:hover::after, #sync2 .owl-item.synced .slidershadow::after {
            content: "\e105";
            width: 100%;
            height: 72px;
            color: #fff;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 21px;
            text-align: center;
            line-height: 72px;
        }

        #sync2 .item .slidershadow:hover {
            cursor: pointer;
        }

        #sync2 .item .slidershadow:hover, #sync2 .owl-item.synced .slidershadow {
            background-color: rgba(2,135,74,0.70);
        }

#sync2 .owl-prev {
    position: absolute;
    top: -3px;
    left: -15px;
}

#sync2 .owl-next {
    position: absolute;
    top: -3px;
    right: -15px;
}

.classFieldTabContainer .ItemBrand {
    width: 120px;
    height: 74px;
    float: right;
    margin: -85px 7px 0 0;
    padding: 0;
    background-image: url(../../img/brand_large.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

    .classFieldTabContainer .ItemBrand span {
        width: 260px;
        margin: 0;
        padding: 9px 7px;
        color: #fff;
        font-size: 11px;
        position: absolute;
        top: -75px;
        left: 10px;
        z-index: 9999;
        background-color: #000;
        display: none;
    }

        .classFieldTabContainer .ItemBrand span::after {
            content: "\f0d7";
            color: #000;
            margin: 0;
            padding: 0;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 24px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            bottom: -14px;
            left: 16px;
        }

    .classFieldTabContainer .ItemBrand:hover span {
        display: block;
    }

.TabContent {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .TabContent.tabPadding15 {
        padding: 15px;
    }

        .TabContent.tabPadding15.borderTop10, .TabContent.borderTop10 {
            border-top: 10px solid #e6e4e2;
        }

        .TabContent.tabPadding15.borderTop5, .TabContent.borderTop5 {
            border-top: 5px solid #e6e4e2;
        }

    .TabContent h1 {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        padding: 0;
        font-size: 22px;
        color: #333;
        font-weight: 700;
        line-height: 30px;
    }

        .TabContent h1 i {
            display: inline-block;
            margin: 0 5px 0 0;
            padding: 0;
            font-size: 22px;
            color: #333;
            font-weight: 400;
            line-height: 30px;
        }

ul.informationclmns4 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.informationclmns4 li {
        width: 25%;
        float: left;
        margin: 5px 0 0;
        padding: 7px 0 7px 75px;
        background-repeat: no-repeat;
        background-position: left center;
        opacity: .8;
    }

        ul.informationclmns4 li.information_icon1 {
            background-image: url(../../img/informationicon1.png);
        }

        ul.informationclmns4 li.information_icon2 {
            background-image: url(../../img/informationicon2.png);
        }

        ul.informationclmns4 li.information_icon3 {
            background-image: url(../../img/informationicon3.png);
        }

        ul.informationclmns4 li.information_icon4 {
            background-image: url(../../img/informationicon4.png);
        }

        ul.informationclmns4 li strong {
            width: 100%;
            min-height: 32px;
            float: left;
            margin: 0;
            padding: 0;
            font-size: 14px;
            color: #252525;
            font-weight: 700;
            line-height: 16px;
        }

        ul.informationclmns4 li em {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            font-size: 14px;
            color: #999;
            font-weight: 400;
            font-style: normal;
            line-height: 16px;
        }

ul.informationclmns7 {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 7px 0 0;
    border-top: 1px solid #CCC;
}

    ul.informationclmns7 li {
        width: 14.28%;
        float: left;
        margin: 5px 0 0;
        padding: 0;
        border-left: 1px solid #ccc;
    }

        ul.informationclmns7 li:nth-child(1) {
            border-left: none;
        }

    ul.informationclmns7 em {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #999;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    ul.informationclmns7 strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #666;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
    }

ul.MonthPrice {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
}

    ul.MonthPrice li {
        width: 12.5%;
        float: left;
        margin: 5px 0 0;
        padding: 5px 0;
        border-left: 1px solid #ccc;
    }

        ul.MonthPrice li:nth-child(1) {
            border-left: none;
        }

        ul.MonthPrice li img {
            width: 100%;
            height: 41px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

        ul.MonthPrice li strong {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            color: #666;
            font-size: 15px;
            font-weight: 700;
            text-align: center;
        }

        ul.MonthPrice li span {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            color: #FD5A5F;
            font-size: 16px;
            font-weight: 700;
            text-align: center;
        }

.TabContent p {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.classFieldDesc {
    width: 100%;
    height: 200px;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #111;
    background: -moz-linear-gradient(top,#111 0,#eee 100%);
    background: -webkit-linear-gradient(top,#111 0,#eee 100%);
    background: linear-gradient(to bottom,#111 0,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111',endColorstr='#eeeeee',GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .classFieldDesc.fadeIn {
        height: auto;
        -webkit-text-fill-color: #5e5e5e;
    }

.pool_information, .estate_property, .estate_types {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
}

    .pool_information h3, .estate_property h3, .estate_types h3 {
        width: 100%;
        float: left;
        margin: 0 0 17px;
        padding: 0 0 0 30px;
        color: #333;
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
        background-image: url(../../img/pool_information_title_icon.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .estate_property h3, .estate_types h3 {
        background-image: url(../../img/estate_property_title_icon.png);
    }

ul.list-tick {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 20px;
}

    ul.list-tick li {
        width: 185px;
        float: left;
        margin: 0;
        padding: 0;
        color: #000;
        line-height: 170%;
    }

        ul.list-tick li span {
            display: inline-block;
            margin: 0;
            padding: 0;
            color: #000;
            line-height: 170%;
        }

.estate_types a {
    width: auto;
    float: left;
    margin: 0 0 15px 12px;
    padding: 6px 13px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 2px 2px #CCC;
    background-color: #EEE;
}

    .estate_types a:hover {
        background-color: #CCC;
    }

ul.calendar_status {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.calendar_status li {
        float: left;
        margin: 0 0 0 10px;
        padding: 5px 0 5px 32px;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: left center;
    }

        ul.calendar_status li:nth-child(1) {
            background-image: url(../../img/icon_giris_cikis.jpg);
        }

        ul.calendar_status li:nth-child(2) {
            background-image: url(../../img/icon_musait_degil.jpg);
        }

        ul.calendar_status li:nth-child(3) {
            background-image: url(../../img/icon_odeme_bekliyor.jpg);
        }

#map {
    width: 100%;
    height: 350px;
    float: left;
    margin: 0;
    padding: 0;
}

ul.distance {
    width: 100%;
    float: left;
    margin: 15px 0 20px;
    padding: 9px 0 0;
    border-top: 1px solid #CCC;
}

    ul.distance li {
        width: 50%;
        float: left;
        margin: 0;
        padding: 0;
    }

        ul.distance li strong {
            width: 49%;
            float: left;
            margin: 0 1% 0 0;
            padding: 0 0 0 7px;
            color: #666;
            font-size: 14px;
            line-height: 30px;
            background-color: #EEE;
        }

        ul.distance li span {
            width: 49%;
            float: left;
            margin: 0 0 0 1%;
            padding: 0 0 0 7px;
            color: #666;
            font-size: 14px;
            line-height: 30px;
            background-color: #F7F7F7;
        }

ul.rules {
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px;
}

    ul.rules li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 12px;
        background-color: #F5F5F5;
        border-bottom: 1px solid #CCC;
    }

        ul.rules li:nth-child(odd) {
            background-color: #F5F5F5;
        }

        ul.rules li:nth-child(even) {
            background-color: #FFF;
        }

        ul.rules li strong {
            width: 27%;
            float: left;
            margin: 0;
            padding: 0;
            color: #666;
            font-size: 14px;
            font-weight: 700;
        }

        ul.rules li p {
            width: 73%;
            margin: 0;
        }

            ul.rules li p a {
                color: #333;
                font-size: 12px;
                line-height: 34px;
            }

                ul.rules li p a em {
                    float: left;
                    margin: 0 7px 0 0;
                    padding: 7px 12px;
                    color: #333;
                    font-size: 15px;
                    font-weight: 700;
                    font-style: normal;
                    line-height: 20px;
                    border-radius: 2px;
                    box-shadow: 0 2px 2px #CCC;
                    background-color: #E35055;
                }

                ul.rules li p a:hover em {
                    background-color: #FD5A5F;
                }

            ul.rules li p b {
                display: block;
                margin: 0;
                padding: 0;
                color: #666;
                font-size: 14px;
                font-weight: 700;
                line-height: 20px;
            }

            ul.rules li p i {
                display: inline-block;
                margin: 0;
                padding: 0;
                color: red;
                font-size: 14px;
                font-weight: 300;
                font-style: normal;
                line-height: 20px;
            }

form.reviews_add {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
}

    form.reviews_add b {
        width: auto;
        height: 22px;
        float: left;
        margin: 1px 7px 0 1%;
        padding: 0;
        color: #101010;
        font-size: 13px;
        font-weight: 500;
        line-height: 22px;
    }

    form.reviews_add input, form.reviews_add textarea {
        width: 97%;
        height: 34px;
        float: left;
        margin: 9px 1.5% 0;
        padding: 0 0 0 10px;
        color: #000;
        font-size: 13px;
        font-weight: 400;
        line-height: 34px;
        border-radius: 1px;
        border: 1px solid #c7c9cd;
        box-shadow: inset 0 0 6px rgba(0,0,0,.12);
        background-color: #f2f4f5;
    }

        form.reviews_add input::-webkit-input-placeholder {
            color: #323232;
            font-size: 13px;
            font-weight: 400;
            line-height: 34px;
        }

    form.reviews_add textarea {
        width: 98%;
        height: 100%;
        margin: 9px 1% 0;
        padding: 5px 0 7px 10px;
        line-height: 130%;
    }

        form.reviews_add textarea::-webkit-input-placeholder {
            color: #323232;
            font-size: 13px;
            font-weight: 400;
            line-height: 130%;
        }

    form.reviews_add span {
        width: 7%;
        height: 34px;
        float: left;
        margin: 9px 0 0 1%;
        padding: 0;
        color: #101010;
        font-size: 13px;
        font-weight: 700;
        line-height: 34px;
    }

    form.reviews_add input.captchainput {
        width: 20%;
        margin-top: 9px;
        margin-left: 2%;
    }

    form.reviews_add button.btn {
        width: 27%;
        height: 34px;
        float: right;
        margin: 9px 1% 0;
        padding: 0;
        color: #FFF;
        font-size: 15px;
        font-weight: 700;
        line-height: 34px;
        border: none;
        outline: none;
        text-decoration: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-shadow: 1px 1px 2px #020B27;
        box-shadow: 0 2px 2px #CCC;
        background-color: #0093DD;
    }

.testimoniallist {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}

    .testimoniallist b {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        padding: 7px 0 0 60px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .testimoniallist span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

        .testimoniallist span i {
            display: inline-block;
            margin: 0 0 0 6px;
            padding: 0;
            color: #999;
            font-size: 12px;
            font-weight: 300;
            font-style: normal;
            line-height: 20px;
        }

.classFieldInfo {
    width: 27%;
    float: left;
    margin: 0 0 0 1%;
    padding: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

    .classFieldInfo strong.price, .classFieldMobileRezervation strong.price {
        width: 100%;
        float: left;
        margin: 0;
        padding: 7px 0 10px;
        color: #fff;
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        background: #0093dd;
        background: -moz-linear-gradient(top,#0093dd 0%,#1e8dae 100%);
        background: -webkit-linear-gradient(top,#0093dd 0%,#1e8dae 100%);
        background: linear-gradient(to bottom,#0093dd 0%,#1e8dae 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093dd',endColorstr='#1e8dae',GradientType=0);
    }

        .classFieldInfo strong.price em, .classFieldMobileRezervation strong.price em {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            color: #84C225;
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            font-style: normal;
        }

.classFieldRezervation, .classFieldMobileRezervation {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 5px 9px;
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.classFieldMobileRezervation {
    margin-top: 10px;
    padding: 0;
    display: none;
}

    .classFieldRezervation ul.informationclmns3, .classFieldMobileRezervation ul.informationclmns3 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 5px;
        border-bottom: 3px solid #CCC;
    }

        .classFieldRezervation ul.informationclmns3 li, .classFieldMobileRezervation ul.informationclmns3 li {
            width: 30%;
            float: left;
            margin: 5px 0 0;
            padding: 0;
            border-left: 1px solid #ccc;
        }

            .classFieldRezervation ul.informationclmns3 li:nth-child(1), .classFieldMobileRezervation ul.informationclmns3 li:nth-child(1) {
                border-left: none;
            }

            .classFieldRezervation ul.informationclmns3 li:nth-child(2), .classFieldMobileRezervation ul.informationclmns3 li:nth-child(2) {
                width: 40%;
            }

            .classFieldRezervation ul.informationclmns3 li strong, .classFieldMobileRezervation ul.informationclmns3 li strong {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #555;
                font-size: 13px;
                font-weight: 700;
                text-align: center;
            }

            .classFieldRezervation ul.informationclmns3 li span, .classFieldMobileRezervation ul.informationclmns3 li span {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                color: #FD5A5F;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
            }

    .classFieldRezervation form, .classFieldMobileRezervation form {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

        .classFieldRezervation form input, .classFieldRezervation form select, .classFieldMobileRezervation form input, .classFieldMobileRezervation form select {
            width: 96%;
            height: 32px;
            float: left;
            margin: 9px 2% 0;
            padding: 0 0 0 6px;
            color: #000;
            font-size: 13px;
            font-weight: 400;
            line-height: 32px;
            outline: none;
            border-radius: 1px;
            border: 1px solid #c7c9cd;
            text-shadow: 0 1px 0 rgba(255,255,255,1);
            box-shadow: inset 0 0 6px rgba(0,0,0,.12);
            background-color: #f2f4f5;
        }

            .classFieldRezervation form input::-webkit-input-placeholder, .classFieldMobileRezervation form input::-webkit-input-placeholder {
                color: #323232;
                font-size: 13px;
                font-weight: 400;
                line-height: 32px;
            }

        .classFieldRezervation form select, .classFieldMobileRezervation form select {
            background-size: 10px;
        }

        .classFieldRezervation form input.date1, .classFieldMobileRezervation form input.date1 {
            background-image: url(../../img/calendar.png);
            background-repeat: no-repeat;
            background-position: 96% center;
        }

        .classFieldRezervation form button.btn, .classFieldMobileRezervation form button.btn {
            width: 98%;
            float: left;
            margin: 9px 1% 0;
            padding: 9px 0;
            color: #FFF;
            font-size: 20px;
            font-weight: 700;
            border-radius: 2px;
            border: 1px solid #000;
            box-shadow: 0 2px 4px #333;
            text-shadow: 1px 1px 0 #18324B;
            background: none;
            background-image: url(../../img/buttons.jpg);
            background-position: 0 -144px;
        }

            .classFieldRezervation form button.btn:hover, .classFieldMobileRezervation form button.btn:hover {
                background-position: 0 -192px;
                text-decoration: none;
            }

        .classFieldRezervation form a.btn, .classFieldMobileRezervation form a.btn {
            width: 98%;
            float: left;
            margin: 9px 1% 0;
            padding: 9px 0;
            color: #FFF;
            font-size: 20px;
            font-weight: 700;
            border-radius: 2px;
            border: 1px solid #000;
            box-shadow: 0 2px 4px #333;
            text-shadow: 1px 1px 2px #020B27;
            background-color: #3A8A00;
        }

            .classFieldRezervation form a.btn:hover, .classFieldMobileRezervation form a.btn:hover {
                background-color: #5FAE25;
                text-decoration: none;
            }

.mobildestek {
    width: 100%;
    float: left;
    margin: 17px 0 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px #CCC;
}

.classFieldRezervation .destekhatti, .mobildestekhatti {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 7px 0 7px 60px;
    background-color: #fd5a5f;
    background-image: url(../../img/destekhatti_icon.png);
    background-repeat: no-repeat;
    background-position: 9px center;
}

.mobildestekhatti {
    margin-bottom: 15px;
}

    .classFieldRezervation .destekhatti strong, .mobildestekhatti strong {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        line-height: 120%;
    }

    .classFieldRezervation .destekhatti p, .mobildestekhatti p {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 22px;
        font-weight: 700;
        line-height: 120%;
    }

    .classFieldRezervation .destekhatti span, .mobildestekhatti span {
        width: 100%;
        float: left;
        margin: 3px 0 0;
        padding: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }

.hizliiletisimformu, .priceservices, .aboutregion, .classFieldVideo, .mobilpriceservices {
    width: 100%;
    float: left;
    margin: 17px 0 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 4px #CCC;
}

.mobilpriceservices {
    margin: 7px 0 17px;
    border-top: 1px solid rgba(204,204,204,0.44);
    display: none;
}

.classFieldVideo a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .classFieldVideo a img {
        width: 100%;
        height: 180px;
        float: left;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .classFieldVideo a i {
        width: 100%;
        height: 94px;
        float: left;
        margin: -137px 0 0;
        padding: 0;
        background-image: url(../../img/play-button.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.hizliiletisimformu h1, .priceservices h1, .aboutregion h1, .classFieldVideo h1, .mobilpriceservices h1 {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
}

    .hizliiletisimformu h1 i, .priceservices h1 i, .aboutregion h1 i, .classFieldVideo h1 i, .mobilpriceservices h1 i {
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 21px;
        line-height: 30px;
    }

.hizliiletisimformu form input, .hizliiletisimformu form textarea {
    width: 100%;
    height: 34px;
    float: left;
    margin: 9px 0 0;
    padding: 0 0 0 6px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    border-radius: 1px;
    border: 1px solid #c7c9cd;
    background-color: #fff;
}

    .hizliiletisimformu form input::-webkit-input-placeholder {
        color: #323232;
        font-size: 13px;
        font-weight: 400;
        line-height: 34px;
    }

.hizliiletisimformu form textarea {
    width: 100%;
    height: 100%;
    margin: 9px 0 0;
    padding: 5px 0 7px 6px;
    line-height: 130%;
}

.hizliiletisimformu form::-webkit-input-placeholder {
    color: #323232;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}

.hizliiletisimformu form input.date1 {
    background-image: url(../../img/calendar.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.hizliiletisimformu form input.dleft {
    width: 98%;
    margin-right: 2%;
}

.hizliiletisimformu form input.dright {
    width: 98%;
    margin-left: 2%;
}

.hizliiletisimformu form button.btn {
    width: 100%;
    height: 34px;
    float: left;
    margin: 9px 0 0;
    padding: 0;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CCC;
    text-shadow: 1px 1px #FFF;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,#f4f4f4 0%,#ccc 100%);
    background: -webkit-linear-gradient(top,#f4f4f4 0%,#ccc 100%);
    background: linear-gradient(to bottom,#f4f4f4 0%,#ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#cccccc',GradientType=0);
}

    .hizliiletisimformu form button.btn:hover {
        color: #FFF;
        background: none;
        text-decoration: none;
        text-shadow: 1px 1px #017BAF;
        background-color: #029BE1;
    }

.priceservices ul, .mobilpriceservices ul {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    padding: 0;
}

    .priceservices ul li, .mobilpriceservices ul li {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
    }

        .priceservices ul li i, .mobilpriceservices ul li i {
            display: inline-block;
            margin: 0 2px 0 0;
            padding: 0;
            font-size: 15px;
            color: #333;
            line-height: 20px;
        }

.aboutregion img {
    width: 100%;
    height: 156px;
    float: left;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.aboutregion strong {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    font-family: 'Kalam',cursive;
}

.aboutregion p {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.aboutregion a {
    width: auto;
    float: none;
    margin: 0 auto 15px;
    padding: 11px 14px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0 2px 2px #CCC;
    background-color: #EEE;
    display: table;
}

    .aboutregion a:hover {
        text-decoration: none;
        background: #CCC;
    }

.classFieldItemShowcase {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0;
}

    .classFieldItemShowcase h1 {
        width: 100%;
        float: left;
        margin: 10px 0 5px;
        padding: 0;
        color: #047EBF;
        font-size: 24px;
        font-weight: 700;
    }

    .classFieldItemShowcase a {
        width: 100%;
        height: 280px;
        float: left;
        margin: 15px 0 0;
        padding: 0;
        border-radius: 4px;
        border: 1px solid #CCC;
        box-shadow: 1px 1px 2px #CCC;
        overflow: hidden;
    }

        .classFieldItemShowcase a img {
            width: 100%;
            height: 200px;
            float: left;
            margin: 0;
            padding: 0;
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
        }

        .classFieldItemShowcase a .fsliderdesc {
            width: 100%;
            float: left;
            margin: 0;
            padding: 9px 7px;
            background-color: #fff;
            -webkit-transition: margin .35s ease;
            -moz-transition: margin .35s ease;
            -o-transition: margin .35s ease;
            transition: margin .35s ease;
        }

        .classFieldItemShowcase a:hover .fsliderdesc {
            margin: -36px 0 0;
            -webkit-transition: margin .35s ease;
            -moz-transition: margin .35s ease;
            -o-transition: margin .35s ease;
            transition: margin .35s ease;
        }

        .classFieldItemShowcase a .fsliderdesc span.title {
            width: 100%;
            min-height: 40px;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            color: #333333;
            font-size: 15px;
            font-weight: 700;
            line-height: 20px;
        }

        .classFieldItemShowcase a .fsliderdesc span.location {
            width: 100%;
            float: left;
            margin: 2px 0 0;
            padding: 0 0 0 15px;
            font-size: 14px;
            color: #1B9CBC;
            font-weight: 500;
            line-height: 20px;
            background-image: url(../../img/map-blue-icon.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

        .classFieldItemShowcase a .fsliderdesc ul {
            width: auto;
            float: left;
            margin: 9px 0 0 9px;
            padding: 0;
        }

        .classFieldItemShowcase a .fsliderdesc li {
            float: left;
            margin: 0;
            padding: 6px 8px 4px 4px;
            border-right: 1px solid #EEE;
        }

        .classFieldItemShowcase a .fsliderdesc ul li:hover {
            background-color: #EEE;
        }

        .classFieldItemShowcase a .fsliderdesc ul li span {
            float: left;
            margin: 0;
            padding: 0;
            color: #718452;
        }

            .classFieldItemShowcase a .fsliderdesc ul li span i {
                padding: 0 4px 0 0;
            }

        .classFieldItemShowcase a .fsliderdesc strong {
            float: right;
            margin: 9px 0 0 5px;
            padding: 0;
            color: #999;
            font-size: 14px;
            font-weight: 700;
            line-height: 28px;
        }

            .classFieldItemShowcase a .fsliderdesc strong em {
                display: inline-block;
                margin: 0;
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                line-height: 28px;
                font-style: normal;
            }

a#scrollTop {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 35px;
    display: table;
    background-image: url(../../img/scrolltop.png);
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 30px;
}

.article.inner_page h2.bluetitle {
    width: 100%;
    float: left;
    margin: 22px 0 17px;
    padding: 15px 0 15px 20px;
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    border-radius: 5px;
    background: #0093DD;
    position: relative;
}

    .article.inner_page h2.bluetitle::after {
        display: block;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 25px;
        z-index: 2;
        border-color: #0093DD transparent;
        border-style: solid;
        border-width: 10px 10px 0;
    }

    .article.inner_page h2.bluetitle i {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 0;
        font-size: 28px;
    }

.tablecontent {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .tablecontent.left {
        width: 49%;
        margin-right: 1%;
    }

    .tablecontent.right {
        width: 49%;
        margin-left: 1%;
    }

.tablecustom, ul.table_custom {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

    .tablecustom p.tablo, ul.table_custom li {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        display: table;
        border: 1px solid #CCC;
    }

        .tablecustom p.tablo strong, ul.table_custom li strong {
            width: 152px;
            float: none;
            margin: 0;
            padding: 6px;
            color: #666;
            font-size: 14px;
            font-weight: 500;
            display: table-cell;
            vertical-align: middle;
            background-color: #F7F7F7;
            border-right: 1px solid #CCC;
        }

        .tablecustom p.tablo span, ul.table_custom li span {
            width: auto;
            float: none;
            margin: 0;
            padding: 6px;
            color: #666;
            font-size: 14px;
            font-weight: 400;
            display: table-cell;
            vertical-align: middle;
        }

.iletisimform {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0;
}

    .iletisimform h3 {
        width: 100%;
        float: left;
        margin: 0 0 15px;
        padding: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .iletisimform form input, .iletisimform form textarea {
        width: 98%;
        height: 34px;
        float: left;
        margin: 7px 1% 0;
        padding: 0 0 0 10px;
        outline: none;
        color: #666;
        font-size: 15px;
        font-weight: 400;
        background-color: #F3F3F3;
        border: 1px solid #e9e9e8;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .iletisimform form textarea {
        height: auto;
        width: 99%;
        margin-left: .5%;
        margin-right: .5%;
        padding-top: 4px;
    }

        .iletisimform form input::-webkit-input-placeholder, .iletisimform form textarea::-webkit-input-placeholder {
            color: #666;
            font-size: 15px;
            font-weight: 400;
        }

    .iletisimform form p {
        width: 8.5%;
        height: 34px;
        float: left;
        margin: 9px 0 0 1%;
        padding: 0;
        color: #666;
        font-size: 15px;
        font-weight: 400;
        line-height: 34px;
    }

    .iletisimform form input.captchainput {
        width: 43%;
        height: 34px;
        margin: 9px 0 0 2%;
        line-height: 34px;
    }

    .iletisimform form button.btn {
        width: auto;
        height: 34px;
        float: right;
        margin: 7px 1% 0;
        padding: 0 9px;
        outline: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #5FAE25;
    }

    .iletisimform .iletisimdesc {
        width: 100%;
        float: left;
        margin: 20px 0 0;
        padding: 10px 5px 0 33px;
        border: 1px solid #C00;
        padding-left: 30px;
        background: #FCC url(../../img/alert.png) no-repeat 10px 8px;
    }

        .iletisimform .iletisimdesc p {
            color: #000;
            font-size: 13px;
            font-weight: 400;
        }

#contactmap {
    width: 100%;
    height: 400px;
    float: left;
    margin: 0;
    padding: 0;
}

.ItemPaymentDetailContent {
    width: 71%;
    float: left;
    margin: 15px 1% 0 0;
    padding: 0;
}

    .ItemPaymentDetailContent .paymentContainer {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 1px 1px #FFF;
        -moz-box-shadow: inset 1px 1px #FFF;
        box-shadow: inset 1px 1px #FFF;
        border: 1px solid #DDD;
        background-color: #FFF;
        position: relative;
        z-index: 3;
    }

        .ItemPaymentDetailContent .paymentContainer .paymentTitle {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 10px 0 15px;
            border-bottom: 1px solid #DDD;
            -webkit-box-shadow: inset 1px 1px #FFF;
            -moz-box-shadow: inset 1px 1px #FFF;
            box-shadow: inset 1px 1px #FFF;
            background-color: #f7f7f7;
        }

        .ItemPaymentDetailContent .paymentContainer .PaymentDesc {
            width: 100%;
            float: left;
            margin: 0;
            padding: 10px 10px 10px 15px;
        }

            .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable {
                width: 48%;
                float: left;
                margin: 20px 1% 0;
                padding: 0;
                border-collapse: collapse;
                border: 1px solid #CCC;
            }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p {
                    width: 100%;
                    float: left;
                    margin: 0;
                    padding: 0;
                    display: table;
                    border-top: 1px solid #CCC;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p:nth-child(1) {
                        border-top: none;
                    }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p b {
                        width: 100%;
                        float: none;
                        margin: 0;
                        padding: 6px;
                        color: #666;
                        font-size: 14px;
                        font-weight: 500;
                        text-align: center;
                        display: table-cell;
                        vertical-align: middle;
                        background-color: #F7F7F7;
                    }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p strong {
                        width: 152px;
                        float: none;
                        margin: 0;
                        padding: 6px;
                        color: #666;
                        font-size: 14px;
                        font-weight: 600;
                        display: table-cell;
                        vertical-align: middle;
                        background-color: #F7F7F7;
                        border-right: 1px solid #CCC;
                    }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p span {
                        width: auto;
                        float: none;
                        margin: 0;
                        padding: 6px;
                        color: #666;
                        font-size: 14px;
                        font-weight: 400;
                        display: table-cell;
                        vertical-align: middle;
                    }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc .PaymentWatcherTable p em {
                        width: 100%;
                        float: none;
                        margin: 0;
                        padding: 6px;
                        color: #666;
                        font-size: 37px;
                        font-weight: 700;
                        text-align: center;
                        font-style: normal;
                        line-height: 53px;
                        display: table-cell;
                        vertical-align: middle;
                        background-color: #F7F7F7;
                    }

            .ItemPaymentDetailContent .paymentContainer .PaymentDesc b.CardTitle {
                width: 100%;
                float: left;
                margin: 30px 0 10px;
                padding: 0 0 10px;
                font-size: 22px;
                font-weight: 700;
                border-bottom: 1px solid #CCC;
            }

            .ItemPaymentDetailContent .paymentContainer .PaymentDesc ul.hire-purchase {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
            }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc ul.hire-purchase li {
                    width: 19%;
                    float: left;
                    margin: 9px .5% 0;
                    padding: 0;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc ul.hire-purchase img {
                    width: 100%;
                    height: auto;
                    max-height: 68px;
                    float: left;
                    margin: 0;
                    padding: 0;
                    background-repeat: no-repeat;
                    background-position: center center;
                }

            .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
            }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper {
                    width: 100%;
                    float: left;
                    margin: 0;
                    padding: 0;
                    position: relative;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft {
                    width: 59%;
                    float: left;
                    margin: 20px 1% 0 0;
                    padding: 0;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formright {
                    width: 38%;
                    float: left;
                    margin: 20px 0 0 2%;
                    padding: 0;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .formright {
                    height: 140px;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .formright #ccgorsel {
                        position: absolute;
                        top: 49px;
                        right: 167px;
                        z-index: 99999;
                    }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .jp-card-container {
                    position: absolute;
                    top: 14px;
                    right: -48px;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .formleft span, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft span, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder span {
                    width: 34%;
                    height: 34px;
                    float: left;
                    margin: 9px 1% 0 0;
                    padding: 0;
                    color: #999;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 34px;
                    font-family: 'Exo 2',Tahoma,Arial;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft span {
                    margin-top: 0;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .formleft input, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .card-wrapper .formleft select, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder textarea {
                    width: 64%;
                    height: 34px;
                    float: left;
                    margin: 9px 0 0 1%;
                    padding: 0 0 0 9px;
                    color: #333;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 32px;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    font-family: 'Exo 2',Tahoma,Arial;
                    border: 1px solid #CCC;
                    background-color: #FFF;
                    -webkit-box-shadow: inset 0 0 5px #CCC;
                    -moz-box-shadow: inset 0 0 5px #CCC;
                    box-shadow: inset 0 0 5px #CCC;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder textarea {
                    height: auto;
                    line-height: 120%;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft label {
                    width: 64%;
                    height: 34px;
                    float: left;
                    margin: 0 0 0 1%;
                    padding: 0 0 0 19px;
                    color: #000;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 34px;
                    cursor: pointer;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft label.iptals {
                        margin-left: 36%;
                    }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder label {
                    width: auto;
                    height: 34px;
                    float: left;
                    margin: 9px 1% 0;
                    padding: 0 0 0 19px;
                    color: #000;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 34px;
                    cursor: pointer;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder label.wdth64 {
                        width: 64%;
                        margin: 9px 0 0 1%;
                    }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft input[type="checkbox"], .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="radio"], .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="checkbox"] {
                    position: absolute;
                    z-index: -1000;
                    left: -1000px;
                    overflow: hidden;
                    clip: rect(0 0 0 0);
                    height: 1px;
                    width: 1px;
                    margin: -1px;
                    padding: 0;
                    border: 0;
                    vertical-align: middle;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft input[type="checkbox"] {
                    top: 30px;
                    left: 38%;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft input[type="checkbox"] + label, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="checkbox"] + label {
                        display: inline-block;
                        background-image: url(../../img/csscheckbox3.png);
                        background-repeat: no-repeat;
                        background-position: left center;
                        vertical-align: middle;
                        cursor: pointer;
                    }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="radio"] + label {
                    display: inline-block;
                    background-image: url(../../img/radiobutton.png);
                    background-repeat: no-repeat;
                    background-position: left center;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formleft input[type="checkbox"]:checked + label, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="checkbox"]:checked + label {
                    background-image: url(../../img/csscheckbox4.png);
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder input[type="radio"]:checked + label {
                    background-image: url(../../img/radiobuttonchecked.png);
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formright .informationtext {
                    width: 100%;
                    float: left;
                    margin: 0;
                    padding: 10px 5px 0 30px;
                    border: 1px solid #3C0;
                    background: #CFB url(../../img/success.png) no-repeat 10px 10px;
                }

                    .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos .formright .informationtext p {
                        width: 100%;
                        float: left;
                        margin: 0 0 10px;
                        padding: 0;
                        color: #333;
                        font-size: 12px;
                        font-weight: 400;
                    }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos button.btn, .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder button.btn {
                    width: 64%;
                    float: left;
                    margin: 12px 0 0 1%;
                    padding: 11px 14px;
                    color: #FFF;
                    font-size: 14px;
                    font-weight: 600;
                    border: 1px solid #017BAF;
                    text-shadow: 1px 1px #017BAF;
                    -webkit-box-shadow: inset 0 1px #67D0FE;
                    -moz-box-shadow: inset 0 1px #67D0FE;
                    box-shadow: inset 0 1px #67D0FE;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px;
                    background: #00B0FF;
                    background: linear-gradient(#00B0FF,#029BE1);
                    background: -ms-linear-gradient(#00B0FF 0,#029BE1 100%);
                    background: linear-gradient(#00B0FF 0,#029BE1 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B0FF',endColorstr='#029BE1',GradientType=0);
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#virtualpos button.btn {
                    margin-left: 36%;
                }

                .ItemPaymentDetailContent .paymentContainer .PaymentDesc form#talepgonder button.btn {
                    width: auto;
                    margin-left: 0;
                    float: right;
                }

.ItemInfoContent {
    width: 27%;
    float: left;
    margin: 15px 0 0 1%;
    padding: 0;
}

    .ItemInfoContent .SelectedItemAbout {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 1px 1px #FFF;
        -moz-box-shadow: inset 1px 1px #FFF;
        box-shadow: inset 1px 1px #FFF;
        border: 1px solid #DDD;
        background-color: #FFF;
        position: relative;
        z-index: 3;
    }

        .ItemInfoContent .SelectedItemAbout .SelectedItemTitle {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0 10px 0 15px;
            border-bottom: 1px solid #DDD;
            -webkit-box-shadow: inset 1px 1px #FFF;
            -moz-box-shadow: inset 1px 1px #FFF;
            box-shadow: inset 1px 1px #FFF;
            background-color: #f7f7f7;
        }

            .ItemInfoContent .SelectedItemAbout .SelectedItemTitle h4 i {
                display: inline-block;
                margin: 0;
                padding: 0;
                color: #666;
                text-shadow: 1px 1px #FFF;
                top: 3px;
            }

        .ItemInfoContent .SelectedItemAbout .SelectedItemDesc {
            width: 100%;
            float: left;
            margin: 0;
            padding: 10px;
        }

            .ItemInfoContent .SelectedItemAbout .SelectedItemDesc a img {
                width: 100%;
                height: 162px;
                float: left;
                margin: 0;
                padding: 0;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

            .ItemInfoContent .SelectedItemAbout .SelectedItemDesc a b {
                width: 100%;
                float: left;
                margin: 4px 0 0;
                padding: 0;
                color: #006400;
                font-size: 16px;
                font-weight: 700;
                text-align: center;
            }

            .ItemInfoContent .SelectedItemAbout .SelectedItemDesc a h5 {
                width: 100%;
                float: left;
                margin: 2px 0 0;
                padding: 0;
                color: #333;
                font-size: 17px;
                font-weight: 700;
                text-align: center;
            }

            .ItemInfoContent .SelectedItemAbout .SelectedItemDesc a em {
                width: 100%;
                float: left;
                margin: 4px 0 0;
                padding: 0;
                color: #000;
                font-size: 12px;
                font-weight: 400;
                font-style: normal;
                text-align: center;
            }

        .ItemInfoContent .SelectedItemAbout.BeCareful {
            margin-top: 20px;
        }

            .ItemInfoContent .SelectedItemAbout.BeCareful .SelectedItemDesc p {
                width: 100%;
                float: left;
                margin: 0 0 10px;
                padding: 0 0 0 20px;
                background-image: url(../../img/be_careful_icon.png);
                background-repeat: no-repeat;
                background-position: left top;
            }

.ui-datepicker-group {
    width: 33.333%;
    min-height: 244px;
}

.ui-widget-content {
    background: none;
    border: none;
    outline: none;
    background-color: #fff;
}

.ui-widget-header {
    background: none;
    background-color: #e1e6eb;
    border: 1px solid #F0EFEF;
    font-family: 'Exo 2',Tahoma,Arial;
    font-weight: 700;
    color: #4d5155;
    font-size: 14px;
}

.ui-datepicker th {
    font-family: 'Exo 2',Tahoma,Arial;
    font-weight: 800;
    color: #5C6163;
    font-size: 14px;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid rgba(193,193,193,0.37);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #505050;
    font-size: 14px;
    text-align: center;
    border: none;
    font-family: 'Exo 2',Tahoma,Arial;
    background: #FFF;
}

    .ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
        background: none;
        background-color: #76AE1F;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #505050;
    font-size: 14px;
    text-align: center;
    background: none;
    background-color: #FFF;
}

td.jutgiris .ui-state-default {
    background-image: url(../jquery-ui/images/giris.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

td.jutdolus.ui-datepicker-unselectable .ui-state-default {
    background: none;
    background-color: #fd5a5f;
    cursor: url(../../img/calendardisable.png),pointer !important;
}

td.jutcikis .ui-state-default {
    background-image: url(../jquery-ui/images/cikis.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}

td.jutrzvgiris .ui-state-default {
    color: #505050;
    background-image: url(../jquery-ui/images/rzgiris.png);
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

td.jutrzrv.ui-datepicker-unselectable .ui-state-default {
    color: #fff;
    background: none;
    background-color: #eaae35;
    cursor: url(../../img/calendardisable.png),pointer !important;
}

td.jutrzvcikis .ui-state-default {
    color: #505050;
    background-image: url(../jquery-ui/images/rzcikis.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}


.ui-datepicker-today .ui-state-default.ui-state-active, .ui-datepicker-current-day  .ui-state-default.ui-state-active{
    background: white;
    color: #505050;
}


td.dp-highlight .ui-state-default, td.dp-highlight .ui-state-default:hover, .ui-state-default.ui-state-active, .ui-state-default.ui-state-active:hover {
    background: none;
    background-color: #76AE1F;
    color: #fff;
    cursor: default !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #76AE1F;
    color: #fff;
    border: none;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-state-hover, .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-state-focus {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
    background: none;
    background-image: url(../../img/prev7.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
    background: none;
    background-image: url(../../img/next7.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.ui-state-disabled {
    cursor: url(../../img/calendardisable.png),pointer !important;
}

.ui-datepicker td a, .ui-datepicker td.ui-state-disabled span {
    position: relative;
}

    .ui-datepicker td a::before, .ui-datepicker td.ui-state-disabled span::before {
        content: 'Müsait';
        width: 70px;
        float: left;
        margin: 0;
        padding: 0 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        font-style: normal;
        position: absolute;
        top: -27px;
        left: 0;
        z-index: 99999;
        background-color: #000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: none;
    }

.ui-datepicker td.jutdolus a::before {
    content: 'Müsait Değil';
    width: 85px;
}

.ui-datepicker td.ui-state-disabled span::before {
    content: 'Geçmiş Tarih';
    width: 85px;
}

.ui-datepicker td a::after, .ui-datepicker td.ui-state-disabled span::after {
    content: "\f0d7";
    color: #000;
    margin: 0;
    padding: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 23px;
    left: 7px;
    display: none;
}

.ui-datepicker td:hover a::before, .ui-datepicker td:hover a::after, .ui-datepicker td.ui-state-disabled:hover span::before, .ui-datepicker td.ui-state-disabled:hover span::after {
    display: block;
}

ul.breadcrumb li span:before {
    padding-right: 5px;
}

.villaloading {
    float: left;
    width: 100%;
    height: 50px;
    background-image: url(../../img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    z-index: 999;
}

.searchloading {
    float: left;
    width: 100%;
    height: 50px;
    background-image: url(../../img/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.loadingcaps {
    float: left;
    width: 100%;
}

em#gecyaz {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: Red;
    display: none;
}

.calculate {
    width: 100%;
    float: left;
    display: none;
    height: 150px;
}

    .calculate .loader {
        position: absolute;
        width: 100%;
        height: 150px;
        background-image: url(../../img/6.gif);
        background-position: center center;
        background-repeat: no-repeat;
        display: none;
        background-color: #fff;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        margin-top: 5px;
        z-index: 999;
    }

    .calculate ul {
        list-style: none;
        width: 100%;
        float: left;
        padding: 10px;
        margin-top: 12px;
margin:0;
    }

        .calculate ul li {
            float: left;
            font-weight: 700;
            color: #111;
            line-height: 200%;
            width: 65%;
        }

            .calculate ul li.cal_second {
                text-align: right;
                width: 35%;
            }

            .calculate ul li.cal_first b {
                display: inline-block;
                position: relative;
            }

                .calculate ul li.cal_first b::before {
                    content: "\f0d7";
                    color: #000;
                    margin: 0;
                    padding: 0;
                    display: none;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 24px;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    top: -12px;
                    left: 0;
                }

                .calculate ul li.cal_first b:hover::before {
                    display: inline-block;
                }

                .calculate ul li.cal_first b em {
                    width: 260px;
                    margin: 0;
                    padding: 6px 7px;
                    color: #fff;
                    font-size: 12px;
                    line-height: 20px;
                    font-style: normal;
                    font-weight: 400;
                    position: absolute;
                    top: -32px;
                    left: -12px;
                    z-index: 9999;
                    background-color: #000;
                    display: none;
                }

                .calculate ul li.cal_first b:hover em {
                    display: block;
                }

            .calculate ul li.cal_second {
                float: right;
            }

            .calculate ul li span.pink {
                color: #FD5A5F;
            }

.success {
    width: 100%;
    float: left;
    border: 1px solid #3C0;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 30px;
    background: #CFB no-repeat 10px 8px;
}

.danger {
    width: 100%;
    float: left;
    border: 1px solid #c00;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 30px;
    background: #fd5a5f no-repeat 10px 8px;
}

.margintop20 {
    width: 98%;
    margin: 1%;
    padding: 1%;
}

    .margintop20 span {
        color: #fff;
    }

    .margintop20 i {
        color: #fff;
        margin-right: 10px;
    }

#talepgonder {
    width: 100%;
    float: left;
}

.ajax_mesaj {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: none;
}

    .ajax_mesaj .loader {
        width: 100%;
        float: left;
        height: 36px;
        background-image: url(../../img/ajax-loader.gif);
        background-position: center center;
        background-repeat: no-repeat;
        display: none;
    }

.PaymentDesc .success {
    display: none;
}

.siparisler {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .siparisler tr:first-child td {
        font-weight: 700;
    }

    .siparisler tr td {
        padding: 3px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #f2f4f5;
    }

    .siparisler img {
        width: 100%;
        min-width: 50px;
        height: 50px;
        float: left;
        margin: 0;
        padding: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .siparisler.mobil {
        display: none;
    }

        .siparisler.mobil tr td:first-child {
            font-weight: 700;
        }

        .siparisler.mobil img {
            width: 100%;
            height: 100px;
            float: none;
            margin: 0;
            padding: 0;
            max-width: 150px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }

.video {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: -200px;
    overflow: hidden;
}

#detail {
    float: left;
}

#breadcrumb {
    float: left;
}

    #breadcrumb li {
        float: left;
    }
