/*
Name: 			theme.css
Written by: 	Okler Themes - (http://www.okler.net)
Version: 		3.3.2
*/
body {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    margin:0px;
    padding:0px;
    font-weight:normal;
}

/* Responsive */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}
/* Header */
#header {
    background: #F6F6F6;
    background: -webkit-linear-gradient( #f6f6f6, white);
    background: linear-gradient( #f6f6f6, white);
    clear: both;
    border-top: 5px solid #EDEDED;
    min-height: 70px;
    padding: 0px 0;
}

    #header > .container {
        height: 65px;
        margin-bottom: -41px;
        position: relative;
        display: table;
        max-width: 1170px;
    }

    #header > .navbar-collapse > .container {
        position: relative;
    }

    #header .header-top {
        min-height: 50px;
    }

        #header .header-top form {
            margin: 0;
        }

        #header .header-top p {
            float: left;
            font-size: 0.9em;
            line-height: 50px;
            margin: 0;
        }

        #header .header-top i {
            margin-right: 6px;
            margin-left: 6px;
            position: relative;
            top: 1px;
        }

        #header .header-top nav {
            float: left;
            width: auto;
        }

        #header .header-top ul.nav-top {
            margin: 7px 0 0 -15px;
            min-height: 5px;
        }

            #header .header-top ul.nav-top li.phone {
                margin-right: 10px;
            }

            #header .header-top ul.nav-top li a {
                padding-left: 4px;
            }

    #header .social-icons {
        clear: right;
        float: right;
        margin-top: -3px;
        margin-left: 5px;
        position: relative;
    }

    #header .search {
        float: right;
        margin: 10px 0 0 15px;
        position: relative;
    }

        #header .search + .social-icons {
            clear: none;
            margin-left: 10px;
            margin-right: 0;
            margin-top: 13px;
        }

        #header .search input.search:first-child {
            -webkit-transition: width 0.2s ease-in 0.2s;
            -moz-transition: width 0.2s ease-in 0.2s;
            transition: width 0.2s ease-in 0.2s;
            border-radius: 20px;
            width: 170px;
            font-size: 0.9em;
            padding: 6px 12px;
            height: 34px;
            margin: 0;
        }

        #header .search input.search:focus {
            width: 220px;
            border-color: #CCC;
        }

        #header .search button.btn-default {
            border: 0;
            background: transparent;
            position: absolute;
            top: 0;
            right: 0;
            color: #CCC;
            z-index: 3;
        }

    #header nav {
        float: right;
    }

        #header nav ul.nav-main {
            margin: -7px 0px 8px 0;
        }

            #header nav ul.nav-main > li + li {
                margin-left: -4px;
            }

            #header nav ul.nav-main li a {
                font-size: 12px;
                font-style: normal;
                line-height: 20px;
                margin-left: 3px;
                margin-right: 3px;
                text-transform: uppercase;
                font-weight: 700;
                padding: 10px 13px;
            }

                #header nav ul.nav-main li a:hover {
                    background-color: #F4F4F4;
                }

            #header nav ul.nav-main li ul a {
                text-transform: none;
                font-weight: normal;
                font-size: 0.9em;
            }

            #header nav ul.nav-main li.dropdown.open a.dropdown-toggle {
                border-radius: 5px 5px 0px 0px;
                background-color: #CCC;
            }

            #header nav ul.nav-main li.dropdown:hover > a {
                padding-bottom: 11px;
                margin-bottom: -1px;
            }

            #header nav ul.nav-main li.dropdown:hover > ul {
                display: block;
            }

            #header nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
                border-radius: 0px;
            }

            #header nav ul.nav-main li.active a {
                background-color: #CCC;
            }

            #header nav ul.nav-main li a.dropdown-toggle.extra {
                display: none;
            }

            #header nav ul.nav-main ul.dropdown-menu {
                background-color: #CCC;
                border: 0;
                border-radius: 0 6px 6px 6px;
                box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
                margin: 1px 0 0 3px;
                padding: 5px;
                top: auto;
            }

                #header nav ul.nav-main ul.dropdown-menu li:hover > a {
                    filter: none;
                    background: #999;
                }

                #header nav ul.nav-main ul.dropdown-menu li:last-child > a {
                    border-bottom: 0;
                }

                #header nav ul.nav-main ul.dropdown-menu > li > a {
                    color: #FFF;
                    font-weight: 400;
                    padding-bottom: 4px;
                    padding-top: 4px;
                    text-transform: none;
                    position: relative;
                    padding: 8px 10px 8px 5px;
                    font-size: 0.9em;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                }

                #header nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
                    border-radius: 6px;
                    margin-left: 0;
                    margin-top: -5px;
                }

            #header nav ul.nav-main .dropdown-submenu {
                position: relative;
            }

                #header nav ul.nav-main .dropdown-submenu > .dropdown-menu {
                    top: 0;
                    left: 100%;
                    margin-top: -6px;
                    margin-left: -1px;
                    border-radius: 0 6px 6px 6px;
                }

                #header nav ul.nav-main .dropdown-submenu > a:after {
                    display: block;
                    content: " ";
                    float: right;
                    width: 0;
                    height: 0;
                    border-color: transparent;
                    border-style: solid;
                    border-width: 5px 0 5px 5px;
                    border-left-color: #cccccc;
                    margin-top: 5px;
                    margin-right: -10px;
                }

                #header nav ul.nav-main .dropdown-submenu.pull-left {
                    float: none;
                }

                    #header nav ul.nav-main .dropdown-submenu.pull-left > .dropdown-menu {
                        left: -100%;
                        margin-left: 10px;
                        border-radius: 6px 0 6px 6px;
                    }

                #header nav ul.nav-main .dropdown-submenu:hover > .dropdown-menu {
                    display: block;
                }

                #header nav ul.nav-main .dropdown-submenu:hover > a:after {
                    border-left-color: #FFF;
                }

        #header nav ul.nav-top {
            margin: 10px 0 -10px;
            min-height: 62px;
        }

            #header nav ul.nav-top li span {
                display: block;
                line-height: 14px;
                margin-bottom: 2px;
                margin-right: 0;
                margin-top: 5px;
                padding: 8px 2px 8px 12px;
            }

            #header nav ul.nav-top li a, #header nav ul.nav-top li span {
                color: #999;
                font-size: 0.9em;
                padding: 6px 10px;
            }

            #header nav ul.nav-top li i {
                margin-right: 6px;
                position: relative;
                top: 1px;
            }

    #header .nav-main-collapse {
        overflow-y: visible;
    }

        #header .nav-main-collapse.in {
            overflow-y: visible;
        }

    /* Logo */
    #header .logo {
        -webkit-transition: all 0.2s ease-in 0.2s;
        -moz-transition: all 0.2s ease-in 0.2s;
        transition: all 0.2s ease-in 0.2s;
        margin: 0;
        padding: 5px 0;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        color: transparent;
    }

        #header .logo a {
            position: relative;
            z-index: 1;
        }

        #header .logo img {
            position: relative;
            color: transparent;
        }

/* Header Container */
.header-container {
    min-height: 76px;
    position: relative;
}

/* Responsive Nav Button */
.btn-responsive-nav {
    display: none;
}

/* Sticky Menu */
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

body.sticky-menu-active #header {
    border-bottom: 1px solid #E9E9E9;
    position: fixed;
    top: -40px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
    padding: 8px 0px 12px 0px;
}

body.sticky-menu-active #filterSection {
    border-bottom: 1px solid #E9E9E9;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 1001;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    filter: none;
    padding: 12px 0px 12px 0px;
}

body.sticky-menu-active #header .social-icons {
    margin-top: -1px;
}

body.sticky-menu-active #header nav ul.nav-main {
    margin-bottom: 0px;
    margin-top: 15px;
}

/* Header Mega Menu */
@media (min-width: 992px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

        #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title .not-included {
            color: #b7b7b7;
            display: block;
            font-size: 0.8em;
            font-style: normal;
            margin: -8px 0 -4px;
            padding: 0;
        }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #FFF !important;
        border-top: 6px solid #CCC;
        color: #777777;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
            color: #777777;
            text-shadow: none;
            margin: 0 0 0 -8px;
            padding: 3px 8px;
            text-transform: none;
            font-size: 0.9em;
            display: block;
            font-weight: normal;
            border-radius: 4px;
            border: 0;
        }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #F4F4F4 !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

        #header nav.mega-menu .dropdown-menu > li {
            display: block;
        }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px;
    }

        #header nav.mega-menu .mega-menu-content:before {
            display: table;
            content: "";
            line-height: 0;
        }

        #header nav.mega-menu .mega-menu-content:after {
            display: table;
            content: "";
            line-height: 0;
            clear: both;
        }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }

    .filter {
        top: -230px;
    }
}
/* Header Flat Menu */
#header.flat-menu > .container {
    height: 91px;
    margin-bottom: -82px;
}

#header.flat-menu .header-top {
    margin-top: -8px;
}

#header.flat-menu .social-icons {
    margin: 11px 10px 9px 10px;
    margin: 10px 10px 0;
}

#header.flat-menu .search {
    margin-top: 8px;
}

    #header.flat-menu .search form {
        margin: 0;
    }

    #header.flat-menu .search input.search-query {
        padding-bottom: 5px;
        padding-top: 5px;
    }

#header.flat-menu nav ul.nav-main {
    float: right;
    margin: -9px 0 -8px;
}

    #header.flat-menu nav ul.nav-main > li > a {
        margin-bottom: 0;
        border-top: 5px solid transparent;
    }

    #header.flat-menu nav ul.nav-main li a {
        border-radius: 0;
        margin-left: 1px;
        margin-right: 3px;
        padding-bottom: 20px;
        padding-top: 46px;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover a.dropdown-toggle {
        border-radius: 0;
    }

    #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding-bottom: 21px;
    }

    #header.flat-menu nav ul.nav-main ul.dropdown-menu {
        margin: 0 0 0 1px;
        border-radius: 0;
    }

        #header.flat-menu nav ul.nav-main ul.dropdown-menu ul.dropdown-menu {
            border-radius: 0;
        }

