/*=====================================================
=            Product Image Set                        =
=====================================================*/

/* Window desktop device */
@media only screen and (max-width : 1280px) {
.img_set{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-height: 360px !important;
    max-width: 100% !important;
    }
}

/* Window phone device */
@media only screen and (max-width : 979px) {
.img_set{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-height: 300px !important;
    max-width: 100% !important;
    }
}

/* I- phone device */
@media only screen and (max-width : 767px) {
.img_set{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-height: 360px !important;
    max-width: 100% !important;
    }
}

/* Small Smart phone device */
@media only screen and (max-width : 480px) {
.img_set{
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    max-height: 300px !important;
    max-width: 100% !important;
    }
}

/* Small Smart phone device */
@media only screen and (max-width : 320px) {
.img_set{
    margin-left: auto !important;
    margin-right: 25% !important;
    display: block !important;
    max-height: 180px !important;
    max-width: 100% !important;
    }
}

/*=====================================================
=            Carousel Indicators                      =
=====================================================*/
.image_thumb {
    min-height: 40px !important;
    max-height: 55px !important;
    max-width: 40px !important;
   /* height:30px !important;
    width: 30px !important;*/
}

.image_thumb2 {
    min-height: 40px !important;
    max-height: 55px !important;
    max-width: 40px !important;
   /* height:30px !important;
    width: 30px !important;*/
}

.image_bigsize{
    cursor: pointer;
    padding: 2%;
    background-color: #eee;
    vertical-align: middle;
}

.carousel_custom {
    max-height: 350px;
    overflow-y: auto;
}
.carousel_custom::-webkit-scrollbar {
    width: 8px;
}
.carousel_custom::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ccc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.carousel_custom::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     -webkit-border-radius: 10px;
    border-radius: 10px;
}
#schematic_image{
    margin-left: auto;
    margin-right: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    height: 200px;
    width:200px;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    /*overflow: auto;*/
    position: static;
    text-align: left;
    white-space: normal;
    width: auto;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 1 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.6;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}

.bottom{
    margin-top:100px;
    text-align:center;
    
}

#ex1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#ex1:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    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 */

.closebtn {
    position: absolute;
    top: 100px;
    left: 970px;
    color: black;
    font-size: 35px;
    cursor: pointer;
}

.closebtn:hover,
.closebtn:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    
}

.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%;
    }
}




* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.multi_image_new2 {display: none}
.multi_image_new3 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* 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;
}
