@charset "utf-8";
@font-face {
    font-family: ralewaybold;
    src: url(../css/fonts/raleway-bold.eot);
    src: url(../css/fonts/raleway-bold.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway-bold.woff2) format('woff2'), url(../css/fonts/raleway-bold.woff) format('woff'), url(../css/fonts/raleway-bold.ttf) format('truetype'), url(../css/fonts/raleway-bold.svg#ralewaybold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ralewayregular;
    src: url(../css/fonts/raleway-regular.eot);
    src: url(../css/fonts/raleway-regular.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway-regular.woff2) format('woff2'), url(../css/fonts/raleway-regular.woff) format('woff'), url(../css/fonts/raleway-regular.ttf) format('truetype'), url(../css/fonts/raleway-regular.svg#ralewayregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ralewaylight;
    src: url(../css/fonts/raleway-light.eot);
    src: url(../css/fonts/raleway-light.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway-light.woff2) format('woff2'), url(../css/fonts/raleway-light.woff) format('woff'), url(../css/fonts/raleway-light.ttf) format('truetype'), url(../css/fonts/raleway-light.svg#ralewaylight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ralewaysemibold;
    src: url(../css/fonts/raleway-semibold.eot);
    src: url(../css/fonts/raleway-semibold.eot?#iefix) format('embedded-opentype'), url(../css/fonts/raleway-semibold.woff2) format('woff2'), url(../css/fonts/raleway-semibold.woff) format('woff'), url(../css/fonts/raleway-semibold.ttf) format('truetype'), url(../css/fonts/raleway-semibold.svg#ralewaysemibold) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    padding: 0;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

button {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
}

.blog_details_post {
    width: 96%;
    padding: 15px 2%;
    height: auto;
    background: #f9f9f9;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    min-height: 170px;
}

.blog_details_post p {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #646464;
    font-weight: normal;
    line-height: 25px;
}

.blog_details_post img {
    border-radius: 50%;
    float: right;
    margin: 10px;
    border: 2px solid #D8CFCF;
}

.blog_detail_title {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.header-container {
    width: 100%;
    background-color: #16b0eb;
    border-bottom: 1px solid #80cfe0;
    height: 67px;
}

.header-logo-area {
    width: 100%;
    display: inline-block;
    margin-top: -2px;
    margin-left: -1px;
    margin-bottom: -5px;
}

.logo {
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 34%;
    line-height: 40px;
    padding: 12px 0 10px;
    float: left;
    height: 48px;
}

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

.logo img {
    width: 55.5%;
    vertical-align: middle;
}

.top-menu-icon {
    width: 66%;
    float: left;
    text-align: right;
}

.top-menu-icon-link {
    background-image: url(../images/menu-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

.search-btn-img {
    background: url(../images/top-menu-search-icon.png) no-repeat center center #16b0eb;
    border: 2px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    height: 39px;
    width: 40px;
    display: none;
    margin: 12px 20px 0 0;
}

.flag-dropdown {
    float: right;
    margin: 20px 20px 0 0;
    position: relative;
    z-index: 999999;
}

.flag-dropdown dd {
    position: relative;
}

.flag-dropdown dt a {
    background: #007fb0 url(../images/arrow.png) no-repeat scroll 94% center;
    display: block;
    padding-right: 20px;
    border: 1px solid #fff;
    margin-bottom: -1px;
}

#broker_listings_more {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
}

#broker_listings_more span {
    width: auto;
    padding: 10px 100px;
    height: auto;
    text-align: center;
    background: #16b0eb;
    border: 3px solid #e5e5e5;
    font-family: 'open_sanssemibold';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

#broker_listings_more span a {
    color: #fff;
}

.flag-dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.flag-dropdown dd ul {
    background: #007fb0;
    border: 1px solid #fff;
    color: #C5C0B0;
    display: none;
    right: 0px;
    padding: 5px 0px;
    position: absolute;
    top: 0px;
    width: 300px;
    min-width: 170px;
    list-style: none;
    z-index: 999;
}

.flag-dropdown dd ul li {
    width: 50%;
    float: left;
}

.flag-dropdown dd ul li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    display: block;
}

.flag-dropdown img.flag {
    margin-left: 10px;
}

.working-area {
    max-width: 990px;
    margin: auto;
    width: 90%;
}

.banner-area-container {
    width: 100%;
    background-image: url(../images/bannner-img-1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left center;
    padding: 100px 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 99999;
}

.banner-area {
    width: 100%;
    display: inline-block;
}

.banner-link {
    width: 100%;
    display: inline-block;
}

.banner-link li {
    width: 24%;
    float: left;
    margin-right: 1.3%;
    display: table;
    height: 60px;
}

.banner-link li:last-child {
    margin-right: 0px;
}

.banner-link li a {
    font-family: ralewaybold;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(70, 190, 228, 0.8);
    border-radius: 10px;
    border: 2px solid #FFF;
    width: 98.4%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 3px 5px #000;
}

.banner-link li a:hover {
    text-shadow: none;
    background-color: rgba(70, 190, 228, 1);
}

.mob-top-btn {
    width: 100%;
    display: none;
}

.mob-top-btn li {
    width: 24%;
    float: left;
    margin-right: 1.3%;
    text-align: center;
}

.mob-top-btn li:last-child {
    margin-right: 0px;
}

.mob-top-btn li a {
    border: 1px solid #16b0eb;
    border-radius: 10px;
    padding: 30px 40px;
    display: inline-block;
}

.mob-top-btn li:nth-child(1) a {
    background: url(../images/business-sale-icon.png) no-repeat center center rgba(69, 192, 239, 0.7);
}

.mob-top-btn li:nth-child(2) a {
    background: url(../images/selling-business-icon.png) no-repeat center center rgba(69, 192, 239, 0.7);
}

.mob-top-btn li:nth-child(3) a {
    background: url(../images/business-broker-icon.png) no-repeat center center rgba(69, 192, 239, 0.7);
}

.mob-top-btn li:nth-child(4) a {
    background: url(../images/franchise-opertunity-icon.png) no-repeat center center rgba(69, 192, 239, 0.7);
}

.mob-search-txt {
    width: 100%;
    display: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 3px 8px #000;
    padding: 20px 0;
    text-transform: uppercase;
}

.banner-text {
    margin: 30px auto;
    text-align: center;
    width: 70%;
    font-family: ralewaybold;
    font-size: 32px;
    color: #FFF;
    text-shadow: 1px 3px 8px #000;
    text-transform: uppercase;
}

.banner-search-field {
    width: 96%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 2%;
    border-radius: 10px;
}

.search-field-area {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.search-field-area-nz {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.search-field-area li {
    width: 18%;
    float: left;
    margin-right: 1%;
}

.search-field-area-nz li {
    width: 22%;
}

.search-field-area li:last-child {
    width: 5%;
    text-align: right;
    margin-right: 0;
}

.search-field-area li select {
    width: 100%;
}

.search-btn {
    width: 100%;
    background: url(../images/search-btn.png) no-repeat center center;
    height: 39px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    background-size: auto auto;
    background-color: #ffa500;
}

.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select {
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
}

.custom-dropdown__select--white {
    background: transprint;
    color: #444;
    height: 40px;
}

@supports (pointer-events:none) and ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .custom-dropdown__select {
        padding-right: 2.5em;
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .custom-dropdown__select option {
    }

    .custom-dropdown__select option:hover {
        background: #fff;
    }

    .custom-dropdown::before, .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after {
        content: url(../images/drop-down-icon.png);
        height: 1em;
        line-height: 1;
        right: 1.0em;
        top: 50%;
        margin-top: -.5em;
    }

    .custom-dropdown::before {
        width: 3em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0, 0, 0, .3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0, 0, 0, .1);
    }

    .custom-dropdown--white::before {
        top: .0em;
        bottom: .0em;
        background-color: #FFF;
    }

    .custom-dropdown--white::after {
        color: rgba(0, 0, 0, .9);
    }

    @-moz-document url-prefix() {
        .custom-dropdown__select {
            padding-right: .9em
        }
        .custom-dropdown--large .custom-dropdown__select {
            padding-right: 1.3em
        }
        .custom-dropdown--small .custom-dropdown__select {
            padding-right: .5em
        }
    }
}

.middle-area-container {
    width: 100%;
    display: inline-block;
}

.advertis-area {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    text-align: center;
    height: 120px;
    line-height: 120px;
}

.blue-bg-container {
    background-color: #16b0eb;
    padding: 20px 0;
}

.blue-content-head {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.blue-content-head-text {
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
    line-height: 60px;
    padding-left: 60px;
    width: 93.9%;
}

.partner-icon {
    background-image: url(../images/partner-icon.png);
    background-repeat: no-repeat;
}

.partner-slider {
    width: 100%;
    display: inline-block;
}

.grey-bg-container {
    background-color: #f4f4f4;
    padding: 20px 0 40px 0;
}

.grey-content-head {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.grey-content-head-text {
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: uppercase;
    color: #16b0eb;
    display: inline-block;
    line-height: 60px;
    padding-left: 60px;
    width: 93.9%;
}

.feature-business-icon {
    background-image: url(../images/feature-business-icon.png);
    background-repeat: no-repeat;
}

.feature-business-slider {
    width: 100%;
    display: inline-block;
}

.feature-business-content {
    width: 95%;
    background-color: #FFF;
    display: inline-block;
}

.feature-content-head {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #16b0eb;
}

.feature-text-head {
    color: #FFF;
    font-family: ralewaybold;
    font-size: 15px;
    font-weight: bold;
}

.feature-content-img {
    width: 100%;
}

.feature-content-img img {
    width: 100% !important;
    margin: 0 !important;
}

.feature-content-head-2 {
    width: 94%;
    padding: 10px;
    text-align: left;
    color: #474747;
    font-size: 16px;
    font-family: ralewayregular;
}

.feature-content-para {
    font-family: Arial, Helvetica, sans-serif;
    width: 94%;
    padding: 0 10px;
    text-align: left;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 20px;
}

.read-more-link {
    width: 80px;
    float: right;
    margin-top: 20px;
    background-color: #ffa500;
    color: #FFF;
    padding: 10px;
    display: inline-block;
    background-image: url(../images/read-more-icon.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.read-more-link:hover {
    background-color: #323232;
}

.feature-business-content {
    width: 93%;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #CCC;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    margin-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature-business-content .result-img {
    width: 98%;
    padding-right: 0;
    text-align: center;
    line-height: inherit;
    display: inline-block;
    max-height: 200px;
    padding: 0 1%;
    line-height: 200px;
    min-height: 200px;
}

.feature-business-content .result-content-area {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

.feature-business-content .categories-area {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 10px 0;
}

.feature-business-content .result-title {
    color: #00729e;
    width: 94%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 3%;
    overflow: hidden;
    height: 20px;
}

.feature-business-content .gold-cost-text {
    width: 94%;
    display: inline-block;
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0 3%;
    max-height: 23px;
    overflow: hidden;
}

.feature-business-content .price-text {
    width: 94%;
    display: inline-block;
    color: #ee8a10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    padding: 0 3%;
}

.feature-business-content .categories-area {
    width: 94%;
    display: inline-block;
    padding: 0 3%;
    max-height: 26px;
    overflow: hidden;
}

.feature-business-content .categories-area li {
    padding: 5px 0 5px 10px;
    margin-right: 8px;
    float: left;
    background: url(../images/category-link-icon.png) no-repeat center left;
    padding: 5px 0 5px 15px;
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.feature-business-content .categories-area li:first-child {
    padding-left: 0;
    background: none;
}

.feature-business-content .categories-area li:last-child {
    margin-right: 0;
}

.feature-business-content .categories-area li a {
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.feature-business-content .categories-area li a:hover {
    color: #16b0eb;
}

.feature-business-content .result-para {
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 94%;
    padding: 0 3%;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    line-height: 22px;
}

.feature-business-content .result-logo {
    width: 98%;
    padding: 10px 1%;
    border-top: 1px solid #CCC;
    float: right;
    display: inline-block;
    text-align: right;
}

.feature-business-content .user-logo-img {
    width: 50%;
    line-height: 80px;
    text-align: center;
    float: right;
}

.feature-business-content .result-content-btn {
    width: 48%;
    float: left;
    display: inline-block;
}

.feature-business-content .save-btn {
    margin-top: 0;
    width: 100%;
    padding: 0px;
    background: url(../images/save-btn.png) no-repeat center center;
    background-size: 100% 33px;
    height: 33px;
    display: inline-block;
    float: left;
}

.feature-business-content .saved-btn {
    margin-top: 0;
    width: 100%;
    padding: 0px;
    background: url(../images/saved-btn.png) no-repeat center center;
    background-size: 100% 33px;
    height: 33px;
    display: inline-block;
    float: left;
}

.user-logo-img img {
    max-height: 87px;
}

.lSSlideOuter .lSPager.lSGallery {
    height: 34px !important;
}

.feature-business-content .detail-btn {
    float: left;
    width: 100%;
    padding: 0px;
    background: url(../images/view-detail-btn.png) no-repeat center center;
    background-size: 100% 33px;
    height: 33px;
    display: inline-block;
    margin-top: 10px;
}

.feature-business-content .save-btn:hover, .feature-business-content .detail-btn:hover {
    background-color: #646464;
}

.top-read {
    position: absolute;
    top: 1645px;
}

.white-bg-container {
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    padding: 30px 0;
}

.business-sale-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.mob-tab-img-area {
    width: 33%;
    float: left;
    padding: 0 1%;
    line-height: 345px;
}

.business-sale-content-area {
    width: 65%;
    float: left;
}

.business-sale-head {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-family: ralewaybold;
    text-transform: uppercase;
    padding: 20px 0;
    color: #16b0eb;
}

.black-txt {
    color: #4f4f4f;
}

.business-sale-para {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.read-more-2 {
    margin-top: 40px;
    padding: 10px 60px;
    display: inline-block;
    color: #16b0eb;
    border: 1px solid #16b0eb;
    border-radius: 5px;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.read-more-2:hover {
    color: #fff;
    background-color: #16b0eb;
}

.top-read-bottom {
    margin-top: 460px;
}

.who-what-area {
    width: 100%;
    display: inline-block;
}

.who-area {
    width: 48%;
    float: left;
}

.who-icon {
    background-image: url(../images/who-icon.png);
    background-repeat: no-repeat;
    width: 88%;
}

.what-area {
    width: 48%;
    float: right;
}

.what-icon {
    background-image: url(../images/what-icon.png);
    background-repeat: no-repeat;
    width: 88%;
}

.who-para {
    width: 100%;
    font-size: 14px;
    color: #646464;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
}

.capital-category-area {
    width: 100%;
    display: inline-block;
}

.capital-area {
    width: 48%;
    float: left;
}

.category-area {
    width: 48%;
    float: right;
}

.capital-icon {
    background-image: url(../images/capital-icon.png);
    background-repeat: no-repeat;
    width: 88%;
}

.category-icon {
    background-image: url(../images/category-icon.png);
    background-repeat: no-repeat;
    width: 88%;
}

.capital-cites {
    width: 100%;
    display: inline-block;
}

.capital-cites li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.capital-cites li:nth-child(even) {
    float: right;
}

.capital-cites li a {
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFF;
    background-color: #2eb8ed;
    display: inline-block;
    padding: 10px 0 10px 5%;
}

.capital-cites li a:hover {
    background-color: #FFF;
    color: #16b0eb;
}

.category-content {
    width: 100%;
    display: inline-block;
}

.category-content li {
    width: 49%;
    float: left;
    margin-bottom: 9px;
}

.category-content li:nth-child(even) {
    float: right;
}

.category-content li a {
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFF;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
}

.category-content li a:hover {
    color: #fff600;
    border-bottom: 1px solid #fff600;
}

.agents-area {
    width: 100%;
    display: inline-block;
}

.agents-icon {
    background-image: url(../images/agents-icon.png);
    background-repeat: no-repeat;
}

.agents-content-area {
    display: inline-block;
    background-color: #f5f5f5;
    padding-top: 10px;
}

.agent-img {
    width: 28%;
    float: left;
    padding: 0 1%;
}

.agent-img img {
    width: auto;
}

.agent-content {
    width: 65%;
    float: left;
}

.agent-head {
    width: 100%;
    font-family: ralewaybold;
    color: #595959;
    font-size: 18px;
    line-height: 25px;
}

.agent-para {
    color: #646464;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 28px;
}

.agent-contacts-area {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.agent-contacts-area li {
    width: 32%;
    float: left;
    background: url(../images/agent-contact-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-right: 2%;
    min-height: 140px;
}

.agent-contacts-area li:last-child {
    margin-right: 0;
}

.agent-contact-head {
    color: #FFF;
    font-size: 25px;
    font-family: ralewaybold;
    width: 100%;
    margin-top: 30px;
}

.agent-contact-para {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    width: 100%;
    line-height: 28px;
}

.from-blog-area {
    width: 100%;
    display: inline-block;
}

.from-blog-icon {
    background-image: url(../images/from-blog-icon.png);
    background-repeat: no-repeat;
}

.from-blog-content {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.from-blog-content > li {
    width: 48%;
    float: left;
}

.from-blog-content > li:last-child {
    float: right;
}

.from-blog-working {
    width: 99.5%;
    background-color: #FFF;
    display: inline-block;
    border: 1px solid #CCC;
}

.from-blog-top-area {
    width: 96%;
    display: inline-block;
    padding: 2%;
}

.from-blog-img {
    width: 100%;
    text-align: center;
}

.from-blog-img img {
    width: auto;
}

.from-blog-head {
    font-family: ralewaybold;
    color: #383838;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    max-height: 70px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.from-blog-date-area {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.from-blog-date-area li {
    float: left;
    background: url(../images/circle-icon.png) no-repeat center left;
    padding: 0 20px;
    color: #848484;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.from-blog-date-area li:first-child {
    background: none;
    padding-left: 0;
}

.from-blog-date-area li a {
    color: #848484;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.from-blog-para {
    color: #848484;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 30px;
    padding: 10px 0;
}

.read-more-3 {
    margin-top: 10px;
    padding: 10px 30px;
}

.from-blog-bottom {
    width: 100%;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    display: inline-block;
}

.from-social-bottom-area {
    float: left;
    display: inline-block;
}

.from-social-bottom-area li {
    float: left;
    margin: 0 10px;
}

.from-social-bottom-area li a {
    height: 36px;
    width: 36px;
    display: inline-block;
}

.fb-icon {
    background: url(../images/fb-icon.png) no-repeat;
}

.tw-icon {
    background: url(../images/tw-icon.png) no-repeat;
}

.g-icon {
    background: url(../images/google-icon.png) no-repeat;
}

.lin-icon {
    background: url(../images/linkdin-icon.png) no-repeat;
}

.fb-icon:hover {
    background: url(../images/fb-icon-hover.png) no-repeat;
}

.tw-icon:hover {
    background: url(../images/tw-icon-hover.png) no-repeat;
}

.g-icon:hover {
    background: url(../images/google-icon-hover.png) no-repeat;
}

.lin-icon:hover {
    background: url(../images/linkdin-icon-hover.png) no-repeat;
}

.comments-icon {
    float: right;
    margin-right: 5px;
    color: #909090;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/comments-icon.png) no-repeat center left;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 30px;
}

.comments-icon:hover {
    color: #46bfe4;
}

.social-area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.social-links {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.social-links li {
    margin: 0 10px;
    display: inline-block;
    line-height: 80px;
}

.social-links li a {
    padding: 30px 40px;
    border: 1px solid #16b0eb;
    border-radius: 10px;
}

.fb-social {
    background: url(../images/fb-social.png) no-repeat center center;
}

.tw-social {
    background: url(../images/tw-social.png) no-repeat center center;
}

.g-social {
    background: url(../images/google-social.png) no-repeat center center;
}

.link-social {
    background: url(../images/linkdin-social.png) no-repeat center center;
}

.fb-social:hover {
    background: url(../images/fb-social-hover.png) no-repeat center center #16b0eb;
}

.tw-social:hover {
    background: url(../images/tw-social-hover.png) no-repeat center center #16b0eb;
}

.g-social:hover {
    background: url(../images/google-social-hover.png) no-repeat center center #16b0eb;
}

.link-social:hover {
    background: url(../images/linkdin-social-hover.png) no-repeat center center #16b0eb;
}

.footer-container {
    border-bottom: 5px solid #000;
}

.footer-area {
    width: 100%;
    text-align: center;
}

.copy-rite-msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
}

.top-menu-search-bar {
    width: 90%;
    float: left;
    margin-top: 15px;
    margin-left: 2%;
}

.top-search-btn {
    background: url(../images/top-menu-search-icon.png) no-repeat center center #16b0eb;
    border: 2px solid #FFF;
    border-radius: 3px;
    cursor: pointer;
    height: 39px;
    width: 100%;
}

.inner-banner-area-container {
    background: url(../images/bannner-img-1.png) no-repeat left center;
    background-size: 100% auto;
    min-height: 100px;
    border-bottom: 5px solid #16b0eb;
}

.inner-banner-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 0 10px;
    background: rgba(0, 0, 0, 0.5);
}

.inner-banner-area {
    display: inline-block;
    width: 100%;
}

.banner-close-icon {
    background: url(../images/cross_icon.png) no-repeat;
    width: 21px;
    height: 18px;
    display: none;
    float: right;
    cursor: pointer;
}

.inner-banner-area h1 {
    font-family: ralewaybold;
    font-size: 25px;
    color: #FFF;
    width: 100%;
    padding: 10px 0;
}

.inner-banner-para {
    height: 40px;
    overflow: hidden;
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    width: 100%;
    display: inline-block;
}

.inner-banner-para p, .inner-banner-para p a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.blue-bg-tab {
    background-color: #16b0eb;
    display: inline-block;
    width: 100%;
    margin-top: -6px;
}

.result-tab {
    position: relative;
    background-color: rgba(127, 212, 244, 0.7);
    padding: 10px 2% !important;
    width: 96% !important;
}

.banner-tab-close-icon {
    background: url(../images/cross_icon.png) no-repeat;
    width: 21px;
    height: 18px;
    display: none;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 999;
}

.white-bg-area {
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.result-sort-area {
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
}

.details_print {
    float: right;
}

.navlinks100 {
    width: 100% !important;
}

.nav-links {
    width: 75% !important;
    display: inline-block;
    float: left;
}

.result-sort-content {
    width: 25%;
    float: left;
    padding: 10px 0;
    text-align: right;
}

.result-sort-content .custom-dropdown__select--white {
    height: 22px;
}

.view-saved-tag {
    position: fixed;
    right: 0;
    top: 292px;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
    width: 150px;
    padding: 10px;
    border: 1px solid #CCC;
    border-right: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.view-saved-tag:hover {
    background: #16b0eb;
}

.view-saved-tag:hover span {
    color: #fff;
}

.view-saved-tag span {
    font-family: Arial, Helvetica, sans-serif;
    font-srize: 14px;
    color: #646464;
}

.star-black {
    display: inline-block;
    background: url(../images/black-star.png) no-repeat center center;
    background-size: 100% 100%;
    width: 32px;
    height: 31px;
    color: #fff !important;
    line-height: 31px;
}

.saved-listing-txt {
    display: inline-block;
}

.view-saved-width {
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.view-saved-area-active {
    display: block !important;
}

.view-saved-area {
    position: fixed;
    right: 0;
    top: 332px;
    z-index: 9999;
    background-color: #fff;
    text-align: center;
    width: 150px;
    padding: 10px;
    border: 1px solid #CCC;
    border-right: none;
    height: 285px;
    overflow-y: scroll;
}

.save-list {
    width: 100%;
    display: inline-block;
}

.save-list li {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.cros-icon {
    background: url(../images/cross_icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    right: 2px;
    top: 2px;
    z-index: 9999;
}

.save-img {
    width: 100%;
    display: inline-block;
    position: relative;
}

.img-over-txt {
    background: url(../images/result-shadow.png) no-repeat left center;
    border: none;
    bottom: 0px;
    display: inline-block;
    left: 0;
    padding: 0px 2% 0px;
    position: absolute;
    width: 96%;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.adds-area {
    position: relative;
    width: 100%;
    display: inline-block;
}

.left-side-adds {
    width: 10%;
    display: inline-block;
    position: absolute;
    left: -130px;
    top: 0;
}

.left-side-adds li {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.sort-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #16b0eb;
}

.sort-by-dropdown {
    width: 170px;
    display: inline-block;
}

.sort-by-dropdown .custom-dropdown {
    border: 1px solid #CCC;
    width: 100%;
    border-radius: 3px;
    padding-left: 0;
}

.sort-by-dropdown .custom-dropdown:after {
    right: 0.5em;
}

.sort-by-dropdown .custom-dropdown .custom-dropdown__select {
    width: 100%;
    padding: 0;
    height: 30px;
    color: #878787;
}

.paging-area {
    background-color: #f7f7f7;
    width: 95.5%;
    display: inline-block;
    padding: 15px 2%;
    border: 1px solid #CCC;
}

.grid-list-view-area {
    float: left;
    display: inline-block;
}

.grid-list-view-area li {
    float: left;
    margin-right: 10px;
}

.grid-list-view-area li span {
    cursor: pointer;
}

.list-view {
    background: url(../images/list-view.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.grid-view {
    background: url(../images/grid-view.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.count-posts {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #616161;
    padding-top: 4px;
}

.paging-working-area {
    float: right;
    display: inline-block;
    line-height: 30px;
}

.paging-working-area li {
    float: left;
}

.paging-working-area li:first-child a {
    border-left: none;
}

.paging-working-area li a {
    padding: 15px;
    background-color: #FFF;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #7e7e7e;
    font-weight: bold;
}

.paging-working-area li a:hover {
    background-color: #1799cb;
    color: #FFF;
}

.selected-page {
    background-color: #1799cb !important;
    color: #FFF !important;
}

.paging-result-area {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.list-view-show > li {
    width: 97.5%;
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #CCC;
    padding: 1%;
    margin-bottom: 20px;
}

.list-view-show li .result-img {
    width: 25%;
    float: left;
    display: inline-block;
    padding-right: 1%;
    text-align: center;
    line-height: 200px;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.list-view-show li .result-img img {
    vertical-align: middle;
}

.list-view-show li .result-content-area {
    width: 52%;
    float: left;
    display: inline-block;
    padding-right: 2%;
}

.list-view-show li .result-title {
    color: #00729e;
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

.list-view-show li .gold-cost-text {
    width: 100%;
    display: inline-block;
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.list-view-show li .price-text {
    width: 100%;
    display: inline-block;
    color: #ee8a10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
}

.list-view-show li .categories-area {
    width: 100%;
    display: inline-block;
}

.list-view-show li .categories-area li {
    float: left;
    margin-right: 10px;
    background: url(../images/category-link-icon.png) no-repeat center left;
    padding: 5px 0 5px 15px;
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.list-view-show li .categories-area li:first-child {
    padding-left: 0;
    background: none;
}

.list-view-show li .categories-area li:last-child {
    margin-right: 0;
}

.list-view-show li .categories-area li a {
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.list-view-show li .categories-area li a:hover {
    color: #16b0eb;
}

.list-view-show li .result-para {
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}

.list-view-show li .result-logo {
    width: 20%;
    float: right;
    display: inline-block;
    text-align: right;
}

.list-view-show li .user-logo-img {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 150px;
}

.list-view-show li .result-content-btn {
    width: 100%;
    display: inline-block;
}

.list-view-show li .save-btn {
    width: 48%;
    padding: 0px;
    background: url(../images/save-btn.png) no-repeat center center;
    display: inline-block;
    height: 33px;
    margin-top: 10px;
    float: left;
}

.list-view-show li .saved-btn {
    width: 48%;
    padding: 0px;
    background: url(../images/saved-btn.png) no-repeat center center;
    display: inline-block;
    height: 33px;
    margin-top: 10px;
    float: left;
}

.star-icon {
    background: url(../images/white-star.png) no-repeat center center;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
}

.list-view-show li .detail-btn {
    width: 48%;
    padding: 0px;
    display: inline-block;
    margin-top: 10px;
    height: 33px;
    background: url(../images/view-detail-btn.png) no-repeat center center #ee8a10;
}

.list-view-show li .save-btn:hover, .list-view-show li .detail-btn:hover {
    background-color: #646464;
}

.grid-view-show > li {
    width: 32%;
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #CCC;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-view-show > li:nth-child(3n+1) {
    margin-left: 0;
}

.grid-view-show li .result-img {
    width: 98%;
    padding-right: 0;
    text-align: center;
    line-height: inherit;
    display: inline-block;
    max-height: 200px;
    padding: 0 1%;
    line-height: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.grid-view-show li .result-content-area {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

.grid-view-show li .categories-area {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 10px 0;
}

.grid-view-show li .result-title {
    color: #00729e;
    width: 94%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 3%;
    height: 40px;
    overflow: hidden;
}

.grid-view-show li .gold-cost-text {
    width: 94%;
    display: inline-block;
    color: #414141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    padding: 0 3%;
    max-height: 25px;
    overflow: hidden;
    min-height: 25px;
}

.grid-view-show li .price-text {
    width: 94%;
    display: inline-block;
    color: #ee8a10;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.grid-view-show li .categories-area {
    width: 94%;
    display: inline-block;
    padding: 0 3%;
    max-height: 55px;
    overflow: hidden;
}

.grid-view-show li .categories-area li {
    padding: 5px 0 5px 10px;
    margin-right: 10px;
    float: left;
    background: url(../images/category-link-icon.png) no-repeat center left;
    padding: 5px 0 5px 15px;
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.grid-view-show li .categories-area li:first-child {
    padding-left: 0;
    background: none;
}

.grid-view-show li .categories-area li:last-child {
    margin-right: 0;
}

.grid-view-show li .categories-area li a {
    color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.grid-view-show li .categories-area li a:hover {
    color: #16b0eb;
}

.grid-view-show li .result-para {
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 94%;
    padding: 0 3%;
    min-height: 70px;
    line-height: 22px;
    word-break: break-all;
}

.grid-view-show li .result-logo {
    width: 98%;
    padding: 10px 1%;
    border-top: 1px solid #CCC;
    float: right;
    display: inline-block;
    text-align: right;
}

.grid-view-show li .user-logo-img {
    width: 50%;
    line-height: 80px;
    min-height: 84px;
    max-height: 84px;
    text-align: center;
    float: right;
}

.grid-view-show li .user-logo-img {
    max-height: 84px;
}

.grid-view-show li .result-content-btn {
    width: 48%;
    float: left;
    display: inline-block;
}

.grid-view-show li .save-btn {
    margin-top: 0;
    width: 100%;
    height: 33px;
    padding: 0px;
    background: url(../images/save-btn.png) no-repeat center center;
    background-size: 100% 33px;
    display: inline-block;
    float: left;
    text-indent: -99999px;
}

.grid-view-show li .saved-btn {
    margin-top: 0;
    width: 100%;
    height: 33px;
    padding: 0px;
    background: url(../images/saved-btn.png) no-repeat center center;
    background-size: 100% 33px;
    display: inline-block;
    float: left;
    text-indent: -99999px;
}

.grid-view-show li .detail-btn {
    float: left;
    width: 100%;
    height: 33px;
    padding: 0px;
    display: inline-block;
    margin-top: 10px;
    background: url(../images/view-detail-btn.png) no-repeat center center #ee8a10;
    text-indent: -99999px;
}

.grid-view-show li .save-btn:hover, .grid-view-show li .detail-btn:hover {
    background-color: #646464;
}

.related-article-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin: 30px 0 10px 0;
}

.related-aricle-head {
    font-family: ralewaybold;
    font-size: 25px;
    color: #16b0eb;
    text-transform: uppercase;
}

.read-more-4 {
    float: right;
}

.inner-banner-head-2 {
    margin-top: 20px;
}

.inner-banner-area-container-2 {
    border-bottom: 5px solid #16b0eb;
}

.breadcrumb_container {
    display: inline-block;
    height: auto;
    width: 100%;
    padding: 10px 0;
}

.breadcrumb_container li {
    display: inline-block;
}

.breadcrumb_container li span {
    color: #16b0eb;
    font-family: ralewayregular;
    font-size: 16px;
}

.nav_hor {
    color: #16b0eb;
    font-family: ralewayregular;
    font-size: 16px;
    padding-left: 3px;
    padding-right: 3px;
}

#horizontalTab-2 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

#horizontalTab-2 .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 15%;
    text-align: center;
    border: none;
    float: none;
}

#horizontalTab-2 .r-tabs-nav {
    text-align: center;
    display: inline-block;
}

#horizontalTab-2 .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #16b0eb;
    background-color: transparent;
    border: 1px solid #16b0eb;
}

#horizontalTab-2 .r-tabs-nav .r-tabs-anchor:hover {
    color: #16b0eb;
    background-color: transparent;
    border: 1px solid #16b0eb;
}

#horizontalTab-2 .r-tabs-nav .r-tabs-anchor {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    color: #646464;
    width: 100%;
    padding: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 5px;
}

#horizontalTab-2 .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #16b0eb;
    color: #fff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}

#horizontalTab-2 .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #16b0eb;
    border: 1px solid #16b0eb;
}

.profile-container {
    width: 95.5%;
    display: inline-block;
    background-color: #f9f9f9;
    border: 1px solid #CCC;
    padding: 2%;
    margin: 10px 0;
}

.business-broker-area {
    display: inline-block;
    width: 100%;
}

.business-broker-img {
    width: 37.5%;
    float: left;
    display: inline-block;
    background-color: #FFF;
    text-align: center;
    line-height: 150px;
    border: 1px solid #CCC;
    margin-right: 2%;
}

.business-broker-img > img {
    vertical-align: middle;
    /*width: 100%;*/
    object-fit: contain;
}

.business-broker-content {
    width: 55%;
    display: inline-block;
    float: left;
    min-height: 150px;
}

.business-services-content {
    width: 60%;
    display: inline-block;
    float: left;
    min-height: 35px;
    border-bottom: 1px dotted #CCCCCC;
}

.forsale-business-broker-head {
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #16b0eb;
}

.business-broker-id, .business-broker-region {
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #505050;
    margin-top: 10px;
}

.forsale-business-broker-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.forsale-business-broker-area h2 {
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.forsale-business-broker-area p {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    text-align: justify;
}

.forsale-business-broker-area ul {
    margin: 10px 0;
    width: 98%;
    float: left;
    margin-right: 2%;
}

.forsale-business-broker-area ul li {
    background: url(../images/gud-icon.png) no-repeat left 8px;
    width: 96%;
    padding: 10px 0 10px 4%;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    list-style-type: decimal;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    display: list-item;
    margin: 5px 10px;
}

.forsale-business-broker-area ol li {
    background: url(../images/gud-icon.png) no-repeat left 8px;
    width: 96%;
    padding: 10px 0 10px 4%;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    display: list-item;
    margin: 5px 10px;
}

.forsale-business-broker-area ul li a {
    color: #246b95;
}

.font-bold {
    font-weight: bold;
}

.our-experince-head {
    background: url(../images/header-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 1%;
    width: 55%;
}

.contect-address-content {
    width: 90%;
    display: inline-block;
    background-color: #6e6e6e;
    text-align: center;
    padding: 10px 5%;
}

.contect-address-head {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.contect-address-para {
    display: inline-block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 5px 0;
}

.enquery-form-area {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.enquery-form-content {
    width: 50%;
    display: inline-block;
    margin: 20px 25% 0 25%;
}

.form-text-label {
    width: 100%;
    display: inline-block;
    color: #595959;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.form-input-label {
    width: 95%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CCC;
    padding: 2%;
    color: #646464;
    margin-bottom: 10px;
}

.form-textarea-label {
    width: 95%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CCC;
    padding: 2%;
    color: #646464;
    margin-bottom: 10px;
    height: 100px;
}

.captcha-img {
    width: 100%;
    display: inline-block;
    line-height: 30px;
    background: #333;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.enquery-btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding: 10px 40px;
    display: inline-block;
    color: #FFF;
    border: 1px solid #16b0eb;
    background-color: #16b0eb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer
}

.enquery-btn:after {
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
    z-index: -1;
    background: none repeat scroll 0 0 #fff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.enquery-btn:hover {
    color: #16b0eb;
}

.enquery-btn:hover:after {
    height: 170px;
    opacity: 1;
}

.agent-profile-area {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.agent-profile-area li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 19%;
    float: left;
    padding: 10px;
    margin: 5px 0 5px 1.25%;
    border: 1px solid #f7f7f7;
    min-height: 247px;
}

.agent-profile-area li:nth-child(5n+1) {
    margin-left: 0;
}

.agent-profile-img {
    width: 100%;
    line-height: 105px;
    display: inline-block;
    text-align: center;
}

.agent-name {
    width: 100%;
    display: inline-block;
    color: #00729e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.agent-phone {
    width: 100%;
    display: inline-block;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.view-listing-btn {
    background-color: #16b0eb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 48%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
}

.view-listing-btn:hover {
    background-color: #acacac;
}

.view-detail-btn {
    background-color: #acacac;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 48%;
    float: right;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-top: 10px;
}

.view-detail-btn:hover {
    background-color: #16b0eb;
}

.middle-working-area {
    display: inline-block;
    width: 100%;
}

.middle-heading {
    font-family: ralewaybold;
    font-size: 25px;
    width: 100%;
    text-align: center;
    color: #646464;
    padding: 10px 0;
}

.middle-para {
    width: 70%;
    margin: auto;
    text-align: center;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 1%;
    line-height: 24px;
}

.testimonial-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.testimonial-area li {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.testimonial-working {
    width: 63%;
    display: inline-block;
    float: right;
}

.testimonial-img {
    width: 36%;
    float: left;
    text-align: center;
    padding: 0 2%;
    line-height: 190px;
}

.testimonial-img img {
    vertical-align: middle;
    border-radius: 50%;
    border: 3px solid #dddddd;
}

.testimoial-content {
    width: 58%;
    float: left;
    padding: 20px 1%;
}

.testimonial-name {
    color: #000000;
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.testimonial-company {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    width: 100%;
    display: inline-block;
}

.testimonial-rating {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    width: 100%;
    display: inline-block;
}

.testimonial-rating img {
    margin: 0 10px;
}

.testimonial-para {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    width: 100%;
    display: inline-block;
    line-height: 20px;
}

.testimonial-area li:nth-child(2n+1) .testimonial-working {
    float: left;
}

.testimonial-area li:nth-child(2n+1) .testimonial-working .testimonial-img {
    float: right;
}

.testimonial-area li:nth-child(2n+1) .testimonial-working .testimoial-content {
    text-align: right;
}

.testimonial-area li:nth-child(2n+1) .testimonial-working .testimoial-content .testimonial-rating span {
    float: right;
    margin-top: 3px;
}

.faq-left-area {
    display: inline-block;
    float: left;
    width: 68%;
}

.faq-head-area {
    width: 99%;
    display: inline-block;
    background-color: #16b0eb;
    padding: 0.5%;
}

.faq-head {
    float: left;
    padding: 10px 1%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    width: 43%;
    display: inline-block;
}

.faq-search-area {
    float: right;
    width: 55%;
}

.faq-search-field {
    display: inline-block;
    float: left;
    width: 79%;
    padding-right: 1%;
}

.search-field {
    height: 40px;
    width: 55%;
    padding: 0 2%;
    display: inline-block;
    border-radius: 5px;
    border: none;
    float: left;
    margin-right: 2%;
    font-style: italic;
}

.search-field-btn {
    height: 40px;
    border: none;
    cursor: pointer;
    background-color: #4e4e4e;
    color: #FFF;
    display: inline-block;
    border-radius: 5px;
    float: left;
    width: 39%;
}

.search-field-btn:hover {
    background-color: #FFF;
    color: #4e4e4e;
}

.faq-search-category {
    width: 20%;
    display: inline-block;
    float: right;
    position: relative;
}

.faq-menu-icon {
    background: url(../images/menu-icon.png) no-repeat center center;
    float: right;
    height: 21px;
    margin-right: 20px;
    margin-top: 13px;
    width: 30px;
    cursor: pointer;
}

.faq-sub-menu {
    width: 280px;
    display: none;
    background-color: rgba(22, 176, 235, 0.8);
    z-index: 999;
    padding: 10px;
    position: absolute;
    right: -3px;
    top: 45px;
}

.faq-sub-menu li {
    width: 100%;
    float: left;
    margin: 5px 0;
    display: inline-block;
}

.faq-sub-menu li a {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 99.5%;
    padding: 10px 0;
    color: #646464;
    border: 1px solid #fff;
}

.faq-sub-menu li a:hover {
    background-color: #16b0eb;
    color: #fff;
}

.faq-working-area {
    width: 98%;
    padding: 1%;
    display: inline-block;
}

.faq-note {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.faq-list {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.faq-list li {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.faq-list li a {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: url(../images/faq-list-icon.png) no-repeat left center;
    padding-left: 50px;
    min-height: 35px;
    display: inline-block;
    line-height: 20px;
}

.faq-list li a:hover {
    background: url(../images/faq-list-icon-hover.png) no-repeat left;
    color: #16b0eb;
}

.faq-quiz-ans {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.faq-quiz {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #323232;
    margin: 10px 0;
}

.faq-ans {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    line-height: 24px;
    text-align: justify;
}

.blue-bg-container-2 {
    padding: 0;
}

.buyer-register-white-head {
    font-family: ralewaybold;
    font-size: 25px;
    color: #FFF;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.register-buyers-form-area {
    width: 70%;
    display: inline-block;
    padding: 20px 0;
    margin: 0 8%;
}

.error-msg {
    width: 100%;
    display: inline-block;
    padding: 10px 0 20px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff6d6d;
    font-size: 18px;
    font-weight: bold;
}

.form-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.form-left-text {
    width: 25%;
    float: left;
    text-align: right;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 37px;
}

.form-right-input {
    width: 66%;
    float: right;
    padding: 10px 2%;
    border: 1px solid #CCC;
}

.form-right-input_select {
    width: 70.4%;
    float: right;
    padding: 0px 2%;
    height: 37px;
    line-height: 37px;
    border: 1px solid #CCC;
    color: #666;
}

.captcha-code {
    width: 66%;
    float: right;
    background-color: #112335;
    color: #FFF;
    padding: 10px 2%;
    text-align: center;
    letter-spacing: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.captcha-short-text {
    width: 70.5%;
    float: right;
    color: #bababa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
}

.form-right-checkbox {
    float: left;
    margin-left: 30%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
}

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

.checkbox label {
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.checkbox label:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #CCC;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 15px;
}

.create-buyer-acc-btn {
    float: left;
    margin-left: 30%;
    font-size: 18px;
    color: #16b0eb;
    cursor: pointer;
    font-family: ralewayregular;
    border: 1px solid #16b0eb;
    background-color: #FFF;
    border-radius: 3px;
    padding: 15px 30px;
}

.create-buyer-acc-btn:hover {
    color: #fff;
    background: #16b0eb;
}

.buyer-register-white-head-2 {
    font-size: 30px;
}

.buyer-register-white-para {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #FFF;
    text-align: center;
    width: 100%;
}

.buyer-register-white-para a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
}

.email-subcribe-area {
    width: 60%;
    display: inline-block;
    margin: 20px 20% 0 20%;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-bottom: 20px;
}

.email-subcribe-field {
    border: none;
    float: left;
    width: 70%;
    line-height: 60px;
    padding: 0 2%;
}

.email-subcrib-btn {
    width: 25%;
    float: right;
    background: url(../images/subcribe-btn-bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    cursor: pointer;
    line-height: 60px;
    text-transform: uppercase;
}

.buyer-register-blue-head {
    font-family: ralewaybold;
    font-size: 30px;
    color: #16b0eb;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.what-feature-hide-area {
    width: 80%;
    display: block;
    margin: 10px 10%;
}

.what-feature-hide-area li {
    width: 95%;
    background: url(../images/blue-gud-icon.png) no-repeat left 0;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    padding-left: 5%;
    line-height: 20px;
}

.find-out-btn-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.find-out-more-btn {
    padding: 15px 30px 15px 50px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 5px;
    background: url(../images/plus-icon.png) #00afcf no-repeat 10px center;
    display: inline-block;
}

.buyer-register-sub-head {
    width: 100%;
    text-align: center;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.faqs_list_sect {
    display: inline-block;
    height: auto;
    padding: 15px 1.5%;
    width: 97%;
    margin-top: 10px;
}

#faqs dt {
    color: #323232;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0 0 15px;
    padding: 10px 0 10px 50px;
    background: url(../images/faq-list-icon.png) no-repeat left 5px;
}

#faqs dd {
    color: #fff!important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding-left: 50px;
    text-align: justify;
}


.white-bg-container #faqs dd {
    color: #343434!important;
}
#faqs .expanded {
}

.overlay_container {
    background: transparent;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.right_side_fixed {
    width: 300px;
    height: 100vh;
    position: fixed;
    right: -300px;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
    background: #017b92;
    z-index: 99999;
}

.left_full_container {
    -webkit-transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -ms-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    transition: left .5s ease-in-out;
    left: 0px;
    position: relative;
}

.topnav-new {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0%;
}

.topnav-new li {
    display: inline-block;
    border: 2px solid #fff;
    line-height: 35px;
    width: auto;
    margin-left: 10px;
}

.topnav-new li a {
    padding: 0px 10px;
    display: block;
    font-family: ralewaysemibold;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.homeLnk {
    width: 100%;
    float: left;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 9.32% 0;
    margin-bottom: 3%;
}

.homeLnk a {
    background: #017890;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 2% 8%;
    text-transform: uppercase;
    font-weight: 700;
    transition: all ease-in-out 0.9s;
    border: 2px solid #017890;
    font-family: ralewaysemibold;
}

.right_main_nav {
    padding: 0 0 0 0px;
    display: inline-block;
    width: 100%;
    margin: 0px;
    list-style-type: none;
}

.right_main_nav li {
    display: inline-block;
    width: 100%;
}

.right_main_nav li:nth-child(4), .right_main_nav li:nth-child(7), .right_main_nav li:last-child {
    border-bottom: 4px solid #fff;
}

.right_main_nav li a {
    width: 85%;
    float: left;
    transition: all ease-in-out 0.5s;
    border: 0px solid #017b92;
    font-size: 14px;
    text-transform: uppercase;
    font-family: ralewaysemibold;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 8px 0em 8px 1em;
}

.menuSocial {
    width: 100%;
    /*position: absolute;
    bottom: 25px;*/
    display: inline-block;
    left: 0px;
}

.menuSocial-hdng {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-family: ralewaysemibold;
    font-size: 14px;
}

.menuSocial span a.fbmenu {
    width: 40px;
    height: 41px;
    float: left;
    background: url(../images/fb-sidebar.png) no-repeat;
    margin-right: 11px;
    margin-left: 28px;
    transition: all ease-in-out 0.9s;
}

.menuSocial span a.twtrmenu {
    width: 40px;
    height: 41px;
    float: left;
    background: url(../images/twtr-sidebar.png) no-repeat;
    margin-right: 11px;
    transition: all ease-in-out 0.9s;
}

.menuSocial span a.inmenu {
    width: 40px;
    height: 41px;
    float: left;
    background: url(../images/in-sidebar.png) no-repeat;
    margin-right: 11px;
    transition: all ease-in-out 0.9s;
}

.menuSocial span a.gplsmenu {
    width: 40px;
    height: 41px;
    float: left;
    background: url(../images/gplus-sidebar.png) no-repeat;
    margin-right: 11px;
    transition: all ease-in-out 0.9s;
}

.buyers-login-area {
    width: 95.7%;
    display: inline-block;
    border: 1px solid #CCC;
    padding: 30px 2%;
}

.left-login-area {
    width: 50%;
    float: left;
    display: inline-block;
}

.login-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.login-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    float: left;
    width: 25%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 2.3%;
}

.login-input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    float: left;
    padding-left: 7%;
    width: 65%;
    height: 40px;
    border: 1px solid #CCC;
}

.user-name-icon {
    background: url(../images/user-name-icon.png) no-repeat 5px center;
}

.password-icon {
    background: url(../images/password-icon.png) no-repeat 5px center;
}

.login-btn {
    width: 72.5%;
    display: inline-block;
    border: none;
    font-family: ralewayregular;
    font-size: 18px;
    color: #FFF;
    background-color: #16b0eb;
    border-radius: 2px;
    line-height: 50px;
    cursor: pointer;
    border: 1px solid #16b0eb;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.login-btn:hover {
    color: #16b0eb;
    background-color: #fff;
}

.login-label-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    float: left;
    width: 25%;
    text-align: right;
    height: 10px;
    line-height: 10px;
    padding-right: 2.3%;
}

.forget-password {
    color: #a8a8a8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.right-video-area {
    width: 44%;
    float: left;
    display: inline-block;
    padding: 0 3%;
    text-align: center;
}

.right-video-area img {
    width: 100%;
}

.faq-bottom-area {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 0;
}

.left-faq-area {
    width: 68%;
    float: left;
    display: inline-block;
    border: 1px solid #CCC;
}

.faq-bottom-head {
    font-family: ralewayregular;
    font-size: 16px;
    color: #FFF;
    background-color: #16b0eb;
    padding: 14px 2%;
    width: 96%;
    text-transform: uppercase;
}

.right-faq-area {
    width: 30%;
    float: right;
    display: inline-block;
    border: 1px solid #CCC;
}

.faq-post-area {
    width: 96%;
    padding: 5px 2%;
    display: inline-block;
}

.faq-post-area li {
    width: 100%;
    display: inline-block;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.faq-post-area li:last-child {
    margin-bottom: 0;
}

.faq-post-list-img {
    width: 100%;
    display: inline-block;
}

.faq-post-list-para {
    width: 96%;
    display: inline-block;
    font-family: ralewaysemibold;
    color: #1b1b1b;
    font-size: 14px;
    padding: 5px 2%;
}

.faq-post-list-author {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    width: 96%;
    display: inline-block;
    padding: 5px 2%;
}

.faq-post-list-author a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #16b0eb;
}

.faq-post-list-read-more {
    width: 100%;
    color: #fff;
    background-color: #16b0eb;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    float: left;
    line-height: 30px;
}

.faq-post-list-read-more:hover {
    background-color: #797979;
}

.terms-condition-head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #646464;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}

.terms-condition-para {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    width: 100%;
    padding: 10px 0;
}

.sitemap-area {
    width: 99.5%;
    border: 1px solid #CCC;
    display: inline-block;
    margin-bottom: 10px;
}

.sitemap-head {
    width: 96%;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-family: ralewayregular;
    background-color: #16b0eb;
    float: left;
    padding: 10px 2%;
}

.sitemap-inner-head {
    width: 96%;
    color: #323232;
    display: inline-block;
    font-size: 16px;
    padding: 10px 2%;
    font-family: Arial, Helvetica, sans-serif;
}

.sitemap-list {
    width: 96%;
    display: inline-block;
    padding: 10px 2%;
}

.sitemap-list li {
    width: 25%;
    float: left;
    margin-bottom: 10px;
}

.sitemap-list li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #167aeb;
}

.sitemap-list li a:before {
    content: '->';
    margin-right: 5px;
}

.looking-detail-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.looking-detail-head {
    font-family: ralewaybold;
    font-size: 25px;
    color: #fff;
}

.looking-detail-para {
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 10px 0;
    line-height: 20px;
}

.click-here-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    padding: 10px 40px;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-top: 15px;
    display: inline-block;
}

.click-here-link:hover {
    color: #16b0eb;
    background-color: #fff;
}

.contact-form-area-container {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.contact-form-address-area {
    width: 40%;
    display: inline-block;
    float: left;
}

.find-us-head {
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #16b0eb;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.find-us-sub-head {
    width: 90%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10%;
}

.find-us-address {
    width: 90%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10%;
}

.location-icon {
    background: url(../images/location_icon.png) no-repeat left center;
}

.phone-icon {
    background: url(../images/phone_icon.png) no-repeat left center;
}

.find-us-head-2 {
    margin-top: 20px;
}

.follow-links {
    width: 100%;
    display: inline-block;
}

.follow-links li {
    margin-right: 10px;
    display: inline-block;
    float: left;
    line-height: 50px;
}

.follow-links li a {
    border-radius: 3px;
    padding: 15px 20px;
    background-color: #7d7d7d;
}

.fb-follow {
    background: url(../images/follow-fb-icon.png) no-repeat center center;
}

.tw-follow {
    background: url(../images/follow-tw-icon.png) no-repeat center center;
}

.g-follow {
    background: url(../images/follow-google-icon.png) no-repeat center center;
}

.link-follow {
    background: url(../images/follow-linkdin-icon.png) no-repeat center center;
}

.follow-links li a:hover {
    background-color: #16b0eb;
}

.contact-us-form-area {
    width: 58%;
    display: inline-block;
    float: right;
}

.contact-form-input {
    width: 28.9%;
    float: left;
    padding: 10px 1.5%;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.contact-form-input-2 {
    width: 28.9%;
    float: left;
    padding: 10px 1.5%;
    border: 1px solid #CCC;
    margin: 0 1.5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.contact-form-textarea {
    width: 96.5%;
    padding: 10px 1.5%;
    display: inline-block;
    height: 130px;
    margin: 10px 0;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.captcha-code-2 {
    background-color: #112335;
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    padding: 10px 2%;
    text-align: center;
    width: 46%;
}

.captcha-code-input {
    border: 1px solid #ccc;
    color: #646464;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 1.5%;
    width: 35%;
}

.submit-btn {
    float: left;
    font-size: 14px;
    color: #16b0eb;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #16b0eb;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 60px;
}

.submit-btn:hover {
    color: #fff;
    background: #16b0eb;
}

.google-maps {
    position: relative;
    width: 100%;
}

.google-maps iframe {
    width: 100% !important;
}

.left-blog-area {
    width: 68%;
    float: left;
    display: inline-block;
}

.top-blog-area {
    width: 100%;
    display: inline-block;
}

.top-blog-area > li {
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

/*.top-blog-img {
    position: relative;
    width: 95%;
    border: 1px solid #CCC;
    padding: 15px 2.5%;
}*/
.top-blog-img {
    position: relative;
    width: 95%;
    border: 1px solid #CCC;
    padding: 15px 2.5%;
    min-height: 400px;
}
.top-blog-content {
    position: absolute;
    width: 91%;
    background: url(../images/blog-shadow.png) left center;
    left: 2.5%;
    bottom: 15px;
    padding: 120px 2% 10px 2%;
    display: inline-block;

    border: none;
}

.top-blog-profile-img {
    float: left;
    margin-right: 10px;
}

.top-blog-profile-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.top-blog-profile-name {
    color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 65px;
}

.top-blog-profile-name a {
    color: #f2f2f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 65px;
}

.top-blog-title {
    width: 100%;
    display: inline-block;
    font-family: ralewaybold;
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}

.top-blog-inner-area {
    width: 100%;
    display: inline-block;
}

.top-blog-date-area {
    float: left;
    display: inline-block;
}

.top-blog-date-area li {
    float: left;
    background: url(../images/circle-icon.png) no-repeat center left;
    padding: 0 20px;
    color: #848484;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.top-blog-date-area li:first-child {
    background: none;
    padding-left: 0;
}

.top-blog-date-area li a {
    color: #848484;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.top-blog-like-area {
    float: right;
    display: inline-block;
    border: 1px solid #CCC;
    line-height: 30px;
    border-radius: 3px;
}

.top-blog-like-area li {
    float: left;
    padding: 0 10px;
}

.top-blog-like-area li a {
    color: #848484;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 20px;
}

.like-hand {
    background: url(../images/like-hand-icon.png) no-repeat left center;
}

.eye-icon {
    background: url(../images/eye-icon.png) no-repeat left center;
}

.chat-icon {
    background: url(../images/chat-icon.png) no-repeat left center;
}

.top-blog-inner-area {
    width: 100%;
    display: inline-block;
    padding: 20px 0 10px 0;
}

.blog-read-more-btn {
    display: inline-block;
    background-color: #2d2d2d;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 20px;
}

.blog-read-more-btn:hover {
    background-color: #16b0eb;
}

.bottom-blog-area {
    width: 100%;
    display: inline-block;
}

.bottom-blog-area > li {
    border: 1px solid #ccc;
    padding: 15px 2.5%;
    width: 94.5%;
    display: inline-block;
    margin-bottom: 20px;
}

.bottom-blog-img {
    width: 42%;
    float: left;
    line-height: 230px;
    overflow: hidden;
    position: relative;
}

.hover_content {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -webkit-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -moz-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -ms-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -o-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    width: 100%;
}

.bottom-blog-img:hover .hover_content {
    display: block;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
}

.portfo-hover-icon {
    background: url(../images/blog-hover-icon.png) no-repeat center center rgba(106, 183, 220, 0.7);
    display: inline-block;
    border-radius: 50%;
    padding: 30px;
    margin-top: 90px;
}

.bottom-blog-content-area {
    width: 56%;
    float: left;
    padding: 0 0 0 2%;
}

.bottom-blog-head {
    color: #383838;
    font-family: ralewaybold;
    font-size: 20px;
    text-transform: uppercase;
}

.bottom-blog-para {
    width: 100%;
    color: #848484;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: inline-block;
    padding: 20px 0;
    line-height: 20px;
    font-style: italic;
}

.bottom-blog-profile {
    width: 100%;
    display: inline-block;
}

.bottom-blog-profile-name {
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 65px;
    text-transform: uppercase;
}

.right-blog-area {
    width: 30%;
    float: right;
    display: inline-block;
}

.blog-post-area {
    width: 99.5%;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.category-post-area {
    display: inline-block;
    padding: 5px 0%;
    width: 100%;
}

.category-post-area li {
    width: 100%;
    display: inline-block;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

.category-post-area li:last-child {
    border-bottom: none !important;
}

.category-post-area li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    padding: 13px 5%;
    width: 90%;
    display: inline-block;
}

.category-post-area li a:hover {
    color: #fff;
    background-color: #00afcf;
}

.header-container-2 {
    width: 100%;
    background-color: #fff;
    height: 67px;
}

.header-working {
    width: 100%;
    display: inline-block;
    position: relative;
}

.logo-2 {
    line-height: 40px;
    padding: 12px 0 10px;
    float: left;
    height: 48px;
}

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

.logo img {
    width: 55.5%;
    vertical-align: middle;
    max-width: 238px;
}

.top-menu-icon-2 {
    float: right;
    text-align: right;
    width: 245px;
}

.top-menu-icon-3 {
    float: right;
    text-align: right;
    width: 95px;
}

.top-menu-search-bar-2 {
    background-color: rgba(22, 176, 235, 0.8);
    left: 0;
    margin: 0;
    padding: 20px 2%;
    position: absolute;
    top: 67px;
    width: 96%;
    display: none;
    z-index: 999;
}

.search-btn-img-2 {
    background: url(../images/search-btn-icon.png) no-repeat center center #fff;
    border: 2px solid #16b0eb;
    border-radius: 3px;
    cursor: pointer;
    height: 39px;
    width: 40px;
    display: inline-block;
    margin: 14px 32px 0;
}

.top-menu-icon-link-2 {
    background: url(../images/top-blue-menu.png) no-repeat;
    width: 30px;
    height: 21px;
    float: right;
    margin-top: 25px;
}

.join-us-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #16b0eb;
    border: 2px solid #16b0eb;
    border-radius: 3px;
    background-color: #FFF;
    padding: 13px 20px;
    float: left;
    margin: 12px 6px 0 0;
}

.join-us-btn3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #16b0eb;
    border: 2px solid #16b0eb;
    border-radius: 3px;
    background-color: #FFF;
    padding: 8px 20px;
    float: left;
    margin: 18px 20px 0 0;
}

.join-us-btn:hover {
    color: #fff;
    background-color: #16b0eb;
}

.inner-banner-area-container-3 {
    background: url(../images/australia-profile-banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.banner-tab {
    width: 100%;
    display: inline-block;
}

.banner-tab-city-area {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.banner-tab-city-area li {
    width: 32%;
    float: left;
    margin: 3px 0 0px 2%;
}

.banner-tab-city-area li:nth-child(3n+1) {
    margin-left: 0;
}

.banner-tab-city-area li p {
    width: 92%;
    padding: 5px 4%;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

.banner-city {
    font-family: ralewayregular;
    font-size: 16px;
    color: #565656;
    float: left;
    text-transform: capitalize;
}

.banner-city-numb {
    font-family: ralewayregular;
    font-size: 16px;
    color: #16b0eb;
    float: right;
}

.banner-tab-city-area li:hover p {
    background-color: #16b0eb;
}

.banner-tab-city-area li:hover span {
    color: #FFF;
}

.found-area-container {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.blue-head-bottom {
    width: 100%;
    display: inline-block;
    font-family: ralewaybold;
    color: #2db8ed;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 30px 0;
    background: url(../images/blue-head-bottom-bg.png) no-repeat center bottom;
    margin-bottom: 10px;
}

.found-out-content {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.found-out-head {
    color: #646464;
    font-family: ralewaybold;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

.found-out-img {
    float: right;
    line-height: 240px;
    padding: 0 0 10px 20px;
}

.found-out-para {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    line-height: 35px;
}

.popular-region-container {
    background: url(../images/popular-region-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    min-height: 400px;
    background-attachment: fixed;
}

.white-head-bottom {
    width: 100%;
    display: inline-block;
    font-family: ralewaybold;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 30px 0;
    background: url(../images/white-head-bottom-bg.png) no-repeat center bottom;
    margin-bottom: 10px;
}

.popular-region-area {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.popular-region-area li {
    width: 23%;
    float: left;
    margin: 10px 0 10px 2.66%;
}

.popular-region-area li:nth-child(4n+1) {
    margin-left: 0;
}

.popular-region-area li p {
    color: #2db8ed;
    font-family: ralewaybold;
    background-color: #FFF;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.popular-region-area li span {
    background-color: rgba(158, 211, 229, 0.8);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 96%;
    display: inline-block;
    float: left;
    padding: 5px 2%;
    color: #484848;
    border-bottom: 1px dotted #FFFFFF;
}

.explore-btn-area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.explore-btn-area a {
    color: #57c6f1;
    font-family: ralewaybold;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 3px solid #57c6f1;
}

.explore-btn-area a:hover {
    background-color: #57c6f1;
    color: #fff;
}

.popular-category {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.popular-category li {
    width: 23%;
    float: left;
    margin: 0 0 5px 2.66%;
}

.popular-category li:nth-child(4n+1) {
    margin-left: 0;
}

.popular-category li a {
    width: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFF;
    background-color: #2eb8ed;
    display: inline-block;
    padding: 10px 0 10px 5%;
}

.popular-category li a:hover {
    background-color: #FFF;
    color: #16b0eb;
}

.hand-list-area {
    display: inline-block;
    margin: 10px 17.5%;
    width: 65%;
}

.hand-list-area li {
    background: url(../images/hand-arrow-icon.png) no-repeat left center;
    color: #646464;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 0 0;
    padding-left: 10%;
    width: 90%;
}

.header-container-3 {
    width: 100%;
    background: url(../images/broker-banner-bg.png) no-repeat center top;
    min-height:700px;
    position: relative;
    background-attachment: fixed;
    background-size: 100% auto;
}

.broker-banner-text {
    color: #fff;
    font-family: ralewaybold;
    font-size: 36px;
    margin: 100px auto 0 auto;
    text-align: center;
    text-shadow: 1px 3px 8px #000;
    width: 100%;
}

.broker-banner-inner-txt-area {
    background: url(../images/broker-banner-text-bg.png) no-repeat left center;
    width: 44%;
    padding: 20px 0 20px 20%;
    position: absolute;
    left: -93px;
    top: 290px;
    background-size: 100%;
}

.broker-banner-inner-txt-area p {
    color: #fff;
    font-family: ralewaybold;
    font-size: 25px;
}

.broker-banner-inner-txt-area p span {
    font-size: 50px;
}

.white-bg-head-area {
    width: 100%;
    display: inline-block;
    background: url(../images/white-bg-text-head.png) no-repeat center center;
    text-align: center;
}

.white-bg-head-area span {
    background-color: #FFF;
    padding: 0px 10px;
    display: inline-block;
    color: #16b0eb;
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: capitalize;
}

.black-txt-2 {
    padding: 0 !important;
    color: #383838 !important;
}

.our-product-area {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.our-product-area li {
    width: 24%;
    float: left;
    margin: 0 0 5px 1.33%;
}

.our-product-area li:nth-child(4n+1) {
    margin-left: 0;
}

.standard-rate-area {
    width: 100%;
    display: inline-block;
    background-color: #2a2a2a;
    text-align: center;
    padding: 25px 0;
}

.standard-text {
    color: #FFF;
    font-family: ralewayregular;
    font-size: 28px;
    display: inline-block;
    width: 100%;
}

.standard-subtxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.standard-rate {
    background: url(../images/rate-bg.png) center center;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
    color: #fff;
    font-family: ralewaybold;
}

.sub-area-rate {
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #CCC;
    box-shadow: 1px 0 #d9d9d9;
}

.register-btn {
    font-family: ralewayregular;
    font-size: 16px;
    color: #FFF;
    background-color: #3c382e;
    padding: 10px 35px;
    display: inline-block;
}

.register-btn:hover {
    background-color: #16b0eb;
}

.join-client-area {
    border: 1px solid #16b0eb;
    text-align: center;
    width: 87%;
    line-height: 80px;
    display: block;
}

.join-slider-btn {
    background: url(../images/join-slider-bg.png) no-repeat center center;
    display: inline-block;
    width: 94px;
    height: 31px;
    position: relative;
    float: right;
}

.blue-dotted-bg-container {
    background: url(../images/blue-dotted-bg.png) no-repeat center center;
    padding: 20px 0;
    background-size: 100% 100%;
}

.blue-bg-head-area {
    width: 100%;
    display: inline-block;
    background: url(../images/blue-bg-text-head.png) no-repeat center center;
    text-align: center;
}

.blue-bg-head-area span {
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: capitalize;
}


.blue-bg-head-area-sell {
    width: 100%;display: inline-block;background: url(../images/blue-bg-text-head-new.png) no-repeat center center;text-align: center;
}

.blue-bg-head-area-sell span {
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
    font-family: ralewaybold;
    font-size: 27px;
    text-transform: capitalize;
}

.feature-offer-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
}

.feature-list-area {
    width: 66%;
    display: inline-block;
    float: left;
}

.feature-list-area li {
    width: 87%;
    padding: 20px 0 20px 13%;
    background: url(../images/feature-offer-list-icon.png) no-repeat left center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 16px;
    margin: 5px 0;
}

.girl-img {
    width: 40%;
    background: url(../images/girl-img.png) no-repeat center bottom;
    height: 320px;
    background-size: 100%;
    position: absolute;
    bottom: -24px;
}

.responsive-img-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}

#faqs2 dt {
    color: #323232;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: normal;
    margin: 0 0 15px;
    padding: 10px 0 10px 50px;
    background: url(../images/faq2-list-icon.png) no-repeat left 5px;
}

#faqs2 dd {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding-left: 50px;
    text-align: justify;
}

#faqs2 .expanded {
    background: url(../images/faq2-list-icon-hover.png) no-repeat left 5px;
    color: #fff;
}

.testimonial-slider {
    width: 90%;
    margin: 20px auto 0 auto;
}

.testimonial-content {
    width: 100%;
    text-align: center;
}

.client-img {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.client-img img {
    width: 87px;
    height: 87px;
    border-radius: 50%;
}

.quatation-para {
    width: 100%;
    padding: 10px 0;
}

blockquote {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    line-height: 35px;
    padding: 10px 0;
    font-style: italic;
}

blockquote:before {
    content: url(../images/before-quote.png);
}

blockquote:after {
    content: url(../images/after-quote.png);
}

.client-name {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #45c0ef;
    font-family: Arial, Helvetica, sans-serif;
}

.region-banner-area-container {
    width: 100%;
    display: inline-block;
    background: url(../images/region-profile-banner.png) no-repeat left center;
    padding: 20px 0;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.region-blue-bg-head-area {
    width: 100%;
    display: inline-block;
}

.region-blue-bg-head-area h1 {
    padding: 10px 10px 10px 0;
    display: inline-block;
    color: #fff;
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: uppercase;
}

.region-blue-bg-head-area span {
    padding: 10px 10px 10px 0;
    display: inline-block;
    color: #fff;
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: uppercase;
}

.sydney-head {
    background: url(../images/sydney-head-bg.png) no-repeat right center;
    background-size: 55% 5px;
}

.region-banner-icon-area {
    background: url(../images/region-banner-icon-bg.png) no-repeat left center;
    width: 100%;
    display: inline-block;
    background-size: 90% 5px;
}

.arrow-down-img {
    background: url(../images/drop-arrow-icon.png) no-repeat;
    width: 24px;
    height: 17px;
    display: inline-block;
    float: right;
}

.region-banner-para {
    width: 100%;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}

.region-banner-para p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
}

.region-white-bg-head-area {
    width: 100%;
    display: inline-block;
}

.region-white-bg-head-area span {
    padding: 10px 0px 10px 0;
    display: inline-block;
    color: #2db8ed;
    font-family: ralewaybold;
    font-size: 25px;
    text-transform: uppercase;
}

.right-line {
    background: url(../images/right-line.png) no-repeat right center;
    background-size: 70% 5px;
    text-align: left;
}

.left-line {
    background: url(../images/left-line.png) no-repeat left center;
    background-size: 60% 5px;
    text-align: right;
}

.refine-by-area {
    width: 95.8%;
    display: inline-block;
    background-color: #f9f9f9;
    padding: 10px 2%;
    border: 1px solid #CCC;
    margin: 10px 0;
}

.refine-by-area li {
    float: left;
    margin: 10px 0 10px 2.66%;
    width: 20.3%;
    font-family: Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 20px;
    background: url(../images/blue-good-icon.png) no-repeat left center;
    padding: 0 0 0 25px;
}

.refine-by-area li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    font-size: 14px;
}

.refine-by-area li:nth-child(4n+1) {
    margin-left: 0;
}

.supply-demand-container {
    width: 100%;
    display: inline-block;
    background: url(../images/supply-banner-img.png) no-repeat left center;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 20px 0;
}

.visitor-area {
    width: 90%;
    display: inline-block;
    margin: 20px 5%;
}

.visitor-area > li:nth-child(1) {
    width: 48%;
    float: left;
    display: inline-block;
}

.visitor-area > li:nth-child(2) {
    width: 48%;
    float: right;
    display: inline-block;
}

.visit-per-area {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.white-visit-numb {
    font-family: ralewaybold;
    font-size: 50px;
    color: #fff;
}

.white-visit-per {
    font-family: ralewaybold;
    font-size: 16px;
    color: #fff;
    width: 120px;
    text-transform: uppercase;
}

.per-prop {
    margin-left: 80px;
}

.person-limit-area {
    width: 100%;
    display: inline-block;
    height: 273px;
    margin: 20px 0;
}

.person-limit-area > li {
    width: 100%;
    display: inline-block;
    height: 35px;
}

.ten-white {
    background: url(../images/ten-white-people.png) no-repeat center center;
}

.five-white {
    background: url(../images/five-white-people.png) no-repeat center center;
}

.ten-black {
    background: url(../images/ten-black-person.png) no-repeat center center;
}

.five-black {
    background: url(../images/five-black-person.png) no-repeat center center;
}

.white-city-name {
    width: 100%;
    font-family: ralewayregular;
    display: inline-block;
    text-align: center;
    background: url(../images/white-city-img.png) no-repeat center top;
    color: #fff;
    padding-top: 30px;
}

.black-visit-numb {
    font-family: ralewaybold;
    font-size: 50px;
    color: #000;
}

.black-visit-per {
    font-family: ralewaybold;
    font-size: 16px;
    color: #000;
    width: 120px;
    text-transform: uppercase;
}

.black-person-img {
    width: 100%;
    display: inline-block;
    height: 273px;
    background: url(../images/black-person-img.png) no-repeat center center;
    margin: 20px 0;
}

.black-city-name {
    width: 100%;
    font-family: ralewayregular;
    display: inline-block;
    text-align: center;
    background: url(../images/black-city-img.png) no-repeat center top;
    color: #000;
    padding-top: 30px;
}

.list-business-head {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    padding: 20px 0;
    color: #2db8ed;
    font-size: 25px;
    font-family: ralewaybold;
    text-transform: uppercase;
    border-bottom: 4px double #2db8ed;
    border-top: 4px double #2db8ed;
}

.right-line-2 {
    background: url(../images/right-line.png) no-repeat right center;
    background-size: 50% 5px;
    text-align: left;
}

.list-business-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.list-business-area li {
    float: left;
    margin: 10px 0 10px 1.33%;
    width: 24%;
    text-align: center;
    background-color: #2db8ed;
}

.list-business-area li a {
    font-family: ralewaybold;
    color: #fff;
    font-size: 16px;
    width: 88%;
    margin: 4% auto;
    background-color: transparent;
    border: 5px solid #fff;
    display: block;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
}

.list-business-area li:nth-child(4n+1) {
    margin-left: 0;
}

.list-business-area li:hover {
    background-color: #454545;
}

.banner-drop-icon {
    background: url(../images/drop-arrow-icon.png) no-repeat center center;
    display: inline-block;
    float: right;
    height: 17px;
    width: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}

.dashboard-top-main-area {
    width: 100%;
    display: inline-block;
    background-color: #16b0eb;
    position: relative;
}

.get-started-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 13px 0 13px 10px;
    float: left;
}

.top-main-right {
    float: right;
    text-align: left;
}

.top-main-right li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    float: left;
    padding: 15px 20px;
    border-right: 1px solid #fff;
}

.top-main-right li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.dashboard-menu-icon {
    background: url(../images/menu-icon.png) no-repeat center center;
    float: right;
    height: 21px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 13px;
    width: 30px;
    cursor: pointer;
}

.dashboard-link-area {
    width: 100%;
    display: inline-block;
}

.dashboard-link-area li {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #FFF;
}

.dashboard-link-area li:nth-child(2n) {
    background-color: #f9f9f9;
}

.dashboard-link-area li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #646464;
    margin-left: 10px;
    float: left;
    line-height: 70px;
}

.dashboard-link-area li a span {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dashboard-link-area li a:hover span {
    background-color: #7f7f7f;
}

.agent-icon {
    background: url(../images/dash-agent-icon.png) no-repeat center center #16b0eb;
}

.add-new-icon {
    background: url(../images/add-new-icon.png) no-repeat center center #16b0eb;
}

.view-all-icon {
    background: url(../images/view-all-icon.png) no-repeat center center #16b0eb;
}

.listing-icon {
    background: url(../images/listing-icon.png) no-repeat center center #16b0eb;
}

.profile-icon {
    background: url(../images/profile-icon.png) no-repeat center center #16b0eb;
}

.article-icon {
    background: url(../images/article-icon.png) no-repeat center center #16b0eb;
}

.company-icon {
    background: url(../images/company-icon.png) no-repeat center center #16b0eb;
}

.change-pw-icon {
    background: url(../images/change-pw-icon.png) no-repeat center center #16b0eb;
}

.ps-icon {
    background: url(../images/personal-icon.png) no-repeat center center #16b0eb;
}

.logout-icon {
    background: url(../images/logout-icon.png) no-repeat center center #16b0eb;
}

.dashboard-sub-menu {
    width: 280px;
    display: none;
    background-color: rgba(22, 176, 235, 0.8);
    z-index: 999;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 45px;
}

.dashboard-sub-menu li {
    width: 100%;
    float: left;
    margin: 5px 0;
    display: inline-block;
}

.dashboard-sub-menu li a {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 99.5%;
    padding: 10px 0;
    color: #646464;
    border: 1px solid #fff;
}

.dashboard-sub-menu li a:hover {
    background-color: #16b0eb;
    color: #fff;
}

.tabs_refine_by {
    max-height: 48px;
    overflow: hidden;
}

.search-by-area {
    display: inline-block;
    width: 100%;
    padding: 10px 0 20px 0;
}

.search-by-content {
    width: 100%;
    display: inline-block;
}

.search-by-content li {
    width: 24%;
    float: left;
    margin: 5px 0 5px 1.33%;
}

.search-by-content li:nth-child(4n+1) {
    margin-left: 0;
}

.search-by-content li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ralewaysemibold;
    border: 1px solid #16b0eb;
    background-color: #fff;
    color: #16b0eb;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 5px;
    overflow: hidden;
    height: auto;
}

.search-by-content li a:hover {
    color: #fff;
    background-color: #16b0eb;
}

.load-more-area {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
}

.load-more-area a {
    color: #fff !important;
    background-color: #16b0eb !important;
    padding: 10px 40px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 20px 0;
    display: inline-block;
    width: auto !important;
}

.load-more-area a:hover {
    background-color: #fff !important;
    color: #16b0eb !important;
}

.search-by-char {
    width: 100%;
    display: inline-block;
}

.search-by-char li {
    width: 9%;
    float: left;
    margin: 5px 0 5px 1.11%;
}

.search-by-char li:nth-child(10n+1) {
    margin-left: 0;
}

.search-by-char li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: ralewaysemibold;
    border: 1px solid #16b0eb;
    background-color: #fff;
    color: #16b0eb;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.search-by-char li a:hover {
    color: #fff;
    background-color: #16b0eb;
}
.aactive{color:#fff;background-color:#16b0eb}

.business-broker-list {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
}

.business-broker-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 5px 0;
}

.business-img-area {
    width: 25%;
    display: inline-block;
    float: left;
    margin: 15px 2% 15px 0;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 90px;
}

.business-content {
    width: 35%;
    float: left;
    display: inline-block;
    padding-top: 15px;
}

.business-name {
    width: 100%;
    font-family: ralewaybold;
    color: #269fec;
    font-size: 25px;
    display: inline-block;
}

.business-place {
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #646464;
    line-height: 30px;
}

.business-view-btn {
    width: 40%;
    float: left;
    font-family: ralewayregular;
    font-size: 16px;
    color: #fff;
    background-color: #16b0eb;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
}

.business-detail-btn {
    width: 40%;
    float: left;
    font-family: ralewayregular;
    font-size: 16px;
    color: #fff;
    background-color: #ee8a10;
    text-align: center;
    margin-top: 10px;
    text-align: center;
    padding: 10px 0;
}

.business-view-btn:hover, .business-detail-btn:hover {
    background-color: #7f7f7f;
}

.business-counter-area {
    width: 36%;
    float: left;
    padding: 10px 0 10px 1%;
}

.for-sale-circl {
    width: 110px;
    height: 110px;
    background-color: #16b0eb;
    border-radius: 50%;
    float: left;
    text-align: center;
}

.circle-top {
    width: 100%;
    display: inline-block;
    font-family: ralewaybold;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.circle-bottom {
    width: 100%;
    display: inline-block;
    font-family: ralewaybold;
    font-size: 30px;
    color: #fff;
}

.undr-offer-circl {
    width: 110px;
    height: 110px;
    background-color: #50c9f8;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-left: -10px;
}

.sold-circl {
    width: 110px;
    height: 110px;
    background-color: #6ad5ff;
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-left: -10px;
}

.business-name-head {
    font-family: ralewaybold;
    font-size: 25px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.advert-num {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.right-side-adds {
    display: inline-block;
    position: absolute;
    top: -24px;

}

.right-side-adds li {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
    margin-top: 0px;
}

.result-detail-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.result-location {
    width: 100%;
    display: inline-block;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.result-location span {
    color: #16b0eb;
    font-family: ralewayregular;
    font-size: 20px;
    margin-right: 20px;
}

.result-detail-content {
    width: 97%;
    display: inline-block;
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 1.5%;
}

.result-detail-content-head {
    background-color: #16b0eb;
    font-family: ralewayregular;
    color: #fff;
    font-size: 20px;
    width: 96%;
    padding: 10px 2%;
}

.result-content-left {
    width: 65%;
    float: left;
}
.white-bg-container .result-detail-area .result-detail-content_top .result-content-left {
    padding: 15px;
}
.financial-content {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 10px 0px;
}

.financial-content li {
    width: 50%;
    display: inline-block;
    padding: 10px 0;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #323232;
}

.financial-left {
    width: 25%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #323232;
    text-align: left;
}

.financial-right {
    width: 48%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    text-align: left;
    padding-left: 2%;
}

.result-detail-content_top {
    display: inline-block;
    width: 96.8%;
    height: auto;
    border: 1px solid #DDD;
    display: flex;
    border-radius: 3px;
}

.red-txt {
    color: #d64646;
}

.result-content-right {
    float: right;
    width: 33%;
}

.result-slide {
    width: 96%;
    display: inline-block;
    padding: 0px 2%;
}

#result_slide li {
    line-height: 185px;
    text-align: center;
}

.result-descrip-area {
    width: 96%;
    display: inline-block;
    padding: 10px 2%;
}

.result-descrip-area p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3e3a3a;
    padding: 10px 0;
    word-wrap: break-word;
    line-height: 25px;
}

.result-descrip-area li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3e3a3a;
    padding: 0px 0px 10px 25px;
    line-height: 25px;
    background: url(../images/banner-gud-icon.png) no-repeat left center;
    width: inherit;
}

.result-detail-title {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #16b0eb;
}

.result-descrip-list {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.result-descrip-list li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3e3a3a;
    margin: 5px 0;
    line-height: 20px;
}

.result-detail-form-area {
    width: 96%;
    display: inline-block;
    padding: 10px 2%;
}

.result-detail-business-img {
    width: 100%;
    display: inline-block;
    background-size: auto 100%;
    text-align: center;
    padding: 10px 0;
    line-height: 73px;
    height: 73px;
    background-size: 100%;
}

.result-detail-business-img img {
    max-height: 73px;
}

.result-descrp-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.result-descrp-area li {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
}

.result-descrp-left {
    font-family: Arial, Helvetica, sans-serif;
    color: #323232;
    font-size: 12px;
    float: left;
    width: 40%;
    text-align: left;
}

.result-descrp-right {
    font-family: Arial, Helvetica, sans-serif;
    color: #646464;
    font-size: 12px;
    float: right;
    width: 59%;
    text-align: left;
}

.result-phone-link {
    width: 100%;
    text-align: center;
    background-color: #fea500;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px 0;
    float: left;
}

.result-phone-link:hover {
    background-color: #646464;
}

.inquery-form-area {
    width: 100%;
    display: inline-block;
}

.inquiry-form-head {
    font-family: ralewaybold;
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    background-color: #0e98cd;
    color: #fff;
}

.inquery-form {
    width: 90%;
    padding: 10px 5%;
    display: inline-block;
    background-color: #45c0ef;
}

.inquery-form-span {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.inquery-form-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.inquery-form-input {
    width: 100%;
    display: inline-block;
}

.inquery-form-input input {
    width: 94%;
    display: inline-block;
    padding: 10px 3%;
    border: none;
}

.inquery-form-input textarea {
    width: 94%;
    display: inline-block;
    padding: 10px 3%;
    border: none;
    height: 80px;
}

.security-cod {
    font-family: "Times New Roman", Times, serif;
    color: #fee300;
    font-size: 18px;
    float: right;
}

.inquery-form-span button {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    background: #fee300;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
}

.inquery-form-span button:hover {
    background-color: #646464;
    color: #fff;
}

#horizontalTab-3 {
    width: 100%;
    display: inline-block;
    padding: 30px 0 10px 0;
}

#horizontalTab-3 .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 18%;
    text-align: center;
    border: none;
    float: none;
}

#horizontalTab-3 .r-tabs-nav {
    text-align: center;
    display: inline-block;
}

#horizontalTab-3 .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #16b0eb;
    background-color: transparent;
    border: 1px solid #16b0eb;
}

#horizontalTab-3 .r-tabs-nav .r-tabs-anchor:hover {
    color: #16b0eb;
    background-color: transparent;
    border: 1px solid #16b0eb;
}

#horizontalTab-3 .r-tabs-nav .r-tabs-anchor {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    color: #646464;
    width: 100%;
    padding: 15px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 5px;
}

#horizontalTab-3 .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #16b0eb;
    color: #fff;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
}

#horizontalTab-3 .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #16b0eb;
    border: 1px solid #16b0eb;
}

.breadcrumb_container2 {
    width: 42%;
    float: left;
    margin-top: 8px;
}

.search-content {
    float: left;
    padding: 10px 0;
    text-align: right;
    width: 57%;
}

.category-dropdown {
    width: 40%;
    display: inline-block;
}

.category-dropdown .custom-dropdown {
    border: 1px solid #CCC;
    width: 100%;
}

.category-dropdown .custom-dropdown:after {
    right: 0.5em;
}

.category-dropdown .custom-dropdown .custom-dropdown__select {
    width: 100%;
    padding: 0;
    color: #878787;
}

.search-btn2 {
    color: #fff;
    background-color: #ee8a10;
    border: none;
    padding: 10px 4%;
    margin-left: 2%;
    cursor: pointer;
}

.search-btn2:hover {
    background-color: #646464;
}

.franchise-directory-list {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.franchise-directory-list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    border: 1px solid #CCC;
    background-color: #f9f9f9;
    padding: 10px;
}

.franchise-img {
    width: 28%;
    float: left;
    background-color: #fff;
    text-align: center;
    margin-right: 2%;
    line-height: 180px;
}

.frnchise-content-area {
    width: 70%;
    float: left;
}

.franchise-head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #00729e;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.franchise-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828282;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}

.franchise-txt-head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
    margin-right: 10px;
}

.franchise-inner-contnt {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

.franchise-para {
    width: 65%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #828282;
}

.franchise-btn-area {
    width: 33%;
    text-align: right;
    display: inline-block;
    float: right;
}

.franchise-detail-btn {
    background-color: #16b0eb;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: right;
    width: 48%;
    text-align: center;
}

.franchise-listing-btn {
    background-color: #16b0eb;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: right;
    width: 48%;
    text-align: center;
}

.franchise-detail-btn:hover, .franchise-listing-btn:hover {
    background-color: #646464;
}

.inner-banner-area-container-4 {
   background: url(../images/selling-business-banner-bg.png) no-repeat center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    display: inline-block;
    margin-top: 67px;
}

.working-text-left {
    width: 60%;
    float: left;
}

.code-security {
    font-family: "Times New Roman", Times, serif;
    color: #fee300;
    font-size: 18px;
}

.inquiry-form-head {
    font-family: ralewaybold;
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    display: inline-block;
    background-color: #0e98cd;
    color: #fff;
}

.sell-business-form-main {
    width: 40%;
    float: right;
}

.working-text-left {
    width: 60%;
    float: left;
}
.sell-business-form {
    width: 90%;
    padding: 10px 5%;
    display: inline-block;
    background-color: #45c0ef;
}
.sell-business-form-span {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.sell-business-form-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding:3px 0px;
}
.sell-business-form-input {
    width: 100%;
    display: inline-block;
}
.sell-business-form-input input {
    width: 94%;
    display: inline-block;
    padding: 10px 3%;
    border: none;
    border-radius:6px;
}
.sell-business-form-input textarea {
    width: 94%;
    display: inline-block;
    padding: 10px 3%;
    border: none;
    height: 80px;
    border-radius:6px;
}

.sell-business-form-span button {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    background: #fee300;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    position: relative;
}
.banner-click-show-area { display:block;}

@media screen and ( max-width:767px){


    .sell-business-form-main {
        width: 100%;
        float: right;
    }

    .working-text-left {
        width: 100%;
        float: none;
    }
}

.selling-busines-head {
    color: #fff;
    font-family: ralewaybold;
    font-size: 40px;
    width: 100%;
    display: inline-block;
    margin: 40px 0% 30px 0%;
    text-align: center;
}

.banner-click-btn-area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.banner-click-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    padding: 25px 40px;
    display: inline-block;
    background-color: rgba(148, 153, 157, 0.6);
    border-radius: 5px;
}

.banner-click-btn span {
    width: 18px;
    background: url(../images/btn-arrow-icon.png) no-repeat center center;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.icon-rotate {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.banner-click-show-area {
    display: none;
    background-color: rgba(148, 153, 157, 0.6);
    width: 70%;
    margin: 10px 13%;
    padding: 10px 2%;
}

.banner-click-show-area li {
    font-family: ralewayregular;
    font-size: 22px;
    color: #fff;
    background: url(../images/banner-gud-icon.png) no-repeat left center;
    width: 92%;
    padding: 10px 0 10px 8%;
}

.white-bg-container-2 {
    padding: 50px 0;
}

.our-product-container {
    background: url(../images/our-product-bg.png) no-repeat left center;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

.our-product-working {
    width: 100%;
    display: inline-block;
    position: relative;
}

.girl-img-area {
    display: inline-block;
    height: 149px;
    right: 0;
    position: absolute;
    top: -151px;
    width: 239px;
    z-index: 99999;
    background: url(../images/girl-img-2.png) no-repeat center center;
}

.our-product-tab-area {
    width: 80%;
    margin: 0 10%;
}

.our-product-price-tab {
    background-color: #16b0eb;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

.our-prodct-price {
    font-family: ralewaybold;
    font-size: 28px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.standard-package {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    padding: 5px 0;
}

.our-prodct-read-more {
    background: url(../images/read-more-arrow.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    display: inline-block;
    color: #16b0eb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    float: left;
    padding: 10px 0;
}

.link-tab {
    background: url(../images/link-tab.png) no-repeat;
    width: 21px;
    height: 24px;
    display: none;
    margin-left: 6%;
}

.our-product-list {
    width: 70%;
    display: inline-block;
    margin: 10px 15%;
}

.our-product-list li {
    background: url(../images/blue-good-icon-2.png) no-repeat left center;
    width: 92%;
    padding: 5px 0 5px 8%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color: #303030;
    font-size: 16px;
}

.our-product-para {
    color: #848484;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 30px;
    padding: 10px 0;
    margin-left: 40px;
}

.order-now-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 99.8%;
    background-color: #ee8a10;
    text-align: center;
    padding: 18px 0;
    border-radius: 3px;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.order-now-btn:hover {
    background-color: #646464;
}

.what-feature-container {
    background: url(../images/what-feature-bg.png) no-repeat left center;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

.what-feature-list {
    width: 90%;
    margin: 10px 5%;
    display: inline-block;
}

.what-feature-list li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    width: 94%;
    padding: 10px 0 10px 6%;
    background: url(../images/white-good-icon.png) no-repeat left center;
}

.read-more-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

.read-more-area a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #16b0eb;
    padding: 20px 80px;
    background-color: #fff;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #fff;
}

.read-more-area a:hover {
    background-color: #16b0eb;
    color: #fff;
}

.sell-business-container {
    background: url(../images/sell-business-bg.png) no-repeat left center;
    background-size: 100% 100%;
    background-attachment: fixed;
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

.sell-business-head {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: ralewaybold;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.sell-busines-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.sell-business-circle {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 999;
}

.sell-business-circle li {
    width: 135px;
    float: left;
    background-color: rgba(23, 162, 216, 0.9);
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    margin-left: 9.76%;
}

.sell-business-circle li:first-child {
    margin-left: 0;
}

.sell-business-work {
    height: 130px;
    width: 130px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
}

.sell-busines-num {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #c7c7c7;
    font-size: 30px;
    margin-top: 10px;
}

.sell-busines-step {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    text-align: center;

    color: #c7c7c7;
    font-size: 30px;
    text-transform: uppercase;
}

.sell-busines-btm-txt {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ee8a10;
    font-size: 15px;
}

.sell-business-line {
    background-color: rgba(23, 162, 216, 0.7);
    width: 94%;
    display: inline-table;
    height: 50px;
    position: absolute;
    top: 68px;
    margin: 0 3%;
}

.sell-business-bottom {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
}

.downward-arrow {
    background: url(../images/downward-arrow.png) no-repeat center center;
    width: 36px;
    height: 36px;
    z-index: 999;
    position: fixed;
    bottom: 30px;
    left: 50%;
    display: none;
    box-shadow: 1px 1px 4px 1px #a3a3a3;
    border-radius: 50%;
}

.upward-arrow {
    background: url(../images/upward-arrow.png) no-repeat center center;
    width: 36px;
    height: 36px;
    z-index: 999;
    position: fixed;
    bottom: 30px;
    left: 50%;
    display: none;
    box-shadow: 1px 1px 4px 1px #a3a3a3;
    border-radius: 50%;
}

.inner-banner-area-container-5 {
    padding: 40px 0;
    background-color: #FFF;
    width: 100%;
}

.franchise-banner-area {
    width: 100%;
    display: inline-block;
}

.franchise-banner-img {
    width: 29%;
    float: left;
    line-height: 250px;
}

.franchise-banner-txt {
    width: 70%;
    float: right;
}

.franchise-banner-txt h1 {
    color: #646464;
    font-size: 40px;
    text-transform: uppercase;
    font-family: ralewaybold;
    padding: 40px 0;
}

.franchise-banner-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #16b0eb;
    padding: 20px 80px;
    border-radius: 30px;
    box-shadow: 1px 1px 3px #666666;
}

.franchise-banner-btn:hover {
    color: #16b0eb;
    background-color: #fff;
}

.franchise-offer-area {
    background: url(../images/franchise-offer-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    background-attachment: fixed;
}

.franchise-offer-head-area {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.franchise-offer-head {
    font-family: ralewaybold;
    font-size: 40px;
    color: #fff;
    padding: 5px 40px;
    border-bottom: 4px double #fff;
    display: inline-block;
    text-transform: uppercase;
}

.what-do-offer-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    text-transform: uppercase;
}

.what-offer-list {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}

.what-offer-list li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    background: url(../images/white-hand-icon.png) no-repeat left center;
    display: inline-block;
    line-height: 30px;
    margin: 10px 0 0;
    padding-left: 7%;
    width: 93%;
    text-shadow: 1px 2px 2px #000;
}

.what-offer-contct-btn-area {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.what-offer-btn {
    color: #16b0eb;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px #666666;
}

.what-offer-btn:hover {
    background-color: #16b0eb;
    color: #fff;
}

.franchise-services-area {
    background: url(../images/franchise-services-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
    background-attachment: fixed;
}

.franchise-services-list {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.franchise-services-list li {
    width: 30%;
    float: left;
    position: relative;
    margin: 30px 0 30px 5%;
}

.franchise-services-list li:nth-child(3n+1) {
    margin-left: 0;
}

.franchise-service-img {
    width: 100%;
    display: inline-block;
    float: left;
}

.franchise-service-img img {
    width: 100%;
}

.franchise-service-title {
    width: 100%;
    display: table;
    background-color: rgba(22, 176, 235, 0.7);
    height: 90px;
    position: absolute;
    bottom: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
}

.franchise-service-title span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
}

.franchise-service-hover-area {
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 176, 235, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -webkit-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -moz-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -ms-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
    -o-transform: matrix(0.8, 0, 0, 0.8, 0, 0);
}

.franchise-service-hover-area p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    width: 90%;
    padding: 0 5%;
}

.franchise-services-list li:hover .franchise-service-hover-area {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
}

.franchise-services-list li:hover .franchise-service-title {
    opacity: 0;
}

.contact-us-btn-area {
    background: url(../images/franchise-contact-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    background-attachment: fixed;
}

.fixed-monthly-head-area {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.fixed-monthly-head {
    border-bottom: 4px double #e5e5e5;
    color: #646464;
    display: inline-block;
    font-family: ralewaybold;
    font-size: 40px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.view-feature-area {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.view-feature-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #646464;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px 0;
}

.contct-rate-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #646464;
    width: 100%;
    display: inline-block;
}

.find-out-crcl-btn {
    background-color: #16b0eb;
    border-radius: 30px;
    box-shadow: 1px 1px 3px #666666;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 20px 60px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
}

.find-out-crcl-btn:hover {
    color: #16b0eb;
    background-color: #fff;
}

.franchise-for-sale-area {
    background: url(../images/franchise-sale-bg.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 40px 0;
    background-attachment: fixed;
}

.franchise-sale-area {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.prepare-franchise-txt {
    font-family: ralewaybold;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

.writing-advert-txt {
    font-family: ralewaybold;
    font-size: 30px;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.franchise-contact-us {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.franchise-form-input {
    width: 29%;
    float: left;
    padding: 10px 1.5%;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.franchise-form-input-2 {
    width: 29%;
    float: left;
    padding: 10px 1.5%;
    border: 1px solid #CCC;
    margin: 0 1.5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.franchise-form-textarea {
    width: 76.5%;
    padding: 10px 1.5%;
    display: inline-block;
    height: 120px;
    margin: 10px 0;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #646464;
}

.franchise-btn {
    height: 140px;
    line-height: 140px;
    width: 18.5%;
    float: right;
    margin: 10px 0;
    background-color: #16b0eb;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.franchise-btn:hover {
    background-color: #646464;
}

.blog-detail-para {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.blog-detail-para ul li {
    list-style-type: disc;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    display: list-item;
    margin: 5px 10px;
}

.blog-detail-para ol li {
    list-style-type: disc;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    display: list-item;
    margin: 5px 10px;
}

.blog-detail-para p {
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    /*display: inline-block;*/
    margin: 5px 0;
}

.blog-detail-list {
    width: 100%;
    display: inline-block;
}

.blog-detail-list li {
    width: 97%;
    list-style: disc;
    font-size: 12px;
    font-style: italic;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #848484;
    margin: 5px 0 5px 3%;
}

.next_prev_result_sect {
    clear: both;
    width: 97%;
    height: auto;
    display: inline-block;
}

.back_result_link {
    float: left;
    width: auto;
    padding: 5px 10px;
    background: #16b0eb;
    color: #fff;
    font-size: 16px;
    font-family: ralewaybold;
    margin-right: 20px;
}

.next_prev_sec {
    font-size: 16px;
    font-family: ralewaybold;
    color: #16b0eb;
    float: right;
}

.next_prev_sec a {
    font-size: 16px;
    font-family: ralewaybold;
    color: #16b0eb;
    padding: 5px;
    line-height: 30px;
}

.faqs_head_title, .midlle-working-content p.terms-condition-head {
    font-family: ralewayregular;
    font-size: 18px;
    font-weight: bold;
    color: #16b0eb;
    margin-top: 10px;
    display: block;
}

.midlle-working-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}

.midlle-working-content li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.midlle-working-content p {
    margin-bottom: 10px;
}

.registeration_links_list {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.registeration_links_list li {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
}

.registeration_links_list li a {
    text-decoration: none;
    color: #646464;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 25px;
    display: block;
}

.registeration_links_list li.active_reg_link {
    background-color: transparent;
    border: 1px solid #16b0eb;
}

.registeration_links_list li.active_reg_link a {
    color: #16b0eb;
}

.registeration_links_list li.active_reg_link .registration_button_select {
    background-color: #16b0eb;
    color: #fff;
}

.footer-links {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 36px;
}

.footer-links li {
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid #fff;
}

.footer-links li:first-child {
    border-left: none;
}

.footer-links li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.result-refine-search-tabs li {
    background-color: rgba(255, 255, 255, 0.9);
}

.result-refine-search-tabs li a {
    font-family: ralewayregular;
    font-size: 16px;
    color: #565656;
    float: left;
    text-transform: capitalize;
    width: 92%;
    padding: 5px 4%;
}

.result-refine-search-tabs li a span {
    float: right;
    color: #00aadd;
}

.result-refine-search-tabs li:hover a, .result-refine-search-tabs li:hover a span {
    color: #00aadd;
}

#adds_area_left {
    position: absolute;
    top: 150px;
    left: 15px;
    width: 160px;
}

#adds_area_right {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 160px;
}

#adds_area_right ads_list li {
    margin-bottom: 35px;
}

.search_input_field {
    height: 30px;
    line-height: 30px;
    width: 200px;
    padding-left: 10px;
    background: #fff;
    border: none;
}

.submit_search_but {
    background-color: #ee8a10;
    border: none;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #fff;
}

.list_tag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 100px;
    line-height: normal;
}

.new_tag_img {
    background: url(../images/new_tag.png) no-repeat left top;
}

.urgent_tag_img {
    background: url(../images/urgent_tag.png) no-repeat left top;
}

.under_contract_tag_img {
    background: url(../images/under_contract_tag.png) no-repeat left top;
}

.franchise_tag_img {
    background: url(../images/franchise_tag.png) no-repeat left top;
}

.private_sales_tag_img {
    background: url(../images/ps_tag.png) no-repeat left top;
}

.reduced_sales_tag_img {
    background: url(../images/reduced_tag.png) no-repeat left top;
}

.buttons_more_result {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.buttons_more_result li {
    display: inline-block;
    height: auto;
    line-height: 40px;
    float: left;
    width: 15.8%;
    box-sizing: border-box;
    text-align: center;
    margin-left: 1%;
}

.buttons_more_result li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #16b0eb;
    display: block;
    border: 1px solid #16b0eb;
    border-radius: 5px;
}

.buttons_more_result li .result_button_select {
    background-color: #16b0eb;
    color: #fff;
}

.buttons_more_result li a:hover, .buttons_more_result li a.selected_listings {
    color: #fff;
    background-color: #16b0eb;
}

.buttons_more_result li:first-child {
    margin-left: 0px;
}

.buttons_directory_pages {
    display: inline-block;
    width: 100%;
    background: #16b0eb;
}

.buttons_directory_pages li {
    display: inline-block;
    height: auto;
    line-height: 50px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    text-align: center;
}

.buttons_directory_pages li:hover, .buttons_directory_pages li.active {
    background: #1799cb;
}

.buttons_directory_pages li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    display: block;
}

@media only screen and (min-width: 1590px) and (max-width: 1720px) {
    #adds_area_left {
        left: 7%;
    }

    #adds_area_right {
        right: 7%;
    }
}

@media only screen and (min-width: 1721px) and (max-width: 2100px) {
    #adds_area_left {
        left: 15%;
    }

    #adds_area_right {
        right: 12%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
    #adds_area_left, #adds_area_right {
        width: 130px !important;
    }

    #adds_area_left {
        left: 7px !important;
    }

    #adds_area_right {
        right: 7px !important;
    }
}

@media only screen and (max-width: 1200px) {
    #adds_area_left, #adds_area_right {
        display: none !important;
    }
}

@media all and (min-width: 1350px) and (max-width: 1920px) {
    .broker-banner-inner-txt-area {
        background-size: 100%;
        width: 35%;
        padding: 20px 0 20px 30%;
    }

    .left-side-adds {
        width: 160px;
        left: -190px;
        margin-top: 79px;
    }

    .right-side-adds {
        width: 160px;
        right: -190px;
        margin-top: 84px;
    }

    .star-black {
        background: none;
        color: #646464 !important;
        width: auto;
    }

    .view-saved-area {
        display: inline-block;
        height: 260px;
    }

    .saved-listing-txt {
        display: inline-block;
    }

    .view-saved-tag {
        width: 150px;
        cursor: auto;

    }

    .view-saved-tag:hover {
        background: inherit;
    }

    .view-saved-tag:hover span {
        color: #646464;
    }
}

@media all and (min-width: 100px) and (max-width: 1180px) {
    .top-menu-search-bar {
        display: none;
        position: absolute;
        background-color: rgba(22, 176, 235, 0.8);
        left: 0;
        padding: 20px 5%;
        position: absolute;
        top: 70px;
        width: 90%;
        margin: 0;
        z-index: 999999;
    }

    .result-refine-search-tabs li a {
        font-size: 15px;
    }

    .banner-area-container {
        padding: 72px 0;
    }

    .search-btn-img {
        display: inline-block;
    }

    .banner-link li a {
        font-size: 16px;
    }

    .what-feature-hide-area {
        width: 90%;
        margin: 10px 5%;
    }

    .top-menu-search-bar-2 {
        top: 67px;
        padding: 20px 2%;
        width: 96%;
    }

    .broker-banner-text {
        font-size: 32px;
    }

    .broker-banner-inner-txt-area {
        width: 52%;
    }

    .header-container-3 {
        background-size: auto 100%;
        background-position: right top;
    }

    .refine-by-area li {
        margin: 10px 0 10px 2.24%;
    }

    .sydney-head {
        background-size: 50% 5px;
    }

    .list-business-area li a {
        font-size: 14px;
    }

    .grid-view-show li .categories-area li {
        margin-right: 10px;
    }

    .grid-view-show li .categories-area li a {
        font-size: 12px;
    }

    .top-read {
        position: absolute;
        top: 1580px;
    }

    .agent-profile-area li {
        width: 24%;
        margin-left: 1.33%;
    }

    .agent-profile-area li:nth-child(5n+1) {
        margin-left: 1.33%;
    }

    .agent-profile-area li:nth-child(4n+1) {
        margin-left: 0;
    }

    .for-sale-circl, .undr-offer-circl, .sold-circl {
        width: 105px;
        height: 105px;
    }

    .circle-top {
        font-size: 14px;
    }

    .sell-business-circle li {
        margin-left: 5.8%;
    }

    .sell-busines-area {
        width: 850px;
        margin: auto;
        display: block;
    }

    .franchise-banner-txt {
        width: 65%;
    }

    .franchise-banner-txt h1 {
        font-size: 32px;
    }

    .franchise-offer-head, .fixed-monthly-head {
        font-size: 32px;
    }

    .what-do-offer-txt {
        font-size: 25px;
    }

    .prepare-franchise-txt {
        font-size: 30px;
    }

    .writing-advert-txt {
        font-size: 25px;
    }

    .adds-area {
        display: none;
    }
}

@media all and (min-width: 100px) and (max-width: 960px) {
    .banner-link li a {
        font-size: 15px;
    }

    .registeration_links_list li a {
        padding: 13px 18px;
    }

    .banner-text {
        width: 90%;
        font-size: 24px;
    }

    .banner-area-container {
        padding: 25px 0;
    }

    .top-read {
        top: 1480px;
    }

    .who-icon, .what-icon {
        width: 82%;
        font-size: 22px;
    }

    .agent-contact-para {
        font-size: 16px;
    }

    .from-blog-date-area li {
        padding: 0 10px 0 15px;
    }

    .from-blog-date-area li a {
        font-size: 11px;
    }

    .from-social-bottom-area li {
        margin: 0 2px;
    }

    .comments-icon {
        font-size: 11px;
    }

    .our-experince-head {
        width: 65%;
    }

    .forsale-business-broker-list li {
        font-size: 12px;
    }

    .contect-phone-num {
        font-size: 14px;
    }

    .enquery-form-content {
        margin: 20px 15% 0;
        width: 70%;
    }

    .middle-para {
        width: 90%;
    }

    .buyer-register-white-head {
        font-size: 20px;
    }

    .register-buyers-form-area {
        margin: 0 5%;
        width: 90%;
    }

    .email-subcribe-area {
        margin: 20px 5%;
        width: 90%;
    }

    .sitemap-list li {
        width: 33.3%;
    }

    .contact-form-input {
        width: 28.7%;
    }

    .bottom-blog-head {
        font-size: 18px;
    }

    .blue-head-bottom, .white-head-bottom {
        font-size: 22px;
    }

    .hand-list-area {
        margin: 10px 10%;
        width: 80%;
    }

    .broker-banner-inner-txt-area {
        width: 60%;
    }

    .broker-banner-inner-txt-area p {
        font-size: 22px;
    }

    .broker-banner-inner-txt-area p span {
        font-size: 40px;
    }

    .broker-banner-text {
        font-size: 25px;
    }

    .standard-text {
        font-size: 24px;
    }

    .region-blue-bg-head-area span, .region-white-bg-head-area span, .region-blue-bg-head-area h1 {
        font-size: 20px;
    }

    .refine-by-area li {
        margin: 10px 0 10px 2.66%;
        width: 27.7%;
    }

    .refine-by-area li:nth-child(4n+1) {
        margin-left: 2.66%;
    }

    .refine-by-area li:nth-child(3n+1) {
        margin-left: 0;
    }

    .right-line {
        background-size: 60% 5px;
    }

    .white-visit-numb, .black-visit-numb {
        font-size: 40px;
    }

    .list-business-area li a {
        font-size: 12px;
    }

    .right-line-2 {
        background-size: 45% 5px;
    }

    .search-by-area .r-tabs .r-tabs-nav .r-tabs-anchor {
        font-size: 14px !important;
    }

    .search-by-content li a {
        font-size: 14px;
    }

    .business-broker-list li {
        padding-right: 0;
    }

    .business-name {
        font-size: 20px;
    }

    .business-place {
        font-size: 16px;
    }

    .result-refine-search-tabs li a {
        font-size: 14px;
    }

    .business-view-btn, .business-detail-btn {
        font-size: 15px;
        width: 45%;
    }

    .for-sale-circl, .undr-offer-circl, .sold-circl {
        height: 84px;
        width: 84px;
    }

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

    .circle-bottom {
        font-size: 25px;
    }

    .sold-circl {
        margin-left: -6px;
    }

    .inquiry-form-head {
        font-size: 22px;
    }

    #horizontalTab-3 .r-tabs-nav .r-tabs-tab {
        width: 19.5%;
    }

    #horizontalTab-3 .r-tabs-nav .r-tabs-anchor {
        font-size: 13px;
    }

    .inner-banner-area-container-4 {
        min-height: 500px;
    }

    .selling-busines-head {
        width: 80%;
        font-size: 32px;
        margin-top: 90px;
        margin: 40px 10% 30px;
    }

    .banner-click-show-area li {
        font-size: 16px;
    }

    .our-prodct-price {
        font-size: 18px;
    }

    .standard-package {
        font-size: 14px;
    }

    .our-product-list {
        margin: 10px 5%;
        width: 90%;
    }

    .what-feature-list li {
        font-size: 18px;
    }

    .sell-business-head {
        font-size: 20px;
    }

    .sell-busines-area {
        width: 690px;
        margin: auto;
        display: block;
    }

    .sell-business-circle li {
        margin-left: 1%;
        width: 127px;
    }

    .sell-busines-step {
        font-size: 24px;
    }

    .sell-busines-btm-txt {
        font-size: 14px;
    }

    .franchise-banner-txt h1 {
        font-size: 25px;
    }

    .franchise-offer-head, .fixed-monthly-head {
        font-size: 25px;
    }

    .what-do-offer-txt {
        font-size: 20px;
    }

    .franchise-service-hover-area p, .franchise-service-title span {
        font-size: 14px;
    }

    .view-feature-txt {
        font-size: 20px;
    }

    .prepare-franchise-txt {
        font-size: 25px;
    }

    .writing-advert-txt {
        font-size: 20px;
    }

    .faq-menu-icon {
        margin-right: 5px;
    }
}

@media all and (min-width: 100px) and (max-width: 768px) {
    .logo {
        width: 60%;
    }

    .result-phone-link {
        font-size: 14px;
    }

    .grid_view_button, .list_view_button {
        display: none !important;
    }

    .logo img {
        width: 70%;
    }

    .top-menu-icon {
        width: 40%;
    }

    .top-read {
        top: 1500px;
    }

    .banner-area-container, .inner-banner-area-container {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .banner-link li a {
        font-size: 15px;
        min-height: 40px;
    }

    .banner-text {
        font-size: 26px;
    }

    .search-field-area li {
        width: 17.6%;
    }

    .search-field-area-nz li {
        width: 21.6%;
    }

    .search-field-area li:last-child {
        width: 7%;
    }

    .custom-dropdown__select {
        font-size: 12px;
    }

    .grey-content-head-text, .blue-content-head-text {
        font-size: 18px;
    }

    .capital-cites, .category-content {
        display: none;
    }

    #capital_city_show, #category_show {
        cursor: pointer;
    }

    .top-read-bottom {
        margin-top: 800px;
    }

    .mob-tab-img-area {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .who-area, .what-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .business-sale-content-area {
        width: 100%;
    }

    .business-sale-head {
        font-size: 18px;
    }

    .capital-area, .category-area {
        width: 100%;
        margin-bottom: 20px;
    }

    .agent-img {
        width: 90%;
        padding: 0 5%;
        text-align: center;
    }

    .agent-content {
        width: 90%;
        padding: 5%;
    }

    .agent-contact-head {
        font-size: 16px;
    }

    .agent-contact-para {
        font-size: 12px;
    }

    .from-blog-content > li {
        width: 100%;
        margin-bottom: 20px;
    }

    .from-blog-date-area li {
        padding: 0 20px;
    }

    .from-blog-date-area li a, .comments-icon {
        font-size: 12px;
    }

    .from-social-bottom-area li {
        margin: 0 10px;
    }

    .business-broker-img {
        width: 100%;
    }

    .business-broker-content {
        width: 100%;
        padding: 10px 0;
        min-height: inherit;
    }

    .forsale-business-img {
        width: 100%;
    }

    .forsale-business-broker-list {
        width: 100%;
    }

    .forsale-business-broker-list li {
        font-size: 16px;
    }

    .testimonial-link {
        width: 92%;
        padding: 20px 0 10px 8%;
    }

    .our-experince-head {
        width: 85%;
    }

    .contect-phone-area {
        width: 100%;
        margin: 0;
    }

    .contect-address-area {
        margin: 20px 0 0;
        width: 100%;
    }

    .contect-phone-area li {
        margin-right: 0;
        width: 100%;
    }

    .contect-phone-num {
        font-size: 16px;
    }

    .contect-address-area li {
        width: 100%;
        margin-right: 0;
    }

    .enquery-form-content {
        margin: 20px 5% 0;
        width: 90%;
    }

    .middle-para {
        width: 98%;
    }

    .testimonial-working {
        width: 100%;
    }

    .faq-head-area {
        width: 98%;
        padding: 1%;
    }

    .faq-working-area {
        padding: 2% 1%;
    }

    .faq-head {
        width: 98%;
    }

    .faq-search-area {
        width: 100%;
    }

    .buyer-register-white-head {
        font-size: 16px;
    }

    .register-buyers-form-area {
        margin: 0;
        width: 100%;
    }

    .form-left-text {
        width: 28%;
    }

    .email-subcribe-area {
        margin: 20px 0;
        width: 100%;
    }

    .buyer-register-blue-head {
        font-size: 22px;
    }

    .buyer-register-white-para {
        font-size: 14px;
    }

    .buyer-register-white-para a {
        font-size: 14px;
    }

    .what-feature-hide-area {
        margin: 10px 0;
        width: 100%;
    }

    .left-login-area {
        width: 100%;
        margin-bottom: 10px;
    }

    .right-video-area {
        width: 100%;
        padding: 0;
    }

    .left-faq-area {
        width: 99.7%;
    }

    .right-faq-area {
        width: 99.7%;
        margin-top: 10px;
    }

    .faq-post-area li {
        width: 45%;
        float: left;
    }

    .faq-post-area li:nth-child(2n) {
        width: 45%;
        float: right;
    }

    .faq-left-area {
        width: 100%;
    }

    .terms-condition-head {
        font-size: 14px;
    }

    .sitemap-list li {
        width: 50%;
    }

    .looking-detail-head, .find-us-head {
        font-size: 18px;
    }

    .find-us-sub-head {
        font-size: 16px;
    }

    .contact-form-address-area {
        width: 100%;
    }

    .contact-us-form-area {
        width: 100%;
        margin-top: 20px;
    }

    .contact-form-input {
        width: 28.8%;
    }

    .left-blog-area {
        width: 100%;
    }

    .top-blog-img img {
        width: 100%;
    }

    .right-blog-area {
        width: 100%;
    }

    .bottom-blog-head, .top-blog-title {
        font-size: 16px;
    }

    .popular-region-area li p {
        font-size: 14px;
    }

    .popular-region-area li span {
        font-size: 12px;
    }

    .explore-btn-area a {
        font-size: 18px;
    }

    .banner-city, .banner-city-numb {
        font-size: 14px;
    }

    .found-out-img {
        width: 100%;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .blue-head-bottom, .white-head-bottom {
        font-size: 18px;
    }

    .explore-btn-area a {
        font-size: 14px;
    }

    .popular-category li a {
        font-size: 12px;
    }

    .popular-category li {
        margin: 0 0 5px 2%;
        width: 32%;
    }

    .popular-category li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .popular-category li:nth-child(3n+1) {
        margin-left: 0;
    }

    .from-blog-head {
        font-size: 16px;
    }

    .popular-region-container {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .popular-region-area li {
        float: left;
        margin-left: 4%;
        width: 48%;
    }

    .popular-region-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .hand-list-area {
        margin: 10px 5%;
        width: 90%;
    }

    .hand-list-area li {
        background-position: left 5px;
        line-height: 28px;
    }

    .header-container-3 {
        min-height: 500px;
        background-size: auto 500px;
    }

    .broker-banner-inner-txt-area {
        width: 60%;
    }

    .broker-banner-inner-txt-area p {
        font-size: 18px;
    }

    .broker-banner-inner-txt-area p span {
        font-size: 30px;
    }

    .our-product-area {
        margin: 20px 0;
        width: 100%;
    }

    .standard-rate-area, .standard-rate {
        padding: 15px 0;
        font-size: 25px;
    }

    .feature-list-area {
        width: 100%;
    }

    .girl-img {
        display: none;
    }

    .region-blue-bg-head-area span, .region-white-bg-head-area span, .region-blue-bg-head-area h1 {
        font-size: 16px;
    }

    .refine-by-area li {
        margin: 10px 0 10px 2.66%;
        width: 41%;
    }

    .refine-by-area li:nth-child(3n+1) {
        margin-left: 2.66%;
    }

    .visitor-area {
        margin: 20px 0;
        width: 100%;
    }

    .list-business-head {
        font-size: 20px;
    }

    .list-business-area li:nth-child(4n+1) {
        margin-left: 2.33%;
    }

    .list-business-area li:nth-child(3n+1) {
        margin-left: 0;
    }

    .list-business-area li {
        margin: 10px 0 10px 2.33%;
        width: 31%;
    }

    .list-view-show > li {
        width: 45%;
        float: left;
    }

    .list-view-show > li:nth-child(even) {
        width: 45%;
        float: right;
    }

    .list-view-show li .result-img {
        width: 100%;
        padding-right: 0;
        text-align: center;
        line-height: inherit;
    }

    .list-view-show li .result-content-area {
        padding: 10px 0;
        width: 100%;
    }

    .list-view-show li .categories-area {
        border-bottom: 1px solid #CCC;
        border-top: 1px solid #CCC;
        margin: 10px 0;
    }

    .list-view-show li .categories-area li {
        padding: 5px 0 5px 10px;
        margin-right: 5px;
    }

    .list-view-show li .categories-area li a {
        font-size: 12px;
    }

    .list-view-show li .result-logo {
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #CCC;
    }

    .list-view-show li .user-logo-img {
        width: 50%;
        line-height: 80px;
    }

    .list-view-show li .result-content-btn {
        width: 48%;
        float: left;
    }

    .list-view-show li .save-btn {
        margin-top: 0;
        width: 100%;
    }

    .list-view-show li .detail-btn {
        float: left;
        width: 100%;
    }

    .grid-view-show > li {
        width: 48%;
        float: left;
        margin-left: 0;
    }

    .grid-view-show > li:nth-child(even) {
        width: 48%;
        float: right;
    }

    .nav-links {
        width: 100% !important;
    }

    .result-sort-content {
        width: 100%;
        padding: 0;
    }

    .blue-bg-tab {
        height: auto
    }

    .result-tab {
        position: inherit;
        left: 0;
        height: inherit;
        top: 0px;
        overflow-y: hidden;
    }

    .agent-profile-area li {
        width: 32%;
        margin-left: 2%;
    }

    .agent-profile-area li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .agent-profile-area li:nth-child(3n+1) {
        margin-left: 0;
    }

    .search-by-area .r-tabs .r-tabs-accordion-title {
        margin-bottom: 5px;
    }

    .search-by-area .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        color: #fff;
        font-family: ralewayregular;
        font-size: 16px;
        text-transform: capitalize;
    }

    .search-by-area .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #ee8a10;
        color: #fff;
    }

    .search-by-content li {
        margin-left: 2%;
        width: 32%;
    }

    .search-by-content li:nth-child(4n+1) {
        margin-left: 2%;
    }

    .search-by-content li:nth-child(3n+1) {
        margin-left: 0;
    }

    .business-broker-list li {
        width: 49%;
        float: left;
        padding-right: 10px;
    }

    .business-broker-list li:nth-child(2n) {
        width: 49%;
        float: right;
    }

    .business-img-area {
        width: 100%;
        margin: 0px 0 5px 0;
    }

    .business-content {
        padding-top: 5px;
        width: 100%;
    }

    .business-name {
        font-size: 16px;
    }

    .business-place {
        font-size: 14px;
    }

    .business-detail-btn {
        float: right;
    }

    .business-counter-area {
        padding: 10px 0;
        width: 100%;
    }

    .business-content {
        margin-bottom: 20px;
    }

    .circle-top {
        font-size: 12px;
    }

    .for-sale-circl, .undr-offer-circl, .sold-circl {
        height: 82px;
        width: 82px;
    }

    .business-counter-area {
        display: block;
        float: none;
        margin: auto;
        width: 230px;
    }

    .business-name-head {
        font-size: 20px;
    }

    .result-location {
        font-size: 14px;
    }

    .result-location span {
        font-size: 16px;
    }

    .result-content-left, .result-content-right {
        max-width: 100%;
    }

    .financial-left {
        width: 50%;
    }

    .financial-right {
        width: 48%;
    }

    .r-tabs .r-tabs-nav, #horizontalTab-3 .r-tabs-nav {
        display: none;
    }

    .breadcrumb_container2, .search-content {
        width: 100%;
    }

    .franchise-directory-list li {
        width: 48%;
        float: left;
    }

    .franchise-directory-list li:nth-child(2n) {
        width: 48%;
        float: right;
    }

    .franchise-img {
        width: 100%;
        margin-right: 0;
    }

    .frnchise-content-area {
        width: 100%;
    }

    .franchise-head {
        font-size: 14px;
        margin-top: 10px;
    }

    .franchise-para, .franchise-btn-area {
        width: 100%;
        margin-top: 10px;
    }

    .inner-banner-area-container-4 {
        min-height: 450px;
        background-size: auto 100%;
    }

    .selling-busines-head {
        font-size: 20px;
        margin-top: 70px;
    }

    .banner-click-show-area {
        margin: 10px 2%;
        width: 90%;
    }

    .banner-click-show-area li {
        font-size: 14px;
    }

    .girl-img-area {
        display: none;
    }

    .our-product-container {
        background-size: auto 100%;
    }

    .our-product-tab-area .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        padding: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .our-product-price-tab {
        display: inline-block;
        padding: 5px 5%;
        width: 90%;
    }

    .our-prodct-read-more {
        background: #fff;
        color: #16b0eb;
    }

    .our-product-tab-area {
        margin: 0;
        width: 100%;
    }

    .our-product-tab-area .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor .our-prodct-read-more {
        color: #16b0eb;
    }

    .our-product-tab-area .r-tabs .r-tabs-panel {
        margin: 10px 0;
    }

    .our-product-list li {
        font-size: 15px;
    }

    .what-feature-container {
        background-size: auto 100%;
    }

    .what-feature-list {
        width: 100%;
        margin: 10px 0;
    }

    .what-feature-list li {
        font-size: 16px;
    }

    .sell-business-head {
        font-size: 16px;
    }

    .sell-business-container {
        background-size: auto 100%;
        background-position: right center;
    }

    .sell-business-circle {
        width: 170px;
        margin: 10px auto;
        display: block;
    }

    .sell-business-line {
        display: none;
    }

    .sell-business-circle li {
        margin: 10px 0;
    }

    .sell-business-bottom {
        font-size: 16px;
    }

    .sell-busines-area {
        width: 100%;
        display: inline-block;;
    }

    .banner-tab-close-icon {
        display: none !important;
    }

    .tabs_refine_by {
        max-height: inherit !important;
    }

    .franchise-banner-img {
        line-height: inherit;
        width: 100%;
        text-align: center;
    }

    .franchise-banner-txt {
        width: 100%;
        text-align: center;
    }

    .franchise-banner-txt h1 {
        font-size: 20px;
    }

    .franchise-banner-btn {
        font-size: 14px;
        padding: 15px 60px;
    }

    .franchise-offer-head, .fixed-monthly-head {
        font-size: 20px;
    }

    .what-do-offer-txt {
        font-size: 18px;
    }

    .what-offer-list li {
        padding-left: 12%;
        width: 88%;
        background-position: left 5px;
    }

    .what-offer-btn, .find-out-crcl-btn {
        font-size: 14px;
        padding: 15px 40px;
    }

    .franchise-offer-area, .franchise-for-sale-area {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .franchise-services-list li {
        margin-left: 4%;
        width: 48%;
    }

    .franchise-services-list li:nth-child(3n+1) {
        margin-left: 4%;
    }

    .franchise-services-list li:nth-child(2n+1) {
        margin-left: 0;
    }

    .prepare-franchise-txt {
        font-size: 20px;
    }

    .franchise-form-input-2 {
        margin: 0 1.2%;
    }

    .forsale-business-broker-area ul li {
        padding: 10px 0 10px 6%;
        width: 94%;
    }

    .search-by-char li {
        width: 8.5%;
        margin-left: 4.57%;
    }

    .search-by-char li:nth-child(10n+1) {
        margin-left: 4.57%;
    }

    .search-by-char li:nth-child(8n+1) {
        margin-left: 0;
    }

    .financial-content li {
        width: 49.6%;
    }

    .financial-left {
        width: 62%;
    }

    .financial-right {
        width: 36%;
    }

    #result_slide li img {
        width: 100%;
    }

    .our-product-area li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 20px;
    }

    .our-product-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .broker-profile-tab .r-tabs-nav {
        display: block;
    }

    .broker-profile-tab .r-tabs-accordion-title {
        display: none !important;
    }

    .broker-profile-tab .r-tabs-nav .r-tabs-tab {
        width: 18% !important;
    }
}

@media all and (min-width: 100px) and (max-width: 700px) {
    .registeration_links_list li {
        width: 46%;
        max-width: 250px;
        margin-bottom: 15px;
    }

    .registeration_links_list li a {
        padding: 15px 20px;
    }

    .footer-links {
        display: block;
        text-align: left;
    }

    .footer-links li {
        display: block;
        text-align: left;
        line-height: 35px;
        border-bottom: 1px solid #fff;
        border-left: none !important;
        padding: 0px !important;
    }

    .footer-links li a {
        font-size: 14px;
    }

    .buttons_more_result li {
        width: 32%;
        margin-left: 1.8%;
        margin-top: 10px;
    }

    .buttons_more_result li:nth-child(3n+1) {
        margin-left: 0px;
    }
}

@media all and (min-width: 100px) and (max-width: 600px) {
    .banner-link li a {
        min-height: inherit;
    }

    .registeration_links_list li a {
        padding: 15px 20px;
        font-size: 16px;
    }

    .result-refine-search-tabs li a {
        font-size: 13px;
    }

    .search-field-area {
        width: 90%;
        margin: 0px 5%;
    }

    .banner-area-container {
        padding: 10px 0px 20px 0px;
    }

    .banner-link li {
        width: 45%;
        margin: 0 10% 10px 0;
    }

    .banner-link li:nth-child(2n) {
        margin-right: 0;
    }

    .search-field-area li {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-field-area li:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    .custom-dropdown {
        width: 100%;
    }

    .custom-dropdown__select {
        font-size: 14px;
    }

    #slider_find_amac {
        padding: 65px 21px 21px !important;
    }

    .grey-content-head-text, .blue-content-head-text {
        font-size: 14px;
        padding-left: 48px;
    }

    .partner-icon, .feature-business-icon, .who-icon, .what-icon, .capital-icon, .category-icon, .agents-icon, .from-blog-icon {
        background-size: 8% auto;
        background-position: left center;
    }

    .top-read {
        top: 1440px;
    }

    .top-read-bottom {
        margin-top: 935px;
    }

    .agent-contacts-area li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .agent-contact-head {
        font-size: 25px;
    }

    .agent-contact-para {
        font-size: 16px;
    }

    .social-links li a {
        padding: 20px 30px;
    }

    .corporate-advisory-list li {
        padding: 1% 4%;
        width: 92%;
        background-position: left 8px;
    }

    .middle-para {
        text-align: justify;
    }

    .testimonial-area li {
        border-bottom: 1px solid #CCC;
    }

    .testimonial-img {
        width: 100%;
    }

    .testimoial-content {
        width: 100%;
    }

    .testimonial-area li:nth-child(2n+1) .testimonial-working .testimoial-content {
        text-align: left;
    }

    .testimonial-area li:nth-child(2n+1) .testimonial-working .testimoial-content .testimonial-rating span {
        float: none;
        margin-top: 0;
    }

    .buyer-register-white-head {
        font-size: 14px;
    }

    .form-left-text {
        width: 100%;
        text-align: left;
    }

    .form-right-input {
        width: 95.5%;
    }

    .form-right-input_select {
        width: 100%;
    }

    .captcha-code {
        width: 96%;
    }

    .captcha-short-text {
        width: 100%;
    }

    .form-right-checkbox {
        margin-left: 0;
    }

    .create-buyer-acc-btn {
        margin-left: 0;
    }

    .email-subcrib-btn {
        font-size: 14px;
    }

    .what-feature-hide-area li {
        padding-left: 8%;
        width: 92%;
    }

    .create-buyer-acc-btn {
        width: 100%;
        padding: 15px 0;
    }

    .logo-2 {
        width: 40%;
    }

    .hand-list-area {
        margin: 10px 0;
        width: 100%;
    }

    .hand-list-area li {
        padding-left: 12%;
        width: 88%;
    }

    .banner-tab-city-area li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .banner-tab-city-area li {
        margin: 3px 0 0 2%;
        width: 49%;
    }

    .banner-tab-city-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .broker-banner-inner-txt-area {
        width: 65%;
        padding: 20px 0 20px 25%;
    }

    .broker-banner-inner-txt-area p {
        font-size: 16px;
    }

    .broker-banner-inner-txt-area p span {
        font-size: 25px;
    }

    .white-bg-head-area span, .blue-bg-head-area span {
        font-size: 20px;
    }

    .sydney-head {
        background-size: 35% 5px;
    }

    .region-banner-icon-area {
        background-size: 80% 5px;
    }

    .visitor-area > li:nth-child(1) {
        width: 100%;
    }

    .visitor-area > li:nth-child(2) {
        width: 100%;
        margin-top: 20px;
    }

    .list-business-head {
        font-size: 16px;
    }

    .right-line-2 {
        background-size: 30% 5px;
    }

    .list-business-area li:nth-child(3n+1) {
        margin-left: 2.33%;
    }

    .list-business-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .list-business-area li {
        margin: 10px 0 10px 2.33%;
        width: 48%;
    }

    .left-line {
        background-size: 40% 5px;
    }

    .list-view-show > li, .list-view-show > li:nth-child(2n) {
        width: 98%;
        float: none;
    }

    .grid-view-show > li, .grid-view-show > li:nth-child(2n) {
        width: 100%;
        float: none;
        display: inline-block;
    }

    .categories-area li {
        margin-right: 15px;
        padding: 5px 0 5px 15px;
    }

    .paging-working-area li {
        display: none;
    }

    .paging-working-area li:first-child {
        display: inline-block;
    }

    .paging-working-area li:last-child {
        display: inline-block;
    }

    .flag-dropdown {
        display: none;
    }

    .agent-profile-area li {
        width: 49%;
        margin-left: 2%;
    }

    .agent-profile-area li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .agent-profile-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .search-by-area .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        font-size: 14px;
    }

    .search-by-content li {
        margin-left: 2%;
        width: 49%;
    }

    .search-by-content li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .search-by-content li:nth-child(2n+1) {
        margin-left: 0;
    }

    .business-broker-list li {
        width: 100%;
        padding-right: 10px;
    }

    .business-broker-list li:nth-child(2n) {
        width: 100%;
    }

    .franchise-directory-list li {
        width: 100%;
    }

    .franchise-directory-list li:nth-child(2n) {
        width: 100%;
    }

    .inner-banner-para, .banner-drop-icon, .region-banner-icon-area, .region-banner-para {
        display: none;
    }

    .inner-banner-area h1 {
        padding: 30px 0;
    }

    .banner-text {
        display: none;
    }

    .banner-link {
        display: none;
    }

    .mob-top-btn {
        display: inline-block;
    }

    .mob-search-txt {
        display: inline-block;
    }

    .advertis-area {
        display: none;
    }

    .financial-content li {
        width: 100%;
    }

    .broker-profile-tab .r-tabs-nav {
        display: none !important;
    }

    .broker-profile-tab .r-tabs-accordion-title {
        display: block !important;
    }

    .financial-left, .financial-right {
        float: none !important;
        width: auto !important;
    }
}

@media all and (min-width: 100px) and (max-width: 480px) {
    .banner-link li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .financial-content li {
        display: block;
        width: 100% !important;
        text-align: left;
    }

    .breadcrumb_container {
        display: none !important;
    }

    .count-posts {
        display: none !important;
    }

    .banner-link li a {
        font-size: 16px;
    }

    .banner-text {
        font-size: 16px;
    }

    .top-read {
        top: 1586px;
    }

    .grey-content-head-text, .blue-content-head-text {
        line-height: normal;
        width: 70%;
        padding: 20px 0 20px 60px;
    }

    #slider_find_amac {
        margin: 0 !important;
        padding: 65px 10px 21px !important;
    }

    #feature-slider {
        margin-top: -10px !important;
    }

    #feature-slider .viewport {
        min-height: 560px !important;
    }

    #feature-slider .overview > li {
        width: 295px !important;
    }

    .top-read-bottom {
        margin-top: 1010px;
    }

    .capital-cites li, .category-content li {
        width: 100%;
    }

    .social-links li {
        margin: 0 8%;
    }

    .inner-banner-area h1 {
        font-size: 18px;
    }

    .our-experince-head {
        padding: 2% 6%;
        width: 88%;
    }

    .forsale-business-broker-list li {
        font-size: 14px;
        line-height: 20px;
    }

    .create-buyer-acc-btn {
        font-size: 16px;
    }

    .email-subcribe-field {
        width: 60%;
    }

    .email-subcrib-btn {
        width: 35%;
    }

    .buyer-register-blue-head {
        font-size: 18px;
    }

    .what-feature-hide-area li {
        padding-left: 10%;
        width: 90%;
    }

    .login-label {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .login-input {
        width: 89.5%;
        padding-left: 10%;
    }

    .login-btn {
        width: 100%;
    }

    .login-label-2 {
        display: none;
    }

    .faq-post-list-img {
        text-align: center;
    }

    .faq-post-area li {
        width: 100%;
    }

    .faq-post-area li:nth-child(2n) {
        width: 100%;
    }

    .sitemap-list li {
        width: 100%;
    }

    .looking-detail-head, .find-us-head {
        font-size: 16px;
    }

    .find-us-sub-head {
        font-size: 14px;
    }

    .contact-form-input {
        width: 96.5%;
    }

    .contact-form-input-2 {
        width: 96.5%;
        margin: 10px 0;
    }

    .contact-form-btn {
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
    }

    .captcha-code-input {
        width: 96.5%;
        margin-top: 10px;
    }

    .submit-btn {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
    }

    .submit-btn:hover:after {
        height: 320px;
    }

    .bottom-blog-img {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .bottom-blog-content-area {
        padding: 0;
        width: 100%;
    }

    .top-blog-content {
        padding: 30px 2% 10px;
    }

    .top-blog-date-area {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-blog-like-area {
        width: 100%;
        float: none;
        text-align: center;
    }

    .top-blog-like-area li {
        float: none;
        display: inline-block;
        padding: 0 25px;
    }

    .logo-2 {
        width: 50%;
    }

    .header-container-2 {
        height: auto;
    }

    .search-btn-img-2 {
        margin: 0 20px 0 0;
    }

    .join-us-btn {
        display: none;
    }

    .top-menu-icon-link-2 {
        margin-top: 10px;
    }

    .popular-category li {
        margin: 0 0 5px 2%;
        width: 49%;
    }

    .popular-category li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .popular-category li:nth-child(2n+1) {
        margin-left: 0;
    }

    .banner-city, .banner-city-numb {
        font-size: 13px;
    }

    .blue-head-bottom, .white-head-bottom {
        font-size: 16px;
    }

    .found-out-head {
        font-size: 14px;
    }

    .popular-region-area li {
        margin: 0 0 10px 2%;
        width: 49%;
    }

    .popular-region-area li:nth-child(3n+1) {
        margin-left: 2%;
    }

    .popular-region-area li:nth-child(2n+1) {
        margin-left: 0;
    }

    .explore-btn-area a {
        font-size: 11px;
        padding: 10px;
    }

    .hand-list-area li {
        background-size: 10% auto;
    }

    .top-menu-icon-2 {
        text-align: right;
        width: 110px;
        margin-top: 15px;
    }

    .broker-banner-text {
        font-size: 20px;
        margin-top: 50px;
    }

    .broker-banner-inner-txt-area {
        padding: 20px 0 20px 35%;
        width: 78%;
    }

    .broker-banner-inner-txt-area p {
        font-size: 14px;
    }

    .broker-banner-inner-txt-area p span {
        font-size: 20px;
    }

    .white-bg-head-area span, .blue-bg-head-area span {
        font-size: 16px;
    }

    .feature-list-area li {
        background-size: 35px;
        font-size: 14px;
    }

    #faqs2 dt {
        font-size: 14px;
    }

    .sydney-head, .right-line, .left-line, .right-line-2 {
        background: none;
        text-align: left;
    }

    .refine-by-area li {
        width: 87%;
        margin-left: 0;
    }

    .refine-by-area li:nth-child(3n+1), .refine-by-area li:nth-child(4n+1) {
        margin-left: 0;
    }

    .list-business-area li {
        margin-left: 0;
        width: 100%;
    }

    .list-business-area li:nth-child(3n+1) {
        margin-left: 0;
    }

    .view-saved-input {
        padding: 2px 4px;
        margin: 0 5px;
    }

    .sort-by-dropdown {
        width: 90px;
    }

    .business-name-head {
        font-size: 14px;
    }

    .result-location {
        font-size: 12px;
    }

    .inquiry-form-head {
        font-size: 18px;
    }

    .category-dropdown {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-btn2 {
        padding: 10px 14%;
    }

    .selling-busines-head {
        font-size: 16px;
        margin-top: 40px;
    }

    .banner-click-btn {
        padding: 15px 20px;
    }

    .banner-click-show-area li {
        background-size: 6% 50%;
    }

    .inner-banner-area-container-4 {
        min-height: 400px;
        background-position: -150px top;
    }

    .order-now-btn {
        font-size: 14px;
    }

    .what-feature-list li {
        background-size: 5% 50%;
        font-size: 14px;
    }

    .franchise-banner-txt h1 {
        font-size: 16px;
    }

    .franchise-offer-head, .fixed-monthly-head {
        font-size: 18px;
    }

    .what-do-offer-txt {
        font-size: 16px;
    }

    .what-offer-list li {
        background-size: 10%;
        font-size: 14px;
    }

    .franchise-services-list li {
        margin-left: 0;
        width: 100%;
    }

    .franchise-services-list li:nth-child(3n+1) {
        margin-left: 0;
    }

    .franchise-services-area {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .view-feature-txt {
        font-size: 16px;
    }

    .contct-rate-txt {
        font-size: 14px;
    }

    .prepare-franchise-txt {
        font-size: 16px;
    }

    .writing-advert-txt {
        font-size: 16px;
    }

    .franchise-form-input {
        width: 96.5%;
    }

    .franchise-form-input-2 {
        width: 96.5%;
        margin: 10px 0;
    }

    .franchise-form-textarea {
        width: 96.5%;
    }

    .franchise-btn {
        width: 100%;
        line-height: 50px;
        height: 50px;
    }

    .forsale-business-broker-area ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0 10px 10%;
        width: 90%;
    }

    .faq-search-field {
        padding-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .search-field {
        margin-right: 0;
        padding: 0 2%;
        width: 96%;
        margin-bottom: 10px;
    }

    .search-field-btn {
        width: 100%;
    }

    .faq-menu-icon {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .faq-sub-menu {
        top: 33px;
        width: 235px;
    }

    .search-by-char li {
        width: 13%;
        margin-left: 8.75%;
    }

    .search-by-char li:nth-child(8n+1) {
        margin-left: 8.75%;
    }

    .search-by-char li:nth-child(5n+1) {
        margin-left: 0;
    }

    .right_side_fixed {
        right: 0px;
        overflow-y: scroll;
        width: 250px;
    }

    .menuSocial {
        position: relative !important;
        bottom: 0px;
        padding-bottom: 20px;
    }

    .partner-icon, .feature-business-icon, .who-icon, .what-icon, .capital-icon, .category-icon, .agents-icon, .from-blog-icon {
        background-size: auto;
    }

    .our-product-area li {
        width: 100%;
        margin-left: 0;
    }

    .popular-region-area li {
        width: 100%;
        margin-left: 0 !important;
    }

    #refine_region_head, #refine_city_head, #refine_category_head {
        cursor: pointer;
    }

    #refine_region_area, #refine_city_area, #refine_category_area {
        display: none;
    }
}

@media all and (min-width: 100px) and (max-width: 360px) {
    .top-read-bottom {
        margin-top: 1120px;
    }

    #buyers-register-slide .overview li {
        width: 209px !important;
    }

    .agent-profile-area li {
        width: 100%;
        margin-left: 0;
    }

    .agent-profile-area li:nth-child(3n+1) {
        margin-left: 0;
    }

    .search-by-content li {
        margin-left: 0;
        width: 100%;
    }

    .search-by-content li:nth-child(3n+1) {
        margin-left: 0;
    }

    .mob-top-btn li a {
        padding: 30px;
    }
}

@media all and (min-width: 100px) and (max-width: 415px) {
    .top-read-bottom {
        margin-top: 1110px;
    }

    .registeration_links_list li {
        width: 90%;
        max-width: 250px;
        margin-bottom: 10px;
    }

    .buttons_more_result li {
        width: 48%;
        margin-left: 4% !important;
        margin-top: 10px;
    }

    .buttons_more_result li:nth-child(2n+1) {
        margin-left: 0px !important;
    }
}

@media all and (min-width: 100px) and (max-width: 330px) {
    .top-read-bottom {
        margin-top: 1160px;
    }
}

#slider_find_amac {
    height: 1%;
    margin: 10px 0 0;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
    margin-top: -70px;
}

#slider_find_amac .viewport {
    height: 100px;
    overflow: hidden;
    position: relative;
}

#slider_find_amac .buttons {
    background: #C01313;
    display: block;
    position: absolute;
    top: 0;
    width: 39px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider_find_amac .prev {
    top: 0;
    background: url(../images/left_arrow.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
    z-index: 9999;
    left: auto;
    right: 45px;
}

#slider_find_amac .next {
    right: 0;
    left: auto;
    background: url(../images/right_arrow.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
}

#slider_find_amac .prev:hover {
    background: url(../images/left_arrow_hover.png);
}

#slider_find_amac .next:hover {
    background: url(../images/right_arrow_hover.png);
}

#slider_find_amac .buttons:hover {
}

#slider_find_amac .disable {
    visibility: hidden;
}

#slider_find_amac .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
}

#slider_find_amac .overview li {
    float: left;
    padding: 0px;
    width: 240px;
    margin-right: 10px;
    height: 75px;
    line-height: 75px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

#feature-slider {
    height: 1%;
    margin: 10px 0 0;
    padding-top: 70px;
    overflow: hidden;
    position: relative;
    margin-top: -70px;
}

#feature-slider .viewport {
    min-height: 530px;
    overflow: hidden;
    position: relative;
}

#feature-slider .buttons {
    background: #C01313;
    display: block;
    position: absolute;
    top: 0;
    width: 39px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#feature-slider .prev {
    top: 0;
    background: url(../images/button-previous2.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
    z-index: 9999;
    left: auto;
    right: 45px;
}

#feature-slider .next {
    right: 0;
    left: auto;
    background: url(../images/button-next2.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
}

#feature-slider .prev:hover {
    background: url(../images/button-previous2-hover.png);
}

#feature-slider .next:hover {
    background: url(../images/button-next2-hover.png);
}

#feature-slidera .buttons:hover {
}

#feature-slider .disable {
    visibility: hidden;
}

#feature-slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
}

#feature-slider .overview > li {
    float: left;
    padding: 0px;
    width: 335px;
    position: relative;
}

#buyers-register-slide {
    height: 1%;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
}

#buyers-register-slide .viewport {
    min-height: 230px;
    overflow: hidden;
    position: relative;
}

#buyers-register-slide .buttons {
    background: #C01313;
    display: block;
    position: absolute;
    top: 90px;
    width: 39px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#buyers-register-slide .prev {
    background: url(../images/left_arrow.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
    z-index: 9999;
    left: 0;
}

#buyers-register-slide .next {
    right: 0;
    left: auto;
    background: url(../images/right_arrow.png) no-repeat center center;
    width: 39px;
    height: 39px;
    text-indent: -9999px !important;
}

#buyers-register-slide .prev:hover {
    background: url(../images/left_arrow_hover.png);
}

#buyers-register-slide .next:hover {
    background: url(../images/right_arrow_hover.png);

}

#buyers-register-slide .buttons:hover {
}

#buyers-register-slide .disable {
    visibility: hidden;
}

#buyers-register-slide .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
}

#buyers-register-slide .overview li {
    float: left;
    padding: 0px;
    width: 218px;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    position: relative;
    line-height: 138px;
    margin-top: 38px;
    overflow: hidden;
}

#buyers-register-slide .overview li img {
    border: 1px solid #FFF;
}

#slider_join {
    height: 1%;
    margin: 30px 0 0 0;
    overflow: hidden;
    position: relative;
}

#slider_join .viewport {
    height: 100px;
    overflow: hidden;
    position: relative;
}

#slider_join .buttons {
    background: #C01313;
    display: block;
    position: absolute;
    width: 22px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#slider_join .prev {
    top: 0;
    background: url(../images/left-join-arrow.png) no-repeat center center #31b3ff;
    width: 40px;
    height: 29px;
    text-indent: -9999px !important;
    z-index: 9999;
    left: 0;
}

#slider_join .next {
    right: 0;
    top: 0;
    background: url(../images/right-join-arrow.png) no-repeat center center #31b3ff;
    width: 40px;
    height: 29px;
    text-indent: -9999px !important;
}

#slider_join .disable {
    visibility: hidden;
}

#slider_join .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
}

#slider_join .overview li {
    float: left;
    padding: 0px;
    width: 255px;
    position: relative;
}

#who-with-us-slider {
    height: 1%;
    margin: 40px 0 0;
    overflow: hidden;
    position: relative;
}

#who-with-us-slider .viewport {
    min-height: 100px;
    overflow: hidden;
    width: 85%;
    margin: 0px auto;
    position: relative;
}

#who-with-us-slider .buttons {
    background: #C01313;
    display: block;
    position: absolute;
    top: 0;
    width: 39px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

#who-with-us-slider .prev {
    top: 0;
    background: url(../images/who-with-left.png) no-repeat center center;
    width: 70px;
    height: 70px;
    text-indent: -9999px !important;
    z-index: 9999;
    left: 0;
}

#who-with-us-slider .next {
    right: 0;
    left: auto;
    background: url(../images/who-with-right.png) no-repeat center center;
    width: 70px;
    height: 70px;
    text-indent: -9999px !important;
}

#who-with-us-slider .disable {
    visibility: hidden;
}

