/*!
Theme Name: stemplate1
Theme URI: 
Author: Sadmi
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 1
Requires PHP: 1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stemplate1
Tags: custom template

This theme, like WordPress, is licensed under the GPL.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */


/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
*{
	outline: unset;
}
body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	background-position: top center;
	background-repeat: repeat-y;
}
a, a:hover{
	text-decoration: none;
	color: #333333;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}
a:focus{
	text-decoration: none;
	color: inherit;
	outline: none;
}
img{
	max-width: 100%
}
input::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder {
    opacity: 1;
}
input:required {
    -webkit-box-shadow:none;
            box-shadow:none;
}
#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#page > main {
 -webkit-box-flex: 1;
     -ms-flex-positive: 1;
         flex-grow: 1;
}

/* Header */
header a {
	color: #FFFFFF;
}
.header_links {
	background-color: #000000;
}
.header_links_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.header_links_content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	list-style: none;
}
.header_links_content ul li {
	margin-left: 35px;
	margin-top: 5px;
}
.header_links_content a:hover {
	text-decoration: none;
	color: #787878;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}
.header_center_logo a {
	display: inline-block;
	margin: 10px 0 30px 40px;
}
.header_center_lang_search {
	margin-top: 6px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_center_lang_search_lang ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style: none;
	margin-bottom: 22px;
	padding: 0px;
}
.header_center_lang_search_lang a {
	margin: 10px;
	position: relative;
}
.header_center_lang_search_lang .current-lang a::after {
    content: "";
    display: block;
    width: 53px;
    height: 10px;
    background-position: center;	
    position: absolute;
		right: 0em;
		top: 185%;
		border-radius:4px;
}
.header_center_lang_search_search {
	margin-left: 21px;
}
.header_center_lang_search_search .search-field {
	padding: 10px 30px;
	background-color: #7DC8E7;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	min-width: 380px;
}
.header_center_lang_search_search .search-submit {
	position: relative;
	right: 43px;
	background: none;
	border: none;
	margin-bottom: 5px;
}
.header_center_lang_search_search .search-submit svg{
	margin-bottom: 5px;
}
.header_center_lang_search_search input {
	color: #FFFFFF;
}
.header_center_lang_search_search input::-webkit-input-placeholder {
	color: #FFFFFF;
}
.header_center_lang_search_search input::-moz-placeholder {
	color: #FFFFFF;
}
.header_center_lang_search_search input:-ms-input-placeholder {
	color: #FFFFFF;
}
.header_center_lang_search_search input::-ms-input-placeholder {
	color: #FFFFFF;
}
.header_center_lang_search_search input::placeholder {
	color: #FFFFFF;
}
.header_menu {
	border: 2px solid #03CA76;
	border-radius: 4px;
	background-color: #03CA76;
}
.header_menu_content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	 	flex-wrap: wrap;
}
.header_menu_content ul li a {
	font-size: 20px;
	display: inline-block;
	padding: 15px;
	position: relative;
	font-family: Lilita One;
	text-transform: uppercase;
}
.header_menu_content ul li a:hover:after, .header_menu_content .current-menu-item a:after  {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    background: #FFFFFF;
    position: absolute;
		top: 75%;
		border-radius:4px;
}
.header_menu_content ul li a:hover {
	text-decoration: none;
	color:inherit;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}
.play_game {
	background-color: #000000;;
	background-position: top center;
	background-repeat: no-repeat;
}
.play_game .container {
	margin-top: 20px;
}
.play_game iframe {
	border: none;
}
#game {
  height: 75vh;
}



