.file_upload {
    width: 100%;
    margin-bottom: 15px;
    color: #808181;
}

.download {
    position: absolute;
    right: 0;
    top: -40px;
}

.person-input {
    display: none;
    position: absolute;
    border: 3px #B8C5D6 solid;
    width: 170px;
    height: 68px;
    padding: 5px;
    background: #ECF4FB;
    z-index: 999;
}

.person-input button {
    width: 71px;
    margin: 2px;
}

.marked-persons b {
    float: left;
}

span.drag-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
    cursor: move;
}

.drag-box img {
    width: 22px;
}

.marked-persons li {
    list-style: none;
    float: left;
}

.marked-persons li:after {
    content: ",";
}

.marked-persons li:last-child:after {
    content: "";
}

.person-input input {
    width: 100%;
}

.frame {
    border: 2px #F44336 solid;
    position: absolute;
    z-index: 9999;
}

.ttooltip {
    position: absolute;
    width: 260px;
    /* height: 200px; */
    background: #ECF4FB;
    padding: 10px;
    font-weight: bold;
    border: 2px solid #F44336;
}

#TipContent {
    display: none;
}

.alert {
    display: none;
}

#short-form {
    position: relative;
}

#short-form .short-search {
    position: absolute;
    right: 0;
    bottom: 0;
}

.short-search {
    width: 36px;
    height: 36px;
    float: right;
}

.toggle-short-form {
    width: 61px;
    height: 38px;
    position: absolute;
    right: 25px;
}

html {
    font-size: 16px;
}

* {
    text-transform: uppercase !important;
}

html, body {
    height: 100%;
    background: #edeef0;
}

nav ul {
    list-style: none;
    padding: 0;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}

#primary {

}

.form-control {
    width: 100% !important;
}

.site-content {
    height: 100%;
}

.site-content .container-fluid {
    background-size: cover;
    position: relative;
}

.main-menu {
    margin-bottom: 0;
    float: left;
}

.main-menu li {
    line-height: 60px;
    padding: 0 15px;
    float: left;
}

.second-menu li {
    line-height: 35px;
    display: block;
    float: none;
}

.main-menu li a,
.main-menu li span,
.second-menu li a {
    display: block;
    color: #fff;
}

.main-menu li:hover {
    background: #B8C5D6;

}

.main-menu li a:hover {
    text-decoration: none;
}

.second-menu {
    display: none;
    padding: 8px 0;
    background: #008000;
    right: 0;
    width: 230px;
}

.second-menu .form-group {
    width: 100%;
}

.second-menu input, .second-menu button {
    background: #ECF4FB;
    border-radius: 0;
    border: 1px #A39BA8 solid;
    margin-bottom: 15px;
}

.second-menu button {
    background: #A39BA8;
    color: #fff;
    margin-bottom: 0;
}

.language a {
    width: 50%;
    float: left;
    border: none !important;
    text-align: center;
}

.language {
    border: none;
    margin-bottom: 20px;
}


#site-title h1 a:hover {
    text-decoration: none;
}

#site-title img {
    width: 100%;
    display: none;
}

#sidebar-wrap {
height: 60px;
    background: #4a76a8;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 Header
/*-----------------------------------------------------------------------------------*/

#site-title {

}

#site-titleimg {
    display: none;
}

#site-title h1 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.375rem;
    line-height: 1.15;
    -ms-word-break: break-word;
    word-break: break-word;
}

#site-title h1 a {
    line-height: 35px;
    padding-left: 15px;
    display: block;
    padding: 0 0 0 15px;
    color: #fff;
}

#site-title h2.site-description {
    display: none;
}

/* --- Sidebar + Main Menu + Menu Widgets --- */
#mobile-menu-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 44px;
    height: 34px;
    display: block;
    background: #B8C5D6 url(/img/menu-btn.png) 0 0 no-repeat;
    text-indent: -99999px;
}

