@font-face {
	font-family:"SS3";
	src:url("/includes/css/SourceSans3-VariableFont_wght.ttf") format("truetype-variations");
}


* {box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
html, body {margin:0; font-size:17px; background:#FFF; color: #4A4A4A; font-family: SS3, Helvetica, sans-serif;}

body::-webkit-scrollbar {width:15px;}
body::-webkit-scrollbar-track {background:#0d0d0d;}
body::-webkit-scrollbar-thumb {background-color:#AAA;}

a {text-decoration:none; color: inherit; cursor: pointer;}
a.link{color: #0B0072; text-decoration: underline;}
	a:hover {opacity:0.9;}

.clear {clear:both;}

.only_mobile{display: none !important;}


#messages {color: white; text-align:center; width:fit-content; left:0; right:0; margin: auto; padding: 20px 0; font-weight: bold;}
#messages ul {padding:20px 5vw; margin: 0; border-radius: 20px;}
	#sub_footer #messages ul{padding:20px;}
#messages ul li {list-style:none;}
#messages ul span {display: inline-block; display: none; margin-bottom: 5px;}
/*#m_success {color: #339900;}
#m_notification {color:#3366CC;}
#m_error {color:#FF0000;}*/
#mess_error{
	background: #8B0000;
}
#mess_notification{
	background: #3366CC;
}
#mess_success{
	background: #339900;
}




input, textarea, select{
	color: #333;
	width: 100%;
	padding: 10px;
	font-size: 1.3em;
	margin: 5px 5px 15px;
	border: none;
    background: white;
	font-family: SS3, Helvetica, sans-serif;
	border-radius: 8px;
}
input[type="button"], input[type="submit"] {
	cursor:pointer; 
	display: inline-block;
	padding: 10px 20px;
	color:#FFF6E7;
	background: #0B0072;
	border-radius: 100px;
	border-top-left-radius: 0px;
}
textarea{
	height: 200px;
}
input.text_button {
    background: none;
    color: inherit;
	padding: 0;
	border-radius: 0;
    margin: 0;
    font-size: inherit;
	width: inherit;
}
iframe{
	max-width: 100%;
}

.form{
	max-width: 680px;
	margin: 20px auto;
	background:rgba(230, 230, 230, 0.85);
	padding:20px 30px 20px 20px;
	border-radius:20px;
}

.form label {
	display: block;
	margin:0 5px 0 5px;
	font-weight: bold;
}
.form label.for_checkbox {
	display: inline-block;
}

/*https://codepen.io/chris__sev/pen/LYOyjY*/

.report_form{
	background:rgba(230, 230, 230, 0.85);
	padding:10px 15px 10px 10px;
	border-radius:20px;
}

.req {
	color: red;
	position: relative;
	top: -0.2em;
}

.form input[type="radio"] {width:auto; vertical-align:baseline; vertical-align:-webkit-baseline-middle;}


.form_20{
	display: inline-block;
	width: 19%;
}
.form_40{
	display: inline-block;
	width: 39%;
}
.form_50{
	display: inline-block;
	width: 49.5%;
}
.form_60{
	display: inline-block;
	width: 60%;
}
.form_80{
	display: inline-block;
	width: 80%;
}

h2{
	color: #9B9B9B;
	text-align: center;
	/*font-family: 'oswald';*/
	font-weight: 400;
	font-size: 2em;
	line-height: 1.2em;
}

.content{
	width: 100%;
	max-width: 1200px;
	margin:auto;
	position: relative;
	height: 100%;
}
.content.cpadding {padding:50px;}

.expander {cursor: pointer;}
.expander:before {content: "+"; position: absolute; left: 40px; font-size: 40px; top: 17px;}
.expander.expanded:before {content: "-";}




.atcb-button{
	box-shadow: none !important;
	border-radius: 25px !important;
	padding: 8px 20px !important;
}
.atcb-button:focus, .atcb-button:hover{
	box-shadow: none !important;
}




.text-tiny {
	font-size: .7em;
}
.text-small {
	font-size: .85em;
}
.text-big {
	font-size: 1.4em;
}
.text-huge {
	font-size: 1.8em;
}

.ck .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
.ck .image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

.ck .image img, .ck img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}




.lbox_wrap {display:none; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%; background:rgba(0, 0, 0, 0.5);}
	.lbox_wrap.lbox_active {display:block;}
	.lbox_wrap iframe {width: min(720px, 80vw); height: min(480px, calc(100vh - 220px));}
.lbox {position:absolute; top:58%; left:0; right:0; margin:auto; transform:translateY(-50%); width:fit-content; width:-moz-fit-content; height:fit-content; height:-moz-fit-content; max-width:100%; max-height:100%; padding:20px; background:#FFF; border:5px solid rgba(0, 0, 0, 0.1);}
	.lbox:before {content:'X'; position:absolute; top:-15px; right:-15px; background:red; border-radius:50%; width:25px; height:25px; color:#FFF; font-weight:bold; text-align:center;}



.dynamic_image_left{
	clear: left;
	float:left;
	margin: 0 30px 20px 0;
}
.dynamic_image_right, .image-style-side{
	clear: right;
	float:right;
	margin: 0 0 20px 30px;
}
.dynamic_2_col{
	display: inline-block;
	width: 50%;
	padding: 30px;
	vertical-align: text-top;
}

p iframe{
	max-width: 100%;
}



.menu_container {
	display: inline-block;
	cursor: pointer;
	position: absolute;
    right: 40px;
    top: 40px;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #FFF;
	margin: 6px 0;
	transition: 0.4s;
	border-radius:5px;
}
.stuck .bar1, .stuck .bar2, .stuck .bar3 {background-color:#333;}
.stuck .menu_container {top: 30px;}
.open .bar1, .open .bar3 {background-color:#333;}

.open .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}

.open .bar2 {opacity: 0;}

.open .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}



.tear_button {
	display: inline-block;
	padding: 10px 20px;
	color:#FFF6E7;
	background: #0B0072;
	border-radius: 100px;
	border-top-left-radius: 0px;
}

.tear_button.grey {
	color:#4A4A4A;
	background: rgba(255, 255, 255, 0.8);
}

.tear_button.drkgrey {
	color: white;
	background: #4A4A4A;
}

.tear_button.orange {
	color:#4A4A4A;
	background: #FF9B00;
}

.tear_button.grey_border {
	color:#4a4a4a;
	background: #fff6e7/*#f2f2f2*/;
	border: 1px solid #4a4a4a;
}









.page_flower_left{
	position: absolute;
	overflow: hidden;
	width: 108px;
	height: 191px;
	left: 0;
	padding: 100px;
	z-index:1;
}

.page_flower_left img{
	transform: scaleX(-1) translate(400px, 50px) rotate(90deg);
	width: 400px;
	right: 100px;
    top: 0;
	position: absolute;
}

.page_flower_left.animate img{
	animation: flower_left 2s normal forwards ease-out;
	animation-iteration-count: 1;
}

@keyframes flower_left {
	from {
		transform: scaleX(-1) translate(400px, 50px) rotate(90deg);
	}
	70% {
		transform: scaleX(-1) translate(-40px, -5px) rotate(-5deg);
	}
	90% {
		transform: scaleX(-1) translate(4px, 1px) rotate(1deg);
	}
	to {
		transform: scale(-1, 1);
	}
}

.page_flower_right{
	position: absolute;
	overflow: hidden;
	width: 108px;
	height: 191px;
	right: 0;
	padding: 100px;
	z-index:1;
}

.page_flower_right img{
	transform: translate(400px, 50px) rotate(90deg);
	width: 400px;
	left: 100px;
    top: 0;
	position: absolute;
}

.page_flower_right.animate img{
	animation: flower_right 2s normal forwards ease-out;
	animation-iteration-count: 1;
}

@keyframes flower_right {
	from {
		transform: translate(400px, 50px) rotate(90deg);
	}
	70% {
		transform: translate(-40px, -5px) rotate(-5deg);
	}
	90% {
		transform: translate(4px, 1px) rotate(1deg);
	}
	to {
		transform: scale(1, 1);
	}
}






@keyframes animatedBackground {
	from {
		background-position: 0 10%;
	}
	to {
		background-position: 100% 10%;
	}
}






#admin_header {
	background-color: #333;
	color: #FFF;
	text-align: center;
}

#admin_header a {
	display: inline-block;
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
}

#admin_header a.active {
    background: #111;
}

