.inner_content {
  	display: table;
	max-width: 1210px;
  	width: 100%;
  	overflow: hidden;
  	margin: 0 auto;
}

#lay_body {
  	display: table-cell;
	width: 75%;
  	padding: 40px 10px 40px 10px;
    vertical-align: top;
}

#lay_f2 {
  	display: table-cell;
	width: 25%;
  	padding: 40px 20px 40px 20px;
    vertical-align: top;
}

.page_name {
    width: 100%;
    height: 110px;
    margin: 0px auto;
  	padding: 30px 0px 0px 0px;
    background: url(/_mod_files/ce_images/bg-image-1.jpg) no-repeat center -180px;
    background-size: auto;
    background-attachment: fixed;
}

.page_name h1 {
  	margin: 0px;
  	text-align: center;
  	font-size: 46px;
  	font-weight: bold;
  	color: #fff;
}

.page_name hr {
  	width: 100px;
  	height: 3px;
  	margin: 0 auto;
  	background: #fff;
}

#lay_body p, ul, ol, div {
	font-size: 15px;
  	line-height: 1.6;
  	color: #666;
}

.list-marked li {
    color: #000;
    position: relative;
    padding-left: 26px;
}

.list-marked li + li {
    margin-top: 11px;
}

.list-marked li:before {
    position: absolute;
    top: 1px;
    left: 0;
    content: '\f00c';
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 11px;
    font-size: 13px;
    line-height: inherit;
    vertical-align: middle;
    color: #740404;
}

.sm_tree div {
	padding: 13px 0px;
  	border-bottom: 1px solid #e8e8e8;
}

.sm_tree a {
	font-size: 15px;
  	color: #bab8b8;
  	text-decoration: none;
}

.sm_tree a:hover {
	color: #740404;
}

.sm_tree .sm_tree_item_selected {
	font-weight: normal;
  	color: #740404;
}

.small_orange_block {
  	margin: 30px 0px;
	padding: 30px 10px 40px 25px;
    border-radius: 8px;
  	background: #740404;
}

.small_orange_block .small_orange_title {
  	display: inline-block;
  	margin-bottom: 10px;
	color: #fff;
    line-height: 1.36364;
    font-size: 22px;
}

.small_orange_block p {
  	display: inline-block;
  	margin-bottom: 35px;
  	color: #fff;
  	font-size: 15px;
    line-height: 1.6;
}

.small_orange_block a {
  	text-align: center;
}

.member_menu_block {
    font-size: 15px;
    line-height: 1.6;
}

.member_menu_block > span {
	line-height: 1.36364;
    font-size: 22px;
  	color: #000;
  	font-weight: bold;
}

.member_menu_block > hr {
	background: #000;
  	margin: 10px 0px 15px 0px;
}

.member_menu_block a {
    font-size: 15px;
    line-height: 1.6;  	
	text-decoration: none;
}

@media screen and (max-width: 1000px) {  
    .page_name {
        margin: 57px auto 0px auto;
    }
    
    .page_name h1 {
        padding: 0px 10px 10px 10px;
        font-size: 24px;
    }
    
    .inner_content {
        display: block;
        width: auto;
        padding: 0px 10px;
    }
    
    #lay_body, #lay_f2 {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

}