﻿body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #ffffff;
    height: 600px;
    overflow-x: hidden;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}


a, a:active, a:checked {
    text-decoration: none;
}

    a:hover {
        text-decoration: none!important;
    }

.dropdownlocation {
    position: relative;
    display: inline-block;
    background: url(../../Images/locationicon.png) right 0.625em center/1.5em 1.5em no-repeat;
    padding: 0.70em;
    padding-left: 2.5em;
}

.list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    margin-bottom: 10px;
}

    .list:hover .dropdown-content {
        display: block;
        background-color: #f9f9f9;
    }

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner-caption {
    /*margin-top:50px;*/
    line-height: 100px;
}

.content-area2 {
    width: 100%;
    padding-bottom: 30px;
    background-color: #fcfcfc;
}

.grayed {
    background-color: #f8f8f8;
}

.booking {
    width: auto;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 2px 14px 31px -1px rgba(227,227,227,1);
    -moz-box-shadow: 2px 14px 31px -1px rgba(227,227,227,1);
    box-shadow: 2px 14px 31px -1px rgba(227,227,227,1);
    padding: 20px 20px 20px 20px;
    text-align: center;
    margin: auto;
    margin-top: -50px;
    display: block;
    position: relative;
    border-radius: 4px;
}

.content-booking {
    width: auto;
    background-color: black;
    position: relative;
    display: table;
    margin-right: 10px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.07);
}

.box {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
    color: #414141;
}



.list-box {
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    -moz-box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    margin: auto;
    margin-bottom: 10px;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}

.border-box:hover {
    border: 1.5px solid #93b843;
}

