/* List style for nizhyn-travel.com.ua
   Autor: Nadia Tkachuk, ChNTU
   2017
*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Header*/

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 192px;
}

.uppercase {
    text-transform: uppercase;
}

#header {
    height: auto;
    padding: 5px 0px;
}

#header-row {
    margin: 0;
}

#h4_header {
    color: #3d7a13;
    padding: 12px 0px 0 0;
}

.header-button {
    padding-top: 18px;
}

.logo {
    vertical-align: middle;
}

@media (max-width: 768px) {
    #h4_header {
        padding-top: 10px;
        padding-left: 5px;
    }

    h4 {
        font-size: 12pt;
    }
}

@media (max-width: 481px) {
    h4 {
        font-size: 10pt;
    }
}

/*removes the form-search from the screen*/
@media (max-width: 991px) {
    .mob-search-header {
        display: none;
    }
}

@media (max-width: 400px) {

    #h4_header {
        font-size: 8pt;
    }
}

@media (max-width: 350px) {

    .logo {
        height: 35px;
        width: 37px;
    }

    #h4_header {
        padding-top: 0;
    }

    h4 {
        font-size: 7pt;
        margin-top: 5px;
    }

    .header-button {
        padding-top: 0px;
    }
}

/* End Header*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Navigation*/

#nav {
    background: #3d7a13;
    border-radius: 0px;
    border-color: #3d7a13;
    border: 0;
    margin-bottom: 0;
}

#responsive-menu {
    padding-left: 55px;
}

.icon-bar {
    background-color: white;
}

@media (max-width: 991px) {
    #responsive-menu {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    #responsive-menu {
        padding-left: 10px;
    }
}

#nav-color {
    color: white;
    padding: 15px 30px;
}

#nav-color:hover {
    background: #499217;
}

.mobi-li {
    display: none;
}

.main-li {
    display: block;
}

#main-page {
    display: block;
}

@media (max-width: 991px) {
    .nav > li.main-li {
        display: none;
    }
}

@media (max-width: 1200px) {
    .nav > li#main-page {
        display: none;
    }
}

@media (max-width: 767px) {
    .nav > li.main-li {
        display: block;
    }
}

@media (max-width: 767px) {
    #nav-color:hover {
        background-color: #499217 !important;
    }

    #nav-color {
        padding: 5px 30px !important;
    }

    .mobi-li {
        display: block;
    }
}

@media (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #499217;
}

.nav > li > a:focus {
    background-color: #3d7a13;
}

/* Start classes for dropdown menu and submenu*/
.dropdown-menu {
    background-color: #669645;
    min-width: 170px;
}

@media (max-width: 767px) {
    .dropdown-menu {
        background-color: #669645 !important;
        min-width: 100px;
        padding-left: 20px;
        font-size: 10pt;
    }
}

.dropdown-menu > li > a {
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    border-color: #499217;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0px;
    background-color: #7cb158;
    border-radius: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;

}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/*End classes for dropdown menu and submenu*/

/* End Navigation*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Parallax Block*/

.parallax-top {
    background-image: url('../image/back.jpg');
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-title {
    font-size: 60pt;
    color: white;
    padding: 14% 0 0 0;
    font-weight: bold;
    z-index: 13;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}

.header-subtitle {
    font-size: 30pt;
    color: white;
    font-weight: bold;
    z-index: 13;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px black;
}

.main-subtitle {
    margin: 0 60px;
    color: white;
    font-size: 24px;
    margin-bottom: 14%;
    text-shadow: 1px 1px 1px black;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .parallax {
        height: 300px;
    }

    .header-title {
        font-size: 45pt;
    }

    .header-subtitle {
        font-size: 15pt;
    }
}

/* End Parallax Block*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start News and Anons Block and View Block*/

/* Start Main style for column on site */

.select-scroll {
    overflow-x: auto;
    overflow-y: auto;
}

.column-left {
    width: 20%;
    float: left;
    display: inline-block;
    position: relative;
    padding-top: 20px;
}

#height-menu {
    height: 400px;
}

@media (max-width: 767px) {
    #height-menu {
        display: none;
    }
}

.column-right {
    display: inline-block;
    width: 70%;
    padding-top: 20px;
}

/* End Main style for column on site */

#news, #exib {
    width: 73%;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#anons, #calendari {
    background: #3d7a13;
    width: 25%;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.title {
    font-size: 20pt;
    display: block;
}

#anons-title {
    color: #3d7a13;
    background: white;
    padding: 5px 0px 5px 0px;
}

