@charset "utf-8";
/* CSS Document */

@font-face { 
	font-family: HelveticaNeueRoman;
	src: url('fonts/HelveticaNeue-Roman.eot');
	src: url('fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Roman.woff') format('woff'),url('fonts/HelveticaNeue-Roman.ttf') format('truetype'), url('fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg'); 
}
@font-face { 
	font-family: HelveticaNeueBold;
	src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Bold.woff') format('woff'), url('fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('fonts/HelveticaNeue-Bold-webfont.svg#HelveticaNeue-Bold') format('svg'); 
}

@font-face { 
	font-family: HelveticaNeueLight;
	src: url('fonts/HelveticaNeue-Light.eot');
    src: url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('fonts/HelveticaNeue-Light.woff') format('woff'), url('fonts/HelveticaNeue-Light.ttf') format('truetype'), url('fonts/HelveticaNeue-Light-webfont.svg#HelveticaNeue-Light') format('svg'); 
}

@font-face {
  font-family: gotham_rounded;
  src: url("fonts/gothamrounded-paddington_new-webfont.eot");
  src: url("fonts/gothamrounded-paddington_new-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gothamrounded-paddington_new-webfont.woff2") format("woff2"), url("fonts/gothamrounded-paddington_new-webfont.woff") format("woff"), url("fonts/gothamrounded-paddington_new-webfont.ttf") format("truetype"), url("fonts/gothamrounded-paddington_new-webfont.svg#gotham_rounded_paddingtonbold") format("svg");
}

* {
	margin: 0;
	padding: 0;	
}

/* screen full size - 1000px content width */
body {
	-webkit-text-size-adjust: 100%;
	font-family: HelveticaNeueRoman, Arial, Helvetica, sans-serif; 
	background: #ffffff;
}

img {
	display: block;	 
	border: 0px;
}

.clear {
	clear: both;	
}

.content-wrapper {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}


.nav {
	float: right;	
}

.nav a {
	float: left;
	display: block;
	color: #FAD700;
	font-size: 14px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	padding: 11px 20px 12px;
	background:	white;
	border-left: 1px solid #FAD700;	
}

.nav a:first-child {
	border-left: 0px;	
}

.nav a:hover, .nav a.active {
	background: #FAD700;
	color: #ffffff;
}




.image-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.dummyimage {
	width: 100%;
	opacity: 0;
	max-height: 760px;
}

