/* load fonts first */


/** Generated by FG **/
@font-face {
	font-family: 'Conv_DEMON_NI';
	src: url('fonts/DEMON_NI.eot');
	src: local('☺'), url('fonts/DEMON_NI.woff') format('woff'), url('fonts/DEMON_NI.ttf') format('truetype'), url('fonts/DEMON_NI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'royalpain';
	src: url('fonts/royalpain.eot');
	src: local('☺'), url('fonts/royalpain.woff') format('woff'), url('fonts/royalpain.ttf') format('truetype'), url('fonts/royalpain.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'typewriterbold';
	src: url('fonts/typewriterbold.eot');
	src: local('☺'), url('fonts/typewriterbold.woff') format('woff'), url('fonts/typewriterbold.ttf') format('truetype'), url('fonts/typewriterbold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'rough_typewriter';
	src: url('fonts/rough_typewriter.eot');
	src: local('☺'), url('fonts/rough_typewriter.woff') format('woff'), url('fonts/rough_typewriter.ttf') format('truetype'), url('fonts/rough_typewriter.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



html, body {
				
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 768px;
		
}
a {
	text-decoration:none;
}

img {border : 0;}

body {

	margin: 0;
	background-color: transparent !important;
	position: relative;
	font-size:13px;
	color: #FFF;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	line-height: 18px;
	color: #FFF;
	
}

#bg {

	position: fixed;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: -10000;
	
}

.bg {

	position: fixed;
	top: 0;
	z-index: -9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

.bg img {

	position: relative;
	
}

.preloader {

	position: fixed;
	top: 50%;
	left: 50%;
	
	visibility: hidden;
	pointer-events: none;
	margin: -24px 0 0 -24px;
	
	opacity: 0;
	width: 48px;
	height: 48px;
	z-index: 999999;
	border-radius: 50%;
	background-color: #111;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	-webkit-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.preloader.preloader-on {

	opacity: 1;
	visibility: visible;
	
}

.preloader div {

	position: absolute;
	top: -6px;
	left: -6px;
	
	width: 60px;
	height: 60px;

}

.preloader span {
	
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	background-color: #111;
	z-index: 99;
	
	width: 24px;
	height: 24px;
	border-radius: 50%;
	
}

.preloader canvas {

	position: absolute;
	outline: 3px solid transparent;
	
}

.canvas {

	margin: -8px 0 0 -8px;
	
}

#wrapper {

	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	min-height: 768px;
	
}

#header {

	position: absolute;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	
}

#footer {

	position: absolute;
	width: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	
}

#header > div, #footer > div {

	position: relative;
	/*visibility: hidden;
	width: 100%;*/
	
}

#header img, #footer img {

	position: absolute;
	z-index: 1;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

span.containerBg {
	
	position: absolute;
	left: 0;
	
	display: block;
	width: 100%;
	min-width: 980px;
	z-index: 0;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.button {
	
	cursor: pointer;
	
	-webkit-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.button:hover {

	opacity: 0.65;
	
}

.button.menu-active {

	cursor: default;
	opacity: 0.65;
	
}

#content {

	position: absolute;
	z-index: 99;
	overflow: hidden;
	
}

video {

	position: absolute;
	outline: none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.textcontent, .newscontent {
	
	padding: 20px 40px 0 20px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.newscontent {

	padding: 20px;
	
}

.textcontent > div {
	
	overflow: hidden;
	
}

.trans-scroll {
	
	-webkit-transition: margin-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: margin-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: margin-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: margin-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: margin-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.scroll-transition {

	-webkit-transition-property: opacity, top !important;
	-moz-transition-property: opacity, top !important;
	-o-transitio-propertyn: opacity, top !important;
	-ms-transition-property: opacity, top !important;
	transition-property: opacity, top !important;
	
}

.textcontent h1, .newscontent h1 {

	font: 32px "Conv_DEMON_NI", sans-serif;
	color:#F00;
	margin: 0 0 12px 0;
	
}

.textcontent p, .newscontent p {
	margin: 12px 0 12px 0;
	font-family:"rough_typewriter", sans-serif;
	font-size:13px;
	color: #FFF;	
	letter-spacing:1px;
}

.textcontent h2, h3 {
	font: 25px "Conv_DEMON_NI", sans-serif;
	letter-spacing: 1px;
	color: #FFCE00;
}

.textcontent h4 {
	font-size: 15px;
	letter-spacing: 1px;
	color: #0089CC;
}
.textcontent a, .newscontent a {
	color: #F00;
	text-decoration: underline;
}


.textcontent a:hover, .newscontent a:hover {

	text-decoration: none;
	
}

.textcontent a:visited, .newscontent a:visited {
	color: #FF0004;	
}

.textcontent p:first-child,
.newscontent p:first-child {

	margin-top: 0;
	
}

.textcontent p:last-child,
.newscontent p:last-child {

	margin-bottom: 0;
	
}

#scrollbar {
	
	width: 20px;
	height: 33%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.35);
	position: absolute;
	right: 0;
	top: 0;
	
}

#scrollbar:after {

	content: "- \A - \A -";
	white-space: pre;
	position: absolute;
	top: 50%;
	left: 7px;
	color: #BBB;
	line-height: 3px;
	font-size: 18px;
	margin-top: -5px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	
}

#alternate-scrollbar {

	width: 15px;
	height: 100%;
	text-align: center;
	
	position: absolute;
	right: 6px;
	top: 6px;
	
}

#alternate-scrollbar .scroll-bar {

	width: 5px;
	height: 10%;
	background: url(../img/graphics/scroll_line.png) repeat-y center top;
	
	position: absolute;
	top: 55px;
	left: 5px;
	cursor: pointer;
	opacity: 1;
	
	-webkit-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

#alternate-scrollbar .scroll-top {

	width: 15px;
	height: 39px;
	background: url(../img/graphics/scroll_arrow_up.png) no-repeat;
	
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 1;
	
	-webkit-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

#alternate-scrollbar .scroll-bottom {

	width: 15px;
	height: 39px;
	background: url(../img/graphics/scroll_arrow_down.png) no-repeat;
	
	position: absolute;
	bottom: 12px;
	right: 0;
	cursor: pointer;
	opacity: 1;
	
	-webkit-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: opacity 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

#alternate-scrollbar .scroll-bar:hover,
#alternate-scrollbar .scroll-top:hover,
#alternate-scrollbar .scroll-bottom:hover {
	
	opacity: 1;
	
}

