/* HEADER */

/* SLIDER */

/* SEARCH */

/* PRODUCT & PROPERTY LIST AREA*/

/*DIVIDER SECTION*/

/*ARTICLE MAINPAGE*/

/*TESTIMONIALS*/

/*FOOTER*/

/*ABOUT PAGE*/

/*FLAT LIST PAGES*/

/*PROPERTY DETAIL*/

/*LOGIN - REGISTER*/

/*FAQ*/

body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

/* HEADER */

.line-header {
    font-size: .8em;
    padding: 10px 0px;
    color: #777;
    border-bottom: 1px solid #efefef;
}

.line-header span {
    padding-right: 7px;
}

.header {
    padding-top: 10px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    padding: 15px 0px 10px 0px;
    z-index: 75;
}

.logo-img {
    width: 200px;
}

.follow-line {
    float: left;
}

.register {
    float: right;
}

.nav-list {
    float: right;
    z-index: 99955;
}

.active a:before {
    background: #fff !important;
}

.active a:after {
    background: #fff !important;
}

.nav-list li {
    float: left;
}

.nav-list li a {
    color: #777;
    padding: 0px 8px;
}

.nav-list :last-child a {
    padding-right: 0px;
}

.nav-list a:hover {
    color: #26145e;
    text-decoration: none;
}

#dropmenu ul li ul li:hover {
    background: #d60700;
}

/* SLIDER */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-slider {
    height: 650px;
}

.main-slider img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: center;
}

.sl-overlay {
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: .3;
    position: fixed;
    background: rgba(76, 62, 36, 1);
    background: -moz-linear-gradient(left, rgba(76, 62, 36, 1) 0%, rgba(184, 131, 81, .2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76, 62, 36, 1)), color-stop(100%, rgba(184, 131, 81, 1)));
    background: -webkit-linear-gradient(left, rgba(76, 62, 36, 1) 0%, rgba(184, 131, 81, .2) 100%);
    background: -o-linear-gradient(left, rgba(76, 62, 36, 1) 0%, rgba(184, 131, 81, .2) 100%);
    background: -ms-linear-gradient(left, rgba(76, 62, 36, 1) 0%, rgba(184, 131, 81, .2) 100%);
    background: linear-gradient(to right, rgba(76, 62, 36, 1) 0%, rgba(184, 131, 81, .2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c3e24', endColorstr='#b88351', GradientType=1);
    z-index: 40;
}

.sl-properties {
    position: absolute;
    width: 100%;
    text-shadow: 2px 2px 4px #444;
}

.sl-left {
    text-align: left;
    float: left;
    width: 50%;
}

.sl-right {
    text-align: right;
    float: right;
    width: 50%;
}

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

.sl-properties h2 {
    color: #fff;
    font-weight: 900;
    font-size: 2.8em;
}

.sl-properties p {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.3em;
    padding-bottom: 8px;
}

.sl-container {
    width: 1140px;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    padding-left: 15px;
    z-index: 41;
    top: 25%;
    /*Change this property if your text is longer or shorter*/
}

.swiper-button-next {
    background: #26145e !important;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    right: 0px;
    line-height: 50px;
    padding-left: 8px;
    transition: all .2s ease-in-out;
}

.swiper-button-prev {
    background: #26145e !important;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 1.4em;
    left: 0px;
    line-height: 50px;
    padding-left: 8px;
    transition: all .2s ease-in-out;
}

.swiper-button-next:hover {
    background: #d6c0ab !important;
    color: #fff;
}

.swiper-button-prev:hover {
    background: #d6c0ab !important;
    color: #fff;
}

/* SEARCH */

.search-container {
    margin-top: -50px;
}

.main-search {
    width: 80%;
    z-index: 51;
    margin: 0 auto;
    position: relative;
    padding: 25px 25px;
    background-color: #ebebeb !important;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px -7px 19px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -7px 19px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -7px 19px -5px rgba(0, 0, 0, 0.4);
}

.search-desc h4 {
    font-weight: 900;
    font-size: 1.3em;
    color: #444;
}

#v-search {
    margin-top: 20px;
}

#v-search .form-control {
    font-size: .9em !important;
}

#v-search .col-md-4, #v-search .col-md-2 {
    padding-right: 0px;
}

#v-search:last-child {
    padding-right: 15px;
}

#v-search input, #v-search select {
    border-radius: 0px !important;
}

#v-search select option {
    background-color: #26145e;
    color: #fff;
}

