@font-face {
	font-family: 'junist';
	src: url('../fonts/junist.eot');
	src: url('../fonts/junist.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/junist.woff') format('woff'),
			 url('../fonts/junist.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

body {
	padding-top: 63px;
	background-color: #E5E6E5;
	font-family: 'Questrial', sans-serif;
	height: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

.page-container {
	position: relative;
	min-height: 93.15vh;
}

.content-wrap {
	padding-bottom: 1.5rem !important;
}

.fas::before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 1.1rem;
	margin: 0 !important;
}

@media (max-width: 991px) {
	body {
			background-color: #fff;
	}
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .1px;
}

iframe {
	border: none;
	border-radius: 5px;
	width: 100%;
	height: auto;
	min-height: 200px;
}

/* Hidden meta-description */
.metaDescription {
	position: absolute;
    margin-left: -999999px;
}

/* Pagination generic */
.pagination {
    padding: 25px 15px;
    border-radius: .25rem;
}

.pagination li.page-item {
    margin: 2px;
}

.pagination .page-item .page-link {
	border-radius: 5px;
	padding: 4px 12px;
	color: #244891;
}

.pagination .page-item.active .page-link {
	background-color: #244891;
	border-color: #244891;
	color: #fff;
}

/*#watch1 iframe,
#listen1 iframe {
	min-width: 100%;
	margin: 0 auto 0;
	border: 4px solid #000;
	padding: 5px;
	background-color: #000;
	width: 100%;
	text-align: center;
	max-width: 100%;
	border-radius: 5px;
	min-height: 275px;
	height: 100%;
}

[class*="-bbs"] #watch1 .card-footer p {
	margin: -7px auto 6%;
	border: 4px solid #000;
	border-radius: 5px 5px 0 0;
	padding: 20px 30px 5px;
	background-color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
	min-width: 80%;
	text-align: center;
	border-right: 35px solid #fff;
	border-left: 35px solid #fff;
	height: 70px;
}*/

option {
	cursor: pointer;
}

option:hover {
	background-color: #eee;
}

/* Nav stuff */
nav.fixed-top a.navbar-logo {
	color: #000;
	font-weight: 400;
	font-family: 'junist';
	font-size: 2rem;
	letter-spacing: .5px;
	text-decoration: none;
}

nav.fixed-top a.navbar-logo:hover {
	color: #85a8d2;
}

nav.navbar1 {
	background: linear-gradient(to bottom, #ffffff 0%,#c6eafa 100%);
	/*opacity: .97;*/
}

nav.navbar2 .container {
    max-width: 1700px;
}

nav.navbar1 .nav-link {
	color: #333 !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .9rem;
	cursor: pointer;
}

nav.navbar1 .nav-link:focus,
nav.navbar1 .nav-link:hover {
	color: #888 !important;
}

nav.navbar1 .dropdown-menu {
	padding: 0;
	color: #333;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	opacity: .95;
}

nav.navbar1 .dropdown-item {
	padding: .6rem 1.5rem .6rem .5rem;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #bbb;
	font-size: .9rem;
	text-transform: uppercase;
}

nav.navbar1 .dropdown-item:focus,
nav.navbar1 .dropdown-item:hover {
	background-color: #ccc;
}

nav.navbar1 .dropdown-item::before {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	margin-right: 10px;
	color: #244891;
}

nav.navbar1 .navbar-brand {
	height: auto;
	/*max-width: 200px;*/
}

nav.navbar1 .container.full {
	max-width: 90% !important;
}

@media (max-width: 991px) {
	nav.navbar1 .container.full {
			max-width: 100% !important;
	}
}

nav.navbar2 .collapse:not(.show) {
	display: inline-block;
}

@media (min-width: 992px) {
	nav.navbar2 .ml-auto,
	nav.navbar2 .mx-auto {
			margin-top: 0 !important;
	}
}

@media (max-width: 991px) {
	nav.navbar2.navbar.navbar-expand-lg.navbar-dark.bg-dark {
			height: 50px;
	}
	nav.navbar2 .ml-auto,
	nav.navbar2 .mx-auto {
			flex-direction: row;
			margin-top: -4px;
	}
	.input-group.form-sm {
			display: none;
	}
}

nav.navbar2 .login::before,
nav.navbar2 .register::before {
	content: "\f084";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	margin-right: 5px;
}

nav.navbar2 .register::before {
	content: "\f007";
}

nav.navbar2 li.nav-item:nth-child(1) {
	margin-right: 20px;
}

nav.navbar2 .input-group.md-form.form-sm.form-2 input.dark-border {
	border: 1px solid #333;
}

nav.navbar2 .input-group,
.directory-bbs .input-group {
	width: 40%;
}

nav.navbar2 .input-group-append {
	margin-left: -1px;
	height: 36px;
	position: relative;
	top: 1px;
}

nav.navbar2 .fa-search:before,
.directory-bbs .fa-search:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

/* Top header */

.top-header {
	
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
}

.top-header.col-lg-12 {
	min-height: 42vh;
	background-position: 0 0;
	position: relative;
	margin: 10px auto 0;
	display: table;
}

@media (max-width: 1680px) {
	.top-header.col-lg-12 {
			min-height: 37vh;
	}
}

@media (max-width: 1600px) {
	.top-header.col-lg-12 {
			min-height: 41vh;
	}
}

@media (max-width: 1440px) {
	.top-header.col-lg-12 {
			min-height: 36vh;
	}
}

@media (max-width: 1366px) {
	.top-header.col-lg-12 {
			min-height: 46vh;
	}
}

@media (max-width: 1280px) {
	.top-header.col-lg-12 {
			min-height: 35vh;
	}
}

@media (max-width: 1024px) {
	.top-header.col-lg-12 {
			min-height: 28vh;
	}
}

@media (max-width: 991px) {
	.top-header.col-lg-12 {
			background-attachment: scroll;
			min-height: 21vh;
	}
}

@media (max-width: 415px) {
	.top-header.col-lg-12 {
			background-attachment: scroll;
			min-height: 17vh;
	}
}

@media (max-width: 991px) and (orientation: landscape) {
	.top-header.col-lg-12 {
			min-height: 30vh;
	}
}

/* Footer stuff */
footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 18.5rem;	
	font-size: .8em;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	/* webkit-box-shadow: 0px 1px 12px 0px rgba(255, 255, 255, 0.75); */
	-moz-box-shadow: 0px 1px 12px 0px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 1px 12px 0px rgba(255, 255, 255, 0.75);
}

@media (min-width: 1200px) {
	footer .container {
			max-width: unset;
			margin-bottom: 1rem;
	}
	footer .social-media {
			max-width: 1120px;
	}
}

footer a {
	color: #fff;
}

footer a:hover {
	text-decoration: none;
	color: #007bff;
}

footer p {
	margin-top: 0;
	margin-bottom: 0.2rem;
}

footer hr {
	border-top: 1px solid #85A8D2;
}

footer img.navbar-brand {
	padding: 0 0 1rem;
	height: auto;
	max-width: 100%;
}

footer .social-media {
	display: block;
	margin: 0 auto;
}

footer#sticky-footer {
	flex-shrink: none;
}

footer a.email-us {
	text-transform: none;
}

footer .development {
	text-align: center;
	padding: .5rem 0;
	background-color: #2d3640;
	border-top: 1px solid #403f3f;
}

a.nstuffed::before {
	background-image: url(/laravel/public/common/imgs/ns-logo.png);
	width: 16px;
	position: absolute;
	top: -1px;
	background-repeat: no-repeat;
	left: -21px;
	content: " ";
	height: 16px;
}

footer .development a {
	font-size: .75rem;
	text-transform: none;
	letter-spacing: 0.5px;
	position: relative;
}

footer .fa-facebook::before,
footer .fa-twitter::before,
footer .fa-envelope::before {
	content: "\f230";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.5em;
	color: #4267B2;
}

footer .fa-twitter::before {
	content: "\f099";
	color: #1DA1F2;
}

footer .fa-envelope::before {
	content: "\f0e0";
	color: #8a8a8a;
}

footer .fas.fa-envelope.mr-3::before {
	color: inherit;
	font-size: inherit;
}

footer a.fb-ic,
footer a.tw-ic,
footer a.en-ic {
	font-size: 1.3rem;
}

/* jsgrid */
.jsgrid-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Form generic */
.form-group {
	position: relative;
}

@media (max-width: 991px) {
	footer .card-body ul {
			padding: 0;
	}
	footer .text-right {
			text-align: center !important;
	}
}

@media (min-width: 768px) {
	footer .text-md-left {
			margin-bottom: 2rem;
			margin-top: 2rem !important;
			padding-top: 20px;
	}
}

/* Generic */

@media (min-width: 992px) {
	.mobile {
			display: none;
	}
	.desktop {
			display: block;
	}
}

@media (max-width: 991px) {
	.mobile {
			display: block;
	}
	.desktop {
			display: none;
	}
}

.container.content {
	padding: 30px 20px 10px 20px;
}

.container.content h1,
.container.content h4 {
	color: #244891;
	font-weight: 400;
	font-size: 1.6rem;
    margin: 0 0 1.3rem;
    letter-spacing: .3px;
}

.container.content .card-img-top {
	border-radius: 7px;
	object-fit: cover;
	width: 100%;
	height: 180px;
	object-position: top;
}

.container.content .card {
	border: none;
}

.container.content .card-body {
	padding: .5rem 0 1.5rem 0;
}

.container.content .sidebar-column {
	text-align: left;
}

#act_profile_content .container.content .sidebar-column {
text-align: left;
position: relative;
margin-top: -17.4%;
background-color: #fff;
padding-left: 3%;
}

