﻿.footer-share-button {
    margin: 0px !important;
}

#heights-footer #heights-footer-social span {
    margin-top: 8px !important;
}

#heights-footer #copyright-text {
    line-height: 50px;
}
/*#pavillion-image img {
    max-width: 100% !important;
    width: auto !important;
    max-height:100%;
}*/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #9ecc9b;
        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


svg {
    z-index: 0 !important;
}

.modal-loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.63);
    background-size: 60px;
}

.job-item {
    margin: 0px;
    width: 100%;
}

.item-offer-info h1 {
    line-height: 40px;
}

.container-vmodal-profile h1 {
    font-size: 1.2em;
    margin: 2% 0;
}

.tooltips-list h2 {
    padding-top: 20px;
    margin-bottom: 40px;
}

.tooltips-list {
    padding: 2% 0 !important;
}

.social-network-facebook:hover img, .social-network-linkedin:hover img, .social-network-instagram:hover img, .social-network-whatsapp:hover img {
    top: 50%;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in
}

.social-network-facebook {
    position: relative;
    background-color: #3b5999;
    background-image: url(../images/common/facebook-icon.svg)
}

.social-network-whatsapp {
    position: relative;
    background-color: rgb(6, 210, 83);
    background-image: url(../images/common/whatsapp-icon.svg)
}

.social-network-instagram {
    position: relative;
    background-color: #125688;
    background-image: url(../images/common/instagram-icon.svg)
}

    .social-network-facebook:hover, .social-network-instagram:hover, .social-network-whatsapp:hover {
        background-position: center 180%
    }

        .social-network-facebook:hover img, .social-network-instagram:hover img, .social-network-whatsapp:hover img {
            transition: all .4s ease-in
        }

.profile-back-button, .vmodal-back-button {
    margin-bottom: 20px;
}

a.button-register {
    line-height: 40px;
}

a.menu-user-button {
    display: inline-block;
}

.btn {
    width: 100%;
    margin: 20px 0;
    /*background-color: #44b4e4;*/
    color: #fff;
    font-weight: bold;
}

#home-pavillions {
    padding-right: 20px;
    padding-left: 20px;
}

.input-mail textarea {
    min-height: 120px;
    width: 100%;
}

.input-mail input[type=text] {
    width: 100% !important;
}

.header-profile-container a {
    color: #fff;
}

@media (min-width: 1500px) {
    ._imageMaps_area_view iframe {
        position: absolute;
        top: 346px;
        left: 498px;
        width: 285px;
        height: 118px;
    }
}

@media (max-width: 1499px) {
    ._imageMaps_area_view iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100% !important;
        height: 100% !important;
    }
}

#mt50 {
    margin-top: 50px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}


.red {
    color: red;
}

.title2 h3 {
    display: inline-block;
    margin: 0 0 -1px;
    color: #2f7626;
    padding: 0px;
    border-bottom: 2px solid #2f7626;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.title2 {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 15px;
    margin-top: 00px;
}

.row img {
    width: 100%;
    max-height: 150px;
}

.row {
    margin-top: 20px;
    margin-bottom: 20px;
}


#change-pavillion-container {
    margin-top: 50px !important;
}

.entities-list-item-info a {
    color: white;
}

    .entities-list-item-info a:hover {
        text-decoration: none;
    }

.entities-list-item-info h3 {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .entities-list-item-info {
        height: 50px;
    }
}

.entities-list-item-info p {
    margin: 5px 0 0 15px;
}

.pull-right {
    float: right !important;
}

.welcome-message {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 20px auto;
    text-shadow: 1px 1px 5px #000, 1px 1px 5px #000, 1px 1px 5px #000, 1px 1px 5px #000;
}

.header-profile-logo {
    padding: 0px !important;
}

.tooltips-list-social span, .icon-social-stand {
    float: left !important;
}

#accordion {
    padding: 2%;
}

.ui-state-active {
    border: 1px solid #662d91 !important;
    background: #662d91 !important;
}

.big-icon-vmodal-mailbox, .vmodal-mailbox-header {
    background-color: #2f7626 !important;
}

.vmodal-header {
    background-color: #a154a0 !important;
}

.modal-content {
    border: 0px !important;
}

.container-body-modal, .container-body-modal-big {
    margin: auto !important;
    width: 100% !important;
    padding-bottom: 30px;
}

.container-list-videos ul li a .video-thumbnail {
    float: right !important;
}

.playingnow-name {
    padding-bottom: 10px;
}

.body-profile-header {
    background: none !important;
    background-color: #2f7626 !important;
}

.modal-header {
    border-bottom: 0px !important;
}

