/* contact page css*/
.background {
    background-size: cover;
    width: 98%;
    height: 780px;
    margin: auto;
}

.contact-main-info {
    border-left: 2px solid #87A03B;
    height: 164px;
}

.contact-border-distance {

    padding-left: 18px;

}

.contact-title {
    font-size: 47px;
    text-align: left;
    color: #87A03B;
    font-family: BrandonLight;
    line-height: 38px;
}

.contact-second-inner-text {
    font-family: BrandonBld;
    text-align: left;
    font-size: 15px;
    color: black;
    padding-top: 33px;
}

.contact-third-inner-text {
    text-align: left;
    font-size: 16px;
    color: black;
    padding-top: 33px;
}

.pp-text {
        padding-top: 10px;
    }

.contact-border-left {
    border-left: 2px solid #87A03B;
    width: 100%;

}

.contact-info-distance {
    position: relative;
    height: 414px;
}

.cp-form {
    padding-bottom: 80px;
}

.cp-form .container .gform_wrapper {
    padding-left: 15px;
}

body .cp-form .container .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

body .cp-form .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

body .cp-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

body .cp-form .gform_wrapper input[type='submit'] {
    width: 63px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants.png);
    background-repeat: no-repeat;
    background-position: -139px 30px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 16px;
    border: none;
    text-align: right;
    text-transform: uppercase;
    padding-right: 0;
    margin-right: 0;
    color: #90b73e !important;
    padding-left: 0;
}

@keyframes animateGformBtn {
    0% {
        background-position: -202px 30px;
    }
    100% {
        background-position: -139px 30px;
    }
}
@-moz-keyframes animateGformBtn {
    0% {
        background-position: -202px 30px;
    }
    100% {
        background-position: -139px 30px;
    }
}

body .cp-form .gform_wrapper input[type='submit']:hover {
    background-position: -139px 30px;

    animation: animateGformBtn 0.5s ease-in-out;
    -moz-animation: animateGformBtn 0.5s ease-in-out;
    -webkit-animation: animateGformBtn 0.5s ease-in-out;
    -ms-animation: animateGformBtn 0.5s ease-in-out;
    -o-animation: animateGformBtn 0.5s ease-in-out;
}

.cp-form .gform_wrapper form li {
    width: 50%;
    display: inline-block;
}

html body .cp-form .gform_wrapper form li input[type='text'] {
    padding: 5px 4px 3px !important;
    border: 1px solid #91b645 !important;
    width: 100% !important;
    color: #aaaaaa !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/*html body .cp-form .gform_wrapper form li input[type='select'] {
    
}*/

html body .cp-form .gform_wrapper form li .ginput_container.ginput_container_select {
    position: relative;
}

html body .cp-form .gform_wrapper form li .ginput_container.ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff;
    padding: 5px 4px 2px !important;
    border: 1px solid #91b645 !important;
    width: 100% !important;
    color: #aaaaaa !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html body .cp-form .gform_wrapper form li .ginput_container.ginput_container_select::after {
    content:"";
    position:absolute;
    z-index:2;
    right:8px;
    top:50%;
    margin-top:-2px;
    height:0;
    width:0;
    border-top:6px solid #90b73e;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    pointer-events:none;
}

html body .cp-form .gform_wrapper form li option {
    border: 1px solid #91b645 !important;
    color: #aaaaaa !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cp-form .gform_wrapper form li span.gfield_required {
    display: none;
}

.cp-form .gform_wrapper form li span.name_first label, .cp-form .gform_wrapper form li span.name_last label {
    display: none !important;
}

.cp-form .gform_wrapper form li span {
    padding-top: 0 !important;
}

.cp-form .container .gform_wrapper label {
    font-weight: normal !important;
}

.cp-form .container .gform_wrapper input, .cp-form .container .gform_wrapper textarea {
    border: 1px solid #c1c1c1 !important;
    box-shadow: none !important;
}
/*.cp-form .container .gform_wrapper input[type="submit"] {
    border: 1px solid #90b73e !important;
    font-size: 14px;
    padding: 10px 20px 6px;
    
}*/


.cp-form .validation_error {
    display: none !important;
}

.cp-form .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    width: 50%;
    display: inline-block;
    padding-right: 16px !important;
}

.cp-form .gform_wrapper li.gfield.gfield_error input[type="text"] {
    border: 1px solid #91b645 !important;
    width: 100% !important;
}

.cp-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    position: absolute;
}

.cp-form .gform_confirmation_message {
    color: black;
    font-size: 16px;
    padding-top: 30px;
    border-top: 2px solid #90b73e;
    margin-top: 30px;
}

.cp-map {
    margin-top: 90px;
    padding-bottom: 130px;
}

.cp-map .wpgmp_map_container {
    width: 90%;
}




.contact-info-distance.cid-b {
    margin-top: -39px;
}

.content-height {
    min-height: 924px;
}

.verticalAlign {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 62%;
    height: 41%;
    margin: auto;
}

.verticalAlign2 {
    position: relative;
    width: 63%;
    margin: auto;
}

.more-height {
    height: 41%;
}

.tenant-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 62%;
    height: 23%;
    margin: auto;
    text-align: right;
}

