#tinymce {
	margin: 0;
}

.newArticle {
	font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
	word-break: break-word;
	overflow: hidden;
}

.newArticleIntro,
#tinymce.intro {
	padding: 12px 25px;
	color: #3F3F3F;
	background-color: #f6f7fb;
	line-height: 150%;
	font-size: 19px;
	margin-bottom: 12px;
	margin-right: 25px;
	font-weight: bold;
}

.newArticleSection,
#tinymce.text {
	font-size: 17px;
	padding: 12px 25px !important;
	color: #484852;
	line-height: 170%;
	clear: both;
}

.newArticleSection td {
	font-size: 17px;
}

	#tinymce.text img,
	.newArticleSection img {
		max-width: 100%;
	}

	.newArticleSection .text table,
	.actionBox.text .editor .text table {
		word-break: normal;
		border-collapse: collapse;
	}

		.newArticleSection .text table td,
		.actionBox.text .editor .text table td {
			padding: 5px;
		}

	.newArticleSection .title,
	.actionBox.text .editor .title {
		border: 0;
		color: #000;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 15px 0;
	}

	.newArticleSection .text,
	.actionBox.text .editor .text {
	}

		#tinymce.text .articleObject.questionnaire,
		.newArticleSection .text .articleObject.questionnaire {
			max-width: 320px;
			margin-bottom: 25px;
		}

		#tinymce.text .articleObject.questionnaire {
			max-width: 296px;
			border: 2px solid silver;
			padding: 10px;
		}

			#tinymce.text .articleObject.questionnaire.position_left,
			.newArticleSection .text .articleObject.questionnaire.position_left {
				margin-right: 25px;
				float: left;
			}

			#tinymce.text .articleObject.questionnaire.position_right,
			.newArticleSection .text .articleObject.questionnaire.position_right {
				margin-left: 25px;
				float: right;
			}

		#tinymce.text .highlight {
			background-color: #DCF7FF;
		}

		.newArticleSection .text .highlight,
		.actionBox.text .editor .text .highlight {
			border: 0;
			background: rgba(0, 0, 0, 0);
			font-weight: normal;
		}

		#tinymce.text a,
		.newArticleSection .text a,
		.actionBox.text .editor .text a {
			color: #0d81ee;
			text-decoration: none;
		}

		#tinymce.text a:hover,
		.newArticleSection .text a:hover,
		.actionBox.text .editor .text a:hover {
			text-decoration: underline;
		}

		#tinymce.text a.specialUrl.services,
		.newArticleSection .text a.specialUrl.services,
		.actionBox.text .editor .text a.specialUrl.services {
			color: #ef5450;
			text-decoration: none;
		}

		#tinymce.text a.specialUrl.services:hover,
		.newArticleSection .text a.specialUrl.services:hover,
		.actionBox.text .editor .text a.specialUrl.services:hover {
			text-decoration: underline;
		}

	.actionBox.text .editor .title {
		padding: 12px 0 0 25px;
	}


