@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;	
}

/* screen full size - 1000px content width */
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
    margin: 0;
	padding: 0;	
}

img {
	display: block;	 
	border: 0px;
}

a {
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;	
}

.clear {
	clear: both;	
}


.top-header {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1580px;
	margin: 0 auto;
}

.top-header .title {
	width: 24%;
	background-color: #1a9bd7;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	line-height: 34px;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #dddddd;
    font-weight: bold;
}

.top-header .navigation-wrapper {
	width: calc(76% - 1px);
	max-width: 1200px;
	border-bottom: 1px solid #d3d3d3;
	background: #04274b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.top-header .navigation-wrapper div {
	display:inline-block;
	cursor: pointer;
	webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	border-right: 1px solid #dddddd;
} 

.top-header .navigation-wrapper div:last-child {
    border-right: 0px; 
    margin-right: -1px;
}

.top-header .navigation-wrapper a {
	display:block;
	text-decoration:none;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
	padding: 0px 10px;
    cursor: pointer;
}

.top-header .navigation-wrapper a label {
    cursor: pointer !important   
}

.top-header .navigation-wrapper div:hover {
	background: #1a9bd7;
}

.top-header .navigation-wrapper div:hover a {
	color: #ffffff;
}

.top-header .navigation-wrapper div.active a {
	background: #1a9bd7;
}

.top-header .navigation-wrapper div.active:hover a {
	color: #ffffff;
}



.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	background-color: #edeff0;
	max-width: 1580px;
	margin: 0 auto;
}

.content-wrapper {
	width: 76%;
	max-width: 1200px;
}

.image-wrapper {
	position: relative;
	background: #444444;
}

.dummyimage {
	width: 100%;
	opacity: 0;
}

.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;
	width: 100% !important;
	height: auto !important;
}

.image-wrapper .image-date-time {
	position: absolute;
	z-index: 250;
	background: #555555;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 71px 8px 70px;
}

.image-wrapper .download {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 40px;
	height: 40px;
	z-index: 200;
	background-color: #e30513;
	padding: 5px;
	cursor: pointer;
}
.image-wrapper .download img {
	opacity: 1;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 80%;
	margin: 10%;
}

.image-wrapper .download:hover img {
	opacity: 1;	
}

.image-wrapper .fullscreen {
	position: absolute;
	top:37px;
	left: 52px;
	width: 40px;
	height: 40px;
	z-index: 500;
	background-color: #e30513;
	padding: 5px;
	cursor: pointer;
}
.image-wrapper .fullscreen img {
	opacity: 1;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	width: 80%;
	margin: 10%;
}

.image-wrapper .portal-nav {	
	position:absolute;
	top: 37px;
	left: 104px;
	z-index: 500;
}

.image-wrapper .portal-nav a {
	display: block;
	margin-right: 2px;
	width: 50px;
	line-height: 50px;
	background-color: #e30513;
	float: left;
	color: #ffffff;
	font-size: 34px;
	text-decoration: none;
	text-align: center;
}

.image-wrapper .portal-nav a.camera-icon {
	line-height: 50px;	
	font-size: 36px;
	position: relative;
}

.image-wrapper .portal-nav a.camera-icon span {
	font-size: 11px;
	line-height: 50px;
	position: absolute;
	top: 1px;
	left: 22px;
	z-index: 50;
	color: red;
}

.image-wrapper .portal-nav a:hover {
	color: rgba(255,255,255,1);	
}


.image-wrapper .fullscreen:hover img {
	opacity: 1;	
}

.image-wrapper .calendar-wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.95);
	width: 95%;
	height: 92.5%;
	z-index: 1000;
	display: none;
}

.noSel {
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;		
}

.image-holder .noSel.timelapsecontrols {
	z-index: 120 !important;	
}

.nav-prev {
	position: absolute;
	z-index: 300;
	top: 10px;
	left: 10px;
}

.nav-next {
	position: absolute;
	z-index: 300;
	top: 10px;
	left: 224px;
}

.nav-prev, .nav-next {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	float: left;
	margin-top: -7px;
}

.nav-prev:hover, .nav-next:hover {
	color: #ffffff;
}

.nav-prev.inactive, .nav-next.inactive, .nav-prev.inactive:hover, .nav-next.inactive:hover {
	cursor: default;
	color: #ffffff;
	opacity: 0.5;
}

.sidebar {
	width: calc(24% - 1px);
	border-right: 1px solid #aaaaaa;
    
}

