.ip-banner::before {
    background: none;
}

div#inner-page-wrapper {
    margin-bottom: 0;
	padding: 0;
	padding-bottom: 90px;
}

div#inner-page-wrapper>.container {
    width: 100%;
    
}

p#breadcrumbs {
    padding: 0 8%;
    margin-bottom: 40px;
}
p#breadcrumbs > span::before, p#breadcrumbs > span::after {
    display: none;
}


.custom-ip-cc-content {
    position: relative;
	clear: both;
}


.custom-ip-cc-content-inner {
    position: relative;
    padding: 45px 0 0;
}


.custom-ip-cc-side-bg {
    position: absolute;
}

.custom-ip-cc-side-bg.side-bg-right {
    right: 0;
}

.custom-ip-cc-side-bg.side-bg-bottom {
    bottom: 0;
}

.custom-ip-cc-side-bg canvas {
    filter: grayscale(1)
}

.custom-ip-cc-side-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: #eaeaea;
    opacity: .80;
}

.canvas-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.canvas-img canvas {
    display: block;
    width: 100%;
    height: auto;
}

.canvas-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: var(--default-transition);
    object-fit: cover;
}

.canvas-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.canvas-bg canvas {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.canvas-bg::after, .canvas-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

.canvas-bg.is-black::after, .canvas-img.is-black::after {
    background: #000;
    opacity: .80;    
}

.canvas-bg.is-black canvas, .canvas-img.is-black img {
    filter: grayscale(1);
}

.custom-ip-cc-toc {
    background: #fff; 
    position: relative;
    padding: 10%;
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / .10);
    top: 120px;
    right: 15%;
}

.custom-ip-cc-toc  h3 {
    color: #532742;
    font-size: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.custom-ip-cc-toc ul {
    list-style: none !important;
    margin: 0 !important;
}

.custom-ip-cc-toc ul li {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px !important;
}

.custom-ip-cc-toc ul li a {
    color: #000 !important;
}

.custom-ip-cc-side {
    position: relative;
    z-index: 2;
    width: 36%;
}

.custom-ip-cc-side .canvas-bg {
    height: 81%;
}

.custom-ip-cc-side.side-left {
    float: left;    
    margin: 0 12% 20% 0;
}

.custom-ip-cc-side.side-left .canvas-img{
    top: 0;
    left: 15%;
    position: relative;
}

.custom-ip-cc-side.side-left .canvas-bg {    
    top: 50%;
    left: 0;
}

.custom-ip-cc-side.side-right {
    float: right;
    margin: 0 0 15% 12%;
}

.custom-ip-cc-side.side-right .canvas-img{
    top: 120px;
    right: 15%;
    position: relative;
}

.custom-ip-cc-side.side-right .canvas-bg {
    left: auto;
    right: 0;
    top: 0;
}

.custom-ip-cc-title {
    position: relative;
    z-index: 1;
    max-width: 50%;
}

.custom-ip-cc-content-inner > .custom-ip-cc-title {
    padding: 0 12%;
    max-width: none;
}

.custom-ip-cc-title h2{
    /*font-size: 37px !important;*/
	font-size: clamp(20px,2.313vw,37px) !important;
    font-family: 'Lora', serif;
    line-height: 1.3;
    color: #532742;
    font-weight: 400 !important;
    letter-spacing: 2px;
    margin-top: 0 !important;
    text-transform: uppercase;
    display: inline-block;    
    position: relative;
}

.custom-ip-cc-title h2::after {
    content: '';
    position: absolute;
    width: calc(100vw - 100%);
    height: 1px;
    background-color: #532742;
    margin-left: 20px;
    top: 50px;
    left: 100%;
}

.custom-ip-cc-title h2 span.br {
    display: block;
}

.custom-ip-cc-main {
    padding: 0 12%;
    background: #fff;    
}

.custom-ip-cc-main h3, .custom-ip-cc-main h4 {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 18px !important;
    letter-spacing: 2px;
}

.custom-ip-cc-main h4 {    
    font-size: 14px !important;
}

.custom-ip-cc-main p {
    margin-bottom: 35px !important;
}

.custom-ip-cc-fp-list {
    display: flex;
    flex-wrap: wrap;
}

.custom-ip-cc-fp-item {
    width: 33.33%;
    position: relative;
    padding: 5px;
}

.custom-ip-cc-fp-item a {
    display: block;
    position: relative;
}

.custom-ip-cc-fp-item-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgb(0 0 0 / .80);
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 1;
    transition: all .5s;
}