#news-title {
    background-color: #3d7a13;
    padding: 5px 0px 5px 0px;
    width: 100%;
    color: white;
}

.main-time {
    position: absolute;
    bottom: 0;
}

.info-square {
    display: inline-block;
    line-height: 1.42857143;
    background-color: white;
    border: 5px solid #3d7a13;
    border-radius: 0;
    height: 240px;
    width: 274px;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    text-align: left;
    position: relative;
}

#history {
    height: 250px;
    width: 282px;
    max-width: 282px;
}

#info-anons {
    border: 5px solid #499217;
}

#info-history {
    margin: 15px 5px 0px 5px;
    text-overflow: ellipsis;
}

.info-square > img, .info-square:hover {
    color: #499217 !important;
    border-color: #669645;
    /*width: 100% !important;*/
}

.info-square > p, .info-square > p:hover, .info-square > time {
    padding: 4px;
    color: #333;
    margin: 0;
    width: 100%;
}

.img-block {
    height: 160px;
    overflow: hidden;
}

.img-block img {
    width: 100%;
    min-height: 100%;
}

#img-history {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#img-history img {
    width: 100%;
    min-height: 100%;
}

.text-block-history {
    color: #3d7a13;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    display: block;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-block-history:hover {
    color: #3d7a13;
}

@media (max-width: 1199px) {
    #news, #exib {
        width: 72%;
    }

    .title {
        font-size: 18pt;
    }

    .info-square {
        max-height: 200px;
        height: 200px;
        width: 222px;
        overflow: hidden;
    }

    #history {
        max-height: 230px;
        height: 230px;
        width: 232px;
        max-width: 232px;
    }

    #img-history {
        width: 300px;
        overflow: hidden;
    }

    .img-block {
        height: 120px;
    }

    .text-block {
        width: auto;
        font-size: 9pt;
        margin-bottom: 2px;
        font-weight: bold;
    }

    .text-block-history {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .info-square {
        max-height: 150px;
        height: 150px;
        width: 170px;
        overflow: hidden;
        border: 3px solid #3d7a13;
    }

    #history {
        max-height: 160px;
        height: 160px;
        width: 177px;
        max-width: 177px;
    }

    #img-history {
        width: 220px;
        overflow: hidden;
    }

    #info-anons {
        border: 3px solid #499217;
    }

    .img-block {
        height: 95px;
    }

    .title {
        font-size: 16pt
    }

    .text-block, time {
        width: auto;
        font-size: 6pt;
        margin-bottom: 2px;
        font-weight: bold;
    }

    .text-block-history {
        width: 160px;
        font-size: 10pt;
    }
}

@media (max-width: 767px) {
    #news, #anons {
        width: 100%;
        background: white;
    }

    #anons-title {
        color: white;
        background: #3d7a13;
    }
}

@media (max-width: 390px) {

    .info-square {
        max-height: 230px;
        height: 230px;
        width: 250px;
        overflow: hidden;
        border: 3px solid #3d7a13;
    }

    .img-block {
        height: 160px;
    }

    .text-block, time {
        width: auto;
        font-size: 9pt;
        margin-bottom: 2px;
        font-weight: bold;
    }

    #history {
        max-height: 230px;
        height: 230px;
        width: 250px;
        max-width: 250px;
        overflow: hidden;
        border: 3px solid #3d7a13;
    }

    #img-history {
        width: 300px;
        overflow: hidden;
    }

    .text-block-history {
        width: 200px;
        font-size: 12pt;
    }

}

@media (max-width: 299px) {
    .info-square {
        max-height: 175px;
        height: 175px;
        width: 250px;
        overflow: hidden;
        border: 3px solid #3d7a13;
    }

    .img-block {
        height: 120px;
    }

    #history {
        max-height: 160px;
        height: 160px;
        width: 160px;
        max-width: 160px;
        overflow: hidden;
        border: 3px solid #3d7a13;
    }

    #img-history {
        width: 220px;
        overflow: hidden;
    }

    .text-block, time {
        width: auto;
        font-size: 6pt;
        margin-bottom: 2px;
        font-weight: bold;
    }

    .text-block-history {
        width: 160px;
        font-size: 10pt;
    }

    .title {
        font-size: 14pt
    }
}

.view {
    margin: 20px 0px 10px 0px;
}

/* End News and Anons Block and View Block/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* Start Parallax Exibitions and Calendar Block*/
/* ---------------------------------------------------------------------------------------------------------------------*/

