.textstuff {
	font-family: "lato";
	font-size: 48px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
}

html, body{
	height:100%;
	width:100%;
	/*1.05em;*/
	overflow:hidden;
	background:black;
}
#bgvid, .bottom-video, #slidesixvid {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
	position:absolute;
    background-size: cover;
    -webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99);
    transition: all 1s cubic-bezier(.2,.61,.4,.99);
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
            transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
}
#bgvid{
	bottom:-13%;
	/* bottom:-335px; */
}
.videoblur{
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.4" /><feFuncG type="linear" slope="0.4" /><feFuncB type="linear" slope="0.4" /></feComponentTransfer></filter></svg>#filter');
	filter: blur(10px) brightness(40%);
	-webkit-filter: blur(10px);
	-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) !important;
	        transform: translate3d(0px, 0px, 0px) scale3d(1.02, 1.02, 1) !important;
	-webkit-transition: all 0.5s;
	transition:all 0.5s;
}
.center-vertical-align{
	top: 45%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: relative;
}


.slidevideo{
	-webkit-transform:translate3d(0,-120px,0)  !important;
	        transform:translate3d(0,-120px,0)  !important;
	-webkit-transition: all .8s cubic-bezier(0.13, 0.68, 0.29, 1.04) !important;
	transition: all .8s cubic-bezier(0.13, 0.68, 0.29, 1.04) !important;
}
.pointer{
	cursor:pointer;
}
.discover-text-open{
	height:100% !important;
}
.delete{
	display:none;
}

#bodyContainer{
	-webkit-transition: all .75s cubic-bezier(0.7,0,0.3,1);
	transition: all .75s cubic-bezier(0.7,0,0.3,1);
	height:100%;
	width:100%;
}
.bodyContainer-open{
	-webkit-transform: translatey(75px);
	        transform: translatey(75px);
}
.main{
	position:absolute !important; 
	box-sizing: border-box;
	-webkit-transition: all 1s ease;
	transition:all 1s ease, opacity .75s .2s cubic-bezier(.2, .61, .4, .99);
}
.main-open{
	bottom:0px !important; 
}

/* .itemblocks a {
	text-decoration:none;
	color:white;
}
.itemblocks {
    width: 135px;
    height: 125px;
    background-color: rgba(65,67,67,.9);
    color: white;
    font-family: lato;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    line-height: 120px;
    float: left;
    margin: 10px 0px 0 10px;
    cursor: pointer;
	overflow:hidden;
    -webkit-transition: all 2s, box-shadow .5s;
    transition: all 2s, box-shadow .5s;
}
.itemblocks:hover {
    letter-spacing: 3px;
    font-size: 16px;
    -webkit-transition: all 2s, box-shadow .5s;
    transition: all 2s, box-shadow .5s;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.itemblocks .table{
	display: table;
    height: 100%;
    width: 100%;
}
.itemblocks .table div{
	display: table-cell;
    vertical-align:middle;
} */
.doubleWide{
	width: 250px;
    line-height: 20px;
}
.doubleNarrow{
	line-height: 20px;
}
/* Start of #Main Styling */
.video-container{
	width:100%;
	height:100%;
	overflow:hidden;
	position: absolute;
    top: 0px;
	    -webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99);
	    transition:all 1s cubic-bezier(.2,.61,.4,.99);
		-ms-behavior: url(/backgroundsize.min.htc);
}
/*
.video-container:before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#FFCA8E,#A575FF);
    opacity: .5;
}
*/
#top-half-container{
    width: 100%;
    height: calc(65% - 40px);
	margin-top:40px;
	-webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99), margin-top .5s .35s cubic-bezier(.2,.61,.4,.99);
	transition: all 1s cubic-bezier(.2,.61,.4,.99), margin-top .5s .35s cubic-bezier(.2,.61,.4,.99);
    box-sizing: border-box;
    position: relative;
	z-index:1;
}
#top-half-container .figcaption{
	position: relative;
    z-index: 50;
    height: 100%;
    width: 970px;
    margin: 0px auto;
    display: table;
}
#top-half-container-h2{
	position: relative;
    height: 130px;
    border: 10px solid white;
    box-sizing: border-box;
    border-bottom: none;
	background: rgba(0,0,0,.25);
}

