iframe, video {max-width:100%}

.content_text {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.article_body_narrow {

    max-width: 800px;
}

@media screen and (max-width: 767px) {
.article_head_title {
    color: #333;
}
}
@media screen and (max-width: 767px){
.article_head_2 {
    background: rgb(255, 255, 255);
}
}


.b1_slider_image_slide  {-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}
@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.b1_slider_handle_bottom,.b1_slider_handle_top 	{box-shadow:none;}

.b1_slider_image_slide img {
    box-shadow: none;
    border-radius: 100px;
    background: #c2d8ef;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.b1_slider_image_slide:hover img {
     background: #a5c2e0;
}

.b1_item_number {
    font-size: 20px;
    font-weight: bold;
    color: #777777;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.b2_items_logo a {
    box-shadow: 0px 5px 6px 0px rgba(0,0,0, 0.1);
}

.btn.btn_red:hover, a.btn.btn_red:hover {
    background: #f30018;
    border-bottom-color: #b90a1c;
}

.b5_item_narrow img{
        -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b5_item_narrow:hover img {margin-top:-15px;}


.team_item_image{
    
    -webkit-animation: light 3s linear 5s infinite;}

@-webkit-keyframes light {
0% {box-shadow:0px 0px 0px}
80% {box-shadow:0px 0px 10px 10px rgba(255, 255, 255, 0.29); }
100% {box-shadow:0px 0px 25px 25px rgba(255, 255, 255, 0); }
}
    
	