body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  color: #f0f0f0;
  background: #000000;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: #2575dc;
  text-decoration: none;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0f0f0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 17px;
}

h5 + .form-group {
  margin-top: 20px;
}

h6 {
  font-size: 15px;
}

button {
  cursor: pointer;
}

pre {
  padding: 25px;
  background-color: #FFF;
  border-color: #EAEAEA;
}

b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 20px;
}

p b, p strong {
  color: #5d5d5d;
}

i {
  display: inline-block;
}

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

ul ul {
  padding-left: 20px;
}

b, strong {
  color: #585858;
}

code {
  background-color: #E6F1FF;
  color: #2776dc;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 3px 6px;
}

.lead {
  font-size: 18px;
  line-height: 25px;
}

iframe {
  width: 100%;
  border: 0;
}

button.close {
  outline: 0 !important;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.blockquote {
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #696969;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #e4e4e4;
  padding: 25px 30px;
  font-weight: 500;
  font-size: 17px;
  color: #5d5d5d;
}

.blockquote p {
  margin-bottom: 0;
}

.subtitle {
  border-left: 3px solid #2575dc;
  padding: 5px 0 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.breadcrumbs {
  padding: 11px 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.breadcrumb {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.breadcrumb > li {
  float: left;
  font-size: 14px;
}

.breadcrumb > li > a {
  color: #737373;
  border-radius: 0px;
  font-size: 14px;
}

.breadcrumb > li:first-child a {
  padding-left: 0;
}

.breadcrumb > li + li.pull-right:before {
  content: "";
  display: none;
}

.breadcrumb > li + li:before {
  content: "/";
  color: #b5b5b5;
  margin: 0 7px;
}

.breadcrumb > li.active {
  font-size: 14px;
}

#header {
  width: 100%;
  height: 62px;
  background: #050505;
  position: relative;
  z-index: 999;
}

#header .logo {
  float: left;
  height: 62px;
  margin-right: 25px;
  padding: 18px 0;
}

#header .logo img {
  width: 147px;
  height: 30px;
}

#header .container {
  position: static;
}

#header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  height: 62px;
  position: static;
  text-transform: uppercase;
}

#header .navbar .navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .navbar .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .nav > ul > li,
#header .nav > ul > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

#header .nav > ul > li.has-dropdown > a:after,
#header .nav > ul > li.has-dropdown > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 5px;
}

#header .nav > ul > li.has-dropdown.open > a,
#header .nav > ul > li.has-dropdown.open > a {
  background-color: inherit;
  color: #fff;
}

#header .nav > ul > li:hover > ul,
#header .nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#header .nav > ul > li > a,
#header .nav > ul > li > a {
  color: #B1B1B1;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 62px;
  display: inline-block;
}

#header .nav > ul > li > a:hover,
#header .nav > ul > li > a:hover {
  color: #fff;
}

#header .nav > ul > li > a > .badge,
#header .nav > ul > li > a > .badge {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}

#header .nav > ul > li.dropdown-profile > a:after,
#header .nav > ul > li.dropdown-profile > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 8px;
}

#header .nav > ul > li.dropdown-notification > .dropdown-menu,
#header .nav > ul > li.dropdown-notification > .dropdown-menu {
  min-width: 240px !important;
}

#header .nav > ul > li.dropdown-notification > .dropdown-menu .badge,
#header .nav > ul > li.dropdown-notification > .dropdown-menu .badge {
  padding: 5px 2px;
  margin-right: 7px;
}

#header .nav > ul > li.dropdown-notification > .dropdown-menu .date,
#header .nav > ul > li.dropdown-notification > .dropdown-menu .date {
  float: right;
  background-color: #f5f5f5;
  padding: 4px 7px;
  font-size: 11px;
  margin-top: -1px;
  color: #8c8c8c;
  font-weight: 500;
}

#header .nav > ul > li.dropdown-notification > .dropdown-menu a,
#header .nav > ul > li.dropdown-notification > .dropdown-menu a {
  border-bottom: 1px solid #f3f3f3;
  padding: 11px 13px;
}

#header .nav > ul > li.dropdown-notification > .dropdown-menu .dropdown-block,
#header .nav > ul > li.dropdown-notification > .dropdown-menu .dropdown-block {
  max-height: 200px;
  overflow-y: scroll;
}

#header .nav > ul > li.dropdown.open > a,
#header .nav > ul > li.dropdown.open > a {
  color: #fff;
  background-color: transparent;
}

#header .nav > ul > li.dropdown > .dropdown-menu,
#header .nav > ul > li.dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  min-width: 190px;
  margin-top: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 5px;
  border-top: 0;
}

#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-header,
#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-header {
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #545454;
  margin-top: -5px;
}

#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-header i,
#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-header i {
  margin-right: 5px;
}

#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer,
#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer {
  border-top: 1px solid #efefef;
  text-align: center;
}

#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer a,
#header .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer a {
  background-color: #fafafa;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#header .nav > ul > li.dropdown > .dropdown-menu .divider,
#header .nav > ul > li.dropdown > .dropdown-menu .divider {
  margin: 5px 0;
}

#header .nav > ul > li > ul,
#header .nav > ul > li > ul {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 62px;
  min-width: 220px;
  background-color: rgba(25, 25, 25, .9);
  padding: 5px 0 10px 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .12s ease-in-out;
  transition: .12s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#header .nav > ul > li > ul > li.has-dropdown.open > a,
#header .nav > ul > li > ul > li.has-dropdown.open > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#header .nav > ul > li > ul > li a,
#header .nav > ul > li > ul > li a {
  padding: 6px 23px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #949494;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#header .nav > ul > li > ul > li a:hover,
#header .nav > ul > li > ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#header .nav > ul > li > ul > li:hover > ul,
#header .nav > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#header .nav > ul > li > ul > li > ul,
#header .nav > ul > li > ul > li > ul {
  position: absolute;
  min-width: 220px;
  margin-top: -40px;
  padding: 7px 0 10px 0;
  left: 220px;
  background-color: #242629;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#header .nav > ul > li > ul > li > ul:before,
#header .nav > ul > li > ul > li > ul:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  left: -30px;
}

#header .nav > ul > li.mega-menu,
#header .nav > ul > li.mega-menu {
  position: static;
}

#header .nav > ul > li.mega-menu > ul,
#header .nav > ul > li.mega-menu > ul {
  width: 100%;
  padding: 20px 0 30px 0;
}

#header .nav > ul > li.mega-menu > ul a,
#header .nav > ul > li.mega-menu > ul a {
  padding: 6px 0;
}

#header .nav > ul > li.mega-menu > ul a:hover,
#header .nav > ul > li.mega-menu > ul a:hover {
  background-color: transparent;
}

#header .nav > ul > li.mega-menu > ul a i,
#header .nav > ul > li.mega-menu > ul a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