#mobile-menu-btn:hover {
    background: #A39BA8 url(/img/menu-btn.png) 0 0 no-repeat;
}

/* --- Language Switcher --- */
.translate-wrap {

}

.translate-wrap select {
    border-radius: 0;
}

#lang_sel_list {
    width: auto;
    height: auto;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#lang_sel_list ul {
    width: 100%;
    border-top: none;
}

#lang_sel_list.lang_sel_list_horizontal ul {
    border: none;
    margin: 0;
    padding: 0;
}

#lang_sel_list.lang_sel_list_horizontal li {
    padding: 0;
    width: 44px;
    float: left;
    display: inline-block;
}

.translate-wrap #lang_sel_list a {
    width: 44px;
    height: 34px;
    display: inline-block;
    line-height: 35px;
    background-size: 100% 100%;
    border: none;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}

.translate-wrap #lang_sel_list a:hover, .translate-wrap #lang_sel_list a.lang_sel_sel:hover {

    border: none;
    text-decoration: none;
}

.copyright {
    display: none;
    bottom: 0;
    font-weight: bold;
    color: #b7c4d5;
}

/*-----------------------------------------------------------------------------------*/
/*	14.0 Search
/*-----------------------------------------------------------------------------------*/
.search-result {
    border: 10px #B8C5D6 solid;
    background: #ECF4FB;
    min-width: 600px;
}

.search-result .search-box {
    width: 100%;
    background: #B7C4D5;
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0;
}

.search-box {
    width: 100%;
    background: #B7C4D5;
    margin: auto;
    padding: 10px;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
max-height: 770px;
    overflow-y: scroll;
}

.search-box .form-group {
    width: 100%;
    height: 39px;
}

.search-box input {
    width: 100%;
    height: 100%;
    background: #EDF5FC;
    border-radius: 0;
    border: 1px #808181 solid;
    font-size: 18px;
}

.search-box .search-button {
    width: 100%;
    height: 39px;
    background: #F44336;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px #808181 solid;
    bottom: 0;
    font-weight: bold;
}

.search-box .search-actions {
    text-align: center;
    display: flex;
}

.search-box .search-actions button {
    background: rgb(221, 221, 221);
    flex: 1;
    color: #ff0000;
    display: inline;
    font-weight: bold;
    border: 1px #000 solid;
    height: 39px;
}

.collapsed .form-group {
    display: none;
}

.collapsed .form-group:first-child {
    display: block;
    margin-bottom: 0;
}

.not-found-message {
    font-size: 18px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
}

#apply_language {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 37px;
}

#search-results-table_filter {
    border: 10px #B8C5D6 solid;
    background: #ECF4FB;
    border-bottom: none;
    border-right: none;
    float: right;
    height: 60px;
    padding: 10px;
}

#search-results-table_filter input {
    border: none;
    height: 30px;
}

#search-results-table {
    border: 10px #B8C5D6 solid;
    border-right: none;
    border-left: none;
    text-align: left;
}

.search-result h1 {
    margin: 10px 0;
    display: inline-block;
}

.view-switcher button {
    position: relative;
    top: -10px;
    z-index: 999;
    border: 1px #868587 solid;
    border-bottom: none;
    border-left: none;
    width: 150px;
    height: 40px;
    font-weight: bold;
    padding: 0;

    background: #A39BA8;
    color: #fff;
}

.search-result button.active {
    background: #B8C5D6;
    color: #fff;
}

.search-result button:hover {
    background: #ECF4FB;
    color: #9E95A2;
}

.table-container {
    font-weight: bold;
    position: relative;
    top: -103px;
}

/****************************
PROFILE
*****************************/
.profile {
    position: relative;
    background: #ECF4FB;
    border: 7px #B8C5D6 solid;
    margin: 10px 0 0 0;
}

.profile-fixed {

}

.profile-avatar {
    float: left;
    width: 25%;
    height: auto;
}

.profile-info {
    padding: 10px;
    float: left;
    width: 75%;
}