a.tl-a {
    display: block;
    width: 203px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 16px;
}

@keyframes animateArrowBtnTl {
    0% {
        background-position: -202px 30px;
    }
    100% {
        background-position: 0 30px;
    }
}
@-moz-keyframes animateArrowBtnTl {
    0% {
        background-position: -202px 30px;
    }
    100% {
        background-position: 0 30px;
    }
}

a.tl-a:hover {
    background-position: 0px 30px;

    animation: animateArrowBtnTl 0.5s ease-in-out;
    -moz-animation: animateArrowBtnTl 0.5s ease-in-out;
    -webkit-animation: animateArrowBtnTl 0.5s ease-in-out;
    -ms-animation: animateArrowBtnTl 0.5s ease-in-out;
    -o-animation: animateArrowBtnTl 0.5s ease-in-out;
}

a.tl-b {
    display: block;
    width: 281px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants-b.png);
    background-repeat: no-repeat;
    background-position: 0 30px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 16px;
}

@keyframes animateArrowBtnTlb {
    0% {
        background-position: -281px 30px;
    }
    100% {
        background-position: 0 30px;
    }
}
@-moz-keyframes animateArrowBtnTlb {
    0% {
        background-position: -281px 30px;
    }
    100% {
        background-position: 0 30px;
    }
}

a.tl-b:hover {
   background-position: 0px 30px;

    animation: animateArrowBtnTlb 0.5s ease-in-out;
    -moz-animation: animateArrowBtnTlb 0.5s ease-in-out;
    -webkit-animation: animateArrowBtnTlb 0.5s ease-in-out;
    -ms-animation: animateArrowBtnTlb 0.5s ease-in-out;
    -o-animation: animateArrowBtnTlb 0.5s ease-in-out; 
}

.second {
    position: relative;
    margin-top: 23px;
}

.info-title {
    font-size: 34px;
    text-align: center;
    color: #87A03B;
    font-family: BrandonLight;
    line-height: 28px;
    padding-top: 37px;
}

.info-second-inner-text {
    font-family: BrandonRegular;
    text-align: center;
    font-size: 21px;
    color: black;
    padding-top: 27px;
}

.info-third-inner-text {
    font-family: BrandonRegular;
    text-align: center;
    font-size: 21px;
    color: black;
    padding-top: 31px;
}

.border-line {
    padding-top: 31px;
    border-bottom: 2px solid #87A03B;
    width: 150px;
    margin: auto;
}

.not-frog a {
    color: #272727 !important;
}

@media screen and (min-width: 1711px) {
    .cp-h-line {
        height:2px; 
        background-color: #90b73e; 
        width: 13%; 
        margin-top: 30px; 
    }
    #content {
        width: 100%;
        margin-bottom: 258px;
    }

    #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1000;
        background-color: #000;
    }

    .tablet-background-gray {
        background-color: white;
    }

    .gform_wrapper .gform_body {
        width: calc(100% + 15px) !important;
    }

    #map {
        height: 520px;
        margin: 0 120px 60px;
    }

}

@media screen and (max-width: 1710px) and (min-width: 855px) {
    .cp-h-line {
        height:2px; 
        background-color: #90b73e; 
        width: 13%; 
        margin-top: 25px; 
    }
    #content {
        width: 100%;
        margin-bottom: 288px;
    }

    .tablet-background-gray {
        background-color: white;
    }

    #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -10000;
        background-color: #000;
    }

    .verticalAlign {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 568px;
        height: 124px;
        margin: auto;
    }

    .verticalAlign2 {
        width: 91%;
    }

    .verticalAlign.more-height {
        height: 141px;
    }

    a.tl-a {
    display: block;
    width: 165px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants.png);
    background-repeat: no-repeat;
    background-position: -38px 28px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 13px;
    }

    @keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 28px;
        }
        100% {
            background-position: -38px 28px;
        }
    }
    @-moz-keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 28px;
        }
        100% {
            background-position: -38px 28px;
        }
    }

    a.tl-a:hover {
        background-position: -38px 28px;

        animation: animateArrowBtnTl 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTl 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTl 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTl 0.5s ease-in-out;
        -o-animation: animateArrowBtnTl 0.5s ease-in-out;
    }

    a.tl-b {
    display: block;
    width: 229px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants-b.png);
    background-repeat: no-repeat;
    background-position: -53px 28px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 13px;
    }

    @keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 28px;
        }
        100% {
            background-position: -53px 28px;
        }
    }
    @-moz-keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 28px;
        }
        100% {
            background-position: -53px 28px;
        }
    }

    a.tl-b:hover {
       background-position: -53px 28px;

        animation: animateArrowBtnTlb 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -o-animation: animateArrowBtnTlb 0.5s ease-in-out; 
    }

    .background {
        background-size: cover;
        width: 824px;
        height: 585px;
        margin: auto;
    }

    .contact-title {
        font-size: 28px;
        text-align: left;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 25px;
    }

    .contact-second-inner-text {
        font-family: BrandonBld;
        text-align: left;
        font-size: 12px;
        color: black;
        padding-top: 26px;
    }

    .contact-second-inner-text.tenants-sit {
        font-size: 12px;
    }

    .contact-third-inner-text {
        text-align: left;
        font-size: 13px;
        color: black;
        padding-top: 17px;
    }

    .pp-text {
        padding-top: 7px;
    }

    .contact-third-inner-text.tenants-tit {
        font-size: 13px;
    }

    .contact-border-left {
        border-left: 2px solid #87A03B;
        width: 95%;
        height: 96%;
    }

    .contact-info-distance {
        position: relative;
        height: 300px;
    }

    .content-height {
        min-height: 924px;
    }

    .second {

        position: relative;
        margin-top: 0px;
    }

    .info-title {
        font-size: 25px;
        text-align: center;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 28px;
        padding-top: 0px;
    }

    .info-second-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 16px;
        color: black;
        padding-top: 17px;
    }

    .info-third-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 16px;
        color: black;
        padding-top: 31px;
    }

    .border-line {
        padding-top: 31px;
        border-bottom: 2px solid #87A03B;
        width: 150px;
        margin: auto;
    }

    .content-height {
        min-height: 634px;
    }

    .cp-form {
        padding-bottom: 0;
    }

    .cp-form .gform_confirmation_message {
        color: black;
        font-size: 13px;
        padding-top: 20px;
        border-top: 2px solid #90b73e;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cp-map {
        margin-top: 53px;
        padding-bottom: 93px;
    }

    .cp-map .wpgmp_map {
        height: 490px !important;
    }
}

