body {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0;
}

    body.blogbg {
        background: #f9f9f9 url("../../img/blogbg.gif") repeat 0 0;
        font-family: 'Roboto', sans-serif;
    }

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; /* to ie 10 */
    }

input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    outline-offset: 0;
}

.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: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

ul li {
    list-style: none;
}

.clearfix:after {
    clear: both;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
}

.wrapper2 {
    width: 840px;
    margin: 0 auto;
}

.wrapper3 {
    width: 960px;
    margin: 0 auto;
}

.shadow {
    width: 100%;
    height: 252px;
    float: left;
    background-image: url('../../img/shadow.png');
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
}

.shadow_reverse {
    width: 100%;
    height: 252px;
    float: left;
    background-image: url('../../img/shadow_r.png');
    background-repeat: repeat-x;
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.header {
    width: 100%;
    height: 100vh;
    float: left;
    margin: 0 0;
    padding: 0 0;
    position: relative;
}

.headertop {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 9px 4px 5px 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.callUs {
    float: left;
    margin: 5px 0 7px 5px;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}

.headertop ul.socialmedia {
    float: right;
    margin: 3px 0 7px 0;
    padding: 0 0;
}

    .headertop ul.socialmedia li {
        float: left;
        margin: 0 5px;
        padding: 0 0;
    }

        .headertop ul.socialmedia li span {
            display: none;
        }

        .headertop ul.socialmedia li a img {
            width: 100%;
            height: 19px;
            float: left;
            margin: 0 0;
            padding: 0 0;
        }

.headertop a.bloglink {
    float: right;
    margin: 5px 9px 7px 0;
    padding: 0 9px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.64);
    font-family: 'Open Sans', sans-serif;
}

.slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 0 -150px;
}

.top-bar {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 0 15px;
}

    .top-bar.fixedd {
        padding-top: 0;
        position: fixed;
        z-index: 999;
        background-color: black;
        border-bottom: 1px solid #4f5856;
    }

    .top-bar h1.logo {
        width: 330px;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .top-bar h1.logo a:first-child img:nth-child(1) {
            width: 150px;
            height: 98px;
            float: left;
            margin: 0 0;
            padding: 0 0;
            background-image: url('../../img/logo.png');
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            background-position: center center;
        }

    .top-bar.fixedd h1.logo a:first-child img:nth-child(1) {
        width: 100%;
        height: 50px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        background-image: url('../../img/logo2.png');
    }

    .top-bar h1.logo a:first-child img:nth-child(2) {
        width: 1px;
        height: 98px;
        float: left;
        margin: 0 0;
        padding: 0 0;
    }

    .top-bar h1.logo img {
        opacity: 0.8;
    }

        .top-bar h1.logo img:hover {
            opacity: 1;
        }

    .top-bar h1.logo a.logosec img {
        width: 175px;
        float: left;
    }

    .top-bar.fixedd h1.logo a:first-child img:nth-child(2), .top-bar.fixedd h1.logo a.logosec img {
        display: none;
    }


    .top-bar .nav {
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .top-bar .nav ul {
            float: right;
            margin: 12px 0 63px 0;
            padding: 0 0 0 0;
        }

    .top-bar.fixedd .nav ul {
        margin: 14.5px 0;
    }

    .top-bar .nav ul li {
        float: left;
        margin: 0 17px 0 20px;
        padding: 0 0 0 0;
    }

        .top-bar .nav ul li.main_1::before {
            content: '1';
        }

        .top-bar .nav ul li.main_2::before {
            content: '2';
        }

        .top-bar .nav ul li.main_3::before {
            content: '3';
        }

        .top-bar .nav ul li.main_4::before {
            content: '4';
        }

        .top-bar .nav ul li.main_5::before {
            content: '5';
        }

        .top-bar .nav ul li.main_6::before {
            content: '6';
        }

        .top-bar .nav ul li.main_7::before {
            content: '7';
        }

        .top-bar .nav ul li::before {
            width: 15px;
            height: 17px;
            margin: 2px 0 0 -21px;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            line-height: 15px;
            text-align: center;
            position: absolute;
            border: 1px solid #fff;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            font-family: 'Open Sans', sans-serif;
            background-color: rgba(255, 255, 255, 0.4);
        }

        /*.top-bar .nav ul li:hover::before {
            color: #333;
            background-color: rgba(255, 255, 255, 1);
        }*/

        .top-bar .nav ul li a {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
            border-bottom: 2px solid rgba(255, 255, 255, 0);
        }

            .top-bar .nav ul li:hover a, .top-bar .nav ul li a.activeted {
                border-bottom: 2px solid rgba(255, 255, 255, 1);
            }

a#sys_btn_toogle_menu {
    width: 100px;
    height: 60px;
    float: right;
    margin: 17px 0 21px 0;
    padding: 0 0 0 0;
    background-image: url('../../img/rspmenu.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center right;
    display: none;
}

    a#sys_btn_toogle_menu span {
        color: #fff;
        font-size: 14px;
        line-height: 60px;
    }

.intro {
    width: 100%;
    float: left;
    margin: -36px 0 0 0;
    padding: 0 0 0 0;
}

    .intro a {
        width: auto;
        float: right;
        margin: 0 15px 0 0;
        padding: 0 0 0 0;
    }

        .intro a img {
            width: 91px;
            height: 91px;
            float: left;
            margin: 0 0;
            padding: 0 0;
        }

.slidercaptionticker {
    width: 100%;
    float: left;
    margin: 170px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}

    .slidercaptionticker.HideIntro {
        margin-top: 225px;
    }

    .slidercaptionticker ul, .slidercaptionticker ul li, .slidercaptionticker ul li p {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
    }

        .slidercaptionticker ul li p span {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            color: #fff;
            font-size: 40px;
            font-weight: 100;
            line-height: 120%;
            text-align: center;
            text-shadow: 1px 1px 3px #111;
            -webkit-text-shadow: 1px 1px 3px #111;
            -moz-text-shadow: 1px 1px 3px #111;
            font-family: 'Open Sans Condensed', sans-serif;
        }

        .slidercaptionticker ul li p a {
            width: 150px;
            display: inline-block;
            margin: 15px 0 0 0;
            padding: 10px 10px;
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            text-align: center;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border: 2px solid #fff;
            text-decoration: none;
            background-color: rgba(1, 1, 1, 0.4);
        }

            .slidercaptionticker ul li p a:hover {
                color: #111;
                background-color: rgba(255, 255, 255, 1);
            }

.operators {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    bottom: 50px;
    left: 0;
}

    .operators h3 {
        margin: 0 0;
        color: #fff;
        font-size: 18px;
        line-height: 150%;
        font-weight: 600;
    }

div#logolar_coursel {
    padding: 0 45px;
}

