#additional-home-blocks {
    margin-bottom: 20px;
    margin-top:40px;
    position:relative;
}

#additional-home-blocks img.responsive {
    width: 100%;
    height: auto
}

#additional-home-blocks div.animated {
    text-align: center;
    margin-bottom: 20px;
    position:relative;
}

#additional-home-blocks img {
    border: 1px solid #e7eaeb
}

#additional-home-blocks a {
    text-transform: uppercase
}

#additional-home-blocks a.stripe-over {
    display: block;
    position: relative;
    margin-bottom: 15px
}

#additional-home-blocks a.stripe-over:hover span {
    display: block
}

#additional-home-blocks a.stripe-over span {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/stripe_hover.png);
    width: 100%;
    height: 100%;
    display: none
}
.additional_btns a {
    position: absolute;
    top: 55px;
    padding: 27px 10px;
    background: #e2e5e8;
    color: #fff;
    z-index: 100;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.additional_btns a.next_additional {
    right: 0px;
}
.additional_btns a.prev_next_additional {
    left: 15px;
}
#additional-home-blocks:hover .additional_btns a{
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#slide-home-blocks {
    margin-bottom: 20px;
    margin-top:40px;
    position:relative;
}

#slide-home-blocks img.responsive {
    width: 100%;
    height: auto
}

#slide-home-blocks div.animated {
    text-align: center;
    margin-bottom: 20px;
    position:relative;
}

#slide-home-blocks img {
    border: 1px solid #e7eaeb
}

#slide-home-blocks a {
    text-transform: uppercase
}

#slide-home-blocks a.stripe-over {
    display: block;
    position: relative;
    margin-bottom: 15px
}

#slide-home-blocks a.stripe-over:hover span {
    display: block
}

#slide-home-blocks a.stripe-over span {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/stripe_hover.png);
    width: 100%;
    height: 100%;
    display: none
}

.additional_btns a.next_slide {
    right: 0px;
}
.additional_btns a.prev_next_slide {
    left: 0px;
}
#slide-home-blocks:hover .additional_btns a{
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#slide-home-blocks h3 {
    text-transform: uppercase
}
.owl-carousel {
    clear:both;
}



/* Single Post */
.single-post .wrapper, .single-slideshow .wrapper {
    margin-top:104px;
}
.top_post_banner {
    height:260px;
    background-repeat:no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom:20px; 
}
.main_container_posts {

}
.main_container_posts img {
    width:100%;
    max-width:100%;
    height:auto;
}
.post_info_text {
    margin-bottom:40px;
    padding-bottom:25px;
    border-bottom:1px solid #dcdcde;
}
.post_info_text p {
    line-height: 1.5;
    font-size: 18px;
    color: #5c707c;
    font-weight: 100;
}
.post_main_content {

}
.post_main_content {
    line-height: 1.5;
    font-size: 18px;
    color: #5c707c;
    font-weight: 100; 
}

.post_main_content h2{
    margin-top:20px;
    padding-top:20px; 
}
.post_main_content h2:nth-child(1) {
    margin-top:0;
    padding-top:0;
    border-top:none;
}
.secondary_container_posts {
    margin-top:25px;
}
.secondary_post_border {
    background:#f5f5f5;
    border:solid thin #e3e3e3;
    padding:20px 20px 16.5px;
}
.secondary_post_border img {
    width:100%;
    max-width:100%;
    height:auto;
    margin-bottom:7.5px;
}
.secondary_posts_right {
    padding-top:15px;
}
.secondary_posts_right h2 {
    text-transform: uppercase;
    margin-bottom:3.5px;
}
.secondary_posts_left p {
    margin-bottom:0;
    font-size:12px;
}
.secondary_posts_right a {
    display:inline-block;
    padding:0 15px;
    line-height:30px;
    color:#fff;
    margin-right:3.5px;
    background:#5c707b;
    font-size:12px;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:3.5px;
}

.secondary_posts_right a:nth-last-child(1) {
    margin-right:0;
}

.third_container_posts {
    margin-top:60px;
    position:relative;
}
.third_container_posts h2 {
    margin-bottom:15px;
    text-transform: uppercase;
}
.third_container_posts img.responsive {
    width: 100%;
    height: auto
}

.third_container_posts div.animated {
    text-align: center;

    position:relative;
}

.third_container_posts img {
    border: 1px solid #e7eaeb
}

.third_container_posts a {
    text-transform: uppercase
}

.third_container_posts a.stripe-over {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.third_container_posts a.stripe-over:hover span {
    display: block
}

.third_container_posts a.stripe-over span {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/stripe_hover.png);
    width: 100%;
    height: 100%;
    display: none
}
.posts_btns a {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    padding: 27px 10px;
    background: #e2e5e8;
    color: #fff;
    z-index: 100;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.posts_btns a.next_posts {
    right: 15px;
}
.posts_btns a.prev_posts {
    left: 15px;
}
.third_container_posts:hover .posts_btns a{
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Slideshow Post */
.slideshow_info_text {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dcdcde;
}
.slideshow_info_text p {
    line-height: 1.5;
    font-size: 18px;
    color: #5c707c;
    font-weight: 100; 
}
.slideshow_con {
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top:40px;

   /* border-bottom: 1px solid #dcdcde;*/
}
.slideshow_con a {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    color: #fff;
    background: #5c707b;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.flex_mid_slide {
  display: -webkit-flex;
  display: flex;
  align-items:center;
  justify-content:center;
  flex-wrap: wrap;
}
.slideshow_con img {
    max-width:600px;
    height:auto;
    margin:auto;
}
.slideshow_con p {
    line-height: 1.5;
    font-size: 18px;
    color: #5c707c;
    font-weight: 100; 
    margin-top:0px;
}
.slideshow_con .owl-dots {
      text-align:center;
}
.slideshow_con .owl-dot {
     width: 10px;
     height: 10px;
     border-radius: 100%;
     border: 1px solid #5c707c !important;
     background: transparent !important;
     margin: 0 7.5px;
     display: inline-block;
}
.slideshow_con .owl-dot.active {
     background: #5c707c !important;
}
.slideshow_con.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
        padding: 27px 10px !important;
    background: #e2e5e8;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left:15px;
    display:inline-block;
}
.slideshow_con.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
        padding: 27px 10px !important;
    background: #e2e5e8;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right:15px;
    display:inline-block;
}
.slideshow_con.owl-carousel .owl-nav {
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slideshow_con.owl-carousel:hover .owl-nav {
    opacity:1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}


@media (max-width: 965px) {
    .single-post .wrapper, .single-slideshow .wrapper {
        margin-top:0px;
	margin-bottom:0px;
    } 
}

@media(min-width: 992px) {
   .secondary_posts_left {
    max-width:180px;
   } 
   .secondary_posts_right {
    max-width:calc(100% - 180px);
   }
}
@media(max-width:750px) {
    .slideshow_con.owl-carousel .owl-nav {
        display:none;
    }
    .slideshow_con.owl-carousel .col-sm-12 {
        width:100%;
        max-width:none;
    }

}

h2.home_titles{font-family:"GFS Didot !important";font-size:30px;color:#5c707c;line-height:1;}