@media (max-width: 1199px){

}
@media (max-width: 991px){
.header_center_lang_search {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 15px;
}
.header_center_logo a {
	margin: 30px 0 0 0;
}
.main_last_post_article {
	min-height: 330px;
}
}
@media (max-width: 767px){
.header_center_logo {
	text-align: center;
}
.header_center_logo a {
	margin: 10px 0 0 20px;
}
.header_links_content {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header_links_content ul li {
	margin-left: 0;
	margin-top: 0;
	padding: 10px;
}
}
@media (max-width: 471px){
.header_center_lang_search_search {
	margin-left: 10px;
}
.header_center_lang_search_search .search-field {
	min-width: 274px;
}
.header_center_lang_search_search .search-submit {
	display: none;
}
.header_center_lang_search_search {
	margin-left: 10px;
}
.header_links {
	display: none;
}
.header_center_logo a {
	margin-left:40px;
}
.header_menu_content ul li a {
	font-size: 10px;
}
.header_menu_content ul li a {
	font-size: 15px;
}
.header_menu_content ul {
 padding-left: 0px;
}

}
/*Homepage*/
main {
	background-position: top center;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 100px;
} 
.main_title .container {
	background-position: center;
}
.main_last_post article {
	height: 100%;
}
.main_last_post .col-md-6 {
	margin-bottom: 60px;
}
.main_last_post {
	margin-top: 50px;
}
.main_last_post_title {
	margin-bottom: 30px;
}
.main_article {
	min-height: 408px;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #FFFFFF;
	height: 100%;
	background: #175892B2;
}
 .main_last_post_article {
	min-height: 408px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #FFFFFF;
	height: 100%;
} 
.main_last_post_article:hover {
	color: inherit;
}
.main_last_post_article_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	padding: 15px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.main_last_post_article_title div {
	font-size: 24px;
	max-width: 315px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.main_last_post_article_button {
	text-align: end;
}
.main_last_post_article_button img {
	max-width: 45px;
	width: 100%;
	margin: 10px;
}


.main_last_post_pagination .screen-reader-text {
	font-size: 0px;
}
.main_last_post_pagination .navigation, .article_pagination .navigation {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	        -webkit-box-align: center;
	            -ms-flex-align: center;
	                align-items: center;
}
.main_last_post_pagination a {
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	font-size: 20px;
}
.main_last_post_pagination a:hover {
	border-bottom: 2px solid #FFFFFF;
}
.main_last_post_pagination .current {
	border-bottom: 2px solid #FFFFFF;
	padding: 5px;
}
.article_pagination .pagination-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){
	.main_last_post article {
		height: 100%;
		max-width: 354px;
		margin: auto;
	}
}
@media (max-width: 450px){

}
/*BLOG*/
.blog span {
	color: #FFFFFF;
}
.blog #breadcrumbs-wrapper {
	margin-top: 5px;
}
#breadcrumbs-wrapper a {
}
.blog_h1 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.blog_article_title {
	margin-bottom: 10px;
	margin-top: 20px;
}
.blog .post-ratings {
	margin-top: 20px;
	text-align: end;
}
.blog_article_title h2 {
	font-size: 23px;
}
.blog_article_content {
	border-bottom: 2px dashed #FFFFFF;
	margin-bottom: 150px
}
.blog_article_content_img {
	text-align: center;
}
.blog_article_content_text {
	padding: 15px;
}
.blog_article_content_bottom {
	text-align: right;
}
.blog_article_content_bottom a {
	padding: 20px;
	display: inline-block;
}
.date_single {
	text-align: end;
}
.date_single .entry-date {
	display: inline-block;
	padding: 15px;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){

}
@media (max-width: 450px){
#breadcrumbs-wrapper span {
	font-size: 13px;
}
.blog h1 {
	font-size: 23px;
}
.blog_article_title h2, .article_title h2{
	font-size: 20px;
	padding-left: 5px;
}
}
/*article*/
.article_content {
	margin-top: 40px;
	margin-bottom: 40px;
}
.article_content_img {
	text-align: center;
}
.article_content_img img {
	border: 2px solid #FFFFFF;
	border-radius: 4px;
}
.article_content_text {
	padding: 15px;
}
.pagination-nav .pull-left a, .pagination-nav .pull-right a {
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
}
.article_title {
	text-align: center;
}
.article_title h1 {
	font-size: 30px
}
.single_article_button {
	text-align: end;
}
.single_article_button img {
	max-width: 40px;
	width: 100%;
	margin: 10px;
}
.article_bottons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){

}
@media (max-width: 450px){

}
/* Footer */
footer {
	border-top: 2px solid #073359;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_name a {
	color: #073359;
	font-family: Lilita One;
	font-size: 44px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0em;
	text-align: left;
}
.footer_desc, .footer_sitemap, .footer_menu a, .footer_contact, .footer_mail a {
} 
.footer_name {
	margin-bottom: 20px;
}
.footer_sitemap, .footer_contact {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #073359;
	display: inline-block;
	margin-bottom: 10px;
}
.footer_menu ul {
	list-style: none;
	padding:0px;
}
.footer_menu li {
	margin-bottom: 5px;
}
@media (max-width: 1199px){

}
@media (max-width: 991px){

}
@media (max-width: 767px){
.footer .row > * {
	margin-bottom: 20px;
	text-align: center;
}
}
@media (max-width: 450px){

}
/* 404 */ 
.c404 .container {
	text-align: center;
}
.c404_text {
	font-size: 100px;
	font-weight: bold;
}
.c404 {
	padding-top:100px;
	padding-bottom: 100px;
}	
.c404_img {
	margin-bottom: 50px;
	text-align: center;
}
.c404_desc {
	text-align: center;
	margin-bottom: 20px;
}
.c404_buttom {
	text-align: center;
}
.c404_buttom a {
	padding: 10px 20px;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	color: #FFFFFF
}

