#mainstage_top_wrap {
	padding-top: 40px;
	
}

#conferences_page_header {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}
#entries_subheader_wrap_gonts,
#entries_subheader_wrap_cfsw {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.cnfrncs_title {
	color: #55b2f;
	font-size: 55px;
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	font-weight: bold;
	text-align: center;
}

.cnfrncs_subtitle {
	font-weight: bold;
	font-family: 'Libre Caslon';
	color: #542a18;
	font-size: 2.1em;
	margin-top: 0px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 0px;
	text-align: center;
}

.cnfrncs_hdr {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 30px;
	
}

.cnfrncs_bnnr_cfsw,
.cnfrncs_bnnr_gonts {
/*	margin-bottom: 50px;
	margin-top: 20px;
	width: 1000px;
	height: 300px;
*/
	height: 300px;
	position: relative;
	overflow: hidden;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px #999;
    -moz-box-shadow: 1px 1px 10px #999;
    -ms-box-shadow: 1px 1px 10px #999;
    -o-box-shadow: 1px 1px 10px #999;
    box-shadow: 1px 1px 10px #999;
}


.cnfrncs_bnnr_cfsw img,
.cnfrncs_bnnr_gonts img {
	position: relative;
	left: -20px;}


.cnfrncs_bnnr_cfsw::before,
.cnfrncs_bnnr_gonts::before {
    content: "";
    width: 200%;
    height: 200%;
	z-index: 10;
    position: absolute;
    top: -200%;
    left: -225%;
    background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); 
    background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));  
    -moz-transition: all 0.50s ease-out; 
    -o-transition: all 0.50s ease-out; 
    -webkit-transition: all 0.50s ease-out;
    -ms-transition: all 0.50s ease-out;
   	transition: all 0.50s ease-out;
}

.cnfrncs_bnnr_cfsw:hover::before,
.cnfrncs_bnnr_gonts:hover::before {
    top: 200%;
    left: 200%;}