@import url("https://fonts.googleapis.com/css?family=Lora%7COpen+Sans%3A300%2C400%2C500%2C600%2C700%7CMontserrat%3A300%2C400%2C500%2C600%2C700%7CCormorant+Garamond%3A300%2C400%2C500%2C600%2C700&#038;subset=latin-ext&#038;ver=1.0.0");
@import url('https://fonts.googleapis.com/css?family=GFS+Didot');

body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  max-width: 20px;
  border-width: 3px;
  border-color: #555555; 
  margin: inherit;
}

hr.light {
  border-color: #fff; }

a {
  color: #555555;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #555555; }

/*h1,
h2,
h3,
h4,
h5,
h6 {
  @include sans-serif-font;
}*/

.image-partner-1 {
  /* width: 100%; */
}

.image-partner-2 {
  /* width: 55%; */
}

.img-live-streaming {
  /* width: 80%; */
}

#sponsor {
  background-color: black;
}

.img-sponsor {
  width: 160px;
}

.bg-primary {
  background-color: #555555 !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-grey {
  background-color: #f8f8f8; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 2rem 0; }

#contact {
  padding: 5rem 0; }

.section-heading {
  margin-top: 0;
  color: #555555;
  font-family: "Montserrat", sans-serif }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

img.brand {
  max-width: 100%; }

.owl-item {
  margin-right: 0px !important;
}
.pad-10 {
  padding-right: 8px;
  padding-left: 8px;
}
.service-box iframe {
  width: 100%;
  height: 200px;
}

footer {
  padding: 20px;
  background: #060201;
  color: white;
  font-size: 12px; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(255, 255, 255, 0.1); }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #555555; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .8rem;
    text-transform: uppercase;
    color: white !important; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #555555; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #555555 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      border-color: transparent;
      background-color: transparent;
      background-color: black; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #555555; }
      #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, 0.1);
        background-color: black; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #555555; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #555555; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #212529; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #555555; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/main2.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.header-mobile {
    display: none;
  }
  header.header-mobile {
    display: none;
  }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 2rem; }
  header.masthead p {
    font-weight: 300; }
	
header.masthead2 {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header2.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.header-mobile2 {
    display: none;
  }
  header.header-mobile2 {
    display: none;
  }
  header.masthead2 hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead2 h1 {
    font-size: 2rem; }
  header.masthead2 p {
    font-weight: 300; }

  @media (max-width: 480px) {
    header.header-mobile {
      display: block; } 
    header.header-desktop {
      display: none !important;
    }
    header.header-mobile {
      padding-top: 10rem;
      padding-bottom: calc(10rem - 56px);
      background-image: url("../img/main-header-mobile.jpg");
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    header.header-mobile2 {
      display: block; } 
    header.header-desktop2 {
      display: none !important;
    }
    header.header-mobile2 {
      padding-top: 10rem;
      padding-bottom: calc(10rem - 56px);
      background-image: url("../img/mobile2.jpg");
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    }

  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; }
    header.masthead2 p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 3rem; }
	header.masthead2 {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead2 h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 4rem; }
	header.masthead2 h1 {
      font-size: 4rem; } }

.service-box p {
  font-size: 14px; }

.live {
  max-width: 800px;
  margin: 0 auto;
}
.live iframe {
  width: 100%;
  height: 450px;
}

.hidden-md {
  display: none; }