.parallax-exib-calendar-block {
    background-image: url('../image/paral2.jpg');
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.calendar-mobi {
    display: none;
/ / margin: 0;
}

#calendari {
    background: rgba(256, 256, 256, 0.7);
    padding: 30px 0px;
    display: inline-block;
}

.exib-title {
    font-size: 50pt;
    text-align: left;
    padding: 15px 0;
    color: white;
    line-height: 80px !important;
    margin-top: 20px;
}

.exib-subtitle {
    font-size: 14pt;
    text-align: left;
    padding: 15px 0px;
    color: white;
    text-shadow: 1px 1px 2px darkgray;
}

.exib-link:hover {
    color: #333;
}

.button-exib {
    color: #333;
    font-size: 12pt;
    text-align: center;
    margin-left: 20px;
    background-color: white;
    border: 0;
}

.myButton {
    background-color: #5cbf2a;
    border: 3px solid white;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    padding: 14px 45px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.myButton:hover {
    background-color: #5cbf2a;
    text-decoration: underline;
}

.myButton:active {
    position: relative;
    top: 1px;
}

#button-go {
    color: white;
}

.calendar-title {
    text-align: center;
    font-weight: bold;
    color: #333;
    font-size: 12pt;
    padding-bottom: 10px;
    margin: 0;
}

.calendar-subtitle {
    padding: 5px;
    margin: 10px 0px;
}

.calendar-subtitle > a {
    color: #3d7a13;
}

.calendar-subtitle > a:hover {
    color: #3d7a13;
    text-decoration: underline;
}

.calendar-img {
    width: 100%;
    max-width: 130px;
    overflow: hidden;
    max-height: 160px;
    padding: 10px 10px 10px 5px;
}

@media (max-width: 991px) {
    #calendari {
        display: none;
    }

    #exib {
        width: 100%
    }

    .calendar-mobi {
        display: inline-block;
        background: rgba(256, 256, 256, 0.7);
        padding: 15px 0;
    }

    .calendar-img {
        width: 100%;
        max-width: 140px;
        overflow: hidden;
        max-height: 180px;
        padding: 10px;
        display: inline-block;
        position: relative;
    }
}

@media (max-width: 767px) {
    .exib-title {
        font-size: 45pt;
    }

    .exib-subtitle {
        font-size: 12pt;
    }
}

@media (max-width: 450px) {
    .exib-title {
        font-size: 30pt
    }
}

@media (max-width: 320px) {
    .exib-title {
        font-size: 20pt
    }

    .exib-subtitle {
        font-size: 11pt
    }

    .calendar-img {
        max-width: 80px;
        overflow: hidden;
        max-height: 150px;
        padding: 10px;
        display: inline-block;
        position: relative;
    }
}

/* End Parallax Exibitions and Calendar Block*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Android Parallax Block*/

.parallax-android {
    background-image: url('../image/P1360302.JPG');
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#android-img {
    width: 40%;
}

#android-text {
    width: 58%;
}

.phone-img {
    margin-top: 150px;
    height: auto;
    width: auto;
}

.android-title {
    font-size: 50pt;
    text-align: right;
    padding: 15px 0;
    color: white;
    line-height: 80px !important;
    text-shadow: 1px 1px 5px black;
    margin-top: 50px;
}

.android-subtitle {
    font-size: 14pt;
    text-align: right;
    padding: 15px 0px;
    color: white;
    text-shadow: 1px 1px 5px black;
}

#link-app {
    width: 300px;
    height: 85px;
}

a.android-link > img:hover {
    border: 3px solid white;
    border-radius: 15px;
}

#gp-btn {
    text-align: right;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    #android-text, #android-img {
        width: 48%
    }

}

@media (max-width: 991px) {
    .phone-img {
        width: 350px;
        height: 410px;
    }

    #link-app {
        width: 230px;
        height: 75px;
    }
}

@media (max-width: 767px) {
    #android-img {
        display: none;
    }

    #android-text {
        width: 100%;
        margin-left: 0px;
    }

    #gp-btn {
        text-align: center;
    }

    .android-title, .android-subtitle {
        text-align: center;
    }
}

@media (max-width: 340px) {
    .android-title {
        font-size: 32pt
    }

    .android-subtitle {
        font-size: 12pt
    }

    #link-app {
        width: 170px;
        height: 55px;
    }
}

/* End Android Parallax Block*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start History Page*/

