/*GENERAL*/
*,
body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: proxima-nova, sans-serif;
}

/*CURSOR*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
i,
span {
    cursor: default;
}

/*SPACER*/
.spacer_25 {
    height: 25px;
}

.spacer_50 {
    height: 50px;
}

.spacer_100 {
    height: 100px;
}

.spacer_120 {
    height: 120px;
}

.spacer_150 {
    height: 150px;
}

.spacer_200 {
    height: 200px;
}

.spacer_250 {
    height: 250px;
}

/*SPACER MOBILE DEVICES*/
.spacer-mobile-250 {
    height: 250px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

.spacer-mobile-200 {
    height: 200px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

.spacer-mobile-150 {
    height: 150px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

.spacer-mobile-100 {
    height: 100px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

.spacer-mobile-50 {
    height: 50px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

.spacer-mobile-25 {
    height: 25px;
    position: relative;
    width: 100%;
    display: none;
    visibility: hidden;
}

/*PADDING*/
.padding_right_35 {
    padding-right: 35px !important;
}

.padding_left_35 {
    padding-left: 35px !important;
}

.padding_right_35 .image_row {
    width: calc(50vw - 35px);
}

.padding_left_35 .image_row {
    width: calc(50vw - 35px);
}

.no_padding_left{
    padding-left: 0px !important;
}



@media (max-width: 1199px) {
    .padding_right_35 {
        padding-right: 15px !important;
    }

    .padding_left_35 {
        padding-left: 15px !important;
    }

    .padding_right_35 .image_row {
        width: 100%;
    }

    .padding_left_35 .image_row {
        width: 100%;
    }
}
