@media (min-width: 1200px) {

}

@media (max-width: 979px) {
	body {
		background-image: url('../../images/bg_header_1078@1x.jpg');
		background-image: -webkit-image-set(url('../../images/bg_header_1078@1x.jpg') 1x,
						url('../../images/bg_header_1078@2x.jpg') 2x);
	}
	body#tour {
		background-image: url('../../images/bg_header_1100@1x.png');
		background-image: -webkit-image-set(url('../../images/bg_header_1100@1x.png') 1x,
						url('../../images/bg_header_1100@2x.png') 2x);
	}
	body#land {
	background: #1d1d1d url('../../images/globusworld-1280@1x.jpg') no-repeat center top;
	background-image: -webkit-image-set(url('../../images/globusworld-1280@1x.jpg') 1x,
	               url('../../images/globusworld-1280@2x.jpg') 2x);
}
	#logo {
		left: -20px;
	}
}
@media (min-width: 980px) and (max-width: 1200px){
	body {
		background-image: url('../../images/bg_header_1078@1x.jpg');
		background-image: -webkit-image-set(url('../../images/bg_header_1078@1x.jpg') 1x,
						url('../../images/bg_header_1078@2x.jpg') 2x);
	}
	body#tour {
		background-image: url('../../images/bg_header_1100@1x.png');
		background-image: -webkit-image-set(url('../../images/bg_header_1100@1x.png') 1x,
						url('../../images/bg_header_1100@2x.png') 2x);
	}
	body#land {
	background: #1d1d1d url('../../images/globusworld-1280@1x.jpg') no-repeat center top;
	background-image: -webkit-image-set(url('../../images/globusworld-1280@1x.jpg') 1x,
	               url('../../images/globusworld-1280@2x.jpg') 2x);
}
	#logo {
		left: -40px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	body {
		background-image: url('../../images/bg_header_1078@1x.jpg');
		background-image: -webkit-image-set(url('../../images/bg_header_1078@1x.jpg') 1x,
						url('../../images/bg_header_1078@2x.jpg') 2x);
	}
	body#tour {
		background-image: url('../../images/bg_header_715@1x.png');
	}
	body#land {
		background: #1d1d1d url('../../images/globusworld-845@1x.jpg') no-repeat center top;
		background-image: -webkit-image-set(url('../../images/globusworld-845@1x.jpg') 1x,
	               url('../../images/globusworld-845@2x.jpg') 2x);
	}
	.masthead {
		height: 150px;
	}
	#logo {
		left: -20px;
	}
	ul.nav {
		margin-bottom: 10px;
	}
	.nav-pills {
		font-size: 15px;
	}
	.nav-pills > li > a {
	  margin-right: 10px;
	  line-height: 20px;
	  padding-top: 10px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
}

@media (max-width: 767px) {
	body {
		background-image: url('../../images/bg_header_767@1x.png');
	}
	body#tour {
		background-image: url('../../images/bg_header_715@1x.png');
	}
	body#land {
		background: #1d1d1d url('../../images/globusworld-845@1x.jpg') no-repeat center top;
		background-image: -webkit-image-set(url('../../images/globusworld-845@1x.jpg') 1x,
	               url('../../images/globusworld-845@2x.jpg') 2x);
	}
	.masthead {
		height: 150px;
	}
	#logo {
		left: -20px;
	}
	ul.nav {
		margin-bottom: 6px;
	}
	.nav-pills {
		font-size: 14px;
	}
	.nav-pills > li > a {
	  margin-right: 6px;
	  line-height: 14px;
	  padding-top: 8px;
	  padding-left: 6px;
	  padding-right: 6px;
	}
	.landing-msg-lg {
		margin-top: 60px;
	}
	.landing-msg-lg p {
		font-size: 42px;
		line-height: 1.2em;
	}
	.landing-msg-sm p {
		text-align: center;
		font-size: 16px;
		line-height: 1.2em;
	}
	
}

@media (max-width: 580px) {
	body {
		background-image: url('../../images/bg_header_580@1x.png');
	}
	body#tour {
		background-image: url('../../images/bg_header_550@1x.png');
	}
	body#land {
		background: #1d1d1d url('../../images/globusworld-563@1x.jpg') no-repeat center top;
		background-image: -webkit-image-set(url('../../images/globusworld-563@1x.jpg') 1x,
	               url('../../images/globusworld-563@2x.jpg') 2x);
	}
	#logo {
		left: 0px;
	}
	.navbar {
		display: block;
	}
	.masthead {
		height: 50px;
	}
	#navigation {
		display: none;
	}
	.navbar {
		/* background-color: #333; */
	}
	.navbar .navbar-inner {
		background-color: transparent;
		border-color: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	/*.navbar-inner {
		background-color: #333;
		background-image: -moz-linear-gradient(top, #444, #333);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#333));
		background-image: -webkit-linear-gradient(top, #444, #333);
		background-image: -o-linear-gradient(top, #444, #333);
		background-image: linear-gradient(to bottom, #444, #333);
		background-repeat: repeat-x;
		border: 1px solid #444;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
		*zoom: 1;	
	} */
	.navbar .btn-navbar .icon-bar {
		background-color: #888;
	}
	
	.navbar .nav > li > a {
		color: #ccc;
		text-shadow: none;
	}
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
	  color: #555555;
	  text-decoration: none;
	  background-color: #e5e5e5;
	  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	}
	.landing-msg-lg {
		margin-top: 36px;
	}
	.landing-msg-lg p {
		font-size: 36px;
		line-height: 1.2em;
	}
	.landing-msg-sm p {
		text-align: center;
		font-size: 15px;
		line-height: 1.2em;
	}
	.well {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}