html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html { overflow-x: hidden; }
body { line-height: 1; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-book-webfont.eot');
    src: url('./fnt/gotham-book-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-book-webfont.woff') format('woff'),
         url('./fnt/gotham-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-light-webfont.eot');
    src: url('./fnt/gotham-light-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-light-webfont.woff') format('woff'),
         url('./fnt/gotham-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-thin-webfont.eot');
    src: url('./fnt/gotham-thin-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-thin-webfont.woff') format('woff'),
         url('./fnt/gotham-thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-medium-webfont.eot');
    src: url('./fnt/gotham-medium-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-medium-webfont.woff') format('woff'),
         url('./fnt/gotham-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-bold-webfont.eot');
    src: url('./fnt/gotham-bold-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-bold-webfont.woff') format('woff'),
         url('./fnt/gotham-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('./fnt/gotham-ultra-webfont.eot');
    src: url('./fnt/gotham-ultra-webfont.svg#gotham') format('svg'),
		 url('./fnt/gotham-ultra-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/gotham-ultra-webfont.woff') format('woff'),
         url('./fnt/gotham-ultra-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Exmouth';
    src: url('./fnt/exmouth_-webfont.eot');
    src: url('./fnt/exmouth_-webfont.svg#Exmouth') format('svg'),
		 url('./fnt/exmouth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fnt/exmouth_-webfont.woff') format('woff'),
         url('./fnt/exmouth_-webfont.ttf') format('truetype');
        
    font-weight: normal;
    font-style: normal;

}
html,body  { height: 100% }

html { overflow-y: scroll; }

strong { font-weight: bold; }

em { font-style: italic; }

.mfp-container { padding: 0; }
.mfp-bottom-bar{ 
text-shadow: 0 0 0;}

.popup-block {
 max-width: 60em;
 width: 100%;
 margin: 0 auto;
 background: #fff;
 padding: 2em;
}


/*************************************
	Slider
*************************************/
#slider { width: 100%; overflow: hidden; }

#slides { 
	width: 500%; 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.slide { 
	display: inline-block; 
	vertical-align: top; 
	width: 20%; 
	min-height: 400px; 
	background-size: cover;
	background-position: 50%;
}

form[name='controls'] { display: none; }
#controls { text-align: center; padding: 10px 0; }

#controls label { 
	display: inline-block;
	vertical-align: middle;
	width: 10px; 
	height: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ccc;
	cursor: pointer;
}

#controls label.active { background: #888; }
#controls label.active.play { 	background: transparent; width: 0; 	height: 0; 	
border-top: 8px solid transparent;	
border-bottom: 8px solid transparent;
border-left: 10px solid #888;	}

border-right:10px solid blue;  }

#controls, .slide { 
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}