.search article {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #FFFFFF;
}

.comment-form a, .comment-author a, .comment-metadata a, .reply a{
}
#comment, #author, #email, #url {
	background-color: #175892B2;
	color: #fff;
}
.comment-reply-title small {
	margin-left: 20px;
}
.comment-body {
	margin-bottom: 10px;
}
.comment-form-author-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.comment-form-author {
	margin-left: 10px;
}
.comment-form-url {
	display: none;
}
.post-ratings img {
	max-width: 25px;
	width: 100%; 		 
}
.main_article .post-ratings {
	margin-left: 20px;
}
.blog .article_content {
	margin-top: 20px;
}
.blog .entry-title {
	margin: 0px;
	text-align: left;
}
.blog .post-ratings {
	text-align: end;
}
.comments-area .submit {
	border: 2px solid #FFFFFF;
	border-radius: 4px;
}
.comment-form-email {
 	margin-left: 10px;
}
@media (max-width: 767px){
.comment-form-author-email {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
}
.main_last_post_article_img img {
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 536px;
	width: 100%;
	max-height: 328px;
	height: 328px;
}
@media (max-width: 1199px){
	.play_game .play_game_frame {
		height: 523px !important;
}
}
@media (max-width: 991px){
	.play_game .play_game_frame {
		height: 388px !important;
}
}
@media (max-width: 767px){
	.play_game .play_game_frame {
		height: 52vw !important;
}
}

/* category video */

.category-video .article_content, .category-video-es .article_content, .category-video-ru .article_content {
	margin-top: 60px;
}
.single_video_frame iframe {
	 text-align: center;
	 width: 100%;
	 height: 570px;
}
.single_video_channel_title {
	margin-bottom: 15px;
	font-weight: bold;
}
.single_video_like_count {
	text-align: end;
}
.single_video_description {
	margin-top: 40px;
}
@media (max-width: 991px){
	.single_video_frame iframe {
		height: 450px !important;
}
}
@media (max-width: 767px){
	.single_video_frame iframe {
		height: 315px !important;
}
}
@media (max-width: 575px){
	.single_video_frame iframe {
		height: 58vw !important;
}
}

#page {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.background_content {
 background-image: url();
 -webkit-box-flex: 1;
     -ms-flex-positive: 1;
         flex-grow: 1;
}

.blog .category-video .article_content_img {
	display: none;
}
.blog .category-video .article_content {
	margin-top: 20px;
}

/* game menu */

#iframe {
 border: none;
 height: 115px;
}
@media (max-width:991px){
#iframe {
 height: 60px;
}
}
@media (max-width:575px){
#iframe {
 height: 85px;
}
}
@media (max-width:400px){
#iframe {
 height: 125px;
}
}
.article_content_text a, .main_title a {
    color: #3e83bb;
}
.article_content_text a:hover, .main_title a:hover {
    color: blue;
}

/*Youtube styles*/
.single_video_channel_title {
	margin-bottom: 15px;
	font-weight: bold;
	margin: 30px 0;
	font-size: 23px;
}

.single_video_channel_title:before {
  content: "★ ";
  position: relative;
  bottom: 2px;
}

.single_video_viewCount {
	border-bottom: 2px solid #737a7c;
	padding-bottom: 15px;
}

.single_video_viewCount::before {
	content: "👁 ";
}

.single_video_like_count {
	border-bottom: 2px solid #737a7c;
	padding-bottom: 15px;
	font-weight: 600;
}

.single_video_like_count::before {
	content: "🖒 ";
	font-size: 28px;
	position: relative;
	top: 4px;
}

@media (max-width: 767px){
.single_video_viewCount {
	border-bottom: none;
}
}

.comments-area .comment-content {
 	word-break: break-word;
}