.gray {
	color: #606060;
}
.right-border {
	border-right: 1px solid #ccc;
	padding-right: 5px;
}
.bold {
	font-weight: bold;
}
.infotext {
	font-size: 14px;
}
.videolist-wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.video-wrp {
	width: calc(100% / 3 - 12px);
	margin: 0 15px 20px 0;
	box-shadow:0 0 3px rgba(0,0,0,.1)
}
.video-wrp:nth-child(3n) {
	margin-right: 0;
}
.vid-grid-cont {
	padding: 10px;
	box-sizing: border-box;
}
.video-title {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 6px 0;
	line-height: 20px;
}
.video-title a {
	-webkit-line-clamp: 2;
	font-weight: bold;
	color: #333;
}
.video-title a:hover{color:#333;}
.video-wrp .thumbnail-wrp {
	overflow: hidden;
	max-height: 152px;
	display: block;
	position: relative;
}
.video-wrp .thumbnail-wrp::before,.video-wrp .thumbnail-wrp::after{position: absolute;content: '';opacity: 0;visibility: hidden;transition: all 0.5s ease-in-out;}
.video-wrp .thumbnail-wrp::before {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background-image: url(/images/play-button.svg);
	background-size: 60px;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.video-wrp .thumbnail-wrp::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 0;
}
.video-wrp .thumbnail-wrp:hover::before,.video-wrp .thumbnail-wrp:hover::after{opacity: 1;visibility: visible;}
.video-wrp .thumbnail-wrp img {
	height: 100%;
	width: 100%;
}
.com-videogallery .pagination-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.com-videogallery .pagination-toolbar .limit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com-videogallery .pagination-toolbar .limit select{margin-left: 10px;}
.com-videogallery .pagination-toolbar .chzn-container {
	margin-left: 10px;
}
.com-videogallery .pagination-toolbar .pagination-list {
    padding:0;
    display:flex;
    list-style: none;
    margin-top: 10px;
}
.com-videogallery .pagination-toolbar .pagination-list li {
	margin-right: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}
.com-videogallery .pagination-toolbar .pagination-list li a{
	padding:0 5px;
}
.com-videogallery .pagination-toolbar .pagination-list li [class^="icon-"], [class*=" icon-"]{
    margin: 0;
}
.chzn-container .chzn-results li.highlighted{background: #009CD4;}
.vjs-poster{background-size: cover;}
.vjs-theme-forest .vjs-big-play-button {
	background: url("/images/play-button-white.svg");
	background-size: 88px;
}
.vjs-theme-forest:hover .vjs-big-play-button{background: url("/images/play-button.svg");background-size: 88px;}
.like-cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.like-cont .fa {
	font-size: 25px;
	margin-right: 8px;
}
.sub-title {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}
.eachVideo-suggestions{margin-bottom: 15px;}
.eachVideo-suggestions img {
	width: 100%;
}
.suggest-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	font-weight: bold;
	word-break: break-word;
	color: #333;
	margin-bottom: 0;
	margin-top: 8px;
}
.eachVideo-suggestions .infotext {
	line-height: 20px;
}
.main-video-wrp {
	width: 100%;
	max-width: 100%;
	height: 350px;
}
.vid-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.vid-desc .bold {
	display: block;
}
.custom-title .sp-page-title {
	background: url(/images/2019/09/19/mesh-wireless-data-network.png);
	background-size: inherit;
	background-position: 0 0;
	background-attachment: fixed;
	position: relative;
	padding: 44px 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.custom-title .sp-page-title h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.custom-title .sp-page-title::before {
	position: absolute;
	content: ';';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.main-pad-30 #sp-main-body {
	padding: 30px 0;
}
.space-bet-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.justify-flex-start {
	display: flex;
    justify-content: flex-start;
	align-items: center;
}
.login {
	padding: 30px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-radius: 5px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.uppercase label {
	text-transform: uppercase;
}
.registration form{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.registration .form-group {
	position: relative;
	width: calc(50% - 25px);
	margin-bottom: 30px;
}
.registration label {
	font-size: 12px;
	transform: translate(10px,-12px) scale(0.9);
	background: #fff;
	padding: 0 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.red{color:red;}
#jform_spacer-lbl {
	position: static;
	color: red;
	transform: translate(0,0);
	font-size: 14px;
}
.form-group:nth-child(1){width:100%;}
.registration .form-group:nth-child(2),.registration .form-group:nth-child(3),.registration .form-group:nth-child(4) {
	width: calc(100% / 3 - 33px);
}
.form-group.btn-wrp {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}
.form-group .spacer {
	width: 100%;
	display: flex;
	justify-content: center;
}
.registration .group-control input[type="text"],.registration  input[type="number"],.registration input[type="password"],.registration input[type="email"] {height: 40px;}
.registration  input[type="number"]{appearance: textfield;-webkit-appearance: textfield;}
.alert{padding:10px}
.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
#sp-logo,#sp-menu {
	padding: 0;
}
ul.sp-megamenu-parent {
	float: left;
}
a#offcanvas-toggler {
	float: none;
}
#sp-header .container .user-wrap {
	position: absolute;
	left: calc(100% - 45px);
	width: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.black{color: #333;}
.user-login{text-transform: uppercase;}
.user-wrap .dropdown-menu {
	top: 100%;
	right: 0;
	left: auto;
	z-index:9999;
}
.user-wrap .dropdown-menu li a:hover{
	background-color:#009cd4;
	color:#fff;
}
.user-wrap .dropdown:hover .dropdown-menu{display:block;}
.user-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80px;
}
.login-user {
	display: flex;
	align-items: center;
}
.vid-search-form {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.search-input-wrp {
	width: 30%;
}
#vid-search {
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn.search-btn {
	width: 5%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button {
	padding: 12px;
	background-color: #009CD4;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 10px 0;
	transition: all 0.2s ease-in-out;
}
/*
.button-group .button {
	width: calc(100% / 3 - 10px);
	text-align: center;
}
*/
.button-group .button {
    width: calc(100% / 2 - 10px);
    text-align: center;
}
.button:hover {
	background-color: #fff;
	color: #009CD4;
	border: 1px solid #009CD4;
}
.explore-btn {
	display: flex;
	justify-content: center;
	align-items: center;
/*	max-width: 370px;*/
	margin: auto;
}
.explore-btn img {
	max-width: 45px;
	margin-right: 20px;
}
.js-stools .js-stools-container-bar {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 60%;
	margin: auto;
	margin-bottom: 30px;
	float: none;
}
.js-stools .js-stools-container-bar>label{display: none;}
.js-stools .js-stools-container-bar button{background-color: #009CD4;color:#fff;}
.js-stools .js-stools-container-bar .js-stools-search-string {
	width: calc(100% - 43.5px);
}
.word-wrap {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-word;
	-webkit-box-orient: vertical;
}
.cat{
	-webkit-line-clamp: 1;
}
.bg-pink{background:#F19292}
.bg-green{background:#24C78B}
.bg-yellow{background:#ECDA59}
.bg-purple{background:#a0417f}
.bg-pink:hover{background:#fff;color:#F19292;border-color:#F19292}
.bg-green:hover{background:#fff;color:#24C78B;border-color:#24C78B}
.bg-yellow:hover{background:#fff;color:#ECDA59;border-color:#ECDA59}
.bg-purple:hover{background:#fff;color:#a0417f;border-color:#a0417f}
#service_filter_chzn {
	margin-right: 10px;
	margin-left: auto;
}
#vid-search-form .chzn-container-single .chzn-single {background: #fff;padding: 4px 10px;height: auto;color:#555555}
#vid-search-form .chzn-container-active.chzn-with-drop .chzn-single{background-color:#fff;}
#vid-search-form .chzn-container-single .chzn-single div b {background-position: 0px 8px;}
#vid-search-form .chzn-container-active.chzn-with-drop .chzn-single div b {background-position: -18px 8px;}
.accordion-title {background-color: #f7f7f7;padding: 10px;border: 1px solid #ececec;font-size: 16px;position: relative;cursor: pointer;font-weight:bold;}
ul.accordion-list{padding: 0;list-style: none;}
ul.accordion-list li a {padding: 5px 10px;line-height: 20px;padding-left: 15px;margin-left: 12px;display: block;color:#000;border-bottom: 1px solid #ddd;}
ul.accordion-list li:last-child a{border: 0;}
ul.accordion-list li a:hover {color:#009cd4;}
.accordion .accordion-list{display: none;}
.accordion-title .fa{position: absolute;right: 15px;font-size: 12px;line-height: 19px;color: #009cd4;top: 50%;transform: translate(0,-50%);}
.accordion ul > li{position: relative;}
.accordion ul > li > a::before {color: #009cd4;font-size: 12px;position: absolute;font-weight: bold;left: 10px;content:'\f054';font-family:FontAwesome;}
.accordion .accordion-list li {margin-bottom: 0;padding: 5px 0;}
.gray-bx {background: #f5f5f5;padding: 10px;border: 1px solid #ececec;}
.gray-bx .button.btn {margin-top: 0;margin-bottom: 0;}
.mb-30{margin-bottom: 30px;}
.ml-auto {margin-left: auto;}
.sample-vid-wrp .video-wrp {
	width: calc(100% / 4 - 12px);
}
.sample-vid-wrp .videolist-wrp {margin: 10px 0}
.modal-wrp {display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);justify-content: center;align-items: center;}
.modal-wrp .modal-body {width: 500px;height: auto;}
#videoModal{z-index: 99999;}
#hdTuto_search {position: absolute;top: 100%;right: 54px;width: 30%;padding: 10px 20px;background: #fff;z-index: 99;}
/*
.free-video {position: relative;margin-right: 30px;}
.free-video::after {position: absolute;content: 'free';left: 100%;background: #009CD4;color: #fff;font-size: 10px;padding: 0 5px;border-radius:2px}
*/
.sp-megamenu-parent >li.sp-menu-item >a,
.sp-megamenu-parent >li.sp-menu-item >span {padding: 0 10px;}
table.acymailing_form {width: 100%;}
.sp-module.newsletter-btn-wrp {margin-top: 0;}
.sp-module.newsletter-btn-wrp p{text-align: center;}
.sp-module.newsletter-btn-wrp a{display: inline-block;}
.button.login-btn {position: absolute;right: 0;top: 0;margin-top: 20px;}
.video-wrp.vid-stats {box-shadow: none;}
.video-wrp.vid-stats p {background-color: #5279bc;color: #fff;padding: 10px;}
.ml-10{margin-left: 10px;}
@media screen and (max-width:1024px){
	a#offcanvas-toggler {
		float: right;
	}
	#sp-header .container .user-wrap {
		left: calc(100% - 110px);
	}
	ul.sp-megamenu-parent{display: none;}
}
@media screen and (max-width:768px){
	.left-main,.right-video-list {
		padding: 0 !important;
	}
	.video-content {
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
	.sub-title {
		font-size: 18px;
	}
	.video-wrp {
		width: calc(100% / 3 - 12px);
	}
	.video-wrp:nth-child(4n) {
		margin-right: 15px;
	}
	.video-wrp:nth-child(3n) {
		margin-right: 0;
	}
	.video-wrp .thumbnail-wrp {
		max-height: 128px;
	}
	.sample-vid-wrp .video-wrp,.video-wrp {
		width: calc(100% / 3 - 12px);
	}
	#hdTuto_search {right: 5%;}
	
}
@media screen and (max-width:767px){
	.registration .form-group {
		width:100%;
	}
	.registration .form-group:nth-child(2), .registration .form-group:nth-child(3), .registration .form-group:nth-child(4){
		width: 100%
	}
	.sample-vid-wrp .video-wrp,.video-wrp {
		width: 100%;
		margin: 0 0px 20px 0;
	}
	.video-wrp .thumbnail-wrp {
		max-height: 190px;
	}
	.main-video-wrp {
		height: 190px;
	}
	.eachVideo-suggestions .infotext {
		font-size: 12px;
	}
	.js-stools .js-stools-container-bar {
		max-width: 100%;
	}
	.vid-search-form {
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gray-bx select{max-width:140px}
	.search-input-wrp {
		width: calc(100% - 15%);
	}
	.btn.search-btn {
		width: 15%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.search-input-wrp,.btn.search-btn{margin-top:10px}
	.button-wrp{flex-wrap: wrap;}
	.button-group .button {width: 100%;}
	#hdTuto_search {position: absolute;top: 100%;right: 0;width: 100%;padding: 10px 20px;background: #fff;z-index: 99;left: 0;}
}

.blog .entry-header h2 a {
    color: #333;
}
.blog .entry-header h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 6px 0;
    line-height: 20px;
}
.hide-blogoptions.itemid-811.layout-blog .blog .entry-header {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 10px;
    min-height: 305px;
}
.hide-blogoptions.itemid-811.layout-blog dl.fields-container, 
.hide-blogoptions.itemid-811.layout-blog dl.fields-container~p {
    display: none;
}
/*
.explore-btn {
    margin: 30px 10px 10px 0 !important;
}
*/

.explore-btn {
    margin: 10px 10px 10px 0 !important;
}
.logout-button input.btn.btn-primary {
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    outline: none;
    box-shadow: none;
}
.logout-button input.btn.btn-primary:hover, .logout-button input.btn.btn-primary:focus {
    color: #5279bc;
}

.categories-module button.accordion {
    display: inline-flex;
}
.categories-module .accordion i.fa-plus,
.categories-module .accordion i.fa-minus {
    float: right;
    margin-top: 25px;
}
.categories-module .panel {
  	box-shadow: none;
    padding: 2px;
    margin-bottom: 5px;
}
.sp-module ul.categories-module >li {
  	border-bottom: none;
}
#sp-right .sp-module:first-child {
    padding-top: 10px;
}
#sp-right .sp-module {
    padding: 0 0 30px;
    margin-top: 30px;
    border-bottom: 2px solid #eee;
/*    box-shadow: 0px 0px 1px 1px #eee;*/
}

#osm-singup-page .input-prepend .add-on, 
#osm-singup-page .input-prepend .btn {
    padding: 8px;
    height: 34px;
}
.search .form-inline label {
	display: none; 
}
.search .form-inline input#mod-search-searchword237,
.search .form-inline input.button {
	display: inline-block;
}
.search .form-inline input.button {
	width: auto;
    padding: 0 0px !important;
    margin: 0 0 !important;
    height: 32px;
}
/* Banner - module CSS */
.banner-module-cover {
	background-size: inherit;
    background-attachment: fixed;
    background-position: 0 0;
    position: relative;
    background-repeat: no-repeat;
    padding: 4.5rem 0;
    mix-blend-mode: lighten;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.55);
}