/* Header Flat Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.flat-menu ul.nav-main {
    margin-bottom: -10px;
    margin-top: 34px;
}

    body.sticky-menu-active #header.flat-menu ul.nav-main > li > a, body.sticky-menu-active #header.flat-menu ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 26px;
        padding-top: 26px;
    }

body.sticky-menu-active #header.flat-menu .logo {
    padding-top: 15px;
}

body.sticky-menu-active #header.flat-menu .header-top {
    display: none;
}

html.boxed #header.flat-menu {
    padding: 15px 0 7px;
}

    html.boxed #header.flat-menu.clean-top {
        padding-bottom: 8px;
    }

    html.boxed #header.flat-menu.colored {
        padding: 0 0 7px;
    }

    html.boxed #header.flat-menu.single-menu nav ul.nav-main ul.dropdown-menu {
        margin-top: -1px;
    }

    html.boxed #header.flat-menu .header-top {
        border-radius: 5px 5px 0 0;
    }

html.boxed body.sticky-menu-active #header.flat-menu.clean-top, html.boxed body.sticky-menu-active #header.flat-menu.colored {
    padding: 15px 0 7px;
}

/* Header Single Menu */
#header.single-menu {
    min-height: 86px;
}

    #header.single-menu > .container {
        height: 91px;
        margin-bottom: -77px;
    }

    #header.single-menu .social-icons {
        margin-top: 32px;
    }

    #header.single-menu .search {
        display: none;
    }

        #header.single-menu .search + nav {
            display: none;
        }

    #header.single-menu nav ul.nav-main {
        margin: -28px 0 -9px;
        float: right;
    }

        #header.single-menu nav ul.nav-main li a, #header.single-menu nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 20px;
            padding-top: 62px;
        }

    #header.single-menu nav.mega-menu .mega-menu-signin {
        margin-right: 0;
    }

/* Header Single Menu - Sticky Menu / Boxed */
body.sticky-menu-active #header.single-menu .logo {
    padding-top: 14px;
}

body.sticky-menu-active #header.single-menu .social-icons {
    margin-top: 54px;
}

body.sticky-menu-active #header.single-menu nav ul.nav-main {
    margin-top: 20px;
    margin-bottom: -9px;
}

    body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a {
        border-top-color: transparent;
        padding-bottom: 21px;
        padding-top: 36px;
    }

html.boxed #header.single-menu {
    padding: 4px 0 7px;
}

html.boxed body.sticky-menu-active #header.single-menu {
    padding: 15px 0 7px;
}

/* Header Clean Top */
#header.clean-top .header-top {
    border-bottom: 1px solid #EDEDED;
    background-color: #F4F4F4;
    margin-top: -8px;
}

#header.clean-top .social-icons {
    margin: 11px 10px 9px 10px;
}

/* Header Clean Top - Sticky Menu / Boxed */
body.sticky-menu-active #header.clean-top ul.nav-main > li > a, body.sticky-menu-active #header.clean-top ul.nav-main > li:hover > a {
    padding-bottom: 20px;
    padding-top: 33px;
}

/* Header Colored */
#header.colored {
    border-top: 0;
}

    #header.colored > .container {
        height: 107px;
        margin-bottom: -92px;
    }

    #header.colored .header-top p, #header.colored .header-top a, #header.colored .header-top span {
        color: #FFF;
    }

    #header.colored .search input.search-query {
        border: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        box-shadow: none;
    }

    #header.colored nav ul.nav-main {
        margin: -15px 0 -8px;
    }

        #header.colored nav ul.nav-main li a {
            padding-bottom: 24px;
            padding-top: 50px;
        }

        #header.colored nav ul.nav-main li.dropdown:hover > a {
            padding-bottom: 24px;
        }

/* Header Colored - Sticky Menu / Boxed */
body.sticky-menu-active #header.colored .logo {
    padding-top: 6px;
}

body.sticky-menu-active #header.colored ul.nav-main > li > a, body.sticky-menu-active #header.colored ul.nav-main > li:hover > a {
    padding-bottom: 24px;
    padding-top: 24px;
}

/* Header Darken Top Border */
#header.darken-top-border > .container {
    height: 103px;
}

#header.darken-top-border ul.nav-main {
    margin: -11px 0 -8px;
}

/* Header Darken Top Border - Sticky Menu / Boxed */
body.sticky-menu-active #header.darken-top-border nav ul.nav-main {
    margin-top: 33px;
}

    body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li > a, body.sticky-menu-active #header.darken-top-border nav ul.nav-main > li:hover > a {
        padding-bottom: 22px;
        padding-top: 30px;
    }

html.boxed #header.darken-top-border {
    border-top: 0;
}

/* Header Center */
#header.center .logo {
    text-align: center;
    position: static;
    margin-top: 5px;
}

#header.center nav {
    float: left;
    text-align: center;
    width: 100%;
}

    #header.center nav ul.nav-main {
        margin: 35px 0 10px;
    }

        #header.center nav ul.nav-main > li {
            display: inline-block;
            float: none;
            text-align: left;
        }

@media (max-width: 991px) {
    #header.center nav {
        float: none;
    }


    /*.filter
    {
        top:-230px;
    }*/
}
/* Header Center - Sticky Menu */
body.sticky-menu-active #header.center > .container {
    margin-top: -60px;
}

body.sticky-menu-active #header.center .logo {
    text-align: left;
}

    body.sticky-menu-active #header.center .logo img {
        margin-top: 42px;
    }

body.sticky-menu-active #header.center nav {
    float: right;
    margin-top: 18px;
    width: auto;
}

    body.sticky-menu-active #header.center nav ul.nav-main > li > a, body.sticky-menu-active #header.center nav ul.nav-main > li:hover > a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

/* Header Narrow */
@media (min-width: 992px) {
    #header.narrow {
        height: auto;
        min-height: 85px;
        padding: 0;
        border-bottom: 1px solid #E9E9E9;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

        #header.narrow > .container {
            margin-bottom: -48px;
            height: 75px;
        }
}
/* Mega Menu (Signin/SignUp) */
#header nav.mega-menu ul.nav-main .mega-menu-signin {
    margin-right: -20px;
    padding-left: 0;
    margin-left: 0;
}

    #header nav.mega-menu ul.nav-main .mega-menu-signin a {
        color: #444;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
        width: 40%;
        right: 130px;
        border-radius: 0px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .fa-user {
        margin-right: 5px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .mega-menu-sub-title {
        margin-bottom: 10px;
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin .sign-up-info, #header nav.mega-menu ul.nav-main .mega-menu-signin .log-in-info {
        text-align: center;
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.open a.dropdown-toggle {
        margin-bottom: -1px;
        padding-bottom: 11px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signin-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .signup-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.signin .recover-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signin-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .signup-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.signup .recover-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signin-form, #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .signup-form {
        display: none;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.recover .recover-form {
        display: block;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail {
        float: left;
        margin-right: 15px;
    }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar .img-thumbnail img {
            max-width: 55px;
        }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
        color: #111;
        display: block;
        padding-top: 7px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
        color: #666;
        display: block;
        font-size: 12px;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar p {
        color: #999;
        margin: 0 0 0 25px;
        text-align: left;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
        list-style: square;
        margin-top: 6px;
    }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
            text-decoration: none;
        }

body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu li a, body #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    #header nav.mega-menu ul.nav-main .mega-menu-signin {
        margin-right: 0;
    }

        #header nav.mega-menu ul.nav-main .mega-menu-signin a {
            color: #FFF;
        }

            #header nav.mega-menu ul.nav-main .mega-menu-signin a .fa-angle-down {
                display: none !important;
            }

        #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu {
            margin: 25px 0 0 0 !important;
            padding: 0 0 0 8px;
            width: 100%;
            right: 0;
        }

            #header nav.mega-menu ul.nav-main .mega-menu-signin ul.dropdown-menu li a {
                color: #FFF;
                padding: 6px 0 !important;
            }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong, #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
            color: #FFF !important;
        }

        #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options {
            margin: 25px 0 0 0 !important;
        }

            #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a {
                color: #FFF !important;
            }

                #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .list-account-options a:hover {
                    color: #FFF !important;
                }
}
/* Responsive */
@media (max-width: 991px) {
    /* Header */
    #header {
        clear: both;
    }

        #header > .container {
            margin-bottom: 0;
        }

        #header .social-icons, #header .search {
            display: none;
        }

        #header .nav-collapse {
            background: #171717;
            width: 100%;
            clear: both;
            width: 100%;
        }

            #header .nav-collapse .container .nav-main {
                float: left;
                width: 100%;
            }

        #header .nav-main-collapse {
            top: 8px;
            position: relative;
            background: #171717;
            max-height: none;
            width: 100%;
            overflow: hidden;
            overflow-y: hidden;
            overflow-x: hidden;
        }

            #header .nav-main-collapse.collapse {
                display: none !important;
            }

            #header .nav-main-collapse.in {
                width: 100%;
                overflow: hidden;
                overflow-y: hidden;
                overflow-x: hidden;
                display: block !important;
            }

        #header .nav-main {
            padding: 10px 0;
            clear: both;
            display: block;
            float: none;
            width: 100%;
        }

            #header .nav-main ul {
                padding: 0;
                margin: 0;
            }

                #header .nav-main ul li {
                    padding: 0;
                    margin: 0;
                    clear: both;
                    float: none;
                    display: block;
                    border-bottom: 1px solid #2A2A2A;
                }

                    #header .nav-main ul li:last-child {
                        border-bottom: none;
                    }

                #header .nav-main ul ul {
                    margin-left: 20px !important;
                }

                #header .nav-main ul.nav-main {
                    float: none;
                    position: static;
                    margin: 8px 0;
                    margin-right: -10px;
                }

                #header .nav-main ul.dropdown-menu {
                    position: static;
                    clear: both;
                    float: none;
                    display: none !important;
                }

            #header .nav-main li.resp-active > ul.dropdown-menu {
                display: block !important;
            }

            #header .nav-main li.dropdown a.dropdown-toggle.extra {
                float: right;
                position: relative;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                margin: 3px 0 -38px 0;
                z-index: 10;
                display: block;
            }

            #header .nav-main li a.dropdown-toggle.disabled .fa {
                display: none;
            }

        #header nav ul.nav-main > li + li {
            margin-left: 0;
        }

        #header nav ul.nav-main li a {
            color: #FFF;
            clear: both;
            float: none;
            display: block;
            padding: 9px 8px;
            border: 0;
            border-top: 0;
            margin: 0;
        }

            #header nav ul.nav-main li a i.fa-angle-down {
                position: absolute;
                right: 5px;
                top: 10px;
            }

        #header nav ul.nav-main li.dropdown:hover > a {
            margin-bottom: -2px;
        }

        #header nav ul.nav-main ul.dropdown-menu {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #header nav ul.nav-main ul.dropdown-menu li > a {
                padding: 9px 8px;
                border: 0;
                border-top: 0;
                margin: 0;
                border-bottom: none;
            }

        #header nav ul.nav-main ul.sub-menu {
            padding: 0;
            margin: 0 0 10px 0;
        }

        #header nav ul.nav-main .dropdown-submenu > a:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #FFF;
        }

        #header nav ul.nav-main .dropdown-submenu:hover > a:after {
            border-left-color: transparent;
        }

        #header.flat-menu > .container {
            margin-bottom: 0;
        }

        #header.flat-menu nav ul.nav-main {
            padding: 0;
            margin: 0;
        }

            #header.flat-menu nav ul.nav-main li a {
                color: #FFF !important;
            }

        #header.center nav ul.nav-main > li {
            display: block;
        }

    body #header nav ul.nav-main ul.dropdown-menu {
        background: none !important;
        background-color: transparent !important;
    }

    body #header nav ul.nav-main li.dropdown.open .dropdown-toggle, body #header nav ul.nav-main li a, body #header nav ul.nav-main li > a:hover, body #header nav ul.nav-main li.active a, body #header nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }

    body #header nav ul.nav-main ul.dropdown-menu li:hover > a, body #header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover {
        background: none !important;
        background-color: transparent !important;
    }

    body #header.flat-menu nav ul.nav-main li.dropdown:hover a {
        background: none !important;
        background-color: transparent !important;
    }

    body #header.flat-menu nav ul.nav-main li a, body #header.flat-menu nav ul.nav-main li.dropdown:hover > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }

    body #header.single-menu nav ul.nav-main li.active > a {
        padding: 9px 8px;
        border: 0;
        border-top: 0;
        margin: 0;
    }

    body #header.flat-menu nav ul.nav-main li > a:hover, body #header.flat-menu nav ul.nav-main li.dropdown:hover a {
        background: transparent !important;
    }

    html.boxed #header.single-menu > .container, html.boxed #header.flat-menu > .container {
        height: 95px;
        margin-bottom: 10px;
    }

    html.boxed #header.single-menu ul.nav-main, html.boxed #header.flat-menu ul.nav-main {
        margin: 5px 25px 5px 0;
    }

    html.boxed #header.single-menu nav ul.nav-main > li > a, html.boxed #header.flat-menu nav ul.nav-main > li > a {
        padding: 9px 8px !important;
    }

    body.sticky-menu-active #header .nav-main-collapse, #header.fixed .nav-main-collapse {
        max-height: 300px;
    }

        body.sticky-menu-active #header .nav-main-collapse.in, #header.fixed .nav-main-collapse.in {
            overflow: hidden !important;
            overflow-x: hidden !important;
            overflow-y: auto !important;
        }

    body.sticky-menu-active #header .logo img, #header.fixed .logo img {
        margin-top: -12px;
    }

    /* Responsive Button Nav */
    .btn-responsive-nav {
        background: #171717;
        top: 20px;
        display: block;
        position: absolute;
        right: 20px;
        color: #FFF;
        z-index: 1;
    }

        .btn-responsive-nav:hover, .btn-responsive-nav:active, .btn-responsive-nav:focus {
            color: #CCC;
        }

    #header.single-menu .btn-responsive-nav {
        top: 30px;
    }

    #header.flat-menu .btn-responsive-nav, #header.center .btn-responsive-nav {
        top: 35px;
    }

    /* Logo */
    #header h1.logo img {
        max-width: 180px;
        max-height: none !important;
        height: auto !important;
    }

    #header.center h1.logo {
        text-align: left;
    }

    /* Nav Top */
    #header .header-top ul.nav-top {
        float: left;
        margin: 7px 0 0 -15px;
        min-height: 5px;
    }
}

