
.about-content {
    margin-top:30px;
    max-width:950px;
    width:100%;
    text-align:center;
    margin:auto;
}
.thumb-image {
    width:100%;
}
.about-desc {
    /*margin-right:100px;*/
}
.about-desc {
    margin-bottom:70px;
}
@media (max-width:767px) {
    .about-us {
        margin-bottom:30px;
    }
    .about-desc h1 {
        font-size: 31px;
    }
}
.about-desc *:first-child{
    margin-top:0px;
}
/*.about-desc h1, .about-desc h2 {
    color: #aaa;
}*/
.about-desc h1 {
    font-size: 31px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 300;
    font-style: normal;
}
.about-desc h2 {
    font-size:18px;
}
.about-desc p{
    font-size: 19px;
    line-height: 1.8em;
    text-transform: none;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 .5em;
    font-size: 42px;
    line-height: 1.9em;
    text-transform: none;
    letter-spacing: .04em;
    font-weight: 300;
    font-style: normal;
    margin: 1em 0;
}
.about-desc a:hover {
    color: #444;
}
.about-desc a, .about-desc a:visited {
    color: #000;
    text-decoration:none;
}
.footer-content a:hover {
    color: #444;
}
.footer-content a, .footer-content a:visited {
    color: #000;
    text-decoration:none;
}
.text-align-right {
    text-align:right;
}
.footer-wrapper {
    display:block;
    text-align:right;
    float:right;
}
.gallery {
    margin-top:30px;
}
.gallery-wrapper > a {
    text-decoration:none;
    /*margin-left: 2.912621359223301%;
    margin-top: 3%;
    width: 30.420711974110034%;*/
    cursor: pointer;
    margin-bottom:50px;
}
.gallery-image {
    overflow:hidden;
}
.thumb {
    /*margin: 0 10px 10px 0;*/
    cursor: pointer;
    position:relative;
    height:407px;
    display:inline-block;
    width:100%;
}
    .thumb .thumb-image {
        height:100%;
        width:100%;
        background-repeat:no-repeat !important;
        background-position:center center !important;
        background-size:cover !important;
    }
.gallery-wrapper > a:hover .thumb .thumb-image {
    opacity:0.6;
}
.gallery-wrapper > a:hover .thumb {
    background:#000;
}
.gallery-wrapper > a:hover .thumb .image-title {
    display:block;
}
.thumb:hover .image-title {
    display:block;
}
.image-title {
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    position: absolute;
    width: 100%;
    padding: 0 5%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    display:none;
}
.gallery-title {
    margin-top:10px; 
    color:#72808e;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
}
.footer {
    margin-top:30px;
}
.footer-copyright {
    text-transform:uppercase;
    color:#72808e;
    font-size:11px;
    text-align:center;
    display:block;
    letter-spacing:1px;
    padding:0 15px;
}
.gallery-slide {
    /*opacity:0;
    visibility:hidden;*/
}
.gallery-slide {
    padding:0 50px 50px;
}

@media (max-width:767px) {
    .gallery-slide {
        padding:0 20px 20px;
    }
    .slideshow-image img {
        height:auto !important;
        width:100% !important;
        margin:auto;
        display:block;
    }
}
.slideshow-wrapper {
    margin-bottom:100px;
}
.controls {
    margin:auto;
    margin-bottom:30px;
    /*-webkit-transition: width 0.1s linear;
    transition: width 0.1s linear;*/
}
.controls > div > a{
    text-decoration:none;
    color:#20272d;
}
.controls .back {
    display:inline-block;
    float:left;
    color:#20272d;
    font-size:11px;
    text-decoration:none;
}
.controls .slide-nav {
    display:inline-block;
    text-decoration:none;
    float:right;
    color:#20272d;
    font-size:11px;
}
.gallery-slideshow {
    padding:0 5%;
    margin:auto;
    margin-bottom:50px;
}
.slideshow-item {
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    position:relative;
}
.slideshow-item.active {
    opacity:1;
    visibility:visible;
    -webkit-transition:all 0.53s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.slideshow-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow-image img {
    height:600px;
    width:auto;
    margin:auto;
    display:block;
    position:relative;
}
.small-divider {
    width:240px;
    border-color:#111;
}
.slideshow-text {
    width:500px;
    margin:auto;
    margin-bottom:100px;
}
.slide-image-date {
    margin-top:30px;
    color:#72808e;
    font-size:13.7px;
    text-align:center;
    margin-bottom:20px;
}
.slide-image-title {
    color:#20272d;
    font-size:15px;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
    letter-spacing:1px;
}
.slide-image-desc {
    margin-top:30px;
    color:#20272d;
    font-size:14px;
    text-align:justify;
    line-height:40px;
}

.footer-copyright.inside {
    padding-bottom:50px;
}
@media (max-width:767px) {
    .footer-copyright.inside {
        padding-bottom:20px;
    }
    .about-content {
        padding:0 30px;
    }
}
.about-image > img {
    width:100%;
    text-align:center;
    display:block;
    margin:auto;
}
.about-images{
    margin-bottom:50px;
}
.about-content > div {
    padding:0;
}
.about-header {
    margin:auto;
}
.about-header h2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 37px;
    text-transform: uppercase;
    margin: 30px 0;
    letter-spacing: 0.2em;
    line-height: 0.9;
    font-family:Lato,sans-serif;
}
.about-header h3 {
    color: #000;
    float: left;
    width: 100%;
    color: #838383;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0 35px 0;
    letter-spacing: 0.3em;
    font-family:Lato,sans-serif;
}
.about-image {
    margin:auto;
    margin-bottom:30px;
    height:500px;
}
.about-image img{
    width:100%;
}

.about-description {
    max-width:768px;
    margin:auto;
    width:100%;
}

.about-image-container {
    /*margin-top: 100px;*/
}
@media (max-width:767px) {
    .about-image-container {
        margin-top: 40px;
    }
}