/*======normalize=======*/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
   -os-text-size-adjust: 100%; 
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 62.5%;
    line-height: 1.4;
    font-family: Georgia, serif, Times;
    margin:0px;
    padding:0px;
    text-align:center;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */


textarea {
    resize: vertical;
}
/* =====custom styles=======*/

.centerMargins{
	margin:0px auto;
}

.centerText{
	text-align:center;
}

#introMaskImg{
	opacity:0.95;
}

#homeButtonDiv{
	opacity:0.5;
}

#homeButtonDiv:hover{
	opacity:1;
}

.pulseGlow{
	animation: pulseGlow 2s linear infinite;
	-webkit-animation: pulseGlow 2s linear infinite;
	-o-animation: pulseGlow 2s linear infinite;
	-moz-animation: pulseGlow 2s linear infinite;
}

.pulseGlowSm{
	animation: pulseGlowSm 2s linear infinite;
	-webkit-animation: pulseGlowSm 2s linear infinite;
	-o-animation: pulseGlowSm 2s linear infinite;
	-moz-animation: pulseGlowSm 2s linear infinite;
}

.adjOpaq_0-1_5s_4sDel{
	animation: adjOpaq_0-1_75perc 5s linear forwards;
	-webkit-animation: adjOpaq_0-1_75perc 5s linear forwards;
	-o-animation: adjOpaq_0-1_75perc 5s linear forwards;
	-moz-animation: adjOpaq_0-1_75perc 5s linear forwards;
}


.adjOpaq_1-0_7s_6sDel{
	animation: opa 7s linear forwards;
	-webkit-animation: opa 7s linear forwards;
	-o-animation: opa 7s linear forwards;
	-moz-animation: opa 7s linear forwards;
}

.adjOpaq_0-1_3s{
	/*background: url(img/black.jpg) no-repeat;*/
	animation: zeroOpaqToOne 3s ease forwards;
	-webkit-animation: zeroOpaqToOne 3s ease forwards;
	-o-animation: zeroOpaqToOne 3s ease forwards;
	-moz-animation: zeroOpaqToOne 3s ease forwards;	
}

.adjOpaq_0-1_4s{
	/*background: url(img/black.jpg) no-repeat;*/
	animation: zeroOpaqToOne 4s ease forwards;
	-webkit-animation: zeroOpaqToOne 4s ease forwards;
	-o-animation: zeroOpaqToOne 4s ease forwards;
	-moz-animation: zeroOpaqToOne 4s ease forwards;	
}

.adjOpaq_1-0_3s{
	animation: oneOpaqToZero 3s linear 0s 1 forwards;
	-webkit-animation: oneOpaqToZero 3s linear 0s 1 forwards;
	-o-animation: oneOpaqToZero 3s linear 0s 1 forwards;
	-moz-animation: oneOpaqToZero 3s linear 0s 1 forwards;	
}

.adjOpaq_1-0_5s{
	animation: oneOpaqToZero 5s linear 0s 1 forwards;
	-webkit-animation: oneOpaqToZero 5s linear 0s 1 forwards;
	-o-animation: oneOpaqToZero 5s linear 0s 1 forwards;
	-moz-animation: oneOpaqToZero 5s linear 0s 1 forwards;	
}

.adjOpaq_1-0_9s{
	animation: oneOpaqToZero 9s linear 0s 1 forwards;
	-webkit-animation: oneOpaqToZero 9s linear 0s 1 forwards;
	-o-animation: oneOpaqToZero 9s linear 0s 1 forwards;
	-moz-animation: oneOpaqToZero 9s linear 0s 1 forwards;	
}


.adjOpaq_0-1_5s{
	animation: zeroOpaqToOne 5s ease-in 0s 1;
	-webkit-animation: zeroOpaqToOne 5s ease-in 0s 1;
	-o-animation: zeroOpaqToOne 5s ease-in 0s 1;
	-moz-animation: zeroOpaqToOne 5s ease-in 0s 1 ;	
}

.adjOpaq_1-0_1s{
	animation: oneOpaqToZero 1s linear 0s 1 forwards;
	-webkit-animation: oneOpaqToZero 1s linear 0s 1 forwards;
	-o-animation: oneOpaqToZero 1s linear 0s 1 forwards;
	-moz-animation: oneOpaqToZero 1s linear 0s 1 forwards;	
}

