body {
	font-family: helvetica;
    position: relative;
}

.left {
	float: left;
}

.video-wrapper {
	width: 49%;
	height: 100%;
    position: relative;
    top:0;
    left: 0;

	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
}

.map {
	width: 49%;
	height: 100%;
	float: right;
}

.video {
    position: relative;
    width: 100%;
}

.videomap footer {
    display: block;
    clear: left;
    float: left;
    bottom: 0;
    position: absolute;
    left: 0;
}

.videomap footer,
.videomap footer a,
.videomap footer a:hover {
    color: #444;
    font-size: 12px;
    font-weight: bold;
}

.videomap footer,
.videomap footer a {
    text-decoration: none;
}

.videomap footer a:hover {
    text-decoration: underline;
}

.fullscreen .map{
    width: 400px;
    height: 250px;
    position: absolute !important;
    bottom: 20px;
    right: 20px;
    z-index: 9999999999999;
}

.fullscreen footer {
    display: none;
}

/* SCREENSHOT GRID PAGE */

.screenshots {
    margin: 0;
    padding: 0;
}

.screenshots .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.screenshots .grid {
    position: absolute;
    width: 1700px;
    top: 0;
    left: 0;
}

.screenshots .gridcover {
    position: absolute;
    width: 1700px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}

.screenshots .gps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.screenshots .gps img {
    height: 100%;
}

.screenshots .gps .route {
    /*display: block;*/
}

.screenshots .gps .full-map {

}

.screenshots footer{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
}

footer .toggle {
    cursor: pointer;
}

.screenshots footer,
.screenshots footer a,
.screenshots footer a:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.screenshots footer p {
    width: 380px;
    height: 15px;
    background: #444;
    border-radius: 5px;
    padding: 10px;
}
