@charset "UTF-8";
/* CSS Document */

html, body{
  height: 100%;
}
body { 
			background-image: url(http://www.billboard-japan.com/common/special/others/stayhome_bbl/img/bg.png) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
      opacity: 1;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #444;
}

h1, h2, h3, h4, h5{
  margin: 0px 0px 15px;
  color: #0b0f28;
  font-weight: 900;
text-decoration:none;

}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 31px;
font-weight: 900;
}

h3 {
  font-size: 31px;
font-weight: 900;
}

h4 {
  font-size: 16px;
	text-decoration: none;

}

h5 {
  font-size: 12px;
	text-decoration: none;
	color: #000;
	padding-top: 40px;
}


h7 {
  font-size: 16px;
	text-decoration: none;
	color: #0C1E48;
}

h6 {
  font-size: 0.4rem;
color: #B8B8B8;
line-height: 15px;
}

h8 {
font-size: 12px;
color: #000;
font-weight: 900;

}


h9 {
font-size: 0.9rem;
color: #FFF;
padding-bottom: -10px;
margin-bottom: -10px;
}

.lead {
  font-size: 20px;
}

a {
  color: #0b0f28;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
 text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #0C1E48;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}

.main-btn {
  display: inline-block;
  padding: 10px 20px 10px 20px;
margin: 10px;
  background: #0C1E48;
  color: #FFF;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;

}

.main-btn:hover, .main-btn:focus {
  color: #FFF;
  opacity: 0.8;
}


.main-btn2 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background: #0C1E48;
  color: #FFF;
  text-transform: uppercase;
 font-size: 12px;
	font-weight: 900;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;

}

.main-btn2:hover, .main-btn2:focus {
  color: #FFF;
  opacity: 0.8;
}

.main-btn3 {
  display: inline-block;
  padding: 10px 30px;
  background: #0C1E48;
  color: #FFF;
  text-transform: uppercase;
 font-size: 19px;
	font-weight: 900;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;

}

.main-btn3:hover, .main-btn2:focus {
  color: #FFF;
  opacity: 0.8;
}


.floatbutton{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C1E48;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	font-size:24px;
	margin-top:18px;
}

a.floatbutton + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.floatbutton:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

.musicVideo iframe{ width:300px; height:250px; }




#wrapper1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}

#container1 {
    float: left;
    padding: 1em;
    width: 100%;
}




.scrolling-box {
  background-color: #FAFAFA;
  display: block;
  width: 100%;
  height: 300px;
  padding: 1em;
  overflow-y: scroll;
  text-align: left;
}

.scrolling-box h7 {
  font-size: 16px;
	text-decoration: none;
	color: #0C1E48;
}



/*** LIST ***/
ol.podium-rank {
    display: flex;
    list-style: none;
    padding: 0;
    text-align: center;
}

/* Listing */
ol.podium-rank > li {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
}

ol.podium-rank > li:nth-of-type(odd) {
    order: 0;
}

ol.podium-rank > li:nth-of-type(2) {
    order: -1;
}

ol.podium-rank > li:nth-of-type(4) {
    /* For every ol.podium-rank > li:nth-of-type(even) listing, 
    decrease order by 1 of previous even listing */
    order: -2;
}

ol.podium-rank > li:nth-of-type(6) {
    /* For every ol.podium-rank > li:nth-of-type(even) listing, 
    decrease order by 1 of previous even listing */
    order: -3;
}

ol.podium-rank > li * {
    transition: all 0.5s ease 0s;
}

ol.podium-rank > li > * {
    padding: 1em;
    width: 100%;
}

/* Link */
ol.podium-rank > li > a {
    color: inherit;
    text-decoration: none;
}

/* Image */
ol.podium-rank > li .image {
    height: 0;
    padding-bottom: calc((100% / 4) * 3);
    position: relative;
    width: 100%;
}

ol.podium-rank:not(:hover) > li:not(:first-of-type) .image,
ol.podium-rank:hover > li:not(:hover) .image {

}

ol.podium-rank:not(:hover) > li:nth-of-type(2) .image {

}

ol.podium-rank:not(:hover) > li:nth-of-type(3) .image {

}

