.content {
    width:1006px;
    margin-right:auto;
    margin-left:auto;
    padding-top:30px;
    min-height: 700px;
}

#header {
    background-color:#FFFFFF;
}

body {
    background-color:#EAF4F1;
}

p {
    color: #6C6D6F;
    margin:20px;
    text-transform: uppercase;
    font-size:0.9em;
    letter-spacing: 2px;
    line-height: 26px;
}

p > span {
    color: #C1CC30;
}

.loading {
    width: 100%;
    text-align: center;
    margin: 100px 0 0 0;
}

#expandedGallery {
    display:none;
    width:1200px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    position:relative;
}

.carousel {
    width:100%;
    height:450px;
    position:relative;
}

.carousel > div {
    position:absolute;
    bottom:0px;
    display:block;
}

.carousel > div > img {
    height: 100%;
    width: 100%;
}

.imageText {
    width: 720px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

#imgText {
    margin:0;
    line-height: 20px;
    width:70%;
}

.arrowRight {
    display:block;
    height:50px;
    width:50px;
    position:absolute;
    top:44%;
    right:15px;
    border-right:0.5em solid #999999;
    border-top:0.5em solid #999999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}

.arrowRight:hover {
    border-right:0.5em solid #CCCCCC;
    border-top:0.5em solid #CCCCCC;
}

.arrowLeft {
    display:block;
    height:50px;
    width:50px;
    position:absolute;
    top:44%;
    left:15px;
    border-bottom:0.5em solid #999999;
    border-left:0.5em solid #999999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}

.arrowLeft:hover {
    border-bottom:0.5em solid #CCCCCC;
    border-left:0.5em solid #CCCCCC;
}

.closeCarousel {
    display:block;
    position:absolute;
    cursor: pointer;
    top: 0;
    right:0;
    color: #999999;
}

.closeCarousel:hover {
    color: #CCCCCC;
}

.closeCarousel > i {
    font-size:2em;
}

.circle {
    height:30px;
    width:30px;
    border-radius: 50%;
    margin:15px;
    padding:0;
    float:left;
    background-color:#DDDDDD;
}

.circleSelected {
    background-color:#999999 !important;
}

#positionIndicator {
    width:100%;
    position:fixed;
    bottom:0;
    z-index:10;
    display:none;
}

#positionIndicator > div {
    margin-left:auto;
    margin-right:auto;
}

.gallery > div {
    float:left;
    padding:3px;
    cursor: pointer;
}

.gallery img {
    width:195px;
    height:127px;
}

.image-container {
    position: relative;
    width: 195px;
    height: 127px;
    opacity: 0;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}

.image-container:hover .after {
    display: block;
    background: rgba(186, 193, 28, .6);
}

.after > div {
    background: #FFF;
    height:38%;
    width:100%;
    top:28%;
    position: relative;
    text-align:center;
    color: #C1CC30;
    text-transform: uppercase;
    font-size:0.9em;
    font-weight:bold;
    line-height:18px;
    padding-top:6%;
}

.after > div > span {
    color:#000;
    font-weight:normal;
    font-size:0.8em;
}

@media screen and (max-width:1025px) {
    .content {
        width:auto;
    }
}

@media screen and (max-width: 1199px) {
    .content {
        padding-top:110px;
    }
}

@media screen and (max-width: 599px) {
    .content {
        padding-top:148px;
    }
}

@media screen and (max-width:599px), screen and (max-height: 670px) {
    .content {
        min-height: auto !important;
    }
}

@media screen and (max-width:1004px) {
    .gallery > div {
        width:25%;
        padding:3px 0 3px 0;
    }

    .image-container {
        margin-left:auto;
        margin-right:auto;
    }
}

@media screen and (max-width:820px) {
    .content {
        min-height: 970px;
    }

    .gallery > div {
        width:33%;
    }
}

@media screen and (max-width:619px) {
    .gallery > div {
        width:50%;
    }
}

@media screen and (max-width:418px) {
    .gallery > div {
        width:100%;
    }
}