body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #525252;
    background: #f9f9f9;
}
.padding-none
{
    padding: 0;
}

.padding
{
    padding: 10px;
}

.padding-sm
{
    padding: 5px;
}

.padding-lg
{
    padding: 22px;
}

.padding-top-none
{
    padding-top: 0;
}

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

.padding-top-sm
{
    padding-top: 5px;
}

.padding-top-lg
{
    padding-top: 22px;
}

.padding-right-none
{
    padding-right: 0;
}

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

.padding-right-sm
{
    padding-right: 5px;
}

.padding-right-lg
{
    padding-right: 22px;
}

.padding-bottom-none
{
    padding-bottom: 0;
}

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

.padding-bottom-sm
{
    padding-bottom: 5px;
}

.padding-bottom-lg
{
    padding-bottom: 22px;
}

.padding-left-none
{
    padding-left: 0;
}

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

.padding-left-sm
{
    padding-left: 5px;
}

.padding-left-lg
{
    padding-left: 22px;
}

.padding-top-ex-lg
{
    padding-top: 50px;
}

.padding-bottom-ex-lg
{
    padding-bottom: 50px;
}

.margin-none
{
    margin: 0;
}

.margin
{
    margin: 14px;
}

.margin-sm
{
    margin: 5px;
}

.margin-lg
{
    margin: 22px;
}

.margin-top-none
{
    margin-top: 0;
}

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

.margin-top-lg
{
    margin-top: 22px;
}

.margin-top-sm
{
    margin-top: 5px;
}

.margin-right-none
{
    margin-right: 0;
}

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

.margin-right-lg
{
    margin-right: 22px;
}

.margin-right-sm
{
    margin-right: 5px;
}

.margin-bottom-none
{
    margin-bottom: 0;
}

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

.margin-bottom-lg
{
    margin-bottom: 22px;
}

.margin-bottom-sm
{
    margin-bottom: 5px;
}

.margin-left-none
{
    margin-left: 0;
}

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

.margin-left-lg
{
    margin-left: 22px;
}

.margin-left-sm
{
    margin-left: 5px;
}

.border-left-none
{
    border-left: none;
}

.border-right-none
{
    border-right: none;
}

.border-bottom-none
{
    border-bottom: none;
}

.border-top-none
{
    border-top: none;
}

.border-none
{
    border: none;
}
.margin-auto
{
    margin: auto;
}
.font-bold
{
    font-weight: bold;
}
.border-right
{
    border-right: 1px solid #dfdfdf;
}
.border-left
{
    border-left: 1px solid #dfdfdf;
}
.border-top
{
    border-top: 1px solid #dfdfdf;
}
.border-bottom
{
    border-bottom: 1px solid #dfdfdf;
}
.content-adjust:after, .content-adjust:before
{
    display: table;
    content: "";
    clear: both;
}

a
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #00adef;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.c-00adef{
    color: #00adef;
}
.text-theme{
    color: #00adef;
}
a:focus, a:hover{
    color: #01C8FF;
}
.col-center {
    float: none;
    margin:0 auto;
}
.img-center-main {
    max-width: 100%;
    height: 219px;
}
.img-center {
    max-width: 100%;
    height: 219px;
    text-align: center;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 219px;
}
.img-center-main-acc {
    max-width: 100%;
    height: 165px;
}
.img-center-acc {
    max-width: 100%;
    height: 165px;
    text-align: center;
}
.img-center-inner-acc {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner-acc img {
    max-height: 165px;
}
.img-center-main-map {
    max-width: 100%;
    height: 80px;
}
.img-center-map {
    max-width: 100%;
    height: 80px;
    text-align: center;
}
.img-center-inner-map {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner-map img {
    max-height: 80px;
}
/**
 * 07. Header
 */
.hidden-xs-up {
    display: none !important; }

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important; } }

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important; } }

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important; } }

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important; } }

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important; } }

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important; } }

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important; } }

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important; } }

.hidden-xl-down {
    display: none !important; }

.visible-print-block {
    display: none !important; }
@media print {
    .visible-print-block {
        display: block !important; } }

.visible-print-inline {
    display: none !important; }
@media print {
    .visible-print-inline {
        display: inline !important; } }

.visible-print-inline-block {
    display: none !important; }
@media print {
    .visible-print-inline-block {
        display: inline-block !important; } }

@media print {
    .hidden-print {
        display: none !important; } }
.header-new {
    background-color: #8e1560;
    box-shadow: 0 1px 5px rgba(35, 35, 35, 0.12); }