.hwrapper {position:relative; min-width:100%; min-height:100vh; background:linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) ), url('/images/background_ceiling.jpg') no-repeat center; background-size:cover;}
	.hwrapper.hmin {min-height:75px;}
		.hwrapper.hmin .ptitle {display:none;}
	.hwrapper.hminmed {min-height:200px;}
		.hwrapper.hminmed .ptitle {display:none;}
	.hwrapper.hmed {min-height:400px;}

	.hwrapper.thwrapper {background:#0b0072; min-height:0; border-bottom:1px solid #777;}
		.hwrapper.thwrapper.adminwrapper {background:#111;}
			.hwrapper.thwrapper.adminwrapper .admin_head {color:#ff9b00; text-align:center; border-bottom:1px solid #ff9b00;}
	.hwrapper.thwrapper .nav {padding:20px 0;}
		.hwrapper.thwrapper.adminwrapper .nav {padding:5px 0; text-align:center;}
	.hwrapper.thwrapper .nav ul.nright {margin:0;}

	/*admin hover menu*/
	.hwrapper.thwrapper.adminwrapper {position:absolute; top:0; left:0; right:0; margin:auto; z-index:9999; min-width:auto; width:fit-content; width:-moz-fit-content; padding:0 25px; height:25px; overflow:hidden; border:1px solid #555; border-top:none; border-radius:5px 5px 10px 10px; cursor:default;}
			.hwrapper.thwrapper.adminwrapper.show_admin_mobile, .hwrapper.thwrapper.adminwrapper:hover {height:auto;}
		.hwrapper.thwrapper.adminwrapper .nav li {display:block; margin:0; text-align:left;}
	/**/

.hwrapper.index_hwrap_min {height: 35vw; min-height: 50vh;}
.hwrapper.index_hwrap_min .header.index_ptitle .ptitle {bottom:80px;}
.hwrapper.index_hwrap_min .header.index_ptitle .itb1, .hwrapper.index_hwrap_min .header.index_ptitle .itb2 {bottom:45px; color: #0b0072; background: #fff6e7;}

.nav {padding-top:25px;}
	.nav .tear_button {padding: 5px 14px;}
		.nav.fnav {padding-top:0;}
	.nav ul {margin:0;}
		.nav ul.nleft {float:left;}
		.nav ul.ncenter {position:absolute; left:0; right:0; text-align:center; margin:0 auto; width:fit-content; width:-moz-fit-content;}
				.nav.fnav ul.ncenter {position:relative;}
			.nav ul.ncenter li:hover a, .nav ul.ncenter li.active a {border-bottom:5px solid #ff9b00; padding-bottom:5px; }
			.nav ul.ncenter .fa-chevron-down {display: none;}
		.nav ul.nright {float:right; margin-top:-10px;}
						/*.header .nav ul.nright .tear_button {padding:8px 14px;}*/
				.nav ul.nright li.drop ul {right: 0; transform-origin: top right;}
		.nav ul li {display:inline-block; margin-left:25px; position: relative; z-index: 10; backface-visibility:hidden;}
		li.active a {
			border-bottom:5px solid #ff9b00;
		}
			.nav.fnav ul li {margin-left:10px;}
				.nav ul li:first-of-type {margin-left:0;}
		.nav ul li a {position:relative; color:#FFF; font-size:1.1em; text-decoration:none; transition:transform 0.25s ease-in-out; display:inline-block; width:max-content;}
				.nav.fnav ul li a {font-size:1em; text-decoration:underline;}
			/*.nav ul li a img {position:absolute; z-index:-1; top:-15px; left:-20px; width:50px;}*/

	.nav ul li.drop a:after {display:none; content:'v'; margin-left:5px;}
		.nav ul li.drop ul li {margin:5px 0; display:block; background-color:rgba(18, 9, 75, 0.98); text-align:left; border-radius:20px; border: 1px solid rgba(34, 34, 34, .6);}
				.nav ul li.drop ul li:hover {background-color:rgba(18, 9, 75, 0.90);}
			.nav ul li.drop ul li a {color:#fff; border:none !important; display:block; padding:5px 20px; font-size: 0.9em;}

	.nav ul li.drop ul {position:absolute; z-index:2; overflow: hidden; transition: 0.25s; transform-origin: top left; transform: scale(0);}
		.nav ul.ncenter li.drop ul {top:35px; width:fit-content; width:-moz-fit-content;}
	.nav ul li.drop:hover > ul, .nav ul li.drop:focus-within > ul, .nav ul li.drop ul:hover {transform: scale(1);}

#page {
	/*max-width: 1200px;
	margin: auto;*/
}

#menu{
	/*position: sticky;
	top: -1px;*/
	position: relative;
	color: #fff;
	z-index:1000;
	height: 0px;
}

#menu2{
	position: relative;
	height: auto;
	background: #F2F2F200;
	touch-action:none;
}

#menu_logo{
}

.stuck #menu2{
	position: fixed;
    top: -120px;
    z-index: 1000;
    width: 100%;
	background: #F2F2F2ff;
	color: #4A4A4A;
	border-bottom:1px solid #DDD;
	animation: stuck_menu 1s normal forwards ease-out; animation-iteration-count: 1;
}
@keyframes stuck_menu {
	from {
		transform: translate(0, 0);
	}
	to {
		transform: translate(0, 120px);
	}
}
.stuck #menu_logo, .open #menu_logo{
	height: 70px;
	width: auto;
}
#menu.stuck .tear_button.grey{
	color: white;
	background: #4A4A4A;
}

#menu .menu_center{
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding:40px;
}

#menu .menu_right{
	display: inline-block;
	position: absolute;
	right: 0;
	padding: 30px 0px;
}

#menu2 div a {
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
	font-weight: 700;
	/*text-transform: uppercase;*/
	transition: color 150ms ease-in-out;
}
#menu2 div a.active {
    border-bottom: 4px solid #FF9B00;
	padding-bottom: 3px;
}
#menu2 a img {margin:13px; height: 150px;}

#aa_link{
	font-weight: 500 !important;
	position: fixed;
    left: -10px;
    top: 500px;
    transform-origin: top left;
    transform: rotate(-90deg);
	color: white;
    background: #4A4A4A;
}
.stuck #aa_link{
	animation: stuck_aa 1s normal forwards ease-out; animation-iteration-count: 1;
}
@keyframes stuck_aa {
	from {
		transform: translate(0, 120px) rotate(-90deg);
	}
	to {
		transform: translate(0, 0px) rotate(-90deg);
	}
}

#header {overflow-x:hidden; height: 400px;}

#header.short {height: 200px;}

#header_grad{
	background: linear-gradient(180deg, #0B0072bb 0%, #0B007210 90%, #0B007200 100%);
	width: 100%;
    height: 200px;
	position: absolute;
	pointer-events:none;
}

#header_message{
	color: white;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	font-size: 30px;
}

#header_message .aw{
	/*font-family: 'Noto Serif';*/
}

