
.modalSlideWrap {
	position: relative;
	width: 100%;
}
.modalSlideWrap:before {
	content: '';
	height: 102.5%;
	left: 1%;
	position: absolute;
	top: 2.5%;
	width: 100%;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #ffd204;
	background-image: -webkit-linear-gradient(-61deg, #ffd204, #cca704 50%);
	background-image: -moz-linear-gradient(-61deg, #ffd204, #cca704 50%);
	background-image: -o-linear-gradient(-61deg, #ffd204, #cca704 50%);
	background-image: -ms-linear-gradient(-61deg, #ffd204, #cca704 50%);
	background-image: linear-gradient(-61deg, #ffd204, #cca704 50%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.modalSlide {
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.open__modalSlide {
	display: block;
	font-size: 16px;
	font-weight: 300;
	outline: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.modalSlide__overlay {
	background: #fff;
	bottom: 0;
	display: none;
	left: auto;
	overflow-y: auto;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	width: 90%;
	z-index: 10;
	-webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.15);
}
.modalSlide__overlay.modalSlide__visible {
	display: block;
}
.modalSlide__cover {
	background: #222;
	background: rgba(0,0,0,0.50);
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
.modalSlide__box {
	padding: 1em;
	position: relative;
	margin: 1em auto;
	width: 90%;
}
.close__modalSlide {
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	left: 11%;
	text-align: center;
	top: 21px;
	width: 40px;
	z-index: 10;
}
.nav_modalSlide  {
	border: 1px solid #e6e6e6;
	color: #808080;
	display: inline-block;
	font-size: 18px;
	font-weight: 200;
	min-width: 60px;
	padding: 10px 20px;
	outline: none;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.modalSlide__title, .modalSlide__img {
	cursor: pointer;
	display: block;
	font-family: 'Roboto Slab', 'Roboto', Helvetica, Arial, sans-serif;
	float: left;
	outline: 0;
	text-decoration: none;
	width: 80%;
	padding: 15px;
	min-height: 80px;
}
.modalSlide__preview {
	background: rgba(68,148, 209,0.75);
	border-radius: 0 2px 2px 0;
	bottom: 0;
	color: #fff;
	display: block;
	float: right;
	font-size: 20px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20%;
}
@media screen and (min-width: 551px) and (max-width:767px) {
	.modalSlide__preview.image-wrap--om img {
		top: 50%;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.modalSlide__preview.image-wrap--om img {
		top: 25%;
	}
}
@media screen and (min-width: 1200px) {
	.modalSlide__preview.image-wrap--om img {
		top: 50%;
	}
}
.modalSlide__preview .fa {
	bottom: 0;
	display: block;
	height: 1em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
}
.modalSlide__preview img {
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.nav_modaSlideWrap {
	clear: both;
	padding-left: 15px;
	padding-top: 40px;
}

.modalSlideWrap h3 {
	margin-bottom: 20px;
}
.modalSlideWrap a {
	text-decoration: underline;
}
.modalSlideWrap a.btn {
	text-decoration: none;
}
.modalSlideWrap .image-wrap-large {
	padding-top: 0;
}
.modalSlideWrap .col-sm-12 .image-wrap-large {
	padding-top: 20px;
}






@media (min-width: 768px) {
	.modalSlide .container {
		max-width:768px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.modalSlide .container {
		max-width:992px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.modalSlide .container {
		max-width:970px;
		width: 100%;
	}
}