.profile-info ul {
    list-style: none;
    padding: 0;
}

.profile-info ul li {
    font-size: 24px;
    font-weight: bold;
    float: none;
}

.open-close {
    background: #B8C5D6;
    border: 0;
    margin-left: 15px;
}

.profile-details {
    font-weight: bold;
    margin-bottom: 0;
}

.profile-details .tlabel {
    width: 1%;
    white-space: nowrap;
}

.profile-details table tr td {

}

.relative {
    position: relative;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #000;
    border: 5px solid #B8C5D6;
}

.relative a {
    color: #000;
}

.relative a:hover {
    color: #000;
}

.relative a:visited {
    color: #000;
}

.relative .photo {
    width: 120px;
    /*width: auto;*/
    height: 120px;
    float: left;
    margin-right: 10px;
}

.relative .photo img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.relative .name {
    margin-top: 5px;
    /*float: left;*/
}

button.remove-revative {
    background: #B8C5D6;
    border: none;
    right: 0;
    top: 0;
    position: absolute;
}

.relative-title {
    width: 100%;
    clear: both;
}

.profile h2 {
    margin: 0;
    padding: 0 50px 0 10px;
    /*background: url(/uploads/control/minus.png) no-repeat 99% 50%;*/
}

.hide-child {
    display: none;
    opacity: 0.3;
}

.hide-relative {
    height: 53px;
    overflow: hidden;

}

.hide-relative h2 {
    /*background: url(/uploads/control/arrow.png) no-repeat 99% 50%;*/
}

.view-switcher {
    position: relative;
    left: 5px;
    top: -38px;
}

.table-view {
    text-align: left;
}

.table-view .view-switcher {
    top: -38px;
    left: 5px;
}

.search-title {
    text-align: center;
    height: 53px;
    padding-top: 43px;
}

.table-view .search-title {
    padding-top: 0;
}

.counter {
    text-align: center;
}

.ok-icon {
    background: url(/uploads/ok.png);
    width: 25px;
    background-size: cover;
    height: 25px;
    float: left;
    display: none;
}

.help {
    width: 100px;
    border: 2px #F44336 solid;
    position: fixed;
    right: 20px;
    top: 20px;
    text-align: center;
    background: #ECF4FB;
    font-weight: bold;
    color: #F44336;
}

.help img {
    width: 100%;
    height: 100%;
}

.no-padding {
    padding: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	15.0 Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

.search-box {
    max-height: 620px;

}

.form-group {
    margin-bottom: 0px;
} 
   .col-md-6 {
        padding: 0;
    }

    .profile-info ul li {
        font-size: 22px;
    }
}

/* Minimum width of 767 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 767px) {
    /* --- General --- */
    #masthead {

    }

    #site-title {

    }

    #site-title img {
        display: none;
    }

    #site-title h1 a {
        display: inline-block;

    }

    #mobile-menu-btn {
        top: 15px;
        right: 35px;
    }

    .translate-wrap {

    }

    #site-nav {
        padding: 0;
    }

    .site-content .post, .site-content .type-attachment, .search-results .site-content .page {
        padding: 100px 35px 0;
    }

    .site-content .page {
        padding-left: 0;
        padding-right: 0;
    }

    .site-content .page, .entry-footer {
        padding-bottom: 100px;
    }

    .single .entry-footer {
        padding-top: 100px;
    }

    #nav-below, #nav-single, #nav-image, #nav-comments, .site-content .page, .archive-header {
        margin: 0 35px;
    }

    #colophon {
        margin: 0 35px;
    }

    #nav-single {
        margin: 0 35px;
        padding: 100px 0;
    }

    .copyright {
        display: none;
    }

    /* --- Headlines --- */
    h1 {
        font-size: 30px;
        font-size: 1.875rem;
    }

    h1.entry-title {
        line-height: 1.35;
    }

    h2 {
        margin: 54px 0 44px;
        font-size: 30px;
        font-size: 1.125rem;
        line-height: 1.35;
    }

    h3 {
        margin: 44px 0 14px;
        font-size: 23px;
        font-size: 1.4375rem;
    }

    h4 {
        margin: 44px 0 14px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    h5 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    h6 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .hide-relative {
        height: 40px;
    }

    .profile-info ul li {
        font-size: 22px;
    }

}

