﻿.lightBoxSlide{overflow:hidden;background-color:#fff;z-index:20001;padding:10px;box-shadow:0 0 4px 4px #ccc;max-width:1000px;}
/*.lightBoxSlide div img{width:100%}*/
.lightBoxSlide div img{max-height:calc(70vh - 30px);max-width:100%}
/*.popupYazi{text-align:left;padding:5px;font-family:Calibri;font-size: 13px;color: #21232d;}*/
.popupYazi{padding:5px;font-family:Calibri;font-size: 13px;color: #21232d;max-height:500px;max-width:700px;overflow-x:auto;}
    .popupYazi.yazi {
        padding: 5px;
        font-family: Calibri;
        font-size: 13px;
        color: #21232d;
        max-height: 150px;
        overflow-x: auto;
    }
/*.popupTitle{float:left;display:inline-block;max-width:480px;padding:0 5px 5px 5px;color:#21232d;font-weight:bold;font-size:13px;font-family:Arial}*/
.popupTitle {
    float: left;
    display: inline-block;
    max-width: 92%;
    padding: 0 5px 5px 5px;
    color: #21232d;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial
}
.popupImgBox{float:right;display:inline-block;width:100px}
.disPop{position:fixed;margin:0;width:100%;top:0;background-color:rgba(0,0,0,.8);left:0;right:0;bottom:0;padding-left:auto;padding-right:auto;z-index:100000;display:table;vertical-align:middle;overflow: hidden; height: 100%;}
.divShow{position:relative;z-index:200000;bottom:0;cursor:pointer;display:table-cell;vertical-align:middle;margin:0 auto;text-align:center}
.closeBar{width:100%;margin:0;position:absolute;left:0;top:0;right:0}

#style-5::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #F5F5F5;
}

/*media*/

/*Samsung S3 dikey  */
@media only screen and (min-width:360px) and (max-width:369px){
    .popupYazi {
        max-height: 200px;
        max-width: 300px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 150px;
    }
}
/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px){
    .popupYazi {
        max-height: 200px;
        max-width: 500px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 100px;
    }
}
/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px){
    .popupYazi {
        max-height: 200px;
        max-width: 400px;
    }
    .lightBoxSlide{

    }
}

/* iphone 5/5s dikey */
@media only screen and (max-width:359px){
    .popupYazi {
        max-height: 200px;
        max-width: 250px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 300px;
    }
}
/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:399px){
    .popupYazi {
        max-height: 200px;
        max-width: 300px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 150px;
    }
}

/*
iphone Plus dikey
*/
@media only screen and (min-width:400px) and (max-width:479px){
    .popupYazi {
        max-height: 200px px;
        max-width: 350px;
    }
    .lightBoxSlide {
        max-width: 350px;
        min-height: 300px;
    }
}

/*tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px){
    .popupYazi {
        max-height: 300px;
        max-width: 600px;
    }
    .lightBoxSlide {
        max-width: 600px;
        min-height: 300px;
    }
}

/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px){
    .popupYazi {
        max-height: 200px;
        max-width: 500px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 300px;
    }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px){
    .popupYazi {
        max-height: 200px;
        max-width: 600px
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 150px;
    }
}
/*iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px){
    .popupYazi {
        max-height: 200px;
        max-width: 600px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 150px;
    }
}
/*iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px){
    .popupYazi {
        max-height: 200px;
        max-width: 600px;
    }
    .lightBoxSlide {
        max-width: 300px;
        min-height: 150px;
    }
}
/*tabley yatay*/
@media only screen and (min-width:1000px) and (max-width:1024px){
    .popupYazi {
        max-height: 400px;
        max-width: 800px;
    }
    .lightBoxSlide {
        max-width: 600px;
        min-height: 300px;
    }
}