html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background-color: #FFF !important; 
	background: #fff center 6px no-repeat;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", "Sans Serif";
	font-size: 0.95em;
	line-height: 1.25em;
}

.mac body { font-weight: 300; background-color: #FFF !important; }
.ipad body { background: #fff -10px -12px no-repeat; background-color: #FFF !important;  }
.ie body { background: #fff center 4px no-repeat; background-color: #FFF !important; }

a { outline: none;
	text-decoration: none;
	border: none;
	color: #1256b7;
	-webkit-transition: all 125ms ease-out;
	   -moz-transition: all 125ms ease-out;
		-ms-transition: all 125ms ease-out;
		 -o-transition: all 125ms ease-out;
			transition: all 125ms ease-out;
}

a:hover {
	color: #cc6600;
}

#pn-bg {
	width: 100%;
	height: 36px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0E398B), to(#0E398B));
	background: -moz-linear-gradient(top, #0E398B, #0E398B);
	background: -o-linear-gradient(top, #0E398B, #0E398B);
	background: linear-gradient(to bottom, #0E398B, #0E398B);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		-ms-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
	     -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
			box-shadow: 0 1px 4px rgba(0, 0, 0, .4);
}


/* the list containing all the links */
ul#pn {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* common rules for list items inside primary nav */
.pn-left,
#pn-left-first,
.pn-left-dd {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E398B), to(#0E398B));
	background: -moz-linear-gradient(top, #0E398B, #0E398B);
	background: -o-linear-gradient(top, #0E398B, #0E398B);
	background: linear-gradient(to bottom, #0E398B, #0E398B);
	-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
		 -o-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
			box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}

/* regular list items inside primary nav */
.pn-left,
.pn-left-dd {
	float: left;
	border-right: 1px solid rgba(21, 26, 30, 0.6); /* #151a1e */
	border-left: 1px solid rgba(104, 111, 118, 0.6); /* #686f76 */
}

#languagesSelector {
	float: right;
}

/* special rules, rounded corners, etc. for the first list item */
#pn-left-first {
	margin: 0;
	float: left;
	border-right: 1px solid rgba(21, 26, 30, 0.6); /* #151a1e */
	-webkit-border-bottom-left-radius: 5px;
	   -moz-border-bottom-left-radius: 5px;
		-ms-border-bottom-left-radius: 5px;
		 -o-border-bottom-left-radius: 5px;
			border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	   -moz-border-top-left-radius: 5px;
		-ms-border-top-left-radius: 5px;
		 -o-border-top-left-radius: 5px;
			border-top-left-radius: 5px;
}

/* list item behavior on mouse-over */
.pn-left:hover,
#pn-left-first:hover,
.pn-left-dd:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E398B), to(#0E398B));
	background: -moz-linear-gradient(top, #0E398B, #0E398B);
	background: -o-linear-gradient(top, #0E398B, #0E398B);
	background: linear-gradient(to bottom, #0E398B, #0E398B);
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
		 -o-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
			box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.35);
}

/* links inside list items */
.pn-left a,
#pn-left-first a,
.pn-left-dd a {
	margin: 0;
	padding: 10px 10px 12px 10px;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
	font-family: "HelveticaNeue", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", "Sans Serif";
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	display: block;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}

.pn-left a:hover,
#pn-left-first a:hover,
.pn-left-dd a:hover {
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
}

#pn-left-first a { padding: 10px 10px 12px 18px; }
.pn-left-dd a { padding-right: 25px; }

/* separate padding values to accomodate gecko's font rendering  */
.gecko .pn-left a { padding: 11px 10px 11px 10px; }

/* empty list item to display the last border for left-floating items */
#pn-left-last { height: 36px; display: block; float: left; border-left: 1px solid rgba(104, 111, 118, 0.6); }
/* @end */



/* @group primary nav > drop-down menus */
.pn-left-dd { position: relative; }

.dd-head {
	background-position: right center;
	background-repeat: no-repeat;
}

.dd-head:hover { 
}

/* position and general styling of the list/menu; make sure it's hidden by default */
#pn ul {
	width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	left: 0px;
	display: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#0E398B), to(#0E398B));
	background: -moz-linear-gradient(top, #0E398B, #0E398B);
	background: -o-linear-gradient(top, #0E398B, #0E398B);
	background: linear-gradient(to bottom, #0E398B, #0E398B);
}

/* drop-down menu, show it on hover */
#pn li:hover > ul {
	display: block;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.dd-menu li { background: transparent; }

ul.dd-menu { list-style-type: none; }

a.dd-link {
	padding: 7px 10px 7px 10px;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
	font-family: "HelveticaNeue", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", "Sans Serif";
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid rgba(21, 26, 30, 0.6); /* #151a1e */
	border-top: 1px solid rgba(104, 111, 118, 0.6); /* #686f76 */
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}

a:hover.dd-link {
	color: rgba(255, 255, 255, 1.0);
	background: -webkit-gradient(linear, left top, left bottom, from(#0E398B), to(#0E398B));
	background: -moz-linear-gradient(top, #0E398B, #0E398B);
	background: -o-linear-gradient(top, #0E398B, #0E398B);
	background: linear-gradient(to bottom, #0E398B, #0E398B);
}
/* @end */



/* @group primary navigation > right-aligned */
.pn-right { float: right; }

#pn-right-first {
	height: 36px;
	display: block;
	float: right;
/*	border-right: 1px solid rgba(21, 26, 30, 0.6);*/
}

.container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: left;
}

.post {
	margin: 0;
	padding: 0 0 24px 0;
	display: block;
	clear: right;
}

h1 {
	color: #0E398B
}

/* headline therein */
.post h1, .article h1 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

/* images for home page posts */
.post img {
	margin: 3px 0 0 10px;
	padding: 0;
	float: right;
	padding-bottom: 8px;
	/* border: 1px solid #b3b6b8; */
}

/* smaller images for content pages */
.ci-right {
	margin: 0 0 0 18px;
	float: right;
}

/* paragraph therein */
.post p, .article p, .comment p {
	margin: 9px 0;
	padding: 0;
}

.quote {
	text-align: right;
	font-style: italic;
}

.quote-author {
	font-weight: bold;
}

.store-button {
    display: inline-block;
    height: 40px;
    background: transparent no-repeat 0 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

.flag {
	height: 10px;
	margin-right: 10px;
}

.mainSelectLanguage {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

.selectLanguage-ul {
	list-style-type: none;
	padding: 0;
}

.selectLanguage-li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.selectLanguage-li:hover {
	border: 1px solid red;
}

.selectLanguage-link {
	font-weight: bold;
}

.selectLanguageFlag {
	margin-right: 20px;
	margin-left: 20px;
	
	height: 50px;
    vertical-align: middle;
    text-align: left;
}

.left-navigation{
	float: left;
	text-align: center;
}

.vertical {
	height: 50px;
    vertical-align: middle;
}

.w3-xlarge {
	font-size: 24px !important
}

.w3-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2
}

.w3-animate-opacity {
	animation: opac 0.8s
}

.w3-top, .w3-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.small-screen-menu-top {
	position: fixed;
	width: 100%;
	z-index: 1;
	top: 60px;
}

.w3-padding-16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.w3-white, .w3-hover-white:hover {
	color: #000 !important;
	background-color: #fff !important
}

.small-screen-top-menu {
	color: #FFF !important;
	background-color: #1E90FF !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray,
	.w3-hover-text-gray:hover {
	color: #757575 !important
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
	width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content
	{
	min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button
	{
	width: 100%;
	text-align: left;
	padding: 8px 16px
}

.w3-bar-block .w3-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	outline: none;
	white-space: normal;
	float: none
}

.w3-bar-block.w3-center .w3-bar-item {
	text-align: center
}

.w3-block {
	display: block;
	width: 100%
}

.w3-top, .w3-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.w3-top {
	top: 0
}

.w3-bottom {
	bottom: 0
}

.w3-center {
	text-align: center !important
}

.w3-right {
	float: right !important
}

.w3-button:hover {
	color: #000 !important;
	background-color: #ccc !important
}

.image-fullWidth {
	width: 100%;
}

.fairyTaleMainImage {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.w3-button {
	border: none;
	display: inline-block;
	outline: 0;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
	cursor: not-allowed;
	opacity: 0.3
}

.w3-btn, .w3-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: top;
}

.content-top-spacer {
	display:none;
}

#content {
	padding-left: 5;
	padding-right: 5;
}

.youtube {
	width:560px;
	height:315px;
}

@media ( max-width :600px) {
	.youtube {
		width:300px;
		height:169px;
	}
	.w3-modal-content {
		margin: 0 10px;
		width: auto !important
	}
	.w3-modal {
		padding-top: 30px
	}
	.w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content
		{
		position: relative
	}
	.w3-hide-small {
		display: none !important
	}
	
	.content-top-spacer {
		display: block;
		height: 20px;
	}
	
	.w3-mobile {
		display: block;
		width: 100% !important
	}
	.w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile
		{
		text-align: center
	}
	.w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn,
		.w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile,
		.w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button
		{
		width: 100%
	}
}

@media ( max-width :768px) {
	.w3-modal-content {
		width: 500px
	}
	.w3-modal {
		padding-top: 50px
	}
}

@media ( min-width :993px) {
	.w3-modal-content {
		width: 900px
	}
	.w3-hide-large {
		display: none !important
	}
	.w3-sidebar.w3-collapse {
		display: block !important
	}
	
	.container {
		width: 1024px;
	}
	
	#pn-bg {
		width: 1024px;
	}
}

@media ( max-width :992px) and (min-width:601px) {
	.w3-hide-medium {
		display: none !important
	}
}

@media ( max-width :992px) {
	.w3-sidebar.w3-collapse {
		display: none
	}
	.w3-main {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
    font-family: FontAwesome;
}

.articlesImageSmall {
	float:left;
	width:170px;
	margin-right:15px;
}

.clearLeft {
	clear: left;
}

#mySidebar {
	border: 1px solid;
}
