.sansay-color {
  background-color: rgb(221, 86, 0) !important;
  background-image: linear-gradient(rgb(221, 86,0), rgb(221, 86, 0), rgb(221, 86, 0)) !important;
}

.sansay-heading-color {
  color: rgb(221, 86, 0) !important;
}

.sansay-h3-style {
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(221, 86, 0) !important;
}

.sansay-color>.open>a:focus {
  background-color: rgb(238, 114, 53) !important;
}

.sansay-color>.dropdown>a:hover {
  background-color: rgb(238, 114, 53) !important;
}

.rounded {
	border-radius: 5px;
}

.centered {
	display: block;
	margin: auto;
}

.relative {
	position: relative;
}

.navbar-brand {
	margin-left: 0px !important;
}

.navbar-default {
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

.navbar-header {
	padding-left: 40px;
}

.margin-sm {
	margin: 5px !important;
}
.margin-md {
	margin: 10px !important;
}
.margin-xl {
	margin: 20px !important;
}
.margin-bottom-sm {
	margin-bottom: 5px !important;
}
.margin-bottom-md {
	margin-bottom: 10px !important;
}
.margin-bottom-xl {
	margin-bottom: 20px !important;
}

.divider {
	width: 100%;
	text-align: center;
}

.divider hr {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}

.fa-2 {
	font-size: 2em !important;
}
.fa-3 {
	font-size: 4em !important;
}
.fa-4 {
	font-size: 7em !important;
}
.fa-5 {
	font-size: 12em !important;
}
.fa-6 {
	font-size: 20em !important;
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}

.sansay-logo {
	padding: 12px !important;
}

.sansay-logo > img {
	height: 26px;
}

.thin-margin {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

/****************************************************************************************/

audio {
  margin-top: 2px;
  border: 1px solid black;
  height: 40px;
}

.button {
  cursor: pointer;
  display: block;
  width: 160px;
  border: 1px solid black;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 4px;
  color: white;
  background-color: darkgreen;
  text-decoration: none;
}

h2 {
  margin-bottom: 2px;
  text-align: center;
  font-weight: bold;
}

.left {
  margin-right: 10px;
  float: left;
  width: 400px;
  padding: 0px;
}

.right {
  margin-left: 10px;
  float: left;
  width: 400px;
  padding: 0px;
}

.bottom {
  clear: both;
  padding-top: 10px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  background-clip: padding-box;
  text-align: center;
}

.options {
  width: auto;
  margin-right: 25%;
  background: rgba(221, 86, 0, 0.2);
  padding: 15px;
  border: 2px solid #555;
  background-clip: padding-box;
}

.streams {
  width: auto;
  margin-right: 25%;
  background: rgba(255,255,255,0.2);
  padding: 15px;
  border: 2px solid #555;
  background-clip: padding-box;
}
