html {
    margin-right: 0 !important;
}

.get-in-touch-button {
    top: 50%;
    right: 0;
    left: -59px;
    bottom: auto;
    transform: rotate(-90deg) translateY(-50%);
}


/* Hero : START */

#hero {
    position: relative;
    font-size: 0;
}

.slide-holder {}

.slide-holder > canvas {
    display: block;
    width: 100%;
}

.slide-holder .cycloneslider-template-video .canvas-holder,
.slide-holder .cycloneslider-template-video .cycloneslider-slides,
.slide-holder .aios-slider.aios-slider-template-default .aios-slider-splide,
.slide-holder .splide__track,
.slide-holder .splide__track * {
    height: 100%!important;
}

.slide-holder .cycloneslider,
.slide-holder .aios-slider {
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateZ(0);
    width: 100%;
    height: 100%;
    position: fixed;
}

.scroll-down,
a.scroll-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 98px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ffffff;
    z-index: 2;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
}

.scroll-down,
.scroll-down::before {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.scroll-down::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient( to top, rgba(46,46,46,0.83) 0%, rgba(138,136,126,0.83) 100%);      
}

.scroll-down:hover::before {
    height: 100%;
    opacity: 1;
}


/* Hero : END */


/* Listings : START */

#hp-listings {
    background: #efefef;
    padding: 70px 0 114px;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.hp-listings-inner {
    padding: 0 66px;
    max-width: 1600px;
    margin: auto;
}

.listings-title {
    margin-left: 54.8%;
}

.listings-title .default-button {
    margin-top: 45px;
    margin-left: 85px;
    position: relative;
    z-index: 2;
}

.listings-holder {
    margin-top: -425px;
}

.listings-items {}

