@charset "UTF-8"

div.maGCimg {
font-family: 'Roboto', sans-serif;
background-color:#FFFFFF;
}

div.maGCimg img {
font-family: 'Roboto', sans-serif;
width: 100%;
height: auto;
}

div.maGCphotoname {
font-family: 'Roboto', sans-serif;
padding: 1%;
text-align:center;
font-weight:700;
}

div.maGCdescription {
font-family: 'Roboto', sans-serif;
padding: 1%;
color:#1769A5;
text-align:center;
font-weight:400;
}

* {
box-sizing: border-box;
}

.maGCimg {
font-family: 'Roboto', sans-serif;
background-color:#FFFFFF;
}

.maGCresponsive {
font-family: 'Roboto', sans-serif;
padding: 0.5%;
float: left;
width: 24.99999%;
}

@media only screen and (max-width: 2242px){
.maGCresponsive {
width: 24.99999%;
margin: 1% 0;
}
}

@media only screen and (max-width: 1242px){
.maGCresponsive {
width: 49.99999%;
margin: 1% 0;
}
}

@media only screen and (max-width: 750px){
.maGCresponsive {
width: 49.99999%;
margin: 1% 0;
}
}

@media only screen and (max-width: 640px){
.maGCresponsive {
width: 100%;
}
}

.maGCclearfix:after {
content: "";
display: table;
clear: both;
}

.maGCpageNav {
font-family: 'Roboto', sans-serif;
font-weight:900;
color:#9595BA;
font-size:medium;
color:#000000;
}

.maGCtitle {
font-family: 'Roboto', sans-serif;
font-size:xx-large;
font-weight:700;
color:#000000;
text-align:center;
}

body, html {
height: 100%;
background-color:#FFFFFF;
}

.maGCphotoname {
font-family: 'Roboto', sans-serif;
padding: 1%;
color:#000000;
text-align:center;
font-size:large;
font-weight:700;
}

.maGCdescription {
font-family: 'Roboto', sans-serif;
padding: 1%;
color:#1769A5;
text-align:center;
font-size:xx-small;
font-weight:400;
}

#navBar a {
display: inline-block;
padding: 1px 4px;
border: 1px solid #CCCCCC;
border-radius: 4px 4px 4px 4px;
color: #111111;
background-color:#FFFFFF;
}

/* light box */
.maGClightbox{
cursor: pointer;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: black;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
background: rgba(0, 0, 0, 0.7);
-webkit-filter: none !important;
z-index: 9997;
}

.maGClightbox img {
display: block;
position: absolute;
border: 20px solid #000000;
box-shadow: 5px 5px 30px #FFFFFF;
border-radius: 50px;
}

body.blurred > * {
-webkit-filter: blur(2px);
-webkit-transform: translate3d(0, 0, 0);
}

.maGClightbox_loading {
background: url(loading.gif) center center no-repeat;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
position: absolute;
top: 50%;
left: 50%;
}

.maGClightbox_caption {
display: none;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
z-index: 9998;
background: #000;
background: rgba(0, 0, 0, 0.7);
}

.maGClightbox_caption p {
margin: 0 auto;
max-width: 70%;
display: inline-block;
*display: inline;
zoom: 1;
padding: 10px;
color: #fff;
font-size: 12px;
line-height: 18px;
font-family: 'Roboto', sans-serif;
}

.maGClightbox_button {
position: absolute;
z-index: 9999;
background: no-repeat center center;
width: 32px;
height: 32px;
opacity: 0.4;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}

.maGClightbox_button:hover,
.maGClightbox_button:focus {
opacity: 1;
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}

.maGClightbox_close {
right: 10px;
top: 10px;
background-image: url("../MAgclightbox/close.png");
}

.maGClightbox_nav {
top: 50%;
margin-top: -16px;
}

.maGClightbox_nav_next {
right: 10px;
background-image: url("../MAgclightbox/next.png");
}

.maGClightbox_nav_prev {
left: 10px;
background-image: url("../MAgclightbox/previous.png");
}

