body {
    font-size: 0.90rem;
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}



/* THEME */
header.onlyLogo img {
    height: 45px;
}

header .logo img {
    height: 45px;
}

@media (max-width: 992px) {
    header.onlyLogo img, header .logo img { height: 25px!important; }
}


footer {color: #6b6b6b; background: #212529; }
footer a { color: #eee; }
footer a:hover {text-decoration: none; color: #0c70fd;}

#navbar {
    background: #0c6ffd;
    font-weight: 500;
}
#navbar a {
    color: #fff;
    background: #0c70fd;
    border-radius: 10px;
}
#navbar a:hover {
    text-decoration: none;
    background: #fff;
    color: #0c70fd;
    border-radius: 10px;
}


.bg-grey {background-color: #eee;}


.vh-100 {
    min-height: 100vh!important;
}

.vh100-min {
    min-height: calc(100vh - 100px) !important;
}

.w75d-100m {
    width: 75%!important;
}
@media (max-width: 992px) {
    .w75d-100m { width: 100%!important; }
}


.w-90 {
    width: 90%!important;
}

.w90d-100m {
    width: 90%!important;
}
@media (max-width: 992px) {
    .w90d-100m {
        width: 100%!important;
    }
}

.w50d-100m {
    width: 50%!important;
}
@media (max-width: 992px) {
    .w50d-100m {
        width: 100%!important;
    }
}


.square {
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.square-50 { width: 50px; height: 50px; }
.square-36 { width: 36px; height: 36px; }
.square-15 { width: 15px; height: 15px;}




/* S: CMS Gallery */
.pswp__bg {background: #000000d1 !important;}
/* E: CMS Gallery */

/* S: CMS Video */
.video-thumb {
	position: relative;
	/*height: 100%;
	min-height: 140px;*/
	cursor: pointer;
}
.video-thumb .play-icon {
    background: rgba(0,0,0, .3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: #fff;
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-thumb:hover .play-icon {
    background: rgba(0,0,0, .5);

}

.video-thumb-view-details {
	position: relative;
	height: 100%;
	/*min-height: 140px;*/
	cursor: pointer;
}
.video-thumb-view-details .play-icon {
    background: rgba(0,0,0, .2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: var(--color-primary);
	transition: .4s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-thumb-view-details:hover .play-icon {
    background: rgba(0,0,0, .5);

}
/* S: Responsive iframe video */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
/* E: Responsive iframe video */
/* E: CMS Video */




