
.date label{
display: none!important;
}
/* images */
.imgIntro_1 {
float: right;
margin: 0 0 20px 20px;
width: 50%;
}
.imgIntro_2 {
float: left;
margin: 0 20px 20px 0;
width: 100%;
}
.imgIntro_2, .imgIntro_3{
margin: 0 0 25px 0;
}
.imgIntro_3 img,
.imgIntro_4 img {
width: 100%;
}
/*.imgIntro_4 {
margin: 25px 0;
}*/
.artimg{
/*margin:25px;*/
}
.looper{
margin-top: 20px;
}
.news .looper1st,
.news .looper {
margin: 0 0 25px 0;
overflow: hidden;
display: block;
}
.news .imgIntro_1 img,
.news .imgIntro_2 img {
width: 100%;
}
/* image caption */
.news .img_caption {
color: #fff;
font-size: 14px;
font-weight: 400;
text-align: center;
padding: 2px 10px;
background: #77c9f1;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
/* date */
.myarticle.news .date {
padding-bottom: 10px;
font-size: inherit;
font-weight: inherit;
margin-left: 5px;
}
.myarticle.news i.fa {
padding-right: 6px;
}
.myarticle.news .fulltext {
margin-bottom: 30px;
overflow: hidden;
}
/* responsive video */
.video{
}
.embed-youtube, .embed-vimeo {
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;margin-bottom: 40px;;
}
.embed-youtube iframe, .embed-youtube object, .embed-youtube embed,
.embed-vimeo iframe, .embed-vimeo object, .embed-vimeo embed{ 
position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;
}
/*social*/
.socialsharing {}
.bookingbutton {
    margin: 10px 0;
}
.bookingbutton a:hover{
    background-color: #748189;
    color:#fff!important;
}
.next-event{
    background-color: hsl(200, 23%, 33%);
    border-radius: 10px;
    color: hsl(0, 0%, 100%);
    display: block;
    float: left;
    margin: 10px auto;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.next-event .fa.fa-calendar {
    font-size: 35px;
}
.nolrpadding {
padding-left: 0px !important;
padding-right: 0px !important;
}
/* RESPONSIVE VIEW
=====================================================================================*/
/* HELIX3 :: DESKTOP
----------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :992px) and (max-device-width :1199px) {}

/* HELIX3 :: TABLET
----------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :768px) and (max-device-width :991px) {
.myarticle.news h1 {
font-size: 24px;
}
}

/* HELIX3 :: MOBILE
----------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :425px) and (max-device-width :767px) {
.myarticle.news h1 {
font-size: 24px;
}
}

/* HELIX3 :: MOBILE
----------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :424px) {
.myarticle.news h1 {
font-size: 24px;
}
.news .imgIntro_1,
.news .imgIntro_2 {
width: 100%;
margin: 0 0 3px 0;	
}
}
/* HELIX3 :: MOBILE
----------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :320px) and (max-device-width :520px) {
    .news .imgIntro_1, .news .imgIntro_2 {
        width: 100%;
        margin: 0 0 3px 0;	
        }
}