@media (max-width: 767px) {
    /* Header */
    #header {
        display: block;
    }

        #header > .container {
            width: 100%;
        }

        #header .social-icons {
            display: none;
        }

        #header nav ul.nav-top {
            float: right;
            margin-right: 0;
        }

        #header.center nav {
            width: auto;
        }

    /* Responsive Button Nav */
    .btn-responsive-nav {
        top: 20px;
    }

    body.sticky-menu-active .btn-responsive-nav {
        top: 60px;
    }
}

@media (max-width: 479px) {
    #header nav ul.nav-top, #header .header-top {
        display: none;
    }
}

@media (max-width: 600px) {
    /* Header */
    #header nav ul.nav-top li {
        display: none;
    }

        #header nav ul.nav-top li .phone {
            display: block;
        }
}
/* Page Top */
.page-top {
    background-color: #171717;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    margin-bottom: 35px;
    min-height: 50px;
    padding: 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
    margin-top: 10px;
}

    .page-top ul.breadcrumb {
        background: none;
        margin: -3px 0 0;
        padding: 0;
    }

        .page-top ul.breadcrumb > li {
            text-shadow: none;
        }

    .page-top h2 {
        border-bottom: 5px solid #CCC;
        color: #FFF;
        display: inline-block;
        font-weight: 200;
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        padding: 0 0 17px;
        position: relative;
    }

    /* Page Top Custom - Create your Own */
    .page-top.custom-product {
        background-image: url(../img/custom-header-bg.jpg);
        background-repeat: repeat;
        background-color: #999;
        border-top: 5px solid #888;
        overflow: hidden;
    }

        .page-top.custom-product .row {
            position: relative;
        }

        .page-top.custom-product p.lead {
            color: #E8E8E8;
        }

        .page-top.custom-product img {
            bottom: -47px;
            position: relative;
        }

        .page-top.custom-product h1 {
            color: #FFF;
            margin-bottom: 10px;
            margin-top: 30px;
        }

/* Responsive */
@media (max-width: 479px) {
    .page-top {
        padding: 16px 0;
    }

        .page-top h2 {
            line-height: 37px;
        }
}
/* Parallax */
.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
}

    .parallax.parallax-ready {
        background-attachment: fixed;
    }

    .parallax.parallax-disabled {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }

    .parallax blockquote {
        border: 0;
        padding: 0 10%;
    }

        .parallax blockquote i.fa-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px;
        }

        .parallax blockquote p {
            font-size: 24px;
            line-height: 30px;
        }

        .parallax blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px;
        }

/* Responsive */
@media (max-width: 991px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }
}
/* Section Featured */
section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 35px 0;
    padding: 50px 0;
}

    section.featured.footer {
        margin: 30px 0 -70px;
    }

    section.featured.map {
        background-image: url(../img/map-bottom.png);
        background-position: center 0;
        background-repeat: no-repeat;
        margin-top: 0;
        border-top: 0;
    }

/* Section Highlight */
section.highlight {
    background: #CCC;
    boder-left: 0;
    boder-right: 0;
    border: 3px solid #CCC;
    margin: 35px 0 45px;
    padding: 40px 0;
    color: #FFF;
}

    section.highlight > p, section.highlight > a {
        color: #FFF;
    }

    section.highlight h1, section.highlight h2, section.highlight h3, section.highlight h4, section.highlight h5 {
        color: #FFF;
    }

    section.highlight .img-thumbnail {
        background-color: #FFF !important;
        border-color: #FFF !important;
    }

    section.highlight.footer {
        margin: 45px 0 -70px;
    }

    section.highlight.top {
        margin-top: 0;
    }

/* Call To Action */
section.call-to-action {
    position: relative;
    clear: both;
}

    section.call-to-action:before {
        content: "";
        display: block;
        position: absolute;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #FFF;
        height: 15px;
        width: 15px;
        top: -5px;
        left: 50%;
        margin-left: -7px;
    }

    section.call-to-action h3 {
        text-transform: none;
        color: #121212;
    }

        section.call-to-action h3 .btn {
            margin-left: 10px;
        }

    section.call-to-action.no-arrow:before {
        display: none;
    }

/* Sidebar */
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

    .slider-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .slider-container .tp-bannershadow {
        filter: alpha(opacity=20);
        opacity: 0.20;
    }

    .slider-container .top-label {
        color: #FFF;
        font-size: 24px;
        font-weight: 300;
    }

    .slider-container .main-label {
        color: #FFF;
        font-size: 62px;
        line-height: 62px;
        font-weight: 800;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    }

    .slider-container .bottom-label {
        color: #FFF;
        font-size: 20px;
        font-weight: 300;
    }

    .slider-container .blackboard-text {
        color: #BAB9BE;
        font-size: 46px;
        line-height: 46px;
        font-family: "Shadows Into Light", cursive;
        text-transform: uppercase;
    }

    .slider-container .tp-caption {
        opacity: 0;
    }

        .slider-container .tp-caption a {
            color: #FFF;
        }

            .slider-container .tp-caption a:hover {
                color: #FFF;
            }

        .slider-container .tp-caption.fullscreenvideo {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            left: 0 !important;
        }

            .slider-container .tp-caption.fullscreenvideo video {
                height: 100%;
                width: 100%;
                padding: 0;
                position: relative;
            }

    .slider-container.light {
        background-color: #EAEAEA;
    }

        .slider-container.light .tp-bannershadow {
            filter: alpha(opacity=5);
            opacity: 0.05;
            top: 0;
            bottom: auto;
            z-index: 1000;
        }

        .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
            color: #333;
        }

        .slider-container.light .tp-caption a {
            color: #333;
        }

            .slider-container.light .tp-caption a:hover {
                color: #333;
            }

/* Responsive */
@media (max-width: 991px) {
    .slider-container {
        min-height: 0;
    }
}

.slider {
    height: 495px;
    max-height: 495px;
    position: relative;
}

    .slider > ul > li > img {
        visibility: hidden;
    }

    .slider > ul > li > .center-caption {
        left: 0 !important;
        margin-left: 0 !important;
        text-align: center;
        width: 100%;
    }

    .slider .tp-bannertimer {
        display: none;
    }

    .slider .main-button {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }

.slider-container-fullscreen {
    height: 2000px;
    max-height: none;
}

    .slider-container-fullscreen .slider {
        max-height: none;
    }

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

    .nivo-slider .theme-default .nivoSlider {
        box-shadow: none;
        margin-top: 10px;
    }

        .nivo-slider .theme-default .nivoSlider img {
        }

    .nivo-slider .theme-default .nivo-controlNav {
        margin-top: -72px;
        position: absolute;
        z-index: 100;
        right: 5px;
        bottom: -17px;
    }

    .nivo-slider .theme-default .nivo-caption {
        padding-left: 20px;
    }

/* Map */
.map-section {
    background: transparent url(../img/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px;
}

/* Home Intro */
.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    /*overflow: hidden;*/
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

    .home-intro p {
        color: #FFF;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        max-width: 800px;
        padding-top: 5px;
    }

        .home-intro p span {
            color: #999;
            display: block;
            font-size: 0.8em;
            padding-top: 5px;
        }

        .home-intro p em {
            font-family: "Shadows Into Light", cursive;
            font-size: 1.6em;
        }

    .home-intro .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: right;
    }

        .home-intro .get-started .btn {
            position: relative;
            z-index: 1;
        }

            .home-intro .get-started .btn i {
                font-size: 1.1em;
                font-weight: normal;
                margin-left: 5px;
            }

        .home-intro .get-started a {
            color: #FFF;
        }

            .home-intro .get-started a:not(.btn) {
                color: #777777;
            }

    .home-intro .learn-more {
        margin-left: 15px;
    }

    .home-intro.light {
        background-color: #E2E2E2;
    }

        .home-intro.light.secundary {
            background-color: #E0E1E4;
        }

        .home-intro.light p {
            color: #777777;
        }

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

    .home-intro-compact p {
        padding-left: 20px;
    }

    .home-intro-compact .get-started {
        padding-right: 20px;
    }

