body {
    margin: 15px;
    font-family: "Century Gothic", "Arial";
    color: #000;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

#main {
    width: 960px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -384px;
}

#title {
    font-weight: bold;
    font-size: 20px;
    float: left;
    margin: 15px 0 0 20px;
}

.logo {
    position: relative;
    top: 5px;
}

#largeContent {
    z-index: 99;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

#largeContentContainer {
    position: absolute;
    width: 960px;
    height: 732px;
    left: 50%;
    top: 50%;
    margin-left: -480px;
    margin-top: -366px;
}

.notLoaded {
    background: url(/images/loader.gif) no-repeat 50% 50%;
}

.icon-next, .icon-previous {
    display: block;
    background: url(/images/arrows.png?d) no-repeat 0 0;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -23px;
    margin-top: -24px;
}

.icon-next {
    background-position: 0 -48px;
}

.next, .previous {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 999999999999;
}

#nextPicture, #previousPicture {
    left: -48px;
    top: 50%;
    margin-top: -50px;
}

#nextPicture {
    left: auto;
    right: -48px;
}

#paging .swiper-pagination-switch.swiper-active-switch a {
    color: red;
}

#paging a {
    text-decoration: none;
    font-family: "Century Gothic", "Arial";
    color: #000;
    font-size: 14px;
}

#paging {
    float: right;
    margin: 30px 6px 0 0;
}

#largeContentThumbsWrapp {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 106px;
}

#largeContentThumbsWrapp .next {
    top: 0;
    right: -30px;
}

#largeContentThumbsWrapp  .icon-next {
    margin-left: 0;
}

#largeContentThumbsWrapp .previous {
    top: 0;
    left: -30px;
}

#mainSwiperWrapper {
    position: relative;
}

#contentWindow {
    display: none;
    position: absolute;
    padding-left: 40px;
    padding-top: 30px;
    width: 599px;
    height: 459px;
    top: 0;
    right: 0;
    z-index: 99;
    background: white;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}

#largeContentContainer .close {
    right: -30px;
}

.close {
    background: url(/images/close.png?1) no-repeat 0 0;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
}

#pageContent h1 {
    font-size: 20px;
}

#largeContentThumbs .swiper-slide {
    cursor: pointer;
}

#pageContent {
    font-size: 15px;
    overflow: auto;
    width: 599px;
    height: 459px;
}

.social {
    margin-left: 10px;
    font-weight: normal;
}

.facebook:hover{
    color:#3B5998;
}

.instagram:hover{
    color:#dd2a7b;
}
.position-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
img{
    pointer-events: none;
}