.newArticleVideo,
.actionBox.video .editor .videoInsert {
	padding: 12px 25px;
}

	.newArticleVideo .embed {
	}

		.newArticleVideo .embed *,
		.actionBox.video .editor .videoInsert .videoMain .videoEmbed * {
			width: 100%;
		}

	.newArticleVideo .info,
	.actionBox.video .editor .videoInsert .videoMain .videoInfo {
		margin-top: 10px;
	}

		.newArticleVideo .info .description,
		.actionBox.video .editor .videoInsert .videoMain .videoInfo input.videoDescription {
			color: #50555b;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleVideo .info .source,
		.actionBox.video .editor .videoInsert .videoMain .videoInfo input.videoSource {
			color: #8a9398;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleVideo .info .source {
			margin-left: 5px;
		}

.newArticleImage,
.actionBox.picture .editor .imageInsert {
	padding: 12px 25px;
}

	.newArticleImage img,
	.actionBox.picture .editor .imageInsert .imageMain img {
		width: 100%;
	}

	.newArticleImage .info,
	.actionBox.picture .editor .imageInsert .imageMain .imageInfo {
		margin-top: 10px;
	}

		.newArticleImage .info .description,
		.actionBox.picture .editor .imageInsert .imageMain .imageInfo input.imageDescription {
			color: #50555b;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleImage .info .source,
		.actionBox.picture .editor .imageInsert .imageMain .imageInfo input.imageSource {
			color: #8a9398;
			font-style: italic;
			font-size: 16px;
		}

		.newArticleImage .info .source {
			margin-left: 5px;
		}


.newArticleInfo {
	margin: 12px 25px 12px 0;
	padding: 25px;
	color: #fff;
	border: 0;
	font-size: 18px;
}

.newArticleInfo.quote {
	background-color: transparent;
	color: #484852;
	font-size: 17px;
}

.newArticleInfo.info {
	background-color: #82CAE7;
}

.newArticleInfo.alert {
	background-color: #e53056;
}

	.newArticleInfo .icon {
		float: left;
		margin-right: 25px;
	}

	.newArticleInfo.quote .icon {
		width: 32px;
		height: 32px;
		background-position: -317px -77px;
	}

	.newArticleInfo.info .icon {
		width: 48px;
		height: 48px;
		background-position: -52px -146px;
	}

	.newArticleInfo.alert .icon {
		width: 48px;
		height: 48px;
		background-position: -2px -146px;
	}

	.newArticleInfo .text {
		margin: 0 0 0 75px;
	}

	.newArticleInfo.quote .text {
		margin-left: 52px;
	}

		.newArticleInfo .text p {
			font-style: italic;
			margin: 0;
			line-height: 150%;
		}

		.newArticleInfo.info .text p {
			font-style: normal;
			font-size: 16px;
		}

			.newArticleInfo .text p .author {
				color: #1e7b4e;
			}

			.newArticleInfo.quote .text p .author {
				color: #8e8e8e;
				font-style: normal;
			}

			.newArticleInfo.info .text p .author {
				color: #2D718C;
			}

.newArticleButton {
	margin: 12px 25px;
}

.newArticleButton.type_1 {
	background-color: #eef1f8;
	-webkit-border-radius: 100px 3px 3px 100px;
	-moz-border-radius: 100px 3px 3px 100px;
	border-radius: 100px 3px 3px 100px;
	overflow: hidden;
	display: table;
	width: calc(100% - 50px);
	text-decoration: none;
}

	.newArticleButton.type_1 b {
		vertical-align: middle;
		display: table-cell;
		width: 50px;
	}

		.newArticleButton.type_1 .icon {
			width: 50px;
			height: 50px;
			background-color: #1ea6e4;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			float: left;
			margin: 5px 15px 5px 5px;
			position: relative;
			-webkit-transition: background-color .3s;
			-moz-transition: background-color .3s;
			-o-transition: background-color .3s;
			transition: background-color .3s;
			display: block;
		}

		.newArticleButton.type_1:hover .icon {
			background-color: #208FC2;
		}

			.newArticleButton.type_1 .icon u {
				display: block;
				width: 32px;
				height: 32px;
				background-position: -179px -28px;
				position: absolute;
				top: 50%;
				margin-top: -16px;
				left: 50%;
				margin-left: -16px;
			}

	.newArticleButton.type_1 span {
		color: #1ea6e2;
		vertical-align: middle;
		display: table-cell;
		padding: 15px 20px 15px 0;
		margin-left: 20px;
		font-size: 19px;
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		-o-transition: color .3s;
		transition: color .3s;
		line-height: 160%;
		text-align: left;
	}

	.newArticleButton.type_1:hover span {
		color: #208FC2;
	}


.newArticleScript {
	padding: 20px;
	font-size: 15px;
}

.newArticleA {
	padding: 12px 25px;
}

	.newArticleA.q .newArticleAInner {
		border: 1px solid #e4e8e9;
		border-width: 1px 0;
		padding: 15px 0;
	}

	.newArticleA > .info {
		color: #8b9299;
		font-size: 14px;
		text-align: left;
		margin-top: 6px;
		display: inline-block;
	}

.newArticleGallery {
	padding: 12px 25px;
}

	.newArticleGallery .lSAction {
	}

		.newArticleGallery .lSAction .lSPrev,
		.newArticleGallery .lSAction .lSNext {
			background-image: none !important;
			height: 46px;
			opacity: 1.0;
			z-index: 50;
			top: 50%;
			margin-top: -50px;
			height: 100px;
			padding: 0 14px;
			background: rgba(0, 0, 0, 0.1);
			width: 26px;
			-webkit-transition: .2s;
			-moz-transition: .2s;
			-o-transition: .2s;
			transition: .2s;
		}

		.newArticleGallery .lSAction .lSPrev {
			left: -60px;
		}

		.newArticleGallery:hover .lSAction .lSPrev {
			left: 0;
		}

		.newArticleGallery .lSAction .lSNext {
			right: -60px;
		}

		.newArticleGallery:hover .lSAction .lSNext {
			right: 0;
		}

			.newArticleGallery .lSAction .lSPrev u,
			.newArticleGallery .lSAction .lSNext u {
				width: 26px;
				height: 46px;
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -23px;
			}

			.newArticleGallery .lSAction .lSPrev u {
				background-position: -165px -148px;
			}

			.newArticleGallery .lSAction .lSNext u {
				background-position: -196px -148px;
			}

	.newArticleGallery .main {
		max-width: none !important;
	}

		.newArticleGallery .main .item {
			position: relative;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			overflow: hidden;
		}

		.newArticleGallery .main.loading .item {
			display: none;
		}

		.newArticleGallery .main.loading .item:first-child {
			display: block;
		}

			.newArticleGallery .main .item img {
				width: 100%;
			}

			.newArticleGallery .main .item .zoom {
				padding: 10px;
				display: block;
				-webkit-transition: .2s;
				-moz-transition: .2s;
				-o-transition: .2s;
				transition: .2s;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 0;
				left: 0;
			}

			.newArticleGallery .main .item .info {
				background: #6B6B6B;
				background: rgba(0, 0, 0, 0.4);
				position: absolute;
				bottom: 0;
				color: #FFF;
				left: 0;
				right: 0;
				padding: 15px;
			}

				.newArticleGallery .main .item .info .title {
					font-size: 20px;
					color: #fff;
					line-height: 140%;
				}

				.newArticleGallery .main .item .info .source {
					color: #acacac;
					font-size: 16px;
					margin-top: 5px;
					line-height: 130%;
				}

	.newArticleGallery .lSGallery {
		max-width: none !important;
	}

		.newArticleGallery .lSGallery li {
			padding: 0;
			background: none;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}

			.newArticleGallery .lSGallery li a {
				display: block;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}

				.newArticleGallery .lSGallery li img {
					-webkit-filter: grayscale(100%);
					-moz-filter: grayscale(100%);
					-o-filter: grayscale(100%);
					-ms-filter: grayscale(100%);
					filter: grayscale(100%); 
					-webkit-transition: .2s;
					-moz-transition: .2s;
					-o-transition: .2s;
					transition: .2s;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					width: 100%;
				}

				.newArticleGallery .lSGallery li:hover img,
				.newArticleGallery .lSGallery li.active img {
					-webkit-filter: grayscale(0);
					-moz-filter: grayscale(0);
					-o-filter: grayscale(0);
					-ms-filter: grayscale(0);
					filter: grayscale(0); 
				}

.newArticleTable.type_1 {
	max-width: 100%;
	overflow-x: auto;
}

	.newArticleTable.type_1 table {
		border: 1px solid silver;
		border-collapse: collapse;
		font-size: 15px;
		color: #535353;
		min-width: 500px;
		text-align: left;
	}

	.newArticleTable.type_1 th,
	.newArticleTable.type_1 td {
		padding: 10px;
		border: 1px solid #d3d3d3;
	}

	.newArticleTable.type_1 th {
		color: #fff;
		background-color: #548feb;
		border: 1px solid #427bd2;
		text-transform: uppercase;
		font-weight: normal;
	}

	.newArticleTable.type_1 td.highlighted {
		background-color: #F3F8FF;
	}

.newArticleTable.type_2 {
	background-color: #fbfeb8;
}

	.newArticleTable.type_2 table {
		border: 1px solid #949494;
		border-collapse: collapse;
		color: #333;
		min-width: 500px;
		text-align: left;
	}

	.newArticleTable.type_2 th,
	.newArticleTable.type_2 td {
		padding: 10px;
		border: 1px solid #949494;
	}

	.newArticleTable.type_2 th {
		border: 1px solid #949494;
		font-weight: normal;
	}

	.newArticleTable.type_2 a {
		color: #FF3C7A;
	}

/* Mobile */
#mobileBody .newArticleA {
	margin-right: 0;
	padding: 10px;
}

#mobileBody .newArticleA.q {
	padding: 10px 0;
}

	#mobileBody .newArticleA.q > .info {
		margin-left: 10px;
	}