.custom-ip-cc-fp-item:hover .custom-ip-cc-fp-item-label {
    background: rgb(0 0 0 / 1);
}

.custom-ip-cc-fp-item-label-name {
    font-size: 18px;
}

.custom-ip-cc-fp-item-label-price {
    font-size: 25px;
    font-weight: 600;
}

#section-1 .custom-ip-cc-content-inner {
    padding: 0;
}

#section-1 .custom-ip-cc-title::after {
    display: none;
}

#section-1  .clear {
    background: #fff;
    position: relative;
    margin: 0 5%;
    padding: 2% 4%;
    top: -160px;
    z-index: 2;
}

#section-1 .custom-ip-cc-side.side-left {
    margin: 0 5% 0 0;
}

#section-1 .custom-ip-cc-side.side-left .canvas-img {
    top: 0;
    left: 0;
}

#section-1 .custom-ip-cc-title {
    max-width: none;
}

#section-1 .custom-ip-cc-side-bg.side-bg-bottom {
    bottom: 50px;
}

#section-2  .canvas-bg {
    height: 57%;
    bottom: 0;
    top: auto;
}

#section-2 .custom-ip-cc-main {
    padding: 0;
}

#section-2 .custom-ip-cc-fp-list {
    padding: 0 2%;
}

#section-2 .custom-ip-cc-title {
    padding-left: 10%
}

/*#section-3 .custom-ip-cc-title h2 {
    font-size: 27px !important;
}*/

#section-4 .custom-ip-cc-side.side-right .canvas-img {
    top: 0;
}

#section-4 .custom-ip-cc-side.side-right .canvas-bg {
    top: 100px;
    height: auto;
}

/* Section 3 */
.ip-cd-fl-container {
    display: block;
    position: relative;
    padding: 0 0 40px;
    line-height: 1;
}

.ip-cd-fl-main {
    display: block;
    position: relative;
    padding: 0 25px;
    text-align: center;
}

.ip-cd-fl-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% / 3);
    padding: 1px;
}

.ip-cd-fl-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
}

.details-left {
    width: 63.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 12px 10px 18px 22px;
    text-align: left;
}

.accent {
    width: 64px;
    height: 44px;
    background: url(../../images/hp-fe-laurel.png);
    margin-right: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ip-cd-fl-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ip-cd-fl-info span.ip-cd-fl-price {
    font-size: 20px;
    margin-top: 5px;
}

.details-more {
    width: 36.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    background: #000;
    opacity: 0;
    color: #fff;
}

.ip-cd-fl-item a {
    display: block;
    position: relative;
}

.ip-cd-fl-item a canvas {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #532742;
}

.ip-cd-fl-item a:hover .details-more {
    opacity: 1;
}

.ip-cd-fl-item a:hover .details-left {
    background: #532742;
}

.ip-cd-fl-item a:hover:before {
    background: rgba(0,0,0,.4);
}

.ip-cd-fl-item a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.listings-pagination {
    text-align: center;
    display: block;
    position: relative;
    margin: 30px auto 0;
}

.listings-pagination ul {
    display: block;
    position: relative;
}

.listings-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    font-size: 15px;
    line-height: 1;
}

.listings-pagination ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    color: #9d9d9d;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.listings-pagination ul li:not(:last-child) {
    margin-right: 15px;
}

.listings-pagination ul li:hover a, .listings-pagination ul li.active a {
    border-color: #5f4053;
    color: #000;
}

.ip-cd-qs-field .btn-default {
    display: flex;
    align-items: center;
    width: 100%;
    height: 41px;
    background-color: transparent;
    padding: 0 15px;
    font-size: 12px;
    border: 1px solid #bbbebf;
    line-height: normal;
    -webkit-appearance: none;
    color: #494949;
    outline: none!important;
    box-shadow: none!important;
    border-radius: 0;
}

