@import url('/css/frontend/responsive.css');

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    line-height: 1.1;transition: ease-in 1s ease-out 1s;
    opacity: 0;
    transition: opacity .3s;
}

.site-container {
    width: 95%;
    min-width: 180px;
    height: 100% !important;
    margin: 0 auto 0 auto;
    overflow: hidden;
    float: none;
    display: block;
}

.header-top {
    height: 75px;
}

.logo-top {
    margin-bottom: 2px;
}

.logo-top a {
    font-size: 1.27em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

.menu-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu-top a {
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    margin-right: 10px;
}

/* Slider Starts */
.carousel-item {
    height: 100%;
}

.carousel-control-next {
    justify-content: end !important;
}

.carousel-control-prev {
    justify-content: start !important;
}

.carousel-control-next, 
.carousel-control-prev {
    font-size: 2.5rem !important;
    color: #858585 !important;
    opacity: 1;
    width: 33% !important;
}

.carousel-control-next svg, 
.carousel-control-prev svg {
    visibility: hidden;
    margin: 0 20px 0 20px;
}

.carousel-control-next:hover, 
.carousel-control-prev:hover {
    font-weight: bold;
    color: #A4A4A4 !important;
}

.slider-image-container {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: calc(100% - 30px);
    background-color: transparent;
    display: block;
    position: relative;
}

.slider-image {
	margin: auto !important;
    z-index: 1000;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
    display: block;
}

.slider-image-container-fullscreen {
    height: 100% !important;
}

.slider-image-fullscreen {
    object-position: center !important;
}

.slider-image-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #000000;
    text-align: right;    
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    z-index: 2000;
    overflow: hidden;
}

.slider-bottom-section {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 25px;
    z-index: 2000;
    overflow: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
}

.slider-bottom-section button {
    margin-left: 0.8rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.fullscreen-btn svg, 
.slider-bottom-section svg {
    width: 20px;
    height: auto;
    stroke: #888;
    fill: #888;
    will-change: stroke;
    -webkit-transition: stroke .24s ease-out;
    transition: stroke .24s ease-out;
}

.slider-bottom-section svg:hover {
    stroke: #111;
    fill: #111;
}

.fullscreen-btn {
    bottom: 0px;
    right: 0px;
    padding: 20px !important;
    border: none;
    background-color: #FFFFFF !important;
    height: auto !important;
    position: absolute;
    z-index: 2;
}

.carousel-control-prev svg, 
.carousel-control-next svg {
    width: 17px;
    height: auto;
}

#btn-open-thumbnails, 
#btn-fullscreen-open {
    display: none;
}
/* Slider Ends */

/* Cover Info Starts */
.cover-info-container {
    min-width: 180px;
    min-height: 120px;
    height: 100%;
    position: relative;
    float: none;    
    overflow-x: hidden;
    overflow-y: auto;
}

.cover-info-close {
    width: 100%;
    text-align: right;
    display: block;
}

.cover-info-close a {
    width: 18px;
    height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    margin: auto;
}

.cover-info-left-side {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
    float: none;
}

.cover-info-left-side h2 {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.cover-info-left-side h3 {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.cover-info-right-side {
    width: 100%;
    height: 95%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    position: relative;
    float: none;
}

.cover-info-content {
    width: 60%;
    height: 95%;
    margin: auto;
    margin-top: 10em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.82em;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    position: relative;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Cover Info Ends */

/*Info Page Starts */
.info-container {
    min-width: 180px;
    min-height: 120px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.82em;
    font-weight: normal;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.info-container-left {
    width: 100%;
    text-align: left;
    bottom: 0;
    left: 0;
    position: absolute;
}

.info-container-left p {
    margin: 0px;
    padding: 0px;
}

.info-container-left p a {
    color: #000000;
    text-decoration: none;
}

.info-container-left p a:hover {
    text-decoration: underline;
}

.info-container-right {
    width: 100%;
    text-align: justify;
}
/*Info Page Ends */

.footer {
    font-size: 0.8em;
    height: 30px;
}