/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300);*/
.navbar-brand {
  float: left;
  padding: 7px 15px;
  line-height: 20px;
  height: 50px;
}
footer {
  border-top: 1px dashed black;
}
.small-inline {
  display: inline;
  width: auto;
}
.to-the-left {
  margin-left: 0;
  padding-left: 0;
}
#top_search {
  width: 120px;
  background-color: #E7EAEC;
}
.faq-categories {
  margin-top: 15px;
  padding-left: 0;
}
.side-by-side {
  float: left;
  height: auto;
  width: 48%;
}
.clips {
  margin-top: 20px;
}
.social {
  text-align: center;
  margin-top: 20px;
}
.social img {
  border: 0 solid grey;
  cursor: pointer;
  height: 64px;
}
.our-clients {
  text-align: center;
}
.our-clients img {
  height: 40px;
  border-radius: 10%;
  border: 0 solid black;
  margin-top: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.our-clients img:hover {
  -webkit-filter: none;
  filter: none;
}
.our-clients a {
  text-decoration: none;
  cursor: pointer;
}
.our-clients a:hover {
  text-decoration: none;
  cursor: pointer;
}
.circle-image {
  border-radius: 50%;
  background: #fff;
  height: 40px;
  width: 15px;
}
.social-text {
  font-size: 45px;
  font-weight: 100;
  color: #1f3346;
}
.row-title {
  font-size: 45px;
  font-weight: 400;
  color: #1f3346;
}
.right-aligned {
  text-align: right;
}
.one-row a {
  text-decoration: none;
  cursor: pointer;
}
.feature-text {
  font-size: 20px;
  font-weight: 400;
}
.one-row img {
  height: 40px;
  width: 40px;
}
.one-row a:hover {
  text-decoration: none;
  cursor: pointer;
}
.list-of-features {
  text-align: center;
}
.li-caca {
  margin: 0.3em 0;
  font-size: 17px;
}
.side-by-side h1 {
  font-weight: 400;
}
.shared {
  /*margin-right: 20px;*/
}
.iframe-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.master-clip {
  text-align: left;
  max-width: 550px;
  margin: 20px auto;
}
.clip-div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.ui-datepicker select,
.ui-datepicker option {
  color: black;
}
@media screen and (max-width: 768px) {
  .side-by-side {
    float: none;
    width: 100%;
    height: auto;
    border: none;
    padding-top: 60px;
    background-size: 50%;
    text-align: left;
  }
}