/* Minimum width of 1023 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1023px) {

    .fixed {
        position: absolute;
    / / width: calc(50 % - 125 px);
        width: 50%;
    }

    .relfixed {
        margin-left: 50%;
    }

    #sidebar-wrap {
        top: 0;
        height: 60px;
        background: #4a76a8;
    }

    #masthead, #site-nav, #secondary {

    }

    #primary {

    }

    #nav-below, #nav-single, #nav-image, #nav-comments, .site-content .page, .archive-header {
        margin-left: 0;
        margin-right: 0;
    }

    #mobile-menu-btn {
        display: none;
    }

    #site-title img {
        display: block;
    }

    #site-title {
        margin-right: 0;
        text-align: center;
        clear: both;
        overflow: hidden;
        width: 265px;
        float: left;
    }

    #site-title h1 a {
        display: block;
        padding: 0;
        color: #fff;
    }

    #site-nav {
        display: block !important;
    }

    #site-nav ul li a,
    #site-nav ul li span {
        font-size: 18px;
        font-size: 1.125rem;
        color: #fff;
    }

    .second-menu {
        border-left: none;
        border-right: none;
        position: absolute;
    }

    /* --- Language Switcher --- */
    .translate-wrap {

    }

    .copyright {
        display: block;
    }

    .search-box {
        width: 500px;
    }

    .profile-info ul li {
        font-size: 14px;
    }
}

/* Minimum width of 1270 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1280px) {
    #container {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    #sidebar-wrap {
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 30;
        top: 0;
        right: 0;
        left: 0;
        background: #4a76a8;
    }

    #sidebar {

    }

    #primary {

    }

    #site-title img {
        display: block;
    }

    .profile-info ul li {
        font-size: 18px;
    }

    #site-nav ul li a, #site-nav ul li span {
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
    }

}

/* Minimum width of 1350 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1350px) {
    #sidebar-wrap {
    }

    #site-title img {
        display: block;
    }

    .profile-info ul li {
        font-size: 20px;
    }
}

/* Minimum width of 1440 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1435px) {
    /* --- General --- */
    #container {
        position: relative;
        overflow: hidden;
        max-width: 1440px;
        margin: 0 auto;
    }


    #site-title img {
        display: block;
    }

    .profile-info ul li {
        font-size: 22px;
    }

    .relative {
        width: 50%;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	16.0 HiDPI (= Retina) Displays
/*-----------------------------------------------------------------------------------*/
@media (min--moz-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),(-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5) {

}

@media (min--moz-device-pixel-ratio: 1.5) and (min-width: 767px),(-o-min-device-pixel-ratio: 3/2) and (min-width: 767px),(-webkit-min-device-pixel-ratio: 1.5) and (min-width: 767px),(min-device-pixel-ratio: 1.5) and (min-width: 767px),(min-resolution: 1.5dppx) and (min-width: 767px) {

}

@media (min--moz-device-pixel-ratio: 1.5) and (min-width: 1023px),(-o-min-device-pixel-ratio: 3/2) and (min-width: 1023px),(-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1023px),(min-device-pixel-ratio: 1.5) and (min-width: 1023px),(min-resolution: 1.5dppx) and (min-width: 1023px) {

}

@media (min--moz-device-pixel-ratio: 1.5) and (min-width: 1270px),(-o-min-device-pixel-ratio: 3/2) and (min-width: 1270px),(-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1270px),(min-device-pixel-ratio: 1.5) and (min-width: 1270px),(min-resolution: 1.5dppx) and (min-width: 1270px) {

}

/*-----------------------------------------------------------------------------------*/
/*	17.0 Print
/*-----------------------------------------------------------------------------------*/
@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description, #site-nav, #secondary, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .comments-link, #colophon {
        display: none;
    }

    .entry-header, .entry-content, .entry-summary, .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title, .entry-title {
        font-size: 18pt;
    }
}

