body{    overflow-x: hidden;}
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

    @media (min-width: 1200px) { 
        .media-detail-img {
			max-width:50%;
			margin: 0 auto;
	}
    }

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }


/* AJAX Preloader Container */
#bs_loader_wr {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #866a45;
    opacity: 0.7;
}

/* Centering Wrapper */
.bs_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Bootstrap Spinner Customization */
.spinner-border {
    color: #ffefe1;
    width: 2rem;
    height: 2rem;
    border-width: 0.25em;
}

/* Scroll Lock State */
.scroll-lock {
    overflow: hidden;
    touch-action: none;
}