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 */


.parallax {
    /*position: relative;*/
    content: '';
    z-index: 1;
    right: 0;
    width: 100%;
    height: 300px;
    /* background-image: url(../img/general/big2.jpg); */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #cecece;
}
@media (max-width: 992px) {
    .parallax {
        height: 160px;
        width: 100%;
        background-attachment: initial;
    }
}






iframe.gmaps {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}



.form-alert {
	display: none;
	position: fixed;
	right: 20px;
	top: 20px;
	max-width: 400px;
	z-index: 999;
}
.form-alert .alert {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.form-alert .alert-warning {
	background: #f4a421;
	color: #fff;
}
.form-alert .alert-success {
	background: #33a212;
	color: #fff;
}
.form-alert .alert .close {
	padding: .65rem 1.25rem;
	color: #fff;
	transition: all .4s;
}
.form-alert .alert .close:hover {
	color: #000;
}
.valid {
	border-color: green!important;
}
.invalid {
	border-color: red!important;
    border-width: 3px;
}