.container.content .sidebar-column p {
	font-weight: 600;
	text-align: center;
	margin: 0 auto 20px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 98%;
	font-size: .9rem;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.container .sidebar {
	border-left: 1px solid #eee;
}

.container .sidebar p {
	text-align: center;
	font-weight: 600;
}

.container.content .sidebar-column .card-img-top {
	height: auto;
	width: 100%;
}

.container .p-l-0 {
	padding-left: 0;
}

.container .p-l-5 {
	padding-left: 5px;
}

.container .p-r-0 {
	padding-right: 0;
}

.container .p-r-5 {
	padding-right: 5px;
}

.container .navbar-toggler-icon {
	background-image: none;
}

.container .navbar-toggler-icon::before {
	content: "\f039";
	font-family: FontAwesome;
	color: #4267B2;
	font-size: 1.6rem;
}

.container button:focus {
	outline: none;
	outline: none -webkit-focus-ring-color;
}

.btn-primary {
	color: #fff;
	background-color: #85A8D2;
	border-color: #85A8D2;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin: 10px 0;
}

.btn-primary:hover {
	background-color: #000;
	border-color: #000;
}

/* Page container wildcards */
[class*="-bbs"].container {
	background-color: #fff;
	border-radius: 10px;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 0 20px 10px 20px;
}

.tabData [class*="-bbs"].container {
	padding: 0 20px 10px 0px;
	margin: 0;
	border-radius: 0;
	background-color: transparent;
}

.tabData [class*="-bbs"].container.youtube-upload {
	/*padding: 0;*/
	justify-content: center;
	margin: 2% 0
}

[class*="-bbs"].container h1 {
	line-height: 1.4;
}

[class*="-bbs"].container h1 small {
	font-size: 40%;
	font-weight: 600;
}

[class*="-bbs"].container .card-title a {
	font-weight: 500;
	font-size: 1.2rem;
}

[class*="-bbs"] .card-title a:hover {
	text-decoration: none;
}

[class*="-bbs"] .card-body {
	padding: 0;
}

[class*="-bbs"] .sidebar .card-body {
	padding: .5rem 0 1.5rem 0;
}

[class*="-bbs"] .justify-content-center {
	-ms-flex-pack: left!important;
	justify-content: left!important;
}

[class*="-bbs"] .card-title a/*,
[class*="-bbs"] .url-link,
[class*="-bbs"] a.facebook,
[class*="-bbs"] a.youtube,
[class*="-bbs"] a.twitter*/ {
	display: block;
	max-width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .8rem;
}

/*[class*="-bbs"] a.expandable.url-link:hover,
[class*="-bbs"] a.expandable.facebook:hover,
[class*="-bbs"] a.expandable.youtube:hover,
[class*="-bbs"] a.expandable.twitter:hover {
	max-width: 10000px !important;
	overflow: visible;
	/* background-color: #000;
	display: unset;
	color: #fff;
	padding: 6px 6px 6px 0;
	opacity: 1;
	z-index: 1002;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 0%, #ffffff 30%, #000000 76%, #000000 100%);
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 0%, #ffffff 30%, #000000 76%, #000000 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 0%, #ffffff 30%, #000000 76%, #000000 100%);
	background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 0%, #ffffff 30%, #000000 76%, #000000 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #ffffff 0%, #000000 76%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
} */

[class*="-bbs"] p.card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

[class*="-bbs"] h5.card-title {
	padding: 0;
	margin: 0;
}

[class*="-bbs"] .card-body .row .img-fluid {
	height: 96px;
	object-fit: cover;
	width: 100%;
	object-position: top;
	object-position: center top;
}

[class*="-bbs"] .container.py-4 {
	padding-top: 0 !important;
}

[class*="-bbs"] .left-col {
	padding-right: 0;
	display: block;
	position: relative;
}

[class*="-bbs"] .left-col p {
	text-align: left;
	padding-left: 15px;
}

[class*="-bbs"] .left-col ul {
	padding-left: 15px;
}

[class*="-bbs"] .left-col ul li {
	text-align: left !important;
}

/*[class*="-bbs"] .center-col {
	position: absolute;
	left: 25%;
}*/

[class*="-bbs"]#act_watch .center-col {
	position: relative;
	left: 0;
}

[class*="-bbs"] .tab-pane div {
	margin: 0 auto;
	padding-left: 5rem !important;
}

[class*="-bbs"] .tab-pane .uploadVideo-1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 95%;
}

[class*="-bbs"] .tab-pane div .col-md-12 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

[class*="-bbs"] .nav-tabs {
	background-color: transparent;
	border: 0px solid #85A8D2;
	border-bottom: 1px solid #85a8d2;
	padding-top: 10px;
	position: absolute;
	width: 95%;
	bottom: 0px;
}

[class*="-bbs"] .nav-tabs .nav-item {
	margin: -12px -1px -1px;
	border-left: 1px solid #85A8D2;
	border-right: 1px solid #85A8D2;
	border-top: 1px solid #85A8D2;
	border-radius: 5px 5px 0 0;
	margin-right: 3px;
	min-width: 110px;
}

[class*="-bbs"] .nav-tabs .nav-item:first-child {
	margin-left: 10px;
}

[class*="-bbs"] .nav-tabs .nav-link {
	border: none;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	color: #222;
}

[class*="-bbs"] .nav-tabs .nav-link.active,
[class*="-bbs"] .nav-tabs .nav-link:hover {
	color: #fff !important;
	background-color: #85A8D2 !important;
}

[class*="-bbs"] .card-footer {
	padding: 0;
	background-color: transparent;
	border-top: none;
	text-align: left;
}

[class*="-bbs"] .card-footer .btn-primary {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin: .75rem 0;
	background-color: #85A8D2;
	border-color: #85A8D2;
	/*padding: 1% 3%;*/
	font-size: .9rem;
	font-weight: bold;
}

[class*="-bbs"].profile-watch .card-footer .btn-primary {
	padding: .375rem .75rem;
}

[class*="-bbs"].profile-watch .container .col-12,
[class*="-bbs"].profile-watch .center-col.col-12 {
	padding-left: 0;
}

[class*="-bbs"] .card-footer .btn-primary.official-website {
	background-color: #f0a21c;
	border-color: #f0a21c;
}

[class*="-bbs"] .card-footer .btn-primary.official-website a {
	color: #fff;
}

[class*="-bbs"] .table td,
[class*="-bbs"] .table th {
	border-top: none;
	font-weight: 500;
	font-size: .9rem;
	padding: .7rem .35rem;
}

/*[class*="-bbs"] a.facebook::before,*/
[class*="-bbs"] a.url-link::before,
[class*="-bbs"] .fa-facebook::before,
[class*="-bbs"] .fa-twitter::before,
[class*="-bbs"] .fa-youtube::before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	display: inline-block;
	margin-right: 2px;
	font-size: 2rem;
}

[class*="-bbs"] .fa-facebook::before {
	color: #4267b2;
}

[class*="-bbs"] .fa-twitter::before {
	color: #1DA1F2;
}