.header {
	width: 100%;
	background: #04274b;
	border-bottom: 1px solid #edeff0;
	text-align: center;
}

.header h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
	font-weight: normal;
	margin-right: 15px;
	display: inline-block;
}

.header a {
	float: left;
	line-height: 41px;
	margin-left: 13px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;	
}

.header a i {
	margin-right: 8px;
	font-size: 18px;
	margin-top: -1px;
	line-height: 41px;
	float: left;
}

.header a:hover {
	opacity: 0.7;	
}


.inner-sidebar {
	padding: 8px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 7px);
}

.logo {	
	width: 100%;
	margin: 0 auto;
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position:relative;
}

.logo img {
	width: 70%;
	height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
}


.icons {
	width: 48%;
	float: right;
	text-align: right;
}

.icons a {
	width: 43px;
	display: inline-block;
}

.timedate2 {
	float: left;
	text-align: center;
	width: calc(100% - 48px);
	color: #444444;
	line-height: 30px;
}

.datepicker-wrapper {	
	margin-top: 15px;
	background: #cccccc;
	border: 1px solid #bbbbbb;
}

.weather {
	margin-top: 20px;	
	height: 98px;
	overflow: hidden;
    position: relative;
}

.weather-mask {
    background:transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.map {
	margin-top: 20px;	
	border: 1px solid #bbbbbb;
    position: relative;
}

#map {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center;
}

.map svg {
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform:translate(-50%,0);
        -ms-transform:translate(-50%,0);
            transform:translate(-50%,0);
    width: 28px;
    z-index: 50;
}

.map .marker {
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform:translate(-50%,51%);
        -ms-transform:translate(-50%,51%);
            transform:translate(-50%,51%);
    z-index: 49;
    width: 35px;
    opacity: 0.4;
}

.map-mask {
    background:transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;   
}


.calendar-wrapper {
	padding: 2.5%;	
	postiion: relative;
}

.calendaroutput {
	overflow-y: auto;	
	height: 96%;
	width: 100%;
}

.calendar-wrapper .calendar-title {
	margin-left: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #444444;
	font-size: 20px;
}

.calendar-wrapper .calendar-close {
	position: absolute;
	right: calc(2.5% + 15px);
	top: calc(2.5% + 6px);
	font-size: 25px;
	color: #DD0000;
	cursor: pointer;
}

.calendaroutput .thumbnail {
	width: 109px;
	margin: 10px 12px 10px 13px;
	float: left;
	text-align: center;
	background: rgba(255,255,255,0.8);
	padding-top: 12px;
	padding-bottom: 12px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	cursor: pointer;
	-webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.calendaroutput .thumbnail:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.9);
}

.calendaroutput .thumbnail img {
	width: 80px;	
	margin: 0 auto;
	display: block;
}


.calendaroutput .thumbnail span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}



.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);
	}


.footer {
	border-top: 1px solid #ffffff;	
	background-color: #4d585d;
	
	max-width: 1580px;
	margin: 0 auto;
}

.footer .copyright {
	color: #cccccc;
	font-size: 12px;
	width: 96%;
	text-align: right;
	margin: 0 auto;
	line-height: 41px;
	height: 41px;
}

.footer .copyright a {
	color: #dedede;
	text-decoration: none;
}

.tooltipster-base {
	font-size: 12px;
}






.ui-datepicker-header {	
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background: #04274b;
	color: #ffffff;
	line-height: 40px;
}

.ui-datepicker-prev {
	position: absolute;
	top: 0px;
	left: 8px;
}

.ui-datepicker-prev span:before {
	content: "\f053";
	font-family: 'Font Awesome 5 Free';
	color: #04274b;
	top: -8px;
	left: 5px;
	position: absolute;
	font-weight: 900;
	font-size: 18px;
}

.ui-datepicker-next {
	position: absolute;
	top: 0px;
	right: 8px;
}

.ui-datepicker-next span:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	color: #04274b;
	top: -8px;
	right: 5px;
	position: absolute;
	font-weight: 900;
	font-size: 18px;
	
}

.ui-datepicker-next, .ui-datepicker-prev {
	display: block;
	overflow: hidden;
	background: #ffffff;
	border-radius: 50%;
	color: transparent;
	width: 24px;
	height: 24px;
	top: 8px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	opacity: 0.8;
}

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	opacity: 1;
}

