
div.arealayout.flextiles-np { margin: 15px auto; }
div.arealayout.flextiles-np.ccm-layout { display: flex;flex-direction: row; }

.whitetxt div.arealayout.flextiles-np .ccm-layout,
.whitetxt div.arealayout.flextiles-np .ccm-layout h1,
.whitetxt div.arealayout.flextiles-np .ccm-layout h2,
.whitetxt div.arealayout.flextiles-np .ccm-layout h3,
.whitetxt div.arealayout.flextiles-np .ccm-layout h4,
.whitetxt div.arealayout.flextiles-np .ccm-layout h5,
.whitetxt div.arealayout.flextiles-np .ccm-layout h6 { color: #000!important; }

.whitetxt div.arealayout.flextiles-np .ccm-layout .listyle:before { color: #f89f1d !important; }

div.arealayout.flextiles-np .ccm-layout { align-items: flex-start;}

div.arealayout.flextiles-np .ccm-layout-column { 
float: none !important; 
vertical-align: top; 

margin: 0.5%;
 
/*background: #fff; */ 
	    box-sizing: border-box;
	    display: inline-flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
	/*align-content: flex-start;*/
	
	background: none; border-radius: 8px;
	/*box-shadow: rgba(0,0,0,0.15) 0px 10px 35px;*/
	    justify-content: center;
    align-items: center;
}


 
@media (max-width: 1000px) {
div.arealayout.flextiles-np .ccm-layout {
display: flex; flex: 1;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
  }
}
 
/*div.arealayout.flextiles-np .ccm-layout-column:before,
div.arealayout.flextiles-np .ccm-layout-column:after { 
position: absolute; content:''; box-sizing: border-box; z-index: 1;
display: block; transform: rotate(90deg); margin: 0; }
*/
 /*
div.arealayout.flextiles-np .ccm-layout-column:before {
width: 37px; height: 32px; background: #0c7e8a; left: -19px;
-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
-moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}
div.arealayout.flextiles-np .ccm-layout-column:after {
width: 35px; height: 30px; background: #fff; left: -18px;
-webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
-moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
}

div.arealayout.flextiles-np .ccm-layout-column:nth-child(odd):before { bottom: -1px;  }
div.arealayout.flextiles-np .ccm-layout-column:nth-child(odd):after { bottom: 0px;  }
div.arealayout.flextiles-np .ccm-layout-column:nth-child(even):before { top: 0; }
div.arealayout.flextiles-np .ccm-layout-column:nth-child(even):after { top: 1px; }*/

/*div.arealayout.flextiles-np .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #0c7e8a; padding: 0; left: 20px; }

div.arealayout.flextiles-np .ccm-layout-column:nth-child(odd):after { bottom: 38px;  }
div.arealayout.flextiles-np .ccm-layout-column:nth-child(even):after { top: 38px; }*/


@media screen and (max-width: 1000px)
{
div.arealayout.flextiles-np .ccm-layout-column { 
 padding: 0%; margin: 5px auto; width: -webkit-fill-available !important; }
/*div.arealayout.flextiles-np .ccm-layout-column:nth-child(odd):before, 
div.arealayout.flextiles-np .ccm-layout-column:nth-child(even):before { top: 0; }	
div.arealayout.flextiles-np .ccm-layout-column:nth-child(odd):after, 
div.arealayout.flextiles-np .ccm-layout-column:nth-child(even):after { top: 1px; bottom: inherit;  }*/
}

@media screen and (min-width: 1000px)
{
div.arealayout.flextiles-np .ccm-layout-column { padding: 0%; }
/*div.arealayout.flextiles-np .ccm-layout-column:first-child { padding-left: 0; }
div.arealayout.flextiles-np .ccm-layout-column:last-child { padding-right: 0; }*/
div.arealayout.flextiles-np .ccm-layout-column:first-child:before,
div.arealayout.flextiles-np .ccm-layout-column:first-child:after { display: none; }
}


div.arealayout.vertical .ccm-layout-column { 
float: none !important; 
display: inline-block; 
vertical-align: middle; 
}

 

.ccm-block-share-this-page ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-share-this-page ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-share-this-page svg{max-height:13px}.ccm-block-social-links ul.list-inline{display:inline-block;margin:0;padding:0}.ccm-block-social-links ul.list-inline li{display:inline-block;list-style-type:none;margin-right:10px;padding:0}.ccm-block-social-links svg{max-height:13px}


.easy-slider-one {
    transition-property: background-color;
    /* timing is set by php in view.php with the slideSpeed option */
}

/* -- Items -- */

.easy-slider-one .owl-item .item 
 {
    position: relative;
    overflow: hidden;
    transition:.2s;
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity: .5;

}
.easy-slider-one .item.active {
    position: relative;
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity: 1;
}

/* -- Image -- */

.easy-slider-one img {
    display: block;
    width: 100%;
    height: auto;    
    transition: .3s !important;
    opacity: .5 !important;
}
.easy-slider-one .item.active img {
    opacity: 1 !important;
}
.easy-slider-one .item:hover img {
    /*-webkit-transform:scale(1);
    transform:scale(1);
    opacity: 1 !important;*/
}

/* -- Captions -- */

.easy-slider-one .info-wrap {
    position: absolute;
    top:0;bottom: 0; left: 0; right: 0;
}    
.easy-slider-one .info {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px; 
}
.easy-slider-one .info > div {
    display: table-cell;
    width: 100%;
    height: 100%;    
    vertical-align: middle;
    word-wrap: break-word;
    /*opacity: 0;*/
    /*background-color: #42bdc2;*/
/*    -webkit-transform:scale(0);
    transform:scale(0);
*/    transition:.5s;

}
.easy-slider-one .info a, 
.easy-slider-one .info p {
    line-height: 1.2;
    text-align: left;    
}
.easy-slider-one .info p {
    padding-top: 15px;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
}
.easy-slider-one .info p.title {
    font-weight: lighter;
    font-size: 30px;
}
.easy-slider-one .info p.description {
    color: rgba(256,256,256,.8);
    font-weight: normal;
}
.easy-slider-one .info p small {
    font-size: 12px;
}
.easy-slider-one .info a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #fff;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 3px;
}
.easy-slider-one .info p.link {
    margin-top: 15px;
}
.easy-slider-one .item:hover .info > div {
/*    opacity: 1;
    -webkit-transform:scale(1);
    transform:scale(1);   
*/}}

