/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.full {
	width: 100%;
}
.wrapper {
	max-width: 1300px;
	margin: 0 auto;
}
.inner{
	padding:2em 0;
}
#primary  {	
	width:100%;
}
#primary.have-sidebar {
	width: 71%;	
}
#primary.fr {
	padding-left:5%;
}
#primary.fl {
	padding-right:5%;
}
#secondary {
	width: 29%;
} 

/**********************************************************
# Public css style
*************************************************************/

/*button*/
.btn-more {
	padding: 8px 15px;
	position: absolute;
	font-size: 0.9285rem;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}
/*main-title*/
.main_tit {
    margin: 20px 0px;
}
.main_tit .titleTy1 {
    position: relative;
    margin: -17px 0 34px 0;
    text-align: center;
    color: #111;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.main_tit .titleTy1.line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    height: 1px;
    width: 100%;
    background: #d9d9d9;
}
.main_tit .titleTy1 .dot {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    background-color: #f5f5f5;
}
.main_tit .titleTy1 .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 5px;
    margin-top: -2px;
    background: #d9d9d9;
}
.main_tit .titleTy1 .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 5px;
    width: 5px;
    margin-top: -2px;
    background: #d9d9d9;
}


@media screen and (max-width:1200px) {
    .main_tit .titleTy1.line:before {
        top: 50%;
        left: 50%;
        margin-left: -45%;
        bottom: 50%;
        width: 90%; 
    }
}
@media screen and (max-width:1024px) {
	.main_tit .titleTy1 {
        font-size: 24px;
    }
}
@media screen and (max-width:920px) { 
     .main_tit .titleTy1 {
		font-size: 18px;
	}
}
@media screen and (max-width:768px) { 
     .main_tit .titleTy1 {
		font-size: 17px;
	}
}



/*section-title*/
.sct-tit {
	margin: 20px auto;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;	
	color: #404040;
}
/*archive-title*/
.item-tit {
	color: #404040;
	margin: 0px auto;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5em;
}
.item-tit-lt {
	text-align: left;
}
/*list-title*/
.list-tit {
	font-size: 1.1428rem;
	line-height: 1.8em;
	text-align: center;
	color: #404040;
}
/*paragraph*/
.list-para {
	line-height: 1.5em;
	font-size: 0.9285rem;
}
/*hidden*/
.para-hidden {
	overflow: hidden;
}
/*img  middle & center*/
/*wrapper div*/
.wrapper-center {
	text-align: center;
}	
/*img*/
.img-middle {
	display: inline-block;
	vertical-align: middle;
}
/*single*/
.single-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*hidden*/
.no-show {
	display: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	clear: both;
}
/*module title*/
.main_tt {
	text-align: center;
    overflow: hidden;
    position: relative;
}
.main_tt h2 {
	font-size: 50px;
	text-transform: uppercase;
}