@charset "utf-8";
/* CSS Document */

/* =reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background:transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

@font-face {
	font-family: 'quicksand_regular';
	src: url('../font/quicksandregular/quicksand-regular-webfont.eot?') format('eot'),
	     url('../font/quicksandregular/quicksand-regular-webfont.woff') format('woff'),
	     url('../font/quicksandregular/quicksand-regular-webfont.ttf')  format('truetype'),
	     url('../font/quicksandregular/quicksand-regular-webfont.svg#quicksand-regular-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_regular';
	src: url('../font/ralewayregular/raleway-regular-webfont.eot?') format('eot'),
	     url('../font/ralewayregular/raleway-regular-webfont.woff') format('woff'),
	     url('../font/ralewayregular/raleway-regular-webfont.ttf')  format('truetype'),
	     url('../font/ralewayregular/raleway-regular-webfont.svg#raleway-regular-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_bold';
	src: url('../font/ralewaybold/raleway-bold-webfont.eot?') format('eot'),
	     url('../font/ralewaybold/raleway-bold-webfont.woff') format('woff'),
	     url('../font/ralewaybold/raleway-bold-webfont.ttf')  format('truetype'),
	     url('../font/ralewaybold/raleway-bold-webfont.svg#raleway-bold-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_extrabold';
	src: url('../font/ralewayextrabold/raleway-extrabold-webfont.eot?') format('eot'),
	     url('../font/ralewayextrabold/raleway-extrabold-webfont.woff') format('woff'),
	     url('../font/ralewayextrabold/raleway-extrabold-webfont.ttf')  format('truetype'),
	     url('../font/ralewayextrabold/raleway-extrabold-webfont.svg#raleway-extrabold-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_light';
	src: url('../font/ralewaylight/raleway-light-webfont.eot?') format('eot'),
	     url('../font/ralewaylight/raleway-light-webfont.woff') format('woff'),
	     url('../font/ralewaylight/raleway-light-webfont.ttf')  format('truetype'),
	     url('../font/ralewaylight/raleway-light-webfont.svg#raleway-light-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_semibold';
	src: url('../font/ralewaysemibold/raleway-semibold-webfont.eot?') format('eot'),
	     url('../font/ralewaysemibold/raleway-semibold-webfont.woff') format('woff'),
	     url('../font/ralewaysemibold/raleway-semibold-webfont.ttf')  format('truetype'),
	     url('../font/ralewaysemibold/raleway-semibold-webfont.svg#raleway-semibold-webfont') format('svg');
}

@font-face {
	font-family: 'raleway_medium';
	src: url('../font/ralewaymedium/raleway-medium-webfont.eot?') format('eot'),
	     url('../font/ralewaymedium/raleway-medium-webfont.woff') format('woff'),
	     url('../font/ralewaymedium/raleway-medium-webfont.ttf')  format('truetype'),
	     url('../font/ralewaymedium/raleway-medium-webfont.svg#raleway-medium-webfont') format('svg');
}

:focus {
	outline : 0;
}
ol, ul {
	list-style : none;
}
strong {
	font-weight:bold;
}
html, body {
	height: 100%;
	min-height: 100%;
}
* {
	margin: 0;
}

/* =clear */
.clear {
	clear: both;
	font-size: 0.063em;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
	font-family:'raleway_regular';
	margin:0;
	padding:0;
	font-size:0.813em;
	background: url(../img/bkg.jpg) top center no-repeat;
}

header {
	overflow: hidden;
	width: 100%;
	border-top: 4px solid #e35050;
}

header .top {
	background: #ffffff;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	box-shadow: 0px 6px 4px #868788;
}

header .top .inner {
	max-width: 990px;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

header .top .inner #logo {
	width: 97px;
	height: auto;
	float: left;
	margin: 11px 0 11px 0;
}

header .top .inner #logo img {
	max-width: 100%;
	height: auto;
}

header .top .inner .lang {
	float: right;
	width: 25%;
	height: auto;
	margin: 30px 0 0 0;
}

header .top .inner .lang .lang-group { width:100%;}
header .top .inner .lang .lang-group .selector span { width:100% !important;}
header .top .inner .lang .lang-group .selector select { width:100%;}

header .top .inner .banner {
	width: 64%;
	float: left;
	margin: 18px 0 14px 0;
}

.banner .subanner{
	text-align: center;
}

header .lang select {
	width: 100%;
    padding:8px;
    margin: 0;
	font-family: 'raleway';
	/* font-family: 'quicksand_regular'; */
	font-size: 1em;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color:#888;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

option {
    padding:8px;
	font-size: 0.9em;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    header .lang select {padding-right:18px}
}

header .lang label {position:relative}
header .lang label:after {
    content:'▼';
    font:11px "quicksand_regular", monospace;
    color:#fff;
    right:12px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
header .lang label:before {
    content:'';
    right: 1px;
	top: -6px;
	width: 30px;
	height: 27px;
    background:#e35050;
	border-radius: 0 3px 3px 0;
    position:absolute;
    pointer-events:none;
    display:block;
	border-left: 1px solid #d4d8de;
}

header .bottom {
	background: rgba(208, 208, 208, 0.6);
	width: 100%;
	min-height: 54px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	-webkit-box-shadow: 0 5px 10px 2px #868788;
    -moz-box-shadow: 0 5px 10px 2px #868788;
    box-shadow: 0 0px 1px 1px #868788;
    /* box-shadow: 0 5px 10px 2px #868788; */
}

header .bottom .inner {
	max-width: 990px;
	width: 100%;
	min-height: 54px;
	margin-left: auto;
	margin-right: auto;
}

header .bottom .inner ul li{
	float: left;
	color: #515151;
}

header .bottom .inner ul li:last-child {
	margin-right: 0px;
}

header .bottom .inner ul li:hover {
	background: rgba(254, 254, 254, 0.6);
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

header .bottom .inner ul li a {
	font-family: 'raleway_regular';
	font-size: 1.269em;
	color: #515151;
    text-decoration: none;
	padding: 20px 16px 15px;
	display:block;
}

header .bottom .inner ul li:hover a {
	color: #e35050;
	padding: 20px 15px 15px;
}

header .bottom .inner ul li.active {
	background: rgba(254, 254, 254, 0.6);
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

header .bottom .inner ul li.active a {
	color: #e35050;
	padding: 20px 15px 15px;
}

header .bottom .inner ul#social-header li {
	padding: 18px 0 0 0px;
}
header .bottom .inner ul#social-header li a {
	padding: 0;
	margin: 0 0 0 5px;
}

header .bottom .inner ul#social-header li:hover {
	background: none;
	border: none;
}

header .bottom .inner ul#social-header li:last-child{
	padding: 18px 0% 0px;
}