.header-logo {
    font-family: 'DIN', sans-serif;
    padding:13px 10px;
    border-right: 1px solid #ce519e;}
.header-logo a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none; }
.header-logo img {
    vertical-align: middle;
    position: relative;
    z-index: 10; }
.header-logo strong {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    line-height: 24px;
    left: -100%;
    margin: 0 0 0 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    transition: all .75s ease .5s;
    vertical-align: middle; }
.border-left{border-left: 1px solid #ce519e;}
.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler span {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 2px;
    margin: 4px 0;
    width: 20px;
}
.navbar-toggler {
    border: 0;
    float: right;
    margin: 35px 0 0 0;
    padding: 0;
}
@media (max-width: 767px) {
    .header-logo strong {
        display: none; } }
.loaded .header-logo strong {
    left: 0;
    opacity: 1; }

.header-btn {
    float: right; }

.header-top {
    padding: 13px 0;
    position: relative; }
.header-top::after {
    content: "";
    display: table;
    clear: both; }

.header-bottom {
    background-color: #8e1560;
    min-height: 50px; }
.header-bottom::after {
    content: "";
    display: table;
    clear: both; }
@media (max-width: 991px) {
    .header-bottom .nav-secondary {
        display: none; } }

@media (min-width: 992px) {
    .nav { }
    .nav.nav-right {
        float: right; }
    .nav.nav-right .nav-item {
        margin: 0 0 0 40px; }
    .nav-pills .nav-item {
        margin: 0 0 0 0;
        position: relative; }
    .nav-pills .nav-link {
        border-radius: 0;
        color: #fff;
        font-family: 'DIN', sans-serif;
        font-size: 15px;
        line-height: 1;
        margin: 0;
        padding: 26px 13px;        
        position: relative;
        text-transform: uppercase;}
    .nav-pills .nav-link:hover {
        color: #ffa2dc; }
    .nav-pills .nav-link.active {
        background-color: transparent;
        color: #8e1560;
        cursor: pointer !important; }

    .nav-pills .nav-link.active:hover {
        background-color: transparent;
        color: #fff; } }

.nav-primary.collapse {
    display: block; }
@media (min-width: 991px) {
    .nav-pills .nav-link{
        padding: 21px 9px;
    }
}
@media (min-width: 1300px)
{
    .nav-pills .nav-link {
        padding: 37px 14px;
        font-size: 15px;
    }
}
@media (min-width: 1560px) {
    .nav-pills .nav-link {
        padding: 39px 25px;
        font-size: 17px;}
}
@media (max-width: 1199px) {
    .nav-primary.collapse {
        display: none; }
    .nav-primary.collapse.in {
        display: block; } }

@media (max-width: 991px) {
    .nav-right {
        float: right; }
    .nav-primary {
        background-color: #232323;
        left: 0;
        position: absolute;
        right: 0;
        top: 90px;
        z-index: 9999; }
    .nav-primary li, .nav-primary li.nav-item {
        border-radius: 0;
        display: block;
        float: none;
        margin: 0 !important; }
    .nav-primary li ul, .nav-primary li.nav-item ul {
        background-color: rgba(255, 255, 255, 0.04);
        display: none; }
    .nav-primary li:hover > ul, .nav-primary li.nav-item:hover > ul {
        display: block; }
    .nav-primary ul {
        margin: 0;
        padding: 0; }
    .nav-primary a.nav-link, .nav-primary a {
        border-radius: 0;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        font-family: 'DIN', sans-serif;
        font-size: 12px;
        padding: 12px 20px; }
    .nav-primary a.nav-link.active, .nav-primary a.active {
        background-color: transparent;
        border-radius: 0;
        cursor: pointer; }
    .nav-primary a.nav-link.active:hover, .nav-primary a.nav-link:hover, .nav-primary a.active:hover, .nav-primary a:hover {
        background-color: #8e1560;
        text-decoration: none; } }

.header-search {
    float: right;
    margin: 0 40px 0 0;
    position: relative;
    width: 400px; }
.header-search .form-control {
    height: 38px; }
@media (max-width: 1199px) {
    .header-search {
        width: 300px; } }
@media (max-width: 991px) {
    .header-search {
        display: none; } }

.header-toggle {
    background-image: url("../img/menu.png");
    background-size: 20px 17px;
    cursor: pointer;
    display: block;
    height: 17px;
    float: right;
    margin: 11px 0 0 40px;
    width: 20px;
    display: none;}

@media (min-width: 992px) {
    .has-children {
        /*margin: 0 25px 0 0 !important; */
    }
    .has-children > a:after {
        content: '\f078';
        color: #fff;
        font-family: 'FontAwesome';
        font-size: 8px;
        margin: 0 0 0 8px;
        vertical-align: 3px; }
    .has-children > a:hover:after {
        color: #ffa2dc; }
    .has-children:hover > .sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible; }
    .sub-menu {
        background-color: #323232;
        border-radius: 2px;
        left: -22px;
        list-style: none;
        margin: 0;
        opacity: 0;
        padding: 8px 0;
        position: absolute;
        top: 60px;
        transition: all .4s ease;
        transform: translate3d(0, 0, 1px);
        visibility: hidden;
        width: 200px;
        z-index: 999; }
    .sub-menu li {
        border-bottom: 1px solid #656565;
    }
    .sub-menu li:last-child {
        border-bottom: 0px solid #656565;
    }
    .sub-menu:before {
        border: 5px solid transparent;
        border-bottom-color: #323232;
        content: '';
        height: 0;
        left: 20px;
        position: absolute;
        top: -10px;
        width: 0; }
    .sub-menu a {
        color: rgba(255, 255, 255, 0.8);
        display: block;
        font-family: 'DIN', sans-serif;
        font-size: 15px;
        margin: 0 0 0 -6px;
        padding: 10px 10px;
        text-decoration: none;
        transform: translate3d(0, 0, 1px);
        transition: all .4s ease; }
    .sub-menu a:before {
        content: '\f054';
        color: #8e1560;
        font-family: 'FontAwesome';
        font-size: 8px;
        margin: 0 5px 0 0;
        opacity: 0;
        transition: all .4s ease;
        transform: translate3d(0, 0, 1px);
        vertical-align: 1px; }
    .sub-menu a:hover {
        color: #fff;
        margin-left: 0; }
    .sub-menu a:hover:before {
        opacity: 1; } }

.header-sticky {
    background-color: rgba(35, 35, 35, 0.95);
    left: 0;
    opacity: 0;
    padding: 10px 50px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 1px);
    transition: all .2s ease;
    visibility: hidden;
    z-index: 999; }
@media (max-width: 1199px) {
    .header-sticky {
        display: none; } }
.header-sticky.active {
    opacity: 1;
    visibility: visible;display: none; }
.header-sticky .has-children {
    margin: 0 !important; }
.header-sticky .nav {
    float: right; }
.header-sticky .nav-item {
    margin: 0 35px 0 0 !important;
    position: relative; }
.header-sticky .nav-item:last-child {
    margin-right: 0 !important; }
.header-sticky .nav-item:last-child .nav-link {
    padding-right: 0; }
.header-sticky .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'DIN', sans-serif;
    font-size: 12px;
    padding: 15px 0; }
.header-sticky .nav-link:before, .header-sticky .nav-link:after {
    display: none !important; }
.header-sticky .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    color: #8e1560; }
.header-sticky .nav-link.active .fa {
    color: #8e1560; }
.header-sticky .nav-link:hover {
    color: #8e1560; }

.navbar-toggler span {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    height: 2px;
    margin: 4px 0;
    width: 20px; }
/*Style Ends*/

.header {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 1002;
}
.mobile-search {
    display: none;
}


.top-header .left-top-header
{
    text-align: left;
}
.top-header .right-top-header
{
    text-align: right;
}
.top-header .left-top-header .tagline {
    margin: 5px 0px;
    color: #808080;
    font-size: 13px;
}
.top-header .list-inline
{
    margin-bottom: 0px;
}
.register
{
    text-align: left;
    padding: 22px 0px;
    margin-bottom: 0px;
}

.menu
{
    text-align: right;
    padding: 22px 0px;
    margin-bottom: 0px;
}

.btn-success
{
    background: #8e1560;
    border-color: #8e1560;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover
{
    background: #ce1989;
    border-color: #ce1989;
}
.btn-success.disabled{
    background: #808080;
    border-color: #808080;
}
.navbar{
    min-height: 0px;
    margin-bottom: 0px;
}
.navbar-toggle {
    border-color: #00adef;
    z-index: 9999;
}
.navbar-toggle .icon-bar {
    background-color: #01C8FF;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: #ffffff;
    border: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.navbar-nav{
    margin: 13px 0px 0px;
}
.navbar-nav > li > .dropdown-menu {
    webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    left: 0px;
    min-width: 255px;
}
.navbar-collapse{
    padding-right: 0px;
}
.dropdown-menu>li>a {
    padding: 9px 20px;
}
.dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #ffffff;
    color: #30bcf2;
}
.menu .navbar-toggle {
    display: block;
    float: none;
    border: 2px solid #00adef;
    position: relative;
    padding: 7px 10px;
    margin: 0px;
    top: 3px;
}
.menu .navbar-toggle .icon-bar{
    background: #00adef;
    height: 2px;
    width: 23px;
}
.search-box,.search-menu
{
    background-color: #ECECEC;
}
.search-box .form-group
{
    margin-bottom: 0px;
}

.search-box .form-control
{
    height: 51px;
}

.search-box .btn-success
{
    height: 51px;
    font-size: 18px;
}

.navbar-nav>li:last-child>a
{
    padding-right: 0px;
}

.bg-f2f2f2
{
    background: #f2f2f2;
}

.home-title
{
    font-size: 25px;
    border-bottom: 1px dotted #9e9ea2;
    padding-bottom: 10px;
    font-weight: 300;
    margin-bottom: 15px;
}

.sub-title
{
    color: #868585;
    font-size: 12px;
    font-weight: normal;
    margin-top: 9px;
}

.listing-title
{
    font-size: 30px;
    font-weight: normal;
    background: #00adef;
    color: #ffffff;
    padding: 10px 0px;
    margin-bottom: 22px;
}

.promo-listing
{
    max-width: 260px;
    margin: 0px auto 20px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.promo-listing img
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.promo-brief
{
    padding: 10px 10px;
    background: #f9f9f9;
}

.promo-brief h3
{

    font-size: 14px;
    margin-top: 0px;    
}

.promo-brief h3 a
{
    color: #3e505a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.promo-brief h3 a:hover, .promo-brief h3 a:focus
{
    color: #00adef;
    text-decoration: none;
}

.promo-brief p
{
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 20px;
}

.cat
{
    font-size: 14px;
    color: #00adef;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
}
.text-success
{
    color: #00adef;
}

.text-grey
{
    color: #aaabab;
}

.categories-list .list-item {
    margin-bottom: 60px;
}

.categories-list .list-item .title {
    margin-bottom: 10px;
}

.categories-list .list-item .title .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #00adef;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.categories-list .list-item .title .icon i {
    font-size: 14px;
    line-height: 38px;
}

.categories-list .list-item .title h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-top: 10px;
}

.categories-list .list-item ul {
    list-style: none;
    padding-left: 52px;
}

.categories-list .list-item ul li a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    color: black;
    display: inline-block;
    padding: 2px 0;
}

.categories-list .list-item ul li .count {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: inline-block;
    font-size: 13px;
    float: right;
    top: 7px;
    position: relative;
}

.categories-list .list-item ul li a:hover, .categories-list .list-item ul li a:focus
{
    color: #00adef;
    text-decoration: none;
}

.subscription
{
    max-width: 900px;
    margin: 30px auto 0px;
}

.subscription .input-group
{
    border: 1px solid #00adef;
    background: #ffffff;
}

.subscription .input-group .form-control
{
    border: 0px;
    height: 45px;
    background: #ffffff;
}

.subscription .input-group-btn > .btn
{
    background: #00adef;
    border-color: #00adef;
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

.newsletter .home-title
{
    color: #ffffff;
}

.newsletter .sub-title
{
    color: #ffffff;
}

.newsletter
{
    background: url(../../images/newsletter-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0px;
}

.footer
{
    background: #8e1560;
    color: #000000;
}

.footer h2
{
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.footer .list-unstyled li
{
    padding: 4px 0px;
}

.footer .list-unstyled li a{
    color: #dcdcdc;
}
.footer .list-unstyled li a:hover, .footer .list-unstyled li a:focus{
    color: #00adef;
    text-decoration: none;
}
.copyright{
    background: #ffffff;
    color: #000000;
}

.copyright p{
    line-height: 34px;
}
.copyright a{
}
.copyright .list-inline li{
    color: rgb(255, 0, 0);
}
.copyright .list-inline li strong{
    color: #000000;
}
.inner-page-slider{
    height: auto;
}
.inner-page-slider .slider-title-secondary{
    margin-bottom: 20px;
}
.search-menu .list-inline{
    padding: 15px 0px;
}
.search-menu .mainul > li{
    padding: 0px 20px;
    position: relative;
}
.search-menu .list-inline li a{
    color: #3e5059;
    font-size: 16px;
    padding: 30px 0px;
}
.search-menu .list-inline li a:hover, .search-menu .list-inline li a:focus, .search-menu .list-inline li.active a{
    text-decoration: none;
    color: #00adef;
}

.search-menu .view li
{
    padding: 0px 8px;
}

.search-menu .view li a
{
    font-size: 14px;
}

.search-menu .view li:not(:last-child):after
{
    margin-right: -11px;
    margin-top: -1px;
}

.search-menu .search {
    color:#3d5059;
    margin: 13px auto 13px;
    position: relative;
}
.search-menu .form-control {
    height: 53px;
    border-radius: 0px;
    border: 1px solid #cacaca;
    font-size: 15px;
}
.search-menu .dropdown-menu > li > a {
    padding: 10px 20px;
    background: rgba(255,255,255,0.7);
}
.search-menu .dropdown-menu > li > a {
    padding: 10px 20px;
    background: transparent;
}
.search-menu .dropdown-menu > li > a:hover,.search-menu .dropdown-menu > li > a:focus {
    background: rgba(123,171,78,0.7);
    color: #fff;
}

.search-menu .manual-select .form-control
{
    height: 34px;
}
.manual-select{
    max-height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
}
.manual-select label
{
    display: block;
    padding: 10px 7px;
    margin-bottom: 0px;
    cursor: pointer;
}

.manual-select label:hover, .manual-select label:focus, .manual-select span:hover
{
    background: #00adef;
    color: #ffffff;
}

.manual-select input[type=radio], .manual-select input[type=checkbox] {
    display: none;
}

.manual-checkbox input[type=checkbox] {
    display: none;
}

.radio span:before 
{
    border-radius: 8px;
}
.checkbox span 
{
    margin-bottom: 10px;
}

.manual-select span,.manual-checkbox span
{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
}

.manual-select span:before,.manual-checkbox span:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #cdcdcd;
    margin-left: 5px;
    top: 2px;
    margin-right: 10px;
}

input[type=radio]:checked + span:before 
{
    content: "\2713";
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    background: #00adef;
    border: 1px solid #4ea000;
}

input[type=checkbox]:checked + span:before 
{
    content: "\2713";
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    background: #00adef;
    border: 1px solid #4ea000;
}

.fl-values 
{
    padding: 10px 13px;
    font-size: 16px;
}

.search-menu .list-inline li .dropdown-menu {
    border-radius: 0px;
    top: 221%;
    width: 180px;
    padding: 0px;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 100;
    color: #00adef;
    font-size: 25px;
}

.breadcrumb-main
{
    background: #ffffff;
    padding: 10px 0px;
}

.breadcrumb-main .breadcrumb
{
    background-color: transparent;
    margin: 0px;

}


.breadcrumb-main .list-inline
{
    padding: 8px 0px;
}

.breadcrumb-main .list-inline li a
{
    color: #3e505a;
    font-size: 16px;
}

.property-list
{
    background: #ffffff;
    border: 1px solid #e6e6e6;
}

.list-img img
{
    border: 1px solid #cccccc;
}

.list-desc h3
{
    margin-top: 5px;
}

.list-desc .label
{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.list-desc h5,.list-desc h5 a
{
    color: #7d7d7d;
    font-size: 14px;
}

.list-desc h6, .list-desc h6 a
{
    font-size: 13px;
    margin-top: 9px;
    font-weight: 300;
    color: #0066b3;
}

.mt9
{
    margin-top: 6px;
}

.pagination > li > a, .pagination > li > span
{
    color: #00adef;
    border: 1px solid #00adef;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    z-index: 2;
    color: #ffffff;
    background-color: #00adef;
    border-color: #00adef;
}

/*14022017*/

.owl-theme .owl-controls .owl-buttons div
{
    background: #333333;
    font-size: 25px;
    padding: 0px 14px;
    border: 0px solid #999;
    border-radius: 0px;
    color: #ffffff;
    text-align: center;
}

.brand-img
{
    border: 2px solid #e8e8e8;
    margin: 0px 10px;
}

.brand-img img
{
    height: 79px;
}

.item-block-content {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-bottom: solid 2px #ecf0f1;
    position: relative;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.inner-title
{
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    color: #8e1560;
}
.inner-title-listing{
    text-transform: uppercase;
    color: #8e1560;
}
.item-address-block .fa {
    width: 25px;
    margin-top: 6px;
    position: relative;
    top: -4px;
}

.item-address-block .item-address {
    width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    display: inline-block;
}

.item-address-block {
    width: 100%;
}

.tags li {
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    background-color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    margin-bottom: 5px;
}

.tags li:before {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f00c";
    color: #00adef;
    margin-right: 3px;
}

.item-block-content-right {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
    position: relative;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.logo
{
    background:#ffffff;
}

dl dt {
    float: left;
    padding: 2px 0;
}

dl dd {
    text-align: right;
    padding: 2px 0;
}

.thumb {
    margin-bottom: 0px;
}

.thumbnail
{
    margin-bottom: 10px;
}

.modal-header
{
    background: #00adef;
}

.modal-title
{
    color: #ffffff;
}

.modal-content
{
    border-radius: 0px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
}
.btn{padding: 9px 12px;}
.carousel {
    position: absolute;
    top: 0px;
    height: 100%;
}
.carousel-inner{
    height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 100%;
    max-width: inherit;
}
.btn-facebook
{
    background: #4962ba;
    border:2px solid #4962ba;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 25px;
}

.btn-facebook:hover, .btn-facebook:focus
{
    background: #ffffff;
    border:2px solid #4962ba;
    color: #4962ba;
}

.btn-google
{
    background: #ba3b39;
    border:2px solid #ba3b39;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
}

.btn-google:hover, .btn-google:focus
{
    background: #ffffff;
    border:2px solid #ba3b39;
    color: #ba3b39;
}
.list-desc-map p {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-desc p
{
    height: 40px;
}
.list-desc.list-desc-map p
{
    height: auto;
}

#searchmap {
    height: 600px;
    background-color: rgb(229, 227, 223);
}
.list-desc-map h4 {
    margin-top: 0px;
}
/*---------map page--------*/

.map
{
    border: 1px solid #cccccc;
}

.overflow-scroll
{
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility 0.2s;
}

.overflow-scroll-inner, .overflow-scroll:hover
{
    visibility: visible;
    transition: visibility 0s 0.2s;
}

.overflow-scroll::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 12px;
    _background-color: #f0f0f0;
}

.overflow-scroll::-webkit-scrollbar-corner 
{
    background-color: #e6e6e6;
}

.overflow-scroll::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    border: 3px solid rgba(255,255,255,0);
    background-clip: content-box;
    _background-color: #d8d8d8;
    background-color: #d8d8d8;
}

.list-desc-map h4
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}
.list-desc-map h5
{
    color: #7d7d7d;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.sliding-section
{
    background:#ffffff;
    border:1px solid #cccccc;
    text-align:justify;
    position: absolute;
    left: 25%;
    z-index: 1;
    right: 40%; 
    border-top: 0px;
    transition:1s;
    -webkit-transition:1s;
    -moz-transition:1s;
    width:555px;
    margin-left:-1000px;

}
.sliding-section.active{
    margin-left:0px;
}
.sliding-section-inner
{
    padding: 20px;
    min-width: 555px;
}

.carousel-control.left, .carousel-control.right
{
    background-image: none;
}

.sliding-section-inner .property-title
{
    font-size: 17px;
    font-weight: normal;
}
.sliding-section-inner .property-title a
{
    color: #3e505a;
}

.sliding-section-inner .property-title a:hover, .sliding-section-inner .property-title a:focus
{
    color: #99ca6b;
    text-decoration: none;
}

.map-slider-price
{
    font-size: 18px;
    color: #3e505a;
}
div#contentdiv {
    background: #fff;
    position: relative;
    z-index: 5;
}
.listclose {
    position: absolute;
    right: -25px;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 25px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color:inherit;
}
.bottom-header li.text-success {
    vertical-align: super;
}
.area-controller{
    display: none;
}
#mapcanvas {
    height: 350px;
    width: 100%;
}
#mapcanvas_window{
    width: 150px;
}
.inner-rating .rating-xs{
    font-size: 22px;
}
/*---My Account---*/

.gray-box {
    background: #ffffff;
    border: 1px solid #00adef;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
}

.gray-box .form-group label, .modal-body label {
    font-weight: 400;
}

.acc-title
{
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    padding: 12px 25px;
    border-bottom: 1px solid #e3e3e3;
    background: #00adef;
    text-transform: uppercase;
    color: #ffffff;
}
.acc-title small{
    color: #ffffff;
}
.login-register{
    background: #00adef;
    color: #ffffff;
}

.account-menu
{
    margin-bottom: 0px;
}

.account-menu li a {
    padding: 13px 15px;
    display: block;
    font-size: 14px;
    color: #373737;
    border-bottom: 1px dotted #cccccc;
    text-transform: uppercase;
}

.account-menu li:last-child a
{
    border-bottom: 0px dotted #cccccc;
}

.account-menu li.active a,.account-menu li a:hover,.account-menu li a:focus {
    color: #00adef;
    text-decoration: none;
}

.my-account
{
    background: #ffffff;
    border: 1px solid #00adef;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
    box-shadow: 0px 2px 5px 0px rgba(168,168,168,1);
}

.my-account .label {
    padding: 5px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

#no-more-tables .table
{
    margin-bottom: 0px;
}

#no-more-tables img
{
    border: 1px solid #d7d6d6;
    padding: 3px;
    max-width: 60px;
    max-height: 63px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}

.left-sidebar
{
    margin-left: auto;
    margin-right: auto;
}

.my-account .bootstrap-select.btn-group .dropdown-menu
{
    min-width: 219px;
    left: 0;
}

.my-account .bootstrap-select
{
    position: relative;
    top: -6px;
}

.my-account .bootstrap-select .btn
{
    font-family: 'Roboto', sans-serif;
}

.my-account span.filter-option 
{
    position: initial; 
    top: 2px; 
    font-family: 'AvenirNext-Bold', sans-serif;
}

.my-account .dropdown-menu>li>a:focus, .my-account .dropdown-menu>li>a:hover
{
    background-color: #ef5f18;
    color: #ffffff;
}

.panel {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
    border-color: #c9c9c9;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
}
.panel.panel-alt {
    border-color: #DDD;
    box-shadow: none;
    background: #FFF;
}

.panel.panel-alt > .panel-heading {
    height: 45px;
    padding: 0 20px;
    background-color: #FFF;
    font-size: 14px;
    line-height: 43px;
    box-shadow: none;
}

.panel.panel-alt .panel-body {
    padding: 20px 30px;
    background-color: #fcfcfc;
    line-height: 22px;
}
.panel-heading {
    overflow: hidden;
    position: relative;
    color: #373737;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px #ffffff;
    border-color: #cccccc rgba(0, 0, 0, 0.19) rgba(0, 0, 0, 0.18);
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.static-block{
    padding: 20px;
}
.static-block h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
/*===============================================
  Pricing Tables
================================================= */
/* Regular Pricing Plan */
.pricing-tables .pricing-plan {
    padding: 0 0 20px 0;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/* Pricing Table Title */
.pricing-tables .pricing-title {
    background: #00adef;
    padding: 20px;
    border-bottom: 1px solid #DDD; }

.pricing-tables .pricing-title h3 {
    font-weight: 200;
    text-transform: none;
    font-size: 26px;
    color: #555; }

/* Pricing Table Cost Figure */
.pricing-info {
    margin: 20px 0; }

.pricing-info .currency-sign {
    color: #333;
    font-size: 26px;
    font-weight: 200;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    padding-left: 5px;
    padding-top: 6px; }

.pricing-info h2 {
    display: inline-block;
    margin-bottom: 0;
    color: #000;
    line-height: 0px;
    font-size: 54px;
    font-weight: 600; }
.pricing-info h6 {
    color: #888;
    font-weight: 500;
    margin: 4px 0 0; }
.pricing-info.del .currency-sign {
    color: #939598; }
.pricing-info.del h2 {
    color: #939598; }
.pricing-info.del h6 {
    color: #939598; }
.pricing-info.limited h6 {
    color: red;
    margin: 0 0 4px 0;
}

/* Pricing Table Item Features */
.pricing-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #DDD; }

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    color: #999;
    margin: 0; }

.pricing-tables .pricing-features li b {
    color: #00adef;
    font-weight: 600; }

.pricing-tables .pricing-features li i.fa {
    font-size: 15px;
    color: #00adef;
    padding-right: 8px; }

/* Pricing Table Icons */
.pricing-tables .pricing-icons ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.pricing-tables .pricing-icons li {
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    font-size: 18px;
    margin: 0; }

/* Pricing Table Sign Up Button*/
.pricing-tables a.btn {
    margin-top: 25px;
    padding: 8px 26px; }

/* Hero Pricing Plan Modifications */
.hero-plan {
    z-index: 10; }

.hero-plan .pricing-plan {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #BBB;
    -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.2); }

.hero-plan .pricing-plan .pricing-title {
    color: #fff;
    margin: -1px -1px 0 -1px; }

.hero-plan .pricing-plan .pricing-title h3 {
    color: #fff;
    font-weight: 600; }

.hero-plan .pricing-plan .pricing-subtitle {
    color: #e8e8e8;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600; }

.hero-plan .pricing-plan a.btn {
    margin: 40px 0 20px; }

.photos-gallery-img {
    max-width: 370px;
    height: 230px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #cdcdcd;
    margin-left: auto;
    margin-right: auto;
}
.photos-gallery-img-inner {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.photos-gallery-img img {
    max-height: 220px;
    width: 100%;
    max-width: 360px;
}
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.thumbnail a>img, .thumbnail>img{
    max-height: 80px;
}
.pricetable {
    border: 1px solid #078394;
    text-align: center;
}

.pricetable .header {
    background: #00adef;
    color: #fff;
    border-bottom: 1px solid #078394;
    padding: 5px;
}

.pricetable .body {
    padding: 5px;
}
.categorylist{
    margin: 0;
    padding: 0px;
}
.categorylist li{
    width:33.3%;
    margin-bottom:5px;
    float: left;
    padding-left: 10px;
}
figure.count {
    display: inline-block;
    margin-left:5px;
}
.custom-label{
    font-size: 20px;
    font-weight: normal;
}
.custom-label small{
    font-size: 12px;
}

.bootstrap-select .btn,.bootstrap-select .dropdown-menu{
    border-radius: 0px;
}
.note-editor .note-editable{
    background-color: #fff;
}

.event-img, .event-box .event-photo-background {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.property-list .event-img, .property-list .event-box .property-list .event-photo-background
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.event-img:before {
    content: "";
    display: block;
    padding-top: 66.6666666666666666666666%;
}

.property-list .event-img:before
{
    padding-top: 63.666667%;
}

.event-photo-background {
    background-image: url(../../images/default-event-img.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

.promotion-listing, .recent-listing
{
    background: #ffffff;
}

.newsletter .home-title
{
    border-bottom: 0px;
}

.promo-brief .fa-star
{
    font-size: 13px;
}
.featured {
    position: absolute;
    z-index: 1;
    background: #E65100;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}
.featured-active {
    background: #FFF3E0;
    display: block;
}

.side-bar
{
    background: #ffffff;
    min-height: 500px;
}
.pac-container{
    position: fixed!important;
    z-index: 9999!important;
}
.font-16{
    font-size: 16px;
}
a.btn-contact{
    background: red;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 4px;
}
.cta-wrapper {
    color: #fff;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.cta {
    background-image: linear-gradient(to right, #8e1560, #8e1560);
}
.cta-inner {
    padding: 60px 0 80px 0;
    position: relative;
    z-index: 10;
}
.cta-wrapper h2 {
    font-size: 24px;
    margin: 0;
}
.btn-black {
    background-color: #232323;
}
.btn:active, .btn:focus, .btn:hover, .btn:active:focus {
    color: #fff;
}
.btn-black:active, .btn-black:focus, .btn-black:hover, .btn-black:active:focus {
    background-color: #303030;
}
.footer-links{
    background-color: #232323;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    padding: 30px 0;
}
.footer-bottom {
    clear: both;
    margin: 0px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    width: 100%;
}
.footer-title {
    color: #fff;
    font-family: 'DIN', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .list-unstyled li {
    text-align: center;
}
.footer-bottom .list-unstyled li a {
    color: #fff;
    font-size: 16px;
}
.footer-bottom .list-unstyled li a:hover, .footer-bottom .list-unstyled li a:focus {
    color: #ef43ad;
    text-decoration: none;
}
.footer-top {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    margin-top: 15px;
    padding-top: 15px;
}
.footer-inner p {
    line-height: 30px;
    margin: 0;
    margin-top: 7px;
}
.white {
    color: #fff;
}
.footer-inner .nav-social {
    margin: 0;
}

.nav-social .nav-item {
    display: inline-block;
}
nav-social .nav-item a{
    padding: 5px;
}
.footer-inner .nav-social .nav-item:first-child {
    margin-left: 0 !important;
    position: relative;
    top: 7px;
}
.nav-social .nav-link {
    background-color: #322936;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    padding: 0px;
}
.footer-inner .nav-social .nav-link {
    background-color: #303030;
    transition: background-color .4s ease;
}
.nav-social li a {
    color: #ffffff;
}
.nav-social li a:hover, .nav-social li a:focus {
    color: #8e1560;
}