span.errorMsg {
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #212121;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.page-numbers {
    font-size: 14px;
    border: 1px solid #000;
    padding: 11px;
    margin-left: 5px;
}

#content .ip-cd-fl-button a.hp-btn {
    max-width: 650px;
    color: #fff;
    background: #532742;
    line-height: 1.35;
}

.ip-cd-fl-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content .ip-cd-fl-button a.hp-btn:hover {
    background: #000;
}

#content .custom-ip-cc-main h4 a {
    text-decoration: underline;
}

#content .custom-ip-cc-content a {
     text-decoration: underline;
}

.ip-cd-fl-button .hp-btn:before, .ip-cd-fl-button .hp-btn:after {
	background: none;
}

.ip-guadiana-welcome p {
    line-height: 28px !important;
}

.ip-guadinia-welcome-content {
    padding: 0 70px 50px 50px;
}

.ip-guadiana-welcome .custom-ip-cc-title h2 {
    margin-bottom: 5px !important;
}

.ip-guadiana-welcome .custom-ip-cc-side-bg.is-gray.side-bg-right.side-bg-bottom {
    bottom: 0 !important;
    z-index: -1;
}

.ip-guadiana-welcome .custom-ip-cc-side-bg.is-gray.side-bg-right.side-bg-bottom::before {
    position: absolute;
    content: '';
    width: calc(100% - 70px);
    height: calc(100% - 120px);
    left: 0;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
}

.ip-guadiana-welcome {
    position: relative;
    padding-bottom: 100px;
}

.ip-guadiana-welcome .custom-ip-cc-side-bg.side-bg-left {
    z-index: -1;
}

.ip-guadiana-welcome .custom-ip-cc-side-bg.side-bg-left:after {
    background: #000;
}

.ip-guadiana-welcome .custom-ip-cc-side-bg.side-bg-left::before {
    position: absolute;
    content: '';
    width: calc(100% - 90px);
    height: 70%;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}
span.ply-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    font-weight: 500;
    font-size: large;
    display: block;
    padding: 3px 20px;
    border: 1px solid;
    box-shadow: 0 0 5px #000;
    background: rgba(0,0,0,0.4);
    transition: 0.3s;
    text-align: center;
}

span.ply-btn:hover {
    background: #532742;
    border: none;
}
.ip-guadiana-welcome-inner {
    padding: 0 70px 0 90px;
}
.ip-guadiana-welcome-inner .canvas-img {
    float: left;
    margin: 4% 2.5% 1.7% -30px;
    width: calc((592/1449)*100%);
}



@media(max-width: 1490px) {
    .custom-ip-cc-side {
        width: 25%;
    }
    #section-1 .clear {
        top: 0;
    }

    #section-1 .custom-ip-cc-side.side-left{
        margin: 0 20px 0 0;
    }

}

@media(max-width: 1410px) {
    .ip-guadiana-welcome-inner .canvas-img{
        width: 39%;
    }
	 .ip-guadiana-welcome .custom-ip-cc-side-bg.side-bg-left::before{
        width: calc(100% - 40px);
    }
	 .ip-guadiana-welcome-inner {
        padding: 0 50px;
    }
	  .custom-ip-cc-side-bg.side-bg-left canvas {
        width: 350px;
    }
}

@media(max-width: 991px) {
    .custom-ip-cc-side {        
        width: 90%;
        margin: 0 auto 30px !important;
        float: none !Important;
        max-width: 500px;
    }
    .custom-ip-cc-toc, .custom-ip-cc-side.side-right .canvas-img {
        top: 0;
        right: 0;
    }
    .custom-ip-cc-side.side-left .canvas-img {
        top: 0;
        left: 0;
    }
    .custom-ip-cc-side {
        margin-top: 40px !important;
    }
    .custom-ip-cc-side .canvas-bg {
        top: -40px !important;
        left: -40px !important;;
        right: auto !important;;
        bottom: auto !important;;
    }
    .custom-ip-cc-title {
        max-width: 100%;
    }
    .custom-ip-cc-title h2 {
        letter-spacing: normal;
    }
    .custom-ip-cc-side-bg, #section-2 .canvas-bg {
        display: none;
    }
    .custom-ip-cc-fp-item {
        width: 50%;
    }

    #section-1 .clear {
        padding: 0 12%;;
        margin: 0;
    }
	  .ip-guadiana-welcome-inner .canvas-img {
        float: none;
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
	 .ip-guadinia-welcome-content {
        padding: 0;
        text-align: center;
    }
	 .ip-guadiana-welcome-inner {
        padding: 0 20px;
    }
}

