/* General styling */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

body {
    font-family: 'ing_me_regular', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-gray600);
    background-color: var(--bgcolor-white);
    margin: 0;
}

p {
    padding-bottom: 15px;
    margin: 0px;
    color: var(--color-white);
    font-size: 18px;
    line-height: 22px;
}


/* Utils */

.cleardiv {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}


/* TY Style */

.col-md-12.col-sm-12.col-xs-12.clearfix {
    text-align: center;
}

.logo-container {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.inner {
    margin: 0 auto;
    padding: 0px 20px 0px;
    position: relative;
    background-color: transparent;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 5px 20px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0;
    background: var(--bgcolor-white);
}

.logo img {
    display: block;
}

.spgInfoBlock {
    padding-top: 30px;
    padding-bottom: 20px;
}

.ty-title {
    color: #ff6200;
    font-family: "ing_me_regular";
    font-size: 36px;
    line-height: 35px;
    font-weight: 700;
    margin: 40px 0;
    text-align: center;
}

.h1-ty-sub.h1-ty {
    color: var(--color-gray600);
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}

.spgInfoBlock p {
    color: var(--color-gray600);
}

span.branch_name {
    color: #ff6200;
    font-weight: 600;
}

/* Personalization */

.background-container {
    background: url(/dam/ingro/lp/prima-casa/images/prima-casa-header-background-2017.jpg) no-repeat center top;
    height: 260px;
    border-radius: 0;
}

/* Media queries */

@media screen and (max-width: 992px) {
    .background-container {
        background: url(/dam/ingro/lp/prima-casa/images/prima-casa-header-background-2017.jpg) no-repeat center top;
        background-position-x: -800px;
    }
}

@media screen and (max-width: 680px) {
    .background-container {
        background: url(/dam/ingro/lp/prima-casa/images/prima-casa-header-background-2017.jpg) no-repeat center top;
        background-position-x: -900px;
    }
}

@media screen and (max-width: 540px) {
    .background-container {
        background: url(/dam/ingro/lp/prima-casa/images/prima-casa-header-background-2017.jpg) no-repeat center top;
        background-position-x: -1055px;
    }
}