.parallax-history {
    background-image: url('../image/history_nizhyn.jpg');
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#history-header-title {
    font-size: 50pt;
    color: white;
    padding: 7% 0;
    font-weight: bold;
    z-index: 13;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 4px black;
}

#galery {
    width: 22%;
    background: #3d7a13;
    margin-right: 20px;
    position: relative;
    height: auto;
}

#article {
    width: 76%;
}

.text-history {
    padding: 0px 20px 0px 20px;
    text-indent: 40px;
    margin-bottom: 10px;
}

#my-thumbs-list {
    overflow: hidden;
    width: auto;
}

.history-gallery {
    position: absolute;
    margin: 10px 0;
    overflow: hidden;
    width: auto;
}

.fancybox {
    display: inline-block;
    line-height: 1.42857143;
    background-color: white;
    border-radius: 0;
    height: auto;
    max-width: 230px;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    border: 3px solid white;
}

@media (max-width: 1199px) {
    #galery {
        width: 22%
    }

    #article {
        width: 74%
    }

    .fancybox {
        max-width: 190px;
    }

}

@media (max-width: 991px) {
    #galery {
        width: 30%
    }

    #article {
        width: 67%
    }

    .fancybox {
        max-width: 200px;
    }
}

@media (max-width: 764px) {
    #galery {
        width: 100%;
        background: white;
    }

    #article {
        width: 100%
    }

    .fancybox {
        display: inline-block;
        line-height: 1.42857143;
        background-color: white;
        border-radius: 0;
        max-height: 180px;
        height: 150px;
        max-width: auto;
        overflow: hidden;
        margin: 10px 10px 0px 0px;
        text-align: left;
        border: 5px solid #499217;
    }

    #history-header-title {
        font-size: 30pt;
    }

    .text-history {
        /*padding:10px 0;*/
        text-indent: 20px;
        margin-bottom: 0;
        font-size: 10pt;
    }
}

/* End History Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start View-Places Page*/

.breadcrumb {
    border-radius: 0;
    border-bottom: 1px solid #3d7a13;
    margin-bottom: 10px;
    background: white;
}

.breadcrumb > li + li:before {
    content: "\f105";
    font-family: "FontAwesome";
}

.breadcrumb > li > a:hover {
    color: #3d7a13;
    text-decoration: none;
}

a {
    color: black;
}

#back-menu {
    margin-right: 20px;
}

.navmenu {
    border-radius: 0px;
    width: auto;
    border-bottom: 2px solid #3d7a13;
    margin-bottom: 20px;
}

.navmenu-brand {
    background-color: #3d7a13;
    text-align: center;
    padding: 10px 15px;
    margin: 0px 0;
}

#title-menu {
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 12pt;
}

#title-menu:hover {
    background-color: #3d7a13;
}

#title-menu:focus {
    background-color: #3d7a13;
}

.title-filter {
    font-size: 12pt;
    color: #3d7a13;
    margin: 10px auto;
}

.filter {
    border-top: 2px solid #3d7a13;
    border-bottom: 2px solid #3d7a13;
    background-color: #f8f8f8;
    padding: 10px 15px;
    margin-bottom: 30px;
}

#check {
    display: block;
}

#title-page {
    color: #3d7a13;
    margin-top: 12px;
}

.img-view {
    height: 145px;
    width: 220px;
    overflow: hidden;
    border: 2px solid #3d7a13;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.img-view img {
    width: 100%;
    min-height: 100%;

}

.view-block {
    height: auto;
    margin: 10px 0;
    border-bottom: 2px dashed #3d7a13;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 15px;
}

.subtitle-block-view {
    margin-bottom: 0;
}

#title-block-view {
    color: #3d7a13;
}

@media (max-width: 991px) {
    #back-menu {
        width: 30%;
    }

    #list {
        width: 67%
    }
}

@media (max-width: 767px) {

    .navmenu-default {
        display: none;
    }

    #back-menu, #list {
        width: 100%;
        padding-top: 0px;
    }

    #title-page {
        font-size: 16pt;
    }

    #title-block-view {
        font-size: 12pt;
    }

    .subtitle-block-view {
        font-size: 10pt;
    }

    .img-view {
        height: 140px;
        width: 190px;
    }
}

@media (max-width: 590px) {

    #title-page {
        font-size: 14pt;
    }

    #title-block-view {
        font-size: 11pt;
    }

    .img-view {
        height: 200px;
        width: auto;
    }
}

@media (max-width: 325px) {
    .img-view {
        height: 130px;
        width: auto;
    }
}