textarea[disabled=disabled] {
    cursor: no-drop !important;
    background-color: #ccc !important;
}

.profile-jobs-button {
    left: 15px !important;
    right: unset !important;
}

.profile-jobs-logo {
    border-right: 0px !important;
    border-left: 2px solid;
    float: right !important;
}

.profile-jobs-info {
    left: unset !important;
    right: 250px !important;
}

.profile-jobs-logo img {
    max-width: 90%;
}

input[type=date] {
    background-color: #c9e3c6 !important;
    border: 1px solid #08422a;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.modal-body h5 {
    color: #2f7626;
    margin: 15px 0 5px 0;
    font-size: 15px;
    font-weight: bold;
}

.rate-website {
    padding: 30px 0 0 0;
    text-align: center;
}

    .rate-booth span, .rate-website span {
        float: right !important;
        margin-left: 10px;
        color: #fff;
    }

    .rate-website span {
        float: none !important;
    }

    .rate-booth .rating-input, .rate-website .rating-input {
        padding: 10px 10px 0 10px;
    }

    .rate-booth .fa, .rate-website .fa {
        color: #ffc107 !important;
        font-size: 20px;
    }

#menu-user-buttons {
    margin: 30px 0 20px !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    border-bottom: 2px solid #000;
    background-color: #fff;
    color: #08422a;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    direction: rtl;
    line-height: 2;
    position: relative;
    transition: all ease 0.5s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        color: #333;
        border-bottom: 2px solid #333;
        transition: all ease 0.5s;
    }

/* Style the accordion panel. Note: hidden by default */
.panel.pnl-accord {
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.panel .pnl-warpper {
    margin: 5px;
}

.pnl-warpper .vmodal-profile-header, .pnl-warpper .vmodal-back-button, .pnl-warpper .title2 {
    display: none;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: normal !important;
    position: absolute;
    left: 10px;
    top: 20px;
    font-size: 30px;
    line-height: 22px;
    font-family: arial;
}

button.accordion.active:after {
    content: "\2212";
}


.faq-voting {
    float: left;
}

    .faq-voting i {
        border: 1px solid #2f7626;
        border-radius: 50%;
        padding: 5px;
        font-size: 20px;
        margin-top: -10px;
        color: #2f7626;
    }

    .faq-voting p {
        display: inline;
        font-size: 14px;
    }

    .faq-voting .faq-loading {
        width: 30px;
        display: none;
    }

    .faq-voting .voted-before {
        position: absolute;
        font-size: 10px;
        /* width: 256px; */
        left: 0;
        margin: 0px;
        padding: 0px;
        display: none;
    }

#divReply .reply-button {
    display: none;
}

.unreadCount {
    background: #ff0000;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    color: #ffffff;
    font: 11px tahoma;
    text-align: center;
}

@media (min-width: 700px) {
    figure.snip1416 {
        width: 100%;
    }
}

figure.snip1416 {
    color: #fff;
    position: relative;
    overflow: hidden;
    /*width: 100%;
    min-width: 230px;
    max-width: 315px;*/
    max-height: 220px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

    figure.snip1416 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    figure.snip1416 img {
        opacity: 0.6;
        width: 100%;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.snip1416 figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        figure.snip1416 figcaption > div {
            height: 20%;
            overflow: hidden;
            width: 100%;
            position: relative;
            top: 65%;
        }

            figure.snip1416 figcaption > div.tit {
                width: 70%;
                padding: 23px 0px;
                height: auto;
                margin: auto;
                border-radius: 50px 50px 0px 0px;
            }

            figure.snip1416 figcaption > div.diss {
                width: 100%;
                padding: 23px 0px;
                height: auto;
                margin: auto;
            }

            figure.snip1416 figcaption > div.moree {
                width: 100%;
                padding: 23px 0px;
                height: auto;
                margin: auto;
                opacity: 0;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
            }

    figure.snip1416 h2,
    figure.snip1416 h3 {
        margin: 0;
        position: absolute;
        left: 0;
        padding: 0 30px;
        text-transform: uppercase;
    }

    figure.snip1416 h2 {
        font-weight: 900;
        bottom: 0;
    }

    figure.snip1416 h3 {
        font-size: 1em;
        top: 0;
        font-weight: 500;
        left: 0;
        right: 0;
        margin: auto;
    }

    figure.snip1416 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
    }

    figure.snip1416:hover img,
    figure.snip1416.hover img {
        opacity: 0.3;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    figure.snip1416:hover figcaption > div {
        top: 40%;
    }

    figure.snip1416:hover figcaption div.moree {
        opacity: 1;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
