/* FANCYBOX CUSTOM */

	/* Reset */
	html {box-sizing: border-box}
	*, *:before, *:after {box-sizing: inherit}

	/* Layout */
	.hidden {display: none}

    @media all and (max-width: 800px) {
        .fancybox-custom-layout .fancybox-caption-wrap {    
            display:none;
        }
    }

	/*	Customized slide and caption */
	@media all and (min-width: 800px) {
		.fancybox-custom-layout {border: 20px solid rgba(0, 0, 0, 0.5)}
		.fancybox-image {padding-left: 1px !important}
		.fancybox-infobar {position:absolute;width:190px;right:330px;top:0px}

		.fancybox-custom-layout .fancybox-bg,
		.fancybox-custom-layout.fancybox-container--ready .fancybox-bg {
			border: 1px solid #666;
			background: #000;
			opacity: 0.8;
		}

		.fancybox-custom-layout .fancybox-controls {
			opacity: 1;
			position: absolute;
			top: 0;
			left: auto;
			right: 0;
			bottom: 0;
			width: 44px;
			background: rgba(0, 0, 0, 0.3);
		}

		.fancybox-custom-layout .fancybox-button {
			background: rgba(30,30,30,.6);
		}

		.fancybox-custom-layout .fancybox-buttons button:hover {
			background: rgba(20, 20, 20, 0.4);
		}

		.fancybox-custom-layout .fancybox-caption-wrap {
			top: 0;
			right: 44px;
			bottom: 0;
			left: auto;
			width: 290px;
			padding: 0;
			box-shadow: none;
			background: #fff;
			
			/* Disable transitions */
			opacity: 1;
			visibility: visible;
			-webkit-transition: none;
			   -moz-transition: none;
			        transition: none;
		}

		.fancybox-custom-layout .fancybox-caption {
			
			position: relative;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			overflow-x: hidden;
			overflow-y: auto;			
			
			border: 0;
			padding: 50px 15px;
			color: #333;
		}

		.fancybox-custom-layout .fancybox-slider-wrap {right: 334px}
		.fancybox-custom-layout.fancybox-container--thumbs .fancybox-controls {right: 220px}
		.fancybox-custom-layout.fancybox-container--thumbs .fancybox-slider-wrap {right: 514px}
		.fancybox-custom-layout.fancybox-container--thumbs .fancybox-caption-wrap {right: 264px}

		.fancybox-custom-layout .fancybox-thumbs {
			top: 0;
			bottom: 0;
			background: rgba(0, 0, 0, 0.1);
		}

		.fancybox-custom-layout .fancybox-thumbs > ul > li {border-color: transparent}

		/* Border around active element */
		.fancybox-custom-layout .fancybox-thumbs > ul > li::before {border-color: #FC0}

		.ad {
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			padding: 15px;
			color: #333;
		}

		.ad p {
			margin-top: 0px;
			margin-bottom: 5px;
			font-size: 12px;
		}

		.ad p a {color: #333}

	}
	
	.fancybox-iframe .fancybox-slide>* {background:transparent}