@media screen and (max-width: 854px) and (min-width: 571px) {

    .dpm-pp {
        padding-bottom: 50px;
    }
    .cp-h-line {
        height:2px; 
        background-color: #90b73e; 
        width: 13%; 
        margin-top: 20px; 
    }
    .background {
        background-size: cover;
        width: 540px;
        height: 490px;
        margin: auto;
    }

    .contact-info-distance {
        position: relative;
        height: 270px;
    }

    .contact-info-distance.cid-b {
    margin-top: -55px;
    }

    .contact-title {
        font-size: 20px;
        text-align: left;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 18px;
    }

    .contact-second-inner-text {
        font-family: BrandonBld;
        text-align: left;
        font-size: 12px;
        color: black;
        padding-top: 21px;
    }

    .contact-second-inner-text.tenants-sit {
        font-size: 12px;
        padding-top: 21px;
    }

    .contact-third-inner-text {
        text-align: left;
        font-size: 13px;
        color: black;
        padding-top: 17px;
    }

    .pp-text {
        padding-top: 7px;
    }

    .contact-third-inner-text.tenants-tit {
        font-size: 13px;
        padding-top: 18px;
    }

    .verticalAlign {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 62%;
        height: 163px;
        margin: auto;
    }

    .verticalAlign2 {
        width: 100%;
    }

    .cp-form .gform_wrapper form li {
        width: 100%;
        display: block;
    }

    .cp-form .gform_wrapper form li input[type='text'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        padding: 5px 4px 3px !important;
        border: 1px solid #91b645 !important;
        width: 100% !important;
        color: #aaa !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        line-height: inherit !important;
        margin-top: 0;
    }

    html body .cp-form .gform_wrapper form li .ginput_container.ginput_container_select select {
        margin-left: 0 !important;
        background: #fff !important;
        padding: 5px 4px 2px !important;
    }

    .verticalAlign.more-height {
        height: 145px;
    }

    .tenant-link {
        height: 18%;
        z-index: 1000;
    }

    a.tl-a {
    display: block;
    width: 164px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants.png);
    background-repeat: no-repeat;
    background-position: -38px 28px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 13px;
    }

    @keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 28px;
        }
        100% {
            background-position: -38px 28px;
        }
    }
    @-moz-keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 28px;
        }
        100% {
            background-position: -38px 28px;
        }
    }

    a.tl-a:hover {
        background-position: -38px 28px;

        animation: animateArrowBtnTl 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTl 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTl 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTl 0.5s ease-in-out;
        -o-animation: animateArrowBtnTl 0.5s ease-in-out;
    }

    a.tl-b {
    display: block;
    width: 228px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants-b.png);
    background-repeat: no-repeat;
    background-position: -53px 28px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 13px;
    }

    @keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 28px;
        }
        100% {
            background-position: -53px 28px;
        }
    }
    @-moz-keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 28px;
        }
        100% {
            background-position: -53px 28px;
        }
    }

    a.tl-b:hover {
       background-position: -53px 28px;

        animation: animateArrowBtnTlb 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -o-animation: animateArrowBtnTlb 0.5s ease-in-out; 
    }

    .info-third-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 13px;
        color: black;
        padding-top: 23px;
    }

    .second {
        margin-top: 0px;
    }

    .info-second-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 13px;
        color: black;
        padding-top: 25px;
    }

    .info-title {
        font-size: 20px;
        text-align: center;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 28px;
        padding-top: 0px;
    }

    .border-line {
        padding-top: 23px;
        border-bottom: 2px solid #87A03B;
        width: 150px;
        margin: auto;
    }

    .content-height {

    }

    .cp-form {
        padding-bottom: 70px;
    }

    .cp-form .gform_confirmation_message {
        color: black;
        font-size: 13px;
        padding-top: 20px;
        border-top: 2px solid #90b73e;
        margin-top: 20px;
    }

    .cp-map {
        margin-top: 37px;
        padding-bottom: 77px;
    }

    .cp-map .wpgmp_map {
        height: 490px !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 570px) {

    .dpm-pp {
        padding-bottom: 30px;
    }
    .cp-h-line {
        height:1px; 
        background-color: #90b73e; 
        width: 13%; 
        margin-top: 20px; 
    }
    .verticalAlign {
        position: relative;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 0;
        width: 96%;
        height: 100%;
        margin: auto;
    }

    .verticalAlign2 {
        width: 90%;
        padding-top: 2px;
    }

    .cp-form .gform_wrapper .gform_body {
        width: 100% !important;
    }

    .cp-form .gform_wrapper form li {
        width: 100%;
        display: block;
    }

    .cp-form .gform_wrapper form li div.ginput_container {
        vertical-align: middle;
        line-height: 16px;
    }

    .cp-form .gform_wrapper form li div.ginput_container span {
        margin-bottom: 0;
    }

    .cp-form .gform_wrapper form li input[type='text'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        padding: 5px 4px 3px !important;
        border: 1px solid #91b645 !important;
        width: 100% !important;
        color: #aaa !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        line-height: inherit !important;
        margin-top: 0;
    }

    html body .cp-form .gform_wrapper form li .ginput_container.ginput_container_select select {
        margin-left: 0 !important;
        background: #fff !important;
        padding: 3px 4px 0px !important;
    }

    .background {
        background-size: cover;
        background: none !important;
        width: 98%;
        height: 100%;
        margin: auto;
    }

    .contact-title {
        font-size: 17px;
        text-align: left;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 14px;
    }

    .contact-border-left {
        border-left: 1px solid #87A03B;
        width: 85%;
    }

    .contact-info-distance {
        display: inline-block;
        float: none;
        text-align: left;
        margin-right: -4px;
        position: inherit;
        height: 100%;
        position: relative;
    }

    .contact-border-distance {
        padding-left: 23px;
    }

    .contact-info-distance .light-green > h3, .contact-info-distance a {
        color: #90b73e !important;
    }

    .cp-form {
        margin-top: -15px;
        padding-top: 0;
        padding-bottom: 5px;
    }

    .cp-form .container .gform_wrapper {
        padding-right: 30px;
    }

    .cp-form .container .gform_wrapper .gform_footer {
        width: calc(100% + 15px);
    }

    .info-second-inner-text a:first-child {
        display: inline-block;
        padding-bottom: 10px;
    } 

    html body .cp-map .wpgmp_map {
        width: 100% !important;
    }

    .contact-info-distance.cid-b {
        margin-top: 26px;
        margin-bottom: 21px;
    }

    .contact-second-inner-text {
        font-family: BrandonBld;
        text-align: left;
        font-size: 11px;
        color: black;
        padding-top: 20px;
    }

    .contact-third-inner-text {
        text-align: left;
        font-size: 10px;
        color: black;
        padding-top: 18px;
    }

    .pp-text {
        padding-top: 7px;
    }

    .tenant-link {
        height: auto;
        position: relative;
        width: 90%;
        margin-top: 39px;
    }

    a.tl-a {
    display: block;
    width: 164px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants.png);
    background-repeat: no-repeat;
    background-position: -38px 23px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 11px;
    color: #90b73e;
    }

    @keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 23px;
        }
        100% {
            background-position: -38px 23px;
        }
    }
    @-moz-keyframes animateArrowBtnTl {
        0% {
            background-position: -202px 23px;
        }
        100% {
            background-position: -38px 23px;
        }
    }

    a.tl-a:hover {
        background-position: -38px 23px;

        animation: animateArrowBtnTl 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTl 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTl 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTl 0.5s ease-in-out;
        -o-animation: animateArrowBtnTl 0.5s ease-in-out;
    }

    a.tl-b {
    display: block;
    width: 228px;
    float: right;
    background: url(../../imgs/bg-green-arrow-tenants-b.png);
    background-repeat: no-repeat;
    background-position: -53px 23px;
    padding-bottom: 17px;
    font-family: BrandonBld;
    font-size: 11px;
    color: #90b73e;
    }

    @keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 23px;
        }
        100% {
            background-position: -53px 23px;
        }
    }
    @-moz-keyframes animateArrowBtnTlb {
        0% {
            background-position: -281px 23px;
        }
        100% {
            background-position: -53px 23px;
        }
    }

    a.tl-b:hover {
       background-position: -53px 23px;

        animation: animateArrowBtnTlb 0.5s ease-in-out;
        -moz-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -webkit-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -ms-animation: animateArrowBtnTlb 0.5s ease-in-out;
        -o-animation: animateArrowBtnTlb 0.5s ease-in-out; 
    }

    .second {
        margin-top: 6px;
        margin-bottom: 30px;
    }

    .info-title {
        font-size: 17px;
        text-align: center;
        color: #87A03B;
        font-family: BrandonLight;
        line-height: 17px;
        padding-top: 17px;
    }

    .info-second-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 11px;
        color: black;
        padding-top: 20px;
    }

    .info-third-inner-text {
        font-family: BrandonRegular;
        text-align: center;
        font-size: 11px;
        color: black;
        padding-top: 25px;
    }

    .border-line {
        padding-top: 25px;
        border-bottom: 1px solid #87A03B;
        width: 150px;
        margin: auto;
    }

    .content-height {
        min-height: 314px;
    }

    .cp-form .gform_confirmation_message {
        color: black;
        font-size: 10px;
        padding-top: 20px;
        border-top: 2px solid #90b73e;
        margin-top: 30px;
    }


    .cp-map {
    margin-top: 0;
    padding-bottom: 70px;
    }

    .cp-map .wpgmp_map {
        height: 325px !important;
    }

}

