@media only screen and (max-width: 768px) {
    div.br_big_images_hover {
        height: 500px;
    }

	h1#services_on_home_title {
		margin-top: 55px;
	}

    div.blog_small_content {
        padding: 20px;
        height: 240px;
    }

    div.blog_post {
        background-color: #fff;
    }

    div.blog_img {
        height: 163px;
    }

    div.blog_img img {
        width: 100%;
    }

    .learn_more {
        background: #ca9a8e;
        color: #fff;
    }

    div.blog_text {
        margin: 20px 0px 30px;
    }

    .service_post .learn_more {
        top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    div.br_big_images_hover {
        height: 530px;
    }

	h1#services_on_home_title {
		margin-top: 120px;
	}

    div.blog_small_content {
        padding: 30px;
        height: 265px;
    }

    div.blog_post {
        background-color: #fff;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(49.9% at 23% 2%);
        height: 138px;
    }

    div.blog_img img {
        width: 280px;
    }

    .learn_more {
        background: #ca9a8e;
        color: #fff;
    }

    div.blog_text {
        margin: 30px 0px;
    }

    .service_post .learn_more {
        top: 0;
    }
}

@media only screen and (min-width: 1024px) {
   div.br_big_images_hover {
      height: 545px;
   }

	h1#services_on_home_title {
		margin-top: 80px;
	}

    div.blog_small_content {
        padding: 30px;
        height: 265px;
    }

    div.blog_post {
        background-color: #fff;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(44.9% at 23% 2%);
        height: 185px;
    }

    div.blog_img img {
        width: 290px;
    }

    .learn_more {
        background: #ca9a8e;
        color: #fff;
    }

    div.blog_text {
        margin: 30px 0px;
    }

    .service_post .learn_more {
        top: 0;
    }
}

@media only screen and (min-width: 1250px) {
    div.br_big_images_hover {
        height: 550px;
    }

	h1#services_on_home_title {
		margin-top: 150px;
	}

    div.blog_small_content {
        padding: 30px;
        height: 265px;
    }

    div.blog_post {
        background-color: transparent;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(45.9% at 23% 2%);
        height: 135px;
    }

    div.blog_img img {
        width: 235px;
    }

    .learn_more {
        background: #fff;
        color: #282828;
    }

    div.blog_text {
        margin: 30px 0px;
    }

    .service_post .learn_more {
        top: 0;
    }
}


@media only screen and (min-width: 1441px) {
    div.br_big_images_hover {
        height: 600px;
    }

	h1#services_on_home_title {
		margin-top: 200px;
	}

    div.blog_small_content {
        padding: 30px;
        height: 265px;
    }

    div.blog_post {
        background-color: transparent;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(45.9% at 23% 2%);
        height: 135px;
    }

    div.blog_img img {
        width: 235px;
    }

    .learn_more {
        background: #fff;
        color: #282828;
    }

    div.blog_text {
        margin: 30px 0px;
    }

    .service_post .learn_more {
        top: 0px;
    }
}

@media only screen and (min-width: 1600px) {
    div.br_big_images_hover {
        height: 600px;
    }

	h1#services_on_home_title {
		margin-top: 200px;
	}

    div.blog_small_content {
        padding: 30px 15px;
        height: 265px;
    }

    div.blog_post {
        background-color: transparent;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(45.9% at 23% 2%);
        height: 135px;
    }

    div.blog_img img {
        width: 225px;
    }

    .learn_more {
        background: #fff;
        color: #282828;
    }

    div.blog_text {
        margin: 20px 0px 30px;
    }

    .service_post .learn_more {
        top: 0;
    }
}

@media only screen and (min-width: 1920px) {
    div.br_big_images_hover {
        height: 550px;
    }

	h1#services_on_home_title {
		margin-top: 200px;
	}

    div.blog_small_content {
        padding: 30px;
        height: 265px;
    }

    div.blog_post {
        background-color: transparent;
    }

    div.blog_img {
        -webkit-clip-path: circle(45.9% at 23% 2%);
        clip-path: circle(45.9% at 23% 2%);
        height: 135px;
    }

    div.blog_img img {
        width: 235px;
    }

    .learn_more {
        background: #fff;
        color: #282828;
    }

    div.blog_text {
        margin: 20px 0px 30px;
    }

    .service_post .learn_more {
        top: 0px;
    }
}

/* # */
#br_arrow_left {
    cursor: default;
    z-index: 10;
    left: 0;
    color: #578078;
}

#br_arrow_right {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    color: #578078;
}

#br_big_images_moving_div {
    position: relative;
}

#br_div {
    position: relative;
}
/* # */



/* . */
.br_arrow_div {
    font-size: 50px;
    position: relative;
    display: inline-block;
    color: #ef373e;
    transition: all .20s ease-in-out;
}

div.library_img {
    transition: all 0.15s ease-in-out;
}

div.library_post:hover .library_img {
    background: #ef373e;
}

div.lib_image_content {
    overflow: hidden;
    position: relative;
}

div.library_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    background: #282828;
}

div.lib_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
}

div.source_date {
    margin: 30px 0px 10px;
    height: 50px;
}

div.library_text_div h2 {
    height: 70px;
}

div.library_text {
    margin: 10px 0px 25px;
    word-wrap: break-word;
    height: 80px;
}

div.lib_small_content {
    width: 90%;
    float: right;
}

div.br_big_image_div {
    position: absolute;
}

div.br_big_images_hover {
    overflow: hidden;
}

.learn_more:hover {
	/* color: #ef373e; */
}

div.blog_post {
    text-align: center;
    transition: all 0.15s ease-in-out;
    margin-bottom: 100px;
    cursor: pointer;
}

div.blog_post:hover {
    background: #fff;
    box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
}

.learn_more {
    width: 165px;
    margin: auto;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    transition: all .2s ease-out;
    position: relative;
    box-shadow: 0px 0px 32.55px 2.45px rgba(0, 0, 0, 0.05);
}

.hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.2s;
    z-index: 1;
}

.learn_more span {
    position: relative;
    z-index: 2;
}

div.blog_img {
    overflow: hidden;
}

.blog_small_content h2 {
    font-size: 26px;
}

@supports (-ms-ime-align:auto) {
    div.blog_img {
      height: 250px;
      overflow: hidden;
    }

    div.blog_img img {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.blog_img {
      height: 250px;
      overflow: hidden;
    }

    div.blog_img img {
        width: 100%;
    }
}

div.arrow_control {
    width: 135px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    position: relative;
}

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

div.blog_post:hover .hover {
    width: 100%;
    display: block;
    background: #ca9a8e;
}

div.blog_post:hover .hover {
    color: #fff;
}

div.blog_post:hover .learn_more span {
    color: #fff;
}
/* . */
