﻿	/* Some basic style resets to make the page look slightly nicer */
		h1, h2 {
			
			margin: 10px 0;
		}

		p, a {
			
			font-size: 13px;
		}

		/* Gallery */
		[href="#next"] {
			float: right;
		}

		[href="#prev"] {
			float: left;
		}

		[href="#next"], [href="#prev"] {
			padding-top: 10px;
		}
		
		.popup_back {z-index:10000;}
		
		.pan-timer {color:#ffffff;font-weight:bold;position:fixed;top:15px;left:0;font-size:25px;height:20px;width:100%;text-align:center;font-family: sans-serif;z-index:10001;}
		
		.popup_cont, .popup_cont .popup .popup_content, .popup_cont .popup {padding:0!important;}	
		
		.popup_cont {
			top: 70px!important;
			z-index: 10000;
			width: 100%;
			left: 0!important;
		}
		
		.popup_cont iframe {
			width: 100%;
		}
		
		.popup_close {
			display: none;
		}
		
		.popup_cont .popup {
			margin: 0 auto;
		}
		.popup_cont .popup {
				width: 90%;
		}
		
		@media screen and (max-width: 1024px) {
			.popup_cont .popup {
				width: 80%;
			}
		}
		
		@media screen and (max-width: 500px) {
			.popup_cont .popup {
				width: 100%;
			}
		}
		
		
		.skip-button {
    display: inline-block;
    padding: 10px;
    color: white;
    border-radius: 4px;
    background: #d58838;
    background: -moz-linear-gradient(top, #d58838 0%, #d36900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d58838), color-stop(100%,#d36900));
    background: -webkit-linear-gradient(top, #d58838 0%,#d36900 100%);
    background: -o-linear-gradient(top, #d58838 0%,#d36900 100%);
    background: -ms-linear-gradient(top, #d58838 0%,#d36900 100%);
    background: linear-gradient(to bottom, #d58838 0%,#d36900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58838', endColorstr='#d36900',GradientType=0 );
	    font-size: 16px;
		cursor: pointer;
}
.skip-button:hover  {
	background: #d36900;
background: -moz-linear-gradient(top,  #d36900 0%, #d58838 100%, #d58838 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d36900), color-stop(100%,#d58838), color-stop(100%,#d58838));
background: -webkit-linear-gradient(top,  #d36900 0%,#d58838 100%,#d58838 100%);
background: -o-linear-gradient(top,  #d36900 0%,#d58838 100%,#d58838 100%);
background: -ms-linear-gradient(top,  #d36900 0%,#d58838 100%,#d58838 100%);
background: linear-gradient(to bottom,  #d36900 0%,#d58838 100%,#d58838 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36900', endColorstr='#d58838',GradientType=0 );

}

.popup_back {
	cursor: default!important;
}