/*
Theme Name: miscreated
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
@charset "utf-8";
/*------------------------------
=BASIC SETUP
------------------------------*/

/* CSS Reset */
* { margin: 0; padding: 0; }
/* Tell the browser to render HTML 5 elements as block */

header, footer, section, aside, nav, article { display: block; }
.clear { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
strong { font-weight: bold }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-family: 'bebas_neueregular'; }
p { margin: 0px; padding: 0px; font-family: "Open Sans", sans-serif; }
a { color: inherit; text-decoration: none; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
a:focus { text-decoration: none; }
a:hover { color: inherit; text-decoration: none; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
body a:hover { color: #fff; text-decoration: none; }
body a:focus { color: #fff; text-decoration: none; }
a img { border: none; }
img { max-width: 100%; }
a:focus { outline: none; }
body { font-size: 15px; color: #003055; background: #fff; font-family: 'bebas_neueregular'; background: #fff; }
li { list-style: none; }
.wrapper { width: 100%; position: relative; }
ul { margin: 0; padding: 0; }
/****************************FontAwesome***************/
@font-face { font-family: 'bebas_neueregular'; src: url('fonts/bebasneue.eot'); src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'),  url('fonts/bebasneue.woff2') format('woff2'),  url('fonts/bebasneue.woff') format('woff'),  url('fonts/bebasneue.ttf') format('truetype'),  url('fonts/bebasneue.svg#bebas_neueregular') format('svg'); font-weight: normal; font-style: normal; }
/****************csschanges************************/
body { background: url(./images/main-bg.jpg) no-repeat fixed top center;  background-size: cover; }
.wrapper:after, .wrapper:before { display: block; clear: both; content: ""; overflow: hidden; }
.wrapper { width: 100%; float: left; }
/*********header***********************/
.header-top { min-height: 73px; border-bottom: 2px solid #d04f39; float: left; width: 100%; background: rgba(0,0,0,0.8); padding: 7px 0; margin-bottom: 25px; position: fixed; margin-top: 0; top: 0; z-index: 9999; background: rgba(15, 15, 15, 2); }
.header-top .logo img {width: 89%;}
.play-btn { background: url(./images/play_now.svg) no-repeat; width: 127px; height: 47px; display: block; float: right; margin-top: 5px; }
.play-btn:hover { background: url(./images/play_now_hover.svg) no-repeat; }
/********************nav**************/
body .container-fluid, body .navbar-collapse { padding: 0; background: none; border: none; text-align: center; }
.nav.navbar-nav { float: none; font-family: 'bebas_neueregular'; display: inline-block; margin: 0 auto; }
body .navbar-default .navbar-nav > li { margin: 0 20px; padding: 0 0px; position: relative; }
body .navbar-default .navbar-nav > li:last-child { margin-right: 0px; }
body .navbar-default .navbar-nav > li > a { font-size: 27px; text-transform: uppercase; color: #fff; transition: none; padding: 0; }
body .navbar-default .navbar-nav > li:hover a { background: none; color: #d04f39; transition: none; }
body .navbar-default .navbar-nav > .active > a, body .navbar-default .navbar-nav > .active > a:hover, body .navbar-default .navbar-nav > .active > a:focus { background: none; color: #d04f39; border-radius: 0; }
body .navbar-default { background: none; padding: 20px 0 0; border: none; border-radius: 0; }
body .navbar { min-height: inherit; margin-bottom: 0px; }
body .navbar-default .navbar-toggle { border-color: transparent; background: none; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none !important; border-color: transparent !important; }
body .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-header .navbar-toggle .icon-bar { border-radius: 10px; display: block; height: 4px; width: 30px; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #d04f39; }
.MainNav .play-btn, .play-now-link { display: none !important; }
/**************mainwrap*************/
.main-wrap { width: 100%; float: left; margin-top: 100px; }
.slider-wrap img { border: 1px solid #726962; width: 100%; }
.slider-wrap .slider-bottem-icon { text-align: center; margin: 20px 0; }
.slider-wrap .slider-bottem-icon img { width: auto; border: none; text-align: center; }
.inner-bg { background: #4b4b4d; font-family: 'bebas_neueregular'; float: left; width: 100%; }
.inner-bg h2 { margin: 0; background: #d04f39; color: #fff; text-align: center; padding: 7px 10px 5px; line-height: 33px; margin-bottom: 6px; font-size: 28px; }
div.aside-left { padding-right: 0; width: 27%; }
div.aside-right { padding-left: 0; width: 27%; }
div.main-news { padding: 0 5px; width: 46%; }
.social-wrap { float: left; margin-bottom: 6px; width: 100%; }
.social-wrap li { float: left; margin-right: 6.1px; }
.social-wrap li:last-child { margin-right: 0; }
.social-wrap li a { height: 45px; width: 45px; }
.tweet-icon { background: url(./images/svg/icons/twitter.svg) no-repeat; display: block; }
.tweet-icon:hover { background: url(./images/svg/icons/twitter-hover.svg) no-repeat; }
.fb-icon { background: url(./images/svg/icons/facebook.svg) no-repeat; display: block; }
.fb-icon:hover { background: url(./images/svg/icons/facebook-hover.svg) no-repeat; }
.you-tube-icon { background: url(./images/svg/icons/youtube.svg) no-repeat; display: block; }
.you-tube-icon:hover { background: url(./images/svg/icons/youtube-hover.svg) no-repeat; }
.twitch-icon { background: url(./images/svg/icons/twitch.svg) no-repeat; display: block; }
.twitch-icon:hover { background: url(./images/svg/icons/twitch-hover.svg) no-repeat; }
.steam-icon { background: url(./images/svg/icons/miscreated.svg) no-repeat; display: block; }
.steam-icon:hover { background: url(./images/svg/icons/miscreated-hover.svg) no-repeat; }
.reddit-icon { background: url(./images/svg/icons/reddit.svg) no-repeat; display: block; }
.reddit-icon:hover { background: url(./images/svg/icons/reddit-hover.svg) no-repeat; }
/************newswrap**************/
.news-wrap h3 { text-align: center; color: #d04f39; font-size: 24px; margin: 7px 0 10px; float: left; width: 100%; }
.news-detail { padding: 15px; }
.news-detail .news-date { font-size: 24px; color: #d04f39; }
.news-detail p { font-size: 16px; color: #fff; font-family: open sans; }
.readmore-news { font-size: 22px; color: #d04f39; }
.detail-left { float: left; width: 75%; }
.detail-right { float: right; padding-top: 30px; }
.news-wrap { float: left; margin-bottom: 6px; width: 100%; background: #363435; position: relative; }
/*.news-wrap:last-child{margin-bottom:0;}*/
.news-detail h4 { font-size: 20px; color: #fff; margin-bottom: 4px; }
.more-wrap { float: left; width: 100%; text-align: center; margin: 25px 0; }
.view-more, #commentform .submit { background: #363435; font-size: 28px; color: #d04f39; display: inline-block; padding: 5px 15px; cursor: pointer; font-family: 'bebas_neueregular'; min-width: 205px; height: 47px; border: none; box-shadow: none; }
#commentform .submit:hover { color: #fff; }
.imgBoxHover { border: 5px solid transparent; overflow: hidden; }
.imgBoxHover img { border: 0px !important; }
.imgBoxHover:hover { border-color: #d74f39; }
/******footer***************/
.footer-wrap { float: left; width: 100%; text-align: center; }
.footer-wrap li { display: inline-block; vertical-align: middle; margin: 0 20px; font-family: open sans; font-size: 18px; color: #fff; }
.footer-wrap li img:hover { opacity: 0.5; }
.footer-wrap li a { font-family: 'bebas_neueregular'; color: #fff; font-size: 20px; }
.footer-wrap li a:hover { text-decoration: underline; }
/****************slider-css************/
div.bx-wrapper .bx-viewport { background: none; border: none; box-shadow: none; left: 0; }
div.bx-wrapper .bx-pager.bx-default-pager a { height: 8px; width: 55px; border: 2px solid #fff; border-radius: 0; background: #363435; }
div.bx-wrapper .bx-pager.bx-default-pager a.active { background: #d04f39; }
div.bx-wrapper .bx-pager, div.bx-wrapper .bx-controls-auto { position: relative; bottom: 0; padding-bottom: 10px; }
.bx-wrapper { margin-bottom: 0 !important; }
.aside-left .timeline { max-width: 100% !important; }
/**********about-page************/
.about-video-wrap { margin-bottom: 20px; float: left; width: 100%; }
iframe { width: 100%; border: 1px solid #d04f39; }
.about-wrap h3 { color: #fff; font-family: "Open Sans", sans-serif; font-size: 18px; font-weight: 600; margin: 0; padding: 0 0px 20px; text-align: center; }
.about-wrap p { color: #fff; }
.about-wrap .about-text { padding: 20px 25px; font-size: 15px; line-height: 20px; }
.about-text ul li { list-style: disc inside; font-family: "Open Sans", sans-serif; color: #fff; line-height: 25px; }
.about-wrap .inner-bg { min-height: 350px; }
.about-wrap { margin-bottom: 30px; }
.about-bottem .inner-bg { min-height: 510px; }
.feedback-link { background: #363435; color: #fff; float: left; font-size: 25px; padding: 15px; text-align: center; width: 100%; font-family: 'bebas_neueregular'; }
.feedback-link a { color: #fff; text-decoration: underline; }
.feedback-link a:hover { color: #d04f39; text-decoration: underline; }
/**********about-page************/
.about-video-wrap { margin-bottom: 20px; float: left; width: 100%; }
iframe { width: 100%; border: 1px solid #d04f39; }
.about-wrap h3 { color: #fff; font-family: "Open Sans", sans-serif; font-size: 18px; font-weight: 600; margin: 0; padding: 0 0px 20px; text-align: center; }
.about-wrap p { color: #fff; }
.about-wrap .about-text { padding: 20px 25px; font-size: 15px; line-height: 20px; }
.about-text ul li { list-style: disc inside; font-family: "Open Sans", sans-serif; color: #fff; line-height: 25px; }
.about-wrap .inner-bg { min-height: 350px; }
.about-wrap { margin-bottom: 30px; }
.about-bottem .inner-bg { min-height: 510px; }
.feedback-link { background: #363435; color: #fff; float: left; font-size: 25px; padding: 15px; text-align: center; width: 100%; font-family: 'bebas_neueregular'; }
.feedback-link a { color: #fff; text-decoration: underline; }
.feedback-link a:hover { color: #d04f39; text-decoration: underline; }
/****************team-wrap***********/
.team-m-img img { width: 125px; height: 125px; border-radius: 50%; }
.team-m-wrap { text-align: center; }
.about-text .team-m-wrap li { list-style: none; text-align: center; font-size: 16px; display: inline-block; vertical-align: top; width: 16%; margin-bottom: 25px; }
/*****************blog-wrap*************/
.blog-main { color: #fff; background: #363435; float: left; width: 100%; margin-bottom: 15px; }
.blog-main h3 { color: #d04f39; font-size: 28px; text-align: center; padding: 15px; margin: 0; }
.blog-img { max-height: 300px; width: 100%; }
.blog-detail { float: left; width: 100%; padding: 15px;   margin-top: -20px; padding: 30px;}
.blog-left { float: left; width: 75%; margin-left: 5px; }
.blog-right { float: right; padding-top: 4px; margin-right: 25px; }
.blog-detail .blog-date { font-size: 24px; }
.blog-detail p { font-size: 16px; }
.blog-more-wrap { text-align: right; float: right; margin: 15px 0px 25px; padding: 0 15px; }
.blog-more-wrap .view-more { text-align: center; }
.blog-wrap { margin-bottom: 25px; }
/****************media*page***************/
.media-wrap { float: left; width: 100%; margin-bottom: 25px; color: #fff; }
.media-inner { text-align: center; }
.media-inner li { display: inline-block; margin: 10px 1% 15px; vertical-align: top; width: 22.5%; text-align: left; }
.media-inner li iframe { border: 5px solid #363435; }
.video-detail { font-family: "Open Sans", sans-serif; padding: 10px 5px 0; }
.video-detail h3 { font-size: 20px; font-weight: normal; margin: 0; word-wrap: break-word; }
.video-detail .video-date { font-size: 16px; font-style: italic; }
.media-wrap .inner-bg { margin-bottom: 25px; }
.media-wrap .media-inner img { border: 5px solid #363435; }
.media-wrap .media-inner img:hover, .media-inner li iframe:hover { border-color: #d74f39; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: #363435; font-family: "Open Sans", sans-serif; border: none; border-radius: 0; font-weight: 600; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #fff !important; }
.faq-wrap .accordion { float: left; width: 100%; padding: 0 20px 20px; }
.faq-wrap #expand, .faq-wrap #collapse { background: #363435; font-family: 'bebas_neueregular'; font-size: 20px; float: right; padding: 5px 15px; color: #d04f39; margin: 5px 20px 15px; }
.faq-wrap #expand:hover, .faq-wrap #collapse:hover { color: #fff; }
.faq-wrap .accordion h3 { font-size: 14px; margin-bottom: 5px; margin-top: 1px; padding: 7px 45px 7px 15px; }
.faq-wrap .ui-widget-content { background: none; font-family: "Open Sans", sans-serif; padding: 0 10px; border: none; color: #fff; padding: 5px 15px; height: auto !important; }
.faq-wrap .ui-accordion .ui-accordion-header .ui-accordion-header-icon { left: inherit; right: 0; }
.faq-wrap .ui-accordion-header-icon { background: url(./images/faq-plus-icon.png) #4b4b4d center center no-repeat !important; height: 17px; margin-bottom: 0; margin-left: 0; margin-right: 2px; margin-top: -12px !important; padding: 12px 15px !important; width: 17px; }
.faq-wrap p { font-size: 14px; font-family: "Open Sans", sans-serif; }
.faq-wrap .accordion h3.ui-accordion-header-active .ui-accordion-header-icon { background: url(./images/faq-icon.png) #4b4b4d center center no-repeat !important; height: 17px; margin-bottom: 0; margin-left: 0; margin-right: 2px; margin-top: -12px !important; padding: 12px 15px !important; width: 17px; }
/*****coustom css****/
.alm-btn-wrap { display: none; }
.home .aside-right .inner-bg { min-height: 1690px; }
#comments, .post, .post-navigation { color: #fff; }
#commentform label { float: left; width: 150px; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform input[type="url"] { height: 30px; }
.footer-wrap ul { margin-top: 13px; }
.entry-header h1.entry-title, .entry-content { color: #fff; }
.news-wrap img { border: 5px solid #363435;max-height:297px; }
.news-wrap img:hover { border-color: #d74f39; }
.fr-tag li { list-style-type: inherit; }
.entry-content p { margin: 0 0 25px; }
.news-wrap { border-bottom: 5px solid #4B4B4D; }
.blog-detail strong { display: table; line-height: 10px; margin: 15px 0; }
.blog-detail h1 { margin: 14px 0; }
.about-text img { display: inherit; margin: auto; }
.inner-bg1 h2 { background: #d04f39 none repeat scroll 0 0; border-bottom: 3px solid #4d4751; color: #fff; font-size: 28px; line-height: 33px; margin: 0; padding: 7px 10px 5px; text-align: center; font-family: "bebas_neueregular"; }
.about-text > img { margin: 12px; padding: 0; width: 98%; max-height:628px;}
.blog-detail a { color: #fff; font-weight: bold; }
.readmore-news { color: #d04f39 !important; font-size: 22px; }
.readmore-news:hover { color: #fff !important; }
.wpvl_auto_thumb_play { left: 40% !important; position: absolute; top: 64% !important; }
.wpvl_auto_thumb_box { height: 150px; position: relative; width: 100% !important; }
.wpvl_auto_thumb_box img { width: 100% !important; }
.btn { padding: 0px !important; }
.playBtn { border: 0 none !important; left: 45%; position: absolute; top: 40%; z-index: 999; }
.playBtn_com { border: 0 none !important; left: 36%; position: absolute; top: 30%; z-index: 999; }
#load-more:hover { background: #363435; border: none; color: #fff; }
button.alm-load-more-btn.done { color: #d04f39 !important; background: #363435; border: none; opacity: 1; }
button.alm-load-more-btn.done:hover { background: #363435; border: none; color: #fff; }
.social2{display:none;}
.media-inner .alm-btn-wrap{margin:20px;}

.team-pop{ font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
.team-modal{
	width:33%;
  }
  body .navbar-default .navbar-nav > li > a:focus{color:#fff;}
.detail-left {
    width: 100% !important;
}