.adjOpaq_1-0_5s_4del{
	animation: adjOpaq_1-0_75perc 5s linear forwards;
	-webkit-animation: adjOpaq_1-0_75perc 5s linear forwards;
	-o-animation: adjOpaq_1-0_75perc 5s linear forwards;
	-moz-animation: adjOpaq_1-0_75perc 5s linear forwards;	
}

.displayNone5s{
	animation: displayNone95perc 5s linear;
	-webkit-animation: displayNone95perc 5s linear;
	-o-animation: displayNone95perc 5s linear;
	-moz-animation: displayNone95perc 5s linear;		
}

.pulseOpacity{
	animation: pulseOpacity 3s linear 0s infinite;
	-webkit-animation: pulseOpacity 3s linear 0s infinite;
	-o-animation: pulseOpacity 3s linear 0s infinite;
	-moz-animation: pulseOpacity 3s linear 0s infinite;
}
	
    /*maintains aspect ratio for 16:9 elements*/
.maintainAR_16to9 {
	width:100vw;
    height: 56.25vw;
 /*   padding-bottom: 56.25%;*/
}

    /*maintains aspect ratio for 4:3 elements*/
 .maintainAR_4to3 {
    padding-bottom: 75%;
}

    /*maintains aspect ratio for 3:2 elements*/
 .maintainAR_3to2 {
    padding-bottom: 66.66%;
}

    /*maintains aspect ratio for 8:5 elements*/
 .maintainAR_8to5 {
    padding-bottom: 62.5%;
}

.fleft{float:left;}
 
.fright{float: right;}
 
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    visibility: hidden;
    display: none !important;
}
/**/
	
.noOpacity{
	opacity:0;
}
	
.noDisplay{
	display:none;
}

.noVisibility {
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
   /* display: table; /* 2 */
}
*/
.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        ytDiv-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

@page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.centerImg{
	   	margin:auto;
}

.cinzelDecorativeFont{
   	font-family: 'Cinzel Decorative', Georgia, serif;
}

.fancyText {
   	font-family: 'Cinzel Decorative', Georgia, serif;
    color:white;
    font-size: 120%;
    text-align: center;
}

@font-face {
    font-family: elianto;
    src: url(../fonts/Elianto/Elianto-Regular.ttf);
}

.eliantoFont{    
	font-family: elianto;
}

@font-face {
    font-family: advent-pro;
    src: url(../fonts/advent-pro/adventpro-regular.ttf);
}

.adventProFont{    
	font-family: advent-pro;
}

.blueText{
	color:rgba(65,121,168,1);
}

.noTextIndent{
	text-indent:0px;
}

.regularFont{
	font-family:"PT Sans",Helvetica,Arial,Garuda,sans-serif;
}

.regularText{
	font-family:"PT Sans",Helvetica,Arial,Garuda,sans-serif;
	font-size:100%;
}

.niceFont{font-family: Georgia, serif, Times;}

.whiteText{
	color:white;
}

.boldText{font-weight:bold;}

.sans-serif{
	font-family:Arial, Helvetica, sans-serif;
}

.font-size_1em{
	font-size_1em;
}

.font-size_1.3em{
	font-size_1.3em;
}

.font-size_1.5em{
	font-size_1.5em;
}

.font-size_1.7em{
	font-size_1.7em;
}

.font-size_2em{
	font-size_2em;
}

.font-size_2.3em{
	font-size_2.3em;
}

.font-size_2.5em{
	font-size_2.5em;
}

.font-size_2.7em{
	font-size_2.7em;
}

.font-size_3em{
	font-size_3em;
}