[class*="-bbs"] .fa-youtube::before {
	color: #ff0000;
}

[class*="-bbs"] a.url-link::before {
	content: "\f04b";
	color: #bbb;
	font-size: .8rem;
}

[class*="-bbs"] .card-footer ul,
[class*="-bbs"] .card-footer p {
	padding: 0;
	margin: 0 0 0 2%;
	font-size: .8rem;
}

.actprofile-bbs.container .btn-primary:after {
	font-family: 'FontAwesome';
	content: "\f139";
	float: right;
}

.actprofile-bbs.container .btn-primary.collapsed:after {
	content: "\f13a";
}

.actprofile-bbs.container .btn-primary.official-website:after,
.actprofile-bbs.profile-contact .btn-primary:after,
.actprofile-bbs.profile-watch .btn-primary:after {
	content: " ";
	float: none;
}

[class*="-bbs"] .card-footer ul li {
	display: inline-block;
	width: 28%;
}

[class*="-bbs"] .card-footer a:hover {
	text-decoration: none;
}

/* Performer pages */
@media (max-width: 991px) {
	.azacts-bbs.container .card-body,
	.directory-bbs.container .card-body,
	.acthire-bbs.container .card-body {
			width: auto;
	}
	.azacts-bbs.container .card-body .col-lg-4,
	.azacts-bbs.container .card-body .col-lg-6,
	.directory-bbs.container .card-body .col-lg-4,
	/*.directory-bbs.container .card-body .col-lg-6,*/
	.acthire-bbs.container .card-body .col-lg-4,
	.acthire-bbs.container .card-body .col-lg-6 {
			width: auto;
			padding-right: 0;
	}
}

/* Card pages */
.container.content .actprofile-bbs h1,
.container.content .actdirectory-bbs h1,
.container.content .act_hire_card-bbs h1 {
	font-size: 2.5rem;
	/*width: 27vw;*/
	font-weight: 400;
	max-width: 100%;
	line-height: 2.5rem;
	position: relative;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	clear:both;
	padding-top:45px;
	
}


/*.container.content .actprofile-bbs h1::before,
.container.content .actdirectory-bbs h1::before,
.container.content .act_hire_card-bbs h1::before {
	content: "";
	background-color: #85a8d2;
	position: absolute;
	width: 50px;
	height: 6px;
	right: 94.5%;
	top: 100%;
}*/
.align-left{
	text-align: left !important;
}
.container.content .actprofile-bbs .collapse {
	margin-left: 0;
}

/*.container.content .actprofile-bbs h1::after,
.container.content .actdirectory-bbs h1::after,
.container.content .act_hire_card-bbs h1::after {
	content: "";
	background-color: #fff;
	position: absolute;
	width: 6px;
	height: 95px;
	left: -4%;
	top: 191%;
}*/