header .bottom .inner ul#social-header li:hover a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

header .bottom .inner ul#social-header li a img:hover {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

body.locale-nl header .bottom .inner ul#social-header li a {
	margin:0;
}

footer {
	min-height: 5em;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px -1px 4px #C2C2C2;
	border-top: 1px solid #c1c1c1;
}

footer .inner {
	width: 100%;
	background: #ffffff;
	min-height: 5em;
	overflow: hidden;
}

footer .inner .innerius {
	max-width: 940px;
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	padding: 28px 2.515% 40px 1.257%;
	margin: 0 auto;
}

footer .inner .innerius .block {
	height: 100%;
	float: left;
}

footer .inner .innerius .block ul {
	margin-top: 30px;;
}

footer .inner .innerius .block .heading {
	border-bottom: 1px solid #c4c4c4;
}

footer .inner .innerius .block1 {
	width: 20%;
}

footer .inner .innerius .block1 p {
	font-family: 'raleway_regular';
	font-size: 0.87em;
	color: #000000;
	margin-top: 8px;
}

footer .inner .innerius .block2 {
	width: 80%;
}

footer .inner .innerius .block2 ul li {
	float: left;
	margin-right: 0;
	width:14%;
}

footer .inner .innerius .block3 ul li a img, .inner .innerius .block2 ul li a img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

footer .inner .innerius .block2 ul li a:hover img {
	filter: none;
	 -webkit-filter: grayscale(0%);
}

footer .inner .innerius .block3 ul li a:hover img {
	filter: none;
	 -webkit-filter: grayscale(0%);
}

footer .inner .innerius .block2 ul li:last-child {
	margin-right: 0;
}

footer .inner .innerius .block2 ul li a img {
	width: 95%;
}

footer .inner .innerius .block .hn1 h1{
	width: 40%;
}

footer .inner .innerius .block .hn2 h1{
	width: 60%;
}

footer .inner .innerius .block .hn3 h1{
	width: 55%;
}

footer .inner .innerius .block h1 {
	font-family: 'raleway_bold';
	font-size: 1.077em;
	color: #e35050;
	padding-bottom: 9px;
	border-bottom: 2px solid #e35050;
}

footer .inner .innerius .block3 ul li {
	float: left;
	margin-right: 3.46%;
	width: 42px;
	height: 42px;
}

footer .inner .innerius .block3 ul li:last-child {
	margin-right: 0;
}

footer .innertwo {
	width: 100%;
	background: #ffffff;
	min-height: 1em;
	overflow: hidden;
	border-bottom: 5px solid #e34f4f;
}

