/*---------------------------
[Template Structure]

Project:	 SlideOut
Version:	 1.0
Primary Use: Site Template
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------


@charset "UTF-8";

/* 1. General */


body{
	height:100%;
}

::-webkit-scrollbar {
    display: none;
}

.all-elements{
	position:absolute;
	overflow-x:hidden!important;
	width:100%;
	height:100%;
	min-height:100%;
	max-height:100%;
}

/*Backgrounds */

.bg1{
    background-image:url(../Images/Md002/pictures/1.jpg);
    background-position:center center;
}

.bg2{
    background-image:url(../Images/Md002/pictures/2.jpg);
    background-position:center center;
}

.bg3{
    background-image:url(../Images/Md002/pictures/3.jpg);
    background-position:center center;
}

.bg4{
    background-image:url(../Images/Md002/pictures/4.jpg);
    background-position:center center;
}


.sidebar-logo{
    background-image:url(/Images/Md002/sidebar-logo.png);
    background-repeat:no-repeat;
    width:160px;
    height:180px;
    background-size:160px 180px;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:55px;
}

.sidebar-close{
    position:absolute;
    width:58px;
    height:60px;
    left:205px;
}

.sidebar-close i{
    width:60px;
    height:60px;
    line-height:65px!important;
    text-align:center;
    color:#fefefe;
}

.sidebar-header a i{
    width:53px;
    height:72px;
    text-align:center;
    line-height:72px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
}

.sidebar-header a{
    font-size:14px;
    color:#bcbcbc;
    width:53px;
    height:72px;
    float:left;
    border-right:solid 1px rgba(255,255,255,0.05);
    border-left:solid 1px rgba(0,0,0,0.2);
    border-bottom:solid 1px rgba(255,255,255,0.05);
    transition:all 250ms ease;
    background-color:rgba(0,0,0,0.1);
}

.sidebar-header a:hover{
    background-color:rgba(255,255,255,0.02);
    color:#FFFFFF;
    transition:all 250ms ease;
}

.sidebar-header{
    border-bottom:solid 1px rgba(0,0,0,0.2);
    border-left:solid 1px rgba(255,255,255,0.05);
}

.sidebar-indexfooter{
	background-color: #191b1c;
	height: 30px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	color: #609835;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	border-top: solid 1px rgba(255,255,255,0.1);
	line-height: 30px;
	padding-left: 30px;
}
.sidebar-divider{
	background-color: #191b1c;
	height: 30px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	/*color: #609835;*/
	border-bottom: solid 1px rgba(255,255,255,0.1);
	border-top: solid 1px rgba(255,255,255,0.1);
	line-height: 30px;
	padding-left: 30px;
}

.sidebar-navigation{
    margin-bottom:-1px;
}

.sidebar-navigation li{
    position:relative;
    overflow:hidden;
    display:block;
    list-style:none;
    line-height:60px;
    border-bottom:solid 1px rgba(255,255,255,0.05);
    margin-bottom:0px;
}

.sidebar-navigation li a:hover{
    background-color:rgba(255,255,255,0.05);
}

.sidebar-navigation li a{
    padding-left:70px;
    color:#FFFFFF;
    font-family:'Roboto', sans-serif;
    border-bottom:solid 1px rgba(0,0,0,0.2);
    transition:all 350ms ease;
}

.sidebar-navigation li a i:first-child{
    position:absolute;
    height:60px;
    width:60px;
    line-height:60px;
    text-align:center;
    left:10px;
    font-size:16px;
    color:#bcbdbd;
}

.sidebar-navigation li a i:last-child{
    position:absolute;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    font-size:4px;
    color:#bcbdbd;
    left:205px;
}

.sidebar-navigation li .fa-caret-right{
    font-size:10px!important;
}

.sidebar-navigation li .fa-mobile{
    font-size:27px!important;
}

.submenu{
    margin-bottom:0px;
}

.submenu li{
    border:none;
}

.submenu li a{
    border:none;
}

.submenu a{
	padding-left: 95px!important;
	color: 7e7e7e!important;
	font-size: 11px;
}

.submenu li:last-child{
    border-bottom:solid 1px rgba(0,0,0,0.2);!important;
}

.submenu .fa-angle-right{
    font-size:8px!important;
    left:45px!important;
}