.actprofile-bbs[class*="-bbs"] .tab-pane div {
    margin: 0 0 20px;
	padding-left: 0rem !important;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .contact-p {
    margin: 15px 0 0;
    font-size: .9rem;
}

.actprofile-bbs[class*="-bbs"] .tab-pane form.showAct {
    margin-left: 10px;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 5px 50px 55px 20px;
    box-sizing: border-box;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group.row,
.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group.row div {
    margin: 0 0 5px;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group label {
    width: 25%;
}

.actprofile-bbs[class*="-bbs"] .tab-pane form.showAct .form-control {
    margin-left: -5px;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group.row .formInput {
    width: 70%;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct button#submitContact,
.contact-bbs button#submitContact {
	width: auto;
    position: absolute;
    margin-left: 25%;
    padding: 5px 15px;
    background-color: #85A8D2;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
	font-weight: 400;
	font-size: 1rem;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct button#submitContact:hover,
.contact-bbs button#submitContact:hover {
    background-color: #cc8001;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct button#submitContact::after,
.contact-bbs button#submitContact::after {
	content: "\00BB";
	padding-left: 5px;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .g-recaptcha {
    margin-left: 24% !important;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .help-block.with-errors {
    width: 100%;
}

.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .list-unstyled {
    color: #cc8001;
    font-style: italic;
	margin-left: 25%;
	font-size: .9rem;
}

.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {
    border: 0;
    cursor: pointer;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 4px !important;
}

/*.actprofile-bbs.container .img-fluid {
	width: 100%;
	top: 3.5%;
	display: inline-block;
	left: 5%;
	position: absolute;
}

.actprofile-bbs.container .ap-header-img {
	position: relative;
	width: 200px;
	height: 200px;
}*/

/*.actprofile-bbs.container#act_watch .ap-header-img {
	position: unset;
	width: 200px;
	height: 200px;
	left: unset;
	top: unset;
	margin-top: 8%;
}

.actprofile-bbs.container#act_watch .col-9.aw-header {
	margin-top: 1.5%;
}*/

@media only screen and (min-width: 992px) {
	.home-bbs .col-lg-4 {
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
	}
}

@media only screen and (max-width: 980px) {

	.content-wrap {
		padding-bottom: 10rem !important;
	}

	footer {
		height: 46rem;
	}	

	[class*="-bbs"].container {
			padding: 0 30px 30px;
			margin: 0 auto;
	}
	.col-md-12 {
			position: relative;
	}

	/*body iframe {
			height: auto;
			min-height: 275px;
	}*/

	body .intro-bbs.container {
			padding: 10px 0;
	}

	body .container .sidebar {
			border-left: 0;
			margin: 0 auto;
	}

	body .container.content .sidebar-column p {
			width: auto;
	}

	body .login-bbs select {
			width: 32%;
	}

	nav.navbar1 .nav-link {
		font-size: 1rem;
		letter-spacing: 1px;
	}	

	[class*="-bbs"] .container.py-4 {
			padding-top: 0 !important;
			padding-bottom: 1rem !important;
	}
	[class*="-bbs"] .center-col,
	[class*="-bbs"].profile-watch .center-col {
			margin: 2rem 0;
			padding: 0;
			border-top: 1px solid #85A8D2;
			border-bottom: 1px solid #85A8D2;
	}

	.actprofile-bbs.profile-contact .center-col,
	.actprofile-bbs.profile-watch .center-col {
    width: 92% !important;
    margin: 1rem auto !important;
    padding: 0;
	}

	.actprofile-bbs.profile-watch .center-col {
    width: 100% !important;
	}

	[class*="-bbs"].profile-watch .card-footer .btn-primary {
    padding: 1% 3%;
	}

	.container.content .actprofile-bbs .center-col {
		order: 1;
		border: none;
    	margin: 0;
	}

	.container.content .actprofile-bbs.profile-watch,
	.container.content .actprofile-bbs.profile-watch  .col-12,
	[class*="-bbs"].profile-watch .container.vid-align-center .uploadVideo-page {
		padding-left: 0;
		padding-right: 0;
	}

	[class*="-bbs"].profile-watch .center-col.col-12 {
    padding-left: 15px;
	}

	.actprofile-bbs.profile-contact .center-col {
		order: unset;
    	margin: unset;
	}

	[class*="-bbs"] .left-col {
		padding-right: 15px;
	}

	[class*="-bbs"] .nav-tabs .nav-link {
		font-size: .9rem;
		background-color: transparent;
		padding: .2rem .7rem;
		font-weight: 600;
    	letter-spacing: .75px;
	}

	[class*="-bbs"] .card-footer .btn-primary {
		font-weight: 600;
		letter-spacing: 1px;
	}

	.showVideoPage .videoTextContainer h2 {
		font-size: 1.2rem;
	}

	[class*="-bbs"] .nav-tabs .nav-item {
		margin-right: 1px !important;
	}

	[class*="-bbs"] .nav-tabs .nav-item:first-child {
		margin-left: 0;
	}

	[class*="-bbs"] .tab-pane div {
		padding-left: 0 !important;
	}

	.azacts-bbs .card-body .row .img-fluid,
	.acthire-bbs .card-body .row .img-fluid {
		width: 350px;
		height: 265px;
	}

	.profile-contact .center-col .btn.btn-primary,
	.profile-contact .center-col .ap-contact-content {
    margin: 10px 0 0 0 !important;
	}

	.profile-contact form {
		padding: 10px 0 0 0 !important;
	}

	.actprofile-bbs .row {
		padding-top: 0;
	}

	.container.content .actprofile-bbs h1,
	.container.content .actdirectory-bbs h1,
	.container.content .act_hire_card-bbs h1 {
		font-size: 1.6rem;
		text-align: left;
		border-bottom: none;
		width: 100vw;
		padding: 0 0 2rem 0;
		}
	/*.actprofile-bbs.container h1::before,
	.actdirectory-bbs.container h1::before,
	.act_hire_card-bbs.container h1::before {
			content: "";
			background-color: transparent;
			position: relative;
			width: 0;
			height: 0;
			right: 0;
			top: 0;
	}
	.actprofile-bbs.container h1::after,
	.actdirectory-bbs.container h1::after,
	.act_hire_card-bbs.container h1::after {
			content: "";
			background-color: transparent;
			position: relative;
			width: 0;
			height: 0;
			left: 0;
			top: 0;
	}*/
	.container.content .actprofile-bbs .img-fluid,
	.container.content .actdirectory-bbs .img-fluid,
	.container.content .act_hire_card-bbs .img-fluid {
			/*border: 6px solid #85A8D2;*/
			padding: 10px;
	}

	.container.content .actprofile-bbs .col-xs-auto {
			width: 100%;
			text-align: center;
	}

	.container.content .actprofile-bbs .col-lg-3.left-col {
    	order: 2;
	}

	/*.actprofile-bbs.profile-contact .col-lg-3.left-col {
    	display: none;
	}*/

	.actprofile-bbs.profile-contact .profile-contact-form.col-9 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group label,
	.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .form-group.row .formInput {
		width: 100%;
	}
	
	.actprofile-bbs[class*="-bbs"] .tab-pane .showAct .g-recaptcha,
	.actprofile-bbs[class*="-bbs"] .tab-pane .showAct button#submitContact {
		margin-left: -2% !important;
	}

	.actprofile-bbs[class*="-bbs"] .tab-pane div {
		padding-left: 0rem !important;
	}	

	.actprofile-bbs[class*="-bbs"] .tab-pane form.showAct {
		margin-bottom: 10%;
		padding: 5px 15px 55px;
	}	

	.azacts-bbs nav {
		margin: 0 auto;
	}	

	.azacts-bbs nav .pagination {
		padding: 25px 0;
	}		

	.azacts-bbs .pagination .page-item .page-link {
		padding: 4px 10px;
	}	

	/*[class*="-bbs"] .nav-tabs {
			border-bottom: none;
			background-color: transparent;
			border: none;
			height: auto;
			margin-top: 0px;
			margin-left: 0px;
	}*/

	[class*="-bbs"] .nav-tabs .nav-item {
			margin: 0;
			min-width: 80px;
	}

	.container.content #act_profile_content .sidebar-column {
    margin-top: 5%;
	}

	body .bb-main-heading {
			margin: 7% 0 0;
			letter-spacing: 6px;
	}

	body .bb-main-heading span {
			font-size: 8.25vw;
			-webkit-text-stroke: 0px #000;
			text-shadow: 0.1em 0.05em 0.1em #000;
	}

	body .acthire-bbs .dropdown {
			width: 100%;
	}

	.container.content .contact-bbs div#contact-form {
		margin: 2rem 0 6rem;
	}	

	.container.content .contact-bbs label {
		width: 100%;
	}	

	.container.content .contact-bbs .formInput {
		width: 90%;
	}	

	.container.content .contact-bbs .g-recaptcha {
		margin: 0;
	}	

	.container.content .contact-bbs .form-group button#submitContact {
		margin: 5% 0 0;
	}	

	.container.content .contact-bbs .help-block.with-errors {
		padding-left: 0;
	}

	.showVideoPage .tab-content iframe.showVideoContent {
		height: 20rem;
	}
}

.bb-main-heading {
	transform: translate(-50%, 0%);
	transform: rotate(8deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.bb-main-heading span {
	font-size: 8.25vw;
	font-weight: 400;
	font-family: 'junist';
	text-shadow: 0.1em 0.05em 0.1em #000;
	background-color: transparent;
	color: #fff;
	-webkit-text-stroke: 4px #000;
}

.about-bbs .intro-bbs.container {
	margin: 5% auto 5% auto;
	background-color: transparent;
	color: #000;
	font-size: 16px;
	font-weight: 900;
	padding: 30px 0;
	border-bottom: 5px solid #85a8d2;
	border-radius: 5px 5px 0 0;
	border-top: 5px solid #85a8d2;
}

.col-lg-9.mb-4,
.sidebar-column {
	margin: 2% 0%;
}

.about-bbs .intro-bbs.container .mt-4 {
	margin: 15px 0 !important;
}

.about-bbs .cta.btn {
	font-weight: 400;
	color: #fff;
	background-color: #85a8d2;
	border: none;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 5px;
	letter-spacing: .5px;
}

.about-bbs .cta.btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

.about-bbs .cta.btn .svg-inline--fa.fa-w-6 {
	width: auto;
}

.about-bbs .cta.btn .svg-inline--fa {
	vertical-align: -3px;
	margin-left: 10px;
}

.about-bbs .fa-caret-right:before {
	padding-left: .5rem;
}

.intro-bbs.container h1 {
	margin-top: 0 !important;
}

.home-bbs.container .row.intro {
	margin: 0;
}

.container .home-bbs .btn-primary {
	width: 100%;
	border-radius: 7px;
	background-color: #85a8d2;
	border-color: #85a8d2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	margin: 0 0 10px;
}

.container .home-bbs .btn-primary:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.container.content .home-bbs .card-body {
	padding-top: 4px;
}

/* history page */
.history-bbs .h-img1 {
	padding-right: 10px;
}

/* Directory */
.directory-bbs .input-group {
	padding: 1rem 0 1.5rem;
	width: 50%;
}

.directory-bbs .input-group.md-form.form-sm.form-2 input.dark-border {
	border: 1px solid #ccc;
}

.directory-bbs .input-group-append {
	margin-left: -1px;
	height: 38px;
	position: relative;
	top: 0px;
}

/* Act Hire */
.acthire-bbs .dropdown {
	padding: 1rem 0 1.5rem;
	width: 20vw;
}

.acthire-bbs .btn-secondary {
	background-color: #85A8D2;
	border-color: #85A8D2;
}

.acthire-bbs .form-control {
	color: #fff;
	background-color: #85a8d2;
	border: #85a8d2;
}

.acthire-bbs .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
}

.acthire-bbs div#noActContent {
	padding: 0 0 0 2%;
}

.acthire-bbs .no-category {
    padding-left: 15px;
}

/* Login & Registration */
.login-bbs .col-form-label {
	padding-left: 0;
	padding-right: 0;
	font-weight: 600;
}

.login-bbs .form-group {
	margin-bottom: 0;
}

.login-bbs .form-control {
	border: 1px solid #85A8D2;
}

.login-bbs img#img-captcha {
	padding: 20px 0 0;
}

.login-bbs select {
	display: inline-block;
}

.login-bbs input.reg-button {
	margin: 15px 0 0 5px;
}

.register-bbs input.reg-button {
	margin: 15px 0 0 10px;
}

/*.register-bbs .col-lg-8 {
	padding: 10px;
}*/

.register-bbs h1 {
	padding-left: 2px;
}

.register-bbs .captcha-code {
	width: 50%;
}

.register-bbs ul {
	padding-left: 6px;
}

.register-bbs li {
	margin-left: 20px;
}

.register-bbs p {
	margin-left: 3px;
}

.register-bbs p.note {
	margin-top: 1rem;
}

[class*="alert-"] li {
	display: block;
}

.alert-dismissable {
	width: 59.5%;
    padding: 1%;
    font-weight: 600;
    z-index: 1001;
    text-align: center;
    margin: 0 auto;
    opacity: .75;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
}

.alert-danger {
	border: 1px solid #ff0000;
}

.alert-success {
	border: 1px solid #28a745;
}

.alert-danger a {
	color: #721c24;
	border-bottom: 1px solid;
	text-decoration: none;
}

.alert-danger a:hover {
	border-bottom: 2px solid;
	text-decoration: none;
}

/* Contact page */
.contact-bbs .form-group.row {
    margin-left: 0%;
}

.contact-bbs .contact-p {
	margin-bottom: .2rem;
	font-size: .9rem;
}

.contact-bbs label {
    width: 20%;
}

.contact-bbs .formInput {
    width: 60%;
}

.contact-bbs span {
	color: #ff0000;
	font-size: 1rem;
}

.contact-bbs .contact-form {
	margin: 2rem 0 3rem;
}

.contact-bbs .mb-4,
.contact-bbs .my-4 {
	margin-bottom: 2.5rem!important;
}

.contact-bbs textarea.form-control {
	min-height: 120px;
}

.contact-bbs .gmap {
    padding: 0;
    margin-top: 15%;
}

.contact-bbs .btn-primary {
	color: #000;
	background-color: #85A8D2;
	border-color: #85A8D2;
	text-transform: uppercase;
	font-weight: 600; 
}

.contact-bbs .g-recaptcha {
    margin: 0 0 0 20.5%;
}

.contact-bbs .form-group button#submitContact {
    margin: 3% 0 0 20%;
}