#v-search select.decorated option:hover {
    box-shadow: 0 0 10px 100px #ddd inset !important;
}

#v-search select {
    background: #26145e;
    color: #fff;
    border: none !important;
}

#v-search input[type=text] {
    background: #26145e;
    color: #fff;
    border: none !important;
}

#v-search input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

#v-search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

#v-search::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

#v-search button {
    background: #444;
    color: #fff;
    font-weight: normal;
    font-size: .9em !important;
    border: none !important;
    padding: 8px 0px;
    width: 100%;
}

#v-search button:hover {
    background: #d60700;
    color: #fff;
    cursor: pointer;
}

/* PRODUCT & PROPERTY LIST AREA*/

.box-container {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}

.section-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 28px;
}

.section-header h3 {
    color: #444;
    text-align: left;
    font-size: 1.1em;
}

.section-header a {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: .9em;
}

.section-header a i {
    padding-left: 8px;
    padding-right: 0px;
}

.flat-box {
    margin-bottom: 6px;
    position: relative;
}

.flat-box img {
    width: 100%;
}

.flat-properties {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 53;
}

.price {
    background: rgba(185, 130, 80, 1);
    color: #fff;
    padding: 4px 12px;
    left: 15px;
    position: absolute;
}

.location-area {
    position: absolute;
    color: #fff;
    left: 15px;
    bottom: 10px;
    line-height: 1.1em;
    text-align: left;
    font-weight: 500;
}

.location-area span {
    display: block;
    font-weight: 500;
}

.flat-overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: .5;
    display: block;
    position: absolute;
    z-index: 52;
}

.flat-slider {
    padding-bottom: 25px;
}

.flat-slider .col-md-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.flat-slider .row {
    margin-left: -3px;
    margin-right: -3px;
}

.flat-slider .swiper-pagination {
    bottom: -5px !important;
}

.flat-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #26145e;
}

.relative-section {
    position: relative;
    padding: 0px 15px;
    margin-top: 60px;
}

.header-brown {
    background: #26145e;
    min-height: 450px;
    position: absolute;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.relative-section .container {
    position: relative;
    padding: 30px;
}

.relative-section h2 {
    color: #fff;
    font-weight: bold;
}

/*DIVIDER SECTION*/

.divider {
    margin-top: 75px;
    margin-bottom: 75px;
}

.divider h3 {
    font-weight: bold;
    color: #26145e;
    text-align: left;
    font-size: 1.5em;
}

.divider p {
    text-align: left;
    color: #333;
    width: 100%;
    margin: 0 auto;
}

.divider .img-object {
    width: 100%;
    opacity: 1;
}

/*ARTICLE MAINPAGE*/

.blog-section h2 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.blog-section .a-col {
    height: 400px;
    background: #fff;
}

.blog-section .featured-article {
    height: 400px;
    object-fit: cover;
    padding: 0px !important;
    object-position: center;
}

.blog-section .f-title {
    padding-top: 40px;
    font-size: 2em;
    width: 90%;
    font-weight: bold;
    padding-bottom: 40px;
}

.blog-section .f-action:hover {
    background: #222;
    color: #fff !important;
    cursor: pointer;
}

.blog-section .f-date {
    color: #999;
}

.blog-section .f-action {
    font-size: .8em !important;
}

.blog-section .f-action i {
    font-size: .8em !important;
}

.mini-articles {
    height: 120px;
}

.mini-articles img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.mini-articles a {
  color: #222;
font-weight: normal;
padding-top: 5px;
display: block;
font-size: .85em;
width: 85%;
}

.mini-articles a:hover {
    color: #d60700;
}

.mini-articles span {
    font-style: italic;
    color: #777;
    font-size: .7em;
    position: absolute;
    bottom: 5px;
}

/*TESTIMONIALS*/

.testimonial-slider h3 {
    color: #26145e;
    font-size: 1.8em;
    font-weight: bold;
    width: 80%;
    text-align: left;
    padding: 15px 0px;
    padding-bottom: 30px;
}

.testimonial-slider img {
    width:100%;
}

.testimonial-slider .row {
    width:100%;
}

.testimonial-slider h5 {
    font-weight: bold;
    color:#26145e;
}

.testimonial-slider h3 span {
    display: block;
    font-size: .8em !important;
    padding-top: 10px;
    font-weight: normal !important;
}

.testimonial-section {
    background: #efefef;
    margin-bottom: 60px;
    padding:50px 0px;
}

.testimonial-slider .swiper-slide {
    background: transparent !important;
    justify-content: left;
    text-align: left;
}

.testimonial-slider p {
    padding-top:15px;
    font-size:.8em;
}

.testimonial-slider .swiper-slide img {
    height:250px;
    object-fit: cover;
    object-position: center center;
    width:100%;
}

.testimonial-slider .bt {
    background: #26145e !important;
    width: 5.5% !important;
    z-index: 6000;
    height: 50px;
    top: 5% !important;
    text-align: center;
    display: block;
}

.testimonial-slider .bt-prev {
    left: auto;
    right: 6% !important;
}

/*LOGO SLIDER*/

.logo-container {
    margin-top: 50px;
}

.logo-slider {
    margin-bottom: 50px;
}

.logo-slider .swiper-slide {
    padding-bottom: 30px;
    padding-top: 30px;
}

.logo-slider img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .2s all ease-in;
    width: 100%;
}