#mobileBody .newArticleIntro {
	margin-right: 0;
	padding: 10px;
}

#mobileBody .newArticleSection {
	padding: 5px 10px !important;
}

#mobileBody .newArticleInfo {
	margin-right: 0;
	padding: 10px;
}

#mobileBody .newArticleGallery {
	margin-right: 0;
	padding: 12px 0 !important;
}

	#mobileBody .newArticleGallery .main {
		margin: 0;
	}

	#mobileBody .newArticleGallery .main .item {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#mobileBody .newArticleGallery .lSGallery li img {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#mobileBody .newArticleGallery .lSAction {
		display: none !important;
	}

#mobileBody .newArticleImage {
	padding-left: 5px;
	padding-right: 5px;
}

#mobileBody .newArticleVideo {
	padding-left: 5px;
	padding-right: 5px;
}

#mobileBody .newArticleButton {
	margin-left: 5px;
	margin-right: 5px;
}

#mobileBody .newArticleInfo.quote .icon {
	margin: 10px auto;
	float: none;
	display: block;
}

#mobileBody .newArticleInfo .text {
	margin-left: 0;
}

	#mobileBody .newArticleInfo .text p {
		text-align: center;
	}

		#mobileBody .newArticleInfo .text p .author {
			display: inline-block;
			
		}


