@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;}

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;}

.link_anchor {
    top: -200px;
    position: relative;
}


#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:disabled, textarea:disabled, select:disabled {background:#AAA;}

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;
}

.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;
}
/*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;
}



.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;}






.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%;
	}
}





.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;}
/**/


#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;
}

#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: 162px;}

#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;
	z-index: 1;
}

#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: -500px;
	right: 0;
	margin: auto;
	width: fit-content;
	width: -moz-fit-content;
	z-index:1;
}

#index_head_title {
	font-size: 2.6em;
	font-weight: bold;
	filter:drop-shadow(1px 1px 1px #222);
}

#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_about{
	background: white;
}

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

#index_about_text{
	display: inline-block;
	width:calc(100% - 300px);
	max-width: 900px;
	padding: 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: url(/images/water_rocks_1.png);
	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: url(/images/index_handflower.png);
	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: 415px;
	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_sponsorship{
	background: white;
	text-align: center;
	padding: 20px 0 60px;
}

/*#index_sponsorship 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;
}

#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;
	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_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; padding-bottom: 20px;/*!readmore.js !overrides*/}

.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 {position: absolute; top: -69px; left:-1px; width:fit-content; width:-moz-fit-content;}
	.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:15px 0 15px 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.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; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em;}
	.panel_abstract.show {white-space: initial;}
	a.panel_read {display:block; color:#0b0072; font-weight:bold; margin-top:10px; text-decoration:none;}
	a.panel_read_less {display:none;}
		a.panel_read_more:after {content:' >>';}
		a.panel_read_less:after {content:' <<';}
	.panel_abstract.show a.panel_read_more {display:none;}
	.panel_abstract.show a.panel_read_less {display:block;}


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


#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;
}

#sub_footer{
	background: #F2F2F2;
}
#sub_footer.home_sub_foot{
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('https://www.arihantainstitute.org/images/background_prey_1.png'); 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;
}

.silver {
    display: inline-block;
    vertical-align: middle;
}




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

@media (max-width: 1200px){
	/*#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:40%; 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, .panel_icon_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;}
}