.image-holder {	
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.med-res-image {
	position: relative;
	z-index: 105;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	display: none;
}

.hi-res-image {
	width: 100%;
	height: auto;
}

.smooth_zoom_preloader {
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.image-wrapper .image-date-time {
	position: absolute;
	z-index: 250;
	background: #FAD700;
	color: #034160;
	font-size: 13px;
	padding: 9px 0px 9px 40px;
	font-family: gotham_rounded, HelveticaNeueRoman, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	height: 18px;
}

.nav-prev {
	position: absolute;
	z-index: 300;
	top: 3px;
	left: 7px;
}

.nav-next {
	position: absolute;
	z-index: 300;
	top: 3px;
	left: 179px;
}

.nav-prev, .nav-next {
	color: #034160;
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	float: left;
	margin-top: 1px;
}

.nav-prev.inactive, .nav-next.inactive, .nav-prev.inactive:hover, .nav-next.inactive:hover {
	cursor: default;
	color: #034160;
	opacity: 0.6;
}




.image-wrapper .download {
	position: absolute;
	top: 100px;
	right: 47px;
	width: 20px;
	height: 20px;
	z-index: 200;
	background-color:
	rgba(0,0,0,0.55);
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.image-wrapper .download img {
	opacity: 0.7;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 100%;
}

.image-wrapper .download:hover img {
	opacity: 1;	
}

.image-wrapper .fullscreen {
	position: absolute;
	top: 100px;
	right: 10px;
	width: 20px;
	height: 20px;
	z-index: 500;
	background-color:
	rgba(0,0,0,0.55);
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.image-wrapper .fullscreen img {
	opacity: 0.7;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 100%;
}

.image-wrapper .fullscreen:hover img {
	opacity: 1;	
}



.noSel {
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;		
}

.image-holder .noSel.timelapsecontrols {
	z-index: 120 !important;	
}






.controls {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	padding: 20px;
	border-radius: 5px;
}

.control {
	color: 	#777777;
	line-height: 22px;
	font-size: 12px;
	display: block;
	cursor: not-allowed;
}

.control.enabled {
	color: #ffffff;
	cursor: pointer;
	
}





.smooth_zoom_preloader {
	background-image: url(../img/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(../img/icons.png);
}

.image-wrapper .calendar-button {
	position: absolute;
	z-index: 250;
	background: #FAD700;
	color: #034160;
	font-size: 13px;
	padding: 9px 40px;
	font-family: gotham_rounded, HelveticaNeueRoman, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 130px;
	top: 37px;
	cursor: pointer;
}

.image-wrapper .calendar-button i.fas {
	color: #034160;
	font-size: 22px;
	-webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	float: left;
	margin-top: 1px;
	position: absolute;
	z-index: 300;
	top: 6px;
	left: 179px;
}

.datepicker-wrapper {
	position: absolute;
	top: -116px;
	left: 1px;
	z-index: 200;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.datepicker-wrapper.open {
	top: 73px;	
}

.ui-datepicker-today a.ui-state-default {
	color: #FAD700 !important	
}
	 
.ui-widget-header, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
	background: #FAD700!important;
	color: #034160 !important;
}

.ui-datepicker-today a.ui-state-default.ui-state-active {
	color: #ffffff !important;
}

.ui-datepicker-title {
	color: #ffffff !important;	
}

.image-wrapper .calendar-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	
}


.calendar-title {
	text-align: right;
	font-family: gotham_rounded, HelveticaNeueRoman, Arial, Helvetica, sans-serif;
	color: #233445;
	font-size: 20px;
	margin: 10px 28px 10px 20px;
}

.calendaroutput {
	overflow-y: auto;	
	height: 100%;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.calendaroutput .thumbnail {
	width: 80px;
	margin: 0px 20px 10px 0px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-family: gotham_rounded, HelveticaNeueRoman, Arial, Helvetica, sans-serif;
}

.calendaroutput .thumbnail:nth-child(11n + 11){
    margin-right: 0px;   
}


.calendaroutput .thumbnail img {
	width: 80px;	
	margin: 0 auto;
	display: block;
}


.calendaroutput .thumbnail span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
    margin-bottom: 5px;
}







.outer-header2 {
    background:	#ffffff;
    width: 100%;    
}

.header {
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 40px;
}

.logo {
    float: left;
	margin-top: 32px;
	height: auto;
	margin-left: 0px;
}

.logo img {
    height: auto;
    width: 200px;
}

.camera-switch-icon {
    float: right;   
}

.camera-switch-icon a {
    display: inline-block;  
    margin: 10px 0px;
	padding: 0 20px;
	text-decoration: none;
	font-size: 14px;
	color: #034160;
	font-weight: 400;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	border-right: 2px solid #d5d5d5;
}

.camera-switch-icon a:last-child {
	border-right: 0;
}

.camera-switch-icon a.active, .camera-switch-icon a:hover {
    color: #FAD700;
}

.content-background {
    background: #ffffff;
    margin: 0 auto;
	width: 100%;
    max-width: 1140px;
}


.outer-footer {
    width: 100%;
    bottom: 0px;
    z-index: 2000;
}

.footer {
    width: 100%;
	max-width: 1140px;
    height: 30px;   
    text-align: right;
    margin: 0 auto;
    background: #f1f1f2;
}

.footer p {
	margin-right: 25px;
	color:#666;
	font-size: 12px;	
	line-height: 30px;
}

.footer a {
    color: #666;
    font-family: HelveticaNeueBold, Arial, Helvetica, sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;   
    
    font-size: 12px;
}

.footer a:hover {
    color: #ea491d;   
}

.calendar-close {
    position: absolute;
    top: 0px;
    left: 10px;
    padding: 10px;
    cursor: pointer;
    display: block;  
    font-family: gotham_rounded, HelveticaNeueRoman, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e70000;
}

.calendar-close span {
    font-size: 18px;
    float: left;
    display: block;
    margin-top: -3px;
    margin-right: 5px;   
}