/*
.num-7 {
    width: 500px !important;
}

.num-9 {
    height: 400px !important;
}

.num-13 {
    width: 600px !important;
    height: 250px !important;
}
*/

.controls{
	margin-bottom:40px;
	}

.controls a{
	background-color: #333;
	padding: 8px 12px;
	color: #fff;
	cursor:pointer;
	margin:-2px;
	-webkit-transition:.3s all;
}

.controls a:hover{
	text-decoration:none;
	background-color:#E59D34;
}

.slidr {
    margin-bottom: 20px;
}

.slidr img:hover{
	cursor:pointer;
	}
	
.slidr > div {
  flex-shrink: 0;
  width: auto;
  height:auto;
  color: white;
  line-height: 300px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  position: relative;
}

.content {
    margin: 0 auto;
    margin-top: 200px;
}

.marker {
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: red; */
    top: 0px;
    left: 50%;
    margin-left: -0.5px;
}

html, body {
    margin: 0;
    padding: 0;
}