/* about page css */

.picture-position-top {
    background-position: top;
}

.picture-position-bottom {
    background-position: bottom;
}

.picture-position-center {
    background-position: center;
}

.title-row {
    height: 205px;
    display: table;
}

.scroll-down {
    padding-top: 95px;
    font-size: 14px;
    font-family: BrandonBld;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.main-title {
    font-family: BrandonLight;
    font-size: 38px;
    color: white;
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
}

.background-about-brown {
    background-color: #f7f7ef;
    height: 801px;
}

.break {
    height: 195px;
}

.about-title {
    height: 89px;
    font-size: 26px;
    font-family: BrandonLight;
    text-align: center;
    color: #90b73e;
}

.centered {
    float: none;
    margin: 195px auto;
}

.about-inner-text {
    text-align: center;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

.small-break {
    height: 65px;
}

.about-centered-img {
    background-size: cover;
    height: 520px;
    width: 826px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.full-width-picture {
    height: 520px;
    background-size: cover;
}

.wrapper {
    height: 1067px;
}

.brown {
    background-color: #f7f7ef;
}

.circle {
    width: 57px;
    height: 57px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    overflow: hidden;
    background: white url(/imgs/scroll-down.png);
    animation-name: stretch;
    animation-duration: 1.5s; 
    animation-timing-function: ease-in-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
  50% {
    transform: scale(1.1);
  }
}

@keyframes animateArrow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 57px;
    }
}

@-moz-keyframes animateArrow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 57px;
    }
}