footer .innertwo .innerius {
	max-width: 990px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

footer .innertwo .innerius p {
	font-family: 'raleway_bold';
	font-size: 1.05em;
	color: #ffffff;
}

footer .innertwo .innerius p a {
	text-decoration: none;
	color: #ffffff;
}

footer .innertwo .innerius p a:hover {
	color: #FCA7A7;
}

footer .innertwo .innerius .main {
	max-width: 900px;
	width: 100%;
	display: block;
	background: url(../img/red_layer.png) 50% 0% no-repeat;
	background-size: 94%;
	margin: 0 auto 20px auto;
	padding: 18px 0 0 0;
	height:33px;
}

footer .innerthree {
	width: 100%;
	background: #eeeeee;
	min-height: 1em;
	overflow: hidden;
}

footer .innerthree .innerius {
	max-width: 990px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

footer .innerthree .innerius .top {
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	font-family: 'raleway_regular';
	color: #515151;
	background: url(../img/footerline.png) 0% 105% no-repeat;
	background-size: 100%;
}

footer .innerthree .innerius .top .left{
	width: 50%;
	min-height: 1em;
	overflow: hidden;
	float: left;
	font-size: 1.077em;
}

footer .innerthree .innerius .top .left ul{
	margin: 24px 0 23px 0;
}
footer .innerthree .innerius .top .left ul li {
	display: inline-block;
	border-right: 1px solid #7b7b7b;
	padding: 0 9px 0 5px;
	margin:0 0 10px 0;
}

footer .innerthree .innerius .top .left ul li:last-child {
	border: none;
	padding-right: 0;
}

footer .innerthree .innerius .top .left ul li a {
	text-decoration: none;
	color: #515151;
}

footer .innerthree .innerius .top .left ul li a:hover {
	color: #e35050;
}

footer .innerthree .innerius .top .right{
	width: 50%;
	min-height: 1em;
	overflow: hidden;
	float: left;
	font-size: 1em;
	text-align: right;
	float:right;
}

footer .innerthree .innerius .top .right p {
	margin: 15px 0 16px 0;
}

footer .innerthree .innerius .bottom {
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	font-family: 'raleway_bold';
	font-size: 1em;
	color: #939393;
	text-align: center;
}

footer .innerthree .innerius .bottom p {
	margin: 17px 0 17px 0;
}

/* Wrapper */
.wrapper { width:100%; }

.wrapper .inner {
	max-width: 990px;
	width: 100%;
	min-height: 28em;
	margin: 0 auto;
}

.slider-wrap {
	width: 100%;
	min-height: 5em;
	overflow: hidden;
}

.slider-wrap .inner {
	min-height: 5em;
	overflow: hidden;
}

.slider-wrap .inner .shell {
	width: 64.1%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	margin: 2em 0 2em 0;
	padding: 6px 0.61% 7px 0.61%;
	box-shadow: 1px 1px 3px 1px #C7C7C7;
	float: left;
}

.slider-wrap .inner .viewpoint {
	width: 26%;
	height: auto;
	float: right;
	overflow: hidden;
	margin: 2em 0 0 0;
	text-align: center;
}

.slider-wrap .inner .viewpoint img{
	max-width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.slider-wrap .inner .viewpoint h2 {
	font-family: 'raleway_extrabold';
	font-size: 1.3em;
	color: #dc4242;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 9px;
}

.slider-wrap .inner .viewpoint a {
	position:relative;
	width:43%;
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	text-transform: capitalize;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	border:solid 1px #D94E3B;
	background:#dc4242;
	text-align:center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
	margin:0 3px 3px 0;
}
.slider-wrap .inner .viewpoint a.left { float:left;}
.slider-wrap .inner .viewpoint a.right { float:right;}


.slider-wrap .inner .viewpoint a:active{
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px -4px 0px -5px #84261a;
    position:relative;
    top:7px;
}

/*---------------FACTS&FIGURES--------------*/
.slider-wrap .inner .factshell {
	width: 67%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	margin: 2.153em 0 5.385em 0.6%;
	padding: 6px 0.61% 7px 0.61%;
	box-shadow: 1px 2px 7px 2px #868788;
	float: left;
}

.slider-wrap .inner .factsviewpoint {
	width: 25.35%;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 3.307em 0 0 5%;
	text-align: center;
}

.slider-wrap .inner .factsviewpoint img{
	max-width: 100%;
	height: auto;
	margin-bottom: 7px;
}

.slider-wrap .inner .factsviewpoint h2 {
	font-family: 'raleway_extrabold';
	font-size: 1.385em;
	color: #dc4242;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 9px;
}

.slider-wrap .inner .factsviewpoint a {
	position:relative;
	width:43%;
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	text-transform: capitalize;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	margin:0 auto;
	margin-left: 12px;
	margin-bottom: 12px;
	border:solid 1px #D94E3B;
	background:#dc4242;
	text-align:center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}

.slider-wrap .inner .factsviewpoint a:active{
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}

/*---------------HOME-----------------------*/
.wrapper .homecontent {
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	background: #ffffff;
}

.wrapper .homecontent .inner{
	max-width: 990px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.wrapper .homecontent .inner .blocks {
	width: 100%;
	margin: 25px auto;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	box-shadow: 0px 1px 4px 0px #B9B9B9;
	background: url(../img/block_bg.jpg) top left repeat-y;
	background-size: contain;
	display:inline-block;
}

.wrapper .homecontent .inner .block {
	width: 27.33%;
	min-height: 1em;
	overflow: hidden;
	float: left;
	padding: 28px 3% 32px 3%;
}

.wrapper .homecontent .inner .block ul#characters {
	margin-top: 0;
}

.wrapper .homecontent .inner .block ul#characters li {
	font-family: 'raleway_medium';
	font-size: 1.15em;
	color: #9c9c9c;
	width: 50%;
	float: left;
	margin: 15px 0 0 0;
}

.wrapper .homecontent .inner .block ul#characters li a {
	color: #9c9c9c;
}

.wrapper .homecontent .inner .block ul#characters li a:hover {
	color: #e35050;
}

.wrapper .homecontent .inner .block ul#characters img {
	border: none;
	/* float: left; */
	width: 37%;
	height: auto;
	display: block;
	padding-left: 1px;
}

.wrapper .homecontent .inner .block ul#characters li a p{
	/* float: left;
	margin: 10px 0 0 5px; */
	text-align: left;
}

/*--FOR DELETING--*/
.wrapper .homecontent .inner .block ul li .center{
	width: 36px;
	margin: auto;
	float: left;
}
.wrapper .homecontent .inner .block ul li .hexagon{
	width: 39px;
	height: 45px;
	overflow: hidden;
	visibility: hidden;
	transform: rotate(120deg);
	cursor: pointer;
}
.wrapper .homecontent .inner .block ul li .hexagon-in1{
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform: rotate(-60deg);
}
.wrapper .homecontent .inner .block ul li .hexagon-in2{
	width: 100%;
	height: 100%;
	visibility: visible;
	transform: rotate(-60deg)  ;
	background: url('../img/characters/character1.png');
    repeat: no-repeat;
    position: 50%;
}
/*--EOF DELETE--*/

.wrapper .homecontent .inner .block h1 {
	font-family: 'raleway_bold';
	font-size: 1.15em;
	color: #e35050;
}
.wrapper .homecontent .inner .block h2 {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #e35050;
	margin-top: 5px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e35050;
}
.wrapper .homecontent .inner .block ul {
	margin-top: 29px;
}
.wrapper .homecontent .inner .block ul li {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #5f5f5f;
	margin-bottom: 15px;
}
.wrapper .homecontent .inner .block ul li a {
	text-decoration: none;
	color: #5f5f5f;
}
.wrapper .homecontent .inner .block ul li a:hover {
	color: #e35050;
}
/*-------------EOF----------------------*/
/*---------------UNDERNEATH-------------*/
.wrapper .underneath {
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	background: url(../img/bottbkg1.png) 50% 50% no-repeat;
}