/* End View-Places Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Place Page*/

.img-view-place {
/ / height: 200 px;
    width: 200px;
    overflow: hidden;
    border: 3px solid #3d7a13;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.img-view-place img {
    width: 100%;
    min-height: 100%;
}

#place-text {
    padding-left: 0;
    padding-right: 0;
    text-indent: 20px;

}

.span-block-subtitle {
    font-weight: normal;
    padding-left: 10px;
    padding-right: 30px;
}

.text-block-title {
    color: #3d7a13;
    font-weight: bold;
    font-size: 11pt;
}

#place-player {
    width: 100%;
    border: 3px solid #3d7a13;
    padding: 10px 10px;
    margin: 10px auto;
    display: inline-block;
}

.link-to-map {
    color: #3d7a13;
    text-decoration: underline;
    font-size: 10pt;
    display: inline-block;
}

.link-to-map:hover {
    color: #333;
}

.place-gallery {
    border-bottom: 10px solid #3d7a13;
    border-top: 10px solid #3d7a13;
    height: auto;
    margin-top: 20px;
    padding-bottom: 5px;
}

.place-gallery a.fancybox {
    height: 125px;
}

.map-place {
    margin: 20px 0 50px 0;
}

.map-size {
    width: 100%;
    height: 400px;
}

.google-map-place {
    width: 800px;
    height: 400px;
    border: 0;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .text-block-subtitle, .span-block-subtitle {
        font-size: 11pt;
    }

    .google-map-place {
        width: 650px;
        height: 350px;
    }
}

@media (max-width: 991px) {
    .google-map-place {
        width: 450px;
        height: 250px;
    }

    #place-player {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .google-map-place {
        width: 650px;
        height: 300px;
    }

    #place-player {
        width: 60%;
    }
}

@media (max-width: 699px) {

    .google-map-place {
        width: 560px;
        height: 250px;
    }

    #place-player {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .img-view-place {
        float: none;
        width: auto;
        height: 250px;
    }

    .google-map-place {
        height: 250px;
        width: auto;
    }
}

@media (max-width: 345px) {
    .google-map-place {
        height: 200px;
        width: 200px;
    }

}

/* End Place Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start List Personalities Page*/

.img-person-list {
    height: 200px;
    width: 150px;
    overflow: hidden;
    border: 2px solid #3d7a13;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.img-person-list img {
    width: 100%;
    min-height: 100%;
}

.person-block {
    height: 220px;
    margin: 10px 0;
    border-bottom: 2px dashed #3d7a13;
/ / background: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person-tag {
    color: #3d7a13;
    font-weight: bold;
}

.subtitle-block-person {
    margin-top: 15px;
    margin-bottom: 0;
}

#subtitle-news {
    margin-top: 20px;
}