.bg-img {
  background-image: url("../img/bg-img.jpg");
  /*background-position: center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 520px; }

.banner-mobile {
  display: none;}
  .banner-mobile p{
    color: #fff;
    font-size: 12px; }
.brief-mobile {
  display: none;}
  .brief-mobile p{
    color: #fff;
    font-size: 12px; }
	
.brief-mobile2 {
  display: none;}
  .brief-mobile2 p{
    color: #fff;
    font-size: 12px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(211, 163, 124, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

  .bg-desktop {
	padding: 0px;
  }
  .bg-desktop2 {
    position: relative;
    text-align: center;
    color: white;
	padding: 0px;
  }
  .bg-desktop2 .container {
    position: absolute;
    bottom: 8px;
    right: 37%;
    top: 23%;
    text-align: left;
    width: 45%;
    font-size: 12px;
    height: 50%;
  }
  .bg-desktop2 .container iframe {
    width: 100%;
    height: 100%;
  }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  img {
    width: 100%; }

  img.brand {
    max-width: 100%; }

  .hidden-xs {
    display: none; }

  .hidden-md {
    display: block; }

  .container a.navbar-brand {
    width: 60%; }

  .margin-custom {
    margin-top: 10px !important;
  }

  .bg-desktop {
    display: none;
  }
  .bg-desktop2 {
    display: none;
  }

  .banner-mobile {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block; }
	
  .brief-mobile {
    background-image: url("../img/bg-mobile.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    height: 520px; }
	
  .brief-mobile2 {
    background-image: url("../img/bg-mobile.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block; }

  #mainNav {
    background-color: rgba(0, 0, 0, 0.8);
  }
  section {
    padding: 2rem 0;
  }
  header.masthead {
    padding-bottom: calc(7rem - 56px);
  }
  header.masthead2 {
    padding-bottom: calc(7rem - 56px);
  }

  .mar-top {
    margin-top: 10px !important;
  }
  
  .live iframe {
    width: 100%;
    height: 200px;
	}

  iframe {
    width: 100%;
    height: 190px;
	} 
	
  .banner-mobile {
	padding: 0px;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */ }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header.masthead {
    padding-top: 17rem;
    margin-top: 56px; }
  header.masthead2 {
    padding-top: 17rem;
    margin-top: 56px; }
    #mainNav {
      background: #0b090a;
    }
    #sponsor .col img {
      width: 100%;
    }
	#sponsor {
		padding-bottom: 7rem;
	}
}
@media only screen and (min-device-width: 1025px) {
	#sponsor {
		padding: 10rem;
	}
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */ }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */ }
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */ }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */ }
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */ }
.text-primary {
  color: #555555 !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #555555;
  border-color: #555555; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #cd9669 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active {
    opacity: 8;
    visibility: visible;
    background: #222;
    z-index: 999;
  }
}

/*#mainimage .bg-img-center {
  background-image: url('<%=g_DomainName%>/assets/img/main.jpg');
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
*/
#videopromo {
	background-color: #f8f8f8;
}
#videopromo .container .row .col-lg-6 .bg-img-center {
	margin-top:10%;
	position: relative;
    text-align: center;
}

#videopromo .container .row .col-lg-6 .play-icon {
	position: absolute;
    text-align: center;
	top: 48%;
	cursor: pointer;
	width: calc(100% - 30px);
}
#videopromo .container .row .col-lg-6 .play-icon button{
	background: transparent;
    padding: 0px;
    height: auto;
    border: transparent;
       -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 4.85em;
    line-height: 2.95em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#videopromo .container .row .col-lg-6 .play-icon button img:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255,255,255,0.9) !important;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: ca_pulse;
    animation-name: ca_pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
#videopromo .container .row .col-lg-6 .play-icon button img:after {
	border-width: 2px;
    -webkit-animation-name: ca_pulse2;
    animation-name: ca_pulse2;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;

	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: ca_pulse;
    animation-name: ca_pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

#videopromo .container .row .col-lg-6 .play-icon button img:hover {
	-webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-name: animation_button_video;
    -moz-animation-name: animation_button_video;
    animation-name: animation_button_video;
    box-shadow: 0 0 20px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow;
    border-radius: 50%;
}