.wrapper .underneath .inner {
	max-width: 990px;
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper .underneath .inner h1 {
	font-family: 'raleway_bold';
	font-size: 1.345em;
	color: #505054;
	text-align: center;
	padding: 14px 0 15px 0;
	background: url(../img/headingline.png) 0% 100% no-repeat;
	background-size: 100%;
	width: 98%;
}

.wrapper .underneath .inner .cnt {
	width: 45%;
	height: 100%;
	float: left;
	line-height: 1.5;
	margin: 16px 0 0 0;
}

.wrapper .underneath .inner .cnt p {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #5f5f5f;
	text-align: left;
	padding-right: 5.6%;
}

.wrapper .underneath .inner .cnt .vote {
	font-family: 'raleway_medium';
	font-size: 1.6em;
	color: #da5449;
}

form.index_poll .cnt .surveyquestion {
	border: none;
	margin-bottom: 30px;
}

form.index_poll .cnt .surveyquestion:last-child {
	margin-bottom: 24px;
}

form.index_poll .cnt .surveyquestion .roundedTwo {
	width: 16px;
	height: 16px;
	background: none;
}

form.index_poll .cnt .surveyquestion .roundedTwo span.choice {
	font-size: 1.082em;
	font-family: 'raleway_regular';
	color: #484848;
	padding: 0;
	display: inline-block;
}

form.index_poll .cnt .surveyquestion .roundedTwo input[type=radio]:checked + label span.choice {
	color: #e35050;
}

form.index_poll .cnt .surveyquestion .roundedTwo input[type=radio] {
	display: none;
}

form.index_poll .cnt .surveyquestion .roundedTwo label {
	background: none;
}

form.index_poll .cnt .surveyquestion .roundedTwo .above_choice {
	/* width: 100%; */
	display: inline-block;
	margin-left: 34px;
}

.menu-btn {
	display: none;
}
/*-------------EOF----------------------*/
/*--------------CONTACT-----------------*/
.slider-wrap .inner .ctshell {
	width: 67%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	margin: 2.5em 0 2.5em 0;
	padding: 0 0 0 1.2%;
	box-shadow: 8px 8px 8px -9px #868788;
	float: left;
	position: relative;
}

.slider-wrap .inner .gameshell {
	padding:0;
}

.playgame .slider-wrap .inner .ctshell {
	margin: 2.5em 0 4em 0;
}

.ctshell .ct-left {
	float: left;
	width: 29.22%;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 13px 1% 30px 3.45%;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.ctshell .ct-left p {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #5f5f5f;
	margin-top: 30px;
}
.astrap {
	font-family: 'raleway_bold';
	font-size: 1.385em;
	color: #e35050;
}
.ctshell .ct-left .astrahing {
	text-align: left;
	background: url(../img/hingbkg.png) 0% 0% no-repeat;
	height: 45px;
	margin-left: -31px;
	padding: 2px 0 0 31px;
	position: absolute;
	z-index: 1;
	width: 207px;
}
.ctshell .ct-left .astrahing p {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #fff;
	margin: 0;
}
.astrahinglearn {
	margin-top: 380px !important;
	float: left;
}
.ctshell .ct-left .astrahing2 {
	margin-top: 71px;
}
.astra {
	font-family: 'raleway_bold';
	font-size: 1em;
}
.ctshell .ct-right {
	float: right;
	width: 57.98%;
	height: 100%;
	background: #fff url(../img/sideborder.png) 0% 0% no-repeat;
	padding: 30px 4.2% 30px 3.44%;
}

.ctshell .ct-right .heading-line {
	width: 100%;
	display: inline-block;
	background: url(../img/red_heading.png) left 7px repeat-x;
}

.share-with-us .ctshell .ct-right .heading-line {
	margin-bottom: 36px;
}

.ctshell .ct-right .heading-line h1 {
	font-family: 'raleway_bold';
	font-size: 1.231em;
	color: #dc4242;
	text-transform: uppercase;
	margin-bottom: 0px;
	float: left;
	background: #ffffff;
	margin: 0 5% 0 0;
	padding: 0 4% 0 0;
}

.ctshell .infoboxes .share-different {
	display: inline-block;
	margin-top: 12px;
}

.ctshell .ct-right h1 {
	font-family: 'raleway_bold';
	font-size: 1.231em;
	color: #dc4242;
	text-transform: uppercase;
	margin-bottom: 36px;
	background: url(../img/redline.png) 162% 50% no-repeat;
	background-size: 45%;
}
.regular-page .ctshell .ct-right h1 {
	background: url(../img/redline.png) 150% 50% no-repeat;
	background-size: 45%;
}

.rich-text ul { display:block; width:100%; list-style-type:disc;}
.rich-text ul li {
	width:90%;
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #565656;
	line-height: 1.5;
	margin: 0 0 8px 10%;
	text-align:justify;
}
.rich-text ul.logo-list { text-align:center; list-style:none;}
.rich-text ul.logo-list li { display:inline-block; width:45%; margin:10px 2%;}
.error-page .ctshell .ct-right h1 {
	background: url(../img/redline.png) 100% 50% no-repeat;
	background-size: 50%;
}
.ctshell .ct-right form {
	width: 100%;
	text-align: center;
	float: left;
}
.ctshell .ct-right form input, textarea {
	width: 93.2%;
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #30303a;
}
.ctshell .ct-right form input {
	display: block;
	height: 19px;
	padding: 12px 11px;
	background-color: #ffffff;
	border: 1px solid #cecbc5;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ctshell .ct-right textarea.form-control {
	height: 192px;
	resize: none;
	padding: 12px 11px;
	border: 1px solid #cecbc5;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-top: 24px;
}
.ctshell .ct-right form button[type="submit"] {
	display: inline-block;
	margin-top: 32px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	padding: 12px 2% 10px 3.5%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	color: #fff;
	background-color: #dc4242;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;

	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;

	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}

.ctshell .ct-right form button[type="submit"]:active {
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}

.ct-right .subright {
	display: none;
}
/*---------Traficking etc--------*/
.ctshell .ct-leftcnt {
	float: left;
	width: 30.57%;
	min-height: 403px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 13px 0.6% 30px 2.1%;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	box-shadow: -5px 3px 15px -7px #868788;
}
.ctshell .ct-leftcnt p {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #5f5f5f;
	margin-top: 30px;
}

.ctshell .ct-leftlearnmore {
	width: 29.22%;
	padding: 13px 2% 30px 2.1% !important;
}
.ctshell .astrahing {
	text-align: left;
	background: url(../img/hingbkg.png) 0% 0% no-repeat;
	height: 36px;
	margin-left: -7px;
	margin-top: 15px;
	padding: 9px 0 0 17px;
	position: absolute;
	z-index: 1;
	width: 30%;
}
.ctshell .astrahing p {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #fff;
	margin: 0;
}
.ctshell .ct-game { width:96%; padding:13px 2% 30px 2%;}
/*--CONTACT--*/
.ctshell .astrahingcnt {
	text-align: left;
	background: url(../img/hingbkg.png) 0% 0% no-repeat;
	height: 36px;
	margin-left: -7px;
	margin-top: 15px;
	padding: 9px 0 0 17px;
	position: absolute;
	z-index: 1;
	width: 30%;
}
.ctshell .astrahingcnt p {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #fff;
	margin: -7px 0 0 15px;
}


.ctshell .game-headding { padding:3px 0 5px 17px; }
/*--EOF-CONTACT--*/
/*--PAGE LOADER--*/
#page-loader {
  /* position: absolute; */
  position: inherit;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  /* background-color: white; */
  z-index: 99;
  display: none;
  text-align: center;
  width: 100%;
  margin-top: -136px;
  padding-top: 0px;
  padding-bottom: 101px;
}
/*--EOF-PAGE LOADER--*/
/*--EOF-CONTACT--*/
.small-shell {
	display: none;
}

.ctshell .ct-leftcnt .astrahing2 {
	margin-top: 41px;
}

.ctshell .ct-cnt {
	float: right;
	width: 57.8%;
	min-height: 590px;
	overflow:hidden;
	background: #fff url(../img/sideborder.png) 0% 0% no-repeat;
	padding: 30px 4.2% 30px 4%;
}

.playgame .ctshell .ct-cnt {
	min-height: 350px;
	overflow:hidden;
}

.ctshell .ct-game { width:100%; padding:60px 0 0 0; border-radius:5px;}


.learnmore-page .ctshell .ct-cnt {
	min-height: 400px;
}

.ct-cntrt {
	min-height: 387px !important;
}

.heading-line {
	width: 100%;
	display: inline-block;
	background: url(../img/red_heading.png) left 7px repeat-x;
}

.ctshell .ct-cnt .heading-line h1 {
	font-family: 'raleway_bold';
	font-size: 1.1em;
	color: #dc4242;
	text-transform: uppercase;
	margin-bottom: 0px;
	float: left;
	background: #ffffff;
	margin: 0 5% 0 0;
	padding: 0 4% 0 0;
}

.ctshell .ct-cnt h1 {
	font-family: 'raleway_bold';
	font-size: 1.1em;
	color: #dc4242;
	text-transform: uppercase;
	margin-bottom: 20px;
	float: left;
}
.line {
	float: right;
	width: 50%;
	height: auto;
}
.line1 {
	float: right;
	width: 78%;
	height: auto;
}
.linelearn {
	width: 40%;
	float: right;
}
.linelearn1 {
	width: 30%;
	float: right;
}
.ctshell .ct-cnt p {
	font-family: 'raleway_regular';
	font-size: 1.077em;
	color: #565656;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 25px 0;
	float: left;
}

.ctshell .ct-cnt p:last-child {
	margin-bottom: 0;
}

.regular-page .ctshell .ct-right h2 {
	font-family: 'raleway_bold';
	font-size: 1.15em;
	color: #565656;
	text-align: left;
	margin: 0;
}

.regular-page .ctshell .ct-right p {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #565656;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 8px 0;
	float: left;
}

.regular-page .ctshell .ct-right p:last-child {
	margin-bottom: 0;
}

.regular-page .sy-box {
	height: 384px;
	margin: 66px 0 8px 0;
}

.regular-page .survey {
	height: auto;
	margin-top: 0px;
}

.regular-page .survey a {
	position: relative;
	width: 53%;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	margin: 0 auto;
	margin-left: 34px;
	margin-bottom: 12px;
	border: solid 1px #D94E3B;
	background: #dc4242;
	text-align: center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
	-moz-box-shadow: 2px 2px 0px 1px #84261a;
	box-shadow: 2px 2px 0px 1px #84261a;
}

.ct-leftcnt ul#nav {
	padding-top: 18px;
	margin-left: 0px;
	display: inline-block;
	border-left: 2px solid #afafaf;
}

