/******************
youcanbook.me -  Bootstrap v3 CSS
Main Site CSS
******************/
body {
  padding-top: 70px;
}
img {
  max-width: 100%;
}
@media all and (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
}
code {
  color: #666;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 7px 10px;
  display: block;
  margin-bottom: 10px;
}
/***************************** ANIMATIONS
*/
/* Chrome, Safari, Opera */
@-webkit-keyframes touch {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }
}
/* Standard syntax */
@keyframes touch {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
/***************************** NAVIGATION
*/
.navbar {
  background: #71a394;
  min-height: 62px;
}
.navbar .navbar-brand {
  margin-top: 10px;
  position: relative;
  z-index: 20;
  background: transparent url(/resources/images/ycbm_logo.png) no-repeat 15px top;
  height: 42px;
  width: 229px;
  text-indent: -999999px;
  overflow: hidden;
  display: inline-block;
  padding: 0 0 0 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 4/3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3) {
  .navbar .navbar-brand {
    background: url(/resources/images/ycbm_logo_2x.png) no-repeat 15px top;
    background-size: 214px 42px;
  }
}
.loggedin.navbar .navbar-brand {
  width: 57px;
}
.nav.navbar-nav {
  float: right;
}
.navbar .nav > li {
  margin-left: 10px;
}
.navbar-nav > li > a {
  color: #ffffff;
  padding: 11px 12px 13px;
  margin-top: 9px;
  font-size: 20px;
  border-radius: 4px;
  line-height: 20px;
}
.navbar-nav > li.dropdown_nav > a {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.navbar .nav > li.dropdown_nav.account > a {
  padding-right: 40px;
}
.navbar-nav > li.dropdown_nav > a > span {
  position: absolute;
  right: 10px;
  top: 15px;
}
.navbar-nav > li > a.btn.btn-primary {
  border-color: #ffffff;
  background: none;
  padding: 10px 12px 12px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ffffff;
  background-color: #7caa9c;
  background-color: rgba(255, 255, 255, 0.08);
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background-color: #6b9a8c;
  background-color: rgba(0, 0, 0, 0.05);
}
.navigation:after {
  content: '';
  display: block;
  clear: both;
}
.navigation {
  position: relative;
}
.nav.searchnav li,
.nav.searchnav.open li.searchBtn,
.nav.searchnav.open li.searchnav.open {
  opacity: 1;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  z-index: 1;
}
.navbar .nav > li.searchBtn > a {
  display: block;
  width: 46px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-left: none;
  border-radius: 0 4px 4px 0;
  margin-top: 8px;
  padding: 12px 16px 14px;
  text-indent: -9999px;
  text-align: left;
  background: url(/resources/images/search.png) 2px 2px no-repeat;
  background-size: 40px;
  transition: background 0.3s ease, border 0.3s ease;
  -moz-transition: background 0.3s ease, border 0.3s ease;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  position: relative;
}
.navbar .nav > li.searchBtn > a:focus {
  outline: none;
}
.navbar .nav > li.searchBtn > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  border-radius: 4px;
}
.navbar .nav > li.searchBtn > a:hover:after {
  background-color: #7caa9c;
  background-color: rgba(255, 255, 255, 0.08);
}
.navigation-search input {
  margin-top: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  background-color: transparent;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  border-right: none;
  padding: 8px 9px 8px;
  border-radius: 4px 0 0 4px;
  width: 202px;
  font-size: 20px;
  line-height: 20px;
  height: 44px;
  color: #fff;
  box-shadow: none;
}
.navigation-search input:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: #7caa9c;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}
.navigation-search input::-webkit-input-placeholder {
  color: #ffffff;
  transition: color 0.5s ease;
  top: 3px;
  position: relative;
}
/* FF 4-18 */
.navigation-search input:-moz-placeholder {
  color: #ffffff;
  transition: color 0.5s ease;
  top: 3px;
  position: relative;
}
/* FF 19+ */
.navigation-search input::-moz-placeholder {
  color: #ffffff;
  transition: color 0.5s ease;
  top: 3px;
  position: relative;
}
.navigation-search input:-ms-input-placeholder {
  color: #ffffff;
  transition: color 0.5s ease;
  top: 3px;
  position: relative;
  margin-top: 5px;
}
.navigation-search input::-ms-clear {
  display: none;
}
.navigation-search input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/* FF 4-18 */
.navigation-search input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/* FF 19+ */
.navigation-search input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.navigation-search input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/*
.nav.searchnav.open li,*/
.nav.searchnav li.searchnav {
  opacity: 0;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  position: relative;
  z-index: -1;
}
.nav.searchnav.open li.searchnav.open {
  transition: opacity 0.2s ease, width 0.4s ease;
  -moz-transition: opacity 0.2s ease, width 0.4s ease;
  -webkit-transition: opacity 0.2s ease, width 0.4s ease;
}
.nav.searchnav li.searchnav .search-query {
  max-width: 0;
  transition: max-width 0.4s ease;
  -moz-transition: max-width 0.4s ease;
  -webkit-transition: max-width 0.4s ease;
}
.nav.searchnav li.searchnav.open .search-query {
  max-width: 250px;
}
.nav.searchnav li.searchBtn,
.nav.searchnav.open li.searchBtn {
  position: absolute;
  left: 40px;
  top: 1px;
  transition: opacity 0.4s ease, left 0.4s ease;
  -moz-transition: opacity 0.4s ease, left 0.4s ease;
  -webkit-transition: opacity 0.4s ease, left 0.4s ease;
}
.nav.searchnav.open li.searchBtn {
  left: 240px;
}
.nav.searchnav li.searchnav {
  position: absolute;
  left: 40px;
  top: 1px;
}
.navbar .nav > li.searchBtn > a.open {
  border: 1px solid #ffffff;
  background-position: 2px -39px;
}
.dropdown_nav {
  position: relative;
}
.dropdown_nav > a {
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
}
.dropdown_nav.open > a {
  background-color: #7caa9c;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.dropdown_nav > ul {
  position: absolute;
  top: 45px;
  right: 9999px;
  width: 100%;
  padding: 5px 10px 10px;
  background: #71a394;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, opacity 0.3s ease, max-height 0.3s ease, right 0.3s step-end;
  -webkit-transition: background 0.3s ease, opacity 0.5s ease, max-height 0.3s ease, right 0.3s step-end;
  -moz-transition: background 0.3s ease, opacity 0.5s ease, max-height 0.3s ease, right 0.3s step-end;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}
.dropdown_nav.open > ul {
  opacity: 1;
  right: 0px;
  max-height: 300px;
  background: #7caa9c;
  transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
}
.dropdown_nav > ul li {
  list-style: none;
}
.dropdown_nav > ul li a {
  display: block;
  color: #ffffff;
  padding: 8px 12px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
  border-radius: 4px;
  line-height: 16px;
  text-align: right;
}
.navbar .nav > li.dropdown_nav > a:focus {
  background-color: transparent;
}
.navbar .nav > li.dropdown_nav.open > a:focus {
  background-color: #7caa9c;
}
.dropdown_nav > ul li a:hover,
.dropdown_nav > ul li a:focus {
  background-color: #85b0a3;
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.dropdown_nav .glyphicon {
  line-height: 0.8;
  top: 3px;
}
.navbar .nav > li.dropdown_nav.help > a {
  background: #ACD795;
}
.navbar .nav > li.dropdown_nav.help.open > a,
.navbar .nav > li.dropdown_nav.help > a:hover {
  background: #bae3a5;
}
.dropdown_nav.help > ul {
  background: #ACD795;
}
.dropdown_nav.help.open > ul {
  background: #bae3a5;
}
.ie8 .navbar .nav > li.searchBtn > a {
  background: #71a394 url(/resources/images/search_ie8.png) 2px 2px no-repeat;
}
.ie8 .navbar .nav.open > li.searchBtn > a {
  background: #71a394 url(/resources/images/search_ie8.png) 2px -39px no-repeat;
}
.ie8 .navbar .nav > li.searchBtn > a:hover,
.ie8 .navbar .nav > li.searchBtn > a:focus {
  background-color: #7caa9c;
}
.ie8 .navbar .nav > LI.searchBtn > a:hover:after {
  background-color: transparent;
}
.ie8 .navbar-nav > li > a {
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}
/***************************** COLLAPSED NAVIGATION
*/
@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-toggle:focus,
  .navbar-toggle:hover,
  .navbar-toggle:active {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border: none;
  }
  .navbar-toggle:focus:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    left: -15px;
    top: -30px;
    -webkit-animation: touch 0.3s ease;
    /* Chrome, Safari, Opera */
    animation: touch 0.3s ease;
  }
  .ie8 .navbar-toggle:focus:after {
    display: none;
  }
  .navbar-toggle {
    display: block;
    color: #ffffff;
    font-size: 20px;
    border-radius: 4px;
    line-height: 18px;
    margin-right: 0;
    padding-right: 10px;
    margin-top: 9px;
  }
  .navigation {
    /*background:#71a394;*/
    width: 100%;
    margin-right: -15px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
  }
  .open .navigation {
    max-height: 475px;
  }
  .nav.navbar-nav {
    float: none;
    padding-bottom: 8px;
    margin-top: -2px;
  }
  .navbar .nav > li {
    float: none;
    margin-left: 0;
    position: static;
  }
  .navbar-nav > li > a {
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 12px 11px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-nav > li > a.btn.btn-primary {
    border: none;
    padding: 8px 12px 8px;
  }
  .navbar .btn.btn-primary.callToAction {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
  }
  .nav.searchnav li.searchnav {
    opacity: 1;
    z-index: 1;
    position: relative;
    right: 0;
  }
  .navigation-search input {
    width: 100%;
    border-radius: 4px;
    height: 44px;
  }
  .navigation-search input.submitSearch {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    border-radius: 0 4px 4px 0;
    border-color: transparent transparent transparent #ffffff;
    text-indent: -9999px;
    text-align: left;
    background: url(../pics/search.png) 1px 1px no-repeat;
    background-size: 40px;
    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
  }
  .navigation-search input.submitSearch:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
  .navigation-search input.search-query {
    padding-right: 48px;
  }
  .navbar .nav > li.searchBtn > a {
    display: none;
  }
  .navbar-nav > .dropdown_nav > a {
    display: none;
  }
  .dropdown_nav > ul {
    position: static;
    right: 0;
    opacity: 1;
    padding: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    max-height: none;
  }
  .nav.searchnav li.searchnav {
    left: 0;
    top: 0;
  }
  .nav.searchnav li.searchnav .search-query {
    max-width: 1000px;
  }
  .navigation-search input {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: -15px;
    margin-left: -20px;
  }
  .navbar .nav > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation-search input.submitSearch {
    right: 15px;
  }
  .navbar-nav > li > a {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .navbar .btn.btn-primary.callToAction {
    display: none;
  }
}
/***************************** HELP BUTTON
*/
.helpBtn {
  background: #ACD795;
  border: #ACD795;
  color: #ffffff;
}
.helpBtn:focus,
.helpBtn:hover {
  background: #bae3a5;
  color: #ffffff;
}
/***************************** FOOTER
*/
.footer {
  background: #747875;
  padding-top: 30px;
  margin-top: 30px;
  color: #ffffff;
}
.footer ul {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
.footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
.footer ul a {
  color: #ffffff;
}
.footer_social {
  margin: 0 -5px 10px;
  padding: 0;
  text-align: right;
}
.footer_social li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer_social li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #80bcab;
  border-radius: 6px;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
.footer_social li a img {
  width: 100%;
}
.footer_social li a#facebook_ss:hover {
  background: #4a588f;
}
.footer_social li a#twitter_ss:hover {
  background: #53aee8;
}
.footer_social li a#vimeo_ss:hover {
  background: #0ab8e5;
}
.footer .footer_last {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .footer .footer_last {
    margin-left: 0;
  }
  .footer_social {
    text-align: left;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
}
/***************************** VIDEO MODAL
*/
.video_container {
  position: relative;
}
.video_container > img {
  visibility: hidden;
  max-width: 100%;
}
.video_container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video_container .buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #82bdab;
}
.video_container .videoLoader {
  margin: -0.5em auto 0;
  top: 50%;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.video_container .videoError {
  color: #fff;
  text-align: center;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.video-modal .modal-header {
  padding: 0;
  border-bottom: none;
  min-height: 0;
}
.video-modal .modal-header .close {
  position: absolute;
  z-index: 999;
  right: -10px;
  top: -10px;
  background: #ffffff;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.2);
  color: #333;
}
.video-modal .modal-header .close:focus {
  outline: none;
}
.video-modal .modal-header .close span {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: relative;
  top: -1px;
}
.video-modal .modal-header .close:hover span,
.video-modal .modal-header .close:focus span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/***************************** GRID MODAL
*/
.grid_container {
  position: relative;
  padding-top: 66.66%;
}
.grid_container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.grid-modal .modal-header {
  padding: 0;
  border-bottom: none;
  min-height: 0;
}
.grid-modal .modal-header .close {
  position: absolute;
  z-index: 999;
  right: -10px;
  top: -10px;
  background: #ffffff;
  border-radius: 15px;
  height: 30px;
  width: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.2);
  color: #333;
}
.grid-modal .modal-header .close:focus {
  outline: none;
}
.grid-modal .modal-header .close span {
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: relative;
  top: -1px;
}
.grid-modal .modal-header .close:hover span,
.grid-modal .modal-header .close:focus span {
  opacity: 1;
  filter: alpha(opacity=100);
}