.logo-slider img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    cursor: pointer;
}

.logo-slider .bt-prev, .logo-slider .bt-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .8em;
    top: 30px;
}

.logo-slider .bt-prev {
    right: 35px !important;
    position: absolute;
    left: inherit;
}

.logo-slider h2 {
    font-weight: bold;
}

/*FOOTER*/

.footer h2 {
    font-weight: bold;
    font-size: 16px;
}

.footer p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer p span {
    display: block;
    color: #26145e;
    font-weight: 500;
}

.footer p a {
    display: block;
}

.footer .sc-icons {
    float: left;
    font-size: 22px;
    color: #555;
}

.footer .sc-icons :hover {
    color: #26145e;
}

.footer .v-btn {
    margin-top: 10px;
    font-size: .9em !important;
    display: block;
    width: fit-content;
}

.footer .v-btn:hover {
    background: #d60700 !important;
    color: #fff !important;
}

.copyright {
    border-top: 1px solid #e4e4e4;
    text-align: center;
    margin-top: 25px;
    color: #999;
    font-size: .9em;
    padding-top: 12px;
    padding-bottom: 12px;
}

.aligned {
    align-items: center;
}

.help-box p {
    padding-bottom:15px;
}

.help-box a {
    font-size:1em !important;
    display:table;
    margin-bottom:4px;
}

/*ABOUT PAGE ETC*/

.about-img {
    background-image: url('../images/about/about-img.jpg');
}

.page-header {
    width: 100%;
    padding: 130px 0px;
    background-size: cover;
    background-position: bottom;
    z-index: 50;
}

.page-header-small {
    width: 100%;
    padding: 70px 0px !important;
    background-size: cover;
    background-position: bottom;
    z-index: 50;
}

.page-header h2 {
    color: #fff;
    font-weight: 900;
    font-size: 3.8em;
}

.page-header h3 {
    color: #fff;
    font-weight: 900;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: .2em;
}

.pad-60 {
    padding: 100px 90px;
}

.np {
    margin: 0px !important;
    padding: 0px !important;
}

.site-content h3 {
    font-weight: 900;
    font-size: 2.2em;
    padding-top: 20px;
    color: #666;
}

.site-content p {
    padding-top: 15px;
    font-size: 1.2em;
}

.img-section img {
    width: 100%;
    object-fit: cover;
}

.site-content a {
    padding: 7px 19px;
    color: #fff;
    display: inline-block;
    background: #26145e;
    text-decoration: none;
    margin: 0 auto;
}

.site-content a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}

/* FLAT LIST PAGES */

.flat-list-container {
    position: relative;
    padding-top: 50px;
}

.flat-list-container h2 {
    text-align: center;
    font-size: 1.3em;
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.flat-list-container img {
    width: 100%;
}

.property-img {
    background-image: url('../images/property/property-list.jpg');
    background-size: cover;
    background-position: center center;
}

.property-img h2 {
    text-align: center;
}

.property-filter {
    padding: 0px 15px 40px 15px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: .9em;
    color: #222;
    width: 100%;
    height: 40px;
}

.property-filter a {
    display: block;
    margin-bottom:3px;
    border-radius:3px;
    background:#efefef;
    text-align: left;
    color:#222 !important;
    font-size:.9em !important;
    padding:9px 22px;
}

.property-filter .active {
    background:#26145e;
    color:#fff !important;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    padding: 8px 25px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #26145e transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #26145e;
    color: #fff;
}

.select-styled:hover:after {
    border-color: #fff transparent transparent transparent;
}

.select-styled:active, .select-styled.active {
    background-color: #26145e;
}

.select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #26145e transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #efefef;
}

