body {
	font-family: "Helvetica Neue";
	font-weight: 200;
	line-height: 1.5;
}
.slides {
	position: absolute;
	left: 61.8%;
	top: 60px;
	width: 38.2%;
	height: calc(100% - 60px);
	overflow: auto;
	background: #ffffff;
}
.slide {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;

	text-align: center;
}
.slide.active {
	opacity: 1;
}


body {
    background: #ff0000;
    font-family: sans-serif;
}

iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 60px;
    width: 61.8%;
    height: calc(100% - 60px);
    border: 0;
}

.options,
.select {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 1;
}
.select {
    bottom: 20px;
}

.options li {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer;
}

.options li.selected {
    border: 4px solid white;
}
.options li.lightblue {
    background: #70C0E7;
}
.options li.green {
    background: #80B845;
}
.options li.red {
    background: #C74334;
}
.options li.blue {
    background: #2C4463;
}
	
	
	
	body {
    background: #ffffff;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1CAAD9;
}	
.header {
    display: flex;
    height: 24px;
    padding: 18px 40px;

    background: #ffffff;
    line-height: 24px;
}

.header--logo {
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1CAAD9;
}

.header--image {
    vertical-align: bottom;
}

.header a {
    text-decoration: none;
}
.header a:hover span {
    color: #555;
}