.deploy-submenu .fa-plus{
    font-size:8px!important;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.active-menu{
    background-color:rgba(255,255,255,0.03);
    /*border-left:solid 5px #2980b9;*/
}

.active-menu .fa-circle{
    /*color:#27ae60!important;*/
    font-size:6px!important;
}

.active-submenu{
    border-bottom:solid 1px rgba(255, 255, 255, 0.05)!important;
    transition:all 250ms ease;
    -webkit-transition-delay: 250ms;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-delay: 250ms;
}

.active-submenu .fa-plus{
    color:#c0392b!important;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition:all 250ms ease;
}

.submenu{
    max-height:0px;
    overflow:hidden;
    transition:all 250ms ease;
}

.active-submenu-items{
    max-height:480px;
    transition:all 450ms ease;
}

/*SLide Menu*/

.menu-wrapper{
    max-height:200px;
    overflow-y:hidden;
    position:fixed;
    top:70px;
    width:100%;
    padding-left:20px;
    padding-right:20px;
    z-index:99999;
    border-bottom:solid 1px #ececec;
    background-color:#FFFFFF;
    -webkit-box-shadow:inset 0 0px 15px 0 rgba(0,0,0,0.1);
            box-shadow:inset 0 0px 15px 0 rgba(0,0,0,0.1);
    transition:all 350ms ease-out;
}

.hide-menu-wrapper{
    max-height:0px!important;
    transition:all 350ms ease-in;
}

.menu-wrapper em{
    display:block;
    text-align:center;
    margin-top:10px;
    margin-bottom:-10px;
    font-style:normal;
    font-size:13px;
}

.menu-wrapper em i{
    padding-right:10px;
}

.menu-wrapper a img{
    border:solid 1px rgba(0,0,0,0.1);
}

.menu{
    margin-bottom:0px;
    margin-top:20px;
}

.menu .item{
    margin: 5px;
    color: #1f1f1f;
    text-align: center;
    font-size:14px;
    line-height:40px;
    font-family:'Roboto', sans-serif;
    font-weight:400;
}

.menu .item img{
    width:100%;
    display:block;
}

.menu *{
    overflow:visible!important;
}

.menu .owl-page{
    margin-top:50px;
}

.active-slide i{
    color:#1f1f1f!important;
    -ms-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    transform: rotate(180deg)!important;
    transition:all 250ms ease;
}


.blue-update i{
    background-color:#2980b9;
}

.red-update i{
    background-color:#c0392b;
}

.yellow-update i{
    background-color:#f39c12;
}

.green-update i{
    background-color:#27ae60;
}

.sidebar-update i{
    width:40px;
    height:40px;
    border-radius:40px;
    text-align:center;
    line-height:40px;
    float:left;
    color:#FFFFFF;
    margin-right:20px;
    font-size:12px;
            translate:scale(1.0, 1.0);
    -webkit-translate:scale(1.0, 1.0);
    transition:all 350ms ease;
}

.sidebar-update{
    margin-top:30px;
    margin-left:25px;
}

.sidebar-update strong{
    display:block;
    font-size:12px;
    color:#FFFFFF;
    font-weight:400;
    font-family:'Roboto', sans-serif;
}

.sidebar-update em{
    font-style:normal;
    font-size:11px;
    color:#666666;
}

.large-title h3{
    text-align:center;
}

.large-title h2{
    text-align:center;
}

.large-title p{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    font-size:14px;
    line-height:36px;
    text-align:center;
    font-weight:300;
}

.large-title a{
    font-weight:400;
}

/*Center Socials*/

.facebook-color{
    background-color:#3b5998;
    color:#FFFFFF;
}

.twitter-color{
	background-color: #66CC33;
	color: #FFFFFF;
}

.google-color{
    background-color:#d34836;
    color:#FFFFFF;
}

.pinterest-color{
    background-color:#C92228;
    color:#FFFFFF;
}

.sms-color{
    background-color:#27ae60;
    color:#FFFFFF;
}

.mail-color{
    background-color:#3498db;
    color:#FFFFFF;
}

.center-socials{
    width:180px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    transition:all 250ms ease;
    margin-bottom:30px;
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.1, 1.1);
    transition:all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}



/*Content Heading*/
/*///////////////*/


.content-box{
    background-color:rgba(255,255,255,0.9);
    padding-top:30px;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:30px;
}

.content-box-slider{
    background-color:rgba(255,255,255,0.9);
    margin-left:30px;
    margin-right:30px;
    margin-bottom:30px;
}

.content-box-slider .container{
    padding-left:30px;
    padding-right:30px;
}


.content-heading h4{
	color:#FFFFFF;
	position:absolute;
	z-index:9999;
	text-transform:uppercase;
	margin-top:27px;
	padding-left:30px;
    pointer-events:none;
    font-weight:800;
}

.content-heading{
	max-height:100px;
}