@media screen and (max-height: 838px) {

    #site-nav {
        padding-top: 0;
        float: left;
    }

    #site-title img {
        display: none;
    }
}

@media screen and (max-height: 838px) and (min-width: 1023px) {
    .translate-wrap {

    }
}

.col-lg-6 {
    text-align: justify;
}

.message img, .change img, .log img {
    width: 150px;
}

.accept, .decline {
    background: url(/uploads/control/remove.png);
    border: none;
    background-size: cover;
    width: 40px;
    height: 40px;
    float: left;
}

.accept {
    background: url(/uploads/control/accept.png);
    background-size: cover;
}

#person-slider {
    width: 500px;
    margin: 0 auto;
}

#person-slider .person-slide {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.person-slide a {
    color: #000;
    font-weight: bold;
}

.person-slide a:hover {
    color: #000;
}

.person-slide a:visited {
    color: #000;
}

#person-numbers {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

.person-next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.person-prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.person-next img, .person-prev img {
    width: 75px;
    height: 75px;
}

#person-files {
    position: relative;
    background: #FFF;
    padding: 2em 3em;
    width: auto;
    margin: 20px auto;
    max-width: 924px;
}

.edit-box img {
    width: 600px;
    height: 600px;
}

.action-buttons {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: -40px;
}

.action-buttons a {
    color: #fff;
}

.action-buttons a.popup-files {
    float: left;
}

.action-buttons button {
    color: #000;
    border-radius: 0;
    font-weight: bold;
    /*background: #A39BA8;*/

}

.action-buttons button:hover {
    /*background: #B8C5D6;*/
}

.btn-primary {
    border-color: #A39BA8;
}

.btn-primary:hover {
    border-color: #B8C5D6;
}

.delete-form .btn-primary {
    width: 120px;
    border-color: #A39BA8;
    border-radius: 0;
    font-weight: bold;
    position: absolute;
    right: 0;
    background: #F44336;
    padding: 6px 0;
}

.edit .action-buttons {
    top: 0px;
    width: 120px;
}

.edit .action-buttons a {
    float: left;
    margin-bottom: 1px;
}

.edit .action-buttons button {
    width: 120px;
    padding: 6px 0;
}

.edit .profile-info {
    padding-right: 130px;
    height: 173px;
}

.green {
    background: #008000 !important;
}

.photo-gal, .main-photo {
    position: relative;
    display: block;
    list-style: none;
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 5px;
}

.document-gal {
    position: relative;
    display: block;
    list-style: none;
    float: left;
    width: 115px;
    height: 150px;
    overflow: hidden;
    margin: 5px;
    color: #000;
    padding-bottom: 35px;
    text-decoration: none;
    font-size: 12px;
}

.document img {
    width: 90px;
}

div.add-photo, div.add-document {
    width: 60px;
    height: 60px;
    font-size: 62px;
    margin: 20px;
    display: block;
    color: #000;
    text-align: center;
    float: left;
    background: url('/uploads/control/plus-icon.gif');
    background-size: cover;
}

div.add-photo:hover {
    background: #B8C5D6, url('/uploads/control/plus-icon.gif');
}

#photo, #file, #video {
    opacity: 0;
    height: 90px;
    width: 90px;
    margin: 5px;
    overflow: hidden;
}

.show-children {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #B8C5D6;
    border: 1px #A39BA8 solid;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#photo-files a {
    display: block;
    list-style: none;
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 5px;
}

.contact {
    width: 500px;
    background: #B7C4D5;
    margin: auto;
    border: 1px #808181 solid;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.contact input {
    height: 100%;
    background: #EDF5FC;
    border-radius: 0;
    border: 1px #808181 solid;
    font-size: 18px;
}

