/******************************/
/** Fonts
/******************************/
@font-face {

	font-family: 'meridien';
	src: url('/fonts/meridien-roman-1361533842.eot');
	src: url('/fonts/meridien-roman-1361533842.woff') format('woff'), 
		  url('/fonts/meridien-roman-1361533842.ttf') format('truetype'), 
		  url('/fonts/meridien-roman-1361533842.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-family:'FrutigerNeueW01-Regular';
}

body {
	font-family: 'meridien';
}
.logo > img {
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.coliseum-link {
	color: #e76e25;
}
.coliseum-link:hover {
	color: #000;
	text-decoration: none;
}
#mti_wfs_colophon {
	display: none !important;
}

/*
* Google font rules
*/
.custom-font-google {
	font-family: 'Open Sans', sans-serif;
}
/*
* Carousel styles
*/
/*.carousel-item > .fill {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-text {
    position: absolute;
    top: 260px;
    width: 100%;
    color: #FFF;
    bottom: 0;
    z-index: 11;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}
.main-text h2 span {
    font-weight: bold;
    background-color: rgba(231, 110, 37, 0.73);
    display: inline-block;
    padding: 5px;
    font-size: 45px;
    margin-bottom: 10px;
}
.main-text p {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background-color: #e37026;
    padding: 10px 15px;
    display: inline-block;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.main-text p:hover {
  color: #000000;
}
.main-text .column-content {
  text-align: right;
}
/*
* Carousel zoom effect
*/
@-moz-keyframes zoom {
	from {
	-moz-transform: scale(1.2, 1.2);
	}
	to {
	-moz-transform: scale(1, 1);
	}
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.2, 1.2);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.2, 1.2);
  }
  to {
    transform: scale(1, 1);
  }
}
.carousel-inner > .carousel-item {
  -moz-animation: zoom 12s;
  -webkit-animation: zoom 12s;
  animation: zoom 12s;
}
.carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-inner .active {
    opacity: 1;
}
.carousel-caption {
	position: absolute;
	text-align: right;
	top: 245px;
	z-index: 10;

	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
	right: 0;
  left: 0;
}
.carousel-caption h2 span {
	font-weight: bold;
    background-color: rgba(231, 110, 37, 0.73);
    display: inline-block;
    padding: 5px;
    font-size: 45px;
    margin-bottom: 10px;
}
.carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    background-color: #e37026;
    padding: 10px 15px;
    display: inline-block;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.carousel-caption p:hover {
	color: #000;
}
/*
* Social media styles
*/
.navbar-brand {
  height: 50px;
}
.top-header {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.social-icons {
    text-align: right;
}
.social-icons .list-inline {
	margin-bottom: 0;
}
.top-header img {
    transition: all .2s ease-in-out;
    border-radius: 50%;
    box-shadow: 0px 1px 5px 0px #353434;
    -webkit-box-shadow: 0px 1px 5px 0px #353434;
    -moz-box-shadow: 0px 1px 5px 0px #353434;
    background-color: #ffffff;
}
.twitter-name {
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px #353434;
}
.twitter-name:hover {
    color: #e76e25;
    text-decoration: none;
}
.twitter-link:hover {
    text-decoration: none;
}
.logo-social-container {
	top:20px;
}

@media screen and (max-width:767px){
  .logo-social-container{
    background: rgba(34, 34, 34, 0.7);
    top:0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-caption {
    text-align: center;
    bottom: 0;
    top: auto;
  }
  .main-text .column-content {
    text-align: center;
  }
  .main-text {
    text-align: center;
    bottom: 0;
    top: auto;
  }
  .main-text h2 span {
     display: block;
     font-size: 1em;
  }
  .carousel-caption h2 span {
     display: block;
     font-size: 1em;
  }
   .youku, .issuu {
    display: none;
  }
}