#header_message .point{
	/*color: #4A90E2;*/
}

#content{
	min-height: 300px;
}

#content.form_image{
	background: #faf3f0 url('/images/background_wave_repete.png');
	background-repeat: repeat;
}







#index_head_call{
	top: 40%;
	position: absolute;
	color: white;
	left:-20vw;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 500px;
}
@media (max-width: 450px){
	#index_head_call{
		font-size: 0.8em;
	}
}

#index_head_title {
	font-size: 2.6em;
    font-weight: 400;
	filter:drop-shadow(2px 2px 2px #222);
}
#index_head_sub_title {font-size:1.4em;}

#index_flowers {position:absolute; overflow:hidden; width:380px; height:350px; padding-left: 100px; right:-70px; bottom: 0; pointer-events:none;}
	#index_flowers img {width:400px; animation: index_flower 2s normal forwards ease-out; animation-iteration-count: 1;}

	@keyframes index_flower {
		from {
			transform: translate(400px, 50px) rotate(90deg);
		}
		70% {
			transform: translate(-40px, -5px) rotate(-5deg);
		}
		90% {
			transform: translate(4px, 1px) rotate(1deg);
		}
		to {
			transform: scale(1, 1);
		}
	}

.index_head_sec {
	font-size: 1.5em;
	filter:drop-shadow(1px 1px 1px #222);
}

.index_head_sec img{
	height: 1em;
	position:relative;
	top:4px;
	margin-right:5px;
}

#index_info {
	background: #FFF6E7;
	text-align: center;
}

.index_info_item {
	display: inline-block;
	margin: 40px 60px;
}

#index_info img {
	width: 40px;
}

.index_info_item div {
	height: 50px;
}

.index_info_item div img {margin:0 !important;}

#index_about{
	background: white;
}

#index_about_about{
	width: 300px;
	display: inline-block;
	text-align: center;
	/*transform:translateY(-40%);*/
	vertical-align: top;
}

#index_about_text{
	display: inline-block;
	width:calc(100% - 300px);
	max-width: 900px;
	padding: 40px 60px;
	border-left:1px solid #F2F2F2;
	line-height: 1.5em;
}

#index_why{
	position: relative;
	background-color:#F2F2F2;
}

#index_why .content{
	padding: 50px 300px;
	overflow: hidden;
	line-height: 1.5em;
}

#index_why_blue {
	background: #4A90E2;
	width: 72px;
	height: 72px;
	border-radius: 99px 0 0 0;
	position: absolute;
	left: -52px;
	top: 64px;
}

#index_why_purple {
	background: #9013FE;
	opacity: 0.22;
	width: 72px;
	height: 72px;
	border-radius: 0 99px 0 0;
	position: absolute;
	top: 0;
	left: 100px;
}

#index_why_image {
	background-size: 353px;
	background-position: -120px;
	width: 230px;
	height: 230px;
	border-radius: 0 999px 0 0;
	position: absolute;
	bottom: 0;
	left: 20px;
}

#index_price{
	text-align: center;
	overflow: hidden;
	background: white;
	position: relative;
}

#index_price .content{
	padding: 30px 100px 50px;
}

#index_price_image {
	background-size: cover;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

#index_price_line {
	width: 240px;
	height: 240px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 0 0 0 999px;
	position: absolute;
	top: 0;
	right: 0;
}

#index_speakers {
	position: relative;
	text-align: center;
	background-color:#F2F2F2;
	padding-top: 20px;
}

#index_speaker_cont {
	height: 420px;
	overflow: hidden;
}

.index_speaker img {
    border-radius: 50%;
}

.index_speaker {
    display: inline-block;
    padding: 10px;
	width: 290px;
}

#index_speakers .speaker_name {
	text-align: center;
	padding: 0;
	min-height: initial;
}

#index_speakers .speaker_title {
	text-align: center;
}

#index_all_speakers {
    padding: 30px;
}

#index_sponsors{
	background: white;
	text-align: center;
	padding: 20px 0 60px;
}

#index_sponsors img {
    max-width: 200px;
    max-height: 200px;
    padding: 20px;
    vertical-align: middle;
}

#sec_head_call {
    position: absolute;
    border-radius: 40px;
    border-top-left-radius: 0px;
    background: rgba(12, 40, 70, 0.7);
    color: white;
    bottom: 20px;
    left: 0px;
    padding: 20px 40px;
}

.short #sec_head_call {
    right: 0px;
	margin: auto;
	width: fit-content;
}

#sec_head_title {
	font-size: 2em;
	font-weight: bold;
}

.sec_head_sec {
	font-size: 1.5em;
}

.sec_head_sec img {
	height: 1em;
}

#header_message.sec {
    left: initial;
    right: 100px;
}



.news_box{
	display: inline-block;
	width:375px;
	margin: 5px 1% 20px 1%;
    border: 2px solid #EEE;
    border-radius: 25px;
    vertical-align: top;
    background-color: #FFF;
    box-shadow: 10px 10px 20px -6px #00000042;
    position: relative;
}

.news_box img{
	width: 90%;
	margin:  20px auto;
}
@media (max-width: 1000px){
	.news_box{
		width:100%;
		min-height:auto;
	}
}

.news_title{
	text-align: center;
	padding:0 15px;
	font-size: 1.2em;
}





#speakers {
    background: white;
    padding-top: 20px;
}

.speaker{
    margin: 20px;
    position: relative;
}

.speaker_anchor, .header_anchor_pad {
    top: -200px;
    position: relative;
}

.speaker_image_wrap {position:absolute; min-height:290px;}

.speaker_image_wrap::after, .speaker_image_wrap::before {
    border: 1px solid #959595;
    width:125px;
    height:150px;
    top: 10%;
    position: absolute;
    left: 57px;
    display: block;
    border-radius: 50%;
    content: "";
    z-index: 1;
}

.speaker_image_wrap::before{
    left: 67px;
}

.speaker_image_wrap img{
    z-index: 2;
}

.speaker img{
	background: white;
	border-radius: 50%;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 0;
	width:175px;
	height: 175px;
}

.speaker_info{
    display: inline-block;
    width: calc(100% - 125px);
    max-width: 1055px;
    vertical-align: top;
    background: #FFF6E7;
    height: 100%;
	min-height:215px;
    left: 125px;
    position: relative;
    padding-left:90px;
	padding-bottom: 20px;
	border-radius:50px;
}

.speaker_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.speaker_name {
    color: #0B0072;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
	padding-left: 20px;
}