#header .nav > ul > li.mega-menu > ul .title,
#header .nav > ul > li.mega-menu > ul .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #e4e4e4;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

#header .nav > ul > li.mega-menu.mega-games > ul,
#header .nav > ul > li.mega-menu.mega-games > ul {
  padding: 20px 0 20px 0;
}

#header .nav > ul > li.mega-menu.mega-games .row,
#header .nav > ul > li.mega-menu.mega-games .row {
  margin: 0 -10px;
}

#header .nav > ul > li.mega-menu.mega-games .col,
#header .nav > ul > li.mega-menu.mega-games .col {
  padding: 0;
  max-width: 190px;
  margin-right: 20px;
}

#header .nav > ul > li.mega-menu.mega-games .img,
#header .nav > ul > li.mega-menu.mega-games .img {
  position: relative;
  margin-bottom: 0;
}

#header .nav > ul > li.mega-menu.mega-games .img > a,
#header .nav > ul > li.mega-menu.mega-games .img > a {
  display: block;
  padding: 0;
}

#header .nav > ul > li.mega-menu.mega-games .img img,
#header .nav > ul > li.mega-menu.mega-games .img img {
  width: 100%;
  height: 190px;
  width: 190px;
  -webkit-filter: brightness(100%) contrast(100%);
  filter:  brightness(100%) contrast(100%);
  border: 1px solid rgba(58, 63, 68, .5);
}

#header .nav > ul > li.mega-menu.mega-games .img img:hover {
  width: 100%;
  height: 190px;
  width: 190px;
  -webkit-filter: brightness(115%) contrast(95%);
  filter:  brightness(115%) contrast(95%);
  border: 1px solid rgba(58, 63, 68, .9);
}

#header .nav > ul > li.mega-menu.mega-games h4,
#header .nav > ul > li.mega-menu.mega-games h4 {
  margin: 0;
}

#header .nav > ul > li.mega-menu.mega-games .row a,
#header .nav > ul > li.mega-menu.mega-games .row a {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}

#header .nav > ul > li.mega-menu.mega-games .row a:hover,
#header .nav > ul > li.mega-menu.mega-games .row a:hover {
  color: #fff;
  background-color: transparent;
}

#header .nav > ul > li.mega-menu.mega-games .col > span,
#header .nav > ul > li.mega-menu.mega-games .col > span {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  margin-top: 3px;
  margin-bottom: 10px;
  display: block;
}

#header .dropdown-profile img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
}

#header .navbar-right {
  margin: 0;
}

#header .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

#header .navbar-backdrop {
  background-color: #050505;
}

#game-menu {
  width: 100%;
  height: 50px;
  position: relative;
  top: 50px;
  z-index: 98;
  margin-bottom: 50px;
}

#game-menu .logo {
  float: left;
  height: 50px;
  margin-right: 25px;
}

#game-menu .logo img {
  width: 288px;
  height: 50px;
}

#game-menu .container {
  position: static;
}

#game-menu .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  height: 62px;
  position: static;
  text-transform: uppercase;
}

#game-menu .navbar .navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#game-menu .navbar .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#game-menu .nav > ul > li,
#game-menu .nav > ul > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

#game-menu .nav > ul > li.has-dropdown > a:after,
#game-menu .nav > ul > li.has-dropdown > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 5px;
}

#game-menu .nav > ul > li.has-dropdown.open > a,
#game-menu .nav > ul > li.has-dropdown.open > a {
  background-color: inherit;
  color: #fff;
}

#game-menu .nav > ul > li:hover > ul,
#game-menu .nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#game-menu .nav > ul > li > a,
#game-menu .nav > ul > li > a {
  color: #B1B1B1;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 62px;
  display: inline-block;
}

#game-menu .nav > ul > li > a.active {
  color: #b1b1b1;
}

#game-menu .nav > ul > li > a:hover,
#game-menu .nav > ul > li > a:hover {
  color: #fff;
}

#game-menu .nav > ul > li > a > .badge,
#game-menu .nav > ul > li > a > .badge {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}

#game-menu .nav > ul > li.dropdown-profile > a:after,
#game-menu .nav > ul > li.dropdown-profile > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 8px;
}

#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu,
#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu {
  min-width: 240px !important;
}

#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .badge,
#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .badge {
  padding: 5px 2px;
  margin-right: 7px;
}

#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .date,
#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .date {
  float: right;
  background-color: #f5f5f5;
  padding: 4px 7px;
  font-size: 11px;
  margin-top: -1px;
  color: #8c8c8c;
  font-weight: 500;
}

#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu a,
#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu a {
  border-bottom: 1px solid #f3f3f3;
  padding: 11px 13px;
}

#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .dropdown-block,
#game-menu .nav > ul > li.dropdown-notification > .dropdown-menu .dropdown-block {
  max-height: 200px;
  overflow-y: scroll;
}

#game-menu .nav > ul > li.dropdown.open > a,
#game-menu .nav > ul > li.dropdown.open > a {
  color: #fff;
  background-color: transparent;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu,
#game-menu .nav > ul > li.dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  min-width: 190px;
  margin-top: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 5px;
  border-top: 0;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-header,
#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-header {
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #545454;
  margin-top: -5px;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-header i,
#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-header i {
  margin-right: 5px;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer,
#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer {
  border-top: 1px solid #efefef;
  text-align: center;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer a,
#game-menu .nav > ul > li.dropdown > .dropdown-menu .dropdown-footer a {
  background-color: #fafafa;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#game-menu .nav > ul > li.dropdown > .dropdown-menu .divider,
#game-menu .nav > ul > li.dropdown > .dropdown-menu .divider {
  margin: 5px 0;
}

#game-menu .nav > ul > li > ul,
#game-menu .nav > ul > li > ul {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 62px;
  min-width: 220px;
  background-color: rgba(25, 25, 25, .9);
  padding: 5px 0 10px 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .12s ease-in-out;
  transition: .12s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#game-menu .nav > ul > li > ul > li.has-dropdown.open > a,
#game-menu .nav > ul > li > ul > li.has-dropdown.open > a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#game-menu .nav > ul > li > ul > li a,
#game-menu .nav > ul > li > ul > li a {
  padding: 6px 23px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #949494;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#game-menu .nav > ul > li > ul > li a:hover,
#game-menu .nav > ul > li > ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#game-menu .nav > ul > li > ul > li:hover > ul,
#game-menu .nav > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#game-menu .nav > ul > li > ul > li > ul,
#game-menu .nav > ul > li > ul > li > ul {
  position: absolute;
  min-width: 220px;
  margin-top: -40px;
  padding: 7px 0 10px 0;
  left: 220px;
  background-color: #242629;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#game-menu .nav > ul > li > ul > li > ul:before,
#game-menu .nav > ul > li > ul > li > ul:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  left: -30px;
}

