@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 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-items: center;
    flex-direction: center;
    z-index: 800;
    padding-top: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    top: 0px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00000099;
    margin-top: auto;
    margin-bottom: auto;
}

#OWERLAY_MAX.active{
    display: flex;
}



.GALLERY_MAX {
    display: grid;
    grid-template-columns: 5% 90% 5%;
    width: 90%;
    height: 90%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid #FFFFFF55;
    -webkit-box-shadow: 0px 2px 20px 1px #00000055;
    box-shadow: 0px 2px 20px 1px #00000055;
}

/*Grid area names only__________________*/
#arrowLEFT{
    grid-area: arLeft;
    padding-top: 0px;
    position: static;
    opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#arrowLEFT:hover, #arrowRIGHT:hover {
    opacity: 1;
}

#arrowLEFT img {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}



#arrowRIGHT{
    grid-area: arRight;
    opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#arrowRIGHT img {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}


#mainSection {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#closeMe{
    grid-area: closeMe;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    opacity: 0.2;
}
#closeMe:hover {
    opacity: 1;
	cursor: pointer;
}

#mainAreaImage{
    grid-area: mainArea;
    margin-bottom: auto;
    position: relative;
    height: 80%;
    width: 100%;
    margin-top: auto;
    background-image: url(Chekerboard.png);
    background-repeat: repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mainAreaImage img {
    object-fit: contain;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: auto;
}
#mainAreaImage img:hover {
	cursor: pointer;
}

#infoCenter{
    grid-area: info;
    bottom: 0px;
    height: 10%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #2F2F2F;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    border-bottom: thin dotted #8E8E8E;
	border-top: thin dotted #8E8E8E;
    position: relative;
    display: grid;
    grid-template-columns: 6fr 3fr 1fr;
}
#infoCenter h5 {
    visibility: visible;
    color: #2E2E2E;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: 8px;
    height: 100%;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
#alterText {
    font-size: 14px;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: grid;
    justify-self: right;
    align-items: center;
    }

#imgName {
    text-align: center;
    color: #777777;
    font-size: 12px;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: thin dotted #808080;
    border-left: thin dotted #808080;
}




#ctrl_section {
    position: relative;
    width: 100%;
    display: flex;
    height: 10%;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
}
#ctrl_gallery {
    display: flex;
    width: auto;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    height: 70%;
    background-color: #FFFFFF22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-left: 4px;
    margin-right: 4px;
    left: auto;
    margin-bottom: 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: 100%;
    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){


}