ol.podium-rank > li .image > * {
    height: auto;
    left: 50%;
    max-height: 30%;
    max-width: 30%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

ol.podium-rank:not(:hover) > li:first-of-type .image > * {
    max-height: 75%;
    max-width: 75%;
}

ol.podium-rank:not(:hover) > li:nth-of-type(2) .image > * {
    max-height: 60%;
    max-width: 60%;
}

ol.podium-rank:not(:hover) > li:nth-of-type(3) .image > * {
    max-height: 45%;
    max-width: 45%;
}

ol.podium-rank > li:hover .image > * {
    max-height: 90%;
    max-width: 90%;
}

/* Content */
ol.podium-rank > li:not(:hover) .content {
    opacity: 100;
    padding-top: 1em;
}

ol.podium-rank > li:hover .content {
    padding-bottom: 1em;
}

ol.podium-rank > li .content * {
    margin: 0.25em 0 0 0;
}



/*** MEDIA QUERIES ***/
@media only screen and ( max-width: 50em ) {

    ol.podium-rank {
        flex-direction: column;
    }

    ol.podium-rank > li {
        display: block;
        order: 1!important;
    }

}





/*----------------------------*\
	Section
\*----------------------------*/

.section {
  position: relative;
  padding: 30px 0px;
  background-color: black;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
line-height: 1.5;
}

.section-title .title {
  position: relative;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 42px;
  overflow: hidden;
line-height: 1.5;
}

.section-title .title>span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  z-index: 10;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.section-title .title>span.appear {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (max-width: 780px) {
.section-title {
  text-align: center;
  margin-bottom: 30px;
}	
 .section-title .title {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 30px;
  overflow: hidden;
}}



.section-title2 {
  text-align: center;
  margin-top: 60px;
}

.section-title2 .title2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 900;
  font-size: 42px;
  overflow: hidden;
}

.section-title2 .title2>span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: inline-block;
  z-index: 10;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.section-title2 .title2>span.appear {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

@media screen and (max-width: 780px) {
.section-title2 {
>

  text-align: center;
  margin-bottom: 30px;
}	
 .section-title2 .title2 {
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
}}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/*=========================================================
	LOGO
===========================================================*/

.navbar-brand {
  padding: 0;
  margin: 20px 0px 10px 50px;
    background-color: black;
}

.navbar-brand .logo {
  display: inline-block;
}

.navbar-brand .logo>img {
  max-height: 50px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    margin: 15px 15px;
  }

}

#header.transparent-navbar:not(.fixed-navbar) .navbar-brand .logo .logo-img {
  display: none;
}

#header.fixed-navbar .navbar-brand .logo .logo-alt-img {
  display: none;
}

#header:not(.transparent-navbar) .navbar-brand .logo .logo-alt-img {
  display: none;
}

/*=========================================================
	NAVIGATION
===========================================================*/

#header {
  position: fixed;
  background-color: #FFF;
  border-bottom: 1px solid #0000001a;
  z-index: 80;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header.transparent-navbar {
    background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
/*  background-color: transparent;*/
  border-bottom: 1px solid #DADADA30;

}

#header.fixed-navbar {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 3px #0003;
  box-shadow: 0px 0px 3px #0003;
  border-bottom: none;
  -webkit-animation: slide-in 0.3s;
  animation: slide-in 0.3s;
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.main-nav li a {
  position: relative;
  padding: 30px 15px;
margin: 25px 0px 0px 0px;
  color: #0b0f28;
font-size: 12px;
text-transform: uppercase;
-webkit-transition: 0.3s all;
transition: 0.3s all;
font-weight: bold;
font-family: 'Lato', sans-serif;

}

#header.transparent-navbar .main-nav li a {
  color: #FFF;
}

#header.fixed-navbar .main-nav li a {
  color: #0b0f28;
}

.main-nav li.active a:after {
  content: "";
  height: 3px;
  position: absolute;
  bottom: -1.5px;
  width: 100%;
  left: 0;
  background: #0C1E48;
}

.main-nav li a:hover, .main-nav li a:focus {
  background-color: transparent;
  color: #0C1E48;
}