.contact-bbs .form-group input.form-control {
    margin-left: -.25%;
}

/* Legal notices */

/* Generic */
[class*="-legal-bbs"] {
	margin: 2% 0%;
}

[class*="-legal-bbs"] h2 {
	font-size: 1rem;
	font-weight: 600;
	margin: 1.5rem 0 .2rem;
}

[class*="-legal-bbs"] ul {
	list-style: none;
	padding: 0 1rem;
}

@media (max-width: 991px) {
	[class*="-legal-bbs"] ul {
			padding: 0;
	}
}

[class*="-legal-bbs"] li {
	padding: .3rem 0;
}

[class*="-legal-bbs"] li.sub-point {
	padding: .1rem 0 .1rem 2rem;
}

/* Contact form */
.contact-bbs .help-block.with-errors {
    color: #cc8001;
    margin-top: 5px;
    padding-left: 20%;
    font-style: italic;
    font-size: .9rem;
}

.contact-bbs .captcha {
	width: 55%;
}

.contact-bbs div#contact-form {
	margin: 2rem 0 3rem;
}

/* Pagination - front end */
nav.pagination {
	padding: 20px 0 10px;
}

ul.pagination.bootpag {
	border: 1px solid #85a8d2;
	border-radius: 5px;
}

ul.pagination.bootpag li {
	border-right: 1px solid #85a8d2;
	padding: 0;
}

ul.pagination.bootpag li:hover,
ul.pagination.bootpag li.active {
	background-color: #ccc;
}

ul.pagination.bootpag li a {
	text-decoration: none;
	padding: 0 10px;
}

ul.pagination.bootpag li a:hover {
	background-color: #ccc;
}

/* Video profile page */
.vid-align-center {
	margin: 0 auto;
}

/*.uploadVideo-page {
	width: 31%;
}*/

.uploadVideo-page p {
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	margin: -12px auto 20px;
	width: 85%;
	padding: 12px 15px 10px !important;
	height: 50px;
	background: radial-gradient(black 20%, transparent 21%) 0 0, radial-gradient(black 20%, transparent 21%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 20%, transparent 25%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color: #282828;
	background-size: 7px 7px;
	text-transform: uppercase;
	font-size: 1rem !important;
}

.uploadVideo-page iframe {
	min-height: 190px;
	border: 7px solid #000;
  background-color: #000;
}

/* Act Profile Contact Page*/
.profile-contact[class*="-bbs"] .tab-pane div {
	padding-left: 0 !important;
}

/*.profile-contact .center-col .btn.btn-primary,
.profile-contact .center-col .ap-contact-content {
	margin: 10px 0 0 5rem;
}*/

.profile-contact .center-col .ap-contact-content {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/*.profile-contact form {
	padding: 10px 0 0 5rem;
}*/

.profile-contact input,
.profile-contact textarea {
	width: 100%;
}

.profile-contact .col-lg-3.left-col {
	display: none;
}

.profile-contact .center-col .col-lg-12,
.profile-contact .center-col .profile-contact-form,
.profile-watch .center-col .col-lg-12 {
	padding: 5px 0 0;
}

.actprofile-bbs .profile-contact a.url-link {
	display: block;
	max-width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .9rem;
	margin-left: 20px;
	text-align: left;
}

[class*="-bbs"] .profile-contact .card-footer ul,
[class*="-bbs"] .profile-contact .card-footer p {
	text-align: left;
}

[class*="-bbs"] .profile-contact .card-footer ul li {
	width: 10%;
}

.actprofile-bbs .profile-contact a.facebook,
.actprofile-bbs .profile-contact a.twitter,
.actprofile-bbs .profile-contact a.youtube {
	display: block;
	max-width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .9rem;
	margin-left: 20px;
	text-align: left;
}

.actprofile-bbs .profile-contact a.url-link:hover,
.actprofile-bbs .profile-contact a.facebook:hover,
.actprofile-bbs .profile-contact a.twitter:hover {
	max-width: unset !important;
	border-radius: unset;
	background: none;
	color: #000;
}

/* Show Video Page */
.showVideoPage .videoTextContainer h2,
.showVideoPage .videoTextContainer p {
	width: 100%;
	text-align: left;
}

.showVideoPage .videoTextContainer h2::before {
    content: "\266C";
    margin-right: .5rem;
    color: #85A8D2;
    font-size: 1.6rem;
}

.showVideoPage .videoChoice {
    text-align: center;
}

.showVideoPage .videoAllContainer {
    text-align: left;
}

/* Show Video tab */
.showVideoAct ol.videoShowList {
	padding-left: 0;
    counter-reset: myOrderedListItemsCounter;
    list-style-type: none;
    position: relative;
    width: 98%;
	margin: 0 auto;
	font-size: .8rem;
}

.showVideoAct ol a.viewAllVideos li, .showVideoAct ol a.viewAllMusic li {
	padding: 0 7px;
    color: #0056b3;
    text-transform: uppercase;
    font-size: .8rem;
    display: block;
    line-height: 2rem;
    border-bottom: 1px solid #85A8D2;
	border-top: 1px solid #85A8D2;
	margin-bottom: 10px;
}

.showVideoAct ol.videoShowList a.viewAllVideos li:hover,.showVideoAct ol.videoShowList a.viewAllMusic li:hover {
    color: #222;
    background-color: #f1f1f1;
}

.showVideoAct ol a.viewAllVideos li::before,.showVideoAct ol a.viewAllMusic li::before {
    content: "\268F";
    font-weight: 100;
    margin-right: 5px;
}

.showVideoAct ol a:nth-child(odd) li.videoTitle {
	background-color: #f1f1f1;
    margin-bottom: 1px;
  }

.showVideoAct ol a.showVideo li {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
	display: block;
	color: #222;
	line-height: 2rem;
	padding: 0 7px;
}
.showVideoAct ol a.showMusic li {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
	display: block;
	color: #222;
	line-height: 2rem;
	padding: 0 7px;
}
.showVideoAct ol a.showVideo li:hover {
	color: #fff;
	background-color: #85A8D2 !important;
}
.showVideoAct ol a.showMusic li:hover {
	color: #fff;
	background-color: #85A8D2 !important;
}
.showVideoAct ol a.showVideo li::before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter)" \00BB ";
    font-weight: 100;
    margin-right: 5px;
}
.showVideoAct ol a.showMusic li::before {
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter)" \00BB ";
    font-weight: 100;
    margin-right: 5px;
}
.showVideoAct .viewAllVideos.active, .showVideoAct .viewAllMusic.active {
    position: relative;
}

.showVideoAct .showVideo.active {
	letter-spacing: .5px;
	position: relative;
}
.showVideoAct .showMusic.active {
	letter-spacing: .5px;
	position: relative;
}

.showVideoAct .showVideo.active::before,.showVideoAct .showMusic.active::before,
.showVideoAct .viewAllVideos.active::before,.showVideoAct .viewAllMusic.active::before {
    content: "\266B";
    position: absolute;
    top: 6px;
    right: -14.5rem;
    z-index: 1001;
}

.showVideoAct .viewAllVideos.active::before,.showVideoAct .viewAllMusic.active::before {
    right: -12.5rem;
}

/*.showVideoAct ol a.showVideo li.active::after {
    content: "Playing...";
    position: absolute;
    padding: 0px 5px 0;
    background-color: #baf5f5;
    color: #000;
    z-index: 2002;
    border-radius: 5px;
    opacity: .7;
    bottom: 15%;
    animation: mymove 10s infinite;
    text-align: center;
    height: 27px;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    width: 100px;
}

@keyframes mymove {
	from {left: -100px;}
	to {left: 500px;}
  }*/