ul.listlearn {
	margin: 0;
}

ul.listlearn li {
	display: block;
	float: left;
	text-align: center;
}

.learnmore-page ul.listlearn li {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 30px !important;
}

.learnmore-page ul.listlearn li:last-child {
	margin-bottom: 0px !important;
}

.ct-leftcnt #nav li {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #565656;
	margin-bottom: 18px;
	background: url("../img/pushbullet.png") no-repeat 0 50%;
    padding-left: 22px;
	position: relative;
	margin-left: -3.6%;
}

.ct-leftcnt #nav li:last-child {
	margin-bottom: 0;
}

.ct-leftcnt #nav li.activeli {
	background: url("../img/pushbullet1.png") no-repeat 0 50%;
}

.ct-leftcnt #nav li a {
	text-decoration: none;
	color: #565656;
}

.ct-leftcnt #nav li a:hover {
	color: #B1B1B1;
}

.ct-leftcnt #nav li a.active{
	font-family: 'raleway_bold';
	font-size: 1em;
	color: #e35050;
}

.ct-leftcnt #nav li ul {
    display: none; /* used to hide sub-menus */
}
#article2, #article3, #article4, #article5, #article6 {
	display: none;
}
/* .ct-leftcnt #nav li ul .sublist p {

} */
.ct-leftcnt .sublist {
	margin-top: 9px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(248,248,248,0.55) 0%, rgba(255,255,255,0.55) 50%, rgba(246,246,246,0.55) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,0.55)), color-stop(50%,rgba(255,255,255,0.55)), color-stop(100%,rgba(246,246,246,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(248,248,248,0.55) 0%,rgba(255,255,255,0.55) 50%,rgba(246,246,246,0.55) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(248,248,248,0.55) 0%,rgba(255,255,255,0.55) 50%,rgba(246,246,246,0.55) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(248,248,248,0.55) 0%,rgba(255,255,255,0.55) 50%,rgba(246,246,246,0.55) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(248,248,248,0.55) 0%,rgba(255,255,255,0.55) 50%,rgba(246,246,246,0.55) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cf8f8f8', endColorstr='#8cf6f6f6',GradientType=1 ); /* IE6-8 */
	background-size: 99%;
}

.ct-leftcnt .sublist p {
	font-family: 'raleway_regular';
	font-size: 0.846em;
	color: #494848;
	text-align: left;
	margin: 0;
	line-height: 1.5;
	padding: 9px 0 15px 0;
}

.sublist-level1 {
	background: url(../img/sidetopline.png) 0% 0% no-repeat;
	background-size: 99%;
}

.sublist-level2 {
	background: url(../img/sidebottomline.png) 0% 100% no-repeat;
	background-size: 99%;
}
/*-----------EOF-------------*/

hr.red {
	color: #dc4242;
	background-color: #dc4242;
	height: 3px;
	width: 100%;
	border: none;
	float: right;
	margin-left: 1%;
	margin-top: 7px;
}
/*-------------EOF----------------------*/
/*--------------LEARN MORE--------------*/
.survey {
	height: auto;
	margin-top: 80px;
}

.share-with-us .survey {
	height: auto;
	margin-top: 0px;
}

.share-with-us .survey a {
	position: relative;
	width: 53%;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	margin: 0 auto;
	margin-left: 34px;
	margin-bottom: 12px;
	border: solid 1px #D94E3B;
	background: #dc4242;
	text-align: center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
	-moz-box-shadow: 2px 2px 0px 1px #84261a;
	box-shadow: 2px 2px 0px 1px #84261a;
}

.learnmore-page .survey {
	height: auto;
	margin-top: 360px;
}

.learnmore-page .survey h3 {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #383838;
	text-align: center;
}

.learnmore-page .survey h3 {
	font-family: 'raleway_regular';
	font-size: 1em;
	color: #383838;
	text-align: center;
}

.learnmore-page .subsurvey {
	width: 100%;
	display: block;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	margin-top: 15px;
	margin-bottom: 13px;
	box-shadow: 0px 0px 2px #868788;
}

.learnmore-page .surveyquestion {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}

.learnmore-page .imglearn, .signs-page .imglearn {
	margin-bottom: 36px;
	border: 1px solid #c9c9c9;
	padding: 3px 1%;
	box-shadow: 3px 4px 14px -5px #868788;
}

.learnmore-page .imglearn img, .signs-page .imglearn img {
	max-width: 100%;
	height: auto;
	display: block;
}

.roundedTwo {
	width: 23px;
	height: 23px;
	background: #ffffff;
	margin: 7px 11px 5px 11px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 0px;
	top: 1px;
	border: 1px solid #a8a8a8;
	background: #ffffff;
}

.roundedTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 7px;
	height: 3px;
	background: transparent;
	top: 3px;
	left: 2px;
	border: 2px solid #e35050;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.roundedTwo input[type=radio] {
	margin: 3px 0px 0px 2px;
}

