body {
    background-image: -webkit-linear-gradient(top, #1f2f52, #00133b);
	background-image: -moz-linear-gradient(top, #1f2f52, #00133b);
	background-image: -o-linear-gradient(top, #1f2f52, #00133b);
	background-image: linear-gradient(to bottom, #1f2f52, #00133b);
    color: #e2f0f0;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 2.5em;
    color: #e2f0f0;
    text-transform: uppercase;
}
h2 {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8em;
}
.centered {
    margin: 0 auto;
    text-align: center;
}
.textAlignLeft {
    text-align: left;
}
.darkbluecolor {
    color: #01143c;
}
.blackText {
    color: #000;
    text-align: left;
}
/* TOP BAR */
header {
    padding: 40px 0 40px 0;
}
.topbarHeading {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.8;
    text-transform: uppercase;
    font-weight: 400;
}
.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation li {
    display: inline-block;
    margin: 5px;
}
.navigation li a {
    color: #fff;
    text-transform: uppercase;
}
.menu-item-active {
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.navigation .menu-item-active a {
    color: #1f2f52;
    margin: 15px;
    font-weight: 700;
}

/* TRANSLATION FLAGS */
#transFlags {
    margin: 0 auto;
}
#engFlag, #frFlag {
    background-image:url(../img/flags.png);
    width: 64px;
    height: 48px;
    display: inline-block;
    padding: 0 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -khtml-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
}
#engFlag:hover, #frFlag:hover {
    opacity: 1.0;
    cursor: pointer;
}
#engFlag {
    background-position: -84px 0;
}
#frFlag {
    background-position: 0 0;
}
.selectedFlag {
    opacity: 1.0;
}
.unselectedFlag {
    opacity: 0.4;
}

/* TOP SECTION */
#topSection {
    background-color: #fff;
    color: #000;
    padding-bottom: 50px;
    padding-top: 50px;
}
.topHeading {
    margin: 20px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.2em;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.topSubheading {
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 300;
}
.topDlBtn {
    color: #deeeee;
	text-shadow: 3px 4px rgba(164,70,47,.72);
	text-transform: uppercase;
    padding: 25px;
    font-size: 2em;
    font-weight: 700;
    -webkit-box-shadow: inset 0 -5px #92412e;
	-moz-box-shadow: inset 0 -5px #92412e;
	box-shadow: inset 0 -5px #92412e;
	border: solid 1px #92412e;
	background-image: -webkit-linear-gradient(bottom, #ab4e38, #db6e54);
	background-image: -moz-linear-gradient(bottom, #ab4e38, #db6e54);
	background-image: -o-linear-gradient(bottom, #ab4e38, #db6e54);
	background-image: linear-gradient(to top, #ab4e38, #db6e54);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.topDlBtn:hover {
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #ab4e38, #db6e54);
	background-image: -moz-linear-gradient(top, #ab4e38, #db6e54);
	background-image: -o-linear-gradient(top, #ab4e38, #db6e54);
	background-image: linear-gradient(to bottom, #ab4e38, #db6e54);
}

/* HOW TO SECTION */
#howtoSection {
    padding-bottom: 50px;
    border-bottom: solid 1px rgba(222, 238, 238, 0.3);
}

/* INFO SECTION */
#infoSection {
    padding-bottom: 50px;
    border-bottom: solid 1px rgba(222, 238, 238, 0.3);
}


/* QUOTE SECTION */
#quoteSection {
    padding-bottom: 50px;
}
.quotesRow {
    padding: 20px;
}
.quoteBox {
    padding: 15px;
}
.insideQuoteBox {
    border: solid 1px #dddddd;
    color: #555555;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}
.cite {
    color: #0f2146;
    font-weight: 700;
}
footer {
    margin: 30px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #81d3cd;
}
#footerSection {
    background-color: #000000;
    color: #dce0df;
}
.smallText {
    font-size: 0.8em;
}
.psnCode {
    background-color: #ddd;
    padding: 15px;
    font-size: 1.6em;
}
.remodal-close {
    display: none;
}

/* ADBLOCK PROTECTION */
.loadingBox2 {
    display: none;
    text-align: center;
    padding: 10px;
    width: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(183,183,183,.75);
	-moz-box-shadow: 0 1px 2px rgba(183,183,183,.75);
	box-shadow: 0 1px 2px rgba(183,183,183,.75);
    z-index: 999;
}
.loadingBox3 {
    display: block;
    text-align: center;
    padding: 10px;
    width: 500px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(183,183,183,.75);
	-moz-box-shadow: 0 1px 2px rgba(183,183,183,.75);
	box-shadow: 0 1px 2px rgba(183,183,183,.75);
    z-index: 999;
}
.loadingBox3 h1 {
    color: #222;
}
.whiteBox {
    background-color: #efefef;
	border: solid 1px #acacac;
    color: #222;
}
.centeredImg {
    text-align: center;
    margin: 0 auto;
}
.closeIcon {
    text-align: right;
    float: right;
}
.closeIcon:hover {
    cursor: pointer;
}
.blackcover2 {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 998;
	opacity: 0.70; 
}
.blackcover3 {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 998;
	opacity: 0.70; 
}
.centeredScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -240px;
}
.screenCenterABP {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-top: -100px;
    margin-left: -240px;
}
.centeredImg {
    text-align: center;
    margin: 0 auto;
}
#tester {
    display: none;
}
.hiddenElement {
    display: none;
}
.lockedContent {
    display: none;
}
.shareLock {
    display: block;
}