#logolar_coursel .item {
    margin: 7px 0 0 0;
}

    #logolar_coursel .item img {
        width: 100%;
        height: 40px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        background-position: center center;
    }

#logolar_coursel .owl-prev {
    width: 21px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url('../../img/prev1.png');
}

#logolar_coursel .owl-next {
    width: 21px;
    height: 35px;
    position: absolute;
    top: 4px;
    right: 0;
    background-image: url('../../img/next1.png');
}

.footer {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 6px 15px 5px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(1, 1, 1, 0.5);
}

    .footer.staticed {
        position: static;
    }

    .footer p {
        float: left;
        margin: 2px 0 0 0;
        color: #fff;
        font-size: 12px;
        line-height: 25px;
    }

    .footer ul {
        float: right;
        margin: 0 0 0 0;
    }

        .footer ul li {
            float: left;
            margin: 0 5px;
            padding-left: 11px;
            border-left: 1px solid #fff;
            height: 25px;
        }

            .footer ul li a {
                float: left;
                margin-top: 2px;
                color: #fff;
                font-size: 14px;
                text-decoration: none;
            }

            .footer ul li img {
                margin-top: -1px;
                float: left;
            }

                .footer ul li img.tursab {
                    width: 59px;
                }

                .footer ul li img.paypal {
                    margin-top: 4px;
                }

                .footer ul li img.visa {
                    height: 33px;
                    margin-top: -7px;
                }

                .footer ul li img.master, .footer ul li img.rapid {
                    height: 28px;
                    margin-top: -4px;
                }

            .footer ul li span {
                font-size: 10px;
                color: #fff;
                display: block;
                width: 100%;
                text-align: center;
            }

.main {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}

.section {
    width: 100%;
    min-height: 100vh;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 15px 30px 15px;
    border-top: 3px solid #333;
    background-color: #020001;
}

    .section.flights {
        padding: 10px 15px 0 15px;
        background-color: #FEA802;
    }

    .section.booking {
        padding-top: 15px;
        background-color: #EDEDED;
    }

    .section.faq, .section.contact {
        padding-top: 25px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: top center;
        background-image: url('../../img/faq_bg.png');
    }

    .section.contact {
        padding: 0 0 0 0;
        color: #fff;
        background-position: bottom center;
    }

.sectionleft {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
    padding: 0 0 0 0;
}

.section.about h1, .section.about h2, .section.about h3 {
    color: #FEA802;
    font-weight: 600;
    line-height: 150%;
}

.sectionleft p {
    color: #fff;
    line-height: 150%;
    font-size: 16px;
    text-align: center;
}

