/* CONTENTS

~1. ASIDE LINKS
~2. MAP
~3. BLOG
~4. TAGS
~5. LOGO SLIDER
~6. GALLERY

 END CONTENTS */


/* ~1. ASIDE LINKS */

#aside_links, #aside_links ul {
    float: left;
    width: 100%;
    padding: 0;
}

#aside_links ul {
    padding-left: 10px
}

#aside_links li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
    padding: 3px 0;
}

#aside_links li:last-of-type {
    border-bottom: none;
}

#aside_links li:first-of-type {
    padding-top: 0;
}

/* END ~1. ASIDE LINKS */

/* ~2. MAP */

#map_canvas {
    float: left;
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

/* END ~2. MAP */

/* ~3. BLOG */

.post {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #B3B3B3;
}

.post:first-of-type {
    padding-top: 0
}

.post a {
  color: #e6293a;
}

/* END ~3. BLOG */

/* ~4. TAGS */

.tag_list {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.tag_list li {
    float: left;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
}

.tag_list a {
  color: #FFF;
}

.tag_list a:first-of-type li {
  background-color: #e6293a;
  margin-bottom: 5px;
}

.tag_list li:last-of-type {
    border-bottom: none
}

.tag_list li{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition: all ease 0.3s;
}
.tag_list li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tag_list li:hover, .tag_list li:focus, .tag_list li:active {
  color: white;

}
.tag_list li:hover:before, .tag_list li:focus:before, .tag_list li:active:before {
  -webkit-transform: scaleX(0.1);
  transform: scaleX(0.1);
}

/* END ~4. TAGS */



/* ~5. LOGO SLIDER */

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 80px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 1139px;
    height: 100px;
}

/* END ~5. LOGO SLIDER */

/* ~6. GALLERY */
marquee {
    background: #FFFFFF;
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333333;
        background: rgba(0, 0, 0, 0)
    }

    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #FFFFFF;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #FFFFFF;
        background: rgba(255, 255, 255, .3);
        color: #000000
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }

    .featherlight iframe {
        border: 0
    }
}

#gallery {
    list-style: none;
    padding: 0;
}

#gallery li {
    height: 250px;
    margin-bottom: 20px;
    position: relative;
}

#gallery li img {
    min-height: 250px;
    height: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

/* END ~6. GALLERY */
