.mnBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto,Tahoma,Verdana,Arial,sans-serif;
}

.mnBox.horizontal_flat {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 25px 0;
}

	.mnBox .title {
		padding: 20px;
		line-height: 100%;
		color: #363f45;
		font-size: 20px;
		line-height: 140%;
		background-color: #fff;
	}

	.mnBox.horizontal_flat > .title {
		padding: 0 0 5px 0;
		border-bottom: 2px solid #15b1ec;
		margin-bottom: 20px;
		text-transform: uppercase;
		text-align: left;
	}

	.mnBox.small .title {
		font-size: 18px;
	}

		.mnBox .title u {
			display: inline-block;
			vertical-align: top;
			width: 33px;
			height: 32px;
			background-position: -3px -603px;
			margin-right: 15px;
		}

		.mnBox.horizontal_flat .title u {
			display: none;
		}

		.mnBox .title span {
			display: inline-block;
			height: 32px;
			line-height: 32px;
			vertical-align: top;
			font-family: Roboto,Tahoma,Verdana,Arial,sans-serif;
		}

		.mnBox.horizontal_flat .title span {
			height: auto;
			line-height: 140%;
			color: #15b1ec;
		}

	.mnBox .bottom {
		text-align: center;
	}

	.mnBox.horizontal_flat .bottom {
		text-align: left;
	}

		.mnBox .bottom a {
			color: #aeb8c4;
			background-color: #fff;
			border-bottom: 1px solid #fff;
			font-size: 15px;
			display: block;
			position: relative;
			padding: 12px 10px;
			-o-transition: .3s;
			-ms-transition: .3s;
			-moz-transition: .3s;
			-webkit-transition: .3s;
			transition: .3s;
			line-height: 100%;
			-webkit-border-radius: 0 0 4px 4px;
			-moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
		}

		.mnBox.horizontal_flat .bottom a {
			display: inline-block;
			margin-top: 8px;
			padding: 0;
			background-color: transparent !important;
		}

		.mnBox .bottom a:hover {
			text-decoration: none;
			background-color: #F5F5F5;
			color: #969DA5;
		}

			.mnBox .bottom a u {
				display: inline-block;
				vertical-align: top;
				width: 9px;
				height: 12px;
				background-position: -39px -603px;
				margin-left: 10px;
				position: relative;
				top: 3px;
			}

			.mnBox .bottom a .line {
				background-color: #d9dde6;
				width: 100%;
				height: 1px;
				display: block;
				position: absolute;
				top: 1px;
				left: 0;
			}

			.mnBox .bottom a .alternative {
				display: none;
			}

			.mnBox.horizontal_flat .bottom a u {
				display: none;
			}

			.mnBox.horizontal_flat .bottom a .primary {
				display: none;
			}

			.mnBox.horizontal_flat .bottom a .alternative {
				display: block;
			}

	.mnBox .mnBoxContent {
		position: relative;
		overflow: hidden;
	}

		.mnBox .mnBoxContent .lSAction {
			width: 65px;
			position: absolute;
			top: 10px;
			right: 10px;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
			box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
			display: none !important;
		}

		.mnBox .mnBoxContent:hover .lSAction {
			display: block !important;
		}

			.mnBox .mnBoxContent .lSAction .lSPrev,
			.mnBox .mnBoxContent .lSAction .lSNext {
				width: 32px;
				background: #fff !important;
				opacity: 1.0;
				position: relative;
				float: left;
				margin: 0;
				top: auto; right: auto; bottom: auto; left: auto;
				z-index: 2;
			}

			.mnBox .mnBoxContent .lSAction .lSPrev {
				border-right: 1px solid #dedfe6;
			}

				.mnBox .mnBoxContent .lSAction .lSPrev u,
				.mnBox .mnBoxContent .lSAction .lSNext u {
					width: 12px;
					height: 19px;
					position: absolute;
					top: 50%;
					left: 50%;
					margin-top: -10px;
					margin-left: -6px;
				}

				.mnBox .mnBoxContent .lSAction .lSPrev u {
					background-position: -53px -602px;
				}

				.mnBox .mnBoxContent .lSAction .lSPrev:hover u {
					background-position: -53px -623px;
				}

				.mnBox .mnBoxContent .lSAction .lSNext u {
					background-position: -68px -602px;
				}

				.mnBox .mnBoxContent .lSAction .lSNext:hover u {
					background-position: -68px -623px;
				}

		.mnBox .mnBoxContent ul {
			list-style-type: none;
			height: 100%;
			width: 100%;
		}

			.mnBox .mnBoxContent ul li {
				background: none !important;
				margin: 0;
				padding: 0 !important;
				position: relative;
				overflow: hidden;
			}

			.mnBox .mnBoxContent ul.loading li {
				display: none;
			}

			.mnBox .mnBoxContent ul.loading li:first-child {
				display: block;
			}

				.mnBox .mnBoxContent ul li a {
					display: block;
					color: #333;
					text-decoration: none;
				}

					.mnBox .mnBoxContent ul li a img {
						width: 100%;
					}

					.mnBox .mnBoxContent ul li a .text {
						position: absolute;
						top: 0; right: 0; bottom: 0; left: 0;
						font-family: Roboto,Tahoma,Verdana,Arial,sans-serif;
					}

					.mnBox .mnBoxContent ul li a .text .innerBox {
						background: url('../images/gradient.png') repeat-x left bottom;
						width: 100%;
						height: 100%;
					}

					.mnBox .mnBoxContent ul li a .text .greenBar {
						position: absolute;
						top: 0;
						left: 0;
						color: #fff;
						text-transform: uppercase;
						background-color: #2ecc71;
						padding: 10px 15px;
						line-height: 100%;
						font-size: 17px;
					}

					.mnBox.small .mnBoxContent ul li a .text .greenBar {
						font-size: 16px;
					}

						.mnBox .mnBoxContent ul li a .text .greenBar u {
							display: inline-block;
							vertical-align: top;
							width: 11px;
							height: 17px;
							background-position: -110px -577px;
							position: relative;
							margin-right: 10px;
						}

					.mnBox .mnBoxContent ul li a .text .blackBar {
						position: absolute;
						left: 0;
						bottom: 0;
						right: 0;
						padding: 0 15px 15px 15px;
					}

						.mnBox .mnBoxContent ul li a .text .blackBar .title {
							font-size: 30px;
							color: #fff;
							text-shadow: 2.457px 1.721px 2.64px rgba(0, 0, 1, 0.63);
							background-color: transparent;
							font-weight: bold;
							margin-bottom: 15px;
							line-height: 40px;
							padding: 0;
						}

						.mnBox.small .mnBoxContent ul li a .text .blackBar .title {
							font-size: 27px;
						}

						.mnBox .mnBoxContent ul li a .text .blackBar .blueButton {
							background-color: #15B4FC;
							border: 0;
							color: #FFF;
							text-align: center;
							-o-transition: .3s;
							-ms-transition: .3s;
							-moz-transition: .3s;
							-webkit-transition: .3s;
							transition: .3s;
							font-size: 22px;
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							-webkit-box-sizing: border-box;
							-moz-box-sizing: border-box;
							box-sizing: border-box;
							line-height: 100%;
							padding: 19px 5px;
						}

						.mnBox.small .mnBoxContent ul li a .text .blackBar .blueButton {
							font-size: 19px;
						}

						.mnBox .mnBoxContent ul li a .text .blackBar .blueButton:hover {
							background-color: #23A5E0;
						}

							.mnBox .mnBoxContent ul li a .text .blackBar .blueButton u {
								display: inline-block;
								vertical-align: top;
								width: 10px;
								height: 14px;
								background-position: -184px -517px;
								position: relative;
								margin-left: 15px;
								top: 5px;
							}

#mobileBody .mnBox {
	margin-bottom: 10px;
}
