div.ccm-block-express-form.framedit div.form-group {
    margin-bottom: 10px;
}

div.ccm-block-express-form.framedit span.text-muted {
    opacity: .50;
	
}
div.ccm-block-express-form.framedit { text-align: left; }

div.ccm-block-express-form.framedit div.form-group label.control-label {
    font-weight: bold;
    display: inline-block;
	padding-left: 5px; 
}

div.ecRecaptcha div { margin: 0 auto; }

.ccm-block-express-form.framedit .form-label { text-align: left; width: 95%; font-size: 14px; margin: 5px auto;  }
.ccm-block-express-form.framedit fieldset { border: 0; padding: 0; }

.ccm-block-express-form.framedit input, .ccm-block-express-form.framedit select,
.ccm-block-express-form.framedit textarea, .form-actions button[type="submit"] { 
border: 1px #bbb solid; background: none; -moz-border-radius: 3px; border-radius: 3px; background:rgba(0,0,0,0.1); }
.ccm-block-express-form.framedit input::placeholder,
.ccm-block-express-form.framedit textarea::placeholder { color: #111; text-align: left; }

.ccm-block-express-form.framedit .checkboxList {
	    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.ccm-block-express-form.framedit, .form-actions input[type="submit"] { max-width: 750px; margin: 0 auto; }

.ccm-block-express-form.framedit fieldset { text-align: center; }
.ccm-block-express-form.framedit fieldset p { padding: 1%; text-align: left; }
.ccm-block-express-form.framedit .mb-3 { position: relative; text-align: left; }

.ccm-block-express-form.framedit .form-group { position: relative; text-align: left; }
.ccm-block-express-form.framedit .form-group input,
.ccm-block-express-form.framedit .form-group select,
.ccm-block-express-form.framedit .form-group textarea,
.ccm-block-express-form.framedit .form-actions button[type="submit"] { width: -webkit-fill-available; padding: 15px 3%; }

.ccm-block-express-form.framedit .form-group input[type="checkbox"],
.ccm-block-express-form.framedit .form-group input[type="radio"] { width: auto; float: left; }

.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { margin: 2px 0; display: inline-flex; font-size: 13px; }
.ccm-block-express-form.framedit .form-group .checkbox { margin-left: 25px; padding-left: 10px;   }
.ccm-block-express-form.framedit .form-group .checkbox label { }
.ccm-block-express-form.framedit .form-group .checkbox input { margin-left: -20px; margin-top: 0; }

.ccm-block-express-form.framedit .form-group select { width: 96%; }
.ccm-block-express-form.framedit .form-actions button[type="submit"] { margin: 0 !important; width: auto; max-width: 300px; }
.ccm-block-express-form.framedit .form-group select option { color: #333; }

.ccm-block-express-form.framedit .form-group .text-muted.small {
font-size: 10px; position: relative;display: inline-block;position: absolute; right: 0; top: 8px; }
.form-actions { text-align: left; }
.form-actions button[type="submit"] { cursor: pointer; transition: all 0.15s ease-in-out; }
 
 
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(1),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(2),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(3),
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(4)/*,
.ccm-block-express-form.framedit .form-group .mb-3:nth-child(5)*/ { width: 48%; display: inline-block; margin: 1%; margin-left: 0; vertical-align: top; }
.ccm-block-express-form.framedit .form-group .mb-3,
.ccm-block-express-form.framedit .form-group .mb-3:last-child { width: 98%; display: inline-block; margin: 1%; margin-left: 0; }
 
.ccm-block-express-form.framedit {
    padding: 15px 0;
    margin: 5px auto;
    -moz-border-radius: 8px;
    border-radius: 8px; }
	
	
@media screen and (min-width: 200px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 40%; }
	
}
@media screen and (min-width: 850px)
{
.ccm-block-express-form.framedit .form-group .checkbox, 
.ccm-block-express-form.framedit .form-group .radio { width: 28%; }
	
}

.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}


/*
.chkbx { margin: 35px auto; counter-reset: section; }

.chkbx .ccm-layout-column { padding-left: 50px; }
.chkbx .ccm-layout-column:before,
.chkbx .ccm-layout-column:after { position: absolute; left: 0px; }

.chkbx .ccm-layout-column:before {
border: 1px solid #b88014;
padding: 7px 14px 10px 14px;
-moz-border-radius: 50px;
border-radius: 50px;
font-size: 18px;
font-weight: bold;
width: 10px;
height: 20px;
display: inline-block;
text-align: center;

counter-increment: section;
content: counters(section,""); }

.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { bottom: 0; }

.chkbx .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px;  }
.chkbx .ccm-layout-column:nth-child(even):after { bottom: 38px; }

@media screen and (max-width: 1000px)
{
.chkbx .ccm-layout-column { margin: 45px auto; width: -webkit-fill-available !important; }
.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { top: 0; }	
.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.chkbx .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }

}
*/




.chkbx { margin: 15px auto; /*counter-reset: section; */}
 
.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.chkbx .ccm-layout-column { 
background: #ebf0f4; border: 0 #ebf0f4 solid; padding: 20px 25px; 
border-radius: 3px; /*box-shadow: rgba(0,0,0,0.15) 3px 3px 3px;*/
    flex-basis: 26% !important;
    flex-grow: 1;
    width: auto;
    margin: 2% 1%;}
.ltbl .chkbx .ccm-layout-column { 
background: #fff; border: 0 #fff solid; }

.chkbx .ccm-layout-column-inner { margin: 0 !important; }

.chkbx .ccm-layout-column:before/*,
.chkbx .ccm-layout-column:after*/ { position: relative; left: 0px;top: -35px; }


.chkbx .ccm-layout-column:before {
    padding: 0;
    border: 0;
    font-size: 2.25rem;
    margin: 0 0 -25px -15px;
    display: inline-flex;
    text-align: center; 
    content: "\f00c";
    background: #fec834;
    color: #1c1818;
    font-family: 'Font Awesome 6 Free'; 
	font-weight: 900;
    font-style: normal;
    z-index: auto;
    min-width: 80px;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-left: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 3px;
}
/*
.whitetxt .chkbx .ccm-layout-column,
.whitetxt .chkbx .ccm-layout-column:before { border: 1px #fff solid;  }*/

.whitetxt .chkbx , .whitetxt .chkbx  a, .whitetxt .chkbx  h1, 
.whitetxt .chkbx  h2, .whitetxt .chkbx  h3, .whitetxt .chkbx  h4, 
.whitetxt .chkbx  h5, .whitetxt .chkbx  h6, .whitetxt .chkbx p 
{ color: #1c1818 !important; }

/*.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { bottom: 0; }

.chkbx .ccm-layout-column:after { 
content: ''; height: -webkit-fill-available;
border-left: 1px solid #b88014; padding: 0; left: 20px; }

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

@media screen and (max-width: 1000px)
{
.chkbx .ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.chkbx .ccm-layout-column { margin: 20px auto; width: -webkit-fill-available !important; }
/*.chkbx .ccm-layout-column:nth-child(odd):before { top: 0;  }
.chkbx .ccm-layout-column:nth-child(even):before { top: 0; }*/	
/*.chkbx .ccm-layout-column:nth-child(odd):after { top: 38px; bottom: inherit; }
.chkbx .ccm-layout-column:nth-child(even):after { top: 38px; bottom: inherit;  }*/

}
@media screen and (max-width: 850px)
{
.chkbx .halfhalf-layout .half-half { width: 50% !important;  }
}
@media screen and (min-width: 1000px)
{
.chkbx .halfhalf-layout .half-half { width: 40% !important;  }
	.chkbx .thirds-layout .thirds { margin: 15px 1%; flex: 1; }
.chkbx .thirds-layout .thirds:nth-child(2) { margin-left: 1%; margin-right: 1%; }
}

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


.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel , 
.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel .owl-wrapper,
.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel .owl-wrapper-outer { 
	display: flex !important; 
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 950px)
{
.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel , 
.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel .owl-wrapper,
.easy-slider-one-gry .easy-slider-carousel-inner.owl-carousel .owl-wrapper-outer { 
	display: block!important;  
}
}

/* -- Items -- */

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

    -webkit-transform:scale(.95);
    transform:scale(.95);


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

/* -- Image -- */

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

/* -- Captions -- */

.easy-slider-one-gry .info-wrap {
    position: absolute;
    top:0;bottom: 0; left: 0; right: 0;
}    
.easy-slider-one-gry .info {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px; 
}
.easy-slider-one-gry .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-gry .info a, 
.easy-slider-one-gry .info p {
    line-height: 1.2;
    text-align: left;    
}
.easy-slider-one-gry .info p {
    padding-top: 15px;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
}
.easy-slider-one-gry .info p.title {
    font-weight: lighter;
    font-size: 30px;
}
.easy-slider-one-gry .info p.description {
    color: rgba(256,256,256,.8);
    font-weight: normal;
}
.easy-slider-one-gry .info p small {
    font-size: 12px;
}
.easy-slider-one-gry .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-gry .info p.link {
    margin-top: 15px;
}
.easy-slider-one-gry .item:hover .info > div {
/*    opacity: 1;
    -webkit-transform:scale(1);
    transform:scale(1);   
*/}}