.roundedTwo input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.roundedTwo input[type=radio]:checked + label {
	border: 1px solid #e35050;
}

.roundedTwo input[type=radio]:checked + label span.choice {
	font-family: 'raleway_semibold';
	font-size: 1em;
	color: #e35050;
}

.choice {
	font-family: 'raleway_light';
	font-size: 1em;
	color: #a8a8a8;
	padding-left: 34px;
}

form.poll button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	padding: 8px 8% 6px 8.5%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	color: #fff;
	background-color: #dc4242;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	width: 52%;
	float: right;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}

form.poll button[type="submit"]:active {
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}

.learnmore-page .results {
	width: 35%;
	float: left;
	margin-top: 14px;
	padding-left: 12px;
}

.learnmore-page .results a {
	font-family: 'raleway_regular';
	font-size: 0.923em;
	color: #383838;
	text-transform: uppercase;
}
/*-------------EOF LEARN MORE-----------*/
/*--------------QUIZ--------------------*/
.quiz-page .small-shell {
	display: block;
}
.share-with-us .small-shell {
	display: block;
}
.quiz-page .small-shell-header {
	display: none;
}
.share-with-us .small-shell-header {
	display: none;
}
.quiz-page .ctshell .ct-cnt {
	padding-top: 20px !important;
}
.quiz-page .ct-leftcnt .astrahing2:before {
	display: none;
}
.quiz-page .ctshell .astrahing {
	padding: 2px 0 7px 17px;
}
.share-with-us .ctshell .astrahing {
	padding: 2px 0 7px 17px;
}
.quiz-page .ctshell .astrahinglearn {
	padding: 9px 0 0 17px;
	margin-top: 138px !important;
}
.quiz-page .ctshell .ct-cnt {
	min-height: 485px;
}
.share-with-us .ctshell .ct-cnt {
	min-height: 485px;
}
.quiz-page .survey {
	margin-top: 0px;
	text-align: center;
}
.quiz-page .survey a  {
	position:relative;
	width:70%;
	color:#FFF;
	display:inline-block;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'raleway_extrabold';
	font-size: 1.1em;
	margin:0 auto;
	margin-left: 0;
	margin-bottom: 0;
	border:solid 1px #D94E3B;
	background:#dc4242;
	text-align:center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}
.quiz-page .survey a:active{
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}
.quiz-page .sy-box {
	height: 384px;
	margin: 66px 0 8px 0;
}

