body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto Mono', monospace;
	background: #fff;
}

.noscroll {
  overflow: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

a {
	color: inherit;
}
a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
.logo {
	width: 250px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
.logo-container {
	width: 30vw;
	height: 100vh;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.loading {
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #000;
	color: #fff;
	width: 300px;
	padding: 20px;
}
.loading-container {
	height: 100vh;
	text-align: center;
	display: table;
	background: #000;
}
.contact {
	font-weight: 400;
	color: #25354A;
}
.col-sm-9 {
	padding: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.logo-container-mobile .case {
	background: transparent;
}

.case {
	display: none;
	text-align: right;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	padding-right: 40px;
	margin-top: 0px;
	background-image: linear-gradient(to left, #fff 50%, #000 50%);
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case:hover {
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
	background-position: bottom left;
	color: #fff;
	cursor: pointer;
}
.case:hover h1 {
	font-weight: 400;
}
.case:hover h1.contact {
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
}



.case-contact {
	display: block;
	text-align: right;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	padding-right: 40px;
	margin-top: 0px;
	background-image: linear-gradient(to left, #fff 50%, #000 50%);
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.case-contact:hover {
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
	background-position: bottom left;
	color: #fff;
	cursor: pointer;
}
.case-contact:hover h1 {
	font-weight: 400;
}
.case-contact:hover h1.contact {
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
}



.center-text {
	text-align: center;
}
.case-closed {
	display: none;
	height: 100vh;
	background: #fff;
}
.selected {
	background: #000;
}
.selected h1 {
	color: #fff;
}
h1 {
	font-size: 22px;
	font-weight: 100;
	margin-top: 10px;
}
h2 {
	margin: 0;
	margin-bottom: 20px;
}
.info-div {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	display: none;
}
.info {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	display: none;
}
.info .fas {
	font-size: 25px;
	margin-bottom: 15px;
	color: #ccc;
	-webkit-transition: all 0.45s ease-in;
	-moz-transition: all 0.45s ease-in;
	transition: all 0.45s ease-in;
}
.info .fas:hover {
	font-size: 25px;
	margin-bottom: 15px;
	color: #000;
	cursor: pointer;
	
}
.sidebar {
	position: fixed;
	height: 100%;
	right: 0;
	z-index: 100000;
	display: block;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
	background-color: #fff;
	border-left: 1px solid #eaeaea;
}
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}
.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}
.center-content {
	text-align: center;
}
.case-content {
	margin-top: 40px;
	padding-bottom: 50px;
}
.embed-responsive {
	margin-top: 60px;
}
.no-padding {
	margin-top: 15px;
}
.no-padding p {
	text-align: left;
}
.hidden {
	display: none;
}
.meta {
	margin-top: 40px;
	padding-bottom: 30px;
	border: 2px solid #000;
	display: inline-block;
	width: 100%;
}
.next, .prev {
	text-align: center;
	width: 130px;
	margin-top: 50px;
	border: 2px solid #000;
	color: #000;
	padding: 10px 20px;
    margin-bottom: 50px;
}

.next:hover, .prev:hover {
	text-align: center;
	width: 130px;
	margin-top: 50px;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
}
.logo-mobile {
	width: 80px;
}
.logo-container-mobile {
	display: none;
}

.close-mobile {
  margin-top: -5px;
  font-size: 30px;
  color: #ccc;
  margin-bottom: 30px;
}

.close-desktop {
	  font-size: 25px;
    color: #ccc;
    bottom: 15px;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    -webkit-transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
}

.close-desktop:hover {
	color: #000;
    cursor: pointer;
    
}