#header.transparent-navbar .main-nav li a:hover {
  color: #0C1E48;
}


.navbar-toggle {
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: 15px;
  padding: 0;
  font-size: 32px;
  color: #0b0f28;
}

#header.transparent-navbar .navbar-toggle {
  color: #FFF;
}

#header.fixed-navbar .navbar-toggle {
  color: #0b0f28 !important;
}

/* Mobile nav */



@media only screen and (max-width: 767px) {
  .main-nav {
    margin: 0px -15px;
    max-height: 0;
    overflow-y: scroll;
    background-color: #FFF;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
	   text-align: center;
  }
	
.main-nav li a {
font-size: 13px;
margin: 5px 0px 0px  0px;
text-transform: uppercase;
-webkit-transition: 0.3s all;
transition: 0.3s all;
font-weight: bold;
}	
	
  .main-nav.open {
    max-height: 500px;
  }
  .main-nav li.active a:after {
    display: none;
	  
  }
  #header.transparent-navbar .main-nav li a {
    color: #0b0f28;
  }
  .main-nav li a:hover, .main-nav li a:focus, .main-nav li.active a {
    background-color: #0C1E48;
    color: #CECECE !important;
  }
  .navbar-toggle {
    display: block;
  }
}

/*=========================================================
	HOME
===========================================================*/

#home {
  height: 100vh;
  position: relative;
}

#home .home-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-content h1 {
  text-transform: capitalize;
  font-weight: 900;
  color: #FFF;
}

.home-content h4 {
color: #FFF;
padding-top: 20%;
left: 0;
right: 0;
}

#page-wrapper {
  background-color: #F9F9FA;
}

.page-wrapper-content {
  text-align: center;
}

.container{
background-color:black;}


/*=========================================================
	GALERY
===========================================================*/

#galery-owl .owl-item .galery-item {
  opacity: 0.5;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s opacity, 0.6s -webkit-transform;
  transition: 0.6s transform, 0.6s opacity;
  transition: 0.6s transform, 0.6s opacity, 0.6s -webkit-transform;
}

#galery-owl.owl-theme .owl-item.active+.owl-item .galery-item {
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

#galery-owl.owl-theme .owl-item.active .galery-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#galery-owl.owl-theme .owl-nav {
  margin-top: 0px;
}

#galery-owl.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  color: #0C1E48;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

#galery-owl.owl-theme .owl-prev {
  left: 15px;
}

#galery-owl.owl-theme .owl-next {
  right: 15px;
}

/*=========================================================
	SPEAKERS
===========================================================*/

#schedule {
  background-color: #F9F9FA;
}

#speakers {
background-color: rgba(11, 15, 40, 0.7);

}



.speaker {
  width: 60%;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  
}



.speaker:hover:after {
  opacity: 0.8;
}

.speaker .speaker-img>img {
  width: 100%
}

.speaker .speaker-body {
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
}

.speaker .speaker-content {
  position: relative;
  padding: 4px 0px 1px 0px;
  background: #0C1E48;
  text-align: center;

}

.speaker .speaker-content>h3 {
  color: #FFF;
}
.speaker .speaker-content>h2 {
  color: #FFF;
}
.speaker .speaker-content>h4 {
  color: #FFF;
font-size: 1.2rem;
}
.speaker .speaker-content>span {
  color: #fff;
}

.speaker .speaker-social {
  position: absolute;
  top:0;
  right:0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 10;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.speaker .speaker-social>a {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  background: #0C1E48;
  z-index: 15;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.speaker .speaker-social a+a {
  margin-left: -4px;
  border-left: 1px solid #f8f8ff33;
}

.speaker .speaker-social a:hover {
  opacity: 0.8;
}



/*----------------------------*\
	Speaker Modal
\*----------------------------*/

.speaker-modal .modal-dialog {
  width: 60%;
  margin: 0 auto;
/*
  max-width: 970px;
  margin-top: 60px;
*/
  margin-bottom: 60px;
}

.speaker-modal .modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.speaker-modal .speaker-modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #0C1E48 !important;
  border-radius: 50%;
  padding: 0;
  color: #FFF;
  border: none;
  font-size: 24px;
  z-index: 50;
}

.speaker-modal .speaker-modal-close:after {
  content: "\f00d";
  font-family: FontAwesome;
}

.speaker-modal .modal-body {
  padding: 30px;
}

.speaker-modal .speaker-modal-img>img {
  width: 100%;
  margin-bottom: 10px;
}

.speaker-modal .speaker-modal-content .speaker-name {
  display: inline-block;
  margin-right: 15px;
}

.speaker-modal .speaker-modal-content .speaker-job {
  color: #0C1E48;
}

.speaker-modal .speaker-modal-content .speaker-social {
  margin-top: 30px;
  margin-bottom: 30px;
}

.speaker-modal .speaker-modal-content .speaker-social>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  background: #0C1E48;
  color: #fff;
  margin-right: 5px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}


