.a333 {
	font-size: 20px;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	margin-top: 15px;
}

.aa12 {
	font-size: 20px;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	margin-top: 15px;
}

.aaa21 {
	font-size: 15px;
}

.aaa2 {
	font-size: 15px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.holder {
	width: 728px;
	height: 90px;
	position: relative;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
}

.my-class {
	display: none;
}

.is-hidden {
	display: none;
}

.holder2 {
	width: 728px;
	height: 90px;
	position: relative;
}


.bar2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 728px;
	height: 90px;
}

.holder3 {
	width: 300px;
	height: 250px;
	position: relative;
}


.bar3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 320px;
}

.holder4 {
	width: 300px;
	height: 250px;
	position: relative;
}


.bar4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
}

.modal-content {
	background-color: #f7931a;
	width: 100%;
	height: 100%;
}

.modal-sh {
	background-color: #fff;
	margin-left: 23%;
	margin-right: 23%;
}

@media (max-width:800px) {
	.modal-sh {
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
}

div.admania-prenext {
	display: none !important;
}

div.admania-related-posts {
	display: none !important;
}

.modal {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f7931a;
}

.modal2 {
	display: absolute;
	/* Hidden by default */
	position: fixed !important;
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.hidden2 {
	display: none !important;
}

.show2 {
	display: absolute !important;
}

/* Modal Content/Box */
.modal-content2 {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/** Ad block message **/
#YCFgWdicDOSE {
	display: none;
	margin-bottom: 30px;
	padding: 20px 10px;
	background: #D30000;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}

@media (max-width:800px) {
    .sidebar-left {
        display:none !important;
    }
    .sidebar-right {
        display:none !important;
    }
}
.sidebar-left{
    position:fixed;left:3%;top:6%;
}
.sidebar-right{
    position:fixed;right:3%;top:6%;
}