.showVideoPage iframe.showVideoContent {
    height: 32.5rem;
    background-color: transparent;
    margin: 2rem auto 0;
    width: 90%;
    -webkit-box-shadow: 0px 2px 30px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px 1px rgba(0,0,0,0.75);
	box-sizing: border-box;
	padding: 0;
}

.showVideoPage iframe.showVideoAllContent {
	height: auto;
	background-color: transparent;
    margin: .5rem 1rem .5rem 0;
    min-width: 30%;
    box-sizing: border-box;
    border: 1px solid;
    padding: 0;
}
  
@media (max-width: 991px) {
	[class*="-legal-bbs"] li.sub-point {
	padding: .1rem .5rem .1rem .5rem;
	word-break: break-word;
	}
}

[class*="-legal-bbs"] span {
	font-weight: 600;
}

.contact-showAct.alert-success {
    color: #fff;
    background: #85A8D2;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 20px;
    margin: 3rem auto 0;
    text-align: center;
    width: 25%;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.75);
}

/*css by 23-2-21*/
.top-header .bb-main-heading {
	transform: none;
}

.top-header .bb-main-heading img {
	width: 100%;
	padding-top: 25px;
}


.top-header.col-lg-12 {
	min-height: inherit !important;
padding: 0;
	margin: 0;
}
.justify-row{
	flex-direction: row-reverse; 
}

@media (min-width: 1024px) and (max-width: 1279px)  and (orientation: landscape) {
	.cbp-spmenu-top.cbp-spmenu-open {
		top: 100px ;
	  }
	.home-bbs .col-lg-9 {
			-ms-flex: 0 0 70%;
			flex: 0 0 70%;
			max-width: 70%;
	}

	.home-bbs .col-lg-3 {
			-ms-flex: 0 0 30%;
			flex: 0 0 30%;
			max-width: 33%;
	}

	.desktop #show-sidebar {
			right: 0rem;
	}

	nav.navbar1 .container.full {
			max-width: 95% !important;
	}

	.actprofile-bbs.container h1,
	.actdirectory-bbs.container h1,
	.act_hire_card-bbs.container h1 {
			font-size: 1.7rem;
	}

	.actprofile-bbs.container h1::before,
	.actdirectory-bbs.container h1::before,
	.act_hire_card-bbs.container h1::before {
			right: 93.25%;
			top: 100%;
	}

	.actprofile-bbs.container h1::after,
	.actdirectory-bbs.container h1::after,
	.act_hire_card-bbs.container h1::after {
			left: -4.7%;
			top: 205%;
			height: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
	.content-wrap {
		padding-bottom: 28.5rem !important;
	}	

	footer {
		height: 28.5rem;
	}

	.home-bbs.container.content .card-img-top {
			height: 155px;
			width: 100%;
	}

	.home-bbs .col-sm-6 {
			-ms-flex: 0 0 33%;
			flex: 0 0 33%;
			max-width: 33%;
	}

	.azacts-bbs nav {
		margin: unset;
	}	

	iframe {
		border: none;
		border-radius: 5px;
		width: 100%;
		height: auto;
		min-height: 350px;
	}	
}

@media (min-width: 320px) and (max-width: 767px) {
	/*.bb-main-heading span {
			letter-spacing: 3px;
	}*/

	body .top-header.col-lg-12 {
			height: 16vh;
			margin-top: -30px;
	}

	body .about-bbs .intro-bbs.container {
			margin-bottom: 15%;
	}

	ul.pagination.bootpag li {
			font-size: .75rem;
			line-height: 2.5;
	}

	body .bb-main-heading {
			letter-spacing: 5px;
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.home-bbs .col-sm-6 {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
	}
	.container.content .card-img-top {
			width: 100%;
	}
}

/*----------------new css--------*/
.col-lg-10.showAct {
	width: 100%;
	max-width: 100% !important;
	flex: 0 0 95%;
}
@media screen and (max-width:1191px){
.col-lg-10.showAct {
	padding-right:0;
	flex: 0 0 100%;
}
}
.col-lg-10.showVideoAct {
	width: 100%;
	max-width: 100% !important;
	flex: 0 0 95%;
}
@media screen and (max-width:1191px){
.col-lg-10.showVideoAct {
	padding-right:0;
	flex: 0 0 100%;
}
}
@media screen and (max-width:991px){
	.container {
	max-width: 98%;
}

}
@media screen and (max-width:767px){
	.container.content .card-img-top {

	height: 140px;

}
.container {
	max-width: 100%;
}
[class*="-bbs"] .nav-tabs .nav-item {
	width: 32.5%;
	margin-top: 5px;
}
#act_profile_content .mr-4 {
	margin-right: .5rem !important;
}
[class*="-bbs"] .nav-tabs {

	bottom: -6px;
}
.container.content .actprofile-bbs h1, .container.content .actdirectory-bbs h1, .container.content .act_hire_card-bbs h1 {
	font-size: 2.5rem;

	text-align: center;
	margin-top:50px;
	top:inherit;
	margin-bottom:0;
}
body .search-input-detail {
	width: 100%;
	float: none;
	
}
body .home-bbs .search-input-ml {
	margin-left: 0;
	width: 100%;
	position: absolute;
	top: -10px;
}
body .home-bbs .profile-heading {
	margin-left: 0px !important;
	width: 100%;
	text-align: center;

	margin-top: 45px !important;
}
.pages-bbs img.pop-up {
	width: 100% !important;
	height: auto !important;
	max-width: inherit !important;
	
	padding-bottom:0 !important;
}

.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {

	max-height: 330px;

}

/*.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {
	max-height: inherit !important;
	width: auto !important;
	max-width: 100% !important;
}*/

.act-name {
	position: absolute;
	top: 0 !important;
	width: 100%;
	left: 0;
}
#act_profile_content {
	padding: 80px 0 0 0;
	position: relative;
	margin-top: 45px;
}
.act-detail{
	position:static !important;
}
.act-detail .nav-tabs{
	position:static;
}
body  #suggesstion-list {
	margin-left: 0px !important;
	margin-top: 3px !important;
	width: 100% !important;
	top: -70px !important;
}
.act-name #suggesstion-list {
	margin-left: 0px !important;
	margin-top: 3px !important;
	width: 100% !important;
	top: 0px !important;
}

}

@media screen and (max-width:650px){
	.container.content .card-img-top {

	height: 130px;

}
.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {

	max-height: 280px;

}
.container.content .actprofile-bbs h1, .container.content .actdirectory-bbs h1, .container.content .act_hire_card-bbs h1 {
	font-size:2rem;
	line-height:26px;
	
}
}
@media screen and (max-width:575px){
.container.content .card-img-top {
	height: auto;
	max-height: 300px;
}
body .search-input {

	width: 100%;

}
.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {

	max-height: 240px;

}
/*.container.content .actprofile-bbs h1, .container.content .actdirectory-bbs h1, .container.content .act_hire_card-bbs h1 {
	font-size: 1.5rem;
}*/
} 

@media screen and (min-width:767px){
	.act-name h1 {
	padding: 0 !important;
	transform: inherit !important;
	top: 0 !important;
	margin-bottom: 0 !important;
}
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.search-nav {
	width: 51%;
}
.search-input {
    border: 4px solid #e5e6e5;
    width: 50%;
    margin-bottom: 40px;
}
.search-input-detail {
    border: 4px solid #e5e6e5;
    width: 50%;
    float: right;
}
.search-input-ml{
	margin-left: 155px;
}
.suggesstion-box-ml{
	margin-left: 200px;
	margin-bottom: 5px !important;
}
.profile-heading{
	margin-left: 18px !important;
}

#suggesstion-list{
	float:left;
	list-style:none;
	margin-top:-3px;
	padding:0;
	width:89%;
	position: absolute;
	height: 300px;
    overflow: scroll;
}
#suggesstion-list li{
	padding: 10px; 
	background: #f0f0f0; 
	border-bottom: #bbb9b9 1px solid;
	text-align: left;
}
#suggesstion-list li:hover{
	background:#cfedfb;
	cursor: pointer;
}
.search-bar-filter {
    max-width: 380px;
    margin-left: auto;
}
#suggesstion-list {
	list-style: none;
	padding: 0;
	width: 100%;
	position: absolute;
	max-height: 300px;
	overflow: auto;
	height: auto;
	margin-top: 0px !important;
}
#suggesstion-box {
	position: relative;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
}

