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


div.tour { 
	position: relative;
	display: block;
}
.tourtitle {
	font-weight: 500;
	margin: 0;
	font-size: x-large;
}
.full .tour {
    height: inherit;
}
div.tour { 
	position: relative;
	display: block;
}

img.tourimage {
	width: 100%;
	position: relative;	
	display: block;
}

div.tourdesc {
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
	background-color: transparent;
	top: 0;
	left: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: transparent;
}

div.tourdesc .allcenter {
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2em;	
} 
.deluxe .tourcaption { font-size: 28px;}                                    
#lite .tourcaption { font-size: 40px;}
//div.tourdesc .launch:after {
 //  font-family:  FontAwesome;
//	content: " \f144";
//	font-size: 5em;	 
//	line-height: 1.5em;
//    margin: 0;
 //   padding: 0;
//}
div.tourdesc .launch {
    font-family:  FontAwesome;
    content: " \f144";    
    font-size: 5em;	 
    line-height: 0.5em;
    cursor: pointer;
    color: #697CAD;
    background-color: #F3F3F3;
    border-radius: 60px;
    margin: 0.4em;
    padding: 0;
    text-shadow:none !important;
}
div.tourdesc .allcenter .tourtitle, div.tourdesc .allcenter a { 
	color: inherit; 	
}

div.tourdesc:hover {
	background-color: rgba(255,255,255,0.8); 
	color: inherit;
}

div.tourdesc:hover .allcenter .tourtitle {
	color: #333;
    text-decoration: none;
}
div.tourdesc:hover .allcenter a {
	color: #697CAD;
    text-decoration: none;
}

div.tourdesc:hover .credit a:hover {
    text-decoration: underline;
}
div.tourdesc .launch:hover {
	//color: #002172;
    text-decoration: none;
      color: #00237a;
}    
.lite, #lite { display:none;}
    
@media only screen and (max-width: 900px) { 
    #lite { display: block;}
}    
@media only screen and (max-width: 699px) {
    .lite { display: inline;}
    .deluxe, #deluxe { display:none;}
}