.sectionleft hr {
    width: 100%;
    float: left;
    margin: 9px 0 0 0;
    padding: 0 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.sectionleft ul.whyus {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .sectionleft ul.whyus li {
        width: 50%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 35px;
        color: #fff;
        line-height: 300%;
        background-image: url('../../img/tick.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

.sectionright {
    width: 49%;
    float: left;
    margin: 0 0 0 1%;
    padding: 0 0 0 0;
}

    .sectionright iframe {
        border: 4px solid #D79F01;
    }

    .sectionright ul.ourteam {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .sectionright ul.ourteam li {
            width: 49%;
            float: left;
            margin: 10px 0 0 0;
            padding: 0 0 0 0;
            position: relative;
        }

            .sectionright ul.ourteam li:nth-child(odd) {
                margin-right: 1%;
            }

            .sectionright ul.ourteam li:nth-child(even) {
                margin-left: 1%;
            }

            .sectionright ul.ourteam li a {
                width: 100%;
                float: left;
                margin: 0 0;
                padding: 0 0;
            }

            .sectionright ul.ourteam li .teamimg {
                width: 39%;
                float: left;
                margin: 0 1% 0 0;
                padding: 0 0 0 0;
            }

                .sectionright ul.ourteam li .teamimg img {
                    width: 100%;
                    height: 92px;
                    float: left;
                    border: 1px solid #FEA802;
                    background-repeat: no-repeat;
                    -webkit-background-size: cover;
                    -moz-background-size: cover;
                    background-size: cover;
                    background-position: center center;
                }

            .sectionright ul.ourteam li .teamdesc {
                width: 59%;
                float: left;
                margin: 0 0 0 1%;
                padding: 9px 0 0 0;
            }

                .sectionright ul.ourteam li .teamdesc em, .sectionright ul.ourteam li .teamdesc strong {
                    width: 100%;
                    display: block;
                    color: #fff;
                    line-height: 160%;
                }

                .sectionright ul.ourteam li .teamdesc span {
                    width: 100%;
                    float: left;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    color: #fea802;
                    font-weight: bold;
                    line-height: 160%;
                }

                    .sectionright ul.ourteam li .teamdesc span i {
                        display: inline-block;
                        margin: 0 0 0 4px;
                        padding: 0 0 0 0;
                    }

.section.flights h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #020001;
    font-size: 45px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

.section.flights p {
    color: #111;
    line-height: 150%;
    font-size: 16px;
    text-align: center;
}

.section.flights ul.flightslist {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .section.flights ul.flightslist li {
        width: 31.333%;
        float: left;
        margin: 0 1% 0 1%;
        padding: 0 4px 4px 4px;
    }

        .section.flights ul.flightslist li .black {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 5px 7px 5px;
            background-color: rgba(1, 1, 1, 1);
        }

ul.flightslist li .black .ItemRatingData {
    width: 100%;
    float: left;
    margin: 6px 0 7px 0;
    padding: 5px 5px 7px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    ul.flightslist li .black .ItemRatingData h3 {
        width: 100%;
        float: left;
        margin: 0 0 4px 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 21px;
        font-weight: 600;
        line-height: 150%;
        text-align: center;
    }

    ul.flightslist li .black .ItemRatingData p {
        width: auto;
        float: none;
        margin: 0 auto;
        padding: 0 0 0 0;
        display: table;
    }

        ul.flightslist li .black .ItemRatingData p b {
            float: left;
            margin: 3px 7px 3px 10px;
            padding: 0 7px 0 0;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 100%;
            border-right: 1px solid #ccc;
        }

        ul.flightslist li .black .ItemRatingData p a {
            float: left;
            margin: 3px 0 3px 0;
            padding: 0 0 0 0;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 100%;
            text-decoration: none;
        }

    ul.flightslist li .black .ItemRatingData span {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

.section.flights ul.flightslist li .black p.table {
    width: 100%;
    float: left;
    margin: 2px 0 1px 0;
    padding: 0 0 0 0;
    display: table;
    text-align: left;
}

ul.flightslist li .black p.table strong {
    width: 145px;
    float: none;
    margin: 0 0 0 0;
    padding: 0 0 0 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.1);
}

ul.flightslist li .black p.table span {
    width: auto;
    float: none;
    margin: 0 0 0 0;
    padding: 0 0 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(1, 1, 1, 0.5);
}

ul.flightslist li .black p.table.red strong, ul.flightslist li .black p.table.red span {
    background-color: red;
}

ul.flightslist li a.writereview {
    width: 49%;
    float: left;
    margin: 7px 1% 0 0;
    padding: 4px 0 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: rgb(38, 169, 84);
}

ul.flightslist li a.readreview {
    width: 49%;
    float: left;
    margin: 7px 0 0 1%;
    padding: 4px 0 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: rgb(69, 115, 142);
}

ul.flightslist li a.booknow {
    width: 100%;
    float: left;
    margin: 7px 0 0 0;
    padding: 4px 0 4px 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: rgb(0, 98, 0);
}

    ul.flightslist li a.booknow:hover {
        background-color: rgb(11, 165, 11);
    }

.section.booking h1 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    color: #333;
    font-size: 45px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.section.booking form {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .section.booking form .formleft_content {
        width: 49%;
        float: left;
        margin: 0 1% 0 0;
        padding: 0 0 0 0;
    }

    .section.booking form .formright_content {
        width: 49%;
        float: left;
        margin: 0 0 0 1%;
        padding: 0 0 0 0;
    }

        .section.booking form .formleft_content span, .section.booking form .formright_content span {
            width: 40%;
            float: left;
            margin: 10px 0 10px 0;
            padding: 0 0 0 0;
            color: #333;
            font-size: 14px;
            font-weight: 700;
            line-height: 34px;
        }

            .section.booking form .formright_content span i {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                font-size: 12px;
                font-weight: 600;
                line-height: 14px;
                font-style: normal;
                margin-left: 29px;
            }

    .section.booking form .formleft_content .inputgroupwidth {
        width: 60%;
        height: 30px;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .section.booking form .formleft_content input, .section.booking form .formright_content input {
        width: 60%;
        margin: 10px 0;
        float: left;
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

        .section.booking form .formright_content input.date1 {
            padding-left: 30px;
            background-image: url('../../img/calendar.png');
            background-repeat: no-repeat;
            background-position: left center;
        }

        .section.booking form .formleft_content input::-webkit-input-placeholder, .section.booking form .formright_content input::-webkit-input-placeholder {
            color: #999;
            font-size: 14px;
            font-weight: 400;
        }

    .section.booking form .formleft_content select, .section.booking form .formright_content select {
        width: 60%;
        margin: 10px 0;
        float: left;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        background-image: url('../../img/selectboxarrow.png');
        background-repeat: no-repeat;
        background-position: 98% center;
    }

        .section.booking form .formleft_content select.mini_select {
            width: 18%;
            margin-right: 2%;
            background-position: 93% center;
        }

    .section.booking form .formleft_content input.mini_input {
        width: 40%;
    }

    .section.booking form .formleft_content .inputgroupwidth button.btn {
        width: auto;
        height: 30px;
        margin: 7px 0 0 0;
        padding: 0 20px 0 9px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        text-shadow: none;
        background: none;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-right: 1px solid #fff;
        background-image: url('../../img/dropdownicon.png');
        background-repeat: no-repeat;
        background-position: 92% center;
    }

    .section.booking form .formleft_content .inputgroupwidth .dropdown-menu a.dropdown-item {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 9px;
        color: #333;
        font-size: 14px;
        font-weight: bold;
    }

    .section.booking form .formleft_content h5 {
        width: 100%;
        float: left;
        margin: 7px 0 0 0;
        padding: 0 0 0 0;
        color: #FEA802;
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
    }

    .section.booking form .formleft_content .option_item {
        /*width: 31.333%;*/
        float: left;
        margin: 0 20px 0 0;
        padding: 0 0 0 0;
    }

    .section.booking form .formleft_content label {
        width: 100%;
        float: left;
        margin: 4px 0 5px 0;
        padding: 5px 0 0 0;
        line-height: 30px;
    }

    .section.booking form .formright_content label {
        max-width: 89%;
        margin: 4px 0 5px 7px;
        padding: 5px 0 0 0;
        line-height: 30px;
    }

    .section.booking form .formleft_content input[type="radio"] {
        vertical-align: middle;
        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;
    }

    .section.booking form .formright_content input[type="checkbox"] {
        width: 21px;
        height: 30px;
        float: left;
        margin: 9px 0 5px 0;
        padding: 0 0 0 0;
        border: 0;
    }

    .section.booking form .formleft_content input[type="radio"] + label {
        padding-left: 23px;
        display: inline-block;
        background-image: url('../../img/cssradio.png');
        background-repeat: no-repeat;
        background-position: left center;
        vertical-align: middle;
        cursor: pointer;
    }

    .section.booking form .formleft_content input[type="radio"]:checked + label {
        background-image: url('../../img/cssradiochecked.png');
    }

    .section.booking form .formright_content .pricebox {
        width: 26.333%;
        float: left;
        margin: 9px 1% 0 0;
        padding: 5px 7px 5px 7px;
        border: 1px solid #ccc;
        text-align: center;
        background-color: rgba(255, 247, 0, 0.37);
    }

        .section.booking form .formright_content .pricebox strong {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            line-height: 20px;
        }

        .section.booking form .formright_content .pricebox em {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            font-weight: 600;
            line-height: 20px;
            font-style: normal;
        }

    .section.booking form .formright_content i.seperator {
        width: 8%;
        float: left;
        margin: 9px 1% 0 0;
        padding: 5px 0 5px 0;
        font-weight: bold;
        font-style: normal;
        line-height: 40px;
        text-align: center;
    }

    .section.booking form .formright_content h6 {
        margin: 15px auto 0 auto;
        padding: 0 15px 0 15px;
        display: table;
        font-size: 16px;
        position: relative;
        z-index: 2;
        background-color: rgb(237, 237, 237);
    }

    .section.booking form .formright_content hr {
        width: 90%;
        float: left;
        margin: -9px 5% 0 5%;
        padding: 0 0 0 0;
        border-top: 1px solid #ccc;
        z-index: -1;
    }

    .section.booking form .formright_content textarea {
        width: 100%;
        height: 80px;
        float: left;
        margin: 0 0 0 0;
        padding: 5px 0 0 10px;
        color: #333;
        font-size: 15px;
        font-weight: 400;
        background-color: #fff;
        border: 1px solid #ccc;
    }

        .section.booking form .formright_content textarea::-webkit-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            color: #333;
            font-size: 15px;
            font-weight: 400;
        }

    .section.booking form .formright_content h4 {
        width: 100%;
        float: left;
        margin: 7px 0 0 0;
        padding: 0 0 0 0;
        color: #FEA802;
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
        text-align: center;
    }

    .section.booking form .formright_content button.depositpayment, .section.booking form .formright_content button.fullpayment {
        width: 32.666%;
        float: left;
        margin: 5px 1% 0 0;
        padding: 0 0 9px 0;
        color: #fff;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.32);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        background-color: #5cb85c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .section.booking form .formright_content button.depositpayment:hover, .section.booking form .formright_content button.depositpayment:focus, .section.booking form .formright_content button.fullpayment:hover, .section.booking form .formright_content button.fullpayment:focus {
            -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
            background: none;
            background-color: #32bb32;
        }

    .section.booking form .formright_content button.btn {
        width: 32.666%;
        height: auto;
        float: left;
        color: #fff;
        margin: 5px 0 0 0;
        padding: 0 0 9px 0;
        border: none;
        outline: none;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        background: none; /*background-color: #FEA802;*/
        background-color: #d6920f;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .section.booking form .formright_content button.btn:hover, .section.booking form .formright_content button.btn:focus {
            -webkit-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
            box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.5);
        }

        .section.booking form .formright_content button.depositpayment b, .section.booking form .formright_content button.fullpayment b, .section.booking form .formright_content button.btn b {
            width: 100%;
            float: left;
            margin: 0 0 5px 0;
            padding: 5px 0 5px 0;
            font-size: 14px;
            font-weight: bold;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            background-color: #45738e;
            text-shadow: 0 1px 0 #000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.32);
        }

        .section.booking form .formright_content button.depositpayment p, .section.booking form .formright_content button.fullpayment p, .section.booking form .formright_content button.btn p {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 7px 0 0 0;
            font-size: 16px;
            font-weight: bold;
            text-shadow: 0 1px 0 #000;
        }

.section.gallery h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #FEA802;
    font-size: 45px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.section.gallery ul.photos {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .section.gallery ul.photos li {
        width: 24%;
        float: left;
        margin: 25px 0.5% 0 0.5%;
        padding: 0 0 0 0;
    }

        .section.gallery ul.photos li a {
            width: 100%;
            height: 200px;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            overflow: hidden;
            border: 3px solid #fea802;
            position: relative;
        }

            .section.gallery ul.photos li a img {
                width: 100%;
                height: 200px;
                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;
                -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 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .section.gallery ul.photos li a:hover img {
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                -ms-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1);
                transform: scale(1.1,1.1);
            }

            .section.gallery ul.photos li a .caption {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0,0,0,.5);
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                filter: alpha(opacity=0);
                opacity: 0;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

            .section.gallery ul.photos li a:hover .caption {
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                filter: alpha(opacity=100);
                opacity: 1;
            }

.section.faq h1 {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.section.contact form {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 15px 80px 50px;
    background-color: #020001;
}

    .section.contact form h1 {
        width: 100%;
        float: left;
        margin: 0 0 25px 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 45px;
        font-weight: 600;
        line-height: 150%;
        text-align: center;
    }

    .section.contact form span {
        width: 40%;
        float: left;
        margin: 9px 1% 0 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 34px;
        font-family: 'Roboto', sans-serif;
    }

    .section.contact form input, .section.contact form textarea {
        width: 48%;
        height: 34px;
        float: left;
        margin: 9px 0 0 1%;
        padding: 10px;
        color: #555;
        font-size: 14px;
        line-height: 1.42857143;
        background: none;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .section.contact form textarea {
        width: 95%;
        height: 100%;
        margin: 9px 0 0 0;
    }

    .section.contact form button.btn {
        width: auto;
        float: right;
        margin: 9px 5% 0 0;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fea802;
        background-color: #fea802;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -moz-transition: all ease-in-out .15s;
        -o-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
    }

        .section.contact form button.btn:hover {
            background-color: #020001;
            border: 1px solid #fea802;
            color: #fea802;
        }

.contactinformation {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 25px 15px 14px 15px;
    background-color: rgba(1, 1, 1, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

    .contactinformation ul {
        width: 81%;
        float: right;
        margin: 0 0 0 1%;
        padding: 0 0 0 0;
    }

        .contactinformation ul li {
            width: 31.333%;
            float: left;
            margin: 0 1% 0 1%;
            padding: 0 0 0 0;
        }

            .contactinformation ul li strong {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                line-height: 150%;
            }

            .contactinformation ul li p {
                width: 100%;
                float: left;
                margin: 0 0 5px 0;
                padding: 0 0 0 0;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 150%;
            }


    .contactinformation img.contactlogo {
        width: 17%;
        height: 114px;
        float: right;
        margin: 0 1% 0 0;
        padding: 0 0 0 0;
        background-image: url('../../img/logo.png');
        background-repeat: no-repeat;
        background-position: left center;
    }

.reviewscontent {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    background-color: #323264;
}

    .reviewscontent.white {
        padding: 20px 20px;
        background-color: #ffffff;
        margin-bottom: 30px;
        min-height: 250px;
    }

.reviewsimg {
    width: 25%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 12px 20px 12px;
}

    .reviewsimg img {
        width: 100%;
        height: 212px;
        float: left;
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; /*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);     -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);     box-shadow: 0 1px 0 rgba(255,255,255,.3);*/
    }

    .reviewsimg h3 {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        line-height: 19.5px;
        text-shadow: 0 -1px rgba(0,0,0,.5);
    }

.reviewscontainer {
    width: 75%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .reviewscontainer h1.itemtitle {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 12px 20px 12px;
        color: #fff;
        font-size: 26px;
        font-weight: 400;
        background-color: #3e3e7c;
        position: relative;
    }

        .reviewscontainer h1.itemtitle button.btn.cancel {
            width: 25px;
            height: 25px;
            padding: 0 0;
            color: #3e3e7c;
            font-size: 15px;
            line-height: 15px;
            text-decoration: none;
            position: absolute;
            top: 3px;
            right: 3px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #999999;
        }

    .reviewscontainer form {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        background-color: #ffffff;
    }

        .reviewscontainer form .input-fieldsets {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 10px 10px;
            background-color: #f7f7f7;
            border-top: 1px solid #ddd;
            -webkit-transition: all linear .3s;
            -moz-transition: all linear .3s;
            -o-transition: all linear .3s;
            transition: all linear .3s;
            position: relative;
        }

            .reviewscontainer form .input-fieldsets:hover {
                background-color: #f8f0ce;
            }

            .reviewscontainer form .input-fieldsets .fieldset-arrowicon {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                left: 0;
                top: 50%;
                bottom: 50%;
                margin-top: -11px !important;
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                border-left: 11px solid #323264;
                filter: Alpha(Opacity=0);
                opacity: 0;
                -webkit-transition: all linear .3s;
                -moz-transition: all linear .3s;
                -o-transition: all linear .3s;
                transition: all linear .3s;
            }

            .reviewscontainer form .input-fieldsets:hover .fieldset-arrowicon {
                filter: Alpha(Opacity=100);
                opacity: 1;
            }

            .reviewscontainer form .input-fieldsets .fieldset-inner {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                padding: 0 20px;
            }

                .reviewscontainer form .input-fieldsets .fieldset-inner .field_left {
                    float: left;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_left.inverwidth {
                        width: 55%;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_left b, .reviewscontainer form .input-fieldsets .fieldset-inner .field_right b {
                        width: 100%;
                        float: left;
                        margin: 0 0 0 0;
                        padding: 0 0 0 0;
                        color: #82786f;
                        font-size: 15px;
                        font-weight: 700;
                        line-height: 20px;
                    }

                .reviewscontainer form .input-fieldsets .fieldset-inner .field_right {
                    float: left;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth {
                        width: 45%;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_left.w100, .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.w100 {
                        width: 100%;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_left input, .reviewscontainer form .input-fieldsets .fieldset-inner .field_right input, .reviewscontainer form .input-fieldsets .fieldset-inner .field_right select {
                        width: 100%;
                        height: 32px;
                        float: left;
                        margin: 0 0 0 0;
                        padding: 5px 5px 5px 10px;
                        color: #333;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 20px;
                        outline: none;
                        border-width: 1px;
                        border-style: solid;
                        border-color: #666 #ccc #ccc #ccc;
                        -webkit-border-radius: .25em;
                        -moz-border-radius: .25em;
                        border-radius: .25em;
                        -webkit-box-shadow: 0 1px 0 #fff,inset 1px 0 0 #999;
                        -moz-box-shadow: 0 1px 0 #fff,inset 1px 0 0 #999;
                        box-shadow: 0 1px 0 #fff,inset 1px 0 0 #999;
                        background-color: #fff;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_left.inverwidth input, .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth input {
                        width: 75%;
                        margin-top: 7px;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right input::-webkit-input-placeholder {
                        color: #333;
                        font-size: 15px;
                        font-weight: 400;
                        line-height: 20px;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul {
                        width: auto;
                        float: left;
                        margin: 0 0;
                        padding: 0 0;
                    }

                        .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li {
                            float: left;
                            margin: 0 0 0 0;
                            padding: 0 0 0 0;
                        }

                            .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li input[type="radio"] {
                                vertical-align: middle;
                                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;
                            }

                            .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li label {
                                width: auto;
                                float: left;
                                margin: 0 0 0 0;
                                padding: 7px 25px;
                                color: #333;
                                font-size: 16px;
                                line-height: 16px;
                                border-width: 1px;
                                border-style: solid;
                                border-color: #ccc #ccc #aaa #d0d0d0;
                                -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 0 #fff;
                                -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 0 #fff;
                                box-shadow: 0 1px 0 #fff,inset 0 1px 0 #fff;
                                background-image: none;
                                background-color: #eeeeee;
                                -webkit-transition: all linear .2s !important;
                                -moz-transition: all linear .2s !important;
                                -o-transition: all linear .2s !important;
                                transition: all linear .2s !important;
                            }

                            .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li:nth-child(1) label {
                                border-radius: 4px 0 0 4px;
                            }

                            .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li:nth-child(2) label {
                                border-radius: 0 4px 4px 0;
                                border-left: none;
                            }

                            .reviewscontainer form .input-fieldsets .fieldset-inner .field_right.inverwidth ul li input[type="radio"]:checked + label {
                                color: #fff;
                                text-shadow: 0 -1px #000;
                                border-color: #aaa #666 #a4a4a4 #666;
                                -webkit-box-shadow: none;
                                box-shadow: none;
                                background-image: none;
                                background-color: #666;
                            }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right .field-content-wrapper {
                        width: 100%;
                        float: left;
                        margin: 0 0 0 0;
                        padding: 0 0 0 0;
                        -webkit-border-radius: .25em;
                        -moz-border-radius: .25em;
                        border-radius: .25em;
                        border: 1px solid #000;
                        -webkit-box-shadow: 0 1px 1px #fff;
                        -moz-box-shadow: 0 1px 1px #fff;
                        box-shadow: 0 1px 1px #fff;
                        background-color: #fff;
                    }

                        .reviewscontainer form .input-fieldsets .fieldset-inner .field_right .field-content-wrapper textarea {
                            width: 100%;
                            float: left;
                            margin: 0 0 0 0;
                            padding: 5px 10px;
                            color: #000;
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 120%;
                        }

                        .reviewscontainer form .input-fieldsets .fieldset-inner .field_right .field-content-wrapper .advert-photos {
                            width: 100%;
                            float: left;
                            margin: 0 0 0 0;
                            padding: 5px 10px;
                            border-top: 1px solid #ccc;
                        }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right label {
                        width: 50%;
                        float: left;
                        margin: 0 0 0 0;
                        padding: 0 0 0 0;
                        line-height: 32px;
                    }

                    .reviewscontainer form .input-fieldsets .fieldset-inner .field_right input[type="radio"] {
                        vertical-align: middle;
                        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;
                    }

                        .reviewscontainer form .input-fieldsets .fieldset-inner .field_right input[type="radio"] + label {
                            padding-left: 23px;
                            display: inline-block;
                            background-image: url('../../img/cssradio.png');
                            background-repeat: no-repeat;
                            background-position: left center;
                            vertical-align: middle;
                            cursor: pointer;
                        }

                        .reviewscontainer form .input-fieldsets .fieldset-inner .field_right input[type="radio"]:checked + label {
                            background-image: url('../../img/cssradiochecked.png');
                        }

        .reviewscontainer form input[type="checkbox"] {
            width: 21px;
            height: 30px;
            float: left;
            margin: 6px 7px 0 30px;
            padding: 0 0 0 0;
            border: 0;
        }

        .reviewscontainer form label.agreelabel {
            max-width: 82%;
            margin: 6px 0 0 0;
            padding: 0 0 0 0;
            line-height: 30px;
        }

        .reviewscontainer form button.btn {
            width: auto;
            float: left;
            margin: 9px 0 25px 30px;
            padding: 7px 12px 7px 12px;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #d79f01;
            -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.25),0 1px 0 #fff;
            -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.25),0 1px 0 #fff;
            box-shadow: inset 0 1px 0 rgba(0,0,0,.25),0 1px 0 #fff;
            background-color: #d79f01;
            clear: both;
        }

.reviewswritebanner {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    background: #3e3e7c;
}

    .reviewswritebanner h2 {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #fff;
        font-size: 26px;
        font-weight: 400;
        line-height: 39px;
    }

    .reviewswritebanner a {
        float: right;
        margin: 0 0 0 0;
        padding: 9px 9px;
        color: #fff;
        font-size: 13px;
        line-height: 21px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
        background-color: #eb9eae;
    }

.reviews-inline-histogram-ratings {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

    .reviews-inline-histogram-ratings .histogram-left {
        width: 60%;
        float: left;
        margin: 15px 0 0 0;
        padding: 0 0 0 0;
    }

        .reviews-inline-histogram-ratings .histogram-left ul {
            width: 340px;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .reviews-inline-histogram-ratings .histogram-left ul li {
                width: 100%;
                float: left;
                margin: 0 0 3px 0;
                padding: 0 0 0 0;
            }

                .reviews-inline-histogram-ratings .histogram-left ul li span {
                    float: left;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                }

                .reviews-inline-histogram-ratings .histogram-left ul li .progress {
                    width: 255px;
                    height: 10px;
                    margin: 7px 0 0 0;
                    display: inline-block;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    background: none;
                    background-color: #aeaeae;
                    float: left;
                }

                .reviews-inline-histogram-ratings .histogram-left ul li .progress-bar {
                    background: none;
                    background-color: #bc947c !important;
                }

                .reviews-inline-histogram-ratings .histogram-left ul li p {
                    width: auto;
                    float: left;
                    margin: 0 5px 0 0;
                    padding: 0 0 0 0;
                    line-height: 20px;
                }

                    .reviews-inline-histogram-ratings .histogram-left ul li p i {
                        display: inline-block;
                        margin: 0 0 0 0;
                        padding: 0 0 0 0;
                        color: #82786f;
                        line-height: 20px;
                    }

                .reviews-inline-histogram-ratings .histogram-left ul li em {
                    float: left;
                    margin: 0 0 0 5px;
                    padding: 0 0 0 0;
                    font-style: normal;
                    line-height: 20px;
                }

    .reviews-inline-histogram-ratings .histogram-right {
        width: 40%;
        float: left;
        margin: 15px 0 0 0;
        padding: 0 0 0 0;
    }

        .reviews-inline-histogram-ratings .histogram-right p span {
            float: left;
            margin: 0 7px 0 0;
            padding: 0 0 0 0;
        }

        .reviews-inline-histogram-ratings .histogram-right p em {
            float: left;
            margin: 0 0 0 7px;
            padding: 0 0 0 0;
            font-style: normal;
        }

.rv-content-list-container {
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
}

    .rv-content-list-container span.rv-content-pagination-pages-current {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        color: #82786f;
        line-height: 34px;
    }

    .rv-content-list-container select.form-control.sort-order-menu {
        width: auto;
        float: right;
        margin: 0 0 0 0;
        background-image: url('../../img/selectboxarrow.png');
        background-repeat: no-repeat;
        background-position: 96% center;
    }

    .rv-content-list-container .rv-list {
        width: 100%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
    }

        .rv-content-list-container .rv-list .rv-info {
            width: 18%;
            float: left;
            margin: 7px 2% 0 0;
            padding: 0 0 0 0;
        }

            .rv-content-list-container .rv-list .rv-info h5 {
                color: #82786f;
                font-weight: 700;
            }

        .rv-content-list-container .rv-list .rv-content-header {
            width: 78%;
            float: left;
            margin: 7px 0 0 2%;
            padding: 0 0 0 0;
        }

            .rv-content-list-container .rv-list .rv-content-header .rv-content-data-summary {
                width: 100%;
                float: left;
                margin: 0 0 12px 0;
                padding: 0 0 0 0;
            }

                .rv-content-list-container .rv-list .rv-content-header .rv-content-data-summary em {
                    display: inline-block;
                    margin: 0 0 0 7px;
                    padding: 0 0 0 0;
                    font-size: 12px;
                    color: #82786f;
                    font-weight: 400;
                    line-height: 14px;
                    font-style: normal;
                }

                .rv-content-list-container .rv-list .rv-content-header .rv-content-data-summary h4 {
                    width: 100%;
                    float: left;
                    margin: 10px 0 10px 0;
                    padding: 0 0 0 0;
                }

            .rv-content-list-container .rv-list .rv-content-header span {
                width: 100%;
                float: left;
                margin: 7px 0 0 0;
                padding: 0 0 0 0;
            }

                .rv-content-list-container .rv-list .rv-content-header span i {
                    display: inline-block;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    color: #82786f;
                }

    .rv-content-list-container ul.sayfalandirma {
        width: auto;
        float: none;
        margin: 0 auto 0 auto;
        padding: 20px 0 0 0;
        display: table;
    }

        .rv-content-list-container ul.sayfalandirma li {
            display: table-cell;
            float: none;
            padding: 0 3px;
        }

            .rv-content-list-container ul.sayfalandirma li a {
                float: left;
                margin: 0 0;
                padding: 5px 7px;
                color: #ffffff;
                font-size: 14px;
                font-weight: 700;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                text-decoration: none;
                border: none;
                background-color: #eb9eae;
                -webkit-transition: all 100ms;
                -moz-transition: all 100ms;
                -ms-transition: all 100ms;
                -o-transition: all 100ms;
                transition: all 100ms;
                cursor: pointer;
            }

            .rv-content-list-container ul.sayfalandirma li:hover a, .rv-content-list-container ul.sayfalandirma li.aktif a {
                background-color: #3e3e7c;
            }

.blogrightcontent {
    width: 25%;
    float: right;
    margin: 15px 0 0 1%;
    padding: 0 0 0 0;
    position: relative;
}

    .blogrightcontent ul.blogsocial {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .blogrightcontent ul.blogsocial li {
            float: left;
            margin: 0 2px 0 0;
            padding: 0 0 0 0;
        }

            .blogrightcontent ul.blogsocial li a i {
                width: 38px;
                height: 40px;
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                font-size: 20px;
                line-height: 40px;
                text-align: center;
                background-color: transparent;
            }

            .blogrightcontent ul.blogsocial li:nth-child(1) a:hover i {
                color: #fff;
                background-color: #3b5998;
            }

            .blogrightcontent ul.blogsocial li:nth-child(2) a:hover i {
                color: #fff;
                background-color: #48c4d2;
            }

            .blogrightcontent ul.blogsocial li:nth-child(3) a:hover i {
                color: #fff;
                background-color: #d94a39;
            }

            .blogrightcontent ul.blogsocial li:nth-child(4) a:hover i {
                color: #fff;
                background-color: #71b2d0;
            }

            .blogrightcontent ul.blogsocial li:nth-child(5) a:hover i {
                color: #fff;
                background-color: #fe9900;
            }

    .blogrightcontent h2 {
        width: 100%;
        float: left;
        margin: 20px 0 10px 0;
        padding: 0 0 0 0;
        font-size: 28px;
        color: #fc7370;
    }

    .blogrightcontent button.btn.toogleCategories {
        width: 245px;
        height: 40px;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 20px;
        color: #000;
        font-size: 28px;
        text-align: left;
        border: none;
        outline: none;
        background: none;
        position: relative;
        text-decoration: none;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: none;
    }

        .blogrightcontent button.btn.toogleCategories::after {
            content: '';
            width: 10px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 47px;
            background-image: url('../../img/arrow-black.png');
            background-repeat: no-repeat;
            background-position: center center;
        }

        .blogrightcontent button.btn.toogleCategories.opened {
            color: #fff;
            background-color: #444;
        }

            .blogrightcontent button.btn.toogleCategories.opened::after {
                background-image: url('../../img/arrow-white.png');
            }

    .blogrightcontent ul.category-list {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .blogrightcontent ul.category-list li {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .blogrightcontent ul.category-list li a {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 15px;
                line-height: 35px;
                background-image: url('../../img/category-list_icon.png');
                background-repeat: no-repeat;
                background-position: left 12px;
            }

    .blogrightcontent ul.recent_posts, .blogrightcontent ul.populer_posts {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .blogrightcontent ul.recent_posts li, .blogrightcontent ul.populer_posts li {
            width: 100%;
            float: left;
            margin: 10px 0;
            padding: 0 0 0 0;
        }

            .blogrightcontent ul.recent_posts li a img, .blogrightcontent ul.populer_posts li a img {
                width: 60px;
                height: 50px;
                float: left;
                margin: 0 20px 0 0;
                padding: 0 0 0 0;
                border: 1px solid #dedede;
            }

            .blogrightcontent ul.recent_posts li a h5, .blogrightcontent ul.populer_posts li a h5 {
                /*width: auto;             float: none;*/
                display: inline;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                line-height: 18px;
            }

.blogleftcontent {
    width: 73%;
    float: right;
    margin: 15px 1% 0 0;
    padding: 0 0 0 0;
    position: relative;
}

.blog-post-content {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 25px 20px;
    background-color: #fff;
}

    .blog-post-content span.authordate {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-size: 16px;
        line-height: 100%;
    }

        .blog-post-content span.authordate em {
            display: inline-block;
            margin: 0 0 0 9px;
            padding: 0 0 0 12px;
            color: #0084ce;
            font-style: normal;
            border-left: 1px solid #000;
        }

    .blog-post-content h3, .blog-post-content h4 {
        width: 100%;
        float: left;
        margin: 25px 0 15px 0;
        padding: 0 0 0 0;
    }

    .blog-post-content img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .blog-post-content a.showmore {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
        color: #0084ce;
    }

    .blog-post-content strong {
        width: auto;
        float: left;
        margin: 0 3px 0 0;
        padding: 0 0 0 0;
    }

    .blog-post-content ul.blog-post-tags {
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .blog-post-content ul.blog-post-tags li {
            float: left;
            margin: 0 0 0 10px;
            padding: 0 0 0 0;
            color: #000000;
        }

            .blog-post-content ul.blog-post-tags li a {
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                color: #0084ce;
            }

ul.blogsayfalandirma {
    width: auto;
    float: none;
    margin: 0 auto;
    padding: 0 0;
    display: table;
}

    ul.blogsayfalandirma li {
        float: left;
        margin: 0 2px;
        padding: 0 0;
    }

        ul.blogsayfalandirma li a {
            width: 32px;
            height: 32px;
            float: left;
            margin: 0 0;
            padding: 0 0;
            font-size: 13px;
            line-height: 32px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            ul.blogsayfalandirma li a.aktif {
                background-color: #cfcfcf;
            }

button.to-top {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: none;
    background-image: url('../../img/to-top-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    button.to-top:hover {
        background-image: url('../../img/to-top-icon-hover.png');
    }

.paymentwrapper {
    width: 960px;
    margin: 0 auto;
}

    .paymentwrapper .paymentconfirm {
        width: 100%;
        float: left;
        margin: 40px 0 0 0;
        padding: 0 0 0 0;
        background-color: rgb(241, 241, 241); /*border: 1px solid #e1e1e1;*/
    }

        .paymentwrapper .paymentconfirm .form-horizontal {
            width: 100%;
            float: left;
            margin: 0 0 0 0;
            padding: 10px 0;
            border: 1px solid #e1e1e1;
        }

            .paymentwrapper .paymentconfirm .form-horizontal img.logo {
                width: 100%;
                height: 115px;
                float: left;
                margin: 10px 0;
                padding: 0 0;
                background-image: url('../../img/logo.png');
                background-repeat: no-repeat;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                background-size: contain;
                background-position: center center;
            }

            .paymentwrapper .paymentconfirm .form-horizontal h1 {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                color: #333;
                font-size: 50px;
                font-weight: 600;
                line-height: 140%;
                text-align: center;
                border-bottom: 1px solid #ccc;
            }

            .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper {
                width: 100%;
                float: left;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                position: relative;
            }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft {
                    width: 59%;
                    float: left;
                    margin: 0 1% 0 0;
                    padding: 0 0 0 0;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformright {
                    width: 39%;
                    float: left;
                    margin: 0 0 0 1%;
                    padding: 0 0 0 0;
                    background-color: #ffffff;
                    border-left: 1px solid #ccc;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group {
                    width: 100%;
                    float: left;
                    margin: 0 0;
                    padding: 6px 6px 6px 30px;
                    border-bottom: 1px solid #e1e1e1;
                }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group:hover {
                        background-color: #f7f8f8;
                    }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group label {
                        width: 32%;
                        height: 34px;
                        float: left;
                        margin: 0 1% 0 0;
                        padding: 0 10px 0 0;
                        color: #333;
                        font-size: 14px;
                        font-weight: bold;
                        text-align: right;
                        line-height: 34px;
                        text-transform: uppercase;
                    }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group input,
                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group textarea {
                        width: 66%;
                        height: 34px;
                        float: left;
                        margin: 0 0 0 1%;
                        padding: 0 0 0 10px;
                        color: #333;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 32px;
                        border: 1px solid #ccc;
                        background-color: #fff;
                    }

                        .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group input.half_input {
                            width: 32%;
                            margin-right: 1%;
                        }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group select.half_select {
                        width: 32%;
                    }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group select {
                        width: 66%;
                        height: 34px;
                        float: left;
                        margin: 0 0 0 1%;
                        padding: 0 0 0 10px;
                        color: #333;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 32px;
                        border: 1px solid #ccc;
                        background-color: #fff;
                        background-image: url('../../img/selectboxarrow.png');
                        background-repeat: no-repeat;
                        background-position: 96% center;
                    }

                    .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group span {
                        width: 66%;
                        height: 34px;
                        float: left;
                        margin: 0 0 0 1%;
                        padding: 0 0 0 0;
                        color: red;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 34px;
                    }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .jp-card-container {
                    position: absolute;
                    top: 0;
                    right: 20px;
                }

                /*.paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group span {
                    width: 69%;
                    height: 34px;
                    float: left;
                    margin: 0 0 0 1%;
                    padding: 0 0 0 0;
                    color: Red;
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 34px;
                }*/

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group input#totalpayment {
                    color: #2d7091;
                    font-size: 14px;
                    font-weight: bold;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group input.sozlesmeinput {
                    width: 4%;
                    margin: 0 3% 0 26%;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group label.sozlesmelabel {
                    width: 66%;
                    margin: 0 0 0 1%;
                    text-align: left;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformleft .form-group button.btn.btn-success {
                    float: left;
                    margin: 9px 0 0 33%;
                }


                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformright i.https {
                    width: auto;
                    float: left;
                    margin: 9px 0 0 25px;
                    padding: 0 9px 0 82px;
                    color: #585858;
                    font-size: 14px;
                    font-weight: 500;
                    font-style: normal;
                    background-image: url('../../img/https.png');
                    background-repeat: no-repeat;
                    background-position: 0 center;
                    background-color: #fff;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformright p {
                    width: auto;
                    float: left;
                    margin: 9px 0 0 25px;
                    padding: 0 0 0 0;
                    color: #585858;
                    font-size: 12px;
                    font-weight: 500;
                    font-style: normal;
                }

                .paymentwrapper .paymentconfirm .form-horizontal form .card-wrapper .cardformright img {
                    width: 100%;
                    height: 110px;
                    float: left;
                    margin: 0 0 0 0;
                    padding: 0 0 0 0;
                    background-image: url('../../img/visamaster.jpg');
                    background-repeat: no-repeat;
                    -webkit-background-size: contain;
                    -moz-background-size: contain;
                    background-size: contain;
                    background-position: center center;
                }

.ourteam_modal {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

    .ourteam_modal.effect {
        right: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .ourteam_modal button.btn.close {
        height: 30px;
        margin: 0 7px -30px 0;
        position: relative;
        z-index: 999999;
        float: right;
        color: #fea802;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none;
    }

    .ourteam_modal .modalcontent {
        width: 100%;
        height: 100%;
        float: left;
        margin: 0 0;
        padding: 30px 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #f1f1f1;
    }

        .ourteam_modal .modalcontent .modal_left {
            width: 69%;
            float: left;
            margin: 0 1% 0 0;
            padding: 0 0 0 0;
        }

            .ourteam_modal .modalcontent .modal_left li {
                width: 100%;
                float: left;
                margin: 0 0;
                padding: 0 0;
            }

            .ourteam_modal .modalcontent .modal_left img {
                width: 100%;
                height: auto;
                max-height: 375px;
                display: block;
                background-repeat: no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                background-position: center center;
            }

.imageGallery .owl-prev {
    position: absolute;
    top: 42%;
    left: 0;
}

.imageGallery .owl-next {
    position: absolute;
    top: 42%;
    right: 0;
}

.ourteam_modal .modalcontent .modal_right {
    width: 29%;
    float: left;
    margin: 0 0 0 1%;
    padding: 0 0 0 0;
}

    .ourteam_modal .modalcontent .modal_right p strong {
        display: block;
        color: #333;
        line-height: 18px;
    }

    .ourteam_modal .modalcontent .modal_right p span {
        display: block;
        color: rgba(0,0,0,.45);
        font-weight: 500;
        line-height: 18px;
    }

    .ourteam_modal .modalcontent .modal_right p a {
        width: auto;
        display: inline-block;
        margin-right: 5px;
        color: rgba(0,0,0,.45);
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

.ui-widget-content {
    background: none;
    background-color: #ffffff;
}

.ui-widget-header {
    background: none;
    border: none;
    background-color: #fea802;
}

.ui-datepicker .ui-datepicker-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
}

.ui-datepicker th {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2B2D42;
    font-size: 14px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #7c7e7f;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 14px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #fea802;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #006200;
    border: none;
}

.ui-datepicker .ui-datepicker-prev .ui-icon-circle-triangle-w {
    background: none;
    background-image: url('../../img/prev.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center left;
}

.ui-datepicker .ui-datepicker-next .ui-icon-circle-triangle-e {
    background: none;
    background-image: url('../../img/next.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center right;
}

.ui-state-disabled {
    cursor: url('../../img/calendardisable.png'), pointer !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, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
}
