<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rsp_container {
	margin        : 0 auto;
	margin-bottom : 10px;
	overflow      : hidden;
	width         : 100%;
}

.rsp_row {
	clear    : right;
	overflow : hidden;
	position : relative;
}

.rsp_picture_container {
	margin   : 1px;
	overflow : hidden;
	position : relative;
}

.rsp_picture_container:hover &gt; .rsp_icon_over {
	filter             : alpha(opacity=100);
	-ms-filter         : progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity            : 1;
	transition         : all 0.2s ease-out;
	-moz-transition    : all 0.2s ease-out;
	-o-transition      : all 0.2s ease-out;
	-webkit-transition : all 0.2s ease-out;
	-moz-opacity       : 1;
	-webkit-opacity    : 1;
	-o-opacity         : 1;
}

.rsp_picture {
	background-position : center;
	cursor              : pointer;
	filter              : alpha(opacity=0);
	-ms-filter          : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity             : 0;
	overflow            : hidden;
	position            : relative;
	-moz-opacity        : 0;
	-webkit-opacity     : 0;
	-o-opacity          : 0;
}

.rsp_icon_over {
	background         : rgba(255, 255, 255, 0.65);
	color              : #87A5FF;
	cursor             : pointer;
	filter             : alpha(opacity=0);
	-ms-filter         : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	font-size          : 36px;
	height             : 100%;
	left               : 50%;
	opacity            : 0;
	position           : absolute;
	text-align         : center;
	top                : 50%;
	transform          : translate(-50%, -50%);
	-moz-transform     : translate(-50%, -50%);
	-ms-transform      : translate(-50%, -50%);
	-o-transform       : translate(-50%, -50%);
	-webkit-transform  : translate(-50%, -50%);
	transition         : all 0.2s ease-out;
	-moz-transition    : all 0.2s ease-out;
	-o-transition      : all 0.2s ease-out;
	-webkit-transition : all 0.2s ease-out;
	width              : 100%;
	-moz-opacity       : 0;
	-webkit-opacity    : 0;
	-o-opacity         : 0;
}

.rsp_icon_over .rsmgsc-share-square-o,
.rsp_icon_over .rsmgsc-search {
	margin-top        : 50%;
	transform         : translate(0, -50%);
	-moz-transform    : translate(0, -50%);
	-ms-transform     : translate(0, -50%);
	-o-transform      : translate(0, -50%);
	-webkit-transform : translate(0, -50%);
}

.rsp_body_cover {
	background-color    : #0b0b0b;
	background-image    : url(../images/loader.png);
	background-position : center;
	background-repeat   : no-repeat;
	height              : 100%;
	left                : 0;
	opacity             : 0;
	overflow            : hidden;
	position            : fixed;
	top                 : 0;
	width               : 100%;
	z-index             : 1042;
}

.rsp_body_cover_picture {
	background : none;
	height     : 100%;
	left       : 0;
	opacity    : 0;
	overflow   : hidden;
	position   : fixed;
	top        : 0;
	width      : 100%;
	z-index    : 1043;

}

.rsp_body_cover_picture img {
	max-width : 100%;
}

.rsp_cover_inner {
	margin         : 0 auto;
	position       : relative;
	text-align     : left;
	vertical-align : middle;
	width          : 70%;
	z-index        : 1045;
}

.rsp_picture img {
	max-width : none;
}

.rsp_box_shadow {
	box-shadow         : 0px 0px 6px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow    : 0px 0px 6px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow : 0px 0px 6px 0px rgba(0, 0, 0, 1);
}

.rsp_cover_inner .rsp_cover_details_container {
	height        : 70px;
	overflow      : hidden;
	padding-right : 50px;
	position      : relative;
}

.rsp_cover_inner .rsp_cover_details_container .rsp_count_pictures {
	color     : #ffffff;
	font-size : 12px;
	position  : absolute;
	right     : 0px;
	top       : 5px;
}

.rsp_cover_inner .rsp_cover_details_container h3 {
	color          : #ffffff;
	font-size      : 13px;
	font-weight    : normal;
	letter-spacing : 0.5px;
	line-height    : 13px;
	margin         : 5px 0px 0px 0px;
}

.rsp_cover_inner .rsp_cover_details_container p {
	color  : #ffffff;
	margin : 3px 0px;
}

.rsp_cover_inner .rsp_cover_close_button {
	height : 50px;
}

.rsp_cursor_zoom_out {
	cursor : zoom-out;
}

.rsp_cursor_auto {
	cursor : auto;
}

.rsp_cursor_pointer {
	cursor : pointer;
}

.rsp_picture a {
	display         : block;
	height          : 100%;
	text-decoration : none;
	width           : 100%;
}

button.rsp_cover_close {
	background         : transparent;
	border             : 0;
	color              : #ffffff;
	cursor             : pointer;
	display            : block;
	float              : right;
	font-family        : Arial, Baskerville, monospace;
	font-size          : 28px;
	line-height        : 47px;
	margin-right       : -5px;
	opacity            : 0.65;
	outline            : 0;
	padding            : 0;
	-webkit-appearance : none;
}

button.rsp_cover_close:hover {
	opacity : 1;
}

button.rsp_cover_arrow_button {
	background         : transparent;
	border             : 0;
	box-shadow         : none;
	-webkit-box-shadow : none;
	cursor             : pointer;
	display            : block;
	outline            : 0;
	overflow           : visible;
	padding            : 0;
	z-index            : 1046;
	-webkit-appearance : none
}

.rsp_cover_arrow_button {
	height                      : 110px;
	margin                      : 0;
	margin-top                  : -55px;
	opacity                     : .65;
	padding                     : 0;
	position                    : absolute;
	top                         : 50%;
	width                       : 90px;
	-webkit-tap-highlight-color : rgba(0, 0, 0, 0)
}

.rsp_cover_arrow_button:active {
	margin-top : -54px
}

.rsp_cover_arrow_button:hover,
.rsp_cover_arrow_button:focus {
	opacity : 1
}

.rsp_cover_arrow_button:before,
.rsp_cover_arrow_button:after {
	border      : medium inset transparent;
	content     : '';
	display     : block;
	height      : 0;
	left        : 0;
	margin-left : 35px;
	margin-top  : 35px;
	position    : absolute;
	top         : 0;
	width       : 0
}

.rsp_cover_arrow_button:after {
	border-bottom-width : 13px;
	border-top-width    : 13px;
	top                 : 8px
}

.rsp_cover_arrow_button:before {
	border-bottom-width : 21px;
	border-top-width    : 21px
}

.rsp_cover_arrow_button_left {
	left : 0
}

.rsp_cover_arrow_button_left:after {
	border-right : 17px solid #fff;
	margin-left  : 31px
}

.rsp_cover_arrow_button_left:before {
	border-right : 27px solid #3f3f3f;
	margin-left  : 25px
}

.rsp_cover_arrow_button_right {
	right : 0
}

.rsp_cover_arrow_button_right:after {
	border-left : 17px solid #fff;
	margin-left : 39px
}

.rsp_cover_arrow_button_right:before {
	border-left : 27px solid #3f3f3f
}

@media all and (max-width : 900px) {
	.rsp_cover_arrow_button {
		transform         : scale(0.75);
		-webkit-transform : scale(0.75)
	}

	.rsp_cover_arrow_button_left {
		transform-origin         : 0;
		-webkit-transform-origin : 0
	}

	.rsp_cover_arrow_button_right {
		transform-origin         : 100%;
		-webkit-transform-origin : 100%
	}
}
</pre></body></html>