/* Music player css*/
#player2-container .mejs__time-buffering,
#player2-container .mejs__time-current,
#player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded,
#player2-container .mejs__time-marker,
#player2-container .mejs__time-total,
#player2-container .mejs__time-hovered {
    height: 2px;
}

#player2-container .mejs__time-total {
    margin-top: 9px;
}
#player2-container .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}
#player2-container .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}
.member-margin{
	margin-left: 0px;
	margin-right: 0px;
}

/* ..   New Css here
=============================== */
.cardHead-search {
    text-align: right;
    margin-bottom: 25px;
}
.cardHead-search .search-input-detail {
    border: 4px solid #e5e6e5;
    width: 100%;
    float: none;
    margin-left: auto;
    max-width: 380px;
    height: 44px;
}
[class*="-bbs"] .nav-tabs.tabs-menus {
    padding-top: 0;
    position: static;
    width: 100%;
    bottom: 0px;
}
[class*="-bbs"] .nav-tabs.tabs-menus .nav-item {
    margin-top: 0px;
}
.card-head-ttl {
    margin-bottom: 35px;
}
.card-head-ttl h1.desktop {
    font-size: 48px !important;
}
[class*="-bbs"] .nav-tabs .nav-item:first-child {
    margin-left: 2px;
}
.tab-content .tab-pane h2 {
    font-size: 24px;
}
.article-cont .col-lg-12 {
    padding: 0px;
}
.sidebar-aside .col-lg-10.showVideoAct {
    flex: 0 0 100%;
}
.help-text{
	color: rgb(26, 77, 136);
	font-size: 18px;
	margin-left: 28%;
}
@media screen and (min-width: 567px) {
	/* .cust-row {
		margin-left: -10px;
		margin-right: -10px;
	} */
	.sidebar-aside {
	    -ms-flex: 0 0 285px;
	    flex: 0 0 295px;
	    max-width: 295px;
	        padding-right: 10px;
        padding-left: 10px;
	}
	.article-cont {
	    -ms-flex: 0 0 calc(100% - 295px);
	    flex: 0 0 calc(100% - 295px);
	    max-width: calc(100% - 295px);
	        padding-right: 10px;
        padding-left: 30px;
	}
	[class*="-bbs"] .left-col.sidebar-aside {
		 padding-right: 10px;
	}
	.sidebar-fig {
	    padding-top: 25px;
	    padding-bottom: 8px;
	}
}
@media screen and (max-width: 1199px) {
	.cardHead-search {
	    margin-bottom: 20px;
	}
	.act-detail.article-cont {
	    margin-bottom: 0px !important;
	}
	.actprofile-bbs[class*="-bbs"] .tab-pane div {
	    padding-top: 0px !important;
	}
	.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {
	    min-height: 190px;
	    max-height: 190px;
	}
	[class*="-bbs"] .left-col.sidebar-aside {
	    padding-right: 10px;
	}
	.sidebar-aside .col-lg-10.showVideoAct {
	    padding-right: 15px;
	}
	.tab-content .tab-pane h2 {
	    font-size: 22px;
	}
	.cardHead-search .search-input-detail {
	    max-width: 400px;
	    margin-right: auto;
	}
	.search-bar-filter {
	    max-width: 380px;
	    margin: 0px auto;
	}
}
@media screen and (max-width: 991px) {
    [class*="-bbs"] .nav-tabs.tabs-menus .nav-item {
	    width: calc(33.33% - 3px);
	}
}
@media screen and (max-width: 980px) {
	.sidebar-fig img {
	    padding: 0px !important;
	}
	.container.content .actprofile-bbs .col-lg-3.left-col {
	    order: 1;
	}
	.container.content .actprofile-bbs .center-col {
	    order: 2;
	}
	.article-cont {
	    padding-left: 20px !important;
	}
	.cardHead-search .search-input-detail {
	    height: 40px;
	    margin-right: auto;
	}
	.tab-content {
	    font-size: 14px;
	    margin-top: -20px;
	}
	.card-head-ttl h1.mobile {
	    text-align: center !important;
	    line-height: 34px !important;
	    font-size: 34px !important;
	}
	.card-head-ttl {
	    margin-bottom: 25px;
	}
	[class*="-bbs"].container {
		margin-top: -60px;
	    padding: 0px 15px 20px;
	}
	body {
	    padding-top: 75px;
	}
	[class*="-bbs"] .card-footer .btn-primary {
	    font-size: 14px;
	}
	[class*="-bbs"] .nav-tabs .nav-link {
	    padding: .3rem .7rem;
	        font-size: 14px;
	}
	[class*="-bbs"] .nav-tabs .nav-item {
	    min-width: 100px;
	}

}

@media screen and (max-width: 767px) {
	.act-name {
	    position: static;
	}
	#act_profile_content {
	    padding: 0px 0px 0px 0px;
	    margin-top: 0;
	}
	.card-head-ttl h1.mobile {
	    position: static !important;
	    padding: 0px !important;
	    margin-top: 0px !important;
	    transform: none !important;
	}
	.card-head-ttl {
	    margin-bottom: 20px;
	}
	.card-head-ttl h1.mobile {
	    font-size: 28px !important;
	    margin-top: 30px;
	}
	.sidebar-aside {
	    -ms-flex: 0 0 255px;
	    flex: 0 0 255px;
	    max-width: 255px;
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.article-cont {
	    -ms-flex: 0 0 calc(100% - 255px);
	    flex: 0 0 calc(100% - 255px);
	    max-width: calc(100% - 255px);
	    padding-right: 10px;
	    padding-left: 20px;
	}
	#act_profile_content {
	    padding: 0px 20px 0px 20px;
	}
	.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {
	    min-height: 150px;
	    max-height: 150px;
	}
	[class*="-bbs"] .nav-tabs .nav-link {
	    font-size: 13px;
	}
	[class*="-bbs"] .card-footer .btn-primary {
	    font-size: 13px;
	}
	.tab-content {
	    font-size: 13px;
	    margin-top: 0px;
	}
	.cardHead-search .search-input-detail {
	    height: 36px;
	    font-size: 13px;
	        max-width: 100%;
	}
	.tabs-cont-block .content {
	    margin-bottom: 0px !important;
	}
	.tab-content .tab-pane h2 {
	    font-size: 20px;
	}
	.showVideoPage .videoTextContainer h2::before {
	    font-size: 1.4rem;
	    vertical-align: middle;
	}
	[class*="-bbs"] .nav-tabs .nav-item {
	    margin-right: 1px !important;
	    margin-bottom: 1px !important;
	    border-bottom: 1px solid #85A8D2;
	}
	[class*="-bbs"] .nav-tabs {
       border-bottom: none;
	}
	.actprofile-bbs[class*="-bbs"] .tab-pane div {
	    padding-top: 5px !important;
	}
	 [class*="-bbs"] .nav-tabs.tabs-menus .nav-item {
	    width: calc(33.33% - 2px);
	}
	[class*="-bbs"] .nav-tabs .nav-item:first-child {
	    margin-left: 0;
	}
	
}
@media screen and (max-width: 566px) {
	.sidebar-aside, .article-cont {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.container.content .actprofile-bbs .center-col {
	    order: 1;
	}
	.container.content .actprofile-bbs .col-lg-3.left-col {
	    order: 2;
	}
	[class*="-bbs"].container {
	    padding: 20px 15px 20px;
	}
	.container.content .actprofile-bbs .img-fluid, .container.content .actdirectory-bbs .img-fluid, .container.content .act_hire_card-bbs .img-fluid {
	    min-height: inherit;
	    max-height: initial;
	}
	#act_profile_content {
	    padding: 110px 20px 0px 20px;
	    position: relative;
	}
	.act-name {
	    position: absolute;
	    left: 0;
	    right: 0;
	    padding: 20px 15px;
	}
	.article-cont {
	    padding-left: 10px !important;
	}
	.actprofile-bbs[class*="-bbs"] .tab-pane div {
	    padding-top: 15px !important;
	}
	nav.fixed-top a.navbar-logo {
	    font-size: 1.9rem;
	}
	.tabData [class*="-bbs"].container {
	    padding: 0 0px 10px 0px;
	}
	.article-cont .col-lg-12 {
	    padding: 0px 10px 0px 0px;
	}
}
.specialities-size {
	font-size: 15px;
}