/* Responsive */
@media (max-width: 767px) {
    /* Home Intro */
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Home Concept */
.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

    .home-concept strong {
        display: block;
        font-family: "Shadows Into Light", cursive;
        font-size: 2.1em;
        font-weight: normal;
        float: left;
        margin-top: 30px;
        width: 100%;
        background-color: #fff;
        padding: 10px 0px;
    }

    .home-concept .row {
        position: relative;
    }

    .home-concept .process-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
        width: 160px;
        height: 212px;
        margin: 135px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .home-concept .process-image img {
            border-radius: 0px;
            margin: 11px 8px;
        }

.homeServices {
    width: 190px;
    height: 190px;
    background-position: -64px -192px;
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em;
}

.home-concept .project-image {
    background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    height: 420px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
}

.home-concept .cloud {
    background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
}

/* Responsive */
@media (max-width: 991px) {
    .home-concept {
        background: none;
    }

        .home-concept .project-image {
            margin: 60px auto 0 auto;
        }

        .home-concept .process-image {
            margin-top: 60px;
        }
}

@media (max-width: 479px) {
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px;
    }

    .home-concept .fc-slideshow {
        max-height: 145px;
        max-width: 145px;
    }

        .home-concept .fc-slideshow img {
            max-height: 145px;
            max-width: 145px;
        }
}
/* Page 404 */
.page-not-found {
    margin: 50px 0;
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px;
    }

    .page-not-found h4 {
        color: #777777;
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px;
    }

/* Responsive */
@media (max-width: 479px) {
    .page-not-found {
        margin: 0;
    }

        .page-not-found h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px;
        }
}
/* #Footer */
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

    #footer a:hover {
        color: #CCC;
    }

    #footer form {
        filter: alpha(opacity=85);
        opacity: 0.85;
    }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer a {
        color: #FFF !important;
    }

    #footer h4 {
        font-size: 1.8em;
        font-weight: 200;
    }

    #footer h5 {
        color: #CCC !important;
    }

    #footer ul.nav-list.primary > li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 20px;
        padding-bottom: 11px;
    }

    #footer ul.nav-list.primary > li:last-child a {
        border-bottom: 0;
    }

    #footer ul.nav-list.primary > li a:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    #footer ul.list.icons li {
        margin-bottom: 5px;
    }

    #footer .container .row > div {
        margin-bottom: 25px;
    }

    #footer .container input:focus {
        box-shadow: none;
    }

    #footer .footer-ribbon {
        background: #999;
        position: absolute;
        margin: -100px 0 0 22px;
        padding: 10px 20px 6px 20px;
    }

        #footer .footer-ribbon:before {
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            left: -10px;
            position: absolute;
            top: 0;
            width: 7px;
        }

        #footer .footer-ribbon span {
            color: #FFF;
            font-size: 1.6em;
            font-family: Calibri,"Shadows Into Light", cursive;
        }

    #footer .newsletter form {
        width: 100%;
        max-width: 262px;
    }

        #footer .newsletter form input.form-control {
            height: 34px;
            padding: 6px 12px;
        }

    #footer .alert a {
        color: #222 !important;
    }

        #footer .alert a:hover {
            color: #666 !important;
        }

    #footer .twitter .fa {
        clear: both;
        font-size: 1.5em;
        position: relative;
        top: 3px;
    }

    #footer .twitter .time {
        color: #999;
        display: block;
        font-size: 0.9em;
        padding-top: 3px;
        margin-bottom: 20px;
    }

        #footer .twitter .time:last-child {
            margin-bottom: 0;
        }

    #footer .twitter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #footer .twitter-account {
        color: #FFF;
        display: block;
        font-size: 0.9em;
        margin: -15px 0 5px;
        filter: alpha(opacity=55);
        opacity: 0.55;
    }

        #footer .twitter-account:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    #footer .contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer .contact i {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px;
        }

            #footer .contact i.fa-envelope {
                font-size: 1em;
                top: 0;
            }

        #footer .contact p {
            margin-bottom: 10px;
        }

    #footer .logo {
        display: block;
    }

        #footer .logo.push-bottom {
            margin-bottom: 12px;
        }

    #footer .footer-copyright {
        background: #060606;
        border-top: 4px solid #060606;
        margin-top: 10px;
        padding: 30px 0 10px;
    }

        #footer .footer-copyright nav {
            float: right;
        }

            #footer .footer-copyright nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                #footer .footer-copyright nav ul li {
                    border-left: 1px solid #505050;
                    display: inline-block;
                    line-height: 12px;
                    margin: 0;
                    padding: 0 8px;
                }

                    #footer .footer-copyright nav ul li:first-child {
                        border: medium none;
                        padding-left: 0;
                    }

        #footer .footer-copyright p {
            color: #555;
            margin: 0;
            padding: 0;
        }

    #footer .phone {
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        display: block;
        padding-bottom: 15px;
        margin-top: -5px;
    }

    #footer .recent-work li {
        float: left;
        width: 30%;
        margin: 10px 3% 0 0;
    }

        #footer .recent-work li .thumb-info {
            float: left;
            display: inline-block;
        }

        #footer .recent-work li:hover img {
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    #footer .recent-work img {
        width: 100%;
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);
    }

    #footer .view-more-recent-work {
        padding: 12px;
    }

    #footer.short {
        padding-top: 50px;
    }

        #footer.short .footer-copyright {
            background: transparent;
            border: 0;
            padding-top: 0;
            margin-top: 0;
        }

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}
/* Dark Version */
html.dark body {
    background-color: #1d2127;
}

html.dark.boxed .body {
    background-color: #1d2127;
}

html.dark #header {
    background: #1d2127;
    border-top-color: #191c21;
    border-radius: 6px 6px 0 0;
}

    html.dark #header nav ul.nav-top li a:hover {
        background-color: #282d36;
    }

    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #FFF;
    }

    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background-color: #282d36 !important;
    }

    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background-color: #0c0d10 !important;
    }

    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item .form-control {
        background-color: #2e353e !important;
        border-color: #2e353e !important;
        color: #FFF !important;
    }

    html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a, html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin a:hover, html.dark #header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar strong {
        color: #FFF;
    }

    html.dark #header nav.mega-menu .mega-menu-signin ul.dropdown-menu:hover li:hover li:hover a {
        color: #d9d9d9;
    }

    html.dark #header .search input.search:focus {
        border-color: #282d36;
    }

    html.dark #header.clean-top .header-top {
        background: #21262d;
        border-bottom-color: #282d36;
    }

    html.dark #header.narrow {
        border-bottom-color: #21262d;
    }

    html.dark #header nav.mega-menu .mega-menu-shop .actions-continue {
        border-top-color: #21262d;
    }

    html.dark #header nav.mega-menu .mega-menu-shop .dropdown-menu li table tr td a {
        color: #FFF;
    }

    html.dark #header nav.mega-menu .mega-menu-shop a {
        color: #FFF;
    }

html.dark body.sticky-menu-active #header {
    border-bottom-color: #282d36;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111;
}

html.dark blockquote {
    border-color: #282d36;
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e;
}

    html.dark section.featured.map {
        background-image: url(../img/map-bottom-dark.png);
    }

html.dark section.call-to-action:before {
    border-top-color: #2e353e;
}

html.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none;
}

html.dark section.timeline .timeline-title {
    background: #282d36;
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36;
}

    html.dark section.timeline .timeline-box.left:before {
        box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    }

    html.dark section.timeline .timeline-box.left:after {
        background: #282d36;
        border-right-color: #282d36;
        border-top-color: #282d36;
    }

    html.dark section.timeline .timeline-box.right:before {
        box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    }

    html.dark section.timeline .timeline-box.right:after {
        background: #282d36;
        border-left-color: #282d36;
        border-bottom-color: #282d36;
    }

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #FFF;
}

html.dark .btn.disabled, html.dark .btn[disabled] {
    border-color: #282d36 !important;
}

html.dark .pagination > li > a, html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830;
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127;
}

html.dark .map-section {
    background-image: url(../img/map-top-dark.png);
}

html.dark .home-concept {
    background-image: url(../img/home-concept-dark.png);
}

    html.dark .home-concept .process-image {
        background-image: url(../img/home-concept-item-dark.png);
    }

    html.dark .home-concept .project-image {
        background-image: url(../img/home-concept-item-dark.png);
    }

    html.dark .home-concept .sun {
        background-image: url(../img/home-concept-icons-dark.png);
    }

    html.dark .home-concept .cloud {
        background-image: url(../img/home-concept-icons-dark.png);
    }

html.dark .page-top {
    border-bottom-color: #191c21;
}

html.dark .panel-group .panel {
    background-color: #282d36;
}

html.dark .panel-group .panel-default {
    border-color: #282d36;
}

html.dark .panel-group .panel-heading {
    background-color: #2e353e;
}

html.dark .panel-group .form-control {
    background-color: #21262d;
    border-color: #21262d;
}

html.dark .toggle > label {
    background-color: #2e353e;
}

html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e;
}

    html.dark .featured-box.secundary h4 {
        color: #FFF;
    }

html.dark .feature-box.secundary h4 {
    color: #FFF;
}

html.dark .progress {
    background: #2e353e;
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail, html.dark .img-thumbnail {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a;
}

html.dark ul.nav-list.primary > li a {
    border-bottom-color: #282d36;
}

    html.dark ul.nav-list.primary > li a:hover {
        background-color: #282d36;
    }

html.dark .tabs .nav-tabs li a, html.dark .tabs .nav-tabs li a:hover {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36;
}

html.dark .tabs .nav-tabs.nav-justified li a, html.dark .tabs .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
    border-color: #282d36;
}

    html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus {
        background: #2e353e;
        border-left-color: #2e353e;
        border-right-color: #2e353e;
    }

    html.dark .tabs .nav-tabs.nav-justified li.active a {
        border-bottom-color: #2e353e;
    }

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a, html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #282d36;
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e;
}

html.dark .testimonial-author strong {
    color: #FFF;
}

html.dark .page-header {
    border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td, html.dark .table-bordered {
    border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td, html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2e353e;
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777777;
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

    html.dark hr.light {
        background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    }

html.dark ul.history li .thumb {
    background-image: url(../img/history-thumb-dark.png);
}

html.dark .blog-posts article {
    border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day, html.dark article.post .post-date .day {
    background-color: #282d36;
}

html.dark article .post-video, html.dark article .post-video iframe, html.dark article .post-audio, html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d;
}

html.dark .post-block {
    border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
    background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36;
}

html.dark .pricing-table li {
    border-top-color: #21262d;
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none;
}

    html.dark .pricing-table h3 span {
        background: #282d36;
        border-color: #242830;
        box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
        color: #777777;
    }

html.dark .pricing-table .most-popular {
    border-color: #282d36;
}

    html.dark .pricing-table .most-popular h3 {
        background-color: #282d36;
        color: #FFF;
        text-shadow: none;
    }

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36;
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777777;
    text-shadow: none;
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .minus, html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent;
}

html.dark .shop table.cart td, html.dark .shop .cart-totals th, html.dark .shop .cart-totals td {
    border-color: #282d36;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header {
    border-bottom-color: #282d36;
}

    html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
        color: #777777;
    }

    html.dark .modal-header .close {
        text-shadow: none;
        color: #FFF;
    }

