/*
	HOME & WELCOME PAGE
*/
.homeContent{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
#home-page .welcomeContent{
	display: none;
}
#home-page .homeContent{
	display: block;
	position: relative;
	height: auto;
	overflow-y: auto;
}
/*
	WELCOME PAGE
*/
.welcomeBorder{
	position: absolute;
	top:-10px;
	height: 101%;
	height: -webkit-calc(100% + 20px);
	height: -moz-calc(100% + 20px);
	height: calc(100% + 20px);
	width: 16px;
	z-index: 12;
	box-shadow: 0 0 20px #111;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	background:url('/images/_pages/_global/middleVerticleBarNoShadow.png') repeat-y;
}
.welcomeBorder.first{
	left: 31%;
	left: -webkit-calc(31% - 16px);
	left: -moz-calc(31% - 16px);
	left: calc(31% - 16px);
}
.welcomeBorder.second{
	left: 69%;
}
.welcomeBorder.first.small{
	z-index: 8;
	height: 100%;
	height: -webkit-calc(100% + 4px);
	height: -moz-calc(100% + 4px);
	height: calc(100% + 4px);
}
.welcomeBorder.mid{
	z-index: 8;
	left: 49%;
	left: -webkit-calc(50% - 8px);
	left: -moz-calc(50% - 8px);
	left: calc(50% - 8px);
}
.welcomeContent{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
}
.welcomeContent .coll{
	position: absolute;
	left: 0;
	top:0;
	width: 31%;
	width: -webkit-calc(31% - 16px);
	width: -moz-calc(31% - 16px);
	width: calc(31% - 16px);
	height: 100%;
	z-index: 8;
}
.welcomeContent .coll.second{
	width: 38%;
	left: 31%;
}
.welcomeContent .coll.third{
	left: 69%;
	left: -webkit-calc(69% + 16px);
	left: -moz-calc(69% + 16px);
	left: calc(69% + 16px);
}
.welcomeContent .coll.second.two{
	width: 67.3333334%;
	width: -webkit-calc(2* ((100% - 32px)/3));
	width: -moz-calc(2* ((100% - 32px)/3));
	width: calc(2* ((100% - 32px)/3));
}
.welcomeContent .wHR{
	height: 16px;
	position: absolute;
	bottom: 0;
}
.wVideos{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 30%;
}
.wVideos .videoImg{
	position: absolute;
	right: 4%;
	bottom: 14px;
	width: 80%;
	height: 80%;
}
.wVideos .super8a{
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:transparent url('/images/_pages/_global/super8-a.png') no-repeat 0 0;
	-moz-background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
	-o-background-size: 100% 200%;
	-ms-background-size: 100% 200%;
	background-size: 100% 200%;
}
.wVideos .super8b{
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.wVideos .videoImg:hover .super8b{
	left: 3px;
}
.wVideos .videoImg:hover .super8a{
	background-position: 0% 100%;
}
.wFilms{
	position: absolute;
	top:30%;
	left: 0;
	width: 100%;
	height: 43%;
}
.wFilms .filmImg{
	position: absolute;
	left: 13%;
	bottom: 6px;
	max-width: 80%;
	max-height: 97%;
	z-index: 2;
	-webkit-transition:all .8s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .8s ease;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-backface-visibility:hidden;
}
.wFilms .filmImg2{
	position: absolute;
	left: 0%;
	bottom: 16px;
	max-width: 80%;
	max-height: 97%;
	z-index: 1;
}
.wFilmsLink:hover .filmImg{
	-webkit-backface-visibility:hidden;
	-webkit-transform:rotate(24deg);
	-moz-transform:rotate(24deg);
	-o-transform:rotate(24deg);
	-ms-transform:rotate(24deg);
	transform:rotate(24deg);
	left: 20%;
}

.wNews{
	position: absolute;
	top:70%;
	left: 0;
	width: 100%;
	height: 30%;
}
.wNews .cansImg{
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 83%;
	height: 83%;
	background:transparent url('/images/_pages/_global/cans-a.png') no-repeat 0 0;
	-moz-background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
	-o-background-size: 100% 200%;
	-ms-background-size: 100% 200%;
	background-size: 100% 200%;
}
.wNews .cansImg:hover{
	background-position: 0% 100%;
}
.wTopMid{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 23%;
}
.wStore{
	overflow: hidden;
}
.wStore .storeImg{
	position: absolute;
	left: 5%;
	bottom: 16px;
	max-width: 90%;
	max-height: 97%;
/*	-webkit-transform:translateY(-150%);
	-moz-transform:translateY(-150%);
	-o-transform:translateY(-150%);
	-ms-transform:translateY(-150%);
	transform:translateY(-150%);
	-webkit-animation: dropIn .3s normal forwards ease-in-out;
	-moz-animation: dropIn .3s normal forwards ease-in-out;
	-o-animation: dropIn .3s normal forwards ease-in-out;
	-ms-animation: dropIn .3s normal forwards ease-in-out;
	animation: dropIn .3s normal forwards ease-in-out;
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	-ms-animation-delay:3s;
	animation-delay:3s;*/
}
.wStore .storeImg:hover{
	-webkit-animation: shakenbake .8s ease;
	-moz-animation: shakenbake .8s ease;
	-o-animation: shakenbake .8s ease;
	-ms-animation: shakenbake .8s ease;
	animation: shakenbake .8s ease;
}
.wCommunity .commImg{
	position: absolute;
	left: 5%;
	bottom: 16px;
	max-width: 90%;
	max-height: 97%;
	z-index: 3;
}
.wCommunity .commImg2{
	position: absolute;
	left: 5%;
	bottom: 16px;
	max-width: 90%;
	max-height: 97%;
	z-index: 2;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
	-webkit-transform-origin: 77% 61%;
	-moz-transform-origin: 77% 61%;
	-o-transform-origin: 77% 61%;
	-ms-transform-origin: 77% 61%;
	transform-origin: 77% 61%;
}
.wCommunity .commImg3{
	position: absolute;
	left: 5%;
	bottom: 16px;
	max-width: 90%;
	max-height: 97%;
	z-index: 1;
}
.wCommLink:hover .commImg2{
	-webkit-transform: rotate(-6deg);
}
.wAdmat{
	position: absolute;
	top:23%;
	left: 0;
	width: 100%;
	height: 50%;
}
.wAdmat #welcomeslider{
	margin-bottom: 0;
}
.wAdmat .welcomeslideIn{
	padding: 10px 20px 26px;
}
.wAdmat .welcomeSlideImg{
	background: rgba(0, 0, 0, 0) center center no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	padding-bottom: 70%;
}
.enter_site_wood{
	position: absolute;
	left: 50%;
	margin-left: -135px;
	bottom: 16px;
	background: transparent url('/images/_pages/_global/welcome_enter_site.png') no-repeat;
	-moz-background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
	-o-background-size: 100% 200%;
	-ms-background-size: 100% 200%;
	background-size: 100% 200%;
	height: 25px;
	width: 270px;
}
.enter_site_wood:hover{
	-moz-background-position: 0 100%;
	-webkit-background-position: 0 100%;
	-o-background-position: 0 100%;
	-ms-background-position: 0 100%;
	background-position: 0 100%;
}
.enter_site_wood:active{
	-webkit-transform: translateY(2px) rotate(-.4deg);
	-moz-transform: translateY(2px) rotate(-.4deg);
	-o-transform: translateY(2px) rotate(-.4deg);
	-ms-transform: translateY(2px) rotate(-.4deg);
	transform: translateY(2px) rotate(-.4deg);
}
.wMidBottom{
	position: absolute;
	top: 73%;
	left: 0;
	width: 100%;
	height: 27%;
}
.wMidBottom .leftSide{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 49%;
	width:-webkit-calc(50% - 8px);
	width:-moz-calc(50% - 8px);
	width:calc(50% - 8px);
}
.wMidBottom .greenImg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.wMidBottom .greenImg2{
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	z-index: 1;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
}
.wGreenLink:hover .greenImg2{
	bottom: 10px;
}
.wMidBottom .rightSide{
	position: absolute;
	left: 50%;
	left: -webkit-calc(50% + 8px);
	left: -moz-calc(50% + 8px);
	left: calc(50% + 8px);
	top: 0;
	height: 100%;
	width: 49%;
	width:-webkit-calc(50% - 8px);
	width:-moz-calc(50% - 8px);
	width:calc(50% - 8px);
}
.wMidBottom .bandImg{
	position: absolute;
	bottom: 4%;
	left: 9%;
	width: 87%;
	max-width: 90%;
}
.wMidBottom .bandPhoto{
	position: absolute;
	bottom: 1%;
	left: 7%;
	width: 88%;
	height: 0;
	padding-bottom: 88%;
	background: transparent url('/images/_pages/_global/band-a.png') no-repeat 0 0;
	-moz-background-size: 100% 200%;
	-webkit-background-size: 100% 200%;
	-o-background-size: 100% 200%;
	-ms-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

}
.wBandLink:hover .bandPhoto{
	-moz-background-position: 0 100%;
	-webkit-background-position: 0 100%;
	-o-background-position: 0 100%;
	-ms-background-position: 0 100%;
	background-position: 0 100%;
}
.wAnnounce{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 79%;
}
.wAnnounce .bgAnnounce{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.36);
	left: 0;
	top: -10px;
	z-index: 2;
}
.wAnnounce .announceImg{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.wAnnounce .announceContent{
	position: relative;
	z-index: 3;
}
.wAnnounce .accounceSlideIn{
	padding: 15px 20px;
}

.wAnnounce .announceTit{
	font-weight: bold;
	margin-bottom: 20px;
}
.wAnnounce .announceSlideImg{
	margin-bottom: 20px;
}
.wPhoto{
	position: absolute;
	top: 79%;
	left: 0;
	width: 100%;
	height: 21%;
}
.wPhoto .wPhotoLink{
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 0;
	padding-bottom: 40%;
	right: 0;
}
.wPhotoLink .wPhotoImg{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -5px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
}
.wPhotoLink:hover .wPhotoImg{
	bottom: 0;
}
.wPhotoLink .wPhotoImg3{
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wPhotoLink .wPhotoImg3{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -5px;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
}
.wPhotoLink:hover .wPhotoImg3{
	bottom: 0;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/*
	WELCOME PAGE KEYFRAME ANIMATIONS
*/
/*@-webkit-keyframes dropIn{
	0%{
		-webkit-transform:translateY(-150%);
	}
	80%{
		-webkit-transform:translateY(0%);
		-webkit-transform:rotate(2deg);
	}
	90%{
		-webkit-transform:rotate(-2deg);
	}
	100%{
		-webkit-transform:rotate(0deg);
	}
}
@-moz-keyframes dropIn{
	0%{
		-moz-transform:translateY(-150%);
	}
	80%{
		-moz-transform:translateY(0%);
		-moz-transform:rotate(2deg);
	}
	90%{
		-moz-transform:rotate(-2deg);
	}
	100%{
		-moz-transform:rotate(0deg);
	}
}
@-o-keyframes dropIn{
	0%{
		-o-transform:translateY(-150%);
	}
	80%{
		-o-transform:translateY(0%);
		-o-transform:rotate(2deg);
	}
	90%{
		-o-transform:rotate(-2deg);
	}
	100%{
		-o-transform:rotate(0deg);
	}
}
@-ms-keyframes dropIn{
	0%{
		-ms-transform:translateY(-150%);
	}
	80%{
		-ms-transform:translateY(0%);
		-ms-transform:rotate(2deg);
	}
	90%{
		-ms-transform:rotate(-2deg);
	}
	100%{
		-ms-transform:rotate(0deg);
	}
}
@keyframes dropIn{
	0%{
		transform:translateY(-150%);
	}
	80%{
		transform:translateY(0%);
		transform:rotate(2deg);
	}
	90%{
		transform:rotate(-2deg);
	}
	100%{
		transform:rotate(0deg);
	}
}*/
@-webkit-keyframes shakenbake{
	0%{
		-webkit-transform:rotate(0deg);
	}
	40%{
		-webkit-transform:rotate(0deg);
	}
	57%{
		-webkit-transform:rotate(2deg);
	}
	70%{
		-webkit-transform:rotate(-2deg);
	}
	80%{
		-webkit-transform:rotate(2deg);
	}
	90%{
		-webkit-transform:rotate(-2deg);
	}
	100%{
		-webkit-transform:rotate(0deg);
	}
}
@-moz-keyframes shakenbake{
	0%{
		-moz-transform:rotate(0deg);
	}
	40%{
		-moz-transform:rotate(0deg);
	}
	57%{
		-moz-transform:rotate(2deg);
	}
	70%{
		-moz-transform:rotate(-2deg);
	}
	80%{
		-moz-transform:rotate(2deg);
	}
	90%{
		-moz-transform:rotate(-2deg);
	}
	100%{
		-moz-transform:rotate(0deg);
	}
}
@-o-keyframes shakenbake{
	0%{
		-o-transform:rotate(0deg);
	}
	40%{
		-o-transform:rotate(0deg);
	}
	57%{
		-o-transform:rotate(2deg);
	}
	70%{
		-o-transform:rotate(-2deg);
	}
	80%{
		-o-transform:rotate(2deg);
	}
	90%{
		-o-transform:rotate(-2deg);
	}
	100%{
		-o-transform:rotate(0deg);
	}
}
@-ms-keyframes shakenbake{
	0%{
		-ms-transform:rotate(0deg);
	}
	40%{
		-ms-transform:rotate(0deg);
	}
	57%{
		-ms-transform:rotate(2deg);
	}
	70%{
		-ms-transform:rotate(-2deg);
	}
	80%{
		-ms-transform:rotate(2deg);
	}
	90%{
		-ms-transform:rotate(-2deg);
	}
	100%{
		-ms-transform:rotate(0deg);
	}
}
@keyframes shakenbake{
	0%{
		transform:rotate(0deg);
	}
	40%{
		transform:rotate(0deg);
	}
	57%{
		transform:rotate(2deg);
	}
	70%{
		transform:rotate(-2deg);
	}
	80%{
		transform:rotate(2deg);
	}
	90%{
		transform:rotate(-2deg);
	}
	100%{
		transform:rotate(0deg);
	}
}






/*
	HOME PAGE CONTENT
*/

h2.tweetIt {
    background: url("/images/_pages/_global/twitter.png") no-repeat scroll left center transparent;
    height: 50px;
    line-height: 65px;
    margin: 0 0 15px;
    padding-left: 80px;
}
.homePage .featVid{
	padding: 5px;
	position: relative;
	z-index: 2;
}
.homePage #featured_video_embed { width:100%; /*width: 456px; height: 262px;*/}
.homePage .featVideoTit{
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.homePage .rAdmat{
	position: relative;
	color: #030303;
	text-overflow:ellipsis;
}
.homePage #homeslider .carousel-inner{
	/*padding: 5px;*/
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 62%;
	margin-top: 5px;
}
.homePage #homeslider .carousel-inner .item{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}
.homePage #homeslider .homeslideImg{
	position: absolute;
	left: 10px;
	top:0;
	width: 100%;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 100%;
	background:transparent center center no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.homePage #homeslider img{
	width: 100%;
}
/*.homePage #homeslider .homesliderIndicators{
	position: absolute;
	bottom: -24px;
	right: 3px;
	line-height: 0;
}*/
/*.homePage #homeslider .homesliderIndicators .carousel-indicators{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: auto;
	width: auto;
	line-height: 0;
	bottom: auto;
	display: inline-block;
}*/
#homeslider .slideCopy{
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.5em;
}

#homeslider .flex-control-nav{
	bottom: -22px;
	display: inline-block;
	right: 0;
	width: auto;
}
#homeslider .flex-control-paging li a{
	background:#92BEBE;
}
#homeslider .flex-control-paging li a.flex-active, #homeslider .flex-control-paging li a:hover{
	background-color: white;
	cursor: pointer;
}
.homePage .twitter{
	padding:12px 12px;
	font-size: 12px;
}
.homePage .twitter .tweet{
	display: none;
}
.homePage .twitterBird{
	background:transparent url('/images/_pages/_global/twitterBird.png') no-repeat 0 0;
	width: 60px;
	height: 45px;
	position: absolute;
	bottom: -10px;
	right: 10px;
	z-index: 15;
	-webkit-animation: twitter-bird 2s step-end infinite;
	-moz-animation: twitter-bird 2s step-end infinite;
	-o-animation: twitter-bird 2s step-end infinite;
	-ms-animation: twitter-bird 2s step-end infinite;
	animation: twitter-bird 2s step-end infinite;
}
.homePage .twitterBird:hover{
	-webkit-animation: twitter-bird-blue 2s step-end infinite;
	-moz-animation: twitter-bird-blue 2s step-end infinite;
	-o-animation: twitter-bird-blue 2s step-end infinite;
	-ms-animation: twitter-bird-blue 2s step-end infinite;
	animation: twitter-bird-blue 2s step-end infinite;
}