.list-box label {
    font-size: 17px;
    color: #8f8f8f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

.list-box .label-value {
    font-size: 17px;
    color: #414141;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
}

.list-box .img-box {
    height: 180px;
}

.list-box .icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.text-yellow {
    color: #edb636;
    font-weight: bold;
}

.rates {
    color: #93b843;
    font-size: 24px;
    margin: 0px;
}

.adjusted {
}

    .adjusted h1 {
        font-size: 55px !important;
    }

    .adjusted h2 {
        font-size: 30px !important;
    }

    .adjusted p {
        font-size: 18px !important;
    }

.benefits {
    padding-left: 5%;
}

.benefits2 {
    padding-left: 5%;
}

.benefit {
    margin-bottom: 5%;
}

.course-name {
    font-weight: bolder;
}

.phone-background {
    background-image: url('../../Images/phone-template.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 9;
}

.instruction-description {
    /*text-align: left;*/
    text-align: center;
    margin: 40px 0 0 0;
}

.instruction-picture {
    max-width: 35%;
    min-width: 155px;
    margin: auto;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.instruction-indicators {
    display: inline-block;
    margin-top: 30px;
}

.arrow-right {
    width: 10px;
    height: 10px;
    /*width:0;
                height:0;*/
    border-radius: 50%;
    background: #bada55;
    /*border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #bada55;*/
    display: inline-block;
    margin-right: 10px;
}


.bullet {
    text-decoration: none !important;
    border-radius: 100%;
    background: #93b843;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding-top: 5px;
}


p {
    font-size: 15px;
}

.home-hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    background-color: #cccccc;
    height: 0.15px;
}
/* header*/
.navigation {
    display: inline-block;
    -webkit-box-shadow: 1px 7px 5px -5px rgba(79,79,79,0.17);
    -moz-box-shadow: 1px 7px 5px -5px rgba(79,79,79,0.17);
    box-shadow: 1px 7px 5px -5px rgba(79,79,79,0.17);
    background-color: #fff;
    width: 100%;
    margin-bottom: 60px;
    
}

.nav-desktop {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 99999;
    text-align: right;
    right: 0;
}

    .nav-desktop .tb {
        width: 100%;
    }

    .nav-desktop ul {
        margin: 0;
        padding: 0;
        font-size: 0;
    }

    .nav-desktop .menu-list {
        display: inline-block;
        right: 50px;
    }

    .nav-desktop ul:after {
        content: '';
        display: table;
        clear: both;
    }

    .nav-desktop ul > li {
        position: relative;
        display: inline-block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

        .nav-desktop ul > li:hover, .nav-desktop ul > li::selection  {
            border-bottom: 5px solid #93b843;
            background-color: #fff;
        }

            .nav-desktop ul > li:hover > a,
            .nav-desktop ul > li:hover > span {
                color: #93b843;
            }

            .nav-desktop ul > li:hover > ul {
                opacity: 1;
                visibility: visible;
            }

        .nav-desktop ul > li > .text-white {
            display: block;
            color: #fff;
            font-size: 16px;
            line-height: 60px;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .nav-desktop ul > li > .text-white:hover{
            color: #93b843;
        }

          .nav-desktop ul > li > .text-green {
            display: block;
            color: #93b843;
            font-size: 15px;
            line-height: 60px;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .nav-desktop ul > li > span {
            margin-left: 3px;
            line-height: 50px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        .nav-desktop ul > li > ul {
            left: 0;
            right: inherit;
            top: 100%;
            text-align: left;
        }

            .nav-desktop ul > li > ul.left {
                left: 0;
                right: auto;
            }

            .nav-desktop ul > li > ul.right {
                right: 0;
                left: auto;
            }

            .nav-desktop ul > li > ul ul.right {
                left: -100%;
                right: auto;
            }

    .nav-desktop ul ul {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.17);
        font-size: 18px;
        left: 0;
        list-style: none;
        margin: 10px 0 0;
        min-width: 150px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        z-index: 100;
    }

        .nav-desktop ul ul li {
            display: block;
            position: relative;
            border: 1px solid #f1f1f1;
            border-bottom-width: 0;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

            .nav-desktop ul ul li:last-child {
                /*border-bottom-width: 1px;*/
            }

            .nav-desktop ul ul li:hover,
            .nav-desktop ul li.current-menu-parent,
            .nav-desktop ul ul li.current-menu-item {
                border-color: #fff;
            }

                .nav-desktop ul ul li:hover > a:after,
                .nav-desktop ul li.menu-parent:hover > a:after,
                .nav-desktop ul li.current-menu-parent.menu-parent > a:after,
                .nav-desktop ul ul li.current-menu-item > a:after {
                    border-top-color: #fff;
                }

                .nav-desktop ul li.current-menu-parent > a,
                .nav-desktop ul ul li.current-menu-item > a,
                .nav-desktop ul li.current-menu-parent > span,
                .nav-desktop ul ul li.current-menu-item > span {
                    color: #93b843;
                }

                .nav-desktop ul ul li:hover > a,
                .nav-desktop ul ul li:hover > span {
                    color: #93b843;
                    /*background-color: #93b843;*/
                }

                .nav-desktop ul ul li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                }

            .nav-desktop ul ul li a {
                display: block;
                line-height: 40px;
                text-decoration: none;
                text-transform: uppercase;
                color: #333;
            }

            .nav-desktop ul ul li span {
                position: absolute;
                top: 50%;
                font-size: 15px;
                color: #333;
                right: 10px;
                -webkit-transform: translate(0, -50%);
                -moz-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
            }

    .nav-desktop ul li.menu-parent > a:after {
        margin-top: 2px;
        content: '';
        border: 4px solid transparent;
        border-top-color: #333;
        display: inline-block;
        height: 5px;
        margin-left: 5px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .nav-desktop ul .sub-menu li.menu-parent > a:after {
        position: absolute;
        top: 70%;
        margin: 0;
        -webkit-transform: rotate(-90deg) translateX(50%);
        -moz-transform: rotate(-90deg) translateX(50%);
        -ms-transform: rotate(-90deg) translateX(50%);
        -o-transform: rotate(-90deg) translateX(50%);
        transform: rotate(-90deg) translateX(50%);
    }

    .nav-desktop ul ul li ul {
        left: 100%;
        top: -1px;
    }

.nav {
    width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    /*background: url('../images/background/bg-5.jpg') no-repeat;*/
    background-size: cover;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

    .nav .nav-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: rgba(14, 34, 64, 0.9);
        -webkit-overflow-scrolling: touch;
    }

    .nav .tb {
        width: 100%;
        height: 100%;
    }

    .nav.nav-l .tb-cell,
    .nav.nav-r .tb-cell {
        vertical-align: top;
    }

    .nav ul {
        padding: 65px 0;
        margin: 0;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .nav.nav-c ul {
        text-align: center;
    }

    .nav ul li {
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .nav ul li.current-menu-parent,
        .nav ul li.current-menu-item,
        .nav ul li.active,
        .nav > ul > li:hover {
            background-color: rgba(14, 34, 64, 0.5);
        }

        .nav ul li a {
            padding: 12px 50px;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            font-family: 'Open sans';
            text-decoration: none;
            position: relative;
            letter-spacing: 1px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

        .nav ul li.menu-parent > a:after {
            margin-top: 2px;
            content: '';
            border: 4px solid transparent;
            border-top-color: #fff;
            display: inline-block;
            height: 5px;
            margin-left: 5px;
        }

        .nav ul li.current-menu-item > a:before {
            width: 100%;
        }

        .nav ul li ul {
            margin: 0;
            padding: 0;
            background-color: rgba(255,255,255,.07);
            display: none;
        }

            .nav ul li ul li a {
                font-weight: normal;
                font-size: 30px;
                padding: 10px 50px;
            }

    .nav .bars-close {
        position: absolute;
        font-size: 0;
        top: 27px;
        display: block;
        width: 30px;
        height: 30px;
        z-index: 9;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .nav .bars-close:before,
        .nav .bars-close:after {
            content: '';
            top: 0;
            width: 20px;
            height: 2px;
            position: absolute;
            display: block;
            background-color: #fff;
            bottom: 0;
            margin: auto;
            left: 0;
            right: 0;
        }

        .nav .bars-close:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
        }

        .nav .bars-close:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }

        .nav .bars-close:hover {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

    .nav.nav-l {
        left: -320px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .nav.nav-l > ul {
            opacity: 0;
            -webkit-transform: translate(-50px, 0);
            -moz-transform: translate(-50px, 0);
            -ms-transform: translate(-50px, 0);
            -o-transform: translate(-50px, 0);
            -webkit-transition: all 0.3s ease 0.25s;
            -moz-transition: all 0.3s ease 0.25s;
            -ms-transition: all 0.3s ease 0.25s;
            -o-transition: all 0.3s ease 0.25s;
        }

        .nav.nav-l.nav-active {
            left: 0;
            visibility: visible;
            opacity: 1;
            z-index: 9999999;
        }

            .nav.nav-l.nav-active > ul {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
            }

        .nav.nav-l .bars-close {
            right: 20px;
            left: auto;
        }

    .nav.nav-r {
        left: auto;
        right: -320px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .nav.nav-r > ul {
            opacity: 0;
            -webkit-transform: translate(50px, 0);
            -moz-transform: translate(50px, 0);
            -ms-transform: translate(50px, 0);
            -o-transform: translate(50px, 0);
            -webkit-transition: all 0.3s ease 0.25s;
            -moz-transition: all 0.3s ease 0.25s;
            -ms-transition: all 0.3s ease 0.25s;
            -o-transition: all 0.3s ease 0.25s;
        }

        .nav.nav-r.nav-active {
            right: 0;
            opacity: 1;
            visibility: visible;
        }

            .nav.nav-r.nav-active > ul {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
            }

        .nav.nav-r .bars-close {
            right: 12px;
        }

    .nav.nav-c {
        width: 100%;
        left: 100%;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
    }

        .nav.nav-c ul li {
            font-size: 30px;
        }

        .nav.nav-c .bars-close {
            right: 12px;
        }

        .nav.nav-c.nav-active {
            visibility: visible;
            opacity: 1;
            left: 0;
            z-index: 9999999;
        }

.bars {
    background-color: #414141;
    margin-top: 30px;
}

.float-left {
    margin-left: 50px;
    position: absolute;
    margin-top: 10px;
    width: 150px;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
}


/*Gallery*/
.wrapper2 {
    padding: 50px 50px;
    max-width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.right2 {
    float: right !important;
}

Image zoom on hover + Overlay colour .parent2 {
    width: 100%;
    margin: 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child2 {
    height: 200px;
    width: 100%;
    margin: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.a {
    font-size: 25px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    height: 50px;
    text-decoration: none;
}

.parent2:hover .child2, .parent2:focus .child2 {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

    .parent2:hover .child2:before, .parent2:focus .child2:before {
        display: block;
    }

.parent2:hover a, .parent2:focus a {
    display: block;
}

.child2:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.jumbotron2 {
    background-color: #fff;
}

.jumbotron3 {
    background-color: #fcfcfc;
    padding-bottom: 30px;
}

input[type=submit] {
    width: 0%;
    background-color: #59c45a;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropbtn {
    background-image: url(../../Images/golficon.png);
    color: black;
    padding: 10px;
    font-size: 16px;
    border-color: 1px black;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.btnbooking {
    width: 100%;
    height: 52px;
    background: #93b843;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 7px 5px 7px;
    text-decoration: none;
    border-radius: 4px;
}

    .btnbooking a:hover {
        background: #a7cc59 text-decoration: none;
        color: white;
    }

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    display: inline-block;
}

.form-search{
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ml5 {
    position: relative;
    font-weight: 300;
    font-size: 5em;
    color: #000;
}

    .ml5 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;
        padding-bottom: 0.15em;
        line-height: 1em;
    }

    .ml5 .line {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background-color: darkgrey;
        transform-origin: 0.5 0;
    }

    .ml5 .ampersand {
        font-style: italic;
        font-weight: 400;
        width: 1em;
        margin-right: -0.1em;
        margin-left: -0.1em;
    }

    .ml5 .letters {
        display: inline-block;
        opacity: 0;
    }

}

.right2 {
    float: right !important;
}

Image zoom on hover + Overlay colour .parent2 {
    width: 100%;
    margin: 20px;
    height: 200px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.child2 {
    height: 200px;
    width: 100%;
    margin: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

Several different images .bg-one {
    background-image: url('../../Images/rancamaya-golf.jpg');
}

.bg-two {
    background-image: url('../../Images/rainbow-hill.jpg');
}

.bg-three {
    background-image: url('../../Images/rancamaya-golf.jpg');
}

.bg-four {
    background-image: url('../../Images/permata-sentul.jpg');
}

.bg-five {
    background-image: url('../../Images/royale-jakarta.jpg');
}

.bg-six {
    background-image: url('../../Images/gading-raya.jpg');
}

.bg-seven {
    background-image: url('../../Images/palm-hill.jpg');
}

.bg-eight {
    background-image: url('../../Images/riverside-golf.jpg');
}

.bg-nine {
    background-image: url('../../Images/emeralda-golf.jpg');
}

.bg-ten {
    background-image: url('../../Images/imperial-golf-karawaci.jpg');
}


.a {
    display: none;
    font-size: 25px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

    .a:hover {
        text-decoration: none;
    }

.parent2:hover .child2, .parent2:focus .child2 {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

    .parent2:hover .child2:before, .parent2:focus .child2:before {
        display: block;
    }

.parent2:hover a, .parent2:focus a {
    display: block;
}

.child2:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.jumbotron2 {
    background-color: #fff;
}

.jumbotron3 {
    background-color: #fcfcfc;
    padding-bottom: 30px;
}



input[type=submit] {
    width: 0%;
    background-color: #59c45a;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropbtn {
    background-image: url(../../Images/golficon.png);
    color: black;
    padding: 10px;
    font-size: 16px;
    border-color: 1px black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        .dropdown-content a:hover {
            background-color: #59c45a;
            color: #fff;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fff;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }



.inputlocation {
    background: url(../../Images/locationicon.png) left 0.625em center/1.5em 1.5em no-repeat;
    padding: 0.70em;
    padding-left: 2.5em;
}

.inputtextdate {
    background: url(../../Images/calendar.png) left 0.625em center/1.5em 1.5em no-repeat;
    padding: 0.70em;
    padding-left: 2.5em;
}

.selectplayer {
    padding: 0.7em;
    padding-left: 2.5em;
    background: url("../../Images/adult.png") left 0.625em center/1.5em 1.5em no-repeat;
    color: #555555;
    font-size: 18px;
}

.selectsession {
    width: 100%;
    padding-left: 2.5em;
    background: #fff url(../../Images/clock.png) left 0.625em center/1.5em 1.5em no-repeat;
    color: #555555;
    font-size: 18px;
}

.select-citizenship {
    width: 100%;
    padding-left: 2.5em;
    background: #fff url(../../Images/default.png) left 0.625em center/1.5em 1.5em no-repeat;
    color: #555555;
    font-size: 18px;
}

.ml5 {
    position: relative;
    font-weight: 300;
    font-size: 5em;
    color: #000;
}

    .ml5 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.1em;
        padding-right: 0.05em;
        padding-bottom: 0.15em;
        line-height: 1em;
    }

    .ml5 .line {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background-color: darkgrey;
        transform-origin: 0.5 0;
    }

    .ml5 .ampersand {
        font-style: italic;
        font-weight: 400;
        width: 1em;
        margin-right: -0.1em;
        margin-left: -0.1em;
    }

    .ml5 .letters {
        display: inline-block;
        opacity: 0;
    }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.headerfont {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.promotionbox {
    -webkit-box-shadow: 0px 0px 11px 0px rgba(214,214,214,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(214,214,214,1);
    box-shadow: 0px 0px 11px 0px rgba(214,214,214,1);
}



.storeicon {
    display: inline-block;
    max-width: 150px;
    border: 1px solid white;
    border-radius: 4px;
}

.header-icon {
    display: inline-block;
    max-width: 150px;
    border-radius: 4px;
}

.payment {
    width: 64px;
    height: 40px;
    display: inline-block;
    margin: 0 8px 8px 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

    .payment img {
        max-width: 95%;
        max-height: 95%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-current-day a {
    background-color: #93b843;
    border-width: 0;
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    text-decoration: none;
}

.select {
    color: #555;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0.70em;
    padding-left: 2.5em;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    min-width: 180px;
    height: 60 px;
    text-decoration: none;
}

    .select:hover {
        text-decoration: none;
        color: #414141;
    }

.location {
    background: url(../../Images/locationicon.png) left 0.625em center/1.5em 1.5em no-repeat;
}

.session {
    background: #fff url(../../Images/clock.png) left 0.625em center/1.5em 1.5em no-repeat;
}

.player {
    background: url("../../Images/golfplayer.png") left 0.625em center/1.5em 1.5em no-repeat;
}

.option-list {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.17);
    font-size: 18px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 200px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    z-index: 100;
    display: none;
    max-height: 200px;
}

    .option-list a {
        clear: both;
        color: #333;
        display: block;
        font-weight: 400;
        line-height: 1.42857;
        padding: 3px 20px;
        white-space: nowrap;
        text-decoration: none;
        border-bottom: 1px solid #d1d1d1;
    }

        .option-list a:hover {
            color: #93b843;
            text-decoration: none;
        }

    .option-list::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .option-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px grey;
        border-radius: 10px;
    }

    /* Handle */
    .option-list::-webkit-scrollbar-thumb {
        background: #999999;
        border-radius: 10px;
    }

.search-box {
    position: absolute;
    left: 0;
    top: 100%;
    display: inline-block;
    width: 100%;
    display: none;
    border-top: none;
}

.option-list select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.17);
    font-size: 18px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 200px;
    overflow-y: auto;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 100;
    display: none;
}

.search-control {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
    padding: 5px 5px 5px 30px;
}

.search-icon {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 2px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    left: 10px;
    z-index: 2;
    top: 12px;
}

    .search-icon::after {
        content: '';
        width: 3px;
        height: 7px;
        background: #ccc;
        position: absolute;
        top: 7px;
        left: -3px;
        left: -3px;
        rotate: 45deg;
    }

.seach-control {
    width: 100%;
    height: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-top: 5px;
    padding: 5px 5px 5px 30px;
}

.no-padding {
    padding: 0px;
}

.greybackground {
    background-color: rgba(0, 0, 0, 0.075);
}

.city {
    background-color: #93b843;
    font-size: 15px;
}

.place-icon {
    width: 15px;
    height: 15px;
    margin-top: -5px;
}

.img-list {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
}

.img-detail {
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
}

.img {
    width: 132px;
    height: 176px;
}

.inline {
    display: inline-block;
}

.radio {
    color: #737373;
    font-size: 15px;
    position: relative;
}

    .radio span {
        position: relative;
        padding-left: 30px;
    }

        .radio span:after {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid;
            position: absolute;
            left: 0;
            top: -2px;
            border-radius: 100%;
            -ms-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            margin-top: 3px;
        }

    .radio input[type="radio"] {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

        .radio input[type="radio"]:checked + span {
            color: #93b843;
        }

    .radio p {
        color: #414141;
    }

    .radio input[type="radio"]:checked + span:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        background: #93b843;
        left: 5px;
        top: 6px;
        border-radius: 100%;
        -ms-border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }


.profile {
    /*min-height: 355px;*/
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.avatar {
    margin-bottom: 20px;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.rounded-img {
    border-radius: 100%;
    height: 100px;
}

figcaption.ratings {
    margin-top: 20px;
}

    figcaption.ratings a {
        color: #f1c40f;
        font-size: 11px;
    }

        figcaption.ratings a:hover {
            color: #f39c12;
            text-decoration: none;
        }

.divider {
    border-top: 1px solid rgba(0,0,0,0.1);
}


span.tags {
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}

.dropdown-menu {
    background-color: #34495e;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 250px;
    margin-left: -125px;
    left: 50%;
}

    .dropdown-menu .divider {
        background: none;
    }

    .dropdown-menu > li > a {
        color: #f5f5f5;
    }

.dropup .dropdown-menu {
    margin-bottom: 10px;
}

    .dropup .dropdown-menu:before {
        content: "";
        border-top: 10px solid #34495e;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        z-index: 10;
    }

.img-course {
    width: 100%;
    height: 59vh;
    background-attachment: fixed;
    bottom: 0;
    margin: 0 auto;
    -webkit-box-shadow: -3px 9px 52px -12px rgba(240,240,240,1);
    -moz-box-shadow: -3px 9px 52px -12px rgba(240,240,240,1);
    box-shadow: -3px 9px 52px -12px rgba(240,240,240,1);
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.blue {
    color: #428bca;
}

    .blue a:hover {
        color: #428bca;
    }

.padding-bottom {
    padding-bottom: 40px;
}

.maps {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.margin-top {
    margin-top: 10px;
}

.no-padding-left {
    padding-left: 0px;
}

.course-logo {
    width: 150px;
    height: 150x;
}

.padding-top {
    padding-top: 40px;
}

.no-text-decoration a:hover {
    text-decoration: none;
    color: white;
}


select option {
    background-color: white;
    color: grey;
    width: 310px;
    padding: 10px 15px;
    height: 20px;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

    select option:hover {
        padding-left: 25px;
        color: #93b843;
    }


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #93b843;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
    padding: 40px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.padding-box {
    padding: 20px 15px 20px 15px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.text-grey {
    color: #999999;
}

.text-white{
    color: #fff;
}
.text-black{
    color: #414141;
}
.text-black:hover{
    color: #93b843;
}

ul {
    padding-left: 0px;
}

.margin-left {
    margin-left: 20px;
}

.margin-right {
    margin-right: 20px;
}

.orange-button {
    width: 100%;
    background: #d6a431;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    border-radius: 4px;
}

.input {
    margin: 0.25rem;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    border-left: 4px solid;
    border-radius: 4px;
    transition: border-color .5s ease-out;
    padding: 6px 12px;
    font-size: 18px;
    color: #555555;
}

    .input.required {
        border-left-color: #d0021b;
    }

    .input.normal {
        border-left-color: #999999;
    }

.text-below {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
}

    .text-below.red {
        color: #e93434;
    }

.text-green, .text-green:hover {
    color: #93b843;
}



.step-box {
    min-height: 50px;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    -moz-box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    box-shadow: -1px 0px 9px 1px rgba(214,214,214,1);
    margin: 15px 15px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    position: relative;
    padding: 15px 10px 10px 10px;
    font-size: 15px;
}

    .step-box img {
        height: 20px;
    }

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.table-icon {
    width: 25px;
    height: 25px;
}

.bg-green {
    background-color: #93b843;
    color: #fff;
}

.btn-green {
    background: #93b843;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn-green a:hover {
        background: #7b9b34;
        color: white!important;
        text-decoration: none!important;
    }

.btn-red {
    background: #bb6860;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn-red a, .btn-red a:hover {
        text-decoration: none;
        color: white;
    }

    .btn-red:hover {
        background: #c15147;
        color: white;
        text-decoration: none;
    }

.btn-blue {
    background: #428bca;
    border: none;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 40px 8px 40px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn-blue a:hover {
        background: #428bca;
        color: white;
        text-decoration: none;
    }


.border {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.title {
    font-size: 22px;
}

.headerfont.margin-bottom {
    margin-bottom: 20px;
}

.pointer:hover {
    cursor: pointer;
}

.center {
    text-align: center;
}


.bank {
    width: 100%;
    height: 70px;
    display: inline-block;
    margin: 0 8px 20px 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    padding: 10px;
}

.container-margin-top {
    margin-top: 25vh;
}

.md-margin-top {
    margin-top: 50px;
}

.section {
    min-height: 800px;
}

.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}

.title-padding-top {
    padding-top: 10px;
}

.border-radius {
    border-radius: 4px;
}

.border-bottom {
    border-bottom: 1px #d1d1d1;
}

.no-border-radius {
    border-radius: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-padding-top {
    padding-top: 0px;
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-justify {
        text-align: justify;
    }

    .xs-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .xs-margin-top {
        margin-top: 10px;
    }

    .hidden-xs {
        visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .sm-margin-top {
        margin-top: 10px;
    }
    .hidden-sm {
        visibility: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}
    .hidden-md {
        visibility: hidden;
    }

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

/*Slide Down a Bar on Scroll*/

.navbar {
    -webkit-box-shadow: -1px 23px 22px -20px rgba(173,173,173,1);
    -moz-box-shadow: -1px 23px 22px -20px rgba(173,173,173,1);
    box-shadow: -1px 23px 22px -20px rgba(173,173,173,1);
    position: fixed;
    top: -50px;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

    .navbar a {
        float: left;
        display: block;
        color: #414141;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        font-size: 17px;
    }

        .navbar a:hover {
            background-color: #ddd;
            color: black;
        }

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.alert a:hover {
    color: #428bca;
}

.pace .pace-progress {
    background: #93b843;
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
    right: 100%;
    height: 2px;
}

.pace-active {
    background-color: #93b843;
}

/* 23. Footer 
 --------------------------------------------------------------------------------*/
footer {
    background-color: #fafafa;
    background-size: cover;
    padding-bottom: 0px;
    font-family: 'Open Sans';
}

footer .transparent{
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

    footer .logo-footer {
        margin-top: 20px;
    }

        footer .logo-footer img {
            max-width: 200px;
        }

    footer .ul-ft {
        margin-top: 20px;
    }

        footer .ul-ft ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    footer .-ft ul li a {
        color: #969696;
        text-decoration: none;
        line-height: 30px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    footer .ul-ft ul li a:hover {
        color: #93b843;
        ;
        padding-left: 3px;
    }

    footer .currency-lang-bottom {
        margin-top: 70px;
        width: 45%;
        margin-left: 5%;
    }

        footer .currency-lang-bottom.open .dropdown-head span {
            z-index: 1001;
        }

        footer .currency-lang-bottom .dropdown-head {
            line-height: 40px;
            text-transform: inherit;
            color: #414141;
            border: 1px solid #3d3d3d;
            padding: 0 15px;
            cursor: pointer;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

            footer .currency-lang-bottom .dropdown-head span {
                float: right;
                color: #59c45a;
                position: relative;
                line-height: 40px;
                margin-left: 0;
            }

        footer .currency-lang-bottom .dropdown-body {
            bottom: -5px;
            top: inherit;
            left: -5px;
            right: -5px;
            border: 5px solid rgba(0, 0, 0, 0.3);
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
        }

        footer .currency-lang-bottom ul {
            width: 100%;
            background-color: #fff;
            margin: 0;
            padding: 5px 0;
            list-style: none;
        }

            footer .currency-lang-bottom ul li a {
                padding: 0 15px;
                color: #333;
                text-decoration: none;
                line-height: 30px;
                display: block;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
            }

                footer .currency-lang-bottom ul li a:hover {
                    background-color: #25ab4b;
                    color: #fff;
                }

        footer .currency-lang-bottom:hover .dropdown-head {
            border: 1px solid #25ab4b;
        }

    footer .copyright {
        color: #fff;
        clear: both;
        line-height: 20px;
        margin: 45px 0 0 0;
        float: right;
    }

    footer a:hover, a:active {
        text-decoration: none;
        color: #93b843;
    }

    footer a {
        text-decoration: none;
        color: #414141;
    }

    footer h4 {
        color: #414141;
    }

    footer p {
        color: #999999;
        margin-top: 10px;
    }


.logo {
    width: 120px;
    padding: 10px 0 10px 0;
}


/*accordion*/
.accordion {
    background-color: #eaeaea;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
}

    .accordion:active, .accordion:hover {
        background-color: #ccc;
    }

.none-display {
    display: none;
}

.text-red {
    color: #a94442;
}

    .text-red:hover {
        color: #a94442;
    }

.bold {
    font-weight: bold;
}

.padding-alert {
    padding-left: 45px;
    padding-right: 45px;
}

.img-auto {
    background-repeat: no-repeat;
    background-size: auto;
    height: 400px;
}

.big-margin-top {
    margin-top: 120px;
}

.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}

.bg-red {
    background-color: #c14141;
    color: white;
}

.bg-black {
    background-color: #000;
    color: white;
}


.bg-grey {
    background-color: #555555;
    color: #fff;
}

.margin-bottom-logo {
    margin-bottom: 20px;
}

.padding-text {
    padding: 10px;
}

.padding-col {
    padding-left: 15px;
}

.fixed {
    position: fixed;
}

.nav-style {
    position: fixed;
    top: -90px;
    width: 100%;
    display: block;
    transition: top 0.3s;
}

.link:hover, link:checked, link:active {
    text-decoration: none;
}

.small-icon {
    width: 18px;
    height: 18px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #93b843;
  border-color: #93b843;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.btn-tertiary {
    color: #555;
    padding: 0;
    line-height: 40px;
    width: 300px;
    margin: auto;
    display: block;
    border: 2px solid #555;
    &:hover, &:focus;

{
    color: lighten(#555, 20%);
    border-color: lighten(#555, 20%);
}

}

.card-img {
    width: 70%;
}

.md-icon {
    width: 60px;
    height: 60px;
}

.text-margin-top {
    margin-top: 20px;
}

.padding-table-player {
    padding: 10px 0 10px 0;
}


/*Password Strength Checker*/
#register .short {
    font-weight: bold;
    color: #a94442;
    font-size: larger;
}

#register .weak {
    font-weight: bold;
    color: #ff8c00;
    font-size: larger;
}

#register .good {
    font-weight: bold;
    color: #428bca;
    font-size: larger;
}

#register .strong {
    font-weight: bold;
    color: #93b843;
    font-size: larger;
}

.event-img{
    width: 450px;
    height: 450px;
}


  .button-qcard {
    backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #93b843;
  border-radius: 50px;
  border: 3px solid #ffffff;
  border-width: 3px 3px 3px 3px;
  padding: 11px 20px 11px 20px;
  color: #ffffff;
  font-size: 16px;
  font-family: Lucida Sans Unicode;
  font-weight: 300;
  font-style: normal
  }
  .button-qcard > div {
    color: #999999;
  font-size: 10px;
  font-family: Helvetica Neue;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .button-qcard > i {
    font-size: 1em;
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 13px;
  position: static
  }
  .button-qcard > .ld {
    font-size: initial
  }

  .qcard-list::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10c';
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 12px;
    color: #93b843;
  }

  .qcard-list li {
    padding-left: 30px;
    position: relative;
  }

    .relative {
        margin-top: -200px;
        display: block;
        position: relative;
    }

  .header{
      padding-top: 200px;
      background: #93b843;
  }

  /*Pulse Animation*/
  .pulse {
  display: inline-block;
  margin: 20px 10px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e2772f;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.banner{
    margin-top: 60px;
    height: 39vh;
    padding-top: 0px;
}

@media (max-width: 767px) {
    .banner-text {
        position: absolute;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px){
    .banner-text {
        position: absolute;
        top: 40%;
        left: 65%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .banner-text2 {
        position: absolute;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 768px){
    .banner-text2 {
       width: 40%;
       position: absolute;
       top: 40%;
       right: 30%;
       transform: translate(-50%, -50%);
    }
}

.learn-more a:hover{
    color: #93b843;
    text-decoration: none;
}

.img-cover {
    background-size: cover;
    background: no-repeat center center;
}
.font-terms{
    font-size: 0.8rem;
}

.how-to-height{
    min-height: 370px;
}

.small-margin-top{
    margin-top: 7px;
}

@media screen and (min-width: 768px){
.modal-dialog {
    right: auto;
    left: 0%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media screen and (max-width: 968px) {
            .header_transparent{
                margin: 0px 0;
                min-height: 100vh:
            }
            .main-container{
                min-height: 150vh;
            }
            .bg-img {
            object-fit: cover;
            }
            label.checkbox-inline.col-md-offset-1 {
            float: left;
            text-indent: 15px;
            }
            .col-md-6.col-md-offset-6.main-container {
            position: absolute;
            left: 0;
            right: 0;
            }
            .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
            position: absolute;
             margin-top: 4px\9;
            margin-left: 0px;
            }
            h4.display-block {
            font-size: 13px;
            }
        } 