.news-buttons {

	margin-bottom: 10px;
	
}

.news-button {

	font: 24px "Yanone Kaffeesatz", sans-serif;
	display: inline-block;
	white-space: nowrap;
	margin-right: 15px;
	cursor: pointer;
	
	color: #CCC;
	color: rgba(255, 255, 255, 0.65);
	
	-webkit-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: color 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.news-button:hover {

	color: #FFF;
	color: rgba(255, 255, 255, 1);
	
}

.news-button.active-news {

	color: #FFF;
	color: rgba(255, 255, 255, 1);
	cursor: auto;
	
}

.image-link {

	padding: 0;
	margin: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	
}

/* ************************************************ */
/*             BEGIN ALTERNATE PRELOADER            */
/* ************************************************ */

.alternate-preloader {

	opacity: 0;
	visibility: hidden;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	pointer-events: none;
	margin: -7px 0 0 -60px;
	z-index: 999999;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	-webkit-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	
}

.alternate-preloader.preloader-on {

	opacity: 1;
	visibility: visible;
	
}

#noTrespassingOuterBarG {
	
	height: 15px;
	width: 120px;
	border: 1px solid #000;
	overflow: hidden;
	background-color: #666;
	position: relative;

}

.noTrespassingBarLineG {
	
	background-color: #000;
	float: left;
	width: 11px;
	height: 90px;
	margin-right: 18px;
	margin-top: -21px;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);

}

.noTrespassingAnimationG {
	
	width: 177px;
	
	-moz-animation-name: noTrespassingAnimationG;
	-moz-animation-duration: 1.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	
	-webkit-animation-name: noTrespassingAnimationG;
	-webkit-animation-duration: 1.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	
	-ms-animation-name: noTrespassingAnimationG;
	-ms-animation-duration: 1.3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	
	-o-animation-name: noTrespassingAnimationG;
	-o-animation-duration: 1.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	
	animation-name: noTrespassingAnimationG;
	animation-duration: 1.3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	
}

