@charset "utf-8";
/* OD TU NAPREJ JE DEFINICIJA ZA MAXIMALIZIRANO GALERIJO, POVEZANO Z JAVOSCRIPT*/

#OWERLAY_MAX{
    position: fixed;
    width: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    align-content: center;
    flex-direction: center;
    z-index: 150;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    top: 0px;
    display: none;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00000099;
}
#OWERLAY_MAX.active{
    display: flex;
}


.GALLERY_MAX>div>div:nth-last-of-type(2)>img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
.GALLERY_MAX>div:nth-of-type(1)>div:nth-of-type(2){
    display: flex;
    justify-content: center;
    align-items: center;
		
}

.GALLERY_MAX {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 800px;
    background-color: #838383;
    margin-top: 120px;
    position: relative;
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    height: 835px;
}

#arrowLEFT {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 50px;
    opacity: 0.8;
}
#arrowRIGHT {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 50px;
    opacity: 0.8;
}

#arrowLEFT:hover, #arrowRIGHT:hover{
	opacity: 1;
}


.GALLERY_MAX a img {
    width: 100%;
    opacity: 0.2;
    position: static;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}


.GALLERY_MAX>div {
    width: 95%;
    flex-direction: column-reverse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding-top: 0px;
}
.GALLERY_MAX>div div:nth-of-type(1){
    height: 30px;
    text-align: center;
    padding-right: 10px;
    color: #FFFFFF;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.GALLERY_MAX>div div:nth-of-type(1) img    {
    text-align: center;
    height: 85%;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 10px;
    margin-bottom: 0px;
    width: 200px;
	}
.GALLERY_MAX>div div:nth-of-type(1) img:hover {
  opacity: 1;
}


.GALLERY_MAX>div div:nth-of-type(2){
    height: 645px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    border-bottom: thin dotted #FFFFFF88;
    overflow: hidden;
    background-size: 250px auto;
    background-repeat: repeat;
    background-clip: border-box;
    background-position: 0% 0%;
    background-image: url(IMAGES/checkerboard.png);
    object-fit: cover;
}
.GALLERY_MAX>div div:nth-of-type(2) img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#alterText {
    height: 60px;
    text-align: left;
    font-family: Roboto;
    color: #000000;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 1px;
    margin-right: 0px;
    border-top: 0.5px dashed #3F3F3F66;
    border-bottom: 0.5px dashed #3F3F3F66;
    font-weight: lighter;
    width: 100%;
    position: static;
    display: inline-flex;
    padding-left: 10px;
    margin-top: 0px;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 90px;
}
.GALLERY_MAX> div p {
    width: 50%;
    display: block;
    height: 30px;
    color: #3b3b3b;
    font-weight: lighter;
    font-size: 12px;
    text-align: right;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    margin-left: auto;
    padding-top: 5px;
    margin-top: -25px;
}

.GALLERY_MAX  h5   {
    bottom: 0px;
    width: 50%;
    font-size: 12px;
    z-index: 337;
    text-align: left;
    color: #3B3B3B;
    font-style: normal;
    margin-bottom: 0px;
    margin-top: -4px;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 5px;
    height: 30px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    display: block;
    padding-top: 8px;
}


.GALLERY_MAX div a:hover {
    filter: saturate(150%) brightness(110%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #21150C;
    /* [disabled]border: 2px solid #FFFFFF55; */
}
#ctrl_section {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ctrl_gallery {
    display: flex;
    width: auto;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    height: auto;
    background-color: #FFFFFF22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    left: auto;
}




#ctrl_gallery a {
    font-family: Roboto;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 2px #0E0E0E88;
    box-shadow: 0px 2px 2px #0E0E0E88;
    font-size: 1em;
    line-height: 0px;
    align-items: center;
    justify-content: center;
    height: 41px;
    text-align: right;
    display: flex;
    right: 0px;
    padding-left: 48px;
    padding-right: 9px;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    padding-top: 1px;
    color: #FFFFFF;
}
#change_add{
    background-color: #848484;
    color: #FFFFFF;
    width: auto;
    padding-right: 0px;
}
#change_add::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-image: url(IMAGES/change_svg.svg);
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
}
#remove_img{
    background-color: #DF4F38;
    color: #FFFFFF;
    width: auto;
}
#remove_img::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 29px;
    border-radius: 4px;
    background-image: url(IMAGES/trash_icon.svg);
    background-position: 0% 0%;
    background-size: contain;
    height: 27px;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    margin-top: 1px;
    margin-left: 3px;
}
#downloadMe {
    background-color: #1B90C9;
    color: #FFFFFF;
    width: auto;
}
#downloadMe::after{
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 32px;
    border-radius: 4px;
    background-image: url(ARMORMYND.COM/downloadPNG.png);
    background-position: 0% 0%;
    background-size: contain;
    height: 31px;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}









@media (max-width:1000px){



/*V TEM DELU JE MAXIMIZACIJA GALERIJE*/
.OWERLAY_MAX {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    left: auto;
    right: auto;
    z-index: 250;
}

.GALLERY_MAX {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}
.GALLERY_MAX>div {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    height: 95%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.GALLERY_MAX>div div:nth-of-type(2) {
    width: 100%;
    position: fixed;
    z-index: 50;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -20px;
    height: 100%;
}
.GALLERY_MAX a {
    height: 100%;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    bottom: auto;
    background-color: transparent;
}

.GALLERY_MAX a:first-of-type {
    position: absolute;
    left: 0px;
    z-index: 55;
    width: 100px;
}


.GALLERY_MAX a:last-of-type {
    position: absolute;
    right: 0px;
    width: 100px;
    z-index: 55;
}
.GALLERY_MAX a img {
    height: 150px;
    width: 100px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000000;
}


.GALLERY_MAX>div div:nth-of-type(1) img {
    height: 100%;
    z-index: 78;
    width: 10%;
    padding-top: 13px;
    padding-right: 6px;
    padding-bottom: 13px;
    padding-left: 6px;
    border-radius: 150px;
    margin-left: 0px;
    margin-right: 0px;
    position: static;
    margin-top: 25px;
    background-color: #00000055;
}
.GALLERY_MAX>div div:nth-of-type(1) {
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 96%;
    z-index: 60;
    position: absolute;
    margin-left: 10px;
    right: 0px;
    text-align: left;
    margin-top: 10px;

}

.GALLERY_MAX>div div:nth-of-type(3) {
    font-size: 30px;
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 60;
    margin-bottom: 0px;
    height: auto;
    text-align: center;
    line-height: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    bottom: 173px;
    background-color: #932E30;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
}
.GALLERY_MAX> div p {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    width: 100%;
    margin-top: -6px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    line-height: 25px;
    position: absolute;
    font-size: 25px;
    height: auto;
    color: #FFFFFF88;
    z-index: 50;
    bottom: 72px;
    text-align: center;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    text-shadow: 0px 0px;
    background-color: #00000055;
    display: block;
}
.GALLERY_MAX h5  {
    position: absolute;
    padding: 0;
    font-size: 25px;
    color: #FFFFFF55;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    text-shadow: 0px 0px;
    width: 100%;
    text-align: center;
    bottom: 94px;
    line-height: 5px;
    display: none;
}
.GALLERY_MAX div:nth-of-type(1) a{
    width: 100%;
    color: #1F1F1F;
    font-family: Roboto;
    text-decoration: none;
    background-color: #77560B;
    font-size: 40px;
    display: flex;
    float: none;
    clear: none;
    line-height: 20px;
    position: absolute;
    height: 90px;
    bottom: -20px;
    z-index: 60;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}


}