#who-with-us-slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 320px;
    left: 0;
    top: 0;
}

#who-with-us-slider .overview > li {
    float: left;
    padding: 0px;
    width: 216px;
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 100px) and (max-width: 599px) {
    #slider_find_amac {
        padding: 10px 21px 21px;
    }

    #slider_find_amac .overview li {
        width: 247px;
    }
}

@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {

        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

/*
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}*/

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

/*.rslides {
    margin: 0 auto 40px;
}*/

#slider2, #slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    font-size: 18px;
    list-style: none;
    margin: 0 auto 0px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: 13px;
    height: 13px;
    background-image: url(../images/unselect-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px;
    text-indent: 45px;
    overflow: hidden;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {
    display: inline-block;
    width: 100%;
}

.r-tabs-nav li:last-child {
    border-right: none !important;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 19.8%;
    text-align: center;
    border-right: 1px solid #CCC;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #16b0eb;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-family: ralewaybold;
    font-size: 16px;
    text-transform: uppercase;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #fff;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    background-color: #1799cb;
}

.r-tabs .r-tabs-panel {
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00aadd;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-family: ralewaybold;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00aadd;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 0;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
    float: left;
}

.r-tabs .r-tabs-panel {
    padding: 0px;
    display: none;
    margin-top: 10px;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: inline-block !important;
    width: 100%;

}

.banner-tab .r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 15.6%;
    text-align: center;
    border-right: none;
    margin-right: 1.28%;
}

.banner-tab .r-tabs .r-tabs-nav li:last-child {
    margin-right: 0;
}

.banner-tab .r-tabs .r-tabs-nav .r-tabs-anchor {
    background: url(../images/top-banner-tab-bg-ful.png) no-repeat center 35px;
    background-size: 100% 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-family: ralewaybold;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.banner-tab .r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: #59c2ef;
    background-position: center top;
}

.banner-tab .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #59c2ef;
    background: url(../images/top-banner-tab-bg-ful.png) no-repeat center top;
    background-size: 100% 100%;
}

