@font-face {
	font-family: 'TrumpGothicPro';
	src: url('font/TrumpGothicPro-Bold.eot');
	src: url('font/TrumpGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/TrumpGothicPro-Bold.woff2') format('woff2'),
		url('font/TrumpGothicPro-Bold.woff') format('woff'),
		url('font/TrumpGothicPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
body {
		-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}
.quote-logo img {
	max-width: 130px;
	max-height: 130px;
}
main {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 15px;
}
.home header {
	position: absolute;	
}
.home .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #2C3A2B
}
.navbar-right.navbar-nav>li>a.btn {
	color: #fff;
}
.head {
	background: #2C3A2B;
	height: 100vh;
}
.full-h {
	height: 100vh;
}
.c-block {
	padding: 80px 0;
}
.c-block-md {
	padding: 50px 0;
}
.h-100 {
	height: 100%;
}
.text-blue {
	color: #53BED3;
}
.text-gray {
	color: #B9B9B9;
}
.text-large {
	font-size: 18px;
}
.line-height {
	line-height: 1;
}
/* Navbar */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding: 15px;
}
.navbar-left.navbar-nav>li>a {
	font-size: 20px;
	padding: 7px 15px;
}
.navbar-center {
	 font-family: "TrumpGothicPro", Georgia, "Times New Roman", Times, serif;
	 font-size: 21px;
	 letter-spacing: 2px;
	 text-transform: uppercase;
	display: inline-block;
	width: 80%;
	float: none !important;
	position: absolute;
	left: 52%;
	transform: translateX(-50%)
}
.navbar-center .triangle {
	padding: 9px 25px 0;
		    	    position: relative;
	    top: 5px;
}
.navbar-nav>li>a {
	padding: 10px 35px;
}
.navbar-right.navbar-nav>li>a.btn {
	font-size: 13px;
	border-radius: 99px;
	padding: 11px 25px 14px;
	height: auto;
	line-height: 1;
	    margin-top: 5px;
}
.navbar-right.navbar-nav>li>a.btn:hover,
.navbar-right.navbar-nav>li>a.btn:focus {
	background: #53bed3;
	color: #fff;
}
.scene {
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
}
.scene .top-links {
    z-index: 99;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.scene .top-links ul li a {
	color: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
	letter-spacing: 0.5px;
	line-height: 1;
}
.scene .top-links ul li a:hover,
.scene .top-links ul li a:focus {
	color: #fff;
}
.scene .top-logos {
    z-index: 99;
    left: 10px;
    bottom: 10px;
}
.scene .top-logos ul li {
	position: relative;
	padding: 0 10px;
	vertical-align: bottom
}
.scene .top-logos ul li img {
	vertical-align: bottom;
}
.scene > div {
	position: absolute;
}
.scene .layer-bg {
	background: url(img/bg.jpg);
	background-position: bottom center;
	transform: translate(0,0);
	width: 110%;
	height: 105%;
	background-size: cover;
	bottom: 0;
}
.scene .layer-mountains {
	background: url(img/mountains.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translate(0,0);
	width: 100%;
	height: 250px;
	background-size: contain;
	bottom: 0%;
	right: -2%;
	z-index: 2;
}
.scene .layer-hops {
	background: url(img/hops.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translate(0,0) rotate(3deg);
	width: 444px;
	height: 689px;
	background-size: contain;
	bottom: -10%;
	right: -10%;
	z-index: 3;
}
.scene .layer-hops2 {
	background: url(img/hops_2.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translate(0,0) rotate(-2deg);
	width: 344px;
	height: 523px;
	background-size: contain;
	bottom: -0%;
	right: -5%;
	z-index: 4;
}


.scene .layer-clouds1 {
	background: url(img/clouds_1.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translateX(0%);
	width: 100%;
	height: 488px;
	background-size: contain;
	top: -2%;
	left: 0;
	z-index: 3;
}
.scene .layer-clouds2 {
	background: url(img/clouds_2.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translateX(0%);
	width: 100%;
	height: 488px;
	background-size: contain;
	top: -2%;
	left: 0;
	z-index: 2;
}
.scene .layer-bus {

	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translate(0,0);
	width: 658px;
	height: 603px;
	background-size: contain;
	bottom: -1%;
	left: -2%;
	z-index: 10;
	transform: translateX(0%);
	transition: transform 0.2s 0.2s ease-in;
}
.loaded .scene .layer-bus {
	transform: translateX(0%);
}
.scene .gradient-top {
	/* Rectangle 2: */
	opacity: 0.5;
	background-image: linear-gradient(0deg, rgba(107,150,202,0.00) 0%, #123765 99%);
	height: 255px;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	z-index: 5;
}
.scene .gradient-bottom {
		/* Rectangle 2: */
	opacity: 0.9;
	background-image: linear-gradient(-180deg, rgba(44,58,43,0.00) 0%, #000000 82%);
	height: 145px;
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	z-index: 9;
}
.scene .layer-ger {
	background: url(img/germany.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translateX(0%) rotate(16deg);
	width: 225px;
	height: 282px;
	background-size: contain;
	top: 14%;
	left: 45%;
	z-index: 7;
}
.scene .layer-bay {
	background: url(img/bay.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translateX(0%) rotate(-8deg);
	width: 227px;
	height: 294px;
	background-size: contain;
	top: 35%;
	left: 48%;
	z-index: 7;
}
.scene .layer-schild {
	background: url(img/schild.png);
	background-position: top left;
	background-repeat: no-repeat;
	transform: translateX(0%) rotate(10deg);
	width: 301px;
	height: 264px;
	background-size: contain;
	bottom: -8%;
	left: 50%;
	z-index: 7;
}
.scene .jumbotron {
	position: absolute;
	z-index: 20;
		left: 50%;
		transform: translateX(-25%);
	top: 23%;


	
}
.scene .jumbotron h1 {
	opacity: 0.8;
	color: #DEEEF4;
	text-shadow: 0 0 30px rgba(44,84,146,0.47);
}
.raute-mini {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #37517E;
	position: relative;
	top: 2px;
	margin-right: 8px;
	transform: rotate(45deg)
}
.raute-mini.blue {
	background: #53BED3;
}
.relative {
	position: relative;	
}
.img-1 {
	position: relative;
	box-shadow: 0 4px 15px 0 rgba(77, 79, 92, 0.3);
	
}
.img-2 {
	position: relative;
	left: 50%;
	bottom: 0;
	box-shadow: 0 4px 15px 0 rgba(77, 79, 92, 0.3);
}
.hop-3 {

	position: absolute;
	right: 0;
	bottom: 0;
}
.heading {
	z-index: 2;
	position: relative;
}
section {
	position: relative;
}
section.photos {
	z-index: 2;
}
.zindex {
	position: relative;
	z-index: 1;
}
.bg-gray {
	background-color: #F0F0EC;
}
.gradient-gray {
	background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, #F0F0EC 100%);	
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.gradient-wht {
		background-image: linear-gradient(-0deg, rgba(255,255,255,0.00) 0%, #FFFFFF 95%);	
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.map-box {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#map {
	height: 90vh;
	width: 100%;

}
.inslide {
	position: absolute;
	top: 0;
	width: 420px;
	background: #FFFFFF;
	box-shadow: 3px 0 63px 0 rgba(190,190,190,0.50);
	height: 100%;
	padding: 40px;
	transform: translate(-600px,0);
	transition: transform 0.9s 0.3s ease;
	line-height: 1.5;
}
.inslide.slidein {
	transform: translate(0px,0);	
}
.filtering {
	position: absolute;
	background: #fff;
	right: 50px;
	bottom: 20px;
	border-radius: 999px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.17);

}
.close-x {
	cursor: pointer;
	position: relative;
	top: 3px;
}
input.chk-btn {
  display: none;
}
input.chk-btn + label {
  padding: 10px 24px 13px;
  cursor: pointer;
  border-radius: 99px;
  margin: 0;
  font-size: 12px;
  color: #313539;
 
}
input.chk-btn:nth-child(1) + label {
	border-radius: 99px 0 0 99px;
}
input.chk-btn:nth-child(5) + label {
	border-radius: 0;
}
input.chk-btn:nth-child(3) + label {
	border-radius: 0 99px 99px 0;
}
input.chk-btn:not(:checked) + label:hover {

  
}
input.chk-btn + label:active,
input.chk-btn:checked + label {
	color: #fff;
  background: #53BED3;
  
}
input.chk-btn:nth-child(1) + label:active,
input.chk-btn:nth-child(1):checked + label {
  background: #37517E;
  
}
input.chk-btn:nth-child(5) + label:active,
input.chk-btn:nth-child(5):checked + label {
  background: #54B77B;
  
}
input.chk-btn + label:active  .raute-mini, input.chk-btn:checked + label .raute-mini {
	background: #fff;
}
p {
	font-size: 18px;
	color: #989898;
	font-weight: 300;
}

.grid-item-content {
  min-height: 120px;
  background: #000000;
  margin-bottom: 20px;
  position: relative;
}
.grid-item-content img {

	width: 100%;
	transition: opacity 0.4s 0.1s ease-in-out;
}
.grid-item-content:hover img {

}

.grid-item-content-height2 { height: 280px;   background: #E7E7DF; }
.grid-item-inner {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.grid-item-inner .desc:before {
	content: url(img/tria.svg);
	left: 50%;
	transform: translateX(-50%);

	position: absolute;
	top: -15px;
}
.grid-item-inner .desc h4:before,
.grid-item-inner .desc h4:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;	
	left: 0
}
.grid-item-inner .desc h4:before {

	top: 0;
}
.grid-item-inner .desc h4:after {

	bottom: 0;
}
.grid-item-inner .desc h4 {
	color: #fff;
	padding: 12px 0 9px;
	display: inline-block;
	position: relative;
}
.grid-item-content-height2 .desc h4 {
	color: #262626
}
.grid-item-content-height2 .desc h4:after,
.grid-item-content-height2 .desc h4:before {
	background-color: #262626
}
.grid-item-content-height2 .desc:before {
	content: url(img/tria-b.svg);	
}
.trailer-container {
	position: relative;
	color: #fff;
	background: #000;
}
.trailer-container img {
	opacity: 0.8;
	transition: opacity 0.6s ease-in;
}
.trailer-container:hover img {
	opacity: 1;
}
.trailer-container .trailer-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%)
}
.trailer-container .trailer-inner h2 {
	color: #fff;
}
/* Bootstrap hack */
blockquote {
	position: relative;
	
}
blockquote:before,
blockquote:after {
	font-family: georgia;
	color: #D5D5CB;
	font-weight: bold;
	font-size: 128px;
	line-height: 0.8;
	position: absolute;
	z-index: -1;
}
blockquote:before {
	content: "“";
	left: -50px;

}
blockquote:after {
	content: "”";
	right: -20px;
	bottom: -50px;
}
.carousel {
	padding-bottom: 80px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
footer {
	padding: 20px 0 70px;
}
footer .social li {
	font-size: 40px;
	padding: 0 20px 20px;	
}
footer .social li a {
	color: #262626;

	line-height: 1;
}
footer .footer-nav {
	font-family: 'TrumpGothicPro';
	font-size: 16px;
	text-transform: uppercase;	
	letter-spacing: 2px
}
footer .footer-nav li {
	padding: 10px 20px;
}
footer .footer-nav a {
	color: #919191;
}
footer .copyright {
	font-size: 14px;
	padding: 20px 0 0;
	color: #b4b4b4;
}
.ekko-lightbox  .modal-header h4 {
	display: none;
}

body .download-box img.wp-post-image {
	max-height: 130px;
	width: auto;
	max-width: 100%;
	    margin: 0 auto;
}
body .download-box {
	width: 100%;
	box-shadow: none;
	border: 0;
	padding: 20px;
	background: #fff;


}
body .download-box h5 {
	font-size: 21px;
}
.sans {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}



/* -------------------------------- 

Transition Layer 

-------------------------------- */
.cd-transition-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
  height: 100%;
  /* our sprite is composed of 25 frames */
  width: 2500%;
  background: url(img/ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;

  visibility: visible;
  
}
.cd-transition-layer.visible.closing {

	 
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.0s steps(24);
  -moz-animation: cd-sequence 0.0s steps(24);
  animation: cd-sequence 0.0s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

@-webkit-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}
@-moz-keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -moz-transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -moz-transform: translateY(-50%) translateX(-98%);
  }
}
@keyframes cd-sequence {
  0% {
    /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
  100% {
    /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}
@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}
@-moz-keyframes cd-sequence-reverse {
  0% {
    -moz-transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-2%);
  }
}
@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -moz-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    -o-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1300px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1441px) {
	.scene .layer-mountains {
		background-position: bottom right;
		height: 400px;
		bottom: -1%;
	}
	.scene .layer-clouds1 {
		height: 80vh;
	}
	.scene .layer-clouds2 {
		height: 80vh;
	}
	.scene .layer-bus {
		width: 758px;
		height: 703px;		
	}
	.scene .layer-bus {
		width: 758px;
		height: 703px;
	}
	.scene .layer-hops {
		    width: 534px;
			height: 819px;	
	}
	.scene .layer-ger {
		    width: 285px;
			height: 352px;
	}
	.scene .layer-bay {
		width: 297px;
		height: 334px;
	}
	.scene .layer-schild {
		width: 371px;
		height: 294px;
	}
	.jumbotron h1, .jumbotron .h1 {
    	font-size: 292px; 
    }
    .scene .layer-hops2 {
		width: 384px;
	    height: 593px;
	    right: -3%;	    
    }

}

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1399px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1299px) {
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 200px;
	}
	.scene .layer-bus {
		width: 568px;
		height: 600px;
	}
	.scene .layer-hops {
	    width: 407px;
	    right: -14%;
	}
	blockquote {
		font-size: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	body {
		font-size: 15px;
		line-height: 1.75;
	}
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 160px;
	}
	.navbar-nav>li>a {
		font-size: 18px;
		padding: 6px 20px;

	}
	.navbar-right.navbar-nav>li>a.btn {
		    padding: 9px 20px 12px;
		    font-size: 12px;
		    margin-top: 5px;
	}
	.navbar-center .triangle {
		    padding: 4px 10px 0;
	    top: 5px;
	}
	.c-block {
	    padding: 55px 0;
	}
	.c-block-md {
	    padding: 30px 0;
	}
	h1,
	.h1 {
	  font-size: 50px;
	}
	h2,
	.h2 {
	  font-size: 38px;
	}
	h3,
	.h3 {
	  font-size: 28px;
	}
	h4,
	.h4 {
	  font-size: 26px;
	}
	h5,
	.h5 {
	  font-size: 21px;
	}
	h6,
	.h6 {
	  font-size: 16px;
	}
	.scene .layer-bus {
	    width: 458px;
	    height: 421px;
	}
	.scene .layer-schild {
		width: 245px;
		height: 214px;
	}
	.scene .layer-hops {
    	width: 336px;
        height: 559px;
		right: -14%;
	}
	.scene .layer-hops2 {
		width: 284px;
		height: 433px;
	}
	.scene .layer-ger {
		 width: 165px;
		height: 232px;
	}
	.scene .layer-bay {
		width: 157px;
	    height: 194px;		
		top: 37%;
	}
	p {
		font-size: 16px;
	}
	.hop-3 {
		width: 260px;
		height: auto;
	}
	blockquote {
		font-size: 22px;
	}
	.grid-item-content {
		min-height: auto;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 850px) {
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 145px;

	}
	.jumbotron h1, .jumbotron  {

	    left: 20%;
	}
	.hop-3 {
	    width: 223px;

	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	body {
		font-size: 14px;
		line-height: 1.7;
	}
	header {
		padding: 0;
	}
	p {
		font-size: 15px;
	}
	.head,
	.scene {
		height:		90vh;
	}
	 .jumbotron h1, .jumbotron .h1 {
	    font-size: 95px;
	}
	.scene .jumbotron {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.jumbotron h1, .jumbotron {
	    left: auto;
	
	}
	.scene .layer-bus {
	    width: 301px;
	    height: 281px;
	    left: -5%;
	}  
	.scene .layer-schild {
	    width: 170px;
	    height: 144px;
	    left: auto;
	    right: -5%
	}
	.scene .layer-hops {
	    width: 226px;
	    height: 339px;
	    right: -14%;
	}
	.scene .layer-hops2 {
	    width: 160px;
	    height: 193px;
	    right: -7%;
	    bottom: 7%;
	}
	.scene .gradient-bottom {
		height: 60px;
	}

	.scene .layer-ger {
	     left: 34%;

	    width: 125px;
	    height: 172px;
	}
	.scene .layer-bay {
	    width: 130px;
	    height: 158px;
	    left: 40%;
	    top: 32%;
    }
    .scene .layer-mountains {
	    background-size: cover;
	    height: 150px;
	    right: 0;
	    width: 105%;
    }
    .scene .top-logos ul li {
	    padding: 0 5px;
    }
	.scene .top-logos ul li img {
		max-width: 65px;
	}
	.scene .top-links {
		font-size: 10px;
	}
	.scene .top-links ul li a {
		padding: 5px 5px 0;
	}
    .btn {
	    padding: 12px 35px 13px;
	    font-size: 13px;
    }
	.btn.btn-lg {
	    padding: 15px 35px 15px;
	    font-size: 15px;
	}
	h1,
	.h1 {
	  font-size: 40px;
	}
	h2,
	.h2 {
	  font-size: 30px;
	}
	h3,
	.h3 {
	  font-size: 24px;
	}
	h4,
	.h4 {
	  font-size: 20px;
	}
	h5,
	.h5 {
	  font-size: 18px;
	}
	h6,
	.h6 {
	  font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
	    margin-top: 18px;
	    margin-bottom: 10px;
	}
	blockquote {
	    font-size: 16px;
	}
	blockquote:before, blockquote:after {
		font-size: 85px;
		display: none;
	}
	blockquote:before {
		left: -25px;
	}
	blockqute:before {
		right: 0;
	}
	.down {
		width: 35px;
	}
	.hop-3 {
	    width: 123px;
	    bottom: -5%;
	}
	.content {
		padding: 20px !important;
		text-align: center;
	}
	.content .entry p {
		text-align: left;
	}
	.inslide {
		width: 90%;
		padding: 20px;
	}
	.text-large {
	    font-size: 16px;
	}
	.play {
		width: 50px;
	}
	footer .footer-nav {
		font-size: 14px;
		letter-spacing: 1px;
	}
	footer .footer-nav li {
	    padding: 5px 10px;
	}
	.nav > li {
		display: inline-block;
	}
	.navbar-center .triangle {
	    padding: 4px 8px 0;
	    position: relative;
	    top: 7px;
	}
	.navbar-center {
		width: 100%;
		left: 50%;
		margin: 8px 0;
	}
	.navbar-nav>li>a {
		font-size: 18px;
		padding: 5px 16px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {
	.navbar-nav>li>a {
		font-size: 17px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.navbar-nav>li>a {
	    font-size: 15px;
	    padding: 5px 10px;
	}
	.jumbotron h1, .jumbotron .h1 {
	    font-size: 85px;
	}
	.scene .top-logos ul li img {
	    max-width: 50px;
	    height: auto;
	}
	.scene .top-links ul {
		    margin: 0 0 10px;
	}
	.scene .top-links ul li a {
	    padding: 5px 0px 0;
	}
}