html.dark .modal-footer {
    border-top-color: #282d36;
}

html.dark #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777777;
}

/* Responsive */
@media (max-width: 991px) {
    html.dark #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: transparent !important;
    }
}
/* Boxed Layout */
html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

html.boxed .body {
    background-color: #FFF;
    border-bottom: 5px solid #0e0e0e;
    border-radius: 5px;
    border-top: 5px solid #CCC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}

html.boxed #header {
    padding: 15px 0;
}

html.boxed body.sticky-menu-active #header {
    left: 0;
    top: -65px;
}

/* Responsive */
@media (max-width: 991px) {
    html.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* Boxed */
    html.boxed {
        background: none !important;
    }
}



.videoClose {
    position: fixed;
    z-index: 2000;
    top: 0px !important;
    right: 0px !important;
    width: 50px !important;
    padding: 14px 0px !important;
    text-align: center;
    font-size: 18px;
    font-family: Verdana;
    color: White !important;
    background-color: #52658c;
    text-decoration: none !important;
}



.smallLogo {
    top: 18px !important;
    width: 130px !important;
    height: 40px !important;
}

.largeLogo {
    top: 0px !important;
    width: 150px !important;
    height: 50px !important;
}


.formControl {
    border-radius: 0px !important;
    margin: 5px 0px;
}

.formControlArea {
    height: 80px !important;
}

.formButton {
    margin-top: 5px;
    float: right;
}

.errorCode {
    background-color: #b6615f;
}


/*Property Search*/
.searchSection {
    background-color: #f6f6f6;
    padding: 10px;
    width: 100%;
}

.searchButton hover {
    /*background: url(../img/srp_sprite.png) right -7px no-repeat #fff;*/
    background-color: red;
    border-color: #666;
}



.featureCustom {
    border-radius: 0px;
    border-top-width: 2px !important;
    overflow: hidden;
}


    .featureCustom hover {
        border-right: 1px solid #52658c;
        border-bottom: 1px solid #52658c;
        border-left: 1px solid #52658c;
    }

.boxContentCustom {
    border-top-width: 2px !important;
    border-radius: 0px;
    width: 100%;
    float: left;
    padding: 0 5px 5px 5px !important;
}

.h4Title {
    text-align: left;
    margin-bottom: 1px;
    text-transform: none !important;
}

.h5Title {
    text-align: left;
    margin-bottom: -5px;
    margin-top: -10px;
    text-transform: none !important;
    border-radius: 0 35px 0 0;
    padding: 2px 10px;
    bottom: 29px;
    background-color: #52658c;
    color: #fff;
    border-radius: 0 15px 0 0;
}

.pAddress {
    text-align: left;
    margin-top: -20px;
    text-transform: none !important;
    padding: 0 0;
    text-indent: 10px;
    bottom: 4px;
    background-color: #ccc;
    color: #333;
    font-size: 12px;
    margin-bottom: -5px;
}


.h5Price {
    position: absolute;
    top: 3px;
    border-radius: 0px 0px 0px 15px;
    right: 6px;
    padding: 3px 10px;
    background-color: #52658c;
    color: white;
}

.alignLeft {
    text-align: left;
}

.propertyCaption {
    color: #52658c;
}

.captionData {
    text-align: left;
    margin-bottom: 5px;
    text-transform: none !important;
}

.propertyThumbnail {
    width: 100%;
    min-height: 125px;
    max-height: 125px;
    border: 0px solid #52658c;
    border-radius: 2px;
}

.btnProperty {
    background-color: #e6e6e6;
    border-color: #adadad;
    padding: 3px 7px;
    float: left;
}


.btnSimple {
    background-color: #52658c;
    color: white;
}

.clearPadding {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px;
}

.pullLeftButton {
    border-radius: 0px !important;
}

.shortlist {
    top: -40px;
    content: '';
    position: absolute;
    left: -40px;
    z-index: 1;
    width: 80px;
    height: 80px;
    background: #e8e8e8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


    .shortlist .heart {
        top: 30px;
        position: absolute;
        left: 55px;
        font-size: 21px;
        transform: rotate(-45deg);
        font-weight: normal;
    }


.tableCaption {
    margin-bottom: 10px;
    padding-left: 0px;
}

.tableData {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: none;
    color: #333333;
    padding-left: 0px;
}

.h3None {
    margin-bottom: 7px;
    text-transform: none;
}

.h5TitleTop {
    margin-bottom: 10px;
    text-transform: none;
    color: #333333;
}


.tdSearchCaption {
    background-color: #52658c;
    color: white;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 7px;
    text-align: left;
    text-indent: 15px;
}

.tdSearchData {
    background-color: #e1e1e1;
    color: #5F5F5F;
    font-size: 16px;
    padding: 7px;
    border-bottom: 1px solid #fff;
    text-align: left;
    text-indent: 15px;
}


.btnSortBy {
    padding-right: 1px;
    float: right;
    background-color: #52658c !important;
    outline: none;
}

.btnRelevence {
    padding-left: 5px;
    float: right;
    background-color: #52658c !important;
    outline: none;
}

.dvRowBorder {
    border-bottom: 0px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.dvTextTransformNone {
    margin-bottom: 0px;
    padding: 0px 0px;
    text-transform: none;
}

.dvOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-color: #FFFFFF;
    display: none;
}

.Loader {
    position: absolute;
    top: -45px;
    left: 50px;
    display: none;
}

.MapIcon {
    opacity: 0.7;
}

.dvDownloadKit {
    width: 200px;
    position: absolute;
    margin-left: 10px;
    min-height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #52658c;
    left: 200px;
    z-index: 99;
    display: none;
}



.dvCloseKit {
    background-color: #52658c;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-family: "Open Sans",Arial,sans-serif;
    width: 50px;
    position: absolute;
    top: -22px;
    padding: 0px 1px 0px 1px;
    text-align: center;
    left: 149px;
}


.dvVideoBorder {
    border: 1px solid #52658c;
    min-height: 228px;
    margin: 10px 0px 30px 0px;
    padding: 3px;
    text-align: center;
    float: left;
    width: 100%;
    background-color: black;
}

    .dvVideoBorder img {
        width: 100%;
        height: auto;
    }

.videoIcon:hover {
    opacity: 1;
    cursor: pointer;
}

.videoIcon {
    font-size: 50px;
    color: #52658c;
    position: absolute;
    left: 45%;
    margin-top: 10%;
    opacity: 0.8;
}


.ProjectVideoTitle {
    width: 95%;
    /* float: left; */
    padding: 6px 6px 6px 10px;
    font-size: 14px;
    font-family: "Open Sans",Arial,sans-serif;
    background: #52658c;
    color: white !important;
    margin-top: 2px;
    text-transform: uppercase;
    bottom: 31px;
    position: absolute;
    left: 30px;
}


.tableCaptionTitle {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.tableDataProp {
    margin-bottom: 10px;
    text-transform: none;
    color: #333333;
    padding-left: 0px;
    font-size: 14px;
}

.padZero {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ulHighlights {
    margin-bottom: 25px;
    float:left;
    padding:0px;
}

.ulHighlights li{ margin:10px 0px; width:100%; float:left; line-height:26px;}

.ulImagesListView {
    margin-left: -15px;
    margin-right: -15px;
}

.dvPortfolio {
    margin-bottom: 0px;
    width: 100%;
}

.fontSize20 {
    font-size: 20px;
}

.thumbnailSize {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}

.alignCenterMargin2 {
    text-align: center;
    margin-bottom: 2px;
}

transformMargin {
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 8px;
}

.textTransformNone {
    text-transform: none;
}


.enabledIcon {
    margin: 10px 0px;
    font-size: 25px;
    color: #4C4C4C;
}

.disabledIcon {
    font-size: 25px;
    color: #BDBDBD;
    margin: 10px 0px;
}

.enabledTitle {
    margin: 10px 0px;
    color: #4C4C4C;
    text-align: center;
}


.disabledTitle {
    color: #BDBDBD;
    margin: 10px 0px;
    text-align: center;
}

.propSubBorderMargin40 {
    /*border: 1px solid #52658c;*/
    border-top: 1px solid #52658c;
    border-bottom: 1px solid #52658c;
    border-left: 1px solid #52658c;
    border-right: 1px solid #52658c;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.propSubBorderMargin15 {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.UpperMarginBottom5 {
    text-transform: uppercase;
    margin-bottom: 5px;
    float: left;
    text-indent: 0px;
    font-size: 18px;
    width: 100%;
}

.borderLeft {
    border-left: 1px solid #E4E4E4;
}

.negotiable {
    margin-left: 3px;
    margin-top: 0px;
    color: black;
    font-size: 13px;
}

.propPrice {
    margin: 4px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
}

.featureColor {
    color: #52658c;
    text-transform: uppercase;
}

.smallAmenityFeature {
    padding-left: 0px;
    padding-right: 0px;
    /*width: 25%;*/
    max-height: 68px;
    overflow: hidden;
}


.enabledSmallIcon {
    margin: 10px 0px;
    font-size: 15px;
    color: #4C4C4C;
}

.disabledSmallIcon {
    font-size: 15px;
    color: #BDBDBD;
    margin: 10px 0px;
}

.enabledSmallTitle {
    text-align: center;
    color: #4C4C4C;
    font-size: 12px;
    margin-bottom: 10px;
}


.disabledSmallTitle {
    color: #BDBDBD;
    margin: 10px 0px;
    text-align: center;
}

.noPropertyImages {
    width: 100%;
    border-radius: 0px;
    border: none;
    min-height: 300px;
    max-height: 300px;
}

.propTypeImages {
    width: 100%;
    border-radius: 0px;
    border: none;
    min-height: 300px;
    max-height: 300px;
}

.marginBottom5 {
    margin-bottom: 8px !important;
}


#contact-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #000;
    opacity: 0.6;
    z-index: 99;
    display: none;
    cursor: pointer;
}



.zeroBorderRadius {
    border-radius: 0px !important;
}

.h3Style {
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 15px;
}

.h6Style {
    text-transform: none;
    margin-bottom: 5px;
}

.textTransformNone {
    text-transform: none;
}

.normalStyle {
    font-weight: normal;
    color: #000;
}

.dropdownSelect {
    width: 100%;
    padding: 0px;
    border: none;
    text-align: left;
    border:1px solid #ccc;
}

.customForm .form-group {
    margin-bottom: 15px !important;
}


.btnSaleRent {
    padding: 8px 15px;
    font-size: 16px;
    color: white;
    width: 25%;
    margin: 10px 10px;
    font-variant: normal;
    font-family: "Open Sans", Arial, sans-serif;
    background: rgba(10, 10, 10, 0.6);
    border: 1px solid #52658c;
    border-radius: 0px;
    opacity: 0.9;
    outline: none;
}

.activeButton {
    border: 1px solid #fff !important;
}

.btnSaleRent:hover {
    opacity: 1;
}

.dvSearchControls {
    background-color: rgba(10, 10, 10, 0.6);
    border-radius: 3px 3px 0px 0px;
    min-height: 52px;
    margin-top: 10px;
    float: left;
    width: 100%;
}


    .dvSearchControls .select2-choice {
        border-radius: 3px 0px 0px 3px !important;
        background-color: #e6e6e6;
        background-image: none !important;
    }

    .dvSearchControls .select2-container {
        background-color: #e6e6e6;
        border-radius: 3px 0px 0px 3px !important;
        background-image: none !important;
    }

        .dvSearchControls .select2-container .select2-choice .select2-arrow {
            display: inline-block;
            width: 18px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0 3px 3px 0;
            background-clip: padding-box;
            border: none;
            background-image: none;
            background: none;
        }


        .dvSearchControls .select2-container .select2-choice {
            border: none;
        }


    .dvSearchControls .allBorder .select2-choice {
        border-radius: 3px !important;
    }

    .dvSearchControls .allBorder {
        border-radius: 3px !important;
    }

.dvAdvancedFilter {
    background-color: rgba(10, 10, 10, 0.6);
    border-radius: 0px 0px 3px 3px;
    min-height: 10px;
    margin-top: 0px;
    color: white;
    font-family: Calibri;
    font-variant: normal;
    font-size: 15px;
    padding: 0px 5px 2px;
    text-align: center;
    cursor: pointer;
    float: left;
    text-indent: 0px;
}

.squareSign {
    color: white;
    font-size: 13px;
}


.dvFilterButton {
    background-color: rgba(82, 91, 111,.5);
    border-radius: 0px 0px 3px 3px;
    min-height: 10px;
    margin-top: 0px;
    color: white;
    font-family: Calibri;
    font-variant: small-caps;
    font-size: 17px;
    padding: 2px 5px;
    text-align: center;
    cursor: pointer;
}

.btnSearchHome {
    padding: 5px 15px;
    font-size: 22px;
    color: white;
    width: 10%;
    margin-top: 53px;
    font-family: Calibri,Arial;
    background-color: #f48736;
    border: 1px solid #f48736;
    border-radius: 0px;
    opacity: 0.9;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 14px;
    text-align: center;
}

.btnSearchAdvanced {
    margin-top: 10px !important;
    border-radius: 0px 2px 2px 0px !important;
}

.btnSearchHome:hover {
    opacity: 1;
}

.searchSign {
    color: white;
    font-size: 18px;
}

#dvAdvanceControl {
    float: left;
    width: 100%;
}



.ddlContainer {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 33%;
    float: left;
}

.txtSearchContainer {
    width: 67%;
    border-radius: 0px 2px 2px 0px;
    border: none;
    margin: 10px 0px 0px 0px;
    float: left;
}

.ddlPropType {
    margin: 10px 5px 10px 0px;
    padding: 0px;
    width: 32%;
}

.ddlBudget {
    margin: 10px 6px;
    padding: 0px;
    width: 25%;
}

.ddlBhk {
    margin: 10px 0px 10px 5px;
    padding: 0px;
    width: 25%;
}


#menu-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #000;
    opacity: 0.6;
    z-index: 99998;
    cursor: pointer;
    display: none;
}