.speaker_slide {width:200px;text-align:center;vertical-align:top;margin:auto;}
	.speaker_slide img {border-radius:50%; width:100%;}
	.speaker_slide .speaker_name {/*color:#0B0072;*/color:#140e4e; font-size:1.2em; font-weight:bold; margin-bottom:10px; margin-top:20px; min-height: 4em;}
	.speaker_slide .speaker_title {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.speaker_position {
	white-space: nowrap;
	font-size: 0.8em;
    color: #6c6c6c;
	overflow: hidden;
    text-overflow: ellipsis;
}
.speaker_position:before {content:'/ '; margin:0 5px;}

.speaker_company {
    padding-left: 15px;
	white-space: nowrap;
	font-size: 0.8em;
    color: #6c6c6c;
	overflow: hidden;
    text-overflow: ellipsis;
}

.speaker_bio {padding:0 30px 0 20px; line-height:1.5em; max-height:fit-content !important; max-height:-moz-fit-content !important;}

.speaker_readmore {width:fit-content !important; width:-moz-fit-content !important; margin-left:20px; margin-top:10px; margin-bottom: 10px;}
	.speaker_readmore.speaker_readmore_close {background:#4A4A4A;}

.panel_wrap {position: relative; border:1px solid #DDD; margin-top:100px; margin-bottom:50px; border-radius:0 5px 5px 5px;}

.panel_date_button_wrap::-webkit-scrollbar {height:5px;}
.panel_date_button_wrap::-webkit-scrollbar-track {background-color:#FFF; border-radius:10px;}
.panel_date_button_wrap::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); border-radius:10px;}

.panel_date_button_wrap {overflow-y: auto; height: 75px; position:relative; top:-69px;}
	.panel_date_button_wrap span {border-left:1px solid #DDD; transform:rotate(-15deg); display:inline-block; position:absolute; top:-16px; height:52px; margin-left:5px;}
.panel_date_button {padding:14px 0 12px 15px; border-top:1px solid #DDD; border-left:1px solid #DDD; position: relative; background: linear-gradient(0, #DDD, white 30%);}
	.panel_date_button div {
		display: inline-block;
		position: relative;
		border-right: 1px solid #DDD;
		height: 50px;
		width: 20px;
		transform: skewX(20deg);
		top: 19px;
		left: 9px;
		background: linear-gradient(0, #DDD, white 30%);
		z-index: 1;
	}
	.panel_date_button.past_date {background: linear-gradient(0, #DDD, #cbcbcb 30%)}
	.panel_date_button.past_date div {background: linear-gradient(0, #DDD, #cbcbcb 30%)}
	.panel_date_button.panel_date_selected {background: white; font-weight:bold; z-index: 2}
	.panel_date_button.panel_date_selected div {background: white;}

.panel .panel_saved {display: none;}
.panel.saved .panel_saved {display: inline-block;}
.panel_head .tear_button {
	position: absolute;
    right: 0;
    bottom: -40px;
	z-index:1;
}
.panel.saved .panel_heart{
	background: green;
}

.panel_date {background-color:#FFF; color:#FFF; border-radius:50%; border:5px solid #fff6e7; width:145px; height:145px; text-align:center; font-size:0.8em; position:relative; left:73px; top:6px; margin-top: 20px;}
.panel_date_bg {background:#0B0072; top:50%; position:relative; transform:translateY(-50%); border-radius:50%; width:130px; height:130px; left:0; right:0; margin:auto;}
.panel_date_text {position:relative; top:50%; transform:translateY(-50%); color:#FFF;}

.panel {position:relative; padding:5px; margin:0 50px;/*border:2px solid #e5e5e5; background-color:#FFF;*/}
		.panel:first-of-type {padding-top:25px;}
	.panel:before {content:''; position:absolute; z-index:0; top:0; width:50px; margin-left:65px; height:100%; background-color:#fff6e7;}

.panel_head {margin:10px 0 10px -25px; position: relative;    max-width: 100%;}
	.panel_head span {position:relative; display:inline-block; color:#FFF; background-color:#4a4a4a; font-size:1.2em; padding:10px 20px; text-align:center; border-radius:20px;}
	.panel_top .panel_head span{
		width: 500px;
    max-width: 100%;
	}

	.panel_head .panel_border {background-color:#EEE; width:95%; height:2px; margin:-2px auto;}

.panel_top {position:relative;}
	.panel_top div {display:inline-block; color:#FFF; padding:10px 20px; text-align:center; border-radius:20px; vertical-align:middle;}
	.panel_top .panel_time {background-color:#9B9B9B; position:relative; z-index:1;}
	.panel_top .panel_title {background-color:#0B0072; margin-left:-40px; padding-left:50px; max-width:82%; display:inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.panel_top .panel_length {position:absolute; left:65px; top:45px; font-size:12px; padding:0;}

.panel_preside_wrap {margin:0 10px 10px 0;}
	.panel_preside {position:relative; z-index:1; margin-right:5px;}

.panel_info {margin: 10px 0 10px 150px;}
.panel_info_wrap {/*display:inline-block;*/ vertical-align:top;}
.panel_icon_wrap {/*display:inline-block;*/ position: relative;}
.panel_panelist, .panel_read_bio {display:inline-block; padding:10px 20px; border-radius:50px; border:1px solid #d9d9d9;}
		.panel_read_bio {display:none;}
	.panel_panelist {position:relative; padding-right:55px; background-color:#FFF;}
	.panel_panelist img {position:absolute; top:0; right:0; width:42px; margin-left:-40px; border-radius:50%;}
		.panel_read_bio:before {content:'+ ';}
.panel_calendar, .panel_heart {vertical-align:middle; display:inline-block; border-radius:50%; width:40px; height:40px; line-height:40px; color:#FFF; text-align:center; font-size:20px; background-color:#0b0072;}
	.panel_heart {line-height:42px;}
	.panel_abstract {border:1px solid #d9d9d9; border-radius:20px; padding:15px 20px; margin-top:10px; margin-right:20px; margin-bottom:20px; background-color:#FFF;}
		.panel_abstract .abstract {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em; height: 1.5em}
		.panel_abstract.show .abstract {white-space: initial; height: auto;}
	a.panel_read {display:block; color:#0b0072; font-weight:bold; margin-top:10px; text-decoration:none;}
	a.panel_read_less {display:none;}
	.show a.panel_read_more {display: none;}
	.show a.panel_read_less {display: block;}


	.speaker_info a.panel_read {padding-left: 20px; margin-bottom:20px;}
	.speaker_info a.panel_read_less {}

.agenda_search {position: absolute; right: 20px; top:20px; width: 400px; max-width: 55%;}
	.agenda_search input {border: 1px solid #DDD; border-radius: 20px; font-size: 1em; padding:10px 20px;}
		.agenda_search i {position: absolute; right: 5px; top:15px; font-size: 25px; opacity: 0.7;}
		@media (max-width: 900px){.agenda_search {top:85px;}}


#faqs{
	background: white;
    padding: 20px;
}

#faqs .expander{
	background: #F2F2F2;
	border: 1px solid #b2b2b2;
    border-radius: 42px 42px 42px 0px;
    color: #4A4A4A;
    /*font-size: 1.3em;*/
    padding: 30px 50px 30px 78px;
    margin: 10px 0px;
    z-index: 1;
    position: relative;
	font-weight: bold;
	font-size: 20px;
}

#faqs .expander:hover{
	background: #0b0072;
	border: 1px solid #0b0072;
	color: white;
}

#faqs .expander.expanded{
	background: #4A4A4A;
	border: 1px solid black;
	color: white;
}
#faqs .expander.expanded:hover{
	background: #0b0072;
}

#faqs .expand{
	background: #F2F2F2;
    padding: 50px 20px 20px 80px;
    margin-top: -40px;
	/*font-size: 1.1em;*/
	border-radius:0 42px 42px 42px;
}


.cwrapper {background-color:#FFF;}
	.cwrapper.alt {background-color:#f1f0f7;}
	.cwrapper.alt2 {background-color:#fff9f0;}
	.cwrapper.alt3 {background-color:#f4eee5;}


/*Voices*/
#index_info {background:#04a64d;}
	#index_info .index_info_item {font-weight:bold;}
#index_about {border-bottom:5px solid #359a06;}
#series_all_speakers {border-bottom:5px solid #359a06; border-top: 5px solid #359a06; margin-top: 5px;}

#series_speakers > .content:before, #series_speakers > .content:after, #latest_news > .content:before, #latest_news > .content:after {content:''; width:63px; position:absolute; top:0; bottom:0; margin:auto; left:-150px; height:80%; background:transparent url('https://www.arihantainstitute.org/images/vegan/leaf_motif.png') center no-repeat;}
#series_speakers > .content:after, #latest_news > .content:after {left:initial; right:-150px;}

#latest_news .news_box {min-height:480px;}

/*.panel_date_button.past_date {background:linear-gradient(0, #f1f0f7, #FAFAFA 60%)}
	.panel_date_button.past_date div {background:linear-gradient(0, #f1f0f7, #FAFAFA 60%)}*/

/*Series*/
.series_speakers_wrap {margin-top:50px; margin-bottom:50px; text-align:center;/*overflow:hidden;*/}
.series_speakers {display:inline-block; width:24%; text-align:center; margin-bottom:50px; vertical-align:top;}
				.series_speakers_wrap .slick_slider3 .series_speakers {display:block; width:auto;}
				.series_speakers_wrap .slick_slider3 .series_speakers_img {left:10px;}
						#series_speakers .series_speakers_wrap .series_speakers > .vimg_wrap:before {background-color:#FFF;}
		.vimg_wrap {position:relative;}
			.series_speakers > .vimg_wrap:before, .series_series_info > .vimg_wrap:before {content:''; position:absolute; top:0; left:0; background-color:#f1f0f7; width:125px; height:125px;}
				.series_series_info > .vimg_wrap:before {background-color:#f1f0f7; width:200px; height:200px; top:-10px; left:-10px;}
		.series_speakers div {width:145px; margin:0 auto; margin-bottom:10px;}
	.series_speakers_img {position:relative; top:10px; left:initial; width:125px; height:125px; border:2px solid #2ace72;}
				.slick-slide .vimg_wrap img.series_speakers_img {display:initial;}
	.series_speakers_date {color:#04a64d; font-size:20px; font-weight:bold; letter-spacing:2px; text-transform:uppercase;}
	.series_speakers_name {color:#030073; font-size:26px; font-weight:bold; line-height:26px; word-spacing:1000px;}
	.series_speakers_position {color:#04a64d; font-weight:bold; line-height:16px;}

.series_dates {display:inline-block; border:1px solid #999; border-top:none; border-radius:0 40px 40px 40px; background-color:#dcdcdc; color:#555; padding:5px 15px; margin-right:5px; font-size:0.9em;}
.series_dates.active {background-color:#2ace72; color:#FFF;}
.series_dates.past_date {background-color:#156638;}

.series_series_presentation {/*background:#f1f0f7;*/margin-top:40px; border-radius:3px;}
	.series_series_presentation .series_series_date {display:none;}
.series_series_panel {/*background:#f7f7f7;*/margin-top:50px; border-radius:3px; clear:both;}

.series_series_name {font-size:1.2em; clear:both;}
	.series_series_name h2 {margin:0; text-align:left; color:#0B0072; font-weight:bold;}

.series_series_cont {}
	.series_series_cont div {}
		div.series_series_date {border-bottom:3px solid #2ace72; font-size:1.4em; clear:both;}
		div.series_series_title {color:#0B0072; font-size:0.8em; font-weight:bold;}
		div.series_series_position {font-size:1.2em;}
		div.series_series_abstract {margin-top:25px; margin-bottom:35px;}

.series_series {}
	.series_series_img {position:relative; float:left; margin-right:25px; border:3px solid #2ace72; width:200px; height:200px; margin-bottom:25px;}
	.series_series_bio {margin:20px 0;}
	.series_series_info {clear:both; min-height:190px;}

.voices_register {background-color:#04a64d;}

.cwrapper.watch_recording {background-color:#eaf1ea; border-top:5px solid #359a06; border-bottom:5px solid #359a06; margin-top:40px; margin-bottom:40px;}
	.cwrapper.watch_recording .content {padding:0 10px 10px; text-align:center;}
	.cwrapper.watch_recording .content .fa-regular.fa-circle-play {position: absolute; text-align: center; top: 50%; width: 100px; pointer-events: none; transform: translateY(-50%); font-size: 100px; opacity: 1; color: #04a64d; text-shadow: 0 0 10px #000; background: black; left: 0; right: 0; margin: auto; border-radius: 50%; height: 100px; text-shadow: 2px 2px 10px #000;}

@media (max-width: 1200px){
	#series_speakers > .content:before, #series_speakers > .content:after, #latest_news > .content:before, #latest_news > .content:after {display:none;}
	.series_series_name {text-align:center;}
		.series_series_name h2 {text-align:center;}
	.series_series_cont {margin:25px;}
	div.series_series_date {font-size:1.2em;}
	div.series_series_title {font-size:1.6em; margin-top:15px; margin-bottom:20px;}
	.series_series_img {float:none; display:block; margin:25px auto 25px;}
	.voices_register {position:static; text-align:center; display:block; width:fit-content; margin:25px auto;}
	.series_speakers {display:block; width:100%;}
	.series_series_info > .vimg_wrap {width:fit-content; width:-moz-fit-content; margin:0 auto;}
	.series_series_info > .vimg_wrap:before {top:-10px; left:-10px;}
	.lightbox.load_youtube img {max-width:100%;}
	#latest_news .news_box {min-height:auto; padding-bottom:20px;}
}

/*News*/
.news_content {padding:40px 0;}
.news_info_wrap {}
.news_info_featured {position:relative; float:left; width:100%; max-width:600px; transition:transform 100ms ease-in-out;}
		.news_info_featured:hover {transform:scale(1.03);}
	.news_info_featured img {width:100%; max-width:600px; height:auto; border-radius:3px; box-shadow:10px 10px 20px -6px #00000042;}
	.news_info_featured h3.news_info_title {font-size:44px; line-height:44px;}
	.news_info_featured .news_info_descr {font-size:18px;}
		/*.news_info_featured a {position:absolute; top:0; left:0; width:100%; height:100%; font-size:0;}*/
.news_info_list {position:relative; float:right; width:550px;}
.news_info_item {border-bottom:1px solid #CCC; padding-top:20px; padding-bottom:20px; transition:transform 100ms ease-in-out;}
		.news_info_item:hover {transform:scale(1.03);}
		.news_info_item:first-of-type {padding-top:0; clear:both;}
	.news_info_item img {width:150px; height:150px; float:right; border-radius:3px; box-shadow:10px 10px 20px -6px #00000042;}
	.news_info_item_content_wrap {float:left; width:350px;}
	.news_info_item_title {font-weight:bold;}
	.news_info_item_sub_title {font-weight:bold; font-size:0.9em;}
	.news_info_item_author {font-size:0.8em; padding-bottom:5px;}
	.news_info_item_descr {}
	.news_info_item_readmore {margin-top:5px;}

@media (max-width: 1200px){
	.news_info_featured {max-width:none; float:none; margin:0 0 20px; padding-bottom:20px; border-bottom:1px solid #CCC;}
	.news_info_featured h3.news_info_title {font-size:28px; line-height:32px; margin-bottom:0.7em;}
	.news_info_list {float:none; width:auto;}
	.news_info_item img {width:100px; height:100px; margin-left:25px;}
	.news_info_item_content_wrap {float:none; width:auto !important;}
}

@media (max-width: 1000px){
	.news_content {padding:25px;}
}

/*.content {line-height:1.5em;}*/
/*learn wrap / featured content ported*/
.content .learn_wrap {display:inline-block; width:47.5%; margin: 5px 1% 20px 1%; border:2px solid #EEE; border-radius:25px; vertical-align:top; background-color:#FFF; box-shadow:10px 10px 20px -6px #00000042; position: relative;}
		.content .learn_wrap img {float:left; width:45%; border-radius:25px 25px 0 25px; display: block;}
	.content .learn_cont {float:right; width:55%; padding:20px;}
		.content .learn_title {display:inline-block; font-weight:bold;}
		.content .learn_content {overflow:hidden; margin:10px 0;}
		.content .scroll_cont{
			max-height: 170px;
			overflow: auto;
			margin-bottom: 10px;
		}
		.content .scroll_cont .learn_content {max-height:initial;}
		.learning_area_cont .tear_button{
			position: absolute;
			bottom: 10px;
		}

	.content .learn_wrap.learn_online {padding:20px; width:375px; min-height:460px;}
		.content .learn_wrap.learn_online .learn_title {display:block; position:relative; left:10px;     margin-left: 60px;     max-height: 80px; overflow: hidden;}
		.content .learn_wrap.learn_online .learn_content {border:1px solid #CCC; border-radius:25px; text-align:center; padding:10px 0; clear:both; position:relative; top:10px;}

			.content .learn_wrap.learn_online.courses_featured.courses_featured_alt {background:none; border:none; box-shadow:none; color:#000; font-weight:normal; min-height:0; max-width:355px; font-size:1.2em;}
				.content .learn_wrap.learn_online.courses_featured {min-height:465px;}
				.content .learn_wrap.learn_online.courses_featured img {border-radius:3px; box-shadow:10px 10px 20px -6px #000; margin-bottom:30px; margin-bottom:15px; width:100%; max-width:355px; height:100%; max-height:355px;}

	.content .learn_wrap.learn_full {width:100%; position:relative; background:none; box-shadow:unset !important; border:none;	 min-height: 440px;}
		.content .learn_wrap.learn_full .learn_img {position:absolute; width:30%; background-color:#F2F2F2; border-radius:25px; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.30);}
			.content .learn_wrap.learn_full .learn_img img {float:none; width:100%;}
			.content .learn_wrap.learn_full .learn_img .ctag {position:absolute; right:0; top:0; background-color:#0B0072; color:#FFF; border-radius:0 25px 0 25px; padding:0 25px; font-size:16px;}
		.content .learn_wrap.learn_full .learn_cont {width:75%; padding: 10px 50px 50px; padding-left:10%; background-color:#F2F2F2; border-radius:0 25px 25px 25px; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.30);}
				.content .learn_wrap.learn_full .learn_cont .cart_item img {width:50px; float:none; border-radius:25%;}
		.content .learn_wrap.learn_full .learn_title {font-size:1.2em; margin-top:25px; margin-bottom:15px; color:#0b0072;}
		.content .learn_wrap.learn_full .learn_content {max-height:none; overflow:auto;}

.content.learn_head .learn_wrap {border:none; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.58);}
	.content.learn_head .form_head_wrap {padding:75px 0;}

.content .learn_wrap.learn_wrap2 {width:31%; position: relative;}
	.content .learn_wrap.learn_wrap2 img {float:none;; width:100%; padding:20px; height:250px;}
	.content .learn_wrap.learn_wrap2 .learn_cont {float:none; width:initial; padding:20px; padding-top:0; text-align:center;}
	.content .learn_wrap.learn_wrap2 .fa-circle-play, .image_cont_img .fa-circle-play {position: absolute;
		color: white;
		opacity: 0.7;
		font-size:6em;
		text-align: center;
		top: 80px;
		width: 100%;
		pointer-events: none;
		text-shadow: 2px 2px 10px #000;
		z-index:9;}

.content .learn_wrap.learn_wrap3 {width:31%; background-color:#0b0072; color:#FFF;}
	.content .learn_wrap.learn_wrap3 img {float:none; width:100%;}
	.content .learn_wrap.learn_wrap3 .learn_cont {float:none; width:initial; text-align:center;}
		.content .learn_wrap.learn_wrap3 .learn_cont .tear_button {border:2px solid #AAA;}
	.content .learn_wrap.learn_wrap3 .learn_title {font-size:1.3em; font-weight:normal; min-height: 3.5em;}

.content .learn_wrap.learn_wrap4 {position:relative; width:100%; background-color:#f2f2f2;}
	.content .learn_wrap.learn_wrap4 img {float:none; position:absolute; top:0; left:0; width:110px;}
	.content .learn_wrap.learn_wrap4 .learn_cont {float:none; width:100%; position:static; transform:none;}
		/*.content .learn_wrap.learn_wrap4 .learn_cont .tear_button {border:1px solid #AAA;}*/
	.content .learn_wrap.learn_wrap4 .learn_title {font-size:1.2em; font-weight:normal; width:calc(100% - 400px); left:100px; color:#0b0072; font-weight:bold; position: relative;     margin-bottom: 30px; margin-top: -10px;}
	.content .learn_wrap.live_course .learn_title {width:calc(100% - 650px);}
	.content .learn_wrap.learn_wrap4 .class_schedule{font-weight:bold; padding:10px 0; border-top:1px solid #CCC; border-bottom:1px solid #CCC; margin-bottom:10px;
		float: left;
		width: 50%;
		margin-right: 5%;}
		.content .learn_wrap.learn_wrap4 .learn_content {max-height:none; overflow:unset; float: right; width: 250px;     margin-top: -10px; margin-bottom: 0px;}
		.content .learn_wrap.live_course .learn_content {width: 500px;}
		.content .learn_wrap.learn_wrap4 .learn_price {position:absolute; z-index:1; top:10px; right:20px; padding:0 5px;}
		.content .learn_wrap.learn_wrap4 .tear_button {position: absolute; bottom: 10px; left: 120px;}

		.course_type {font-size:14px; position:absolute; top:85px; right:0; background:#0B0072; color:white; border-radius:10px 0 10px 10px; padding:0 10px;}
		.course_type {border-radius:0 3px 0 25px !important; padding:0 20px 0 25px !important;}


.self_online_cont.slick-slider .slick-list.draggable {height:initial !important;}

/*.slick-dots li button:before {font-size:48px !important;}*/
@media (max-width: 1000px){
	.slick-dots li {margin:0 8px !important;}
}





#sub_footer{
	background: #F2F2F2;
}
#sub_footer.home_sub_foot{
	background-size: cover; color:#EEE; background-position: bottom;
}

#sub_footer .content {padding:50px 0;}
.sub_footer_section {float:left; width:25%; padding:0 30px;}
	.sub_footer_section.sub_footer_quick a {display:block; margin:10px 0;}

	.home_sub_foot .sub_footer_section form input{color: white}
.sub_footer_section form input[type="text"] {background:transparent; border-bottom:2px solid #CCC; font-size:0.8em;}
.sub_footer_section form input[type="submit"] {width:fit-content; width:-moz-fit-content; padding:10px 30px;}

.sub_footer_section .sub_footer_social {margin-top:10px;}
	.sub_footer_section .sub_footer_head {font-weight:bold; color:#0B0072;}
	.sub_footer_section .sub_footer_social a {padding-right:10px; font-size:2em; color:#222;}
	.home_sub_foot .sub_footer_section .sub_footer_head {color:#EEE;}
	.home_sub_foot .sub_footer_section .sub_footer_social a {color:#EEE;}

#footer{
	background: #4A4A4A;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}

/*admin*/
table.admin {border:none; width:100%;}
	table.admin td {border:none; padding:0 10px;}
	table.admin input, table.admin textarea, table.admin select {background:#EEE; font-size:1em; margin:0 0 10px;}
	table.admin input[type="button"], table.admin  input[type="submit"] {background: #0B0072}
	table.admin a {display:inline-block; width: 100%; padding:10px; border:1px solid #CCC;}
		table.admin a:hover {color:blue;}

.tabs {
	padding-top: 20px;
}
.tabs .tab {
	padding: 0 20px;
	display: inline-block;
	text-align: center;
	height: 50px;
	border: 1px solid #333;
	border-radius: 10px 10px 0 0;
	padding-top: 13px;
}
.tabs .tab.active {
    background: #333;
    color: #eee;
}

.table{
	background: #ddd;
	white-space: nowrap;
	color: #343434;
}

.table th{
	padding: 3px;
	background: #e3e3e3;
}
.table td{
	background: #eee;
	padding: 3px;
}
.table tr:nth-child(2n) td{
	background: #f8f8f8;
}

.pagination {
}

.pagination_pages {
	float: right;
}

.pagination_nav {
	float: left;
	margin: 20px;
}



.line_clamp {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;  
}
.line_clamp[lines="2"]{
	-webkit-line-clamp: 2;
}
.line_clamp[lines="3"]{
	-webkit-line-clamp: 3;
}
.line_clamp[lines="4"]{
	-webkit-line-clamp: 4;
}
.line_clamp[lines="5"]{
	-webkit-line-clamp: 5;
}
.line_clamp[lines="6"]{
	-webkit-line-clamp: 6;
}
.line_clamp[lines="7"]{
	-webkit-line-clamp: 7;
}
.line_clamp[lines="8"]{
	-webkit-line-clamp: 8;
}
.line_unclamp {
	display: initial;
	display: revert;
}


.toggle_read_more {display:block; /*margin:10px auto 20px;*/ color:#0b0072; font-weight:bold; text-decoration:none;}



@media (max-width: 1300px){
	.hide_1300{
		display: none !important;
	}
}

@media (max-width: 1000px){
	/*#menu .menu_right {
		top: 20px;
	}*/
	#sec_head_call {bottom:auto; top:200px; height:fit-content; right:0; left:0; margin:auto; width:fit-content; width:-moz-fit-content; max-width: 90%; font-size:0.8em; transform:translateY(-50%);}
	.short #sec_head_call {top: 75%}
	#menu2 a img {width:130px; height:auto;}
}



@media (max-width: 1000px){
	html {-webkit-text-size-adjust:100%;}

	.only_mobile{display: inherit !important;}
	.hide_mobile{display: none !important;}

	.form_20, .form_40, .form_50, .form_60, .form_80{
		width: 100%;
	}

	#index_head_title {
		font-size: 2em;
		margin-bottom:15px;
	}

	#index_info {padding:25px 0;}

	.index_info_item {
		font-size: 1.1em;
		width:100%;
		text-align:center;
		margin:20px 0;
	}

	#index_why .content {padding:100px 50px 50px;}

	#index_why_image{
		border-radius: initial;
		top: 0;
		width: 100%;
		left: 0;
		height: 70px;
		background-size: cover;
		background-position: 0;
	}

	.stuck #menu2{
		/*background: initial;*/
	}
	#menu2.open{
		background: #F2F2F2;
		color: #4A4A4A;
		height: 100vh;
	}

	#menu2 div a {
		display: block;
		font-size: 1.6em;
	}

	#menu .menu_center{
		display: none;
		position: relative;
		padding: 0;
	}

	#menu .menu_right{
		display: none;
		text-align: center;
		position: relative;
		padding: 0;
	}

	#menu .open .menu_center{
		display: block;
	}

	#menu .open .menu_right{
		display: block;
	}
	#menu .tear_button.grey{
		color: white;
		background: #4A4A4A;
	}

	#menu .open .menu_center a, #menu .open .menu_right a {margin:0.8em;}

	#aa_link{
		font-weight: 700 !important;
		position: relative;
		transform: initial !important;
	}

	#index_about_text{
		width: 100%;
    	max-width: 100%;
		border: none;
	}

	#index_price .content{padding:200px 50px;}

	#header {background-position:calc(50% - 60px);}
	#index_head_call {left:0; top:300px; transform:translateY(-40%); text-align:center;}
	#header_message {text-align:center; bottom:60px; font-size:16px; max-width:100%;}
	#header_message span {display:inline-block;}

	#header_message.sec {left:0; right:0;}

	#index_head_call .tear_button {padding:20px 40px;}
	#index_flowers {right:-50px;}
	#index_flowers img {width:160px; right:0; position:absolute; bottom:-30px;}

	#faqs .expand {padding:50px 20px 20px 50px;}

	.speaker {height:auto;}
		.speaker img {width:80px; height:80px; margin-left:10px;}
	.speaker_info {padding:0; left:0; width:100%; height:auto;}
	.speaker_name {text-align:right; padding-right:20px; padding-left:115px; min-height: 60px;}
		.speaker_name span {display:block; padding:0;}
	.speaker_position:before {content:''; margin:0;}
	.speaker_bio {margin-top:35px;}
	.speaker_image_wrap::after, .speaker_image_wrap::before {width:70px; height:70px; margin-left:-33px; top:25px;}
	.speaker_readmore {margin:auto;}

	/*.panel_date_button_wrap {text-align:center;}*/
	.panel_date {left:2px;}
	.panel {margin:0 10px;}
		/*.panel:before {display:none;}*/
		.panel:before {margin-left:20px;}
	.panel_info {margin:0;}
	.panel_title {margin:0 !important; padding:10px 20px !important;}
	.panel_preside_wrap {margin:0; display:inline-block; text-align:center; width:100%;}
		.panel_preside {display:block; margin-top:15px; margin-right:0; text-align:center;}
	.panel_info_wrap {display:block;}
	.panel_top, .panel_info_wrap {text-align:center;}
	.panel_abstract, .panel_icon_wrap {position:relative; z-index:1;}
	.panel_icon_wrap {display:block; margin-top:10px;}
	.panel_top div, .panel_info div {margin:3px 0 !important;}
	.panel_top .panel_title {display:block; clear:both; max-width:fit-content; max-width:-moz-fit-content; margin:auto !important; white-space:normal;}
	.panel_top .panel_time {float:left;}
	.panel_top .panel_length {left:initial; top:15px; right:0;}
	.panel_head {margin:0 auto;}
	.panel_head span {display:block;}
	.panel_head .panel_border {display:none;}
	.panel .tear_button.orange {bottom:-40px;}
	.panel_head .tear_button {display:block; position:relative; bottom:auto; margin:10px auto 0; width:fit-content; width:-moz-fit-content;}

	.sub_footer_section {width:100% !important; margin-bottom:50px;}

	/*admin*/
	table.admin td {display:block;}
}




/*Courses*/
.course_wrap {background:#f2f2f2; border-radius:25px; border:2px solid #EEE; position:relative; margin:5px 1% 20px 1%; min-height:115px; box-shadow:10px 10px 20px -6px #00000042;}
	.course_wrap a.curl {width:110px; height:110px; display:inline-block; vertical-align:top; position:relative; float:left; margin-right:10px;}
		.course_wrap .curl img {width:110px; border-radius:25px; margin-right:10px;}
	.course_wrap .ctag {position:absolute; right:0; bottom:0; background-color:#0B0072; color:#FFF; border-radius:25px 3px 3px; padding:0 10px 0 15px; font-size:14px;}
	.course_wrap .ctitle {font-size:1.2em; font-weight:bold; color:#0b0072; margin-top:10px; max-width:90%;}
	.course_wrap a.clearn_more {display:block; text-decoration:underline; font-weight:bold; color:#999; font-size:14px;}
	.course_wrap .centroll {}
	.course_wrap .class_schedule {position:absolute; right:-2px; border-radius:25px 0; background-color:#608ABB; color:#FFF; padding:0 15px 0 20px; bottom:-2px; font-size:15px;}
	.course_wrap .cintructors {position:absolute; right:0; top:55%; transform:translateY(-50%);}
		.course_wrap .cintructors .cintructors_text {display:inline-block; margin-right:10px; vertical-align:middle; font-weight:bold;}
			.course_wrap .cintructors .teacher_pill {display:inline-block; margin-right:10px; vertical-align:middle;}
	.course_wrap .cprice {position:absolute; top:0; right:0; background-color:#BBB; color:#FFF; border-radius:0 25px; padding:0 15px 0 20px;}

.teacher_pill{
	position:relative; border:1px solid #CCC; border-radius:25px; padding:10px; padding-left: 50px; margin: 5px 0; text-align:center; font-weight:bold; background-color:#FFF; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.teacher_pill img{
	left:0; top:50% !important; transform:translateY(-50%); position: absolute; width: 46px !important; border-radius: 25px 25px 0 25px !important;
}

@media (max-width: 1000px){
	.teacher_pill{
		font-size: 0.9em;
		width:100% !important;
		max-width:400px !important;
	}
	/*Courses*/
	.events_filter_field input[type="text"] {width:100%;}

	.course_wrap .cintructors {transform:initial; position:static; text-align:right;}
	.course_wrap .ctitle {padding-left:120px; font-size:1em; min-height:100px;}
	.course_wrap .cprice {top:initial; bottom:-2px; right:-2px; border-radius:25px 0 3px 0 !important; padding:0 15px 0 20px; font-size:0.8em;}
	.course_wrap a.clearn_more {}
	.course_wrap .centroll {float:right;}
	.cart_interaction {display:none;}
	.course_wrap .class_schedule {position:static; clear:both; line-height:16px; padding:10px 20px; margin:5px 0;}
	.course_wrap .cintructors .teacher_pill {width:100%;}
	.course_wrap .cintructors .cintructors_text {float:left; width:110px; text-align:center; margin:auto; margin-top:15px;}
}

/*courses popout*/
.courses_wrap {display:flex; flex-wrap:wrap;}
		.courses_wrap .course_box_wrap {padding:15px; width:33.3333333333%; width:25%;}
		.course_box_wrap a.course_link {display:block; opacity:1 !important; transition:opacity 50ms ease-in-out;}
				/*.course_box_wrap a.course_link:hover {opacity:1;}*/
			.courses_wrap .course_box h3, .courses_wrap .course_box h5 {text-align:right; font-weight:bold; margin-top:0; margin-bottom:0.5rem; line-height:1.2em;}
			.course_box_wrap .course_box {position:relative; height:440px; height:415px;}
				.course_box_wrap .course_box .course_tag {position:absolute; top:-10px; right:-10px; background:#0b0072; color:#FFF; font-size:14px; padding:0 20px 0 25px; margin:10px 10px 0 0; border-radius:0 3px 0 25px;}
				.course_box_wrap .course_box .course_info {padding:20px 0;}
						.course_box_wrap .course_box .course_info .expander {padding-left:15px; padding-left:0; color:#555; font-size:14px; line-height:1em; width:fit-content; width:-moz-fit-content; position:absolute; left:0; right:0; bottom:11px; margin:0 auto; font-weight:bold;}
						.course_box_wrap .course_box .course_info .expander:before {top:auto; left:0; display:none;}
				.course_box_wrap .course_box .course_img {display:block; width:100%; height:225px; height:auto; box-shadow:0 5px 45px 5px #00000021; border-radius:3px;}
				.course_box_wrap .course_box h3.course_title {text-align:center; padding-bottom:0; font-size:20px; color:#000; font-weight:normal;}
				.course_box_wrap .course_box .course_descr {font-size:16px; color:#55636f; line-height:1.4em;}
				.course_box_wrap .course_box .course_enroller {}
						.course_box_wrap .course_box .course_enroller span.cart_interaction {position:absolute; bottom:3px; left:0; right:0; margin:auto; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:14px; color:#0b0072;}
								.course_box_wrap .course_box .is_in_cart {display:none; position:absolute; right:30px; right:0; left:0; bottom:26px; margin:auto; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:14px; color:#0b0072;}
						.course_box_wrap .course_box .course_enroller .tear_button {width:100%; text-align:center; padding:15px; margin-top:10px;}
								.add_to_cart {background:#0b0072;}
				.course_box_wrap .course_box .course_more_info {margin-top:1rem;}
						.course_box_wrap .course_box .course_more_info_left {position:absolute; bottom:29px;}
						.course_box_wrap .course_box .course_more_info_right {float:right;}
					.course_box_wrap .course_box .course_more_info h5.course_price {margin:0; font-size:16px; color:#55636f;}
				.course_box_wrap .course_box .course_learn_more {font-size:14px; font-weight:bold; color:#999; margin-bottom:8px;}
				.course_box_wrap .course_box .course_popout {opacity:0; pointer-events:none; position:absolute; z-index:1; top:45px; right:-150%; width:150%; background:#FFF; border:1px solid #CCC; padding:25px; margin-right:-15px; transform:scale(0.8); transition:opacity 150ms ease-in-out, transform 150ms ease-in-out; box-shadow:0 5px 45px 5px #00000021; border-radius:3px;}
				.course_box_wrap .course_box .course_popout.popout_left {right:auto; left:-150%; margin-right:auto; margin-left:-15px;}
						.course_box_wrap .course_box:hover > .course_popout {opacity:1; pointer-events:all; transform:scale(1);}
							.course_box_wrap .course_box .course_popout:before {content:''; opacity:0; position:absolute; z-index:-1; top:0; left:-35px; width:100%; height:100%;}
									.course_box_wrap .course_box .course_popout.popout_left:before {left:auto; right:-35px;}
							.course_box_wrap .course_box .course_popout:after {content:''; position:absolute; left:-10px; top:50%; transform:translateY(-50%) rotate(45deg); width:20px; height:20px; background:#FFF; border-bottom:1px solid #CCC; border-left:1px solid #CCC;}
									.course_box_wrap .course_box .course_popout.popout_left:after {left:auto; right:-10px; border-bottom:none; border-left:none; border-top:1px solid #CCC; border-right:1px solid #CCC;}
									.course_box_wrap .course_box .course_popout h3.course_title {text-align:left;}
										.course_box_wrap .course_box .course_popout h3.course_title {transition:color 100ms ease-in-out;}
												.course_box_wrap .course_box .course_popout:hover h3.course_title {color:#ce7d16;}
	@media (max-width: 1000px){
		.courses_wrap .course_box_wrap {width:33.333%;}
		.course_box_wrap .course_box {height:auto; overflow: hidden;}
		.course_box_wrap .course_box .course_descr {display:-webkit-box !important;}
			.course_box_wrap .course_box:hover > .course_popout {display:none;}
		.course_box_wrap .course_box h3.course_title {text-align:left;}
		.course_box_wrap .course_box .course_more_info {margin-top:2rem;}
		.course_box_wrap .course_box .course_more_info_left {position:relative;}
	}
	@media (max-width: 820px){
		.courses_wrap .course_box_wrap {width:50%;}
	}
	@media (max-width: 650px){
		.courses_wrap .course_box_wrap {width:100%;}
	}

.faculty_cont {}
	.faculty_cont .slick-list .slick-slide:hover {opacity:0.9;}
.faculty_slide {width:200px; text-align:center; vertical-align:top; margin:auto}
	.faculty_slide img {border-radius:50%; width:100%;}
	.faculty_slide .faculty_name {/*color:#0B0072;*/color:#140e4e; font-size:1.2em; font-weight:bold; margin-bottom:10px; margin-top:20px; min-height: 4em;}
	.faculty_slide .faculty_title {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
					.faculty_slide .faculty_subtitle {min-height:2.5em; margin-bottom:10px; margin-top:-25px; line-height:1.2em; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical;}
					.faculty_slide .faculty_name {min-height:3em; line-height:1em;}
					.faculty_slide .faculty_title .tear_button {background-color:#4A4A4A; color:#FFF;}