@-webkit-keyframes twitter-bird {
  0%   { background-position:0 0px; }
  65%  { background-position: 0 -45px; }
  100% { background-position:0 0px; }
}
@-moz-keyframes twitter-bird {
  0%   { background-position:0 0px; }
  65%  { background-position: 0 -45px; }
  100% { background-position:0 0px; }
}
@-o-keyframes twitter-bird {
  0%   { background-position:0 0px; }
  65%  { background-position: 0 -45px; }
  100% { background-position:0 0px; }
}
@keyframes twitter-bird {
  0%   { background-position:0 0px; }
  65%  { background-position: 0 -45px; }
  100% { background-position:0 0px; }
}

@-webkit-keyframes twitter-bird-blue {
  0%   { background-position:0 -90px; }
  65%  { background-position: 0 -136px; }
  100% { background-position:0 -90px; }
}
@-moz-keyframes twitter-bird-blue {
  0%   { background-position:0 -90px; }
  65%  { background-position: 0 -136px; }
  100% { background-position:0 -90px; }
}
@-o-keyframes twitter-bird-blue {
  0%   { background-position:0 -90px; }
  65%  { background-position: 0 -136px; }
  100% { background-position:0 -90px; }
}
@keyframes twitter-bird-blue {
  0%   { background-position:0 -90px; }
  65%  { background-position: 0 -136px; }
  100% { background-position:0 -90px; }
}

