*:not([class^="fa"]) {
  font-family: 'Open Sans', sans-serif !important;
}

.icon-bar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.2s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}


#carousel {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 350px;
}

#slides ul {
  list-style: none;
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
  position: relative;
}

#slides li {
  width: 100%;
  height: 350px;
  float: left;
  text-align: center;
  position: relative;
  font-family: lato, sans-serif;
}

/* Styling for prev and next buttons */

.btn-bar {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 10px;
}

#buttons {
  padding: 0 0 0px 0;
  float: left;
}

#buttons a {
  text-align: center;
  display: block;
  font-size: 30px;
  float: left;
  outline: 0;
  margin: 0 10px;
  color: #b14943;
  text-decoration: none;
  padding: 3px;
  width: 20px;
}

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943;
}

.quote-phrase,
.quote-author {
  font-family: sans-serif;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  font-family: 'Lato', Calibri, Arial, sans-serif;
}

.quote-phrase {
  height:100%;
  font-size: 24px;
  color: #b14943;
  font-style: italic;
}

.quote-marks {
  font-size: 30px;
  font-weight: bold;
  padding: 0 3px 3px;
  position: inherit;
}

.quote-author {
  font-style: normal;
  font-size: 20px;
  color: #b14943;
  font-weight: 400;
  height: 30px;
}

.quoteContainer,
.authorContainer {
  display: table;
  width: 100%;
}