/* Video */
.col-video iframe {
	width: 854px;
	height: 480px;
}
.video .bg-img img {
	width: 100%;
}
.video button {
	background: transparent;
	padding: 0px;
	height: auto;
}
.video .text-video {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 6%;
    height: 70%;
}
.video .brief-video h2{
	text-align: center;
    font-family: sans-serif;
    font-size: 24px;
    color: #f5f5f5;
    line-height: 45px;
    margin-bottom: 0px;
    font-weight: 500;
}
.video .brief-video h3{
	text-align: center;
    font-family: sans-serif;
    font-size: 2.8em;
    color: #f5f5f5;
    line-height: 45px;
}
.video .play-icon {
    margin-top: 40px;
    text-align: center;
    bottom: 40%;
}
.video .play-icon img{
	width: auto;
}
.video .play-icon img:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255,255,255,0.9) !important;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: ca_pulse;
    animation-name: ca_pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.video .play-icon img:after {
	border-width: 2px;
    -webkit-animation-name: ca_pulse2;
    animation-name: ca_pulse2;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;

	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: ca_pulse;
    animation-name: ca_pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.video .play-icon img:hover {
	-webkit-animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -moz-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-name: animation_button_video;
    -moz-animation-name: animation_button_video;
    animation-name: animation_button_video;
    box-shadow: 0 0 20px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow;
    border-radius: 50%;
}


@media screen and (max-width: 480px) {
	
	.col-video iframe {
		width: 100%;
		height: 300px;
	}


  #about {
    padding: 4em 0 0 0;

  }

  #about .container .row #text-about {
    -webkit-box-ordinal-group: 2; 
    -moz-box-ordinal-group: 2; 
    -ms-flex-order: 2; 
    -webkit-order: 2; 
    order: 2;
  }

  #about .container .row #image-about{
    -webkit-box-ordinal-group: 1; 
    -moz-box-ordinal-group: 1; 
    -ms-flex-order: 1; 
    -webkit-order: 1; 
    order: 1;

  }

  .image-partner-1 {
    width: 40%;
    /* float: right; */
  }
  
  .image-partner-2 {
    width: 40%;
    float: left;
  }

  .img-live-streaming {
    width: 50%;
  }
}


/**
 * Modal
 */
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
  z-index: 1;
}
.modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  background: #fff;
}
.modal .modal-content {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal.active .modal-content {
  opacity: 1;
}
.modal.active .close-modal {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
}

.text-image {
  position: absolute;
  margin-bottom: 10vh;
  margin-top: 20vh;
  left: 50%;
  color: white;
}

.text-image img {
  width: 90%;
}

.text-image-mobile {
  position: absolute;
   /*bottom: 50%;*/
   bottom: -65%;
   left: 30%;
   color: white;
}

.text-image-mobile h2 {
  font-size: 32px;
   font-weight: 400;
    font-family: "GFS Didot, serif";
    line-height: 0.9;
    font-style: italic;
}

.text-image-mobile h3 {
  font-size: 22px;
   font-weight: 600;
   font-variant-caps: all-small-caps;
    font-family: "Montserrat", sans-serif;
    line-height: 0.9;
}

.text-image-mobile h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: small;
}

.text-image-mobile hr {
    max-width: 10px;
    border-width: 3px;
    border-color: #555555; 
    margin: inherit;
}

.text-image h2 {
  font-size: 80px;
   font-weight: 100;
    font-family: "GFS Didot, serif";
    font-style: italic;
    line-height: 0.9;
}

.text-image h1 {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 8px;
  font-weight: 100;
}

.text-image-mobile h1 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  font-weight: 100;
}

.text-image h3 {
  font-size: 2.0rem;
   font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.text-image h4 {
    font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1154px) {
  .text-image {
    position: absolute;
    margin-bottom: 10vh;
    margin-top: 20vh;
    left: 50%;
    color: white;
  }

@media only screen and (min-width: 1920px) {
  .text-image {
    position: absolute;
    margin-bottom: 10vh;
    margin-top: 25vh;
    left: 50%;
    color: white;
  }

  .text-image img {
    width: 90%;
  }
}


@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal {
    right: 20px !important;
  }
}


/*Instagram*/
#instagram .headings img {
	width: 30px;
    margin-right: 10px;
    margin-top: -1px;
}

#instagram .headings h2 {
	text-transform: uppercase;
	font-size: 22px;
}