.font-size_0{font-size:0%;}
.font-size_5{font-size:5%;}
.font-size_10{font-size:10%;}
.font-size_15{font-size:15%;}
.font-size_20{font-size:20%;}
.font-size_25{font-size:25%;}
.font-size_30{font-size:30%;}
.font-size_35{font-size:35%;}
.font-size_40{font-size:40%;}
.font-size_45{font-size:45%;}
.font-size_50{font-size:50%;}
.font-size_55{font-size:55%;}
.font-size_60{font-size:60%;}
.font-size_65{font-size:65%;}
.font-size_70{font-size:70%;}
.font-size_75{font-size:75%;}
.font-size_80{font-size:80%;}
.font-size_85{font-size:85%;}
.font-size_90{font-size:90%;}
.font-size_95{font-size:95%;}
.font-size_100{font-size:100%;}
.font-size_125{font-size:125%;}
.font-size_150{font-size:150%;}
.font-size_175{font-size:175%;}
.font-size_200{font-size:200%;}
.font-size_225{font-size:225%;}
.font-size_250{font-size:250%;}
.font-size_275{font-size:275%;}
.font-size_300{font-size:300%;}
.font-size_325{font-size:325%;}
.font-size_350{font-size:350%;}
.font-size_375{font-size:375%;}
.font-size_400{font-size:400%;}

.border_top_grey{
	border-top:1px solid rgba(200,200,200,1);
}

.border_bottom_grey{
	border-bottom:1px solid rgba(200,200,200,1);
}

.border_left_grey{
	border-left:1px solid rgba(200,200,200,1);
}

.border_right_grey{
	border-right:1px solid rgba(200,200,200,1);
}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.marginAuto{margin:auto;}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.glowText,#enterText:hover{
     color: white;
	 text-shadow:0 0 05px #A5F1FF, 0 0 08px #A5F1FF, 0 0 10px #A5F1FF, 0 0 12px #A5F1FF, 0 0 1px #A5F1FF;
}

#enterText:hover,#fadeMaskLogoImg:hover{
	cursor: pointer;
}

.hideVerticalOverflow{
	overflow-y: hidden;
}

.hideHorizontalOverflow{
	overflow-x: hidden;
}

.scrollVerticalOverflow{
	overflow-y: scroll;
}

.xLrgBoxShadow{
	box-shadow:0px 0px 80px 37px black;
}

.lrgBoxShadow{
	box-shadow:0px 0px 60px 20px black;
}

.medBoxShadow{
	box-shadow:0px 0px 40px 13px black;
}

.smaBoxShadow{
	box-shadow:0px 0px 20px 7px black;
}

.xSmaBoxShadow{
	box-shadow:0px 0px 10px 3px black;
}

.noBg{
	background:rgba(0,0,0,0);
}
/*div:not([class]):not([id]) {
    z-index:-99999;
    opacity:0;
    display:none;
}*/

.centerBlock img{
	box-shadow:0px 0px 10px 5px black;
}

.youTubeVidFillWidth{
	width:10000px;
	height:4400px;
	width:100%;
}

.youTubeVidFillWidthandHeight{
	width:10000px;
	height:4400px;
	width:100%;
	height: 100%;
	position:relative;
}

.blackBackground{background-color:black;}
.blackBoxShadow{box-shadow: 0px 0px 20px 18px black;}
.blackBoxShadowTop{box-shadow: 20px 0px 15px 12px black;}
#homeBlock{padding-bottom:50.25%}


.oneFifthOpacity{opacity:0.20;}
.oneQuarterOpacity{opacity:0.25;}
.oneThirdOpacity{opacity:0.33;}
.twoFifthsOpacity{opacity:0.40;}
.oneHalfOpacity{opacity:0.5;}
.threeFifthsOpacity{opacity:0.60;}
.twoThirdOpacity{opacity:0.66;}
.threeQuarterOpacity{opacity:0.75;}
.fourFifthsOpacity{opacity:0.80;}
.threeThirdOpacity{opacity:0.99;}

.shake{
	animation:shake 1s ease ;
	-webkit-animation:shake 1s ease;
	-moz-animation:shake 1s ease;
	-o-animation:shake 1s ease;
	-ms-animation:shake 1s ease;
}

.slideIn3s{
	animation:slideIn 3s ease forwards;
	-webkit-animation:slideIn 3s ease forwards;
	-moz-animation:slideIn 3s ease forwards;
	-o-animation:slideIn 3s ease forwards;
	-ms-animation:slideIn 3s ease forwards;	
}

.fullOpaOnHov:hover{
	opacity:1;
}

.pointyCursor{cursor:pointer};

.editable p {
    margin: 0;
}

body, html {
    height: 100%;
}

/*==================parallax effect===============================*/
.parallax { 
    /* The image used */
    background-image: url("img_parallax.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}