.content-heading p{
	color: #333333;
	position: absolute;
	z-index: 999;
	margin-top: 48px;
	padding-left: 30px;
	opacity: 0.5;
	pointer-events: none;
}

.content-heading .overlay{
	z-index: 99;
	/*background-color: rgba(153,153,255,0.8);*/
}

.content-heading i{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	right:30px;
	z-index:999;
	margin-top:36px;
    pointer-events:none;
}

.content-heading img{
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    transition:all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);
    -webkit-filter:blur(3px);
    transition:all 300ms ease;
}

@media (min-width:768px){
	.content-heading{
		max-height:140px;
	}

	.content-heading h4{
		font-size:20px;
		margin-top:45px;
		padding-left:50px;
	}

	.content-heading p{
		font-size:13px;
		margin-top:75px;
		padding-left:50px;
	}

	.content-heading i{
		font-size:40px;
		margin-top:53px;
		right:50px;
	}
}

/*Thumbnails Columns*/

.thumb-clear{
	height:40px;
	display:block;
	width:100%;
}

.thumb-left{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-left a{
	display:block;
	text-align:right;
}

.thumb-left img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    transition:all 500ms ease;
}

.thumb-left img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-left strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:18px;
}

.thumb-left em{
	font-style:normal;
}

.thumb-right{
	line-height:24px;
	display:block;
	padding-bottom:10px;
}

.thumb-right img{
	width:100px;
	height:100px;
	border-radius:100px;
	float:right;
	margin-left:20px;
    transition:all 500ms ease;
}

.thumb-right img:hover{
    transform:scale(0.9, 0.9);
    transition:all 500ms ease;
}

.thumb-right strong{
	color:#1a1a1a;
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
}

.thumb-right em{
	font-style:normal;
}


@media (min-width:600px){
	.thumb-left img{
		width:140px;
		height:140px;
		border-radius:150px;
	}

	.thumb-left em{
		line-height:28px;
	}

	.thumb-left strong{
		padding-top:10px;
	}

	.thumb-right img{
		width:140px;
		height:140px;
		border-radius:150px;
	}

	.thumb-right em{
		line-height:28px;
	}

	.thumb-right strong{
		padding-top:10px;
	}
}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
    transition:all 500ms ease;
    margin-top:10px;
}

.staff-item img:hover{
    transform:scale(1.1, 1.1);
    transition:all 500ms ease;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
	display:block;
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	line-height:28px;
}

/* 8. Quote Slider */

.quote-slider h4{
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;
}


/*//////*/
/*Footer*/
/*//////*/

.footer p{
    clear:both;
}

.content-box .footer-socials{
    width:240px;
}

.footer-socials{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:-15px;
    margin-bottom:-10px!important;
}

.footer-socials a:hover{
    transform:scale(1.15, 1.15  );
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a{
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:35px;
    float:left;
    margin-left:10px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    transition:all 200ms ease;
}

.footer-socials a i{
    width:35px;
    height:35px;
    line-height:35px;
}

.footer-facebook{
    background-color:#3b5998;
}

.footer-share{
    background-color:#27ae60;
}

.footer-twitter{
	background-color: #66CC33;
}

.footer-google{
    background-color:#d34836;
}

.footer-up{
    background-color:#2c3e50;
    line-height:32px!important;
}


.footer-menu{
    position:fixed;
    z-index:9999999;
    background-image:url(/Images/Md002/misc/menu-bg.png);
    background-size:100px 100px;
    width:100%;
    height:60px;
    bottom:0px;
}

.footer-menu a{
    border-right:solid 1px rgba(255,255,255,0.08);
    color:#FFFFFF;
    font-size:14px;
}

.footer-menu a:hover{
    color:#FFFFFF;
    background-color:rgba(255,255,255,0.05);
}

.footer-menu-clear{
    height:60px;
}

.footer-menu a i{
    height:60px;
    line-height:60px;
}

.footer-menu-three-icons a{
    width:33.3%;
    float:left;
    text-align:center;
}

.footer-menu-four-icons a{
    width:25%;
    float:left;
    text-align:center;
}

.footer-menu-five-icons a{
    width:20%;
    float:left;
    text-align:center;
}

.footer-menu-six-icons a{
    width:16.7%;
    float:left;
    text-align:center;
}


/*Fullscreen Slider Image*/
.slider-image-1{background-image:url(/Images/Md002/pictures/3.jpg);}
.slider-image-2{background-image:url(/Images/Md002/pictures/1.jpg);}
.slider-image-3{background-image:url(/Images/Md002/pictures/5.jpg);}

/*Page Header*/

#content{
    padding-top:70px;
}