.homePage .horizDivider{
	z-index: 13;
}
.homePage .bottomSect{
	position: relative;
}
.homePage #latestNews{
	position: relative;
	padding: 18px 20px 20px;
}
.homePage #latestNews .shareLinks{
	border-bottom: 1px solid #AAA;
	padding-bottom: 20px;
	line-height: 0;
}
.homePage .newsContent{
	margin-top:15px;
}
.homePage #instaDiv{
	position: relative;
	padding:18px 0px 20px 0px;
}
.homePage #instaDiv h3{
	padding:0 20px;
}
.homePage #instaDiv #instaslider{
	margin-bottom: 0;
}
.homePage #instaPics{
	margin-top:20px;
}
.homePage #instaPics:after{
	display: table;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
	line-height: 0;
}
.homePage .instaItemIn{
	padding: 0 20px;
}
.homePage .instaImg{
	position: relative;
	float: left;
	margin-left: 2%;
	width: 23.5%;
	height: auto;
	line-height: 0;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.7);
	box-shadow: 0 1px 2px rgba(0,0,0,.7);
}
.homePage .instaImg:first-child{
	margin-left: 0;
}
.homePage .instaImg img{
	width: 100%;
}


.homePage .tourDiv{
	position: relative;
	padding:20px 0px 20px;
}
.homePage .tourDiv h3{
	padding: 0 20px;
}
.homePage .tourContent{
	margin-top: 10px;
}
.homePage .tourImg{
	line-height: 0;
	padding:0 20px;
}
.homePage .tourImg img{
	width: 100%;
	position: relative;
	z-index: 1;
}