.banner-tab .r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: transparent;
}

.banner-tab .r-tabs .r-tabs-panel {
    padding: 10px 2%;
    display: none;
    margin-top: -4px;
    background-color: rgba(101, 159, 181, 0.7);
    width: 96%;
}

.search-by-area .r-tabs .r-tabs-nav {
    background: #16b0eb;
}

.search-by-area .r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 25%;
    text-align: center;
    border-right: none;
}

.login_faq #faqs dd {
    color: #000!important;
}
.search-by-area .r-tabs .r-tabs-nav .r-tabs-anchor {
    background: url(../images/unselect-tab-arrow.png) no-repeat right center #16b0eb;
    background-size: auto 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-family: ralewayregular;
    font-size: 16px;
    text-transform: capitalize;
    transition: none;
}

.search-by-area .r-tabs .r-tabs-nav li:nth-child(2) .r-tabs-anchor {
    background: url(../images/select-tab-arrow.png) no-repeat right center #16b0eb;
}

.search-by-area .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #fff;
    background: url(../images/select-tab-arrow.png) no-repeat right center #ee8a10 !important;
    background-size: auto 100%
}

.search-by-area .r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: transparent;
}

.search-by-area .r-tabs .r-tabs-panel {
    padding: 10px 2%;
    display: none;
    margin-top: -4px;
    background-color: #fff;
    width: 95.8%;
    border-bottom: 1px solid #16b0eb;
    border-left: 1px solid #16b0eb;
    border-right: 1px solid #16b0eb;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    width: 24.5%;
    text-align: center;
    border-right: none;
    margin-right: 0.5%;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-anchor {
    background: none;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding: 0;
    transition: none;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor .our-product-price-tab {
    background-color: #fff;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor .our-product-price-tab span {
    color: #16b0eb;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor .our-prodct-read-more {
    background: url(../images/read-more-blue-arrow.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-state-active .link-tab {
    display: inline-block;
}

.our-product-tab-area .r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: transparent;
}

.our-product-tab-area .r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
    margin-top: -9px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    border-radius: 3px;
}

@media only screen and (max-width: 768px) {

.business-broker-list li { min-height:400px;}
.franchise-directory-list li  { min-height:480px;}
.grid-view-show > li { min-height:600px;}
}


@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 980px) {

}

@media (max-width: 767px) {
    .top-menu-icon {
        width: 15%;
        float: right;
    }

    .result-sort-content {
        text-align: left;
    }

    .sort-by-dropdown {
        width: 60%;
    }
    
    
    .business-broker-list li { min-height:400px;}
.franchise-directory-list li  { min-height:480px;}
.grid-view-show > li { min-height:600px;}
    .faq-post-list-img img { min-height: 200px;}
    .faq-post-list-para { min-height:75px;}
}

@media (max-width: 480px) {
    
    .business-broker-list li { min-height:auto;}
    .franchise-directory-list li { min-height:auto;}
    .grid-view-show > li { min-height:auto;}

}

.top-blog-img img {
    width: 100%;
}

.top-blog-profile-img img {
    width: auto;
}

.span-notification {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ee8a10;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
}

.contactForm {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 32%;
    position: relative;
}

.myErrorMsg {
    position: absolute;
    bottom: -20px;
    color: #f03;
    left: 0;
}

.contactPageArea .myErrorMsgNew {
    position: absolute;
    bottom: 0px;
    color: #f03;
    left: 0;
}

.contactPageArea .submit-btn {
    margin-top: 15px;
}

.contactPageArea .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.capText.form-control {
    width: 39%;
    margin-left: 16px;
}

.porel {
    position: relative;
}

.contactPageArea .form-row {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.contactPageArea textarea {
    width: 92% !important;
    margin: 25px 0;
    position: relative;
    min-height: 95px;
}
.working-area .result-sort-area .next_prev_result_sect .next_prev_sec a {
    display: inline-block;
    padding: 4px 14px;
    background-color: #fff;
    border: 1px solid #16b0eb;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s;
    margin:0px 10px 0px 0px;
}

.working-area .result-sort-area .next_prev_result_sect .next_prev_sec .preListButton{
    margin-right: 7px;
}

.working-area .result-sort-area .next_prev_result_sect .back_result_link {
    display: inline-block;
    padding: 10px 14px;
    background-color: #16b0eb;
    border: 1px solid #16b0eb;
    border-radius: 50px;
    color: #FFF;
    font-size: 14px;
    transition: 0.3s;
}
.working-area .result-sort-area .next_prev_result_sect .next_prev_sec a:hover {
    background-color: #16b0eb;
    border: 1px solid #16b0eb;
    color: #FFF;
}
.working-area .result-sort-area .next_prev_result_sect .back_result_link:hover {
    background-color: #FFF;
    border: 1px solid #16b0eb;
    border-radius: 50px;
    color: #16b0eb;
    font-size: 14px;
}
.white-bg-area .working-area .result-sort-area .details_print {
    top: 50px;
    border: 1px solid #16b0eb;
    border-radius: 26px;
    padding: 3px 20px;
    cursor: pointer;
}

.success-msg-enquire{
    text-align: center;
    font-size: 20px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 15px;
    border: 1px solid transparent;
}

.inner-banner-area-container-6 .franchise-banner-txt {
    width: 100%;
    float: right;
}
.inner-banner-area-container-6 .franchise-banner-txt h1 {
    color: #646464;
    font-size: 36px;
    text-transform: uppercase;
    font-family: ralewaybold;
    padding: 10px 0px 40px 0!important;
}
.inner-banner-area-container-6 {
    margin-bottom: -4px;
}
.header-container-3 .sell-business-form-main {
    max-width: 20%;
    margin-right: 5%;
    margin-top: 20px;
}
.enquiryPageLoader{
    display: none;
    width: 15px;
    height: 15px;
    float: right;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.detailPageLoader{
    display: none;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 10px;
    bottom: 19px;
}

.phoneLoader{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top:23px;
}

.category-post-area .activeBlogCategory a {
    color: #fff;
    background-color: #00afcf;
}


@media screen and (max-width:767px) {
.search-btn-img { position: relative; right: 30px;}
.next_prev_result_sect {clear: both; width: 89%;}
.white-bg-area .working-area .result-sort-area .details_print { right:-15px;}
.result-slide { width: 70%;}
.financial-content li {width: 60%;}
.result-content-right {float: inherit!important; width: 100% !important;}
.result-content-left {width: 100% !important; float: inherit!important;}
.result-descrip-area p { text-align:justify;}

.result-descrip-area { text-align:justify;}
.result-detail-content_top { -webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;}


}




@media screen and (max-width:480px) {
    

    
}



#postcode {
    position:relative;
    z-index:9;
}
#image-loader-e img {
    width: 50px;
    height: 50px;
}

.registration .select2-container { margin-top:-19px!important;}