@media (max-width: 400px) {

    .img-person-list {
        height: 200px;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
}

/* End List Personalities Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Contact Page*/

.contact-img {
    height: 200px;
    width: 280px;
    border: 3px solid #3d7a13;
}

.map-contact {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
    height: 200px;
    position: center;
}

@media (max-width: 1199px) {
    .contact-img {
        width: 200px;
    }

    .map-contact {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .contact-img {
        height: 200px;
        width: 280px;
    }

    .map-contact {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .contact-img {
        height: 200px;
        width: 280px;
    }

    .map-contact {
        height: 200px;
        width: 280px;
    }

    .contact-text {
        text-align: center;
    }
}

@media (max-width: 330px) {
    .contact-img {
        height: 130px;
        width: 200px;
    }

    .map-contact {
        height: 130px;
        width: 200px;
    }
}

/* End Contacs Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* Start Page 404 */
/* ---------------------------------------------------------------------------------------------------------------------*/

.page-404 {
    margin: 40px 0;
    color: #3d7a13;
    text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* End Page 404*/

/* Start Sign-in Page */
/* ---------------------------------------------------------------------------------------------------------------------*/

.sign-in {
    margin: 20px 0;
}

.button-sign-in {
    margin: 20px 0;
    background-color: #3d7a13;
    color: white;
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* End Sign-in Page */

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Exibition Page*/

.parallax-exib {
    background-image: url('../image/7_main.jpg');
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#exibition-header-title {
    font-size: 50pt;
    color: white;
    font-weight: bold;
    z-index: 13;
    position: relative;
    padding: 15% 0;
    text-align: center;
    text-shadow: 1px 1px 4px black;
}

#exib-title {
    background-color: #3d7a13;
    padding: 5px 0px 5px 0px;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 20px;
}

.text-exib {
    padding: 10px 20px 10px 20px;
    text-indent: 40px;
    margin-bottom: 0;
}

.my-player {
    height: auto;
    width: 80%;
    border: 10px solid #3d7a13;
    padding: 10px;
    margin: 10px auto;
}

div .jouele-progress-area {
    width: 100%;
}

@media (max-width: 500px) {
    .my-player {
        width: 100%;
    }

    #exibition-header-title {
        font-size: 30pt;
    }

}

@media (max-width: 320px) {
    .my-player {
        width: 100%;
        border: 3px solid #3d7a13;
    }

    #exibition-header-title {
        font-size: 20pt;
    }

    .text-exib {
        padding: 10px 0;
        text-indent: 20px;
        margin-bottom: 0;
        font-size: 10pt;
    }
}

/* End Exibition Page*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Admin Part*/

table {
    border: 2px solid #3d7a13;
    border-spacing: 3px;
    margin: 10px 0;
}

thead {
    background: #3d7a13;
    color: white;
}

thead > td, th {
    text-align: center;
}

td, th {
    border: solid 1px #3d7a13;
    padding: 3px;
}

td, th > img {
    text-align: center;
}

.admin-table-link {
    color: #3d7a13;
    font-weight: bold;
}

.admin-table-link:hover {
    text-decoration: underline;
    color: #3d7a13;
    font-weight: bold;
}

.admin-link:hover {
    color: white;
}

.ui-datepicker-calendar > thead {
    background: 0;
}

/* End Admin Part*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------------------------------------*/
/* Start Footer*/

footer {
    background: #3d7a13;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 192px;
}

.footer-title {
    color: white;
    font-size: 11pt;
}

.footer-title:hover {
    color: white;
    text-decoration: underline;
}

#link-color-white {
    color: white;
    font-size: 10pt;
}

#link-color-white:hover {
    color: white;
    text-decoration: underline;
}

.cut-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}

.footer-ul {
    padding: 20px 0px;
}

#footer-logo {
    margin-top: 10px;
    width: 75px;
    height: 35px;
}

#footer-logo-es {
    margin-top: 10px;
    width: 75px;
    height: 35px;
}

#footer-logo-undp {
    margin-top: 10px;
    width: 50px;
    height: 80px;
}

.footer-subtitle, .footer-mobile-subtitle {
    color: white;
    display: inline-block;
    font-size: 10pt;
    margin: 0;
}

.footer-icon {
    color: white;
    display: inline-block;
    padding-right: 5px;
    font-size: 10pt;
}

.footer-icon-social {
    color: white;
    display: inline-block;
    padding: 0 5px 0 5px;
}

.footer-icon-social:hover, .footer-icon-social:focus, .footer-icon-social:active {
    color: white
}

@media (max-width: 991px) {
    #contact-block {
        display: none;
    }
}

@media (max-width: 767px) {
    #link-list {
        text-align: center;
    }
}

@media (max-width: 537px) {
    .mobile-footer {
        display: none;
    }

    .col-xs-9 {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .col-xs-6 {
        width: 100%;
    }
}

/* End Footer*/
/* ---------------------------------------------------------------------------------------------------------------------*/

/* Start Info Buble */
/* ---------------------------------------------------------------------------------------------------------------------*/

.info-buble {
    width: 300px;
}

.header-info-buble {
    background: #3d7a13;
}

.header-title-info-buble {
    color: white;
    line-height: 1.8em;
    font-size: 10pt;
    padding: 0 0 0 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.title-info-buble {
    color: #3d7a13;
    font-size: 10pt;
    padding: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.img-info-buble {
    width: 125px;
    max-width: 125px !important;
    border: 2px solid #3d7a13;
    display: inline-block;
    float: left;
}

.div-img-info-buble {
    width: 125px;
    max-width: 125px !important;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.taxonomy-info-buble {
    color: #3d7a13;
    font-weight: bold;
}

.span-info-buble > span {
    font-size: 10pt;
}

.italic-info {
    font-style: italic;
    margin-left: 5px;
}

.buttom-info-buble {
    background-color: #5cbf2a;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.buttom-info-buble:hover {
    background-color: #5cbf2a;
    text-decoration: underline;
}

.buttom-info-buble:active {
    position: relative;
    top: 1px;
}

/* ---------------------------------------------------------------------------------------------------------------------*/
/* End Info Buble */