.ui-datepicker-next.ui-state-disabled,.ui-datepicker-prev.ui-state-disabled {
	opacity: 0.4;
	cursor: default;
}

.ui-datepicker-calendar {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
	text-align: center;
	border: 2px solid #ffffff;
	font-size: 14px;
	padding: 8px 8px;
}

.ui-datepicker-calendar td a {	
	text-decoration: none;
	color: inherit;
}


.ui-datepicker-calendar td.undefined {
	background: #b9b9b9;
	color: #323232;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ui-datepicker-calendar td.undefined:hover {
	background: #555555;	
	color: #ffffff;
}

.ui-datepicker-calendar th {
	background: #ffffff;
	color: #323232;
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
	background: #555555;	
	color: #ffffff;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable {
	background: #eeeeee;
	color: #999999;
	cursor: default;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
	background: #eeeeee;
	color: #999999;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	background: #ffffff;
}

.ui-datepicker-calendar td.ui-datepicker-other-month:hover {
	background: #ffffff;
}

/* Overrides for controls block - top-right */
.image-holder .noSel.timelapsecontrols {
	right: 2px !important;
	top: 0px !important;
}

.image-holder .noSel.timelapsecontrols .controlsBg {
	border-radius: 0 !important;	
	background: #000000 !important;
	opacity: 0.55 !important;
	padding: 2px 0px 1px 0px;
}


.video-wrapper {    
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #444444;
    opacity: 0;
    z-index: -1;
}

.video-wrapper .close {
    position: absolute;
    z-index: 5000;
    right: 20px;
    top: 20px;
    background: #04274b;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    line-height: 0.8;
    padding: 2px 7px;
    border-radius: 5px;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 300;
}

.coming-soon {
    width: calc(100% - 1px);
    height: auto;
    border-right: 1px solid #dddddd;
}


.compare-image-wrapper {
	padding-bottom:65.66%;
	overflow:hidden;
}

.compare-calendar-output {
	height:98.9%;
}

.twentytwenty-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.before-image, .after-image {
	opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: auto;
}

.compare-image-wrapper .compare-close {
    position: absolute;
    z-index: 500;
    right: 20px;
    top: 20px;
    background: #04274b;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    line-height: 0.8;
    padding: 2px 7px;
    border-radius: 5px;
    display:none;
}


.twentytwenty-handle {
	display:none;
}




.inactive .ui-datepicker-header {	
	background: #bbbbbb;
	color: #dddddd;
}

.inactive .ui-datepicker-prev span:before, .inactive .ui-datepicker-next span:before {
	color: #aaaaaa;
}

.inactive .ui-datepicker-next, .inactive .ui-datepicker-prev {
	background: #cccccc;
	cursor: default
}

.inactive .ui-datepicker-calendar th, .inactive .ui-datepicker-calendar td {
	background: #eeeeee;
	color: #dddddd;
}

.inactive .ui-datepicker-calendar td a {	
	background: #dddddd;
	color: #cccccc;
}


.inactive .ui-datepicker-calendar td.undefined {
	background: #dddddd;
	color: #cccccc;
	cursor: default !important;
}
.inactive .ui-datepicker-calendar td.undefined a {
	cursor: default !important;
}

.inactive .ui-datepicker-calendar td.undefined:hover {
	background: #dddddd;	
	color: #cccccc;
}