#top-half-container-h2:before{
    content: '';
    height: 100%;
    /* background: #C13552; */
	background: #6aaeda;
    position: absolute;
    width: 0%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#figcaption-inner-container:hover #top-half-container-h2:before{
	width:100% !important;
}
#top-half-container .figcaption h2{
    font-size: 86px;
    font-family: roboto;
    font-weight: 700;
    letter-spacing: 15px;
    line-height: 120px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    text-shadow: 5px 5px 5px rgba(0,0,0,.3);
    margin: 0px;
    z-index: 50;
    position: relative;
	box-shadow: inset 5px 5px 5px rgba(0,0,0,.3);
}
#top-half-figcaption-div{
	font-family: open sans;
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 3px;
    background: white;
    padding: 20px 0px;
    margin-bottom: 0px;
}

#top-half-figcaption-div div p{
	padding: 0px;
    z-index: 50;
    position: relative;
    color: #3C3C3C;
}
#top-half-figcaption-div div:nth-child(2) p{
	padding: 0px;
    font-weight: 300;
    color: #b71234;
}
/*#top-half-figcaption-div div:nth-child(1):before{
	content: "";
    position: absolute;
    border-top: 80px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 590px;
    box-sizing: border-box;
    left: 220px;
}
#top-half-figcaption-div div:nth-child(2):before{
	content: '';
    position: absolute;
    border-top: 80px solid white;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    width: 485px;
    box-sizing: border-box;
    left: 272.5px;
}
*/
.top-half-conatiner-100{
	height: 100%;
}
#bottom-half-container{
	height:35%;
	border-top: 5px solid white;
	border-bottom: 3px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	box-sizing:border-box;
	-webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99);
	transition:all 1s cubic-bezier(.2,.61,.4,.99);
}
.bottom-half{
	height: 100%;
    width: 50%;
    float: left;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
#bottom-left{
	-webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99);
	transition:all 1s cubic-bezier(.2,.61,.4,.99);
	-ms-behavior: url(/backgroundsize.min.htc);
	border-right:3px solid #fff;
	margin-right:-3px;
}


#bottom-right{
	-webkit-transition: all 1s cubic-bezier(.2,.61,.4,.99);
	transition:all 1s cubic-bezier(.2,.61,.4,.99);
	box-sizing:border-box;
	background-size:cover;	
	-ms-behavior: url(/backgroundsize.min.htc);
	background:url('/sites/all/themes/tdcv6/images/taj.jpg');
	border-left:3px solid #fff;
			
}
#bottom-right-text-container{
	position: absolute;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.3);
}
#bottom-right-text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: open sans;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    font-weight: 100;	
}
#bottom-left-text{
	position: absolute;
    height: 80px;
    width: 70%;
    margin-top: -40px;
    top: 50%;
    background: white;
    margin-left: 15%;
    text-align: center;
    font-family: open sans;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: black;
    line-height: 80px;
    font-weight: 100;
    z-index: 50;
}
#bottom-half-container .figcaption{
    position: absolute;
    z-index: 50;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 672px;
    margin-top: -40px;
    top: 50%;
    margin-left: -336px;
    left: 50%;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}
#bottom-half-container .figcaption h2{
	position:relative;
	font-family: open sans;
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: black;
    line-height: 80px;
    font-weight: 100;
    margin: 0px;
	-webkit-transition: all .35s;
	transition:all .35s;
}
#bottom-half-container .figcaption p{
	position: relative;
    font-family: open sans;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: black;
    line-height: 30px;
    font-weight: 300;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}
#bottom-half-container .figcaption:before{

    content: '';
	position: absolute;
    left: 0px;
	top:80px;
    width: 100%;
    height: 80px;
    background: white;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
#bottom-left:hover .figcaption:before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#bottom-left .figcaption p, #bottom-right .figcaption p {
font-size: 20px;
line-height: 31px;
top: 10px;
}


#bottom-left:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#bottom-left:hover .figcaption{
	margin-top:-90px !important;
}
#bottom-left:hover .figcaption h2{
	color:white !important;
}

#bottom-right:hover .figcaption:before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#bottom-right:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#bottom-right:hover .figcaption{
	margin-top:-90px !important;
}
#bottom-right:hover .figcaption h2{
	color:white !important;
}