.select-options li {
    margin: 0;
    padding: 12px 15px;
    text-indent: 15px;
    border-top: 1px solid #efefef;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #fff;
    background: #26145e;
}

.select-options li[rel="hide"] {
    display: none;
}

.flat-prop {
    padding: 7px 0px;
}

.prop-name {
    font-size: 1.2em;
    font-weight: 700;
}

.prop-location {
    font-size: .9em;
    width: 90%;
}

.prop-info {
    font-size: .9em;
}

.prop-price {
    color: #26145e;
    font-weight: bold;
    font-size: 1.2em;
}

.prop-box {
    margin-bottom: 15px;
}

.prop-box a {
    color: inherit;
    transition: .2s ease-in all;
}

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

.prop-box a .flat-prop {
    padding-left: 0px;
    transition: .2s ease-in all;
}

.prop-box a:hover .flat-prop {
    padding-left: 2%;
    transition: .2s ease-in all;
}

.prop-box a img {
    transition: .2s ease-in all;
}

.prop-box a:hover img {
    opacity: .7;
}

.filter-result span {
    font-weight: bold;
    color: #26145e;
}



.pd-15 {
    padding-top: 15px;
}

/* PROPERTY DETAIL */

.swiper-prop-detail {
    margin-top: 30px;
}

.swiper-prop-detail img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.container-wide {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-left: 10%;
}

.swiper-static {
    position: absolute;
    z-index: 55;
    bottom: 30px;
    left: 70px;
}

.swiper-prop-detail .overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    width: 100%;
    height: 150px;
    bottom: 0px;
    position: absolute;
    z-index: 53;
}

.swiper-static h3 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.swiper-static span {
    display: block;
    color: #fff;
    font-size: .9em;
    margin-bottom: 10px;
}

.swiper-static span i {
    padding-right: 6px;
}

.swiper-prop-detail .swiper-slide {
    z-index: 50;
}

.swiper-static a {
    padding: 7px 22px;
    background: #26145e;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 6px;
    border-radius: 3px;
    transition: .2s ease-in-out all;
}

.swiper-static a:hover {
    background: #d60700;
    text-decoration: none;
    color: #fff;
}

.swiper-static .green {
    background: #6f9e25;
}

.swiper-static .green:hover {
    background: #54751f;
}

.swiper-static .blue {
    background: #3064aa;
}

.swiper-static .blue:hover {
    background: #234776;
}

.swiper-static a i {
    padding-left: 6px;
}

.detail-container {
    margin-top: 25px;
}

.p-desc .title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}

.p-desc p {
    font-size: 1em;
}

.feature-list i {
    padding-right: 6px;
    color: #d60700;
}

.feature-list {
    color: #777;
}

.p-desc .row {
    padding-bottom: 25px;
}

.detail-item {
    color: #999;
    margin-bottom: 7px;
    font-weight: 500;
}

.detail-item span {
    padding-right: 15px;
    color: #000;
    float: right;
}

.detail-list {
    width: 100%;
}

.map iframe {
    height: 300px;
    width: 100%;
}

.street-view {
    display: none;
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 54;
}

.street-view iframe {
    width: 100%;
    height: 550px;
}

.real-estate-person {
    background: #efefef;
    padding: 15px 25px;
    width: 100%;
    border-radius: 3px;
}

.real-estate-person .sm-title {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.real-estate-person .agent {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
}

.real-estate-person .agent-info {
    text-align: left;
    font-size: .9em;
}

.real-estate-person .agent-info span {
    display: block;
}

.real-estate-person .agent-info .a-name {
    font-weight: bold;
}

.real-estate-person .agent-info a {
    color: #d60700;
}

.agent-msg {
    margin-top: 20px;
}

.agent-msg .form-control {
    margin-bottom: 10px;
    font-size: .9em;
}

.agent-msg textarea {
    width: 100%;
}

.agent-msg button, .agent-msg a {
    width: 100%;
    padding: 9px 15px;
    background: #26145e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 3px;
    display: block;
    transition: .2s ease-in-out all;
    margin-bottom: 15px;
    cursor: pointer;
}

.agent-msg button:hover {
    background: #d60700;
}

.agent-msg i {
    padding-right: 8px;
}

.agent-msg .green {
    background: #6f9e25;
}

.agent-msg .green:hover {
    background: #54751f;
    color: #fff;
    text-decoration: none;
}

.similar-properties .title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}

/*LOGIN - REGISTER*/