#game-menu .nav > ul > li.mega-menu,
#game-menu .nav > ul > li.mega-menu {
  position: static;
}

#game-menu .nav > ul > li.mega-menu > ul,
#game-menu .nav > ul > li.mega-menu > ul {
  width: 100%;
  padding: 20px 0 30px 0;
}

#game-menu .nav > ul > li.mega-menu > ul a,
#game-menu .nav > ul > li.mega-menu > ul a {
  padding: 6px 0;
}

#game-menu .nav > ul > li.mega-menu > ul a:hover,
#game-menu .nav > ul > li.mega-menu > ul a:hover {
  background-color: transparent;
}

#game-menu .nav > ul > li.mega-menu > ul a i,
#game-menu .nav > ul > li.mega-menu > ul a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

#game-menu .nav > ul > li.mega-menu > ul .title,
#game-menu .nav > ul > li.mega-menu > ul .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #e4e4e4;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

#game-menu .nav > ul > li.mega-menu.mega-games > ul,
#game-menu .nav > ul > li.mega-menu.mega-games > ul {
  padding: 20px 0 20px 0;
}

#game-menu .nav > ul > li.mega-menu.mega-games .row,
#game-menu .nav > ul > li.mega-menu.mega-games .row {
  margin: 0 -10px;
}

#game-menu .nav > ul > li.mega-menu.mega-games .col,
#game-menu .nav > ul > li.mega-menu.mega-games .col {
  padding: 0 10px;
}

#game-menu .nav > ul > li.mega-menu.mega-games .img,
#game-menu .nav > ul > li.mega-menu.mega-games .img {
  position: relative;
  margin-bottom: 0;
}

#game-menu .nav > ul > li.mega-menu.mega-games .img > a,
#game-menu .nav > ul > li.mega-menu.mega-games .img > a {
  display: block;
  padding: 0;
}

#game-menu .nav > ul > li.mega-menu.mega-games .img img,
#game-menu .nav > ul > li.mega-menu.mega-games .img img {
  width: 100%;
}

#game-menu .nav > ul > li.mega-menu.mega-games .img .badge,
#game-menu .nav > ul > li.mega-menu.mega-games .img .badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  padding: 6px 10px;
}

#game-menu .nav > ul > li.mega-menu.mega-games h4,
#game-menu .nav > ul > li.mega-menu.mega-games h4 {
  margin: 0;
}

#game-menu .nav > ul > li.mega-menu.mega-games .row a,
#game-menu .nav > ul > li.mega-menu.mega-games .row a {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}

#game-menu .nav > ul > li.mega-menu.mega-games .row a:hover,
#game-menu .nav > ul > li.mega-menu.mega-games .row a:hover {
  color: #fff;
  background-color: transparent;
}

#game-menu .nav > ul > li.mega-menu.mega-games .col > span,
#game-menu .nav > ul > li.mega-menu.mega-games .col > span {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  margin-top: 3px;
  margin-bottom: 10px;
  display: block;
}

#game-menu .dropdown-profile img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
}

#game-menu .navbar-right {
  margin: 0;
}

#game-menu .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

#game-menu .navbar-backdrop {
  background: url('../img/menu-background.png');
  background-position: 0px 0px;
}

.fixed-header.header-scroll #game-menu .navbar-backdrop {
  background: unset;
}

.fixed-header.header-scroll #game-menu {
  background: rgba(5, 5, 5, .9);
  height: 63px;
}

.navbar-toggle {
  display: none;
}

.nav-responsive ul {
  display: none;
}

#footer {
  background-color: #000000;
  font-size: 0.875rem;
  color: #828c95;
  padding: 65px 0 20px 0;
}

#footer .footer-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

#footer .footer-social {
  text-align: center;
  margin-bottom: 15px;
}

#footer .footer-social a {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
}

#footer .footer-bottom {
  text-align: center;
  margin-top: 45px;
}

#footer ul > li > a {
  color: #828c95;
  padding: 0 0 13px 0;
  margin: 0 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

#footer ul > li > a:hover {
  color: #fff;
}

#footer a {
  color: #828c95;
}

#footer a:hover {
  color: #fff;
}

#footer .input-group .form-control {
  border: 0;
  color: #848484;
}

#footer .input-group .btn {
  margin-left: 0;
}

.search-open.search-active {
  padding-top: 98px;
}

.fixed-header {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.fixed-header.header-scroll #game-menu {
  position: fixed;
  z-index: 1040;
  top: 0;
}

.header-scroll #game-menu {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.fixed-header.header-scroll #main {
  padding-top: 102px;
}

section {
  padding: 50px 0;
}

section::after {
  display: block;
  content: "";
  clear: both;
}

section > .container-fluid {
  padding: 0;
}

section > .container-fluid > .row {
  margin: 0;
}

section > .container-fluid > .row > div {
  padding: 0;
}

section.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

