/*
 Table Of Contents 
 
 1.) Default Styles

 2.)  Home - page
 2.1)  Header
 2.2)  Content - Main
 2.3)  Footer
 
 3.)  Inner - page

===============================================*/

/*
 1.) Default Styles
 ----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size:20px;
}

sub {
	bottom: -0.25em;
}

img {
	width:auto;
	height:auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height:.5em;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}

/* #Basic Styles
================================================== */

body {
	font-family: 'Poppins', sans-serif; 
	font-weight:300;
	font-size:20px;
	color:#666666; 
	line-height:40px;
	background:#f4f4f4;
}

.hidden-scr {
	overflow:hidden;
}

@media only screen and (max-width:1023px) {
body {
	font-size:19px;
	line-height:32px;
}
}

@media only screen and (max-width:767px) {
body {
	font-size:17px;
	line-height:28px;
}
}


/* #Links
================================================== */

a {
	color:#666666;
	outline:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	color:#5b76b3;
	text-decoration:underline;
	outline:0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus, a:active, a:visited {
	outline:0;
	text-decoration:none;
}


/* #Video
================================================== */
.video-container {
	width:100%; 
	float:left;
	position: relative;
	padding-bottom:63.7%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color:#5b76b3; 
	text-align:center; 
	line-height:1.1em; 
	padding:0 0 38px 0; 
	margin:0; 
}

h1 { 
	font-weight:700; 
	font-size:48px; 
	color:#ffffff;
}

h2 {
	font-size:48px; 
	color:#5b76b3;
}

h3 {
	font-size:30px;
}

h4 {
	font-size:22px;	
}

p {
	padding:0 0 38px 0;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

.bold { 
	font-weight:700;
}

.upper {
	text-transform:uppercase
}


@media only screen and (max-width:1144px) {
h1, h2, h3, h4, h5, h6 {
	padding:0 0 30px 0; 
}


h1 { 
	font-size:42px; 
}

h2 {
	font-size:42px; 
}

h3 {
	font-size:26px;
}
}

@media only screen and (max-width:1023px) {
h1 { 
	font-size:36px; 
}

h2 {
	font-size:36px; 
}

h3 {
	font-size:24px;
}

h4 {
	font-size:19px;	
}

p {
	padding:0 0 30px 0;
}
}

@media only screen and (max-width:767px) {
h1, h2, h3, h4, h5, h6 {
	padding:0 0 24px 0; 
}

h1 { 
	font-size:28px; 
}

h2 {
	font-size:28px; 
}

h3 {
	font-size:22px;
}

h4 {
	font-size:17px;	
}

p {
	padding:0 0 21px 0;
}
}


/* #Order and Unorder Styles
================================================= */

ul, li, ol {
	list-style:none;
}


/* #Buttons
================================================= */

.btn { 
	height:57px;
	float:none;
	display:inline-block; 
	vertical-align:top;
	font-size:30px;
	color:#dfdfdf;
	letter-spacing:normal;
	line-height:56px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background:#ffffff;
	border:1px solid #dfdfdf;
	border-radius:40px; 
	box-shadow:none;
	cursor:pointer; 
	position:relative;
	padding:0 43px;
	margin:0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active:focus {
	color:#ffffff;
	text-decoration:none;
	background:#5b76b3; 
	border-color:#5b76b3;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-out { 
	width:100%; 
	float:left;
}

@media only screen and (max-width:1144px) {
.btn { 
	font-size:26px;
}
}

@media only screen and (max-width:1023px) {
.btn { 
	height:50px;
	font-size:24px;
	line-height:49px;
	padding:0 35px;
}
}

@media only screen and (max-width:767px) {
.btn { 
	height:45px;
	font-size:22px;
	line-height:44px;
	padding:0 30px;
}
}

/* #Show-Hide Responsive Options
================================================== */

.show_mobile {
	display:none;
}

.hide_mobile {
	display:block;
}

.show_both {
	display:none;
}

.hide_both {
	display:block;
}


@media only screen and (max-width: 979px) {
.show_both {
	display:block;
}

.hide_both {
	display:none;
}
}

@media only screen and (max-width: 767px) {
.show_mobile {
	display:block
}
.hide_mobile {
	display:none
}
}


/*
 2.) Home page
 ----------------------------------------*/

.container-main {
	width:100%; 
	float:left; 
	background:#ffffff; 
	position:relative;
}

.container {
	width:100%;
	max-width:1205px;
	margin:0 auto;
	padding:0 30px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width:100%;
	padding:0 3.125%;
}
}

.outer-bg {
	width:100%;
	height:100%;
	float:none;
	display:table;
	margin:0 auto;
}

.inner-bg {
	width:100%;
	height:100%;
	float:none;
	display:table-cell;
	vertical-align:middle;
}


/*
 2.1) Header
 ----------------------------------------*/

.header-main {
	width:100%;
	height:178px;
	float:left;
	background:#5b76b3;
	padding:65px 0;
}

.header-main h1 {
	padding-bottom:0;
}

.header-main h1 a {
	color:#ffffff;
}

.header-main h1 a:hover {
	text-decoration:none;
}

@media only screen and (max-width:1144px) {
.header-main {
	height:140px;
	padding:49px 0;
}
}

@media only screen and (max-width:1023px) {
.header-main {
	height:120px;
	padding:43px 0;
}
}

@media only screen and (max-width:767px) {
.header-main {
	height:90px;
	padding:31px 0;
}
}


/*
 2.2) Content - Main
 ----------------------------------------*/

.content-main {
	width:100%;
	float:left;
	padding:65px 0;
}
 
@media only screen and (max-width:1144px) {
.content-main {
	padding:55px 0;
}
}

@media only screen and (max-width:1023px) {
.content-main {
	padding:50px 0;
}
}

@media only screen and (max-width:767px) {
.content-main {
	padding:40px 0;
}
}


/* Heading - Txt */

.heading-txt {
	width:100%;
	float:left;
	text-align:center;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:24px 0 21px 0;
	margin:0 0 55px 0;
}

.heading-txt h3 {
	color:#dfdfdf;
	text-transform:uppercase;
	padding:0;
}

@media only screen and (max-width:1023px) {
.heading-txt {
	padding:19px 0 16px 0;
	margin:0 0 45px 0;
}
}
 
@media only screen and (max-width:767px) {
.heading-txt {
	padding:16px 0 13px 0;
	margin:0 0 40px 0;
}
}


/* Cont - Top */

.cont-top {
	width:100%;
	float:left;
	text-align:center;
	padding:0 28px 51px 28px;
}

.cont-top:last-child { 
	padding-bottom:0;
}

.cont-top p a { 
	color:#5b76b3; 
	text-decoration:underline;
}

.cont-top p:last-child {
	padding-bottom:0;
}

@media only screen and (max-width:1144px) {
.cont-top {
	padding:0 28px 41px 28px;
}
}

@media only screen and (max-width:1023px) {
.cont-top {
	padding:0 20px 41px 20px;
}
}

@media only screen and (max-width:767px) {
.cont-top {
	padding:0 15px 31px 15px;
}
}

/* Section - Categories */

.section-categories {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 55px 0;
}

.section-categories:last-child {
	padding-bottom:0;
}

.categories-list {
	width:100%;
	float:left;
	padding:0 28px;
}

.categories-list h3 {
	font-size:35px;
	font-weight:700;
	padding:0 0 28px 0;
}

.categories-list h3 a {
	color:#5b76b3;
}

.categories-list p {
	width:100%;
	max-width:360px;
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	color:#5b76b3;
	line-height:27px;
	padding:0 0 20px 0;
}

.categories-list p:last-child {
	padding-bottom:0;
}

.categories-list aside {
	width:100%;
	float:left;
	padding:0 0 31px 0;
}

.categories-list article {
	width:47.30%;
	float:none;
	display:inline-block;
	vertical-align:top;
	border:4px solid #5b76b3;
	border-radius:10px;
	padding:35px;
	margin:0 1.10% 35px 1.10%;
}

.categories-list .article-bg {
	width:102.58%;
	float:left;
	margin:0 -1.29% -35px -1.29%;
}
 
@media only screen and (max-width:1144px) {
.categories-list h3 {
	font-size:31px;
}
}

@media only screen and (max-width:1023px) {
.section-categories {
	padding:0 0 45px 0;
}

.categories-list {
	padding:0 20px;
}

.categories-list h3 {
	font-size:29px;
	padding:0 0 20px 0;
}

.categories-list p {
	font-size:19px;
	line-height:23px;
}

.categories-list aside {
	padding:0 0 25px 0;
}

.categories-list article {
	border:3px solid #5b76b3;
	padding:30px 20px;
	margin:0 1.10% 30px 1.10%;
}

.categories-list .article-bg {
	margin:0 -1.29% -30px -1.29%;
}
}

@media only screen and (max-width:767px) {
.section-categories {
	padding:0 0 40px 0;
}

.categories-list {
	padding:0 15px;
}

.categories-list h3 {
	font-size:25px;
	padding:0 0 15px 0;
}

.categories-list p {
	font-size:17px;
	line-height:21px;
}

.categories-list aside {
	padding:0 0 20px 0;
}

.categories-list article {
	width:100%;
	max-width:350px;
	padding:30px 15px;
	margin:0 0 30px 0;
}

.categories-list .article-bg {
	width:100%;
	margin:0 0 -30px 0;
}
}


/* Section - Favourites */

.section-favourites {
	width:100%;
	float:left;
	padding:0 0 55px 0;
}

.section-favourites:last-child {
	padding-bottom:0;
}

.favourites-info {
	width:100%;
	float:left;
	padding:0 28px;
}

.favourites-info h4 {
	font-weight:700;
	text-align:left;
	padding-bottom:14px;
}

.favourites-info h4 a {
	color:#5b76b3;
}

.favourites-info p {
	font-size:22px;
	color:#5b76b3;
	line-height:26px;
}

.favourites-info p:last-child {
	padding-bottom:0;
}

.favourites-info aside {
	width:100%;
	float:left;
	padding:20px 15px;
}

.favourites-info article {
	width:100%;
	float:left;
	border:4px solid #5b76b3;
	border-radius:10px;
	margin:0 0 35px 0;
}

.favourites-info article:last-child {
	margin-bottom:0;
}

.favourites-info .btn {
	width:100%; 
	height:auto;
	font-size:22px;
	color:#5b76b3;
	line-height:normal;
	text-align:left;
	text-transform:none;
	background:#ececec;
	border:none;
	border-top:4px solid #5b76b3;
	border-radius:0 0 5px 5px;
	overflow:hidden;
	padding:0 15px;
}

.favourites-info .btn span {
	width:100%; 
	height:53px;
	float:left; 
	line-height:53px; 
	background:url(../images/arrow-01.png) no-repeat right center; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	padding:0 45px 0 0;
}

.favourites-info .btn:hover, 
.favourites-info .btn:focus, 
.favourites-info .btn:active, 
.favourites-info .btn:active:focus, 
.favourites-info .btn.active:focus {
	color:#ffffff;
	text-decoration:none;
	background:#5b76b3;
	border-color:#5b76b3;
}

.favourites-info .btn:hover span, 
.favourites-info .btn:focus span, 
.favourites-info .btn:active span, 
.favourites-info .btn:active:focus span, 
.favourites-info .btn.active:focus span {
	background:url(../images/arrow-02.png) no-repeat right center;
	padding:0 45px 0 0;
}


@media only screen and (max-width:1023px) {
.section-favourites {
	padding:0 0 45px 0;
}

.favourites-info {
	padding:0 20px;
}

.favourites-info h4 {
	font-weight:700;
	text-align:left;
	padding-bottom:14px;
}

.favourites-info p {
	font-size:19px;
	line-height:23px;
}

.favourites-info article {
	border:3px solid #5b76b3;
	margin:0 0 30px 0;
}

.favourites-info .btn {
	font-size:19px;
	border-top:3px solid #5b76b3;
}

.favourites-info .btn span { 
	height:47px; 
	line-height:47px;
	background-size:23px auto;
	padding:0 38px 0 0;
}

.favourites-info .btn:hover span, 
.favourites-info .btn:focus span, 
.favourites-info .btn:active span, 
.favourites-info .btn:active:focus span, 
.favourites-info .btn.active:focus span {
	background-size:23px auto;
	padding:0 38px 0 0;
}
}

@media only screen and (max-width:767px) {
.section-favourites {
	padding:0 0 40px 0;
}

.favourites-info {
	padding:0 15px;
}

.favourites-info h4 {
	padding-bottom:10px;
}

.favourites-info p {
	font-size:17px;
	line-height:21px;
}

.favourites-info .btn {
	font-size:17px;
	border-top:3px solid #5b76b3;
}

.favourites-info .btn span { 
	height:42px; 
	line-height:42px;
	background-size:20px auto;
	padding:0 30px 0 0;
}

.favourites-info .btn:hover span, 
.favourites-info .btn:focus span, 
.favourites-info .btn:active span, 
.favourites-info .btn:active:focus span, 
.favourites-info .btn.active:focus span {
	background-size:20px auto;
	padding:0 30px 0 0;
}
}


/*
 2.3) Footer
 ----------------------------------------*/

.footer-main {
	width:100%;
	float:left;
	text-align:center;
	background:#f4f4f4;
	padding:35px 0;
}

.footer-main .logo-txt {
	width:100%;
	float:left;
	font-weight:700;
	font-size:34px;
	color:#dfdfdf;
	line-height:1em;
	padding:0 0 35px 0;
}

.footer-main p {
	width:100%;
	float:left;
	font-size:25px;
	color:#dfdfdf;
	line-height:29px;
	padding:0;
}

.footer-main aside {
	width:100%;
	float:left;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	padding:15px 0 13px 0;
	margin:0 0 35px 0;
}

.footer-main aside ul {
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

.footer-main aside ul li {
	float:none;
	display:inline-block;
	vertical-align: middle;
	font-size:25px;
	color:#5b76b3;
	line-height:29px;
	text-transform:uppercase;
	padding:0 20px;
	margin:0;
}

.footer-main aside ul li a {
	color:#5b76b3;
}

.footer-main aside ul li a:hover {
	color:#5b76b3;
	text-decoration:underline;
}

.footer-main aside ul li a.active {
	color:#5b76b3;
	text-decoration:underline;
}


@media only screen and (max-width:1144px) {
.footer-main {
	padding:30px 0;
}

.footer-main .logo-txt {
	font-size:30px;
	padding:0 0 30px 0;
}

.footer-main p {
	font-size:22px;
	line-height:26px;
}

.footer-main aside {
	margin:0 0 30px 0;
}

.footer-main aside ul {
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

.footer-main aside ul li {
	font-size:22px;
	line-height:26px;
}
}


@media only screen and (max-width:1023px) {
.footer-main .logo-txt {
	font-size:26px;
}

.footer-main p {
	font-size:20px;
	line-height:24px;
}

.footer-main aside ul li {
	font-size:20px;
	line-height:24px;
}
}

@media only screen and (max-width:767px) {
.footer-main {
	padding:25px 0;
}

.footer-main .logo-txt {
	font-size:22px;
	padding:0 0 25px 0;
}

.footer-main p {
	font-size:18px;
	line-height:22px;
}

.footer-main aside {
	margin:0 0 25px 0;
}

.footer-main aside ul li {
	font-size:18px;
	line-height:22px;
	padding:0 10px;
}
}


/*
 3) Inner - Pages
 ----------------------------------------*/

/* Category - Menu */

.category-menu {
	width:100%;
	float:left;
}

.category-menu aside {
	width:100%;
	float:left;
	text-align:center;
	border-bottom:1px solid #dfdfdf;
	padding:35px 0;
}

.category-menu aside ul {
	width:100%;
	float:left;
	margin:0 0 -15px 0;
}

.category-menu aside ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 8px 15px 8px;
}

.category-menu aside ul li .btn {
	width:205px;
	padding:0;
}

.category-list2 {
	width:100%;
	height:100%;
	float:left;
	text-align:center;
	background:#5b76b3;
	padding:60px 0 0 0;
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	overflow:auto;
	overflow-x:hidden;
}

.category-list2 h3 {
	color:#ffffff;
	padding-bottom:65px;
}

.category-list2 ul {
	width:100%;
	float:left;
	padding:0 0 60px 0;
}

.category-list2 ul li {
	width:100%;
	float:left;
	font-size:30px;
	color:#ffffff;
	line-height:34px;
	text-align:left;
	text-transform:uppercase;
	padding:0 0 30px 0;
}

.category-list2 ul li:last-child {
	padding-bottom:0;
}

.category-list2 ul li a {
	width:100%;
	float:left;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius:10px;
	text-decoration:none;
	padding:25px 20px 22px 20px;
}

.category-list2 ul li a span {
	width:100%;
	float:left;
	background:url(../images/arrow-03.png) no-repeat right center;
	background-size:36px auto;
	padding:3px 56px 3px 0;
}

.category-list2 ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#546da3;
}

.category-list2 ul li a.active {
	color:#ffffff;
	text-decoration:none;
	background:#546da3;
}

.category-list2 .icon-close {
	width:63px;
	height:63px;
	float:none;
	display:inline-block;
	vertical-align:top;
	text-indent:-9999px;
	background:url(../images/icon-close-01.png) no-repeat top center;
	background-size:63px auto;
	margin:0 0 70px 0;
}


@media only screen and (max-width:1144px) {
.category-list2 {
	padding:50px 0 0 0;
}

.category-list2 h3 {
	padding-bottom:50px;
}

.category-list2 ul {
	padding-bottom:50px;
}

.category-list2 ul li {
	font-size:26px;
	line-height:30px;
}

.category-list2 ul li a {
	padding:20px 20px 17px 20px;
}

.category-list2 ul li a span {
	background-size:30px auto;
	padding:3px 50px 3px 0;
}

.category-list2 .icon-close {
	width:55px;
	height:55px;
	background-size:55px auto;
	margin:0 0 50px 0;
}
}

@media only screen and (max-width:1023px) {
.category-menu aside {
	padding:30px 0;
}

.category-menu aside ul li .btn {
	width:180px;
}

.category-list2 {
	padding:45px 0 0 0;
}

.category-list2 h3 {
	padding-bottom:40px;
}

.category-list2 ul {
	padding-bottom:45px;
}

.category-list2 ul li {
	font-size:24px;
	line-height:28px;
	padding:0 0 25px 0;
}

.category-list2 ul li a {
	padding:17px 15px 14px 15px;
}

.category-list2 ul li a span {
	background-size:25px auto;
	padding:3px 43px 3px 0;
}

.category-list2 .icon-close {
	width:45px;
	height:45px;
	background-size:45px auto;
	margin:0 0 40px 0;
}
}


@media only screen and (max-width:767px) {
.category-menu aside ul li {
	padding:0 5px 15px 5px;
}

.category-menu aside ul li .btn {
	width:135px;
}

.category-list2 {
	padding:40px 0 0 0;
}

.category-list2 h3 {
	padding-bottom:30px;
}

.category-list2 ul {
	padding-bottom:40px;
}

.category-list2 ul li {
	font-size:22px;
	line-height:26px;
}

.category-list2 ul li a {
	padding:12px 15px 9px 15px;
}

.category-list2 ul li a span {
	background-size:22px auto;
	padding:3px 37px 3px 0;
}

.category-list2 .icon-close {
	width:40px;
	height:40px;
	background-size:40px auto;
	margin:0 0 35px 0;
}
}

 
/* Section - Games */
.section-games {
	width:100%;
	float:left;
	padding:0 0 55px 0;
}

.section-games:last-child {
	padding-bottom:0;
}

.section-games h2 {
	padding-bottom:78px;
}

@media only screen and (max-width:1144px) {
.section-games h2 {
	padding-bottom:60px;
}
}

@media only screen and (max-width:1023px) {
.section-games {
	padding:0 0 40px 0;
}

.section-games h2 {
	padding-bottom:40px;
}
}

@media only screen and (max-width:767px) {
.section-games {
	padding:0 0 40px 0;
}

.section-games h2 {
	padding-bottom:30px;
}
}