@media(max-width: 480px) {
    .custom-ip-cc-title h2 {
        font-size: 25px !important;;
    }
    .custom-ip-cc-fp-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1560px) {
    .ip-cd-content-desc-container {
        padding: 57px 95px 0 85px;
    }

    .custom-container {
        max-width: 1280px;
    }

    .ip-cd-content-logo img {
        max-width: 160px;
    }

    .ip-cd-content-logos {
        padding: 0 46px 0 40px;
    }

    .ip-cd-content-logo:last-child:before {
        left: calc(100% + 7px);
        width: 20px;
    }

    .ip-cd-content-logo:nth-child(2) {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-cd-content-main-title {
        padding: 0 50px;
    }

    .ip-cd-content-desc-container {
        padding: 57px 50px 0;
    }

    .ip-cd-content-desc-title h2:before {
        right: calc(100% + 25px);
        width: 230px;
    }

    .custom-container {
        max-width: 1200px;
    }

    .ip-cd-qs-field > select, .ip-cd-qs-field > input:not([type=submit]), .select-styled {
        padding: 0 10px;
    }

    ul.select-options > li {
        padding: 14px 10px;
    }

    .accent {
        width: 50px;
        height: 35px;
        margin-right: 10px;
    }

    .ip-cd-fl-info {
        font-size: 13px;
    }

    .ip-cd-fl-info span.ip-cd-fl-price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1280px) {
    .details-left {
        padding: 12px 10px 15px;
    }

    .details-more {
        letter-spacing: .010em;
    }

    .custom-container {
        max-width: 1170px;
    }

    .listings-pagination ul li:not(:last-child) {
        margin-right: 9px;
    }

    .listings-pagination ul li {
        width: 45px;
        height: 45px;
    }
}

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ip-cd-content-desc-container {
        padding: 30px 30px;
    }

    .ip-cd-content-desc p {
        font-size: 13px;
        line-height: 20px;
    }

    .ip-cd-content-img canvas {
        min-height: 387px;
    }

    .ip-cd-content-logo img {
        width: 110px;
    }

    .ip-cd-content-title h2 {
        font-size: 35px;
    }

    .ip-cd-content-title span {
        font-size: 16px;
    }

    .ip-cd-content-btn span {
        max-width: 125px;
        height: 42px;
        font-size: 12px;
    }

    .ip-cd-content-desc-title h2:before {
        right: calc(100% + 15px);
        width: 170px;
    }

    .ip-cd-content-main-title h1 {
        font-size: 60px;
    }

    .ip-cd-content-main-title {
        padding: 0 30px;
        margin-top: 60px;
    }

    .ip-cd-fl-container {
        /* padding: 0 0 65px; */
    }

    .accent {
        width: 36px;
        height: 27px;
        margin-right: 10px;
    }

    .ip-cd-fl-info {
        font-size: 12px;
    }

    .ip-cd-fl-info span.ip-cd-fl-price {
        font-size: 16px;
    }

    .details-more {
        letter-spacing: normal;
        font-size: 12px;
    }

    .ip-cd-qs-field.long .select-styled, .ip-cd-qs-field.long select {
        padding: 0 20px;
        background-position: left 5px center;
    }

    .ip-cd-qs-field > select, .ip-cd-qs-field > input:not([type=submit]), .select-styled {
        font-size: 11px;
    }

    ul.select-options > li {
        font-size: 11px;
        padding: 10px 10px;
    }

    ul.select-options > li {
    }

    .ip-cd-fl-main {
        padding: 0 15px;
    }

    .ip-cd-qs-field.submit input[type=submit], .ip-cd-qs-field.submit a.qs-adv {
        font-size: 12px;
    }

    .ip-cd-qs-form-title h2 {
        font-size: 55px;
    }

    .ip-cd-qs-form-title span {
        font-size: 20px;
    }

    .ip-banner canvas {
        min-height: 350px;
    }
}