.homePage .tourItem{
	padding: 10px 20px;
}
.homePage .welcomeContent .tourItem{
	padding: 10px 0;
	width: 105%;
}
.homePage .tourItem:nth-child(even){
	background: rgba(0,0,0,.25);
}
.homePage .tourItem:after{
	display: table;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
	line-height: 0;
}
.homePage .tourDate{
	width: 18%;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
}
.homePage .tourDate .line2{
	font-size: 31px;
	padding-top: 5px;
}
.homePage .tourDate .line3{
	font-size: 15px;
}
.homePage .tourDeets{
	width: 60%;
	display: inline-block;
	float: left;
}
.homePage .tourDeets a{
	font-size: 16px;
	font-weight: bold;
	color:white;
}
.homePage .tourTix{
	width: 20%;
	margin-left: 2%;
	display: inline-block;
	float: right;
	padding-top: 5px;
	text-align: center;
}
.homePage .tourTix .tourbtn{
	font-size: 16px;
	padding: 8px 16px;
}
.homePage #tourlinkOuts{
	padding: 20px 20px 0;
}
.homePage .tourLinkage{
	display: inline-block;
	font-weight: bold;
}
.homePage .tourLinkage.first{
	float: left;
}
.homePage .emptySideDiv{
	padding: 20px;
}
.homePage .tourLinkage.second{
	float: right;
}
.homePage .welcomeContent .tourDate{ font-size: 18px; }
.homePage .welcomeContent .tourDate .line2{ font-size: 28px; padding: 2px 0; }
.homePage .welcomeContent .tourDate .line3{ font-size: 13px; }
.homePage .welcomeContent .tourDeets{ width: 44%; }
.homePage .welcomeContent .tourDeets a{ font-size: 14px; }
.homePage .welcomeContent .tourTix{ width: 36%; padding-top: 15px; }
.homePage .welcomeContent .tourTix .tourbtn{font-size: 14px; padding: 8px 14px; }