.swiper-log-animation .swiper-slide {
    height: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.log-container {
    padding: 70px 150px;
}

.login-box h4 {
    font-size: 1.1em;
    padding-bottom: 15px;
}

.login-box .form-control {
    margin-bottom: 10px;
    font-size: .9em;
}

.login-box button {
    width: 100%;
    padding: 9px 15px;
    background: #26145e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 3px;
    display: block;
    transition: .2s ease-in-out all;
    margin-bottom: 5px;
    cursor: pointer;
}

.login-box .blue {
    background: #3064aa;
}

.login-box .blue:hover {
    background: #234776;
}

.login-box button:hover {
    background: #d60700;
}

.login-box span {
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
}

.f-password {
    font-size: .9em;
    margin-bottom: 10px;
    display: block;
}

/*FAQ*/

.faq-container {
    padding:90px 120px;
}

.faq-img {
    background-image: url('../images/faq-img.jpg');
}

.faq-img h2 {
    text-align: center;
}

.accordion {
    list-style: none;
    padding: 0;
}

.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}


.accordion li {
    margin: 0.5em 0;
}

.accordion li a.toggle-faq {
    width: 100%;
    display: block;
    color: #333;
    font-weight: bold;
    background:#efefef;
    padding: 0.75em 1.25em;
    border-radius: 0.15em;
    font-size:1.6em;
    transition: all 0.3s ease;
}

.accordion li a.toggle-faq:hover {
    background:#26145e;
    color:#fff;
    text-decoration: none;
    padding-left:45px;
}

.accordion p {
    padding-top:25px;
}

.faq-container h2 {
    text-align: center;
    font-size: 1.3em;
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

.article-cover {
    width:100%;
}

.article-cover img {
    width:100%;
    padding-bottom:10px;
    height:450px;
    object-fit: cover;
    object-position: center center;
}

.article-result img {
    width:70%;
    margin:0 auto;
    position: relative;
    display: block;
    padding-bottom:15px;
}

.article-result ul {
  list-style-type: disc;
}

.article-result span {
    padding:5px;
    color:#777;
    text-align: center;
    font-size:.9em;
    display: block;
    width:100%;
    padding-bottom:25px;
}

.article-result strong {
    font-size:1em;
    font-weight: bold;
    padding-bottom:15px;
}

.fb-share-button {
    margin: 0 auto;
    position: relative;
    display: block !important;
    text-align: center;
    margin: 15px;
    margin-bottom:0px;
}

.flat-list-container h3 {
    font-size:2.3em;
    text-align: center;
    width:65%;
    margin:0 auto;
    padding:25px 0px 25px;
    font-weight: bold;
}

.article-result .bread {
    text-align: center;
    color:#fff;
    background:#26145e;
    border-radius: 3px;
    margin:0 auto;
    position: relative;
    display: block;
    margin-bottom:25px;
    padding:0px 15px;
}

.article-result .bread a {
    color:#fff;
    padding:8px 14px;
    display: inline-block;
}

.article-result .brand a:hover {
    text-decoration: underline;
    color:#fff;
}

.clear {
    clear: both;
}

.docs .row {
  margin-bottom:25px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .nomb {
    display:none;
  }

  .header-brown {
      background:#fff;
  }

  .blog-section h2 {
      padding-top: 0px;
      padding-bottom: 0px;
      color:#222;
  }

  .mt-55 {
    margin-top:0px !important;
  }

  .mini-articles {
    height: 120px;
    margin-bottom: 15px;
}

.divider h3 {
    font-weight: bold;
    color: #26145e;
    text-align: left;
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 12px;
}

.divider .img-object {
    width: 100%;
    opacity: 1;
    padding-top:15px;
}

.main-slider {
    height: 270px;
}

.main-slider img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center center;
}

.sl-container {
    width: 100%;
    position: absolute;
    left: 0px;
    margin-left: auto;
    padding-left: auto;
    z-index: 41;
    top: 15%;
    font-size: 0.8em;
    right: 0px;
}

.sl-properties h2 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
}

.sl-properties {
    position: absolute;
    width: 100%;
    text-shadow: 2px 2px 4px #444;
}

.sl-left {
    text-align: left;
    float: left;
    width: 100%;
}

.search-desc input {
  margin-bottom:5px !important;
}

.search-container {
    margin-top: 16px;
}

.sl-properties p {
    color: #fff;
    font-size: 1em;
    line-height: 1.3em;
    padding-bottom: 8px;
}

}