@-webkit-keyframes animateArrow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 57px;
    }
}

@-ms-keyframes animateArrow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 57px;
    }
}

@-o-keyframes animateArrow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 57px;
    }
}

.circle:hover {
    background-position: 0px 0px;

    animation: animateArrow 0.5s ease-in-out;
    -moz-animation: animateArrow 0.5s ease-in-out;
    -webkit-animation: animateArrow 0.5s ease-in-out;
    -ms-animation: animateArrow 0.5s ease-in-out;
    -o-animation: animateArrow 0.5s ease-in-out;
}

@media screen and (max-width: 1710px) and (min-width: 855px) {
    .title-row {
        height: 182px;
        display: table;
    }

    .scroll-down {
        padding-top: 88px;
        font-size: 12px;
        font-family: BrandonBld;
        text-align: center;
        color: white;
        margin-bottom: 20px;
    }

    .main-title {
        font-family: BrandonLight;
        font-size: 28px;
        color: white;
        text-align: center;
        vertical-align: bottom;
        display: table-cell;
    }

    .centered {
        float: none;
        margin: 130px auto;
    }

    .about-title {
        height: 55px;
        font-size: 18px;
        font-family: BrandonRegular;
        text-align: center;
        color: #90b73e;
    }

    .about-inner-text {
        text-align: center;
        font-size: 13px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .full-width-picture {
        height: 490px;
        background-size: cover;
    }

    .background-about-brown {
        background-color: #f7f7ef;
        height: 595px;
    }

    .about-centered-img {
        background-size: cover;
        height: 490px;
        width: 710px;
        position: relative;
        margin: auto;
    }

    .break {
        height: 130px;
    }

    .small-break {
        height: 49px;
    }

    .wrapper {
        height: 818px;
    }
}

@media screen and (max-width: 854px) and (min-width: 571px) {
    .vertical-align-tablet {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .full-width-picture {
        height: 270px;
        width: 540px;
        background-size: cover;
    }

    .centered {
        float: none;
        margin: 0 auto;
    }

    .break {
        display: none;
    }

    .about-title {
        height: 36px;
        font-size: 16px;
        font-family: BrandonBld;
        text-align: left;
        color: #90b73e;
        margin-left: 31px;
    }

    .about-inner-text {
        text-align: left;
        font-size: 13px;
        margin-left: 31px;
        margin-right: 31px;
    }

    .background-about-brown {
        background-color: #f7f7ef;
        height: 480px;
    }

    .small-break {
        height: 0px;
    }

    .smallest-break {
        height: 30px;
    }

    .wrapper {
        height: 480px;
    }

    .tablet-background-gray {
        background-color: #f3f3f3;
        height: 444px;
    }

}

@media screen and (max-width: 570px) {
    .vertical-align-tablet {
        padding-top: 15px;
        margin-bottom: 22px;
    }

    .vertical-align-mobile {
        margin-top: 22px;
    }

    .full-width-picture {
        height: 255px;
        width: 90%;
        background-size: cover;
    }

    .centered {
        float: none;
        margin: 0 auto;
    }

    .break {
        display: none;
    }

    .about-title {
        height: 36px;
        font-size: 16px;
        font-family: BrandonBld;
        text-align: left;
        color: #90b73e;
        margin-left: 31px;
    }

    .about-inner-text {
        text-align: left;
        font-size: 12px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .background-about-brown {
        background-color: #f7f7ef;
        height: 480px;
    }

    .small-break {
        height: 30px;
    }

    .smallest-break {
        height: 14px;
    }

    .wrapper {
        height: 480px;
    }

    .tablet-background-gray {
        background-color: #f3f3f3;
        height: 419px;
    }

}

/* location page css */

.intro-text {
    height: 95px;
    text-align: center;
    color: #272727;
    font-size: 42px;
    font-family: BrandonLight;
}

.background-location-black {
    background-color: #272727;
    height: 801px;
}

.gray-text-color {
    color: #8f8f8f;
}

.location-center-img {
    background-size: cover;
    height: 520px;
    width: 1680px;
    position: relative;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 195px;
}

.background-location-gray {
    background-color: #f3f3f3;
    height: 801px;
}

.maps-pin-info {
    margin-bottom: 26px;
    height: 63px;
    border-left: 2px solid #87A03B;
}

.distance-from-border {
    margin-left: 18px;
}

.pin-title {
    font-family: BrandonBld;
    color: #87A03B;
}

.pin-title > h3 {
    font-size: 12px;
}

.pin-location {
    padding-top: 14px;
    color: #272727;
}

.pin-location > h3 {
    font-size: 12px;
    margin-bottom: 2px;
}

.pin-telephone {
    color: #272727;
}

.pin-telephone > h3 {
    font-size: 10px;
}

.wpgmp_map_container {
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto;
    width: 90%;
    }

.wpgmp_before_listing {
    display: none !important;
}

.categories_filter {
    margin: 20px 0 !important;
}

div.wpgmp_listing_container {
    float: none !important;
    width: 1100px !important;
    margin: 10px auto 0 !important;
}

.wpgmp_locations {
    border: none !important;
    border-left: 2px solid #93b640 !important;
    border-radius: 0px !important;
    width: 550px !important;
    margin-right: 0px !important;
    padding: 0 0 0 16px !important;
    margin-bottom: 33px !important;
}

.wpgmp_location_title {
    font-family: BrandonBld !important;
    color: #87A03B !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    width: 325px !important; 
}

.wpgmp_locations_content {
    font-size: 14px !important; 
    width: 325px !important;
    line-height: 16px !important;
    padding-top: 15px !important;
}

.location_pagination1.wpgmp_pagination {
    display: none !important;
}

.wpgmp_map_container span {
    padding-top: 0 !important;
}

@media screen and (max-width: 1710px) and (min-width: 855px) {

    .location-center-img {
        background-size: cover;
        height: 490px;
        width: 100%;
        position: relative;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: auto;
    }

    .background-location-black {
        background-color: #272727;
        height: 595px;
    }

    .intro-text {
        height: 88px;
        text-align: center;
        color: #272727;
        font-size: 35px;
        font-family: BrandonLight;
    }

    .background-location-gray {
        background-color: #f3f3f3;
        height: 595px;
    }

    .pin-location {

        padding-top: 2px;
        color: #272727;
    }

    .wpgmp_map_container {
        border: none !important;
        box-shadow: none !important;
    }

    div.wpgmp_listing_container {
    width: 800px !important;
    }

    .wpgmp_locations {
        width: 400px !important;
    }
}

@media screen and (max-width: 854px) and (min-width: 571px) {
    .background-location-black {
        background-color: #272727;
        height: 485px;
    }

    .background-location-gray {
        background-color: #f3f3f3;
        height: 485px;
    }

    .intro-text {
        height: 64px;
        font-size: 17px;
        font-family: BrandonRegular;
        text-align: left;
        margin-left: 31px;
    }

    .half-text-cut {
        width: 50%;
    }

    .maps-pin-info {
        margin: 15px 0px;
        height: 63px;
        border-left: 2px solid #87A03B;
    }

    .wpgmp_map_container {
        border: none !important;
        box-shadow: none !important;
    }

    .wpgmp_map {
    margin: 0 auto;
    width: 570px !important;
    }

    div.wpgmp_listing_container {
    width: 570px !important;
    }

    .wpgmp_locations {
        width: 100% !important;
    }
}

@media screen and  (max-width: 570px) {
    .background-location-gray {
        background-color: #f3f3f3;
        height: 665px;
    }

    .half-text-cut {
        width: 50%;
    }

    .intro-text, .intro-text-apartments {
        height: auto;
        font-size: 17px;
        font-family: BrandonRegular;
        text-align: left;
        margin-left: 31px;
        height: auto;
    }

    .intro-text h2, .intro-text-apartments h2 {
        font-size: 16px;
        line-height: 19px;
        font-family: BrandonRegular;
        margin: 12px 0 17px;
    }

    .about-title {
        height: auto;
    }

    .about-title h2, .about-title h3 {
        font-size: 13px;
        margin: 12px 0 18px;
    }

    .about-inner-text p {
        font-size: 11px;
        line-height: 16px;
    }

    .background-location-black {
        background-color: #272727;
        height: 461px;
    }

    .maps-pin-info {
        margin: 15px 0px;
        height: 63px;
        border-left: 2px solid #87A03B;
    }

    .wpgmp_map_container {
        border: none !important;
        box-shadow: none !important;
    }

    .wpgmp_map {
    margin: 0 auto;
    width: 90% !important;
    height: 400px !important;
    }

    div.wpgmp_listing_container {
    width: 90% !important;
    }

    .wpgmp_locations {
        width: 100% !important;
    }

    .wpgmp_location_title a {
        color: #87a03b !important;
    }

    .wpgmp_locations_content {
        width: 100% !important;
    }
}

/* apartments page css*/

.slick-dots {
    display: none !important;
}

.next-arrow-right {
    position: absolute;
    top: 35%;
    right: 0;
}

.next-arrow-left {
    position: absolute;
    top: 35%;

}

.next-arrow-right-apartments {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 100;
}

.next-arrow-left-apartments {
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 15px;
}

.hovered-inner-text {
    text-align: justify;
    color: #d1d1d1;
    font-size: 16px;
    margin-left: 13px;
}

.border-side {
    border-left: 2px solid #90b73e;
    padding-right: 13px;
}

.dark-on-hover-apartment {
    height: 100%;
    -webkit-transition: .6s cubic-bezier(.17,.67,.53,1);
    transition: .6s cubic-bezier(.17,.67,.53,1);
    background: rgba(27, 27, 27, 0.8);
    position: relative;
}

.dark-on-hover-apartment:hover {
    background: rgba(27, 27, 27, 0.7);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.centered-small {
    float: none;
    margin: 56px auto;
}

.intro-text-apartments {
    height: 95px;
    text-align: center;
    color: #272727;
    font-size: 42px;
    font-family: BrandonLight;
}

.hovered-info {
    padding: 23% 16% 0% 16%;
}

.hovered-inner-title {
    font-family: BrandonBld_it;
    text-align: left;
    font-size: 33px;
    padding-bottom: 15px;
}

.about-centered-img > .dark-on-hover-apartment > .hidden-initially {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-centered-img > .dark-on-hover-apartment:hover > .hidden-initially {
    visibility: visible;
    opacity: 1;
}

.gallery-item {
    width: 1110px;
    position: relative;
    margin: auto;
}

.gallery-central-img {
    width: 1080px;
    height: auto;
    /*background-size: cover;*/
    margin: 0 15px !important;
}

.gap {
    min-height: 1250px;
}

.gallery-info {
    height: 124px;

}

.inner-content-position {
    height: 100%;
    margin-left: 15px;
}

.img-number {
    font-family: BrandonLight;
    color: #87A03B;
}

.img-number > h2 {
    font-size: 33px;
    line-height: 27px;
}

.next-img {
    font-family: BrandonBld;
    color: #87A03B;
    position: absolute;
    right: 31px;

}

.next-img > h6 {
    margin: 0;
    font-size: 14px;
}

.arrow-sign {
    margin-left: 10px;
    color: #87A03B;
    position: absolute;
    right: 15px;
}

.img-title {

    font-family: BrandonBld;
    color: #272727;;
}

.img-title > h3 {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.img-description {
    font-size: 14px;
    color: #272727;
    padding-top: 0px;
}

.bottom-distance-gallery {
    margin-bottom: 195px;
}

.about-centered-img .dark-on-hover-apartment {
    top: -520px;
}

.about-centered-img:hover .dark-on-hover-apartment {
    top: 0px;
}

.anim.hovered-info .hovered-inner-title {
    position: relative;
    left: -600px;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -moz-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -ms-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -o-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    transition-timing-function: cubic-bezier(.17,.67,.53,1);
}

.anim.hovered-info .border-side {
    position: relative;
    left: 800px;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -moz-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -ms-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    -o-transition-timing-function: cubic-bezier(.17,.67,.53,1);
    transition-timing-function: cubic-bezier(.17,.67,.53,1);
}

.about-centered-img:hover .dark-on-hover-apartment {
    top: 0px;
}

.about-centered-img:hover .hovered-info .hovered-inner-title {
    left: 0;
}

.about-centered-img:hover .hovered-info .border-side {
    left: 0;
}

@media screen and (max-width: 1710px) and (min-width: 855px) {
    .next-arrow-right-apartments {
        /*display: none;*/
        top: 45%;
    }

    .next-arrow-left-apartments {
        /*display: none;*/
        top: 45%;
    }

    .intro-text-apartments {
        height: 82px;
        text-align: center;
        color: #272727;
        font-size: 36px;
        font-family: BrandonLight;
    }

    .gap {
        margin-top: 13px;
        min-height: 800px;
    }

    .gallery-item {
        width: 680px;
        position: relative;
        margin: auto;
    }

    .gallery-central-img {
        width: 650px;
        height: auto;
        /*background-size: cover;*/
    }

    .gallery-info {
        height: 128px;
    }

    .next-img > h6 {
        margin: 0;
        font-size: 12px;
    }

    .img-title > h3 {
        font-size: 13px;
        margin-top: 9px;
        margin-bottom: 14px;
    }

    .img-description {
        font-size: 13px;
        color: #272727;
        padding-top: 0px;
    }

    .bottom-distance-gallery {
        margin-bottom: 195px;
    }

    .bottom-distance-gallery {
        margin-bottom: 130px;
    }

    #map {
        height: 490px;
        margin: 0 0 30px;
    }

}

@media screen and (max-width: 854px) and (min-width: 571px) {

    .slick-dots {
        display: block !important;
        list-style-type: none;
        margin: 35px 0 0 15px !important;
        padding: 0 15px 0 0 !important;
        text-align: center;
        width: 540px;
    }

    .slick-dots li {
        display: inline-block;
    }

    .slick-dots li button {
        background: rgba(144, 183, 62, 0.6) none repeat scroll 0 0;
        border: medium none;
        height: 13px;
        margin: 0 2px;
        text-indent: -10000px;
        width: 18px !important;
    }

    .slick-dots li.slick-active button {
        background: rgba(144, 183, 62, 1.0) none repeat scroll 0 0;
    }

    .top-gallery-info {
        padding-top: 30px !important;
    }

    .bottom-distance-gallery {
        margin-bottom: 0 !important;
    }

    .centered-small {
        float: none;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .intro-text-apartments {
        height: 42px;
        font-size: 17px;
        font-family: BrandonRegular;
        text-align: left;
        margin-left: 31px;
    }

    .gallery-item {
        width: 540px;
        position: relative;
        margin: auto;
    }

    .gallery-central-img {
        width: 525px;
        height: auto;
        /*background-size: cover;*/
    }

    .gap {
        min-height: 718px;
    }

    .gallery-info {
        height: 148px;

    }

    .next-img > h6 {
        margin: 0;
        font-size: 10px;
    }

    .arrow-sign {
        margin-left: 10px;
        color: #87A03B;
        position: absolute;
        right: 0;
    }

    .img-title {
        font-family: BrandonBld;
        color: #272727;;
    }

    .img-title > h3 {
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 16px;
    }

    .img-description {
        font-size: 11px;
        color: #272727;
        padding-top: 0px;
    }

    .bottom-distance-gallery {
        margin-bottom: 30px;
    }

    .next-arrow-right-apartments {
        display: none;
    }

    .next-arrow-left-apartments {
        display: none;

    }

    .next-arrow-right {
        display: none;
    }

    .next-arrow-left {
        display: none;

    }



}

@media screen and (max-width: 570px) {

    .slick-dots {
        display: block !important;
        list-style-type: none;
        margin: 30px 0 0 0 !important;
        padding: 0 !important;
        text-align: center;
        width: 100%;
    }

    .slick-dots li {
        display: inline-block;
    }

    .slick-dots li button {
        background: rgba(144, 183, 62, 0.6) none repeat scroll 0 0;
        border: medium none;
        height: 13px;
        margin: 0 2px;
        text-indent: -10000px;
        width: 18px !important;
    }

    .slick-dots li.slick-active button {
        background: rgba(144, 183, 62, 1.0) none repeat scroll 0 0;
    }

    .next-arrow-right-apartments {
        display: none;
    }

    .border-gallery {
        height: 79% !important;
    }

    .top-gallery-info {
        padding-top: 23px !important;
    }

    .bottom-distance-gallery {
        margin-bottom: 0;
    }

    .next-arrow-left-apartments {
        display: none;

    }

    .next-arrow-right {
        display: none;
    }

    .next-arrow-left {
        display: none;

    }

    .centered-small {
        float: none;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .intro-text-apartments {
        height: auto;
        font-size: 17px;
        font-family: BrandonRegular;
        text-align: left;
        margin-left: 31px;
    }

    .gallery-item {
        width: 92%;
        position: relative;
        margin: auto;
    }

    .gallery-central-img {
        width: 91%;
        height: auto;
        /*background-size: cover;*/
    }

    .gap {
        min-height: 397px;
    }

    .gallery-info {
        height: 100%;

    }

    .img-number > h2 {
        font-size: 30px;
        line-height: 27px;
    }

    .next-img > h6 {
        margin: 0;
        font-size: 9px;
    }

    .arrow-sign {
        margin-left: 10px;
        color: #87A03B;
        position: absolute;
        right: 0;
    }

    .img-title {
        font-family: BrandonBld;
        color: #272727;;
    }

    .img-title > h3 {
        font-size: 11px;
        margin-top: 7px;
        margin-bottom: 8px;
    }

    .img-description {
        font-size: 11px;
        color: #272727;
        padding-top: 8px;
    }

    .bottom-distance-gallery {
        margin-bottom: 22px;
    }

}

.demo a {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: opacity .3s;
}

#section01 a span {.wpgmp_map_container
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.jarallax {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.white {
    background-color: white;
}

/** NIKOLA **/
.no-overflow {
    overflow: hidden;
}

.invisible {
    opacity: 0;
}

.border-gallery {
    position: absolute;
    left: 15px;
    border-left: 2px solid #87A03B;;
    height: 65%;
}

.top-gallery-info {
    padding-top: 65px
}