.share-with-us .sy-box {
	height: 384px;
	margin: 66px 0 8px 0;
}
#Quiz {
	min-height: 1px;
	overflow: hidden;
}
.correctans {
	color: #74a846 !important;
	font-weight: 900;
	background: url(../img/qcircle-ok.png) 98.45% 0% no-repeat !important;
}
.wrongans {
	color: #e35050 !important;
	text-decoration: line-through;
	background: url(../img/qcircle-wrong.png) 98.45% 0% no-repeat !important;
}
.QuizQuestion {
	font-family: 'raleway_regular';
	font-size: 1.231em;
	color: #e35050;
	margin-bottom: 35px;
	border-bottom: 1px solid #d4d4d4;
	display: table;
	width: 100%;
}
.QuizQuestion h1 {
	text-transform: none !important;
	margin-bottom: 0 !important;
	float: none !important;
	color: #e35050 !important;
	font-family: 'raleway_semibold' !important;
	font-size: 1em !important;
	width: 100%;
	border-bottom: 2px solid #e35050;
	padding-bottom: 7px;
}
.QuizAnswers {
	width: 100%;
}
.QuizAnswers li {
	list-style: none;
	cursor: pointer;
	background: url(../img/qcircle.png) 98.5% 0% no-repeat;
	margin-bottom: 32px;
	padding-left: 2.35%;
	padding-right: 9%;
	padding-bottom: 4px;
	margin-right: 2px;
	font-family: 'raleway_regular';
	font-size: 1.1em;
	color: #565656;
}
.QuizAnswers li:last-child {
	margin-bottom: 0;
}
.QuizNext {
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	margin-top: 60px;
}
a.nextQuestion {
	position:relative;
	width:41%;
	color:#FFF;
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'raleway_extrabold' !important;
	font-size: 1.077em !important;
	margin:0 auto;
	margin-bottom: 12px;
	margin-top: 60px;
	border:solid 1px #D94E3B;
	background:#e35050;
	text-align:center;
	padding: 10px 4px 8px 4px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}
a.nextQuestion:active{
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}
.quizresult {
	width: 100%;
	min-height: 1px;
	overflow: hidden;
}
.quizresult h2 {
	font-family: 'raleway_regular';
	font-size: 1.7em;
	color: #868686;
	text-align: center;
	font-weight: 700;
	margin-top: 25px;
}
.ctshell .quizresult h1 {
	text-align: center;
	font-family: 'raleway_bold' !important;
	font-size: 5em !important;
	color: #e35050 !important;
	float: none !important;
	margin-bottom: 20px !important;
	text-transform: none !important;
}
.quiztext {}
.ctshell .quiztext p {
	font-family: 'raleway_regular';
	font-size: 1.1em;
	color: #868686;
	text-align: justify;
	margin-bottom: 8px;
}
.ctshell .quiztext p:last-child{
	margin-bottom: 0;
}
.quizback {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 12px;
}
.quizback a {
	position:relative;
	width:41%;
	color:#FFF;
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	font-family: 'raleway_extrabold';
	font-size: 1.077em;
	margin:0 auto;
	margin-bottom: 12px;
	border:solid 1px #D94E3B;
	background:#e35050;
	text-align:center;
	padding: 10px 0px 10px 0px;
	-webkit-transition: all 0.001s;
	-moz-transition: all 0.1s;
	transition: all 0.001s;
	-webkit-box-shadow: 2px 2px 0px 1px #84261a;
    -moz-box-shadow: 2px 2px 0px 1px #84261a;
    box-shadow: 2px 2px 0px 1px #84261a;
}

.quizback a:active {
	-webkit-box-shadow: 0px 0px 0px #84261a;
    -moz-box-shadow: 0px 0px 0px #84261a;
    box-shadow: 0px 0px 0px 0px #84261a;
    position:relative;
    top:2px;
}
/*-------------EOF----------------------*/

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: block; padding:20px 0 0 0; }
/*-------------------------------------------------*/

/*--------------SEARCH------------------------*/
/*--------------EOF SEARCH--------------------*/

/*--DOWNLOAD--*/
#fade {
    display: none;  /* ensures it’s invisible until it’s called */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 201;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.shareItembottom img {
	width: 10% !important;
	float: right !important;
	margin-right: 7.6% !important;
	height: auto !important;
}
.fancybox-inner {
	height: auto !important;
}
.fancybox-closebtn {
	top: 10px !important;
	right: 16px !important;
	width: 16px !important;
	height: 16px !important;
	background-image: url('../img/closepopup.png') !important;
}
.share {
	display:none;
	max-width:440px;
	width:100%;
	min-height: 2px;
	overflow: hidden;
}
.share .miniheader {
	background: #e35050;
	width: 100%;
}
.share .miniheader .inner {
	width: 92.5%;
	min-height: 48px;
	overflow: hidden;
	background: #e35050;
	padding: 45px 1.154em 10px 0.923em;
	margin: 0 auto;
}
.share .miniheader img {
	max-width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0;
}
.share .minicontent {
	width: 77%;
	height: 100%;
	background: #ffffff;
	padding: 22px 11.1% 14px 11.1%;
	margin: 0 auto;
}
.share .minicontent h1 {
	font-family: 'raleway_regular';
	font-size: 1.5em;
	color: #e35050;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 19px;
	text-align: center;
}
.share .minicontent img {
	max-width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 22px;
}
.share .minicontent a img {
	margin-bottom: 0 !important;
}
/*--EOF DOWNLOAD--*/
/*--FORM MESSAGE--*/
.form-message {
	width: 100%;
	display: inline-block;
	font-family: 'raleway_regular';
	font-size: 1.1em;
	text-align: right;
	margin-top: 12px;
}
.form-message h2 {
	margin: 8px 0;
}
/*--VALIDATION ERROR--*/
.validation-error-message {
	font-family: 'raleway_regular';
	font-size: 1.1em;
	color: #e35050;
	font-weight: 900;
	text-align: left;
}
.form-message-error {
	font-family: 'raleway_regular';
	font-size: 1.1em;
	color: #e35050;
	font-weight: 900;
	text-align: right;
	display: inline-block;
	margin-top: 12px;
}
/*--EOF-VALIDATION ERROR--*/
/*--404 PAGE--*/
.error-page .ctshell .ct-right {
	min-height: 158px;
}

.regular-page .ctshell .ct-right {
	min-height: 473px;
}
/*--EOF-404 PAGE--*/

.right { float:right !important;}
.left { float:left;}
.marginull { margin:0 3px 3px 0 !important;}

