﻿/*******************************/
img {
    vertical-align: middle;
}

/* Position the image Container (needed to position the left and right arROWs) */
.Container {
    position: relative;
    width: auto !important;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-Container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.ROW:after {
    content: "";
    display: table;
    clear: both;
}

.mySlides img {
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: auto;
}

    .mySlides img :hover {
        cursor: pointer !important;
    }
/* Six columns side by side */
.column {
    float: left;
    width: 33.33%;
    max-width: 100px;
}

    .column img {
        width: 100%;
        border: 1px solid #f2f2f2;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }
/*******************************/
/*******************************/
* {
    box-sizing: border-box;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    z-index: 999999999;
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    left: 50%;
    /*Set the size of the magnifier glass:*/
    width: 200px;
    height: 200px;
}
/*******************************/
/*************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    font-size: 20px;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*************************/
.title {
    font-family: YJ,NYJ !important;
    text-align: right;
    direction: rtl;
    margin-top: 20px;
}

    .title h3 {
        display: inline-block;
        margin-right: -30px;
        color: #ffffff;
        background-color: #22205f;
        padding: 20px 20px 20px 100px;
    }

.mainText {
    margin-bottom: 20px;
    direction: rtl !important;
    text-align: right !important;
    padding: 50px;
    font-family: YJ,NYJ !important;
}
.name {
    margin-bottom: 5px;
    text-align: right;
    padding: 10px;
    color: #ffffff;
    background: #b2aeae;
}

.value {
    margin-bottom: 5px;
    text-align: right;
    padding: 10px;
    color: #ffffff;
    background: #2a2a2a;
}