.slideUp{
	-webkit-filter: blur(15px);
}
.hide{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.small{
	height:100% !important;
	margin-top:0px !important;
}


.scale{
	-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1);
	        transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1);
}
.opacity{
	opacity:.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-filter: blur(3px);
}

#video-container-top_wrapper{
position: absolute !important;
width: 100% !important;
height: 100% !important;
bottom: 0px !important;
}

#contactform-container-outter, #contact-back-container2, #contact-exit {
	bottom:-20px !important; 
} 


/* End of #Main Styling */



@media only screen and (min-width: 1160px) and (max-width: 1500px) {
	
	#bottom-half-container .figcaption h2 {
		font-size: 26px;
		font-size: 1.8vw;
		letter-spacing: 7px;
		letter-spacing: .6vw;
	}
	#bottom-half-container .figcaption{
	    width: 65%;
	    margin-left: 18%;
		left:0;
	}
	#bottom-half-container .figcaption h2 { letter-spacing:5px; font-size:24px;}
	#bottom-half-container .figcaption p {
	    font-size: 17px;
		font-size: 1.2vw;
		letter-spacing: .6vw;	
	}
    #bottom-half-container .figcaption::before { top:72px; height:64px;}
	#bottom-left .figcaption p, #bottom-right .figcaption p {
		font-size: 16px;
		letter-spacing:4px;
		line-height: 21px;
		top: 4px;
	}
	#bgvid { bottom:-45%;}

}
@media only screen and (min-width: 300px) and (max-width: 1160px) {
	
	#bottom-half-container .figcaption h2 {
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 5px;
	}
	#bottom-half-container .figcaption{
	    width: 80%;
	    margin-left: 10%;
		left:0;
	}
	#bottom-half-container .figcaption p {
		font-size: 15px;
		font-size: 1.2vw;
		letter-spacing: 2px;
		margin-top: 17px;
		margin-top: 1.15vw;
	}
	#top-half-container .figcaption{
		width: 80%;
	}
	#top-half-container .figcaption h2{
		font-size: 60px;
		font-size: 7vw;	
	}
	#top-half-figcaption-div{
		font-size: 23px;
		padding: 10px 0px;	
		padding: 1vw 0px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 939px) {

	#top-half-container .figcaption h2 { font-size:55px; letter-spacing:8px;}
	#bottom-left { width:100%; height:50%;}
	#bottom-right { width:100%; height:50%;}
	#bottom-right img { top:-55%!important;}
	#bottom-half-container .figcaption { width:70%; margin-left:15%;}
	#bgvid, .bottom-video, #slidesixvid { top:-155px;}
	#bottom-half-container .figcaption::before { background:rgba(255,255,255,0.9);}
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
	.main { min-height:700px;}
	#top-half-container .figcaption h2 { font-size:24px; letter-spacing:3px;}
	#top-half-container .figcaption h2 span { display:none;}
	#top-half-figcaption-div div p { font-size:16px;}
	#top-half-figcaption-div div p span { display:block;}
	#bgvid { top:0;}
	#top-half-container { height:40%!important;}
	#bottom-half-container {}
	#bottom-half-container .figcaption { width:80%; margin-left:10%;}
	#bottom-half-container .figcaption h2 { font-size: 18px; font-weight: 400; letter-spacing: 2px; }
	
}
/*
@media only screen and (min-width: 500px) and (max-width: 939px) {
	
	#bottom-half-container .figcaption h2 {
		font-size: 20px;
	    font-size: 1.7vw;
		font-weight: 300;
		letter-spacing: 5px;
	}
	#bottom-half-container .figcaption{
	    width: 80%;
	    margin-left: 10%;
		left:0;
	}
	#bottom-half-container .figcaption p {
		font-size: 11px;
		font-size: 1.45vw;
		letter-spacing: 2px;
		letter-spacing: .5vw;
	}
	#top-half-container .figcaption{
		width: 80%;
	}
	#top-half-container .figcaption h2{
		font-size: 35px;
		font-size: 5vw;
	}
	#top-half-figcaption-div{
		font-size: 13px;
		font-size: 2vw;
		padding: 10px 0px;	
		padding: 1vw 0px;
	}
} */

@media only screen and (max-width: 499px) {
.bottom-half {
display: block;
width: 100%;
float: none;
height: 50%;
}
}