.speaker-modal .speaker-modal-content .speaker-social>a:hover {
  opacity: 0.8;
}

.speaker-modal .speaker-modal-content .speaker-website {
  margin-top: 30px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event+.speaker-event {
  margin-top: 30px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event>span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event>a {
  color: #0C1E48;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
 text-decoration: none;
}

.speaker-modal .speaker-modal-content .speaker-events .speaker-event>span strong {
  color: #0C1E48;
}


.download-btn {
  margin-top: 60px;
  text-align: center;
}

/*=========================================================
	SPONSORS
===========================================================*/

.sponsor {
  display: block;
  opacity: 1;
  margin-bottom: 0px;
margin-top:50px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

#sponsors {
  background-color: #F9F9FA;
}

.sponsor:hover {
  opacity: 0.5;
}

.sponsor>img {
  width: 100%;
}

.sponsor2 {
  display: block;
  opacity: 1;
  margin-bottom: 60px;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.sponsor2:hover {
  opacity: 0.5;
}

.sponsor2>img {
  width: 70%;
}

@media only screen and (max-width: 767px) {
.sponsor2 {margin-bottom: 10px;}
.sponsor2 img {width: 100%; }
}



/*=========================================================
	CONTACT
===========================================================*/

#contact.section {


}

.contact {
  text-align: center;
  margin-bottom: 30px;
}

.contact h3 {
  color: #0C1E48;
}

#map {
  height: 380px;
  margin-top: 60px;
}

/*=========================================================
	CTA
===========================================================*/

.cta-content h2 {
  font-size: 42px;
  color: #FFF;

}

.cta-content p {
  color: #fff;
}

.cta-content .video-play {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 0px auto 60px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 42px;
  color: #0C1E48;
  cursor: pointer;
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
  padding: 60px 0px;
}

#footer {
  background-color: #000
}


.footer-brand {
  text-align: center;
}

.footer-brand .logo>img {
  max-height: 50px;
}

.copyright {
  height: 50px;
  line-height: 50px;
}

.contact-social {
  text-align: right;
  margin: 10px 0px;
}

.contact-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #0C1E48;
  color: #fff;
  line-height: 30px;
  margin-right: 15px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contact-social a:hover {
  opacity: 0.8;
}


/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 991px) {
  .contact-social {
    text-align: center;
    margin: 30px 0px;
  }
  .copyright {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .home-content h1 {
    font-size: 31px;
  }
  .page-wrapper-content h1 {
    font-size: 31px;
  }
  .event .event-day {
    width: 90px;
    height: 90px;
  }
  .event .event-content {
    padding-left: 115px;
  }
  .event .event-day .day {
    font-size: 31px;
    line-height: 31px;
  }
  .event .event-hour {
    left: 47px;
  }
  .event:after {
    left: 45px;
  }
  .event+.event:before {
    left: 45px;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }
}

.TFtable{
		width:50%; 
		border-collapse:collapse; 
    vertical-align:middle;
	}
	.TFtable td{ 
		padding:7px; border:#0C1E48 1px solid;
     vertical-align:middle;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
    text-align: center;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #fff;
    text-align: center;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #FCDFE1;
	}

@media only screen and (max-width: 767px) { .TFtable{
		width:90%; 
		border-collapse:collapse; 
    vertical-align:middle;
	}	}


/* [+] col-xxs- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}
/* [+] hidden-xxs */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}
@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}