.town-name{
	float:left; margin-left: 10%;
}
.town-date{
	float:right; margin-right: 20%; margin-left: -40%;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) {
	.town-name{
		float:left; margin-left: 10%; display: contents;
	}
	.town-date{
		float:right; margin-right: 20%; margin-left: -40%; display: contents;
	}
}
.adver-sec .adver-box {
    width: calc(50% - 30px);
    margin: 15px;
    position: relative;
}

.adver-sec {
    margin: 0 0px;
}

.adver-sec .adver-box .adver-img {
    width: 160px;
}

.adver-sec .adver-box .advert-img {
    width: 800px;
}

.adver-sec .adver-box .adver-img img {
    width: 100%;
    display: block;
}

.adver-sec .adver-box .advert-img img {
    width: 100%;
    display: block;
}

.adver-sec .adver-box  .text-box {
    width: calc(100% - 160px);
    margin: 0 15px;
    position: relative;
}

.adver-sec .adver-box .text-box h3 {
    text-align: center;
    font-size: 18px;
    color: #85a8d2;
}

.adver-sec .adver-box .text-box p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.adver-sec .adver-box .text-box:before {
    content: "";
    width: 125px;
    height: 3px;
    /* background-color: #2b5063; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width:767px){

.adver-sec .adver-box {
	width: 100%;
	flex-wrap: wrap;
}

.adver-sec .adver-box .adver-img {
	width: 100%;
}

.adver-sec .adver-box .advert-img {
	width: 90%;
}

.adver-sec .adver-box .text-box {
	width: 100%;
	margin-top: 15px;
}
}

.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 34px;
  }
  
  .switch input {display:none;}
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ca2222;
	-webkit-transition: .4s;
	transition: .4s;
	 border-radius: 34px;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
  }
  
  input:checked + .slider {
	background-color: #2ab934;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(55px);
  }
  
  /*------ ADDED CSS ---------*/
  .slider:after
  {
   content:'OFF';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 50%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
  }
  
  input:checked + .slider:after
  {  
	content:'ON';
  }
  
  /*--------- END --------*/

  /*------ Friendly mode toggle CSS ---------*/

  .button-toggle {
	width: 200px;
	/* margin: 15% auto; */
	margin: auto;
 }
 
 .button-toggle .wrap {
	position: relative;
	width: 100%;
 }
 
 .button-toggle input[type="radio"] {
	display: none;
 }
 
 .button-toggle label {
	display: inline-block;
 }
 
 .button-toggle input[type="radio"] + label {
	position: relative;
	width: 50%;
	font-size: 1rem;
	line-height: 0.75rem;
	text-align: center;
	text-shadow: 0 1px 0 white;
	cursor: pointer;
	transition: all .5s;
	box-sizing: border-box;
	box-shadow: inset 0 5px 2px 0 rgba(255,255,255,.6), inset 0 0 0 1px #b8b8b8, 0 2px 2px 0 rgba(0,0,0,.4);
	background: #fbfbfb;   
	background: linear-gradient(to bottom, #fbfbfb 0%,#dddddc 100%);
	z-index: 2;   
 }
 
 .button-toggle label[for="popular"] {
	border-radius: 5px 0 0 5px;
 }
 
 .button-toggle label[for="recent"] {
	margin-left: -1.818181818%;
	border-radius: 0 5px 5px 0;
 }
 
 .button-toggle input[type="radio"]:checked + label {   
	box-shadow: inset -1px 2px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #e8e8e8;   
	color: #8c8c8c;
	background: #e5e4e4;
	background: linear-gradient(to bottom, #e5e4e4 1%,#f1f1f1 100%);   
	z-index: 1;
 }
 
 
 .button-toggle input[type="checkbox"] {
	display: none;
 }
 
 .button-toggle input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	width: 40.45454545%;
	padding: 0.7rem 0.7rem;
	font-size: 1rem;
	line-height: 0.75rem;
	text-align: right;
	border-radius: 22%/50%;
	box-sizing: border-box;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #d6d6d6, 0 2px 0 0 white;
	background: #000;
	/* background: linear-gradient(to bottom, #e5e4e4 1%,#f1f1f1 100%); */
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
 }
 
 .button-toggle label[for="togBtn"] {
	margin-right: 7.272727273%;
 }
 
 .button-toggle .handler {
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	padding: 12px;
	border-radius: 50%;
	/* box-shadow: inset 0 5px 2px 0 rgba(255,255,255,.6), inset 0 0 0 1px #b8b8b8, 0 2px 2px 0 rgba(0,0,0,.4); */
	background: #fbfbfb;
	background: red;
	transition: all .4s;
	z-index: 3;
 }
 
 .button-toggle .handler-inner {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* display: block; */
	/* width: 38.666667%; */
	/* height: 39.666667%; */
	/* border-radius: 50%; */
	/* margin: auto; */
	/* box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.3), inset 0 0 0 1px #d6d6d6, 0 2px 0 0 white; */
	/* background: #e5e4e4; */
	/* background: linear-gradient(to bottom, #e5e4e4 1%,#f1f1f1 100%); */
	/* z-index: 4; */
 }
 
 .button-toggle .title {
	position: relative;
	left: 5%;
	color: green !important;
	filter: brightness(10);
	opacity: 0;
	transition: all .6s;
	z-index: 2;
 }
 
 .button-toggle .bg-on {
	position: absolute;
	top: 0;
	left: -82%;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 4px 1px rgba(0,0,0,.3);
	border-radius: 18px;
	background: black;
	/* background: linear-gradient(to bottom, #e15e0f 1%,#fc8516 100%); */
	transition: all .4s ease-out;
	opacity: .99;
	z-index: 1;
 }
 
 .button-toggle input[type="checkbox"]:checked + label > .handler {
	left: 60%;
 }
 
 .button-toggle input[type="checkbox"]:checked + label > .title {
	opacity: 1;
 }
 
 .button-toggle input[type="checkbox"]:checked + label > .bg-on {
	left: 0;
 }
 .button-toggle span {
	 color: red !important;
 }
 
 .button-toggle input:checked ~ label .handler {
	 background: green !important;
	 filter: brightness(10);
 }
 .button-toggle-div {display: flex;align-items: center;}

 .button-toggle-div label {margin: 0;}

 @media only screen and (max-width: 1499px){
	.button-toggle-div label {font-size: 13px;}
	.button-toggle input[type="checkbox"] + label {width: auto;}
	.button-toggle {width: 94px;margin-left: 8px;}
	}

	@media only screen and (max-width: 1199px){

		nav.navbar1 .container.full {width: 100%;max-width: 100% !important;}
		
		nav.fixed-top a.navbar-logo {font-size: 23px;}
		
		nav.navbar1 .nav-link {font-size: 0.75em;}
		
		}
		@media only screen and (max-width: 991px){

			.navbar>.container, .navbar>.container-fluid {justify-content: initial;}
			
			.navbar-dark .navbar-toggler {margin-left: auto;margin-right: 0;}
			
			}
			@media only screen and (max-width:767px){

				.navbar>.container, .navbar>.container-fluid {justify-content: initial;}
				
				.navbar-dark .navbar-toggler {margin-left: auto;margin-right: 0;}
				
				nav.fixed-top a.navbar-logo {font-size: 17px;margin-right: 6px;}
				
				.button-toggle-div label {font-size: 11px;}
				
				.button-toggle input[type="checkbox"] + label {padding: 6px;}
				
				.button-toggle .handler {padding: 8px;top: 4px;}
				
				.button-toggle .title {font-size: 11px;}
				
				.button-toggle {width: 68px;}
				
				.navbar-dark .navbar-toggler {padding-left: 0;padding-right: 0;}
				
				.button-toggle span b {font-size: 11px;}
				
				
				}
  /*--------- END --------*/

  .limit-lines-2
  {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  @media screen and (min-width: 25em)
{
  #h1style
  {
    font-size: calc( 13px + (24 - 16) * (100vw - 400px) / (800 - 400) ) !important;
  }
}
@media screen and (min-width: 50em)
{
#h1style
{
 font-size: calc( 16px + (24 - 16) * (100vw - 400px) / (800 - 400) );
 }
}
#h1style
{
font-size: clamp(16px, 5vw, 34px);
}
#comma::after{
              content: "\002C";
}
                                