.listings-item {
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.listings-item a {
    display: block;
    position: relative;
    /*max-width: 590px;*/
    width: 40.19%;
    pointer-events: auto;
}

.listings-default {
    position: relative;
}

.listings-default canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.listings-default-text {
    position: absolute;
    /*width: 322px;*/
    width: 54.57%;
    background: rgba(209, 208, 203, 0.82);
    padding: 8px;
    top: 0;
    text-align: center;
    z-index: 3;
}

.listings-default-text-inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.listings-item a:hover .listings-default-text .listings-default-text-inner {
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
}

.listings-price {
    font-size: 23px;
    font-weight: 600;
    color: #2e2e2e;
    line-height: 1;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #e1dcd7;
    width: 100%;
    max-width: 142px;
    /*margin: auto;*/
    padding-bottom: 10px;
}

.listings-price.small-text {
    font-size: 16px;
    max-width: 210px;
}

.listings-address-01 {
    font: 500 20px/1 'TT Ramillas', serif;
    color: #8a887e;
    letter-spacing: 0.02em;
    margin: 15px 0 8px;
}

.listings-address-02 {
    font-size: 11px;
    font-weight: 600;
    color: #8a887e;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.listings-item a:hover .listings-default-text .listings-price,
.listings-item a:hover .listings-default-text .listings-address-02,
.listings-item a:hover .listings-default-text .listings-address-01 {
    color: #fff;
}

.listings-active {
    position: absolute;
    width: calc( 100% - 36px);
    height: calc( 100% - 36px);
    top: 18px;
    left: 18px;
    opacity: 0;
    transform: scale(0.5);
    z-index: 2;
    background: linear-gradient( to left, rgba(46,46,46,0.86) 0%, rgba(162,160,146,0.86) 100%);      
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.listings-item a:hover .listings-active {
    opacity: 1;
    transform: scale(1);
}

.listings-02 .listings-active-inner,
.listings-04 .listings-active-inner {
    margin-top: 25px;
}

.listings-active-features {
    margin-bottom: 36px;
}

.listings-active-features::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 16px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 85%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.listings-active-features ul {
    display: flex;
    justify-content: space-between;
}

.listings-active-features li {
    display: flex;
    flex-direction: column;
}

.listings-active-features li strong {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}

.listings-active-features li span {
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.listings-active-description {}

.listings-active-description p {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 29px;
    letter-spacing: .26px;
    margin-bottom: 28px;
}

.listings-active-description .default-button {
    width: 130px;
    height: 45px;
}

.listings-active-description .default-button::before {
    opacity: 0;
    width: calc( 100% + 4px);
}

.listings-active-description:hover .default-button::before {
    opacity: 1;
}

.listings-01 {
    z-index: 2;
}

.listings-01 a {
    margin-left: 11.51%;
}

.listings-01 .listings-default-text {
    top: 34%;
    left: -28.5%;
}

.listings-01 .listings-active {
    padding: 0 40px 0 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listings-02 {
    margin-top: -23px;
}

.listings-02 a {
    margin-left: 0;
}

.listings-02 .listings-default-text {
    top: 68%;
    left: 6.8%;
}

.listings-02 .listings-active {
    padding: 10px 40px 0;
}

.listings-02 .listings-active-features {
    margin-bottom: 15px;
}

.listings-02 .listings-active-description p {
    margin-bottom: 10px;
}

.listings-03 {
    margin-top: -255px;
}

.listings-03 a {
    margin-left: 54.70%;
}

.listings-03 .listings-default-text {
    top: 26.5%;
    left: -31%;
}

.listings-03 .listings-active {
    padding: 0 40px 0 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listings-04 {
    margin-top: -60px;
}

.listings-04 a {
    margin-left: 5.58%;
}

.listings-04 .listings-default-text {
    top: 69%;
    left: -14%;
}

.listings-04 .listings-active {
    padding: 10px 40px 0;
}

.listings-04 .listings-active-features {
    margin-bottom: 15px;
}

.listings-04 .listings-active-description p {
    margin-bottom: 10px;
}

.listings-05 {
    margin-top: -310px;
}

.listings-05 a {
    margin-left: 47.47%;
}

.listings-05 .listings-default-text {
    top: 40%;
    left: 77%;
}

.listings-05 .listings-active {
    padding: 0 155px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.listings-badge {
    /*visibility: hidden;*/
    position: absolute;
    width: auto;
    min-width: 215px;
    height: 35px;
    padding: 0 10px;
    top: 18px;
    left: -8px;
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);      
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    z-index: 3;
}


/* Listings : END */


/* Mission : START */

#hp-mission {
    padding: 100px 0 80px;
    background: linear-gradient( to left, rgba(46,46,46,1) 0%, rgba(138,136,126,1) 100%);      
    position: relative;
    z-index: 2;
    font-size: 0;
}

.hp-mission-inner {
    padding: 0 100px 0 135px;
    max-width: 1600px;
    margin: auto;
    display: flex;
}

.hp-mission-left {
    width: 45.42%;
}

.hp-mission-left .section-title {
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.hp-mission-left p {
    font-size: 15px;
    color: #ffffff;
    line-height: 2.25;
    letter-spacing: 0.02em;
    padding: 0 100px 0 33px;
    position: relative;
    z-index: 2;
}

.hp-mission-right {
    width: 54.58%;
}

.mission-image {
    position: relative;
}

.mission-image::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.mission-image canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.mission-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.mission-text div {
    text-align: center;
}

.mission-text strong {
    display: block;
    font: italic 300 34px/1 'TT Ramillas', serif;
    color: #ffffff;
}

.mission-text p {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin: 10px 0 30px;
}

.mission-text .default-button {
    width: 212px;
    margin: auto;
}


/* Mission : END */


/* Team : START */

#hp-team {
    position: relative;
    z-index: 2;
    font-size: 0;
}

.hp-team-inner {
    position: relative;
}

.team-title {
    position: absolute;
    bottom: 40px;
    left: 275px;
    z-index: 7;
    pointer-events: none;
    transform: scale(0.5) !important;
    transform-origin: left bottom !important;
}

.team-title .section-title {
    margin-bottom: 45px;
}

.team-title .section-title h2 {
    font-size: 162px;
}

.team-title .section-title h2 span {
    padding-left: 105px;
}

.team-title .default-button {
    width: 424px;
    height: 120px;
    margin-left: 154px;
    font-size: 22px;
    border-width: 2px;
    pointer-events: auto;
}


/* Team : END */


/* Social : START */

#hp-social {
    background: #f3f1f0;
    padding: 135px 0 10px;
    position: relative;
    z-index: 2;
    font-size: 0;
}

.hp-social-inner {
    padding: 0 138px;
    max-width: 1600px;
    margin: auto;
}

.hp-social-inner .section-title {
    margin-left: 56.2%;
}

.social-holder {}

.social-holder img {
    display: block;
    position: relative;
    top: -272px;
    margin-left: 75px;
}

.social-cursive-text {
    display: block;
    position: relative;
    top: -223px;
    margin-left: 75px;
    font: 400 95px/1.2 'Georgia Script', serif;
    color: #8a887e;
    pointer-events: none;
    /* text-shadow: 0 0 1px #ED2127, 0 0 1px #ED2127; */
}

.social-items {}

.social-item {
    /*max-width: 334px;*/
    width: 25.15%;
}

.social-image {}

.social-image a {
    display: block;
    position: relative;
    outline: none !important;
}

.social-gallery .social-image a::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 25px;
    top: 12px;
    right: 12px;
    background: url(../../images/icon-ig-gallery.png) no-repeat center center;
    z-index: 2;
    display: none;
}

.social-video .social-image a::after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 20px;
    top: 12px;
    right: 10px;
    background: url(../../images/icon-ig-video.png) no-repeat center center;
    z-index: 2;
    display: none;
}

.social-image canvas {
    display: block;
    width: 100%;
    background-color: #d1d0cb;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-image canvas.no-feed {
    background-image: url(../../images/logo-agency-watermark-gray.png);
    background-size: 50% auto;
}

.social-image-caption {
    position: absolute;
    width: calc( 100% - 32px);
    height: calc( 100% - 32px);
    top: 16px;
    left: 16px;
    background: rgba(43, 38, 43, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    opacity: 0;
    transform: scale(0.5);
    z-index: 3;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.social-image a:hover .social-image-caption {
    opacity: 1;
    transform: scale(1);
}

.social-image-caption i {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
}

.social-image-caption i::before,
.social-image-caption i::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../../images/icon-linkedin.png);*/
    background-image: url(../../images/icon-instagram.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-image-caption strong {
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 16px 0;
}

.social-image-caption p {
    overflow: hidden;
    font-size: 12px;
    color: #e1dcd7;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}

.social-image-caption p img {
    position: relative;
    top: inherit;
}

.social-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #8a887e;
    padding: 0 17px;
    height: 100px;
}

.social-text-left {
    width: 63px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.social-text-left::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.social-text-left canvas {
    display: block;
    width: 100%;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-text-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc( 100% - 63px);
    padding-left: 5px;
}

.social-username {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    color: #f4f1f0;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.social-smis {
    width: 100%;
    max-width: 190px;
    display: flex;
    justify-content: space-between;
}

.social-smis .site-smi {}

.social-item:nth-child(1) {
    margin-left: 0;
    margin-top: -248px;
}

.social-item:nth-child(2) {
    margin-left: 26.96%;
    margin-top: -475px;
}

.social-item:nth-child(3) {
    margin-left: 32.93%;
    margin-top: 22px;
}

.social-item:nth-child(4) {
    margin-left: 60.27%;
    margin-top: -477px;
}

.social-arrows {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.social-arrow {
    width: 55px;
    height: 55px;
    border: 3px solid #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    margin: 0 10px;
    border-color: #8a887e;
    color: #8a887e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.social-arrow:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.social-arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.social-arrow:hover::before {
    width: 100%;
    opacity: 1;
}

.social-arrow i {
    position: relative;
    z-index: 2;
}

.social-prev i {
    margin-right: 4px;
}

.social-next i {
    margin-left: 4px;
}


/* Social : END */


/* Testimonials : START */

#hp-testimonial {
    background: url(../../images/home/HP-Clients-Love-Us.png) no-repeat center center / cover;
    padding: 52px 0 80px;
    position: relative;
    z-index: 2;
    font-size: 0;
}

#hp-testimonial::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(244,241,240,0.82);*/
    z-index: 1;
}

#hp-testimonial .section-title h1,
#hp-testimonial .section-title h2,
#hp-testimonial .section-title div:not(.logo-watermark-holder) {
    color: #fff !important;
}

.hp-testimonial-inner {
    padding: 0 60px;
    max-width: 1600px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.hp-testimonial-inner .section-title {
    padding: 0 105px;
    margin-bottom: 44px;
}

.hp-testimonial-inner .section-title h2 span {
    color: #ffffff;
}

/* Testimonials : END */


/* Connect : START */

#hp-connect {
    background: url(../../images/home/HP-Stay-Connected.png) #cccccc no-repeat center top / cover;
    position: relative;
    z-index: 2;
    font-size: 0;
}

#hp-connect canvas {
    display: block;
    width: 100%;
    background: url(../../images/home/connect-bg-02.jpg) #cccccc no-repeat center top / cover;
}

.hp-connect-inner {
    width: 39.06%;
    padding: 75px 82px 115px;
    margin-right: 7.25%;
    margin-left: auto;
    background-image: linear-gradient( to left, rgba(46,46,46,0.9) 0%, rgba(138,136,126,0.9) 100%);      
}

.hp-connect-inner .section-title {
    text-align: center;
    margin-bottom: 66px;
}

.hp-connect-inner .section-title div {
    margin-bottom: 28px;
}

.hp-connect-inner .section-title div::before,
.hp-connect-inner .section-title div::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 1px;
    background: #ffffff;
}

.hp-connect-inner .section-title div::before {
    margin-right: 20px;
}

.hp-connect-inner .section-title div::after {
    margin-left: 20px;
}

.hp-connect-inner .section-title h2 {
    padding-left: 0;
}

.hp-connect-inner strong {
    display: block;
    font: italic 500 30px/1 'TT Ramillas', serif;
    color: #ffffff;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 25px;
}

.hp-connect-inner p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 4.2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 400px;
    margin: auto;
}

