@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important; } }
.col-centered {
  float: none !important;
  margin-left: auto;
  margin-right: auto; }

.text_blue1 {
  color: #03A3C9 !important; }

.text_blue2 {
  color: #49C9F4 !important; }

.text_green1 {
  color: #1CBCA4 !important; }

a:hover {
  color: #03A3C9; }

.btn-primary {
  color: #fff;
  background-color: #083B66 !important; }

.btn-danger {
  color: #fff; }

.btn {
  text-shadow: none !important; }

ul.list-style {
  list-style: none;
  /* Remove default bullets */ }
  ul.list-style li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #03A3C9;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */ }
  ul.list-style li {
    font-weight: 300;
    font-size: 18px;
    padding: 5px 0; }

.navbar-collapse .navbar-nav > li > a.btn-nav {
  height: 44px;
  margin-top: 5px;
  padding: 12px 30px;
  border-radius: 32px; }

label.error {
  color: red;
  font-size: 13px;
  font-weight: 600;
}

.youtube-player {
  position: relative;
  padding-bottom: 33%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all; }
  .youtube-player img:hover {
    -webkit-filter: brightness(75%); }
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer; }

/*# sourceMappingURL=core.css.map */