.header-clear{
    height:30px;
}

.header{
    pointer-events:all;
    position:fixed;
    height:70px;
    z-index:999999;
    background-color:#FFFFFF;
    width:100%;
    max-height:100%;
    transform:translateY(0px);
    -webkit-transform:translateY(0px);
    transition:all 350ms ease-in-out;
}

.hide-header-left{
    pointer-events:none!important;
    transform:translateX(266px)!important;
    -webkit-transform:translateX(266px)!important;
    transition:all 350ms ease-in-out;
}

.hide-header-right{
    pointer-events:none!important;
    transform:translateX(-266px)!important;
    -webkit-transform:translateX(-266px)!important;
    transition:all 350ms ease-in-out;
}

.header a:hover{
    color:#1f1f1f;
}

.header a i{
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition:all 250ms ease;
}

.main-logo{
	background-image: url(/Images/Md002/logo-dark.png);
	width: 80px;
	height: 21px;
	background-size: 80px 21px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 30px;
	float: left;
	margin-left: 30px;
}
.main-logo-sdfg{
	background-image: url(/Images/Md002/logo-SDFG.png);
	width: 80px;
	height: 21px;
	background-size: 80px 21px;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 30px;
	float: left;
	margin-left: 30px;
}

.header-controls{
	position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.open-menu{
	float: right;
	width: 100px;
	height: 80px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #1f1f1f;
	padding-right: 20px;
}

.open-slide{
    float:right;
    width:60px;
    height:40px;
    line-height:40px;
    font-size:14px;
    text-align:center;
    color:#1f1f1f;
    border-right:dashed 1px #cacaca;
}

.open-more{
    float:right;
    width:60px;
    height:40px;
    line-height:40px;
    font-size:14px;
    text-align:center;
    color:#1f1f1f;
}
.open-fb{
	float: right;
	width: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	/*color: #339900;*/
}
.open-news{
	float: right;
	width: 0px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	color: #339900;
}


/*//////////////////////////////*/
/*Homepage Landing Page Settings*/
/*//////////////////////////////*/

#bg { position: fixed; top: 0; left: 0%; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.landing-wrapper{
	position:relative;
	z-index:999999;
}