@-moz-keyframes noTrespassingAnimationG {
	
	0% {
		margin-left: -29px;
	}
	
	100% {
		margin-left: 0px;
	}

}

@-webkit-keyframes noTrespassingAnimationG {
	
	0% {
		margin-left: -29px;
	}
	
	100% {
		margin-left: 0px;
	}

}

@-ms-keyframes noTrespassingAnimationG {
	
	0% {
		margin-left: -29px;
	}
	
	100% {
		margin-left: 0px;
	}

}

@-o-keyframes noTrespassingAnimationG {
	
	0% {
		margin-left: -29px;
	}
	
	100% {
		margin-left: 0px;
	}

}

@keyframes noTrespassingAnimationG {
	
	0% {
		margin-left: -29px;
	}
	
	100% {
		margin-left: 0px;
	}

}

/* ************************************************ */
/*              END ALTERNATE PRELOADER             */
/* ************************************************ */



/* ************************************************ */
/*             START NEW PAGE TRANSITION            */
/* ************************************************ */

.page-transition {
 
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999998;
       
        background: #000; /* fallback for really old browsers */
        background: -moz-radial-gradient(center, ellipse cover,  rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 99%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(99%,rgba(0, 0, 0, 0.75)));
        background: -webkit-radial-gradient(center, ellipse cover,  rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.75) 99%);
        background: -o-radial-gradient(center, ellipse cover,  rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.75) 99%);
        background: -ms-radial-gradient(center, ellipse cover,  rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.75) 99%);
        background: radial-gradient(ellipse at center,  rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.75) 99%);
       
        /* IE fallback (rgba not supported) */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 );
       
}
.posters {
 
        height: 440px; /* image height plus 40px for top and bottom border */
        overflow: hidden;
        white-space: nowrap;
       
}
 
.posters a {
 
        display: inline-block;
        margin-right: 6px;
		color:#F00;
		text-decoration:none;
      
        -webkit-transition: opacity 0.4s ease-out;
        -moz-transition: opacity 0.4s ease-out;
        -o-transition: opacity 0.4s ease-out;
        -ms-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
       
}
 
.poster a:last-child {
 
        margin-right: 0;
       
}
 
.posters a:hover {
 
        opacity: 0.5;
       
}
 
.posters a:focus {
 
        outline: none;
       
}

img {border : 0;}


/* Google Ads iFrame fix */
iframe[name=google_conversion_frame] {position: absolute !important; z-index: 0 !important; height: 0 !important}

iframe[name="google_conversion_frame"],
iframe[name="Trade Desk Tracking - Phoenix Retargeting GAN"] {
   
    height: 0 !important;

    position: absolute !important;
    z-index: 0 !important;   

}


/* NEW FOR SOCIAL BUTTONS */
.social-btn {overflow: hidden};

/* NEW FOR FAQS */
.textcontent .faq .question {cursor: pointer;}
.textcontent .faq .question .plus-minus:after {content: url(../img/graphics/plus.png); left: 2px;}
.textcontent .faq .question.active .plus-minus:after {content: url(../img/graphics/minus.png);}
.textcontent .faq .answer {display: none;}

/* NEW FOR BG IMAGE MOUSE PANNING */
.mouse-move {
	
	/* adjust these numbers for more/less image panning (between 1.15-1.35 is best) */
	-webkit-transform: scale(1.25, 1.25) translate3d(0, 0, 0);
	-moz-transform: scale(1.25, 1.25) translate3d(0, 0, 0);
	-ms-transform: scale(1.25, 1.25) translate3d(0, 0, 0);
	-o-transform: scale(1.25, 1.25) translate3d(0, 0, 0);
	transform: scale(1.25, 1.25) translate3d(0, 0, 0);
	
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	
	-webkit-backface-visibility:hidden;
	backface-visibility: hidden;
	
}

body > iframe, body > img {

    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    z-index: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
    
}