#mainMenu-backdrop {
    top: 0;
    right: -330px;
    bottom: 0;
    position: fixed;
    background: #191919;
    z-index: 99999;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: auto;
    width: 330px !important;
}


.ulMainMenu {
    float: left;
    margin-top: 10px;
}

    .ulMainMenu li {
        float: left;
        padding: 0px 10px;
        margin: 1px;
        width: 100%;
        list-style-type: none;
        line-height: 15px;
    }


        .ulMainMenu li a {
            width: 100%;
            color: #b3b3b3 !important;
            visibility: visible !important;
            text-decoration: none;
            display: inline-block;
            padding: 5px;
            font-size: 16px;
            font-family: Calibri;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

.fontVariant li a {
    font-variant: normal;
    font-size: 16px !important;
    font-weight: normal;
}

.ulMainMenu li a:hover {
}

.activeMainMenu {
    color: white !important;
}

.marginLeftMin {
    overflow: hidden !important;
}

.ulSubMenu {
    float: left;
    display: none;
}

.menuIcon {
    font-size: 15px !important;
    margin-right: 10px;
    text-indent: 8px;
    visibility: hidden;
}



.lnkTopHeader {
    min-width: 80px;
    background-color: #495a7d !important;
    border: 1px solid #495a7d;
    padding: 4px 10px !important;
    text-align: center;
    opacity: 0.9;
    color: white !important;
    font-family: Calibri !important;
    font-variant: normal !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 15px !important;
    margin-left: 10px !important;
}


    .lnkTopHeader:hover {
        cursor: pointer !important;
        opacity: 1;
        background-color: #495a7d !important;
    }




.bookNowButton {
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 8px;
    color: #495a7d;
    font-weight: bold;
    font-family: Calibri;
    font-variant: small-caps;
    border-bottom: 1px solid #495a7d;
}

.lnkBigButton {
    opacity: 0.9;
    cursor: pointer;
}

    .lnkBigButton:hover {
        opacity: 1;
    }

.bookTitle {
    font-size: 16px !important;
}


.h3StyleTop {
    text-transform: none;
    margin: 8px 0px 7px 0px;
}


.configration {
    text-transform: none;
    margin: 4px;
    float: left;
    font-size: 12px;
    width: 100%;
    text-align: left;
}

.paraArea {
    width: 100%;
    text-align: left;
    margin: 5px;
    font-size: 12px;
    padding: 1px 0px 2px 0px;
    color: #495a7d;
}

.hideContentProp {
    max-height: 65px;
    overflow: hidden;
    cursor: pointer;
}


.downArrow {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    height: 25px;
    overflow: hidden;
    border-bottom: 0px solid #495a7d;
    position: relative;
    z-index: 999;
}

    .downArrow i {
        /*color: #495a7d;
        font-size: 20px;
        margin-top: -10px;
        cursor: pointer;*/
    }

.dvImageSection {
    padding-right: 0px;
    border-left: 1px solid #E4E4E4;
    display: none;
}

.accordianContent {
}


#TrendContainer {
    height: 400px;
    border: 1px solid #495a7d;
}


.dvDefaultDocBlogs {
    width: 100%;
    border: 1px solid #495a7d;
    height: 228px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
}


.docTitle {
    margin: 0px 0px;
    color: white !important;
}

.titleBack {
    background-color: #495a7d;
    padding: 8px 18px;
}

.dvFileContainer {
    border-right: 0px solid #495a7d;
    float: left;
    text-align: center;
    width: 100%;
    height: 193px;
    max-height: 193px;
    overflow-x: hidden;
    overflow-y: auto;
}


.dvDownloadKitOption {
    width: 100%;
    float: left;
    padding: 4px 6px 4px 10px;
    font-size: 14px;
    color: #52658c;
    font-family: "Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #5b6a8a;
    text-align: left;
    text-indent: 8px;
}

    .dvDownloadKitOption a {
        text-decoration: none !important;
        color: #52658c !important;
        background-color: transparent !important;
    }

        .dvDownloadKitOption a:hover {
            /*background-color: #52658c;
    color: white;*/
            cursor: pointer;
        }

.defaultAlternate {
    width: 100%;
    float: left;
    padding: 4px 6px 4px 10px;
    font-size: 14px;
    color: #474747;
    font-family: "Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #5b6a8a;
    text-align: left;
    text-indent: 8px;
    background-color: #EDEDED;
    border-bottom: 1px solid #5b6a8a;
}


    .defaultAlternate a {
        text-decoration: none !important;
        color: #52658c !important;
        background-color: transparent !important;
        cursor: pointer;
    }


.defaultZipStyle {
    width: 100%;
    float: left;
    padding: 4px 6px 4px 10px;
    font-size: 14px;
    color: #474747;
    font-family: "Open Sans",Arial,sans-serif;
    border-bottom: 1px solid #5b6a8a;
    text-align: left;
    text-indent: 8px;
    background-color: #BDBDBD;
    border-bottom: 1px solid #5b6a8a;
}


    .defaultZipStyle a {
        text-decoration: none !important;
        color: #52658c !important;
        background-color: transparent !important;
        cursor: pointer;
    }


.dvArrow {
    width: 120px;
    margin: 0 auto;
    background-color: #495a7d;
    color: #fff !important;
    cursor: pointer;
    border-radius: 15px 15px 0px 0px;
    padding: 2px 3px;
}

    .dvArrow span {
        font-size: 13px;
        font-family: Calibri;
        font-variant: normal;
    }

    .dvArrow i {
        color: #fff !important;
        font-size: 15px;
        font-weight: normal;
    }



/*.lnkTopMenu {
    background-color: #fbfbfb !important;
    padding: 7px 13px;
    color: #444444;
}

    .lnkTopMenu:hover {
        cursor: pointer;
    }*/




.lnkTopMenu {
    min-width: 80px;
    background-color: #fff !important;
    border: 1px solid #495a7d;
    padding: 4px 10px !important;
    text-align: center;
    color: #495a7d !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-variant: normal !important;
    margin-left: 10px !important;
}

    .lnkTopMenu:hover {
        background-color: #495a7d !important;
        color: white !important;
        border: 1px solid #495a7d;
    }


.showLessBorder {
    border-bottom: 1px solid #495a7d;
}