@media screen and (max-width: 800px) {
	#mobileBody .newArticleIntro {
		font-size: 17px;
	}

	#mobileBody .newArticleSection .title {
		font-size: 19px;
	}

	#mobileBody .newArticleSection .text {
		font-size: 17px;
	}

	#mobileBody .newArticleInfo .text {
		font-size: 17px;
	}

	#mobileBody .newArticleButton.type_1 span {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	#mobileBody .newArticle.old .newArticleContent .newArticleOldHead .title h1 {
		font-size: 20px;
	}

	#mobileBody iframe {
		height: 380px;
	}

	#mobileBody .newArticleIntro {
		font-size: 15px;
	}

	#mobileBody .newArticleSection .title {
		font-size: 17px;
	}

	#mobileBody .newArticleSection .text {
		font-size: 15px;
	}

	#mobileBody .newArticleInfo .text {
		font-size: 15px;
	}

	#mobileBody .newArticleButton.type_1 span {
		font-size: 17px;
	}

	#mobileBody .newArticleGallery .main .item .info {
		padding: 8px 10px;
	}

	#mobileBody .newArticleGallery .main .item .info .title {
		font-size: 17px;
		line-height: 24px;
		max-height: 48px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	#mobileBody .newArticleGallery .main .item .info .source {
		font-size: 15px;
		line-height: 25px;
		height: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media screen and (max-width: 500px) {
	#mobileBody iframe {
		height: 300px;
	}
}

@media screen and (max-width: 400px) {
	#mobileBody iframe {
		height: 220px;
	}
}

@media screen and (max-width: 320px) {
	#mobileBody iframe {
		height: 150px;
	}
}
