/*---------------------table--------------------*/
/*
.table { width: 100%; height: 100%; display: table; text-align: center; vertical-align: middle; margin: 0; }
.table-cell { width: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: middle; }
*/
/*---------------------user-content--------------------*/

.user-content { margin-bottom: 20px; }
.user-content p { margin: 20px 0; line-height: 2em; }
.user-content p:last-child { margin-bottom: 0; }
.user-content ul { margin: 20px 0; padding: 0 0 0 30px; }
.user-content ul li { list-style: none; margin: 10px 0; position: relative; font-size: 14px; line-height: 1.75em; }
.user-content ul li:before { content: '\2022'; color: #cccccc; position: absolute; top: 0; left: -20px; font-size: 20px; }

.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

section { width: 100%; padding: 60px 0; background: #ffffff; position: relative; }
section.half-spacing { padding: 30px 0; }
section.no-spacing { padding: 0; }
section.grey { background: #f8f8f8; }
section.section-full-width-image { position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center; }
section.section-full-width-image h2,
section.section-full-width-image h3,
section.section-full-width-image h4,
section.section-full-width-image h5,
section.section-full-width-image p,
section.section-full-width-image a,
section.section-full-width-image li { color: white; }
section.section-full-width-image .btn { color: #666666; }
section.section-full-width-image .overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); }

.video-media { width: 100%; max-width: 350px; background: #333333; overflow: hidden; position: relative; }
.video-media img { width: 100%; }
.video-media a { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.4); text-align: center; color: #ffffff; font-size: 60px; top: 0; left: 0; }
.video-media a i { width: 100%; height: 60px; line-height: 60px; position: absolute; text-align: center; left: 0; top: 50%; margin-top: -30px; }

/*-------------------mapsection-------------------*/

.map-section .section-map { width: 100%; height: 410px; margin: 0; border: 0; position: relative; }
.map-section .map-section-placeholder { height: 100%; z-index: 99; }
.map-item { display: none; }
.map-popup { margin-top: -35px; width: 280px; background: url(/data/images/back_mapPointer.png) center bottom no-repeat; padding-bottom: 16px; font-size: 14px; position: relative; text-align: center; }
.map-popup .map-popup-inner { padding: 20px; background-color: #ffffff; }
.map-popup .image { margin: 10px 0; }
.map-popup .image img { max-width: 240px; }
.map-popup i.fa-times { position: absolute; right: 5px; top: 5px; cursor: pointer; }

/*-------------------forms-------------------*/

.hiddenLoadContent { display: none; }

.field-validation-error { display: block; color: red; font-weight: normal; font-size: 0.875em; }
.validation-summary-errors ul { list-style: none; padding: 0; margin: 0; }
.validation-summary-errors ul li { color: red; font-weight: bold; }
.validation-summary-errors ul li:last-child { margin-bottom: 15px; }
.btns-holder .field-validation-error { font-size: 1em; font-weight: bold; margin-bottom: 15px; }

.upload-validation { display: none; }

.trainers-dropdown { display: none; }

.checkboxes-list-vertical label { display: block; }

/*
.date-input { position: relative; }
.date-input i { font-size: 18px; position: absolute; top: 16px; left: 15px; color: #ababab; cursor: pointer; }
.date-input .form-control { padding-left: 38px; cursor: pointer; display: inline-block; }

div.uploader { height: auto; width: 100%; margin-bottom: 20px; }
div.uploader span.action { text-shadow: none; height: auto; width: 30%; background: #555555; text-align: center; font-size: 0.750em; letter-spacing: 0.083em; color: #ffffff; text-transform: uppercase; font-weight: 800; padding: 16.5px 5px; border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; display: block; line-height: normal; }
div.uploader span.filename { margin: 0; background: #eeeeee; border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border: none; width: 120px; font-size: 13px; padding: 13px 10px; height: auto; width: 70%; }

.form-control.single-checkbox, .form-control.checkboxlist, .form-control.radiobuttonlist { background: none; padding: 0; }
.form-control.single-checkbox label { padding: 0; }
*/

/*-------------------loader overlay-------------------*/

#LoaderOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); text-align: center; z-index: 99999; display: none; }
#LoaderOverlay .loader-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
#LoaderOverlay .loader-inner p, #LoaderOverlay .loader-inner i { color: #ffffff; margin: 0 5px 0 0; display: inline-block; font-size: 1.5em; }

/*-------------------sitemap-------------------*/

nav.sitemap ul { padding-left: 20px; }
nav.sitemap ul > li.level-2 { margin: 0 0 10px 0; font-weight: 600; }
nav.sitemap ul > li.level-3 { font-weight: normal; }
nav.sitemap ul > li.level-2 ul li:before { font-family: 'FontAwesome'; content: '\f101'; color: #ccc; }

/*-------------------search results-------------------*/

.search-listings .search-result { margin-bottom: 10px; }


/*------------------modal---------------------------*/
.modal-wide .modal-dialog {
    width: 90%; !important
}

/*-------------------responsive-------------------*/

@media only screen and (min-width:994px) {
    .vertical-align { display: flex; align-items: center; justify-content: center; flex-direction: row; }
}

@media only screen and (min-width: 992px) {
    .page-image.wrap-left, .page-image.wrap-right { max-width: 300px; }
    .page-image.wrap-left { float: left; margin: 0 20px 10px 0; }
    .page-image.wrap-right { float: right; margin: 0 0 10px 20px; }
}