section.bg-image .overlay {
  background: #252525;
  opacity: .76;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.bg-image .overlay-dark {
  background: #252525;
  opacity: .9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.bg-image .overlay-light {
  background: #252525;
  opacity: .55;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

section.bg-image .container {
  position: relative;
  z-index: 3;
}

.video-play {
  position: relative;
  background-color: #000;
}

.video-play .video-play-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.video-play h5 {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #242629;
  color: rgba(255, 255, 255, 0.9);
  padding: 13px 20px;
  font-weight: 300;
  font-size: 15px;
  z-index: 5;
  border-radius: 5px;
  border-left: 3px solid #2575dc;
}

.video-play h5 i {
  font-size: 13px;
  color: #dc2745;
  margin-right: 5px;
}

.video-play.video-live h5 {
  border-color: #dc2745;
}

.video-play .length {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: rgba(25, 25, 25, 0.9);
  color: rgba(255, 255, 255, 0.9);
  padding: 3px 8px;
  font-weight: 300;
  font-size: 14px;
  border-radius: 3px;
}

.video-play .fb-like {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}

.video-play .video-play-icon i {
  background-color: #242629;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  border-radius: 50%;
}

.video-play .video-play-icon i:hover {
  color: #fff;
  background-color: #dc2745;
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

.video-caption {
  position: static !important;
}

section.bg-secondary {
  background-color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e8e8e8;
}

.btn {
  border-color: transparent;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1.25;
  font-size: 14px;
  cursor: pointer;
}

.btn i {
  margin-left: 5px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.active, .btn:active:focus {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-effect {
  position: relative;
}

.btn-effect:hover {
  padding-right: 35px;
}

.btn-effect:hover.btn-rounded {
  padding-right: 45px;
}

.btn-effect:after {
  position: absolute;
  margin-left: -10px;
  margin-top: 3px;
  opacity: 0;
  font-size: 11px;
  content: "\f054";
  font-family: "FontAwesome";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn-effect:hover:after {
  opacity: 1;
  margin-left: 10px;
}

.btn-rounded {
  border-radius: 30px;
  padding: 14px 20px;
}

.btn-lg {
  font-size: 15px;
  padding: 16px 27px;
}

.btn-sm {
  font-size: 13px;
  padding: 7px 10px;
}

.btn-xs {
  padding: 5px 8px;
}

.btn-shadow {
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.btn-circle {
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.btn-circle i {
  margin: 0;
}

.btn-icon-circle {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.btn-icon-circle i {
  margin: 0;
}

.btn-icon-circle.btn-xs {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.btn-icon-circle.btn-sm {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.btn-icon-circle.btn-lg {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
}

.btn-icon {
  padding: 10px 12px;
}

.btn-icon i {
  margin: 0;
}

.btn-icon-left {
  text-align: left;
}

.btn-icon-left i {
  margin-right: 5px;
  margin-left: 0;
}

.btn.btn-link {
  color: rgba(0, 0, 0, 0.6);
}

.btn.btn-link:hover {
  color: #2776dc;
  text-decoration: none;
}

.input-group .btn {
  line-height: 1.3;
}

.btn-social i {
  width: 15px;
}

.btn-social.btn-icon {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.btn-social.btn-icon i {
  font-size: 15px;
  width: auto;
}

.btn-social.btn-link {
  background-color: transparent;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border: 0;
}

.btn-social.btn-link i {
  width: auto;
  font-size: 18px;
  margin: 0;
}

.btn-social.btn-link:focus, .btn-social.btn-link:hover {
  background-color: transparent;
}

.btn-social.btn-block {
  text-align: left;
}

.btn-social.btn-block i {
  margin-left: 0;
  margin-right: 5px;
}

.btn-social.btn-default {
  background-color: #222;
  border-color: #222;
}

.btn-social.btn-default:active:focus, .btn-social.btn-default:active, .btn-social.btn-default:focus, .btn-social.btn-default:hover {
  color: #fff;
}

.btn-social.btn-effect {
  position: relative;
  overflow: hidden;
}

.btn-social.btn-effect i {
  line-height: inherit;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  display: block;
}

.btn-social.btn-effect:hover {
  padding: 0;
}

.btn-social.btn-effect:hover i:first-child {
  margin-top: -40px;
}

.btn-social.btn-effect:after {
  display: none;
}

.btn-primary {
  color: #fff;
  background-color: #2575dc;
  border-color: #2575dc;
}

.btn-primary:focus, .btn-primary:hover,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:hover,
.show > .btn-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #327dde;
  border-color: #327dde;
  outline: 0;
}

.btn-primary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-primary.active, .btn-primary:active {
  color: #fff;
  background-color: #2575dc;
  border-color: #2575dc;
}

.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus {
  color: #fff;
  background-color: #2575dc;
  border-color: #2575dc;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #2575dc;
  border-color: #2575dc;
}

.btn-info {
  color: #fff;
  background-color: #52BAFF;
  border-color: #52BAFF;
}

.btn-info:focus, .btn-info:hover,
.show > .btn-info.dropdown-toggle,
.show > .btn-info.dropdown-toggle:hover,
.show > .btn-info.dropdown-toggle:focus {
  color: #fff;
  background-color: #61c0ff;
  border-color: #61c0ff;
  outline: 0;
}

.btn-info:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-info.active, .btn-info:active {
  color: #fff;
  background-color: #52BAFF;
  border-color: #52BAFF;
}

.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus {
  color: #fff;
  background-color: #52BAFF;
  border-color: #52BAFF;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #52BAFF;
  border-color: #52BAFF;
}

.btn-danger {
  color: #fff;
  background-color: #e9594a;
  border-color: #e9594a;
}

.btn-danger:focus, .btn-danger:hover,
.show > .btn-danger.dropdown-toggle,
.show > .btn-danger.dropdown-toggle:hover,
.show > .btn-danger.dropdown-toggle:focus {
  color: #fff;
  background-color: #eb6658;
  border-color: #eb6658;
  outline: 0;
}

.btn-danger:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-danger.active, .btn-danger:active {
  color: #fff;
  background-color: #e9594a;
  border-color: #e9594a;
}

.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus {
  color: #fff;
  background-color: #e9594a;
  border-color: #e9594a;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #e9594a;
  border-color: #e9594a;
}

.btn-warning {
  color: #fff;
  background-color: #FFA14F;
  border-color: #FFA14F;
}

.btn-warning:focus, .btn-warning:hover,
.show > .btn-warning.dropdown-toggle,
.show > .btn-warning.dropdown-toggle:hover,
.show > .btn-warning.dropdown-toggle:focus {
  color: #fff;
  background-color: #ffa95e;
  border-color: #ffa95e;
  outline: 0;
}

.btn-warning:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-warning.active, .btn-warning:active {
  color: #fff;
  background-color: #FFA14F;
  border-color: #FFA14F;
}

.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus {
  color: #fff;
  background-color: #FFA14F;
  border-color: #FFA14F;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #FFA14F;
  border-color: #FFA14F;
}

.btn-success {
  color: #fff;
  background-color: #6ab961;
  border-color: #6ab961;
}

.btn-success:focus, .btn-success:hover,
.show > .btn-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle:hover,
.show > .btn-success.dropdown-toggle:focus {
  color: #fff;
  background-color: #74be6c;
  border-color: #74be6c;
  outline: 0;
}

.btn-success:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-success.active, .btn-success:active {
  color: #fff;
  background-color: #6ab961;
  border-color: #6ab961;
}

.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus {
  color: #fff;
  background-color: #6ab961;
  border-color: #6ab961;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6ab961;
  border-color: #6ab961;
}

.btn-dark {
  color: #fff;
  background-color: #2c3035;
  border-color: #2c3035;
}

.btn-dark:focus, .btn-dark:hover,
.show > .btn-dark.dropdown-toggle,
.show > .btn-dark.dropdown-toggle:hover,
.show > .btn-dark.dropdown-toggle:focus {
  color: #fff;
  background-color: #33383d;
  border-color: #33383d;
  outline: 0;
}

.btn-dark:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-dark.active, .btn-dark:active {
  color: #fff;
  background-color: #2c3035;
  border-color: #2c3035;
}

.btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus {
  color: #fff;
  background-color: #2c3035;
  border-color: #2c3035;
}

.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #2c3035;
  border-color: #2c3035;
}

.btn-secondary {
  color: #787a7b;
  background-color: #fafafa;
  border-color: #e6e6e6;
}

.btn-secondary:focus, .btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle:hover,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #787a7b;
  background-color: white;
  border-color: white;
  outline: 0;
}

.btn-secondary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-secondary.active, .btn-secondary:active {
  color: #787a7b;
  background-color: #fafafa;
  border-color: #e6e6e6;
}

.btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus {
  color: #787a7b;
  background-color: #fafafa;
  border-color: #e6e6e6;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #fafafa;
  border-color: #e6e6e6;
}

.btn-secondary.active, .btn-secondary:active:focus, .btn-secondary:focus, .btn-secondary:hover,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle:hover,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #787a7b;
  border-color: #d9d9d9;
  background-color: #fafafa;
}

.btn-light,
.btn-default {
  color: #717171;
  background-color: #FFF;
  border-color: #e2e2e2;
}

.btn-light:focus, .btn-light:hover,
.show > .btn-light.dropdown-toggle,
.show > .btn-light.dropdown-toggle:hover,
.show > .btn-light.dropdown-toggle:focus,
.btn-default:focus,
.btn-default:hover,
.show >
.btn-default.dropdown-toggle,
.show >
.btn-default.dropdown-toggle:hover,
.show >
.btn-default.dropdown-toggle:focus {
  color: #717171;
  background-color: white;
  border-color: white;
  outline: 0;
}

.btn-light:active:focus,
.btn-default:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-light.active, .btn-light:active,
.btn-default.active,
.btn-default:active {
  color: #717171;
  background-color: #FFF;
  border-color: #e2e2e2;
}

.btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus {
  color: #717171;
  background-color: #FFF;
  border-color: #e2e2e2;
}

.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled]
.btn-default:hover,
fieldset[disabled]
.btn-default:focus,
fieldset[disabled]
.btn-default.focus {
  background-color: #FFF;
  border-color: #e2e2e2;
}

.btn-light.active, .btn-light:active:focus, .btn-light:focus, .btn-light:hover,
.show > .btn-light.dropdown-toggle,
.show > .btn-light.dropdown-toggle:hover,
.show > .btn-light.dropdown-toggle:focus,
.btn-default.active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover,
.show >
.btn-default.dropdown-toggle,
.show >
.btn-default.dropdown-toggle:hover,
.show >
.btn-default.dropdown-toggle:focus {
  color: #717171;
  border-color: #d8d8d8;
  background-color: #fafafa;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-primary {
  color: #2575dc;
  background-color: transparent;
  border-color: #8ab5ec;
}

.btn-outline-primary.active, .btn-outline-primary:active:focus, .btn-outline-primary:focus, .btn-outline-primary:hover,
.open > .btn-outline-primary.dropdown-toggle,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #2575dc;
  border-color: #2575dc;
}

.btn-outline-info {
  color: #52BAFF;
  background-color: transparent;
  border-color: #85ceff;
}

.btn-outline-info.active, .btn-outline-info:active:focus, .btn-outline-info:focus, .btn-outline-info:hover,
.open > .btn-outline-info.dropdown-toggle,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus {
  color: #fff;
  background-color: #52BAFF;
  border-color: #52BAFF;
}

.btn-outline-danger {
  color: #e9594a;
  background-color: transparent;
  border-color: #f6b9b3;
}

.btn-outline-danger.active, .btn-outline-danger:active:focus, .btn-outline-danger:focus, .btn-outline-danger:hover,
.open > .btn-outline-danger.dropdown-toggle,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus {
  color: #fff;
  background-color: #e9594a;
  border-color: #e9594a;
}

.btn-outline-warning {
  color: #FFA14F;
  background-color: transparent;
  border-color: #ffbc82;
}

.btn-outline-warning.active, .btn-outline-warning:active:focus, .btn-outline-warning:focus, .btn-outline-warning:hover,
.open > .btn-outline-warning.dropdown-toggle,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus {
  color: #fff;
  background-color: #FFA14F;
  border-color: #FFA14F;
}

.btn-outline-success {
  color: #6ab961;
  background-color: transparent;
  border-color: #8bc984;
}

.btn-outline-success.active, .btn-outline-success:active:focus, .btn-outline-success:focus, .btn-outline-success:hover,
.open > .btn-outline-success.dropdown-toggle,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus {
  color: #fff;
  background-color: #6ab961;
  border-color: #6ab961;
}

.btn-outline-dark {
  color: #3f464f;
  background-color: transparent;
  border-color: #3f464f;
}

.btn-outline-dark.active, .btn-outline-dark:active:focus, .btn-outline-dark:focus, .btn-outline-dark:hover,
.open > .btn-outline-dark.dropdown-toggle,
.open > .btn-outline-dark.dropdown-toggle:hover,
.open > .btn-outline-dark.dropdown-toggle:focus {
  color: #fff;
  background-color: #3f464f;
  border-color: #3f464f;
}

.btn-outline-default {
  color: #FFF;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-outline-default:hover, .btn-outline-default:focus {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 7px 17px;
  color: #5a5a5a;
}

.dropdown-menu .dropdown-item i {
  min-width: 22px;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f5f5f5;
}

.dropdown-menu .active,
.dropdown-menu .active:focus,
.dropdown-menu .active:hover {
  color: #fff;
  background-color: #2575dc;
}

.dropcap {
  float: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 8px 0 0;
}

.dropdown-toggle::after {
  float: right;
  margin-top: 7px;
  margin-left: 5px;
}

.btn-group .dropdown-toggle:not(:first-child)::after {
  margin-top: 0px;
  margin-right: -4px;
}

.dropdown-notification .dropdown-header {
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #545454;
  margin-top: -8px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.dropdown-notification .dropdown-header i {
  margin-right: 5px;
}

.dropdown-notification > .dropdown-menu {
  min-width: 240px !important;
}

.dropdown-notification > .dropdown-menu .badge {
  padding: 5px 2px;
  margin-right: 7px;
}

.dropdown-notification > .dropdown-menu .date {
  float: right;
  background-color: #f5f5f5;
  padding: 4px 7px;
  font-size: 11px;
  margin-top: -1px;
  color: #8c8c8c;
  font-weight: 500;
}

.dropdown-notification > .dropdown-menu a {
  border-bottom: 1px solid #f3f3f3;
  padding: 11px 13px;
}

.dropdown-notification > .dropdown-menu .dropdown-block {
  max-height: 200px;
  overflow-y: scroll;
}

.divider {
  margin: 18px 0;
  z-index: 1;
  text-align: center;
  position: relative;
}

.divider span {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: normal;
  background-color: #FAFAFA;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.divider span:before {
  content: "";
  width: 100%;
  height: 1px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ececec;
}

.modal-open {
  padding-right: 0 !important;
  overflow: inherit;
}

.modal-open .modal {
  overflow: hidden;
}

.modal-header {
  background-color: #fafafa;
  border-top-right-radius: .3rem;
  border-top-left-radius: .3rem;
}

.modal-header,
.modal-footer {
  padding: 15px 20px;
  border-color: #eaeaea;
}

.modal-content {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  min-width: 500px;
}

.modal-body {
  padding: 20px;
}

.modal-body p:last-child {
  margin-bottom: 0;
}

.modal-body .divider span {
  background-color: #fff;
}

.modal-title {
  color: #585858;
  font-weight: 600;
  font-size: 16px;
}

.modal-title i {
  margin-right: 5px;
}

.modal-top:before {
  display: none;
}

.modal-bottom:before {
  vertical-align: bottom;
}

.modal-sm {
  max-width: 350px;
  min-width: 350px;
}

.modal-xs {
  max-width: 300px;
  min-width: 300px;
}

.modal-backdrop {
  background-color: #1b1b1b;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-primary .modal-header,
.modal-danger .modal-header,
.modal-success .modal-header,
.modal-danger .modal-header,
.modal-info .modal-header,
.modal-warning .modal-header {
  border: 0;
}

.modal-primary .modal-title,
.modal-danger .modal-title,
.modal-success .modal-title,
.modal-danger .modal-title,
.modal-info .modal-title,
.modal-warning .modal-title {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.modal-primary .modal-content,
.modal-danger .modal-content,
.modal-success .modal-content,
.modal-danger .modal-content,
.modal-info .modal-content,
.modal-warning .modal-content {
  border-color: rgba(0, 0, 0, 0.08);
}

.modal-primary .modal-header {
  background-color: #2575dc;
}

.modal-success .modal-header {
  background-color: #6ab961;
}

.modal-danger .modal-header {
  background-color: #e9594a;
}

.modal-warning .modal-header {
  background-color: #FFA14F;
}

.modal-info .modal-header {
  background-color: #52BAFF;
}

.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: inline-block;
  font-size: 20px;
}

.lightbox .lightbox-close:focus, .lightbox .lightbox-close:hover {
  color: #fff;
}

.lightbox .lightbox-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.lightbox .lightbox-block {
  position: relative;
  display: table;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.lightbox .lightbox-block .lightbox-img {
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.lightbox .lightbox-block .lightbox-img img {
  width: auto;
  max-width: 100%;
  max-height: 800px;
}

.lightbox .lightbox-block .lightbox-img:hover .lightbox-prev,
.lightbox .lightbox-block .lightbox-img:hover .lightbox-next {
  opacity: 1;
}

.lightbox .lightbox-block .lightbox-comment {
  width: 400px;
  height: 100%;
  padding: 10px 25px;
  display: table-cell;
  background-color: #fff;
  overflow: hidden !important;
}

.lightbox .lightbox-block .lightbox-comment .fb-comments {
  display: block !important;
}

.lightbox .lightbox-block .lightbox-comment .fb-comments span {
  display: inline-block;
  max-height: 800px;
  margin-right: -50px;
  overflow-y: scroll !important;
}

.lightbox .lightbox-block .lightbox-comment .fb-comments span iframe {
  position: static !important;
}

.lightbox .lightbox-block .lightbox-prev,
.lightbox .lightbox-block .lightbox-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.lightbox .lightbox-block .lightbox-prev:hover,
.lightbox .lightbox-block .lightbox-next:hover {
  color: #fff;
}

.lightbox .lightbox-block .lightbox-prev {
  left: 0;
}

.lightbox .lightbox-block .lightbox-next {
  right: 0;
}

.lightbox .lightbox-block .lightbox-video {
  width: 1360px;
}

.card {
  background-color: #fff;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  border-radius: 6px;
}

.card .card-img {
  position: relative;
  margin: -1px -1px 0 -1px;
  width: auto;
}

.card .card-img img {
  max-width: 100%;
}

.card .card-img .badge {
  margin-right: 10px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card .card-img .card-likes {
  position: absolute;
  bottom: 23px;
  right: 30px;
  font-size: 15px;
}

.card .card-img .card-likes a {
  color: #fff;
}

.card .card-img .card-likes a:before {
  content: "\f08a";
  font-family: "FontAwesome";
  margin-right: 6px;
}

.card .card-img .card-likes a:hover:before {
  content: "\f004";
}

.card .card-img-top {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.card .card-block {
  padding: 20px;
}

.card .card-block::after {
  display: block;
  content: "";
  clear: both;
}

.card .card-block .card-title {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0;
}

.card .card-block .card-meta {
  font-size: 0.875rem;
  margin-top: 3px;
  margin-bottom: 13px;
}

.card .card-block p {
  font-size: 0.875rem;
}

.card .card-block p:last-child {
  margin-bottom: 0;
}

.card .card-block .divider span {
  background-color: #fff;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-header::after {
  display: block;
  content: "";
  clear: both;
}

.card-header .card-title {
  color: #585858;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}

.card-header .card-title i {
  float: left;
  margin-right: 10px;
}

.card-header .card-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.card-header .card-tools a {
  display: inline-block;
}

.card-footer {
  border-top: 1px solid #efefef;
  padding: 10px 20px;
  background-color: transparent;
}

.card-primary {
  border-color: #2575dc;
}

.card-primary .card-header {
  background-color: #2575dc;
}

.card-primary .card-header .card-title {
  color: #fff;
}

.card-success {
  border-color: #6ab961;
}

.card-success .card-header {
  background-color: #6ab961;
}

.card-success .card-header .card-title {
  color: #fff;
}

.card-danger {
  border-color: #e9594a;
}

.card-danger .card-header {
  background-color: #e9594a;
}

.card-danger .card-header .card-title {
  color: #fff;
}

.card-info {
  border-color: #52BAFF;
}

.card-info .card-header {
  background-color: #52BAFF;
}

.card-info .card-header .card-title {
  color: #fff;
}

.card-warning {
  border-color: #FFA14F;
}

.card-warning .card-header {
  background-color: #FFA14F;
}

.card-warning .card-header .card-title {
  color: #fff;
}

.card-inverse {
  border-color: #3f464f;
}

.card-inverse .card-header {
  background-color: #3f464f;
}

.card-inverse .card-header .card-title {
  color: #fff;
}

.card-review {
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.card-review .card-img {
  margin: 0 0 40px 0;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  text-align: center;
}

.card-review .card-img img {
  width: auto;
  display: inline-block;
}

.card-review .card-img .badge {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
}

.card-review .card-block {
  padding: 0;
  text-align: center;
}

.card-review .card-block .card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.card-review .card-block p {
  font-size: 14px;
}

.card-video {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-video:hover .card-img:after {
  width: 100%;
}

.card-video .card-img {
  position: relative;
  margin: 0 0 15px 0;
}

.card-video .card-img:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  z-index: 3;
  background: red;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.card-video .card-img .card-meta span {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: auto;
  display: inline-block;
  background-color: rgba(25, 25, 25, 0.9);
  font-size: 12px;
  padding: 2px 7px;
  color: #fff;
  border-radius: 3px;
}

.card-video .card-img-top {
  padding: 0px;
  border-radius: 0;
}

.card-video .card-block {
  padding: 0;
}

.card-video .card-block .card-meta {
  margin-top: 5px;
  font-size: 13px;
  color: #888888;
}

.card-video .card-block .card-meta span:after {
  content: "\002022";
  margin: 0 3px 0 5px;
  display: inline-block;
}

.card-video .card-block .card-meta span:last-child:after {
  display: none;
}

.card-video .card-block .card-meta i {
  margin-right: 3px;
}

.card-video .card-block .card-title {
  font-size: 15px;
  line-height: 1.2;
}

.card-widget {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card-widget .card-img img {
  padding: 0px;
  border-radius: 0;
  margin-bottom: 15px;
}

.card-widget .card-meta {
  margin-top: 5px;
  font-size: 13px;
  color: #888888;
}

.card-widget .card-meta span:after {
  content: "\002022";
  margin: 0 3px 0 5px;
  display: inline-block;
}

.card-widget .card-meta span:last-child:after {
  display: none;
}

.card-widget .card-meta i {
  margin-right: 3px;
}

.card-widget .card-block {
  padding: 0;
}

.card-widget .card-block .card-title {
  font-size: 15px;
  line-height: 1.3;
}

.card-post {
  border-color: #e4e4e4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
}

.card-post .card-header {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 15px 20px;
}

.card-post .card-title {
  font-size: 17px;
  color: #f0f0f0;
}

.card-post .card-img {
  padding: 20px;
}

.card-post .card-block {
  font-size: 15px;
  padding: 0 20px;
}

.card-lg .card-block {
  padding: 30px;
}

.heading {
  text-align: center;
  margin: 0 auto 50px auto;
  max-width: 800px;
}

.heading i {
  font-size: 30px;
  color: #2575dc;
  border: 2px solid #2575dc;
  margin-bottom: 25px;
  display: inline-block;
  border-radius: 30px;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 56px;
}

.heading h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.heading p {
  font-size: 16px;
}

.heading-left {
  text-align: left;
  margin: 0 0 50px 0;
}

.heading-left i {
  text-align: center;
}

.heading-center {
  text-align: center;
  margin: 0 0 30px 0;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.relative {
  position: relative;
}

.row-5 {
  margin: 0 -5px;
}

.row-5 > div {
  padding: 0 5px;
}

.row-3 {
  margin: 0 -3px;
}

.row-3 > div {
  padding: 0 3px;
}

.full-width {
  width: 100% !important;
}

.font-weight-300 {
  font-weight: 300;
}

.bg-primary {
  color: #fff;
  background-color: #2575dc !important;
}

.bg-danger {
  color: #fff;
  background-color: #e74c3c !important;
}

.bg-warning {
  color: #fff;
  background-color: #FF8E2B !important;
}

.bg-info {
  color: #fff;
  background-color: #52BAFF !important;
}

.bg-success {
  color: #fff;
  background-color: #0E9A49 !important;
}

.bg-inverse {
  color: #fff;
  background-color: #222 !important;
}

.bg-secondary {
  background-color: #fff !important;
}

.mx-auto {
  margin: 0 auto;
  float: none;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-muted {
  color: #969696 !important;
}

.text-primary {
  color: #1a63c1 !important;
}

.text-secondary {
  color: #dc2745 !important;
}

.text-success {
  color: #419e1c !important;
}

.text-warning {
  color: #f37e17 !important;
}

.text-danger {
  color: #de5142 !important;
}

.text-info {
  color: #2688ca !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Reset */
.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.no-border {
  border: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.no-radius {
  border-radius: 0 !important;
}

.nowrap {
  white-space: nowrap !important;
}

.m-a-100 {
  margin: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-x-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.m-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p-a-100 {
  padding: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-x-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.p-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.m-a-95 {
  margin: 95px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.m-x-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}

.m-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.p-a-95 {
  padding: 95px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-x-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}

.p-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.m-a-90 {
  margin: 90px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-x-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.m-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p-a-90 {
  padding: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-x-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.p-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.m-a-85 {
  margin: 85px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.m-x-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}

.m-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.p-a-85 {
  padding: 85px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-x-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}

.p-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.m-a-80 {
  margin: 80px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-x-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.m-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-a-80 {
  padding: 80px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-x-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.p-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.m-a-75 {
  margin: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-x-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.m-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.p-a-75 {
  padding: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-x-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.p-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.m-a-70 {
  margin: 70px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-x-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.m-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p-a-70 {
  padding: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-x-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.p-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.m-a-65 {
  margin: 65px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-x-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}

.m-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.p-a-65 {
  padding: 65px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-x-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}

.p-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.m-a-60 {
  margin: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-x-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.m-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p-a-60 {
  padding: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-x-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.p-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.m-a-55 {
  margin: 55px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-x-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.m-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p-a-55 {
  padding: 55px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-x-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.p-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.m-a-50 {
  margin: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-x-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.m-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-a-50 {
  padding: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-x-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.p-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.m-a-45 {
  margin: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-x-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.m-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p-a-45 {
  padding: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-x-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.p-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.m-a-40 {
  margin: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-x-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.m-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-a-40 {
  padding: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-x-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.p-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-a-35 {
  margin: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-x-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.m-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p-a-35 {
  padding: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-x-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.p-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.m-a-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-x-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-a-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.m-a-25 {
  margin: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-x-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.m-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p-a-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-x-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.p-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.m-a-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-x-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-a-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-x-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-a-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-x-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p-a-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.m-a-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p-a-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-x-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.m-a-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-x-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.m-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p-a-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-x-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.m-a-0 {
  margin: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-x-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.m-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-a-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-x-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.p-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (max-width: 1600px) {
  #header .nav > ul > li.mega-menu > ul {
    background-image: none !important;
  }
  .lightbox .lightbox-block .lightbox-video {
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  .owl-list .owl-nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
  }
}

@media (max-width: 1200px) {
  .lightbox .lightbox-block .lightbox-video {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .container {
    max-width: 100% !important;
  }
  #header .navbar-left .nav {
    display: none;
  }
  #game-menu .navbar-left .nav, #game-menu .navbar .navbar-right {
    display: none;
  }
  #game-menu .navbar .navbar-left{
    width: 100%;
  }
  .navbar-backdrop {
    margin: 0 -15px;

  }
  .navbar-toggle {
    float: left;
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    padding: 4px 8px;
    z-index: 3;
    border-radius: 4px;
    margin: 0 0 13px 2px;
  }
  .navbar-toggle:focus, .navbar-toggle:active, .navbar-toggle:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.03);
  }
  .navbar-toggle.game {
    position: fixed;
    left: 16px;
    top: 17px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-toggle.gf {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav-responsive {
    position: fixed;
    z-index: 9999;
    top: 0;
    padding-bottom: 0;
    background-color: #151515;
    overflow-y: auto;
    height: 100%;
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav-responsive > ul {
    display: block;
    padding: 0;
    width: 240px;
  }
  .nav-responsive > ul > li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    color: #a7a7a7;
  }
  .nav-responsive > ul > li a:hover {
    background-color: #202225 !important;
    color: #fff;
  }
  .nav-responsive > ul > li > a {
    padding: 12px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  .nav-responsive > ul > li.has-dropdown > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }
  .nav-responsive > ul > li > ul {
    display: none;
  }
  .nav-responsive > ul > li.open {
    background-color: #202225 !important;
  }
  .nav-responsive > ul > li.open > ul {
    display: block;
  }
  .nav-responsive > ul > li.open > a:focus,
  .nav-responsive > ul > li.open > a:hover,
  .nav-responsive > ul > li.open > a {
    color: #fff;
    background-color: #202225 !important;
    border-color: rgba(255, 255, 255, 0.05);
  }
  .nav-responsive > ul > li.mega-menu ul {
    background-image: none !important;
  }
  .nav-responsive > ul > li.mega-menu ul .title {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
  }
  .nav-responsive > ul > li.mega-menu ul a {
    padding: 5px 0;
  }
  .nav-responsive > ul > li.mega-menu ul a i {
    width: 20px;
  }
  .nav-responsive > ul > li.mega-menu .col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
  .nav-responsive > ul > li.mega-games li a {
    padding: 0;
  }
  .nav-responsive > ul > li.mega-games li h4 {
    margin: 0;
  }
  .nav-responsive > ul > li.mega-games li h4 a {
    padding: 5px 0;
  }
  .nav-responsive > ul > li.mega-games li h4 a:hover {
    background-color: transparent !important;
  }
  .nav-responsive > ul > li.mega-games li span:not(.badge) {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .nav-responsive > ul > li.mega-games li .img {
    position: relative;
    margin-bottom: 5px;
  }
  .nav-responsive > ul > li.mega-games li .badge {
    position: absolute;
    bottom: 13px;
    left: 13px;
  }
  .nav-responsive > ul > li ul {
    padding: 0 0 10px 0;
  }
  .nav-responsive > ul > li ul li a {
    font-weight: 400;
    font-size: 14px;
  }
  .nav-responsive-overlay {
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
  }
  .navbar-open {
    overflow: hidden;
  }
  .nav-responsive.game {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -240px;
    padding-bottom: 0;
    background-color: #151515;
    overflow-y: auto;
    height: 100%;
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-game .nav-responsive.game {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav-responsive.gf {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -240px;
    padding-bottom: 0;
    background-color: #151515;
    overflow-y: auto;
    height: 100%;
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-gf .nav-responsive.gf {
    right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-game .nav-responsive-overlay, .navbar-open-gf .nav-responsive-overlay {
    display: block;
  }
  .navbar-open-game .navbar-toggle.game {
    left: 250px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-game a.navbar-toggle.game {
    width: 21px;
    height: 21px;
    background: url(../img/close-icon-game.png) no-repeat;
    float: left;
  }
  .navbar-open-gf .navbar-toggle.gf {
    right: 250px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-gf a.navbar-toggle.gf {
    width: 21px;
    height: 21px;
    background: url(../img/close-icon-gf.png) no-repeat;
    float: left;
  }
  .navbar-open-gf .navbar-toggle.game {
    z-index: 99;
  }
  .navbar-open-game .navbar-toggle.gf {
    z-index: 99;
  }
  section {
    padding: 20px 0;
  }
  section.bg-image-sm {
    padding: 50px 0;
  }
  section.bg-image:not(.bg-image-sm) {
    background-image: none;
    padding: 30px 0; !important;
  }
  section.bg-image:not(.bg-image-sm) .overlay {
    display: none;
  }
  #header .logo {
    margin-left: 5px;
  }
  #header {
    display: none;
  }
  #game-menu .logo {
    margin: 0 auto;
  }
  #game-menu {
    top: 0;
    margin-bottom: 25px;
  }
  .fixed-header #game-menu {
    position: fixed;
    z-index: 1040;
    top: 0;
  }
  .fixed-header #game-menu .navbar-backdrop {
    background: unset;
  }
  .fixed-header #game-menu {
    background: rgba(5, 5, 5, .9);
    height: 63px;
  }
  .fixed-header #main {
    padding-top: 58px;
  }
  .lightbox .lightbox-block .lightbox-video {
    max-width: 760px;
  }
  .video-play h5 {
    left: 20px;
    top: auto;
    bottom: 20px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #header .logo,
  #header .navbar,
  #header {
    height: 60px;
  }
  #header .nav > ul > li > a {
    line-height: 50px;
  }
  #header .logo {
    padding: 12px 0;
  }
  #header .nav > ul > li > a > .badge {
    top: 5px;
  }
  #header .nav > ul > li > ul {
    top: 50px;
  }
  #game-menu .logo,
  #game-menu .navbar,
  #game-menu {
    height: 60px;
  }
  #game-menu .nav > ul > li > a {
    line-height: 50px;
  }
  #game-menu .logo {
    padding: 10px 0;
  }
  #game-menu .logo img {
    width: 260px;
    height: 45px;
  }
  #game-menu .nav > ul > li > a > .badge {
    top: 5px;
  }
  #game-menu .nav > ul > li > ul {
    top: 50px;
  }
  .navbar-backdrop {
    margin: 0 -15px;
  }
  .fixed-header {
    padding-top: 0;
  }
  #footer {
    padding: 5px;
  }
  #footer .footer-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .hidden-xs {
    display: inline !important;
  }
  .video-play h5 {
    display: none;
  }
  .lightbox .lightbox-block .lightbox-video {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .card-lg .card-block {
    padding: 25px;
  }
  #header .container {
    padding: 0 13px;
  }
  #game-menu .container {
    padding: 0 13px;
  }
  #game-menu .logo img {
    width: 231px;
    height: 40px;
  }
  #game-menu .logo {
    padding: 12px 0;
  }
  .header-scroll #game-menu {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.6);
  }
  .p-y-80 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .heading {
    max-width: 90%;
    margin-bottom: 30px;
  }
  .heading i {
    font-size: 26px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .heading h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .heading p {
    font-size: 15px;
  }
  #header .navbar-right.nav > ul > li > a {
    padding: 0 8px;
  }
  #header .logo {
    margin: 0 auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
  }
  #header .logo img {
    width: 195px;
    height: 40px;
  }
  .nav-responsive > ul > li.mega-menu .col {
    max-width: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
  .video-play .video-play-icon i {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 20px;
  }
  .lightbox .lightbox-block .lightbox-video {
    max-width: 400px;
  }
  .mega-games img {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .post-md > div {
    display: block;
  }
  .post-md .post-thumbnail {
    width: 100%;
  }
  .post-md .post-block {
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .lightbox .lightbox-block .lightbox-video {
    max-width: 300px;
  }
}