/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
    .ip-banner canvas {
        min-height: 250px;
    }

    .custom-breadcrumbs > .container {
        padding: 0;
    }

    .ip-cd-content-main-title {
        padding: 0;
    }

    .ip-cd-content-col {
        width: 100%;
        display: block;
    }

    .ip-cd-content-container {
        padding: 0 15px 30px;
    }

    .ip-cd-content-img-holder {
        width: 100%;
        max-width: 568px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .ip-cd-content-desc-container {
        padding: 50px 0 0;
        text-align: center;
    }

    .ip-cd-content-desc-title h2:before {
        display: none;
    }

    .ip-cd-content-img-holder:before {
        height: 30px;
    }

    .ip-cd-content-main-title h1:before {
        display: none;
    }

    .ip-cd-content-main-title h1 {
        font-size: 55px;
    }

    p#breadcrumbs {
        font-size: 13px;
    }

    .ip-cd-qs-form-title {
        text-align: center;
        margin-bottom: 30px;
    }

    .ip-cd-qs-form-title h2:before {
        display: none;
    }

    .ip-cd-qs-form-title h2 {
        font-size: 45px;
    }

    .ip-cd-qs-field {
        display: block;
        margin: 0 0 5px;
    }

    .ip-cd-qs-form-main form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .ip-cd-qs-field.long, .ip-cd-qs-field.mlong {
        width: 100%;
    }

    .ip-cd-qs-field.short-b, .ip-cd-qs-field.short-i, .ip-cd-qs-field.submit {
        width: calc(50% - 2px);
        display: inline-block;
        vertical-align: middle;
    }

    .ip-cd-qs-field.short-b.fl-r, .ip-cd-qs-field.short-i.fl-r, .ip-cd-qs-field.submit.fl-r {
        /* float: right; */
    }


    .ip-cd-qs-form-main {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .ip-cd-qs-form-disclaimer {
        text-align: center;
    }

    .ip-cd-content-desc p {
        text-align: center;
        font-size: 14px;
        line-height: 23px;
    }

    .ip-cd-fl-main {
        padding: 0 15px;
    }

    .ip-cd-fl-item {
        width: calc(100% / 2);
    }

    .ip-cd-fl-item a canvas {
        min-height: 250px;
    }

    .ip-cd-content-main-title h1 {
        font-size: 45px;
    }

    .ip-cd-content-row {
        padding: 0;
    }

    .ip-sh-wrap {
        width: calc(100% - 30px);
    }

}

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
    .ip-cd-content-box:before {
        margin: 5px;
        border: 5px solid #532742;
        border-bottom: none;
    }

    .ip-cd-content-logos {
        margin: 0 auto 5px;
        padding: 0 20px;
    }

    .ip-cd-content-logo:before {
        height: 5px;
        width: 14px;
    }

    .ip-cd-content-logo canvas {
        height: 5px;
    }

    .ip-cd-content-logo:last-child:before {
        left: calc(100% + 4px);
        width: 10px;
    }

    .ip-cd-content-logo img {
        width: 89px;
    }

    .ip-cd-content-img canvas {
        min-height: 340px;
    }

    .ip-cd-content-title {
        bottom: 72px;
    }

    .ip-cd-content-title span {
        font-size: 13px;
    }

    .ip-cd-fl-item {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .listings-pagination ul li:not(:last-child) {
        margin-right: 5px;
    }

    .listings-pagination ul li {
        width: 40px;
        height: 40px;
    }

    .ip-cd-content-logo:nth-child(2) {
        margin: 0 3px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {
    .listings-pagination ul li {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .ip-cd-fl-container {
       padding: 0 0 15px;
    }
}

html[lang="es"] #section-1 .custom-ip-cc-title font {
    letter-spacing: normal;
}