.connect-form {
    padding: 58px 0 60px;
    position: relative;
}

.connect-form form {
    display: flex;
    align-items: center;
}

.connect-form .field-input {
    width: 65.86%;
}

.connect-form .form-button {
    width: 34.14%;
    height: 62px;
}

.connect-form-success {
    position: absolute;
    width: 100%;
    height: 72.22%;
    top: 12.88%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fffefe;
    line-height: 1;
    background: rgba(225, 220, 215, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.is-connect-form-success-active .connect-form-success {
    opacity: 1;
    pointer-events: auto;
}

.connect-form div.wpcf7 {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.is-connect-form-success-active div.wpcf7 {
    opacity: 0;
}

.connect-form .wpcf7-form-control-wrap {
    display: block;
}

.connect-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.connect-form div.wpcf7 .ajax-loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto;
}

.connect-form div.wpcf7-response-output {
    width: 100%;
    position: absolute;
    font-size: 12px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    bottom: 35px;
}

.connect-terms-conditions {
    font-size: 13px;
    color: #d1d0cb;
    line-height: 1.9;
    letter-spacing: 0.04em;
    text-align: center;
}

.connect-terms-conditions a {
    font-weight: 700;
    text-decoration: underline;
}

.connect-terms-conditions a:hover {
    color: #ffffff;
}

.team-title .section-title div:not(.logo-watermark-holder) {
    font-size: 46px;
}


/* Connect : END */

@media only screen and (max-width: 1440px) {
    #hp-listings {}
    .listings-address-01 {
        font-size: 20px;
    }
    .listings-active-features {
        margin-bottom: 15px;
    }
    .listings-active-description p {
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .listings-01 {}
    .listings-01 .listings-active {
        padding: 10px 40px 0 130px;
    }
    .listings-02 {
        margin-top: -15px;
    }
    .listings-02 .listings-active {
        padding: 10px 12px 0
    }
    .listings-03 {
        margin-top: -195px;
    }
    .listings-03 .listings-active {
        padding: 0 40px 0 130px;
    }
    .listings-04 {
        margin-top: -30px;
    }
    .listings-04 .listings-active {
        padding: 10px 12px 0
    }
    .listings-05 {
        margin-top: -280px;
    }
    .listings-05 .listings-active {
        padding: 0 140px 0 30px;
    }
    .listings-02 .listings-active-inner,
    .listings-04 .listings-active-inner {
        padding: 0 15px;
    }
    #hp-mission {}
    .hp-mission-left p {
        padding: 0 60px 0 0;
    }
    #hp-social {
        padding-bottom: 50px
    }
    .social-item:nth-child(2) {
        margin-top: -430px;
    }
    .social-item:nth-child(4) {
        margin-top: -450px;
    }
    .social-holder img {
        top: -220px;
    }
    .social-username {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 1366px) {
    #hp-listings {}
    .listings-default canvas {
        min-height: 360px;
    }
    .listings-default-text {
        width: 64.57%;
        width: 58.57%;
    }
    .listings-default-text-inner {
        height: 125px;
    }
    .listings-active-features li span {
        letter-spacing: 0.1em;
    }
    .listings-01 {}
    .listings-01 .listings-active {
        padding: 0 10px 0 140px;
    }
    .listings-01 .listings-default-text {}
    .listings-02 {}
    .listings-02 .listings-default-text {
        top: 78%;
    }
    .listings-02 .listings-active-inner {
        margin-top: 35px;
    }
    .listings-03 {
        margin-top: -105px;
    }
    .listings-03 .listings-active {
        padding: 0 20px 0 140px;
    }
    .listings-04 {
        margin-top: -50px;
    }
    .listings-04 .listings-active {
        padding: 35px 12px 0;
    }
    .listings-04 .listings-active-inner {
        margin-top: 10px;
    }
    .listings-04 .listings-default-text {
        top: 85%;
    }
    .listings-05 {
        margin-top: -220px;
    }
    .listings-05 .listings-active {
        padding: 20px 100px 0 20px;
    }
    
    #hp-social {}
    .hp-social-inner {
        padding: 0 50px;
    }
    .social-holder img {
        margin-left: 50px;
    }
    #hp-connect {}
    .hp-connect-inner {
        padding-left: 35px;
        padding-right: 35px;
    }
    .social-username {
        letter-spacing: 1px;
    }
}


/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */

@media only screen and (max-width: 1199px) {
    #hp-listings {}
    .hp-listings-inner {
        padding: 0 15px;
    }
    .listings-default canvas {
        min-height: 320px;
    }
    .listings-price {
        font-size: 20px;
    }
    .listings-price.small-text {
        font-size: 14px;
    }
    .listings-address-01 {
        font-size: 17px;
    }
    .listings-holder {
        margin-top: -380px;
    }
    .listings-01 {}
    .listings-01 .listings-default-text {
        top: 30%;
    }
    .listings-02 {
        margin-top: -10px;
    }
    .listings-03 {}
    .listings-04 {
        margin-top: -20px;
    }
    .listings-05 {}
    .listings-05 .listings-default-text {
        top: 30%;
        left: 66%;
    }
    .listings-05 .listings-active {
        padding: 20px 130px 0 20px;
    }
    a:hover .listings-default-text-inner {
        background: linear-gradient( to left, rgb(46,46,46) 0%, rgb(162,160,146) 100%);
    }
    a:hover .listings-price,
    a:hover .listings-address-02,
    a:hover .listings-address-01 {
        color: #fff;
    }
    #hp-mission {}
    .hp-mission-inner {
        padding: 0 15px;
    }
    #hp-team {}
    /*.team-title {
			right: 50px;
		}*/
    #hp-social {}
    .hp-social-inner {
        padding: 0 15px;
    }
    .social-item:nth-child(1) {
        margin-top: -195px;
    }
    .social-item:nth-child(2) {
        margin-top: -390px;
    }
    .social-item:nth-child(4) {
        margin-top: -430px;
    }
    .social-holder img {
        margin-left: 20px;
        top: -150px;
    }
    .social-cursive-text {
        margin-left: 50px;
        top: -153px;
    }
    #hp-testimonial {}
    .hp-testimonial-inner {
        padding: 0 50px;
    }
    .hp-testimonial-inner .section-title {
        padding: 0;
    }
    #hp-connect {}
    .hp-connect-inner {
        padding-bottom: 50px;
    }
    .hp-connect-inner .section-title {
        margin-bottom: 30px;
    }
    .connect-form div.wpcf7-response-output {
        bottom: 20px;
    }
    .listings-active-description p {
        font-size: 10px;
    }
    .listings-active-features li strong {
        font-size: 12px;
    }
    .listings-active-features li span {
        font-size: 9px;
        letter-spacing: 0;
    }
    .listings-active-features::after {
        margin-top: 10px;
    }
    .listings-active-features {
        margin-bottom: 10px;
    }
    .listings-active-description .default-button {
        width: 180px;
        height: 40px;
    }
    .listings-02 .listings-active-inner,
    .listings-04 .listings-active-inner {
        margin-top: 30px;
    }
    .listings-04 .listings-active-features,
    .listings-02 .listings-active-features {
        margin-bottom: 10px;
    }
    .social-image-caption p {
        font-size: 11px;
        line-height: 1;
        letter-spacing: 0;
        word-break: break-word;
    }
    .social-image-caption strong {
        letter-spacing: 2px;
    }
}


/* iPad(portrait) | Galaxy Tab 4(portrait)  */

@media only screen and (max-width: 991px) {
    #hero {}
    .slide-holder > canvas {
        min-height: 60vh;
        display: none;
    }
    .slide-holder .cycloneslider,
    .slide-holder .aios-slider {
        position: relative;
        height: auto !important;
    }
    .slide-holder .cycloneslider-template-video .canvas-holder,
    .slide-holder .cycloneslider-template-video .cycloneslider-slides {
        min-height: 250px;
    }
    #hp-listings {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .hp-listings-inner {
        padding: 0 10px;
    }
    .listings-title {
        margin-left: 0;
    }
    .listings-title .default-button {
        margin: 20px auto;
    }
    .listings-holder {
        margin-top: 0;
    }
    .listings-items {
        max-width: 500px;
        margin: auto;
    }
    .listings-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding: 5px 0;
    }
    .listings-item:last-child {
        display: none;
    }
    .listings-items a {
        margin-left: auto !important;
        margin-right: auto;
        width: 100%;
    }
    .listings-default canvas {
        min-height: auto;
    }
    .listings-default-text {
        width: 100%;
        max-width: 300px;
        margin: auto;
        top: inherit !important;
        bottom: 0;
        left: 0 !important;
        padding: 8px !important;
        max-width: 250px;
    }
    .listings-default-text-inner {
        height: auto
    }
    .listings-active {
        display: flex;
        align-items: center;
        padding: 15px !important;
        text-align: center;
    }
    .listings-active-description .default-button {
        margin: auto;
    }
    #hp-mission {
        padding-top: 25px;
        background: linear-gradient( to top, rgba(46,46,46,1) 0%, rgba(138,136,126,1) 100%)
    }
    .hp-mission-inner {
        flex-direction: column;
    }
    .hp-mission-left .section-title {
        margin-bottom: 20px;
    }
    .hp-mission-left,
    .hp-mission-right {
        width: 100%;
    }
    .hp-mission-left p {
        padding-right: 0;
        text-align: center;
        max-width: 720px;
        margin: auto auto 50px;
    }
    .mission-image {
        max-width: 720px;
        margin: auto;
    }
    #hp-team {}
    .hp-team-inner {
        background: #8f0e1c;
    }
    
    #hp-social {
        padding-top: 25px;
    }
    .hp-social-inner .section-title {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .social-items {
        max-width: 500px;
        margin: auto auto 20px;
    }
    .social-item {
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100%;
    }
    .social-holder img {
        margin-left: auto;
        margin-right: auto;
        top: 0;
        max-width: 100%;
        height: auto;
    }
    .social-cursive-text {
        text-align: center;
        top: 0;
        margin-left: 0;
    }
    #hp-testimonial {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    .hp-testimonial-inner {
        padding: 0 15px;
    }
    .hp-testimonial-inner .section-title {
        margin-bottom: 20px;
    }
    #hp-connect {
        background: none;
    }
    .hp-connect-inner {
        width: 100%;
        margin: auto;
        background: #8a887e;
        padding-top: 25px;
    }
    .hp-connect-inner .is-title-white h1 span,
    .hp-connect-inner .is-title-white h2 span {
        color: #ffffff;
    }
    .listings-item a .listings-active {
        opacity: 0 !important;
    }
}


/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */

@media only screen and (max-width: 767px) {
    #hp-team {}
    .team-title .default-button {
        font-size: 45px;
        width: 500px;
        height: 150px;
    }
}


/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */

@media only screen and (max-width: 480px) {
    #hp-listings {}
    .listings-default-text {
        transform: scale(0.8);
        transform-origin: left bottom;
    }
    #hp-mission {}
    .mission-text strong {
        font-size: 25px;
    }
    .mission-text p {
        font-size: 22px;
        line-height: 1.2;
    }
    #hp-team {}
    .team-title .default-button {
        font-size: 50px;
        width: 600px;
        height: 180px;
    }
    #hp-social {}
    .social-text-right {
        padding-left: 20px;
    }
    .social-item .site-smi i {
        width: 22px;
        height: 22px;
    }
}