.inactive .ui-datepicker-calendar th {
	background: #f3f3f3;
	color: #dddddd;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-current-day {
	background: #cccccc;	
	color: #dddddd;
	cursor: default;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-current-day a {
	background: #cccccc;	
	color: #dddddd;
	cursor: default;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-current-day:hover {
	background: #cccccc !important;	
	color: #dddddd;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-unselectable {
	background: #ffffff;
	color: #dddddd;
	cursor: default;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
	background: #ffffff;
	color: #dddddd;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-other-month {
	background: #ffffff;
}

.inactive .ui-datepicker-calendar td.ui-datepicker-other-month:hover {
	background: #ffffff;
}

.inactive th, .inactive td, .inactive a {
	-webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}



.embed-url {
	background:#1d958d;
	color: #04274b;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	display:none;
}

.embed-url:hover {
	opacity: 0.7;
}


.instructions {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.instructions p {
    text-align: center;
    color: #bbbbbb;
    font-size: 18px;
    line-height: 2em;
}


.mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-bottom-left {
    display:none!important;   
}

.bim-compare {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.slidecontainer {
    margin-top: 50px;
    background: #ffffff;
    border: 1px solid #04274b;
    padding: 20px 30px 20px 30px;
}

.slidecontainer h3 {
    text-align:center;
    color: #04274b;
    margin-bottom: 15px;
}

.slidecontainer input {
    width: 100%;   
    margin-bottom: 5px;
}

.slidecontainer .min-range, .slidecontainer .current-range, .slidecontainer .max-range {
    font-size: 9px; 
    width: 33.3333%;
    float:left;
}

.slidecontainer .current-range {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #04274b;
}

.slidecontainer .max-range {
    text-align: right; 
}

.opacity-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.opacity-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #04274b;
  cursor: pointer;
  order-color: #04274b;
}

.opacity-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #04274b;
  cursor: pointer;
  border-color: #04274b;
}




.desktop3{
    display: block;
}

.mobile3 {
    display: none;	
}
.desktop2 {
    display: block;
}

.mobile2 {
    display: none;	
}

.desktop {
	display: block;
}

.mobile {
	display: none;	
}

/* Medium Desktop */
@media only screen and (min-width: 1518px) and (max-width: 1527px) {
    
	
	.weatherwidget-io-frame {
		top: -39px !important;
	}
}


/* Medium Desktop */
@media only screen and (min-width: 1205px) and (max-width: 1517px) {
	.weatherwidget-io-frame {
		top: -39px !important;
	}
	
	.ui-datepicker-calendar th, .ui-datepicker-calendar td {
		border: 1px solid #ffffff;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        font-size: 0.8vw;
	}
	
	.ui-datepicker-header {
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		line-height: 24px;
		font-size: 14px;
	}
	
	.ui-datepicker-next, .ui-datepicker-prev {
		width: 16px;
		height: 16px;
		top: 4px;
	}
	
	.ui-datepicker-prev span::before {
		font-size: 14px;
		top: -4px;
		left: 3px;
	}
	
	.ui-datepicker-next span::before {
		font-size: 14px;
		top: -4px;
		right: 3px;
	}
    
    .top-header .title {
      font-size: 1vw;
    }
    
    .logo img {
    }
}


/* Small Desktop */
@media only screen and (min-width: 1025px) and (max-width: 1204px) {
	
	.image-wrapper .image-date-time {
		font-size: 14px;
		padding: 6px 49px 5px 49px;
	}
	
	.nav-prev, .nav-next {
		font-size: 18px;
		margin-top: -6px;
	}
	
	.nav-next {
		left: 191px;
	}
	
	.image-wrapper .download {
		top: 30px;
		width: 32px;
		height: 32px;
	}
	
	.image-wrapper .fullscreen {
		top: 30px;
		left: 44px;
		width: 32px;
		height: 32px;
	}
	
	.image-wrapper .portal-nav {
		top: 30px;
		left: 88px;
		z-index: 500;
	}
	
	.image-wrapper .portal-nav a {
		width: 42px;
		line-height: 42px;
		font-size: 28px;
	}
	
	.image-wrapper .portal-nav a.camera-icon {
		line-height: 42px;
		font-size: 30px;
		position: relative;
	}
	
	.image-wrapper .portal-nav a.camera-icon span {
		font-size: 10px;
		line-height: 42px;
		top: 1px;
		left: 18px;
	}
	
	
	.weather {
		/*display: none;*/
	}
	
	.ui-datepicker-calendar th, .ui-datepicker-calendar td {
		border: 1px solid #ffffff;
		font-size: 11px;
		padding: 5px;
	}
	
	.ui-datepicker-header {
		text-align: center;
		text-transform: uppercase;
		color: #ffffff;
		line-height: 24px;
		font-size: 14px;
	}
	
	.ui-datepicker-next, .ui-datepicker-prev {
		width: 16px;
		height: 16px;
		top: 4px;
	}
	
	.ui-datepicker-prev span::before {
		font-size: 14px;
		top: -4px;
		left: 3px;
	}
	
	.ui-datepicker-next span::before {
		font-size: 14px;
		top: -4px;
		right: 3px;
	}
    
    
    
    .top-header .title {
      font-size: 1.1vw;
    }
    
    .logo img {
    }
    
    .top-header .navigation-wrapper a {
      font-size: 12px;
      padding: 0px 7px;
    }
    
    .calendaroutput {
      height: 96%;
    }
    
    .calendaroutput .thumbnail {
      margin: 7px 12px 6px 13px;
    }
    
    #map {
        padding-bottom: 81% !important;   
    }
    
    .weatherwidget-io-frame {
      top: -39px !important;
    }
    
    
}





@media only screen and (min-width: 1025px) and (max-width: 1135px) {
    .weather {display:none;}
    
    #map {
        padding-bottom: 110% !important;   
    }
}


/* IPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    
    
    .slidecontainer {
        width: calc(44% - 40px);
        float: right;
        margin-top: 0px;
    }
    
    .slidecontainer h3 {
        font-size: 18px;
    }
	
	.header h1 {
		font-size: 14px;
	}
	
	.flex {
		-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;	
	}
	.content-wrapper {
		width: 100%;	
	}
    
    .top-header {
        margin-top: 0px;   
    }
    
    .top-header .title {
        width: 100%; 
        border-right: 0px;
        text-align: left;
        padding-left: 20px;
    }
    
    .top-header .navigation-wrapper {
        width: 100%;
        max-width: 1200px;
        border-bottom: 1px solid #d3d3d3;
        background: #04274b;
    }
	
	.mobile-header {
		padding: 20px 15px 10px 15px;
		height: 52px;
        width: calc(100% - 30px);
	}
    
    .top-header .navigation-wrapper a {
        font-size: 12px;   
    }
    
    .top-header .navigation-wrapper a span {
        /*display:none;  */ 
    }
	
	.logo {	
        width: 100%;
        margin: 0 auto;
        margin-top: 0;
    }

    .logo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: static;
        -webkit-transform:translate(0,0);
            -ms-transform:translate(0,0);
                transform:translate(0,0);
    }
	
	.logo2 {
		margin-left: 0px;	
		width: auto;
		float: left;
		text-align: left;
		margin-top: 5px;
	}
	
	.logo img, .logo2 img {
		max-height: 60px;
		width: auto;
	}
	
	.image-wrapper .image-date-time {
		font-size: 13px;
		padding: 6px 40px 5px 39px;
		line-height: 17px;
	}
	
	.nav-prev, .nav-next {
		font-size: 18px;
		margin-top: -6px;
	}
	
	.nav-next {
		left: 161px;
	}
	
	.image-wrapper .download {
		top: 30px;
		width: 32px;
		height: 32px;
		display: none;
	}
	
	.image-wrapper .fullscreen {
		top: 30px;
		left: 0px;
		width: 36px;
		height: 36px;
	}
	
	.image-wrapper .portal-nav {
		top: 30px;
		left: 48px;
		z-index: 500;
	}
	
	.image-wrapper .portal-nav a {
		width: 46px;
		line-height: 46px;
		font-size: 28px;
	}
	
	.image-wrapper .portal-nav a.camera-icon {
		line-height: 46px;
		font-size: 30px;
		position: relative;
	}
	
	.image-wrapper .portal-nav a.camera-icon span {
		font-size: 10px;
		line-height: 46px;
		top: 1px;
		left: 20px;
	}
	
	.sidebar {
		width: 100%;
		border-right: 0;
		padding: 15px;
        
	}
    
    .inner-sidebar {
        display:block;   
    }
	
	.datepicker-wrapper {
		margin-top: 0px;
		background: #cccccc;
		border: 1px solid #bbbbbb;
		width: 48%;
		float: left;
	}
    
    .datepicker-wrapper-2 {
        float:right;
    }
	
	.map {
		margin-top: 0px;
		border: 1px solid #bbbbbb;
		width: 48%;
		float: right;
	}
	
	#map {
		padding-bottom: 0 !important;
		height: 264px !important;
	}
	
	.ui-datepicker-calendar th, .ui-datepicker-calendar td {
		padding: 9px 8px;
	}
	
	
	.image-holder .noSel.timelapsecontrols {
		width: 125px !important;
    	height: 81px !important;
	}
	
	/* Overrides for controls block - long line */
	.image-holder .noSel.timelapsecontrols .noSel {	
		padding: 4px;
	}

	.image-holder .noSel.timelapsecontrols .noSel div {
		top: 5px !important;
		left: 5px !important;
		width: 24px !important;
		height: 24px !important;
		
	}

	.image-holder .noSel.timelapsecontrols .noSel div:nth-child(3) {
		top: 6px !important;	
		left: 6px !important;
		
	}

	

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(2) div:nth-child(3) {
		top: 5px !important;	
		left: 5px !important;
		background: transparent url(../img/icons.png) -13px -13px no-repeat !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(3) div:nth-child(3) {
		top: 5px !important;	
		left: 5px !important;
		background: transparent url(../img/icons.png) -63px -13px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(4) div:nth-child(3) {
		background: transparent url(../img/icons.png) -113px -14px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(5) div:nth-child(3) {
		background: transparent url(../img/icons.png) -164px -14px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(6) div:nth-child(3) {
		background: transparent url(../img/icons.png) -214px -13px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(7) div:nth-child(3) {
		background: transparent url(../img/icons.png) -264px -14px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(8) div:nth-child(3) {
		background: transparent url(../img/icons.png) -314px -14px no-repeat !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(2) {	/* plus */
		top: 13px !important;
		left: 0px !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(3) {	/* minus */
		top: 40px !important;
		left: 0px !important;
	}
	
	.image-holder .noSel.timelapsecontrols .noSel:nth-child(4) {	/*left */
		top: 27px !important;
		left: 38px !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(5) {	/* right */
		top: 27px !important;
		left: 92px !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(6) {	/* down */
		top: 54px !important;
		left: 65px !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(7) { 	/* up */	
		top: 0px !important;
		left: 65px !important;
	}

	.image-holder .noSel.timelapsecontrols .noSel:nth-child(8) {	/* cross */
		top: 27px !important;
		left: 65px !important;
	}
	
	
	.desktop {
		display: none;
	}

	.mobile {
		display: block;	
	}
	
	
}



@media only screen and (min-width: 481px) and (max-width: 767px) {
    .slidecontainer {
        width: calc(44% - 40px);
        float: right;
        margin-top: 0px;
    }
    
    .slidecontainer h3 {
        font-size: 16px;
    }
    
		.header h1 {
            font-size: 14px;
        }

        .flex {
            -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;	
        }
        .content-wrapper {
            width: 100%;	
        }

        .top-header {
            margin-top: 0px;   
        }

        .top-header .title {
            width: 100%; 
            border-right: 0px;
            text-align: left;
            padding-left: 20px;
            font-size: 14px;
        }

        .top-header .navigation-wrapper {
            width: 100%;
            max-width: 1200px;
            border-bottom: 1px solid #d3d3d3;
            background: #04274b;
        }

        .mobile-header {
            padding: 20px 15px 10px 15px;
            height: 52px;
            width: calc(100% - 30px);
        }

        .top-header .navigation-wrapper a {
            font-size: 12px;   
        }

        .top-header .navigation-wrapper a span {
            display:none;   
        }

        .logo {	
            width: 100%;
            margin: 0 auto;
            margin-top: -5px;
        }

        .logo img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            position: static;
            -webkit-transform:translate(0,0);
                -ms-transform:translate(0,0);
                    transform:translate(0,0);
        }

        .logo2 {
            margin-left: 0px;	
            width: auto;
            float: left;
            text-align: left;
            margin-top: 5px;
        }

        .logo img, .logo2 img {
            max-height: 60px;
            width: auto;
        }

        .image-wrapper .image-date-time {
            font-size: 13px;
            padding: 6px 40px 5px 39px;
            line-height: 17px;
        }

        .nav-prev, .nav-next {
            font-size: 18px;
            margin-top: -6px;
        }

        .nav-next {
            left: 161px;
        }

        .image-wrapper .download {
            top: 30px;
            width: 32px;
            height: 32px;
            display: none;
        }

        .image-wrapper .fullscreen {
            top: 30px;
            left: 0px;
            width: 36px;
            height: 36px;
        }

        .image-wrapper .portal-nav {
            top: 30px;
            left: 48px;
            z-index: 500;
        }

        .image-wrapper .portal-nav a {
            width: 46px;
            line-height: 46px;
            font-size: 28px;
        }

        .image-wrapper .portal-nav a.camera-icon {
            line-height: 46px;
            font-size: 30px;
            position: relative;
        }

        .image-wrapper .portal-nav a.camera-icon span {
            font-size: 10px;
            line-height: 46px;
            top: 1px;
            left: 20px;
        }

        .sidebar {
            width: 100%;
            border-right: 0;
            padding: 0px;
            margin-top: 10px;
        }
    
        .inner-sidebar {
            display:block;    
        }

        .datepicker-wrapper {
            margin-top: 0px;
            background: #cccccc;
            border: 1px solid #bbbbbb;
            width: 48%;
            float: left;
        }

        .datepicker-wrapper-2 {
            float:right;
        }

        .map {
            margin-top: 0px;
            border: 1px solid #bbbbbb;
            width: 48%;
            float: right;
        }

        #map {
            padding-bottom: 0 !important;
            height: 246px !important;
        }

        .ui-datepicker-calendar th, .ui-datepicker-calendar td {
            padding: 9px 4px;
            font-size: 12px;
        }


        .image-holder .noSel.timelapsecontrols {
            width: 125px !important;
            height: 81px !important;
        }

        /* Overrides for controls block - long line */
        .image-holder .noSel.timelapsecontrols .noSel {	
            padding: 4px;
        }

        .image-holder .noSel.timelapsecontrols .noSel div {
            top: 5px !important;
            left: 5px !important;
            width: 24px !important;
            height: 24px !important;

        }

        .image-holder .noSel.timelapsecontrols .noSel div:nth-child(3) {
            top: 6px !important;	
            left: 6px !important;

        }



        .image-holder .noSel.timelapsecontrols .noSel:nth-child(2) div:nth-child(3) {
            top: 5px !important;	
            left: 5px !important;
            background: transparent url(../img/icons.png) -13px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(3) div:nth-child(3) {
            top: 5px !important;	
            left: 5px !important;
            background: transparent url(../img/icons.png) -63px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(4) div:nth-child(3) {
            background: transparent url(../img/icons.png) -113px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(5) div:nth-child(3) {
            background: transparent url(../img/icons.png) -164px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(6) div:nth-child(3) {
            background: transparent url(../img/icons.png) -214px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(7) div:nth-child(3) {
            background: transparent url(../img/icons.png) -264px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(8) div:nth-child(3) {
            background: transparent url(../img/icons.png) -314px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(2) {	/* plus */
            top: 13px !important;
            left: 0px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(3) {	/* minus */
            top: 40px !important;
            left: 0px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(4) {	/*left */
            top: 27px !important;
            left: 38px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(5) {	/* right */
            top: 27px !important;
            left: 92px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(6) {	/* down */
            top: 54px !important;
            left: 65px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(7) { 	/* up */	
            top: 0px !important;
            left: 65px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(8) {	/* cross */
            top: 27px !important;
            left: 65px !important;
        }

        .instructions p {
            font-size: 15px;
            line-height: 1.2em;
            margin-bottom: 1em;             
        }

        .instructions p strong {
            width: 70%;
            display:inline-block;
            margin-left: auto;
            margin-right: auto;
        }

        .instructions p:last-child {
            margin-bottom: 0;
        }

        
        .imageDownload,.goFullScreen {
            display:none !important;       
        }

        .desktop2 {
            display: none;
        }

        .mobile2 {
            display: block;	
        }
    
        .desktop {
            display: none;
        }

        .mobile {
            display: block;	
        }


    }


@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
    
    
        .header h1 {
            font-size: 14px;
        }

        .flex {
            -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;	
        }
        .content-wrapper {
            width: 100%;	
        }

        .top-header {
            margin-top: 0px;   
        }

        .top-header .title {
            width: 100%; 
            border-right: 0px;
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
        }

        .top-header .navigation-wrapper {
            width: 100%;
            max-width: 1200px;
            border-bottom: 1px solid #d3d3d3;
            background: #04274b;
        }

        .mobile-header {
            padding: 20px 15px 10px 15px;
            height: 42px;
            width: calc(100% - 30px);
        }

        .top-header .navigation-wrapper a {
            font-size: 12px;  
            padding: 0px 8px;
        }

        .top-header .navigation-wrapper a span {
            display:none;   
        }
    
    
        .logo {	
            width: 100%;
            margin: 0 auto;
            margin-top: 0px;
        }

        .logo img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            position: static;
            -webkit-transform:translate(0,0);
                -ms-transform:translate(0,0);
                    transform:translate(0,0);
        }
    

        .logo {	
            width: auto;
        }

        .logo2 {
            margin-left: 0px;	
            width: auto;
            float: left;
            text-align: left;
            margin-top: 5px;
        }

        .logo img, .logo2 img {
            max-height: 60px;
            width: auto;
        }

        .image-wrapper .image-date-time {
            font-size: 13px;
            padding: 6px 40px 5px 39px;
            line-height: 17px;
        }

        .nav-prev, .nav-next {
            font-size: 18px;
            margin-top: -6px;
        }

        .nav-next {
            left: 161px;
        }

        .image-wrapper .download {
            top: 30px;
            width: 32px;
            height: 32px;
            display: none;
        }

        .image-wrapper .fullscreen {
            top: 30px;
            left: 0px;
            width: 36px;
            height: 36px;
        }

        .image-wrapper .portal-nav {
            top: 30px;
            left: 48px;
            z-index: 500;
        }

        .image-wrapper .portal-nav a {
            width: 46px;
            line-height: 46px;
            font-size: 28px;
        }

        .image-wrapper .portal-nav a.camera-icon {
            line-height: 46px;
            font-size: 30px;
            position: relative;
        }

        .image-wrapper .portal-nav a.camera-icon span {
            font-size: 10px;
            line-height: 46px;
            top: 1px;
            left: 20px;
        }

        .sidebar {
            width: 100%;
            border-right: 0;
            margin: 0 auto;
            padding: 20px 0px;
            /*max-width: 300px;*/
        }
    
        .inner-sidebar {
            display:block;       
        }

        .datepicker-wrapper {
            margin-top: 0px;
            background: #cccccc;
            border: 1px solid #bbbbbb;
            width: 100;
            float: none;
        }

        .datepicker-wrapper-2 {
            float:none;
            margin-top: 20px;
        }

        .map {
            /*display:none;*/
            margin-top: 20px;
            border: 1px solid #bbbbbb;
            width: 100%;
            float: none;
        }

        #map {
            padding-bottom: 0 !important;
            height: 246px !important;
        }

        .ui-datepicker-calendar th, .ui-datepicker-calendar td {
            padding: 5px 3px;
            font-size: 12px;
        }


        .image-holder .noSel.timelapsecontrols {
            width: 125px !important;
            height: 81px !important;
        }

        /* Overrides for controls block - long line */
        .image-holder .noSel.timelapsecontrols .noSel {	
            padding: 4px;
        }

        .image-holder .noSel.timelapsecontrols .noSel div {
            top: 5px !important;
            left: 5px !important;
            width: 24px !important;
            height: 24px !important;

        }

        .image-holder .noSel.timelapsecontrols .noSel div:nth-child(3) {
            top: 6px !important;	
            left: 6px !important;

        }



        .image-holder .noSel.timelapsecontrols .noSel:nth-child(2) div:nth-child(3) {
            top: 5px !important;	
            left: 5px !important;
            background: transparent url(../img/icons.png) -13px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(3) div:nth-child(3) {
            top: 5px !important;	
            left: 5px !important;
            background: transparent url(../img/icons.png) -63px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(4) div:nth-child(3) {
            background: transparent url(../img/icons.png) -113px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(5) div:nth-child(3) {
            background: transparent url(../img/icons.png) -164px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(6) div:nth-child(3) {
            background: transparent url(../img/icons.png) -214px -13px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(7) div:nth-child(3) {
            background: transparent url(../img/icons.png) -264px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(8) div:nth-child(3) {
            background: transparent url(../img/icons.png) -314px -14px no-repeat !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(2) {	/* plus */
            top: 13px !important;
            left: 0px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(3) {	/* minus */
            top: 40px !important;
            left: 0px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(4) {	/*left */
            top: 27px !important;
            left: 38px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(5) {	/* right */
            top: 27px !important;
            left: 92px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(6) {	/* down */
            top: 54px !important;
            left: 65px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(7) { 	/* up */	
            top: 0px !important;
            left: 65px !important;
        }

        .image-holder .noSel.timelapsecontrols .noSel:nth-child(8) {	/* cross */
            top: 27px !important;
            left: 65px !important;
        }

        .instructions p {
            font-size: 13px;
            line-height: 1.2em;
            margin-bottom: 1em;             
        }

        .instructions p strong {
            width: 70%;
            display:inline-block;
            margin-left: auto;
            margin-right: auto;
        }

        .instructions p:last-child {
            margin-bottom: 0;
        }

        .imageDownload,.goFullScreen {
            display:none !important;       
        }
    
    
    
	
        .desktop2 {
            display: none;
        }

        .mobile2 {
            display: block;	
        }
    
        .desktop {
            display: none;
        }

        .mobile {
            display: block;	
        }


        .desktop3 {
            display: block !important;
        }

        .mobile3 {
            display: none !important;
        }
    
    
        .weather {
            display:block !important;    
        }
}


@media only screen and (max-width: 365px) , screen and (max-device-width: 365px) {
       .weatherwidget-io-frame {
      top: -39px !important;
    }
}