.contact textarea {
    height: 100%;
    background: #EDF5FC;
    border-radius: 0;
    border: 1px #808181 solid;
    font-size: 18px;
    width: 100%;
    padding: 6px 12px;
}

.contact h1 {
    margin: 0;
}

.contact .form-group {
    width: 100%;
}

span.change {
    color: #F44336;
}

span.old {
    color: #B8C5D6;
}

.relative.remove {
    opacity: 0.5
}

.relative.add {
    border: 1px #0f0 solid;
}

.message-box {
    width: 500px;
    border: 10px #B8C5D6 solid;
    background: #ECF4FB;
    min-width: 600px;
    margin: 0 auto;
}

.message-box h1 {
    text-align: center;
}

.message-box p {
    text-align: center;
}

.profile input,
.profile select,
.profile textarea {
    border-radius: 0;
}

.photo-gal:hover .actions,
.document-gal:hover .actions,
.video-gal:hover .actions,
.main-photo:hover .actions {
    display: block;
}

.actions {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
}

.actions img {
    width: 30px;
    height: 30px;
}

.actions img {
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Firefox 35+ */
    -webkit-filter: grayscale(1);
}

.prior {
    border: 2px #0f0 solid;
}

.actions img:hover,
.actions img.active
 {
    filter: none; /* IE6-9 */
    filter: grayscale(0); /* Firefox 35+ */
    -webkit-filter: grayscale(0);
}

.logged {
    background: #008000;
    position: relative;
}

.logged li a {
    color: #fff;
    text-align: right;
}

.logged:hover .second-menu {
    display: block;
}

.mother {
    float: right;
}

.back-button img {
    width: 100px;
}

.mdate {
    position: absolute;
    bottom: 0;
    left: 130px;
}

.mdate.edit {
    position: absolute;
    right: 5px;
    bottom: 0;
}

.ch {
    bottom: 0;
}

.secondary {
    font-size: 70%;
    font-style: italic;
}

.email {
    width: 500px;
}

.managers {
    background: #fff;
}

.img-gal {
    width: 100%;
}

#description {
    font-size: 14px;
    width: 75%;
    height: 66px;
    text-transform: none !important;
    transition: background 2s ease-in-out;

    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}

.content {
    position: absolute;
    right: 0;
    top: 150px;
    width: 500px;
    display: none;
}

.radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    width: 50%;
    line-height: 39px;
}

.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.radio input {
    width: 20px;
    height: 20px;
    margin: 9px;
}

.lock {
    width: 20px;
    height: 20px;
    float: right;
}

.password {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* COPYRIGHT */

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

#tree-container {
    background: #eee;
    overflow: hidden;
}

.title, .records_list {
    background: #fff;
}

