body {
	background-image: url("../images/body_bg.png");
}

.headerbg {
	background-image: url("../images/header_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

p {
	text-align: justify;
}

.padding10 {
	padding: 10px;
}

.paddding25 {
	padding: 25px;
}

.padding5 {
	padding: 5px;
}

.padding3 {
	padding: 3px;
}

.colorblue {
	color: #042256;
}

.colorred {
	color: #780203;
	font-weight: bold;
}

.color_3 {
	color: #ffc000 !important;
}

.top {
	background-color: #85090f;
}

.bgcolor_footer {
	background-color: #042256;
}

.bglight {
	background-color: #0b0b0b;
}

.bgnewcolor {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc0000+0,a00000+100 */
	background: #cc0000;
	/* Old browsers */
	background: -moz-linear-gradient(left, #cc0000 0%, #a00000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cc0000 0%, #a00000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cc0000 0%, #a00000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#a00000', GradientType=1);
	/* IE6-9 */
	-webkit-box-shadow: 0 0 5px 2px #BFBFBF;
	box-shadow: 0 0 5px 2px #BFBFBF;
	border: 3px solid #333
}

.color_white {
	color: #F8F8F8;
}

.fontsizebig {
	font-size: 20px;
}

.footernav a {
	display: inline-block;
	color: #ccc;
	padding: 3px;
	margin-bottom: 5px;
}

.footernav a:hover {
	text-decoration: none;
	color: #BFBFBF;
}

.speakerblock {
	border: 1px dashed #e86850;
}

.subpageheading {
	background-color: #780203;
	color: #FFF;
	background-image: url(../images/dark-mosaic.png);
	text-align: center;
}

.subpageheading h4 {
	text-transform: uppercase;
	margin: 0px;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.eqheight {
	height: 250px;
}

.shadow {
	-webkit-box-shadow: 0 0 2px 2px #E3E3E3;
	box-shadow: 0 0 2px 2px #E3E3E3;
}

.linknostyle {
	color: #FFF
}

.linknostyle:hover {
	color: #fff
}

.blinkbg {
	-webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 1s infinite;
	/* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 1s infinite;
	/* IE 10+, Fx 29+ */
	padding: 10px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
}

/* Tabbed pannel 2 */
/* Style the tab */
.tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 30%;
}

/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #194278;
	color: #fff;
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 15px;
	width: 70%;
}

/* Tabbed pannel 2 */

.stickydivlinks {
	position: fixed;
	z-index: 999999;
	right: -78px;
	top: 50%;
	transform: rotate(90deg);
}

.toplinks {
	color: #fff !important;
	padding: 10px;
	background-color: #b42017;
	text-transform: uppercase;
	border-radius: 0px 0px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.toplinks:hover {
	color: #fff;
	background-color: #ffc000;
}

/*sidenav*/
/*sidenav*/
.sidenav {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.sidenav a {
	padding: 8px 8px 8px 15px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
	border-bottom: dashed 1px #333333;
}

.sidenav a:hover {
	color: #818181;
	padding-left: 20px;
}

.sidenav a i {
	font-size: 14px;
	padding-right: 5px;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 40px;
	margin-left: 50px;
	color: #fff !important;
	z-index: 9999;
}

.speakerblockz {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 2px 2px #EBEBEB;
	box-shadow: 0 0 2px 2px #EBEBEB;
	margin: 5px;
	height: 420px;
}

.blockpadding {
	padding: 5%;
}