@media (max-width: 1200px) {
	.ctshell .quizresult h1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 1024px) {
	.wrapper .inner { width:95%;}
	.wrapper .homecontent .inner { width:95%;}
	.wrapper .underneath .inner { width:95%;}
	footer .innerthree .innerius { width:95%;}
	footer .inner .innerius { width:95%;}
	.slider-wrap .inner { width:100%;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.slider-wrap .inner .viewpoint a { padding:5px 0;}
	.wrapper .homecontent .inner .block { width:29.33%; padding:28px 2% 32px 2%;}
	.wrapper .homecontent .inner .block h1 { font-size:1.1em;}
	.wrapper .homecontent .inner .block h2 { font-size:1em;}
	.slider-wrap .inner .viewpoint h2 { font-size:1.2em;}
	.slider-wrap .inner .factsviewpoint h2 { font-size:1.2em;}
	header .bottom .inner ul li a { font-size:1.1em; padding:20px 11px 18px}
	header .bottom .inner ul li:hover a { font-size:1.1em; padding:20px 10px 18px}
	header .bottom .inner ul li.active a { font-size:1.1em; padding:20px 10px 18px}
	header .top .inner #logo { margin:11px;}
	header .top .inner .banner { width:50%;}
	header .top .inner .lang { width:25%; margin:30px 11px 0 0 ;}
	.cnt label p { width:90%;}
	.slider-wrap .inner .viewpoint a { font-size:1em;}
	.slider-wrap .inner .factsviewpoint a { font-size:1em;}
	.wrapper .underneath .inner .cnt p { width:90%;}
}

@media (max-width: 767px) {
	.menu-btn {	display: block !important;	float: right;font-family: 'quicksand_regular';	font-size: 3.5em;color: #e35050;	margin-right: 5%;	margin-top: 32px;	text-align: center;	cursor: pointer;}
	header .bottom {display: none;	}
	header .top .inner .banner {display: none;}
	header .top .inner .lang { width:45%; margin:30px 5% 0 0;}
	.wrapper .homecontent .inner .blocks { background-size:300%;}
	.wrapper .homecontent .inner .block { box-sizing:border-box; width:100%; padding:10px 4%;}
	.wrapper .underneath .inner .cnt { width:100%;}
	.wrapper .underneath .inner .cnt p { width:95%;}
	.wrapper .homecontent .inner .block ul#characters li a p { padding:6% 0 0 5px;}
	.slider-wrap .inner .shell { width:100%; box-sizing:border-box;}
	.slider-wrap .inner .viewpoint { width:100%; margin:0;}
	.slider-wrap .inner .factsviewpoint { width:100%; margin:0;}
	.slider-wrap .inner .ctshell  { width:100%; box-sizing:border-box;}
	footer .inner .innerius .block ul { text-align:center;}
	footer .inner .innerius .block ul li { width:32%; display:inline-block; margin:0 0 20px 0;}
	footer .inner .innerius .block2 ul li { float:none;}
	footer .innertwo .innerius .main { background-size:cover; margin:0; height:auto;}
	footer .innertwo .innerius p { padding:0 5%;}
	footer .innerthree .innerius .top .left { width:100%;}
	footer .innerthree .innerius .top .right { width:100%; text-align:center;}
	footer .innerthree .innerius .top .left ul { text-align:center; margin:10px 0;}
	footer .innerthree .innerius .top .right p { margin:0;}
	footer .inner .innerius .block ul li img { width:95%;}
	.slider-wrap .inner .ctshell { padding:0;}
}

@media (min-width: 481px) and (max-width: 767px) {
	.slider-wrap .inner .viewpoint a { margin:20px 0;}
	.slider-wrap .inner .viewpoint a.left { float:right;}
	.slider-wrap .inner .viewpoint img { float:left;}
	.slider-wrap .inner .factsviewpoint a { margin:20px 0;}
	.slider-wrap .inner .factsviewpoint a.left { float:right;}
	.slider-wrap .inner .factsviewpoint img { float:left;}
	footer .inner .innerius .block2 { width:50%;}
	footer .inner .innerius .block1 { width:50%;}
}

@media (max-width: 599px) {
footer .inner .innerius { padding:20px 0 0 0;}
.slider-wrap .inner .ctshell { margin:1em 0;}
.ctshell .ct-leftlearnmore { padding:0;}
.ctshell .astrahing { width:80%;}
.ctshell .ct-leftcnt { position:relative; top:auto; left:auto; bottom:auto; right:auto; padding:0 0 20px 5% !important; width:95%; border-radius:5px; min-height:0; margin:0 0 20px 0;}
.ctshell .ct-left { position:relative; top:auto; left:auto; bottom:auto; right:auto; padding:0 0 20px 5% !important; width:95%; border-radius:5px; min-height:0; margin:0 0 20px 0;}
.ctshell .astrahingcnt { width:80%;}
.ctshell .ct-cnt { width:90%; padding:30px 5%; border-radius:5px;}
.ctshell .ct-leftcnt .astrahing2 { margin:50px 0 0 0;}
.signs-page .ct-leftcnt #nav li { margin-left:-3%;}
.learnmore-page ul.listlearn li { float:none; }
.ct-leftcnt #nav li { margin:0 0 18px -3%;}
.ctshell .ct-right { width:90%; padding:30px 5%; border-radius:5px;}
.ctshell .ct-right form button[type="submit"] { width:100%;}

}
@media (max-width: 480px) {
	.slider-wrap .inner .viewpoint { margin:0 0 20px 0;}
	.slider-wrap .inner .viewpoint a { display:inline-block;}
	.slider-wrap .inner .viewpoint a.left { float:none;}
	.slider-wrap .inner .viewpoint img { float:none; margin:0 auto 20px auto; display:block;}
	.slider-wrap .inner .factsviewpoint { margin:0 0 20px 0;}
	.slider-wrap .inner .factsviewpoint a { display:inline-block;}
	.slider-wrap .inner .factsviewpoint a.left { float:none;}
	.slider-wrap .inner .factsviewpoint img { float:none; margin:0 auto 20px auto; display:block;}
	.wrapper .underneath .inner .cnt p { width:85%;}
	.wrapper .homecontent .inner .block ul#characters img { width:30%;}
	footer .inner .innerius .block2 { width:100%;}
	footer .inner .innerius .block1 { width:100%;}
	footer .innertwo .innerius .main { padding:15px 0 20px;}
}

