/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
    position: absolute;
    z-index: 102;
    max-width: 1400px;
    width: 100%;
    padding: 10px;
}

.preloader {
	z-index: 101;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: -2px;
	top: 0;


    background: url("../Img/Icone/popup_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: -99999px;	
    display: block;
    height: 38px;
    width: 38px;
    text-indent: -99999px;
}

.popup_close:hover {
	color: #111;
}

.popup_back {
	cursor: zoom-out;
    background-color: #000;
	/*background-color: #222;*/
}

div.popup {
	padding: 0;
    background: none repeat scroll 0 0 #F6F5F5;
    border: 6px solid #8b9c16;
    border-radius: 10px;    
    position:relative;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

.gallery-nav {        
    position:absolute;
    font-size:60px;
    line-height:50px;    
    font-weight:600;
    color:#FFF;
    text-shadow: 0 2px 2px #000000;
    display:none;
    width: 27%;    
    height: 60%;
    padding-top: 30%;
    position: absolute;
    top: 0;
}

.gallery-prev {
    left:0;
    padding-left:10px;
}

.gallery-next {
    right:0;
    text-align:right;
    padding-right:10px;
}

.popup:hover .gallery-nav{
    display:block;
}

/* A : [TC-18524] : Layout Kirban > RAW */
.popup_content {
    max-width: 1400px !important;
    width: 100% !important;
}

    .popup_content iframe {
        width: 100% !important;
    }

.popup__wrapper {
    display: flex;
    max-width: 1400px;
    width: 100%;
}