/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    min-width:700px;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: auto;
    max-width: 75%;
    text-align: center;
    left:0;
    right:0;
    font-size: 9px;
}

/* added */

.dateDIV {
	text-align: right;
}

#animation img {
    display: none; 
    position: absolute;
    margin:auto;
    left: 0;
    right: 0;
}

#animation img:first-child {
    display: block;
}

#ProgressRow img {
    display: none; 
    margin: auto;
    left: 0;
    right: 0;
    z-index:1000;
}

.tileDiv
{
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bigmodal {
	width: 70%;
    }
	
.minilogo {
	height: 30px;
    }



#commandContainer {
    float: right;
    height: 20px;
    z-index:1000;
}

.commandbox {
    float: left;
    opacity: 0.5;
    text-align: center;
    width: 50px;
}

:hover.commandbox{
    opacity: 1.0;
}
.commandbox img {
        width:20px;
        height: 20px;
        }

.overlay {
	border-radius: 1px;
	background: white none repeat scroll 0 0;
	display: none;	
	position: absolute;
	z-index: 1000;
	opacity:0.6;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #000000;
}

.overlay::before {
    border-left: 5px solid transparent;
    border-top: 7px solid white;
    content: "";
    height: 0;
    position: absolute;
    right: 50%;
    top: 98%;
    width: 0;
}


.ol_command {
	bottom: 25px;
	left: 10px;
	opacity:1.0;
	position: relative;
	z-index: 1000;
        display: flex;
}
:hover.ol_command {
	opacity: 0.6;
}


/* home */
#img_container {
	position:relative;
	display:inline-block;
}


/*map*/
#map {
	margin: 0;
	padding: 0;
	min-height: 450px;
	height: 100%;
}
/*map*/
#map_big {
	margin: 0;
	padding: 0;
	min-height: 750px;
	height: 100%;
}


/* weather */
#w-info{
	background-color: white;
	opacity: 0.8;
	bottom: 0px;
	position:relative;
	width: 100%;
	height: 70px;
	font-size: 13px;
	font-weight: bold;
	display:none;
	padding-top:2px;
}
.w-row{
	margin-left:-10px;
}

.w-tag{
	opacity: 1.0;
	color: black;
	text-align: left;
	font-size:11px
}
.w_command {
	bottom: 15px;
	left: 20px;
	opacity: 1.0;
	position: relative;
	z-index: 1000;
	font-size:27px;
        display: flex;
}
:hover.w_command {
	opacity: 0.6;
}

/* infocontainer */

.ci-cont {
        position: absolute;
        bottom: 0px;
        width: 100%;
}


/* caminfo */

.camcontainer {
    position: relative;
}

.camtitle {
    background-color: white;
    bottom: 0;
    color: black;
    height: 20px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    width: 100%;
}

/* pagination */
.virtualpage {
	display: none;
}
/* share btn */
#ShareBox {
	float:right;
}
#ShareBox > span {

    line-height: 50px;

}

/* sponsor */
.sponsor {
max-width: 350px;
}