.landing-page{
    background-image:url(/Images/Md002/bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    display:block;
    position:relative;
}

.snap-background{
    background:url(/Images/Md002/bg.png) top right repeat; background-attachment:fixed;;
}

.bg-pattern{
	z-index:100;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(/Images/Md002/bgpat.png);
	background-repeat:repeat;
}


.landing-logo{
	width:105px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}

.landing-logo-sub{
	font-size:10px;
	font-style:normal;
	text-transform:uppercase;
	text-align:center;
	color:#FFFFFF;
	display:block;
	margin-top:5px;
}

.landing-navigation{
	margin-top:30px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.landing-navigation a{
	text-align:center;
	color:rgba(255,255,255,0.4);
	font-size:15px;
	text-transform:uppercase;
	font-family:'Dosis', sans-serif;
	font-weight:400;
	float:left;
	width:100px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
    transition:all 250ms ease;
}

.landing-navigation a:hover{
    color:#FFFFFF;
    transition:all 250ms ease;
}

.landing-navigation a i{
    display:block;
    width:65px;
    height:65px;
    margin-left:auto;
    margin-right:auto;
    line-height:63px;
    border-radius:65px;
    border:solid 2px #FFFFFF;
    color:#FFFFFF;
    font-size:20px;
    margin-bottom:10px;
}
@media(min-width:768px){
    .landing-navigation{
        width:420px;
    }

    .landing-navigation a{
        width:100px;
        height:140px;
        margin-left:20px;
        margin-right:20px;
    }

    .landing-navigation a i{
        width:100px;
        height:100px;
        line-height:100px;
        font-size:30px;
    }
}

.landing-footer{
	width:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.landing-footer a{
	width:35px;
	height:35px;
	float:left;
	margin-left:10px;
	margin-left:10px;
}

.landing-footer a i{
    width:35px;
    height:35px;
    line-height:35px;
    color:#FFFFFF;
    text-align:center;
    border-radius:35px;
    border:solid 1px #FFFFFF;
}

.landing-footer p{
	text-align:center;
	font-size:12px;
	margin-left:0px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:20px;
    line-height:26px;
}

/* --- page-box --- */
.page-prev{
	display:table-cell;
    padding: 0px 3px;
	background:url(/Images/Md002/left.png) no-repeat center center;
	background-size:70%;
	width:20px;
}
.page-next{
	display:table-cell;
    padding: 0px 3px;
	background:url(/Images/Md002/right.png) no-repeat center center;
	background-size:70%;
	width:20px;
}

.page-prev a,
.page-next a{
	position: absolute;
    display: inline-block;
    width: 125%;
    height: 125%;
    left: -25%;
	top: -12.5%;
    z-index: 1;
}
.page-prev img,
.page-next img{
	width:12px;
}
.page-border{
	text-align:center;
}
.page-box{
	display: inline-flex;
    flex-wrap: wrap;
	align-content: center;
	margin:0 auto;
}
.page-box ul{
	padding: 20px;
    margin-top: 20px;
	display:table-cell;
}
.page-box ul li{
	display: table-cell;
	padding:0 10px;
}
.page-box ul li a{
    border: 1px solid #666;
    color: #666 !important;
    font-size: 14px;
    padding: 0px 5px;
	vertical-align:middle;
}
.page-box ul li a.current,
.page-box ul li a:hover{
    color: #390 !important;
}

/* --- single-page --- */
.single-page {
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.single-page .single-prev{
	position:absolute;
	top:0px;
	background:url(/Images/Md002/left.png) no-repeat;
	background-size:20px;
	padding-left:30px;
}
.single-page .single-next{
    position: absolute;
	top:0px;
    right: 0px;
	background:url(/Images/Md002/right.png) no-repeat right;
	background-size:20px;
	padding-right:30px;
}

.single-page a{
	color:#666 !important;
}

/* --- menu --- */
.headerMenu{
	display:table-cell;
	position:relative;
	top:20px;
	left:20px;
	max-width:700px;
	overflow:hidden;
	white-space: nowrap;
}
.headerMenu ul li i {
	padding:0 5px;
}
.headerMenu ul{
	float:left;
	list-style:none;
}
.headerMenu ul li{
	display:table-cell;
    list-style: none;
	line-height:36px;
	padding:0 20px;
	/*border-right:1px dashed #000;*/
}
/*
.headerMenu ul li a{
	color:#000;
	cursor:pointer;
}
.headerMenu ul li:hover a{
	color:#390;
}
*/
.ad-box{
}

.ad-box ul{
	list-style:none;
}
.ad-box ul li {
	list-style:none;
	width:100%;
	padding:5px 0;
}
.ad-box ul li img{
	width:100%;
	height:auto;
}
@media only screen
and (max-width : 1024px) {
	.headerMenu{
		display:none;
	}
}

.ckeditorHtml{
}

.htmlTag { line-height: 2;}
.htmlTag H1{font-size: 2em; margin: .67em 0;}
.htmlTag H2{font-size: 1.5em; margin: .83em 0;}
.htmlTag H3{font-size: 1.17em; margin: 1em 0;}
.htmlTag ol{margin: 1.33em 0 ;margin-left: 40px;margin-top: 0; margin-bottom: 0;list-style-type: decimal !important;}
.htmlTag ol li { list-style:decimal; line-height: 2;}
.htmlTag ul li  { list-style:disc; line-height: 2;}
.htmlTag ul{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 40px ;
}
.htmlTag a:link,.htmlTag a:visited { color:#00C; }
.htmlTag img { max-width:100%; height:auto !important;}
.htmlTag hr{ height: 1px;background-color: rgba(0,0,0,0.1);margin-bottom: 15px;display: block;clear: both;}
.htmlTag a span{ color:rgb(255, 102, 0); text-decoration:none;}

/* --- page-box --- */
/*Momo增加*/
.page-first{
	display:table-cell;
    padding: 0px 3px;
	background:url(/Images/Md002/first.png) no-repeat center center;
	background-size:70%;
	width:20px;
}
.page-last{
	display:table-cell;
    padding: 0px 3px;
	background:url(/Images/Md002/last.png) no-repeat center center;
	background-size:70%;
	width:20px;
}

.page-first a,
.page-last a{
	position: absolute;
    display: inline-block;
    width: 125%;
    height: 125%;
    left: -25%;
	top: -12.5%;
    z-index: 1;
}
.page-first img,
.page-last img{
	width:12px;
}

/*Momo新增*/
/*.left-page {
    width: 50%;
    height: 50px;
    font-size: 16px;
}*/
.share-page {
    top: 0px;
    left: 0px;
    background-size: 20px;
}
.share-div {
	width: auto;
	height:auto;
    float: right;
    padding: 2px;
	/*left: 35%;*/
}
.share-all{
	width: auto;
	height:auto;
	/*left: 50%;*/
	margin-left: -82px;
}