.dvLoadMore {
    background-color: #cccccc;
    padding: 3px 8px;
    color: #4f4f4f;
    margin: 8px 8px !important;
    float: left;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

    .dvLoadMore:hover {
        background-color: #52658c;
        color: #fff;
    }

.dvBuilding {
    background-color: #4f4f4f;
    color: #cccccc;
    padding: 0px 3px;
}


.dvNoTrendFound {
    position: absolute;
    margin: -200px 0px;
    z-index: 9999;
    max-width: auto;
    width: auto;
    text-align: center;
    color: #ae2b33;
    font-size: 20px;
    display: none;
    left: 30%;
}




.offerButtons .box-content {
    border: 1px solid #52658c !important;
}

    .offerButtons .box-content:hover {
        border: 1px solid #52658c !important;
    }

.offerButtons a {
    text-decoration: none !important;
}

.pricing-table h3 span {
    font: bold 18px / 100px Georgia, Serif;
    height: 110px;
    border-radius: 110px;
    width: 110px;
}

.lnkLoggedInHeader {
    min-width: 80px;
    background-color: #f58634 !important;
    border: 1px solid #f58634 !important;
    padding: 2px 10px !important;
    text-align: center;
    opacity: 1;
    color: white !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    margin-left: 10px !important;
    margin-top: 0px !important;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .lnkLoggedInHeader:hover {
        background-color: #f58634 !important;
        border: 1px solid #f58634 !important;
    }


.jobTitle {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.jobLocation {
    margin-bottom: 5px;
    font-size: 14px;
}

.jobCategory {
    margin-bottom: 20px;
    text-decoration: none;
    font-variant: normal;
}


.openingPosition {
    margin-bottom: 15px;
    text-transform: none !important;
    font-variant: small-caps;
    font-size: 30px;
}

.textAlignCenter {
    text-align: center;
}

.jobTitleLarge {
    margin-bottom: 15px;
    color: #4a6697;
    font-variant: small-caps;
    text-transform: none;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.jobCityLarge {
    margin-bottom: 50px;
    color: #000;
    font-variant: small-caps;
    text-transform: none;
    font-size: 20px;
    text-align: center;
}

.postedOnJob {
    color: #4a6697;
    font-variant: small-caps;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}

.lnkSeeAllJobs {
    color: #4a6697;
    margin-top: 65px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    float: left;
    font-variant: small-caps;
}

.btnApply {
    background-color: #52658c;
    color: white;
    margin-top: 50px;
    font-variant: small-caps;
    padding: 3px 10px;
    float: left;
    border: 1px solid #52658c;
}

.followUs {
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.fa-twitter-square:hover {
    color: #52a7e7;
}


.fa-facebook-square:hover {
    color: #3a5795;
}

.fa-google-plus-square:hover {
    color: #dd4b39;
}

.btnFeedback {
    background-color: #5b719c;
    border: 1px solid #5b719c;
    color: white;
    padding: 5px 20px;
    float: right;
    font-size: 15px;
    text-decoration: none !important;
    outline: none;
}

    .btnFeedback:hover {
        background-color: #fff;
        border: 1px solid #5b719c;
        color: #5b719c;
    }


.process-place {
    animation-name: resize;
    animation-duration: 1s;
    animation-iteration-count: 4;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    width: 203px;
    height: 216px;
    background-position: -64px -193px;
}

    .process-place img {
        width: 145px;
        height: 145px;
    }

.sliderStyle {
    margin-bottom: 0px;
    background-color: #fff !important;
    background: none !important;
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    box-shadow: none;
}

    .sliderStyle .mediaContentBox {
        border-top: 0px solid #e36159 !important;
        padding: 0px 0px 10px 0px;
    }

        .sliderStyle .mediaContentBox img {
            height: 350px;
            width: 100%;
            border: 3px solid #556a93;
        }

.lnkJobContainer {
    background-color: #fff;
    border: 1px solid #5b719c;
    color: #5b719c;
    padding: 5px 20px;
    font-variant: normal !important;
    font-size: 14px;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    margin: 0px 10px 10px 0px;
    width: 24%;
}

    .lnkJobContainer:hover {
        background-color: #5b719c;
        border: 1px solid #5b719c;
        color: white;
    }


.lnkApplyToday {
    background-color: #5b719c;
    border: 1px solid #5b719c;
    color: white;
    padding: 5px 20px;
    font-variant: small-caps;
    font-size: 16px;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    margin: 0px 10px 10px 0px;
    width: 24%;
    opacity: 0.9;
}

    .lnkApplyToday:hover {
        opacity: 1;
        color: white;
    }


.designation {
    text-transform: none;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}

.memberName {
    margin-bottom: 5px;
    font-size: 30px;
}

.hrStyle {
    float: left;
    width: 100%;
    margin: 50px 0px;
}

.hrTestimonialStyle {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.teamMemberHeight {
    height: 225px;
}


.testimonialImage {
    max-width: 100px;
    width: 100px;
    height: 100px;
}

.blogContainer {
    padding: 0px;
    margin-bottom: 38px;
    width: 100%;
    position: relative;
    float: left;
}

.containerWithImage {
    border: 0px solid #5b6a8a;
    padding: 10px;
}

.blogFixedSize {
    height: 280px;
}

.newsFixedSize {
    height: 250px;
}

.blogCategory {
    font-size: 12px;
    font-style: italic;
    padding: 3px 0px;
    position: absolute;
    margin-top: -3px;
    z-index: 999;
}

.blogPostedOn {
    font-size: 11px;
    font-style: italic;
    padding: 3px 0px;
    margin-top: 23px;
    position: absolute;
    z-index: 999;
    text-align: left;
}

.blogCategoryDetails {
    font-size: 12px;
    font-style: italic;
    padding: 3px 0px;
    position: absolute;
    margin-top: -3px;
    z-index: 999;
    width: 95%;
    text-align: left;
}

.blogPostedOnDetails {
    font-size: 11px;
    font-style: italic;
    padding: 3px 0px;
    margin-top: 23px;
    position: absolute;
    z-index: 999;
    width: 95%;
    text-align: left;
}

span.categoryTitle {
    padding: 1px 10px;
    background: #f48635;
    color: white;
    margin: 0px 0px 0px 0px;
}

span.blogPostedOn {
    padding: 1px 10px;
    background: #5b6a8a;
    color: white;
    margin: 0px 0px 0px 0px;
}

.blogImage {
    width: 100%;
    height: 280px;
}

.NewsImage {
    width: 100%;
    height: 250px;
}

.lnkBlogTitle {
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    padding: 6px 2%;
    text-indent: 0px;
    margin-top: -36px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    top: auto;
    margin-top: 0px;
    background: rgba(10, 10, 10, 0.6);
    text-align: left;
}

.lnkBlogSimpleTitle {
    font-size: 22px;
    color: #5b6a8a !important;
    text-decoration: none !important;
    float: left;
    width: 100%;
    padding: 0px 0px 6px 0px;
    text-indent: 0px;
}

.pMarginBottom {
    margin-bottom: 5px;
}

.colorInfo {
    color: #5b6a8a;
}

.fullWidth {
    width: 100%;
}


.lnkReadMore {
    background-color: #f48635;
    border: 1px solid #f48635;
    color: white;
    padding: 2px 15px;
    font-size: 14px;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    margin: 2px 0px 0px 0px;
    min-width: 100px;
    opacity: 0.9;
    float: right;
}

    .lnkReadMore:hover {
        opacity: 1;
        color: white;
    }


.ulBlogCategory {
    float: left;
    width: 110%;
    margin-left: -38px;
}

    .ulBlogCategory li {
        list-style-type: none;
        text-align: left;
        margin: 0px 0px 3px 0px;
        padding: 3px;
        width: 100%;
        float: left;
        color: #5b6a8a !important;
    }

        .ulBlogCategory li a {
            text-decoration: none !important;
        }


.categoryHeading {
    font-size: 25px;
    background-color: #566992;
    color: white;
    padding: 10px 10px;
    margin-bottom: 50px;
}


.ulArchieves {
    float: left;
    width: 110%;
    margin-left: -38px;
}

    .ulArchieves li {
        list-style-type: none;
        text-align: left;
        margin: 0px 20px 3px 0px;
        padding: 3px;
        width: auto;
        float: left;
        color: #5b6a8a !important;
    }

        .ulArchieves li a {
            text-decoration: none !important;
        }





/*Project Thumb Style START*/

.boxContentCustom {
    border-top-width: 0px !important;
}

.projectThumbs {
    border-top-width: 1px;
    padding: 15px 15px 10px 15px;
    border-top: 1px solid #dfdfdf;
    border-radius: 0px !important;
    overflow: hidden;
    background: #f5f5f5;
    background-color: transparent;
    background: -webkit-linear-gradient(top,#fff 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom,#fff 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-radius: 8px;
    border-right: 1px solid #ececec;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    opacity: 0.9;
}

    .projectThumbs:hover {
        border: 1px solid #566992;
        opacity: 1;
    }

    .projectThumbs .img-responsive {
        /*transition: all .2s linear;*/
        position: relative;
        border-radius: 0px !important;
        margin-top: 3px;
        width: 100%;
        max-height: 175px;
        min-height: 175px;
    }

    .projectThumbs .box-content {
        display: block;
        overflow: hidden;
        position: relative;
        text-decoration: none;
        max-width: 100%;
    }

.projectImages {
    position: absolute;
    top: 10px;
    right: 6px;
    padding: 3px 10px;
    background: rgba(17,17,17,0.4);
    color: white;
    width: 70px;
}

.projectTitle {
    text-align: left;
    text-transform: none !important;
    border-radius: 0 35px 0 0;
    padding: 2px 0px;
    color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    float: left;
    text-transform: uppercase !important;
    margin-top: 5px;
    margin-bottom: -2px;
}

.projectAddress {
    text-align: left;
    text-transform: none !important;
    padding: 0 0;
    text-indent: 0px;
    bottom: 4px;
    color: #000;
    font-size: 13px !important;
    margin-bottom: -5px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    float: left;
    width: 100%;
    height: 33px;
}

.projectPrice {
    text-align: right;
    font-size: 17px;
    margin: 4px 0px 0px 0px;
    float: right;
    color: #000;
}

.projectArea {
    text-align: left;
    font-size: 12px;
    margin: 4px 0px 0px 0px;
    float: right;
    color: #000;
}

.lnkEnquire {
    background-color: #f58634;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 3px 4px;
    border: 1px solid #f58634;
    float: right;
    width: 100%;
}

    .lnkEnquire:hover {
        background-color: #fff;
        color: #f58634;
        font-size: 14px;
        text-align: center;
        padding: 3px 4px;
        border: 1px solid #f58634;
        float: right;
        width: 100%;
    }
/*Project Thumb Style END*/


.lnkViewAll {
    background-color: #f58634;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 2px 10px;
    border: 1px solid #f58634;
    min-width: 100px;
    opacity: 0.9;
    text-decoration: none !important;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    margin-top: -15px;
}

    .lnkViewAll:hover {
        opacity: 1;
        color: white;
    }

.noRecordFound {
    min-height: 100px;
    text-align: center;
    display: inline-block;
    width: 100%;
    background: #6b6a65;
    color: white;
    font-style: italic;
    font-size: 20px;
    padding: 101px 0px;
}




/*Blogs Index START*/

.owl-carousel .owl-wrapper-outer {
    border-radius: 0px;
}

.img-thumbnail {
    border-radius: 0px;
    max-width: 100%;
    float: right;
    width: 100%;
    max-height: 400px;
}

    .img-thumbnail img {
        width: 100%;
        max-height: 290px;
    }

.shareOn {
    color: #566992;
    font-size: 17px;
    float: left;
    margin: 9px 7px 0px 0px;
}

.socialBlogs {
    margin-left: -30px;
    margin-top: -10px;
}

#disqus_thread {
    border: 5px solid #e2e7ea;
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#dvBlogContainer .owl-wrapper, #dvBlogContainer .owl-wrapper-outer {
    height: 250px;
}

.featured-box .box-content {
    border-top-width: 1px;
    border-top-color: #dfdfdf;
}

.categoryContainer {
    float: left;
    margin-bottom: 20px;
}

.img-thumbnail {
    padding: 0px !important;
    border-width: 0px !important;
}

.shareOn {
    color: #566992;
    font-size: 17px;
    float: left;
    margin: 9px 7px 0px 0px;
}

.socialBlogs {
    margin-left: -30px;
    margin-top: -10px;
}

#disqus_thread {
    border: 5px solid #e2e7ea;
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#dvBlogContainer .owl-wrapper, #dvBlogContainer .owl-wrapper-outer {
    height: 250px;
}

.featured-box .box-content {
    border-top-width: 1px;
    border-top-color: #dfdfdf;
}

.categoryContainer {
    float: left;
    margin-bottom: 20px;
}

.img-thumbnail {
    padding: 0px !important;
    border-width: 0px !important;
}

.h4StyleCustom {
    text-align: left;
    background-color: #5b6a8a;
    color: #fff !important;
    text-transform: none !important;
    text-indent: 10px;
    padding: 3px 0px;
    margin-top: 10px !important;
}

/*Blogs Index END*/


.filterControl {
    margin: 5px 0px 12px 0px;
}


.dvAdvanceFilterProperty {
    position: absolute;
    color: white;
    background-color: #52658c;
    margin-left: 0px;
    margin-top: 6px;
    padding: 3px 0px;
    text-indent: 10px;
    border-radius: 0px 0px 5px 5px;
    width: 12%;
    cursor: pointer;
    font-style: italic;
    margin-left: 36%;
}

.lnkReset {
    background-color: #f58634 !important;
    border-color: #f58634 !important;
    color: white !important;
    padding: 6px 12px;
}

.dvAdvancedFilterProperty {
    display: none;
}

.txtAreaStyle {
    outline: none;
    width: 40%;
    border: 1px solid #cccccc;
    padding: 5px 7px;
    margin-right: 10px;
}

.marginLeft15 {
    margin-left: 10px;
    margin-right: 10px !important;
}


.lblFilterTitle {
    font-weight: normal;
    color: #52658c;
    font-size: 15px;
    margin-bottom: 0px;
    width: 100%;
}

.optionContainer {
    width: 100%;
    min-height: 33px;
    border: 0px solid red;
    margin-top: 5px;
}

.borderRight {
    border-right: 1px solid #cccccc;
}


.activeOption {
    float: left;
    padding: 4px 10px 5px 10px;
    background-color: #52658c !important;
    color: white;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #52658c !important;
    border-bottom: 1px solid #52658c !important;
    border-left: 0px !important;
    border-right: 0px !important;
    cursor: default !important;
}

.width33 {
    width: 33% !important;
    min-width: 33% !important;
}

.width50 {
    width: 50% !important;
    min-width: 50% !important;
}

.width45 {
    width: 45% !important;
    min-width: 45% !important;
}

.width20 {
    width: 20% !important;
    min-width: 20% !important;
}

.width16 {
    width: 16% !important;
    min-width: 16% !important;
}

.optionContainer .dvOption {
    float: left;
    padding: 4px 10px 5px 10px;
    background-color: #FCFBFB;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    opacity: 1;
}

    .optionContainer .dvOption:hover {
        background-color: #eeeeee;
    }


.marginTopFilter {
    margin-top: 13px !important;
}
/*module-timeline article {
  position: relative;
  padding-left: 80px;
  margin: 0;
}

.module-timeline article span.published {
  position: absolute;
  width: 60px;
  text-align: right;
  left: 0;
  top: 2px;
  margin-top: 0;
  color: #999;
}

.module-timeline article span.published-time {
  position: absolute;
  width: 60px;
  text-align: right;
  left: 0;
  top: 16px;
}

.module-timeline article .cnt {
  position: relative;
  border-left: 1px solid #575757;
  padding: 20px 0 20px 20px;
}

#sidebar .module-timeline article i.bullet-5, #sidebar-mid .module-timeline article i.bullet-5 {
  background: #edcb21;
}

.module-timeline article i.bullet {
  position: absolute;
  top: 0;
  left: -8px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #444;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.module-timeline article span.category {
  position: absolute;
  top: 2px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.module-timeline article h3 {
  font: 700 15px/18px 'Roboto Condensed', sans-serif;
  margin: 0;
}*/




.propertyProjCoverImage .img-thumbnail, .propertyProjCoverImage .img-thumbnail img {
    max-height: 393px !important;
    min-height: 393px !important;
}

.propertyProjThumbnailImage .img-thumbnail, .propertyProjThumbnailImage .img-thumbnail img {
    max-height: 220px !important;
    min-height: 220px !important;
}

.marginTop50 {
    margin-top: 50px;
}

.textAlignJustify {
    text-align: justify !important;
}

.h4Project {
    margin-bottom: 15px;
    text-transform: none;
}

.propertyMainThumbnail {
    overflow: hidden;
    margin-bottom: 30px;
}


.lightBoxTitleLeft {
    left: 25px !important;
}

.dvAmenityFeatures {
    margin: 10px 0px;
}


.planQuickView {
    margin: 10px -15px !important;
}


.borderLeft {
    border-left: 1px solid #cccccc;
}

@media (min-width: 992px) {
    .textAlignRight {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .dvImageSection {
        display: none !important;
    }
}


@media (max-width:479px) {
    .hideInMobile {
        display: none;
    }

    .hideContentProp {
        max-height: auto !important;
    }
}




.rmsSlider {
    border: 2px solid #dfdfdf;
    padding: 10px;
    margin: 0px 15px;
    text-align: center;
}

    .rmsSlider img {
        height: 151px;
        width: 100%;
    }




.agreementPanel {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .agreementPanel ul {
        margin: 0px;
        padding: 0px;
    }

        .agreementPanel ul li {
            display: inline-block;
            margin: 0px 20px 35px 20px;
            list-style: none;
        }

.agreementItem {
    margin: 0 auto;
    width: 260px;
}

.agreementPanel ul li a {
    background-color: #5b719c;
    border: 1px solid #5b719c;
    color: white !important;
    padding: 50px 0px;
    font-size: 25px;
    outline: none;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    margin: 0px;
    opacity: 0.9;
}

    .agreementPanel ul li a:hover {
        opacity: 1;
    }




/*TimeLines START*/

/*TimeLines END*/

.dvPropRentTitle {
    background-color: #fcfcfc;
    text-align: center;
    font-size: 25px;
    padding: 30px 65px;
    border: 1px solid #dfdfdf;
    line-height: 50px;
    margin-bottom: 20px;
}

.dvServices {
    background-color: #F5F5F5;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    margin: 10px 0px 60px 0px;
}

.dvServicesArrow {
    text-align: center;
    padding: 65px;
    background-image: url(../Img/PropRentArrow.png);
    position: absolute;
    width: 100%;
    background-position: center center;
}

.arrow1 {
    left: 0px;
    margin-top: -6px;
}

.arrow2 {
    left: 0px;
    margin-top: 98px;
}

.arrow3 {
    left: 0px;
    margin-top: 197px;
}


.arrow4 {
    left: 0px;
    margin-top: 305px;
}

@media (max-width: 768px) {
    .dvServicesArrow {
        display: none;
    }
}


@media (min-width: 992px) {
    .dvFilterStyle {
        margin-right: 20px;
        width: 450px;
    }
}


.marginBottom10 {
    margin-bottom: 7px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.listMargin {
    margin-left: -15px;
}


.imgCircleServices {
    margin-top: 25px !important;
    margin-left: 17px !important;
    display: none;
}


/*.home-concept .process-image img {
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    border-radius: 0px !important;
}

    .home-concept .process-image img:hover {
        -moz-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -o-transform: scale(1.08);
    }*/

/*Buy Sell Image*/
.buySell {
    height: 152px;
    width: 154px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    border-radius: 0px !important;
}

    .buySell:hover {
        background-repeat: no-repeat;
        background-position: 13px 22px;
        background-image: url(../Img/PropterryIcons/BuySellHover.png);
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
    }

    .buySell img:hover {
        opacity: 0;
    }

/*Home Loan*/

.homeLoan {
    height: 152px;
    width: 154px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    border-radius: 0px !important;
}

    .homeLoan:hover {
        background-repeat: no-repeat;
        background-position: 20px 22px;
        background-image: url(../Img/PropterryIcons/HomeLoanHover.png);
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
    }

    .homeLoan img:hover {
        opacity: 0;
    }


/*Prop Care*/

.propCare {
    height: 152px;
    width: 154px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    border-radius: 0px !important;
}

    .propCare:hover {
        background-repeat: no-repeat;
        background-position: 20px 22px;
        background-image: url(../Img/PropterryIcons/PropCareHover.png);
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
    }

    .propCare img:hover {
        opacity: 0;
    }

/*Prop Rent*/

.propRent {
    height: 152px;
    width: 154px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    border-radius: 0px !important;
}

    .propRent:hover {
        background-repeat: no-repeat;
        background-position: 10px 22px;
        background-image: url(../Img/PropterryIcons/PropRentHover.png);
        -moz-transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -o-transform: scale(1.03);
    }

    .propRent img:hover {
        opacity: 0;
    }


/*Slide Animation*/

.imgAnimation {
    position: relative;
    height: 160px;
    width: 165px;
    margin: 0 auto;
}

    .imgAnimation img {
        position: absolute;
        left: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

    .imgAnimation .top {
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
        opacity: 0;
    }

    .imgAnimation:hover .top, .imgAnimation.hover_effect .top {
        -webkit-transform: scale(1,1);
        -webkit-transform-origin: top right;
        -moz-transform: scale(1,1);
        -moz-transform-origin: top right;
        -o-transform: scale(1,1);
        -o-transform-origin: top right;
        transform: scale(1,1);
        transform-origin: top right;
        opacity: 1;
    }

    .imgAnimation:hover img.bottom, .imgAnimation.hover_effect img.bottom {
        -webkit-transform: scale(0,0);
        -webkit-transform-origin: bottom left;
        -moz-transform: scale(0,0);
        -moz-transform-origin: bottom left;
        -o-transform: scale(0,0);
        -o-transform-origin: bottom left;
        transform: scale(0,0);
        transform-origin: bottom left;
    }

.boxStyle {
    float: left;
    width: 135px;
    min-height: 50px;
    margin-left: 16px;
    padding: 30px 0px;
}

.btnCircle {
    background-color: #2b78c2;
    border: 1px solid #2b78c2;
    color: white;
    padding: 3px 10px;
    font-size: 15px;
    text-decoration: none !important;
    outline: none;
    font-family: Calibri;
    /*font-family: "Shadows Into Light", cursive;*/
}

.imgAnimation p {
    /*font-family: "Shadows Into Light", cursive;*/
    font-family: Calibri;
    margin-bottom: 15px;
    color: #5e7094;
    font-weight: normal !important;
    font-size: 15px;
    width: 85%;
    margin-left: 5%;
}




.nivoSliderTitle {
    width: 100%;
    /*padding: 5px 5px 5px 115px;*/
    padding: 4px;
    background-color: rgba(10, 10, 10, 0.2);
    color: white !important;
    font-size: 20px;
    z-index: 999999999999;
    bottom: 0px;
    text-align: center;
    position: absolute;
    font-style: italic;
    text-decoration: none !important;
}

.propCareCircle {
    max-width: 100%;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    height: 200px;
    width: 200px;
    border: 3px solid #3b4651;
}