.customselect {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.register {
    max-width: 330px;
    margin: 300px auto 0 auto;
    padding: 10px;
}

.register input {
    text-transform: none !important;

}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be alte#F44336.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    orde#F44336 & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url(/img/overlay.png) repeat 0 0;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/img/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/img/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/img/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/img/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/img/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(/img/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(/img/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(/img/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 22px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 1em;
    background: #fff;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url(/img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

/*
FACEBOOK
*/

.string {
    width: calc(100% - 250px);
    position: absolute;
    height: 60px;
    margin: 30px auto;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px #777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgb(238, 238, 238);
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    bottom: 0;
}

.hidden {
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255, 80, 80);
    z-index: 10;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.desc {
    margin: 1em 0.75em 0 0;

    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 50%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid rgb(255, 80, 80);
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.pages {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.help-box {
    top: 250px;
    width: 500px;
    background: #B7C4D5;
    margin: auto;
    left: 0;
    right: 0;
    padding: 10px;
    overflow: hidden;
    position: absolute;
}

.suggest-col {
    overflow-y: scroll;
    height: 100vh;
}

#profile-preview-content {
    position: relative;
}

.reset-hover:hover {
    background: none!important;
}

.splash-screen {
            position: absolute;
            top: 0;
            bottom: 0;
            background: #edeef0;
            margin: -60px -15px -15px -15px;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: none;
            padding: 4%;
            transition: opacity 350ms linear;
            opacity: 1;
	    z-index: 99;
        }

        .splash-row {

        }

        .splash-row:after {
            content: "";
            display: table;
            clear: both;
        }

        .savorgnani {
            margin: 0 25%;
            text-align: center;
        }

        .forni {
            transition: background-position 30s linear;
            width: 50%;
            height: 100%;
            float: left;
            cursor: pointer;
            text-align: center;
            background-repeat: repeat-x;
        }

        .forni:hover {
            /*background: #fff;*/
        }

        .forni:hover .wrapper {
            background: rgba(237, 238, 240, 0.7);
        }

        .forni .pennant {
            /*width: 225px;*/
            height: 250px;
        }

        .splash-screen h2 {
            margin: 0;
            font-size: 26px;
        }

        .forni .wrapper {
            height: 100%;
            padding: 40px;
            background: rgba(237, 238, 240, 1);
            transition: all .5s ease-out 0.1s;
        }

        .forni .info {
            text-align: left;
        }

        .di-sopra:hover {
            background-position: right;
        }

        .di-sopra {
            background-image: url("/img/forni-di-sopra-panoramica_425.jpg");
            background-position: left;
            background-size: 168%;
        }

        .di-sotto:hover {
            background-position: left
        }

        .di-sotto {
            background-image: url("/img/37688631.jpg");
            background-position: right;
            background-size: 168%;
        }

        .savorgnani h2 {
            text-transform: none!important;
	    font-family: '1 Vivaldi', Arial;
            font-size: 48px;
        }

        .savorgnani .pennant img {
            margin: 0 0 0 -2px;
            display: inline;
        }

        .savorgnani .pennant {
            float: left;
            overflow: hidden;
            margin-right: 30px;
            height: 250px;
            text-align: center;
        }

.mobile-menu {
    height: 19px;
    position: absolute;
    padding: 16px 12px;
    display: block;
    text-align: right;
    width: 25px;
    right: 0;
    top: 0;
}

.mobile-menu {
    display:none;
}


@media screen and (max-width: 767px) {
.mobile-menu {
    display:block;
}
.splash-screen {
    margin-top: 0;
}
.forni .pennant {
    width: 100%;
}
.savorgnani {
margin: 0 15%;
}
.savorgnani h2 {
    font-size: 32px;
}
.forni .wrapper	{
    padding: 0;
}

.copyright {
    display: block;
padding-left: 15px;
}

#site-nav {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    background: #4a77a8;
    z-index: 99;
}
#site-nav ul {
    width: 100%;
padding-bottom: 8px;
}
#site-nav li {
    float:none;
    line-height: 45px;
}
.search-result {
    min-width: auto;
}

#person-slider {
    width: 100%;
}

#person-slider .person-slide {
    width: 100%;
}

.person-prev {
    position: absolute;
    bottom: 0px;
    left: -20px;
    top: initial;

}

.person-next {
    top: initial;
    position: absolute;
    bottom: 0;
    right: -20px;
}

.search-result {
    margin: -60px -15px 0;
}
.search-result h1 { 
font-size: 26px;
}

.profile-page {
    margin-top: -60px;
}

.profile-info ul li {
  font-size: 18px;
}
.profile-avatar, .relative .photo {
     width: 33%;
     margin: 0;
}
.profile-info,.relative .name { 
     width: 67%;
    padding-left: 8px;
    float: left;

}
.relative .photo {

}
.profile h2 {
font-size: 18px;
    padding: 4px 8px;
}

.hide-relative {
  height: 43px;
}

html, body { max-width: 100% !​important; overflow-x: hidden !important; }.

}
