
@media screen and (max-width:1167px) {
.main {
	width: 100%;
}
}

@media screen and (max-width:1130px) {
.slider ul {
	width: 660px;
}
}

@media screen and (max-width:1020px) {
.fullScreenSlider .content {
	padding: 40px 160px;
}
}

@media screen and (max-width:950px) {
.fullScreenSlider .content {
	padding: 40px 100px;
}
}

@media screen and (max-width:830px) {
.slider .sliderLayout {
	position: inherit;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
}
.slider ul {
	width: 100%;
	height: calc(100vh - 210px);
}
.slider ul li .caption h2 {
	margin-top: 0;
}
.slider ul .mobileTemplate, .slider ul li img {
	display: none;
}
.slider ul li .caption a img {
	display: block;
}
.slider ul li {
	height: 100%;
}
.slider ul li .caption {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	margin: 0 auto;
	width: fit-content;
	transform: translate(50%, -50%);
}
.fullScreenSlider .content {
	padding: 40px 10px;
}
}

@media screen and (max-width:750px) {
.top .header .logo {
    margin-right: 50px
}
.top .header .menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 157px;
	left: 0;
	width: 100%;
	z-index: 9999;
	float: none;
	margin: 0;
	padding: 0 25px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.top .header .menu ul {
	float: none;
}
.top .header .menu ul li {
	float: none;
	padding: 8px 14px;
	text-align: center;
}
.top .header .menu ul li a {
	font-size: 20px
}
.top .header .search {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 98px;
	right: 50%;
	width: 320px;
	z-index: 9999;
	float: none;
	text-align: center;
	margin: 0;
	transform: translate(50%);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.top .menuIcon {
	display: block;
}
.content .post {
	height: auto;
	padding-bottom: 10px;
}
.content .post img {
	width: 100%;
	border-left: none;
	margin-left: 0;
}
.content .post span {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 6px;
}
.content .post a {
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 11px;
}
.content .post p {
	max-height: 130px;
	height: auto;
	padding: 0 10px;
}
}

@media screen and (max-width:700px) {
.content .commentBox input {
	float: none;
	width: 100% !important;
	margin-left: 0;
	margin-top: 10px;
}
.content .commentBox input:nth-child(2) {
	margin-top: 3px;
}
}

@media screen and (max-width:620px) {
.footer {
	height: auto;
}
.footer p {
	display: block;
	text-align: center;
	padding-top: 17px;
}
.footer .sharing {
	float: none;
	text-align: center;
	padding: 20px 0 0;
}
.footer .sharing ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
}

@media screen and (max-width:620px) {
.content .postContent {
	margin-top: -190px;
}
.content .postContent h2 {
	font-size: 25px;
	margin-bottom: 35px;
	line-height: 1.8;
}
}

@media screen and (max-width:520px) {
.slider .loadingBar {
	display: none;
}
}

@media screen and (max-width:480px) {
.content .commentBox .commentmetadata .comment-time {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}
}

@media screen and (max-width:450px) {
.fullScreenSlider .content {
	padding: 40px 5px;
}
.slider .indicators {
	top: unset;
	bottom: 20px;
	left: 0;
	width: auto;
	height: 0;
}
.slider .indicators .indicator-item {
	position: unset;
	float: right;
	margin: 0px 3px 0 0;
	transform: rotatex(180deg);
	transform-origin: top;
	-webkit-transition: background-color, height .5s;
	transition: background-color, height .5s;
}
.slider .indicators .indicator-item.current {
	width: 10px !important;
	height: 20px !important;
	left: unset;
}
}

@media screen and (max-width:400px) {
.content .postContent {
	margin-top: -212px;
}
.content .postContent h2 {
	margin-bottom: 25px;
}
}
