@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

body {
  background: #222;
  font-weight: lighter !important;
  font-size: 16px !important;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1px;
}
a {
  color: #313131;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
button,
a:hover,
a:active,
a:focus {
  color: #1976d2;
  text-decoration: none;
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #eeeeee;
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
  font-weight: normal !important;
}
pre {
  padding: 25px;
  background-color: #fff;
  border-color: #eaeaea;
}
p {
  margin-bottom: 20px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
i {
  display: inline-block;
}
.tooltip {
  font-family: "Nunito Sans", sans-serif;
}
.tooltip-inner {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 8px 10px;
}
.img-thumbnail {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px;
  border-color: rgba(0, 0, 0, 0.1);
}
code {
  background-color: #e6f1ff;
  color: #1976d2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 3px 6px;
}
.well {
  background-color: #f5f5f5;
  padding: 40px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.popover {
  border-color: #d4d4d4;
  -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);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: "Montserrat", sans-serif;
}
.popover-content {
  padding: 12px 20px;
}
.dropcap {
  float: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 8px 0 0;
}
.lead {
  font-size: 16px;
  line-height: 26px;
}
iframe {
  width: 100%;
  border: 0;
}
.btn {
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 13px 20px;
  font-size: 15px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
}
.btn-shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn-rounded {
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
}
.btn-default {
  color: #4a4a4a;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.btn.btn-link {
  color: rgba(0, 0, 0, 0.6);
}
.btn.btn-link:hover {
  color: #1976d2;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #1976d2;
  box-shadow: 0px 0px 20px rgba(0, 88, 255, 0.75);
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.open .btn.btn-primary,
.btn.btn-primary.hover {
  background-color: #1976d2 !important;
  box-shadow: none;
}
a.btn-platform img {
  height: 100%;
  width: 100%;
}
.carousel-caption h2 {
  margin-bottom: 10px;
  font-size: 28px;
  text-shadow: none;
}
.alert.alert-info.no-open-position-alert {
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #222;
  font-weight: 400;
}
.card-list .card-img .label {
  display: none;
}
.btn.btn-info {
  background-color: #52baff;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.open .btn.btn-info,
.btn.btn-info.hover {
  background-color: #93d4ff !important;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.open .btn.btn-danger,
.btn.btn-danger.hover {
  background-color: #f2796c !important;
}
.btn.btn-warning {
  background-color: #ffa14f;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.open .btn.btn-warning,
.btn.btn-warning.hover {
  background-color: #fdb576 !important;
}
.btn.btn-success {
  background-color: #27ae60;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.open .btn.btn-success,
.btn.btn-success.hover {
  background-color: #46bf79 !important;
}
.btn.btn-inverse {
  color: #fff;
  background-color: #141619;
}
.btn-inverse:hover {
  background: #383c42;
  color: #fff;
}
.btn-circle {
  width: 45px;
  height: 45px;
  text-align: center !important;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.btn-circle.btn-social-icon *:first-child {
  width: auto !important;
}
.btn-circle.btn-sm {
  width: 27px;
  height: 27px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.btn-outline {
  background-color: transparent !important;
  color: inherit;
  transition: all 0.5s;
  border-width: 1px !important;
  border-style: solid !important;
}
.btn-primary.btn-outline {
  color: #1976d2;
  border-color: #1976d2 !important;
}
.btn.btn-primary.btn-outline.active,
.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.hover {
  color: #fff;
  background-color: #1976d2 !important;
}
.btn-success.btn-outline {
  color: #0e9a49;
  border-color: #0e9a49 !important;
}
.btn.btn-success.btn-outline:hover,
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline.hover {
  background-color: #0e9a49 !important;
}
.btn-info.btn-outline {
  color: #52baff;
  border-color: #52baff !important;
}
.btn.btn-info.btn-outline:hover,
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline.hover {
  background-color: #52baff !important;
}
.btn-white.btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4) !important;
  border-width: 1px !important;
}
.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:active,
.btn.btn-white.btn-outline.hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.btn-warning.btn-outline {
  color: #ff983e;
  border-color: #ff983e !important;
}
.btn.btn-warning.btn-outline:hover,
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline.hover {
  background-color: #ff983e !important;
}
.btn-danger.btn-outline {
  color: #e74c3c;
  border-color: #e74c3c !important;
}
.btn.btn-danger.btn-outline:hover,
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline.hover {
  background-color: #e74c3c !important;
}
.btn-inverse.btn-outline {
  color: #141619;
  border-color: #141619 !important;
}
.btn.btn-inverse.btn-outline:hover,
.btn.btn-inverse.btn-outline:active,
.btn.btn-inverse.btn-outline.hover {
  background-color: #141619 !important;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-inverse.btn-outline:hover {
  color: #fff !important;
}
.btn-social {
  position: relative;
  color: #fff !important;
  padding: 13px 13px 13px 25px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-social :first-child {
  margin-left: -20px;
  width: 45px !important;
  font-size: 16px !important;
  text-align: center;
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  color: #fff;
  border-color: transparent !important;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0 !important;
}
.btn-social-icon :first-child {
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px !important;
  line-height: 34px;
  text-align: center;
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
  text-align: center;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px !important;
  font-size: 1.2em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon:first-child {
  border: 0;
  text-align: center;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 28px;
  width: 28px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
.btn-github.disabled.active,
.btn-github[disabled].active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #446a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active {
  background-color: #517fa4;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active {
  background-color: #2ba9e1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.border-primary {
  border-color: #1976d2 !important;
}
.border-danger {
  border-color: #e74c3c !important;
}
.border-info {
  border-color: #52baff !important;
}
.border-warning {
  border-color: #ffa14f !important;
}
.border-success {
  border-color: #6ebb6e !important;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-dark {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.blockquote-primary,
.bg-primary {
  background-color: #1976d2 !important;
}
.blockquote-danger,
.bg-danger {
  background-color: #e74c3c !important;
  color: #fff;
}
.blockquote-info,
.bg-info {
  background-color: #52baff !important;
  color: #fff;
}
.blockquote-warning,
.bg-warning {
  background-color: #ffa14f !important;
  color: #fff;
}
.blockquote-success,
.bg-success {
  background-color: #6ebb6e !important;
  color: #fff;
}
.bg-darken {
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #fff;
}
.bg-dark {
  background-color: #141619 !important;
  color: #fff;
}
.text-primary {
  color: #1976d2;
}
.text-success {
  color: #27ae60;
}
.text-warning {
  color: #e67e22;
}
.text-danger {
  color: #e74c3c;
}
.text-info {
  color: #3498db;
}
.text-dark {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-bold {
  font-weight: bold !important;
}
.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #444;
  background-color: rgba(245, 245, 245, 0.7);
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding: 7px 17px;
  color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu > li > a i {
  margin-right: 5px;
  min-width: 1em;
}
.alert {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.alert .btn {
  margin-top: 20px;
}
.alert-lg {
  padding: 25px;
}
.alert-title {
  padding-bottom: 20px;
}
.alert-success {
  color: #5b865b;
  background-color: #f0f9ed;
  border-color: #d6e6d0;
}
.alert-info {
  color: #5086a0;
  background-color: #eff6ff;
  border-color: #d0e1f7;
}
.alert-warning {
  color: #968c53;
  background-color: #fdfbef;
  border-color: #ece8ce;
}
.alert-danger {
  color: #986f68;
  background-color: #fdedea;
  border-color: #e6ceca;
}
.alert .alert-link {
  color: rgba(0, 0, 0, 0.5);
}
label {
  margin-bottom: 10px;
  font-weight: 500;
}
.label {
  display: inline-block;
  padding: 7px;
  font-weight: 500;
  border-radius: 3px;
  text-shadow: none;
  border: 0;
}
.badge,
.label-default {
  background-color: #2b2b2b;
}
.label-primary {
  background-color: #1976d2;
}
.label-success {
  background-color: #0e9a49;
}
.label-danger {
  background-color: #e74c3c;
}
.label-warning {
  background-color: #ff8e2b;
}
.label-info {
  background-color: #52baff;
}
.label span {
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: 11px;
}
.label-sm {
  font-size: 12px !important;
}
.label-xs {
  font-size: 11px !important;
}
.label-lg {
  font-size: 24px !important;
}
.progress {
  background-color: #ebedef;
  border-radius: 32px;
  height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 25px;
}
.progress-label {
  font-size: 14px;
  margin-bottom: 8px;
}
.progress-label span {
  float: right;
}
.progress-bar {
  background-color: #0e9a49;
  line-height: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
.progress-bar-success {
  background-color: #0e9a49;
}
.progress-bar-warning {
  background-color: #ffa14f;
}
.progress-bar-danger {
  background-color: #e74c3c;
}
.progress-bar-info {
  background-color: #52baff;
}
.panel-primary > .panel-heading {
  background-color: #1976d2;
  border-color: #1976d2;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #0e9a49;
  border-color: #0e9a49;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.panel-warning > .panel-heading {
  color: #fff;
  background-color: #ffa14f;
  border-color: #ffa14f;
}
.panel-info > .panel-heading {
  color: #fff;
  background-color: #52baff;
  border-color: #52baff;
}
.panel-inverse > .panel-heading {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.panel-primary {
  border-color: #1976d2;
}
.panel-success {
  border-color: #0e9a49;
}
.panel-danger {
  border-color: #e74c3c;
}
.panel-warning {
  border-color: #ffa14f;
}
.panel-info {
  border-color: #52baff;
}
.panel-inverse {
  border-color: #2b2b2b;
}
.panel {
  margin-bottom: 0;
}
.panel-heading {
  font-size: 15px;
  padding: 10px 20px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel-title {
  padding: 0;
}
.panel-group .panel-title a {
  padding: 7px 0 !important;
}
.panel-default > .panel-heading {
  color: #222;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 !important;
}
.panel {
  background-color: #333 !important;
}
.panel-body .btn {
  float: left !important;
  width: 100%;
  margin-top: 15px;
}
.panel-default > .panel-footer {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-default {
  border: 1px solid #222222;
  -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);
}
.panel-title {
  font-size: 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px 0;
}
.panel-title i {
  margin-right: 10px;
}
.panel-title a,
.panel-title a:hover,
.panel-title a:focus {
  color: #eee;
  padding: 7px 10px;
  display: block;
}
.panel-body {
  padding: 20px;
  font-size: 14px;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
.panel-login {
  margin: 0;
  border: 0;
}
.panel-login .panel-heading {
  position: relative;
}
.panel-login .panel-title {
  padding: 13px 5px;
  font-size: 17px;
  font-weight: 500 !important;
}
.panel-login .panel-title i {
  margin-left: 5px;
}
.panel-login .panel-body {
  padding: 30px;
}
.panel-login .panel-body a {
  color: #777a80;
}
.panel-login .panel-footer {
  padding: 15px 30px;
  font-size: 14px;
}
.panel-login .panel-footer a {
  font-weight: 500;
}
.panel-login .checkbox {
  margin-bottom: 0;
}
.panel-login .checkbox {
  float: left;
}
.pagination {
  padding: 0;
  margin: 0 0 20px 0;
}
.pagination li a,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  margin-right: 5px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
}
.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a,
.pagination li.active a:focus,
.pagination li.active a:hover {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  color: #696e72;
}
.pagination li:first-child a:hover,
.pagination li:first-child a {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.pagination li:last-child a:hover,
.pagination li:last-child a {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.pager {
  margin: 0;
}
.pager li {
  width: 40%;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
}
.pager li:nth-child(2) {
  float: right;
}
.pager li a {
  background-color: #2b2b2b;
  border: 0;
  color: #fff;
  display: block;
  float: none !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 10px 0;
}
.pager li a:hover {
  background-color: #1976d2;
  border-color: #1976d2;
  color: #fff;
}
.page-header .btn-group {
  margin-top: -10px;
}
.page-header {
  border: 0;
  text-align: left;
  margin: 0 0 25px 0;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.page-header > i {
  margin-right: 10px;
}
.table {
  margin-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #e6e6e6;
}
.table > thead > tr > th {
  border-bottom: 0;
  padding: 15px 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #eaeaea;
}
.modal-open {
  padding-right: 0 !important;
  overflow: inherit !important;
}
.modal-dialog {
  margin-top: 100px;
}
.modal-backdrop.in {
  opacity: 0.9;
  background-color: #101010;
}
.modal-open .modal {
  z-index: 9999;
  overflow: inherit !important;
}
.modal-header {
  padding: 15px 25px;
  line-height: 30px;
  border-color: rgba(0, 0, 0, 0.08) !important;
}
.modal-header .close {
  margin: 0;
  text-shadow: none;
  font-size: 27px;
  position: absolute;
  right: 25px;
}
.modal-title {
  color: #5f5f5f;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.modal-title i {
  margin-right: 10px;
}
.modal-content {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0;
  box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
  -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
}
.modal-body {
  background: #fff;
  border-bottom: 0;
  padding: 30px 25px;
}
.modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin: 0;
  padding: 20px 25px;
  font-size: 13px;
}
.modal-sm {
  width: 400px;
}
.modal-search {
  background: #fff;
  position: fixed;
  width: 100%;
  padding: 2px 0;
  top: -60px;
  left: 0;
  z-index: 980;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.modal-search .container {
  position: relative;
}
.modal-search .close {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.search-open .modal-search {
  top: 60px;
}
.modal-search .form-control:focus,
.modal-search .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  background: #fff;
  padding: 6px 0;
  height: auto;
  line-height: inherit;
  color: #4a4a4a;
}
.ekko-lightbox .modal-header {
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.ekko-lightbox .modal-header .modal-title {
  display: block;
  text-shadow: none;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 300 !important;
  z-index: 99;
  position: relative;
}
.ekko-lightbox .modal-header .close {
  color: #fff;
  right: -40px;
  top: -10px;
  position: fixed;
  opacity: 1;
  width: 35px;
  height: 35px;
  font-size: 21px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 9999;
}
.ekko-lightbox-container iframe {
  position: relative;
  z-index: 100;
}
.ekko-lightbox-container img {
  max-height: 100%;
}
.ekko-lightbox .modal-content {
  color: #fff;
  background-color: #010101 !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.ekko-lightbox .modal-body {
  padding: 0;
  background-color: transparent;
  padding: 0;
}
.ekko-lightbox .modal-loading {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}
.ekko-lightbox-nav-overlay a {
  font-size: 24px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) !important;
}
.separator {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
}
.separator span {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -17px;
  background: #fff;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 35px;
  text-align: center;
}
.form-control {
  background: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 45px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  color: #ffffff;
}
.form-control:focus {
  border: 1px solid #1976d2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
textarea {
  resize: vertical;
}
.has-success .form-control {
  border-color: #27ae60 !important;
  background-color: #fdfffd;
  color: #007732;
}
.has-warning .form-control {
  border-color: #ffa14f !important;
  background-color: #fffdfc;
  color: #da8134;
}
.has-error .form-control {
  border-color: #e74c3c !important;
  background-color: #fffbfb;
  color: #e74c3c;
}
.input-sm {
  height: 40px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-lg {
  font-size: 16px;
  height: 50px;
  line-height: 1.5;
  font-weight: 300;
}
.input-md {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}
.input-icon-right,
.input-icon-left {
  position: relative;
}
.input-icon-left i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #797979;
  font-size: 15px;
}
.input-icon-left .form-control {
  padding-left: 46px;
}
.input-icon-right i {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #797979;
  font-size: 15px;
}
.input-icon-right .form-control {
  padding-right: 46px;
}
.form-group.row > label {
  line-height: 45px;
  margin-bottom: 0;
}
.form-inline .form-group label {
  padding-right: 10px;
}
.form-horizontal .control-label {
  padding-top: 10px;
}
.form-inverse .form-control {
  background: #1b1b1b !important;
  color: #7e7e7e !important;
  border: 0 !important;
}
.form-actions {
  margin-top: 30px;
}
.form-label .form-group {
  margin-bottom: 25px;
}
.form-group:last-child,
.form-label .form-group:last-child {
  margin-bottom: 0;
}
.helper-left {
  padding: 13px 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.form-inline .checkbox label,
.form-inline .radio label {
  padding-left: 30px;
  margin-right: 20px;
}
.checkbox-inline,
.radio-inline {
  padding-left: 15px;
}
.checkbox {
  margin: 0;
}
.checkbox-control {
  margin-bottom: 20px !important;
}
.checkbox label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  color: #777a80;
  font-weight: 300;
  padding-top: 3px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #c2c6cb;
}
.checkbox label::after {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  font-family: "FontAwesome";
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "\F00C";
}
.checkbox.disabled input[type="checkbox"]:disabled + label:before {
  background-color: #e8e8e8;
  border-color: #dadada;
}
.checkbox-primary input[type="checkbox"]:checked + label:before {
  background-color: #1976d2;
  border: 0;
}
.checkbox-warning input[type="checkbox"]:checked + label:before {
  background-color: #ffa14f;
  border: 0;
}
.checkbox-info input[type="checkbox"]:checked + label:before {
  background-color: #52baff;
  border: 0;
}
.checkbox-danger input[type="checkbox"]:checked + label:before {
  background-color: #e74c3c;
  border: 0;
}
.checkbox-success input[type="checkbox"]:checked + label:before {
  background-color: #27ae60;
  border: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-icon label:before {
  background-color: transparent;
  border: 0;
}
.checkbox.checkbox-icon label {
  padding-left: 36px;
}
.checkbox.checkbox-icon label::after {
  left: -2px;
  top: -5px;
  font-size: 26px;
  font-family: "FontAwesome";
}
.checkbox.checkbox-icon input[type="checkbox"]:disabled + label::after {
  content: "\f205";
  color: #afafaf;
}
.checkbox.checkbox-icon label::after {
  content: "\f204";
}
.checkbox.checkbox-icon input[type="checkbox"]:checked + label::after {
  content: "\f205";
}
.checkbox.checkbox-icon input[type="checkbox"]:checked + label:before {
  background-color: transparent !important;
}
.checkbox.checkbox-icon.disabled
  input[type="checkbox"]:disabled
  + label:before {
  background-color: transparent;
  border-color: #dadada;
}
.checkbox.checkbox-icon.checkbox-primary
  input[type="checkbox"]:checked
  + label::after {
  color: #1976d2;
}
.checkbox.checkbox-icon.checkbox-warning
  input[type="checkbox"]:checked
  + label::after {
  color: #ffa14f;
}
.checkbox.checkbox-icon.checkbox-info
  input[type="checkbox"]:checked
  + label::after {
  color: #52baff;
}
.checkbox.checkbox-icon.checkbox-danger
  input[type="checkbox"]:checked
  + label::after {
  color: #e74c3c;
}
.checkbox.checkbox-icon.checkbox-success
  input[type="checkbox"]:checked
  + label::after {
  color: #27ae60;
}
.radio {
  margin: 0;
}
.radio-control {
  margin-bottom: 20px !important;
}
.radio label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  color: #777a80;
  font-weight: 300;
  padding-top: 2px;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #c2c6cb;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.radio label::after {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f111";
}
.radio.disabled input[type="radio"]:disabled + label:before {
  background-color: #e8e8e8;
  border-color: #dadada;
}
.radio.radio-primary input[type="radio"]:checked + label::after {
  color: #1976d2;
}
.radio-primary input[type="radio"]:checked + label:before {
  border-color: #1976d2;
}
.radio.radio-warning input[type="radio"]:checked + label::after {
  color: #ffa14f;
}
.radio-warning input[type="radio"]:checked + label:before {
  border-color: #ffa14f;
}
.radio.radio-info input[type="radio"]:checked + label::after {
  color: #52baff;
}
.radio-info input[type="radio"]:checked + label:before {
  border-color: #52baff;
}
.radio.radio-danger input[type="radio"]:checked + label::after {
  color: #e74c3c;
}
.radio-danger input[type="radio"]:checked + label:before {
  border-color: #e74c3c;
}
.radio.radio-success input[type="radio"]:checked + label::after {
  color: #27ae60;
}
.radio-success input[type="radio"]:checked + label:before {
  border-color: #27ae60;
}
.breadcrumb {
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
.breadcrumb > li:first-child a {
  padding-left: 0;
}
.breadcrumb > li + li.pull-right:before {
  content: "";
  display: none;
}
.breadcrumb > li.pull-right {
  margin-top: -5px;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 11px;
  margin: 0 5px;
}
.breadcrumb > li.active {
  font-size: 14px !important;
}
.breadcrumb > li > a {
  color: #616161;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px !important;
}
.testimonial p {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
  border: 1px solid #e4e4e4;
  -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);
}
.testimonial p:after,
.testimonial p:before {
  top: 100%;
  left: 43px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.testimonial p em {
  padding-left: 24px;
  display: inline-block;
}
.testimonial p em:before {
  content: "\f10d";
  font-family: "fontAwesome";
  font-size: 18px;
  position: absolute;
  left: 23px;
  top: 32px;
}
.testimonial p:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5;
  border-width: 10px;
  margin-left: -10px;
}
.testimonial p:before {
  border-color: rgba(228, 228, 228, 0);
  border-top-color: #e4e4e4;
  border-width: 11px;
  margin-left: -11px;
}
.testimonial .thumbnail {
  float: left;
  margin: 0 15px 0 23px;
  border: 0;
  padding-top: 25px;
  background-color: transparent;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.testimonial .thumbnail img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px !important;
  height: 40px;
}
.testimonial .testimonial-name {
  padding-top: 25px;
  font-weight: bold;
}
.testimonial .testimonial-name span {
  font-weight: normal;
  display: block;
  font-size: 12px;
}
.testimonial-reverse p {
  background-color: #fff;
}
.testimonial-reverse p:after {
  border-top-color: #fff;
}
.testimonial-primary p {
  color: #fff;
  background-color: #1976d2;
  border: 0;
}
.testimonial-primary p:after {
  border-top-color: #1976d2;
}
.testimonial-danger p {
  color: #fff;
  background-color: #e74c3c;
  border: 0;
}
.testimonial-danger p:after {
  border-top-color: #e74c3c;
}
.testimonial-success p {
  color: #fff;
  background-color: #0e9a49;
  border: 0;
}
.testimonial-success p:after {
  border-top-color: #0e9a49;
}
blockquote,
.blockquote-reverse {
  border-width: 3px;
  font-size: 13px;
  padding: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.blockquote-reverse footer {
  text-align: right !important;
}
blockquote h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
blockquote p {
  font-size: 13px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.blockquote-primary {
  border-color: #1356ad;
}
.blockquote-success {
  border-color: #1b8e1b;
}
.blockquote-danger {
  border-color: #731d14;
}
.blockquote-warning {
  border-color: #d07627;
}
.blockquote-info {
  border-color: #0e87d8;
}
.blockquote-primary,
.blockquote-danger,
.blockquote-warning,
.blockquote-success,
.blockquote-info,
.blockquote-primary footer,
.blockquote-danger footer,
.blockquote-warning footer,
.blockquote-success footer,
.blockquote-info footer,
.blockquote-primary h4,
.blockquote-danger h4,
.blockquote-warning h4,
.blockquote-succes h4,
.blockquote-info h4 {
  color: #fff !important;
}
blockquote footer {
  background-color: transparent;
  border-top: 0;
  line-height: inherit;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  width: auto;
  color: #6d6d6d !important;
}
.post-header:after,
.post-header:before,
nav:after,
nav:before,
section:after,
section:before,
form:after,
form:before,
.title:after,
.title:before,
.headline:before,
.headline:after,
.page-header:after,
.page-header:before,
.forum .forum-group:after,
.forum .forum-group:before,
.forum-post:after,
.forum-post:before,
.forum-footer:after,
.forum-footer:before {
  display: table;
  content: " ";
}
.post-header:after,
nav:after,
section:after,
.title:after,
form:after,
.headline:after,
.page-header:after,
.forum .forum-group:after,
.forum-post:after,
.forum-footer:after {
  clear: both;
}
.fixed-tab .tab-select.sticky {
  position: fixed;
  z-index: 960;
  top: 60px;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0s;
  transition: 0s;
  background-color: #fff;
}
.search-open.search-active {
  padding-top: 90px;
}
.fixed-header {
  padding-top: 60px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.fixed-header header {
  position: fixed;
  z-index: 1010;
  top: 0;
}
.header-scroll header {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.7);
}
.fixed-tab header,
.search-open header {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#wrapper {
  min-height: 493px;
}
header {
  width: 100%;
  height: 60px;
  background: #111111;
  position: relative;
  z-index: 999;
}
header .logo {
  display: inline-block;
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0 15px 0 0 !important;
  background: transparent !important;
}
a.logo img {
  width: auto;
  height: 100%;
  float: left;
}
header .container {
  position: relative;
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header a {
  line-height: 60px;
  padding: 0 12px;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
header a.active,
header a:hover,
header a:focus,
header a:active {
  color: #fff;
  font-size: 15px;
  padding: 0 12px;
}
header ul li a i.fa-angle-down {
  margin-left: 5px;
}
header .nav-dropdown,
header .nav-profile {
  display: inline-block;
  position: relative;
}
header .nav-dropdown .dropdown-menu {
  padding: 0 !important;
}
header .nav-right .dropdown-menu .dropdown-header {
  background-color: #fff;
  padding: 13px 10px 13px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
header .nav-dropdown .dropdown-menu .dropdown-header i {
  margin-right: 10px;
}
header .nav-dropdown .dropdown-menu .dropdown-footer {
  margin-top: 10px;
}
header .nav-dropdown .dropdown-menu .dropdown-footer a {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 15px 0 !important;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: #fff !important;
  line-height: initial !important;
}
header .dropdown-menu .dropdown-header {
  color: #585858;
}
header .nav-dropdown .dropdown-menu {
  min-width: 260px !important;
}
header .nav-dropdown .dropdown-menu img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
header .nav-dropdown .dropdown-menu a {
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 500;
  white-space: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.7) !important;
  line-height: 35px !important;
}
header .nav-dropdown .dropdown-menu li:nth-child(6) a {
  border-bottom: 0;
}
header .nav-right {
  float: right;
  position: relative;
}
header .nav-right i {
  font-size: 15px;
}
header .nav-right > .dropdown > a > .label,
header .nav-right > a > .label {
  position: absolute;
  top: 10px;
  right: 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 17px;
  width: 17px;
  line-height: 17px;
  padding: 0;
  font-size: 11px;
}
header .nav-profile > a,
header .nav-right a {
  font-size: 14px;
  padding: 0 10px;
  font-weight: 400;
  line-height: 60px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  position: relative;
  display: inline-block;
  text-transform: inherit;
}
header .nav-profile > a {
  font-weight: 500;
  position: relative;
}
header .nav-right .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  min-width: 180px;
  right: 0;
  left: auto;
  top: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
header .nav-right .dropdown-menu li {
  padding: 0;
  margin-right: 0;
}
header .nav-right .dropdown-menu li.divider {
  margin: 5px 0;
}
header .nav-right .dropdown-menu a {
  display: block;
  margin: 0;
  padding: 8px 23px;
  line-height: inherit;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
header .nav-right .nav-dropdown .dropdown-menu a {
  padding: 2px 23px;
  border: 0;
}
header .nav-right .dropdown-menu a:active,
header .nav-right .dropdown-menu a:focus,
header .nav-right .dropdown-menu a:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(245, 245, 245, 0.7);
}
header .dropdown-menu li .label {
  font-size: 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 5px 7px;
  position: absolute;
  top: 10px;
  right: 20px;
}
header .nav-right .nav-profile .dropdown-menu li .label {
  margin-top: -2px;
}
header .nav-right .dropdown-menu a i {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  width: 22px;
  margin-right: 0;
}
header .nav-profile img {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
header .nav-profile > a > span {
  display: inline-block;
  margin-left: 10px;
}
header .nav-profile > a > span:after {
  content: "\f078";
  font-size: 8px;
  font-family: "FontAwesome";
  margin-left: 6px;
  float: right;
}
nav {
  display: inline-block;
  padding: 0;
  float: left;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  padding: 0;
}
nav ul li a {
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
nav ul li a.active,
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  color: #fff;
}
nav > .nav-control > ul > li.dropdown > a:after {
  content: "\f078";
  font-size: 8px;
  font-family: "FontAwesome";
  margin-left: 6px;
  float: right;
}
nav > .nav-control > ul > li.dropdown > a:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 8px;
  bottom: -8px;
  z-index: 998;
  left: 0;
}
nav ul li a i {
  font-size: 10px;
  display: inline-block;
}
nav ul li.dropdown.open > a {
  position: relative;
  color: #fff;
}
nav ul li .dropdown-menu {
  background: #fff;
  margin-top: 0;
  z-index: 999;
  top: 60px;
  padding: 12px 0 15px 0;
  min-width: 230px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
nav ul li .dropdown-menu li a {
  font-weight: normal;
  padding: 8px 25px;
  margin: 0 !important;
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: inherit !important;
  text-shadow: none;
  text-transform: none;
  background-color: transparent;
  border: 0 !important;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
nav ul li .dropdown-menu li a:hover,
nav ul li .dropdown-menu li.active a,
nav ul li .dropdown-menu li a:focus {
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(245, 245, 245, 0.7);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-border-radius: 0;
  -webkit-transition: 0s;
}
nav ul li .dropdown-menu > li {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
nav ul li .dropdown-menu.default li {
  width: 100%;
}
nav .container {
  position: relative;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  background-repeat: no-repeat !important;
  background-position: right -1px bottom -1px !important;
  background: #fff;
  padding: 0 !important;
  width: 1140px;
  left: 15px;
  top: 60px;
  right: auto;
  z-index: 999;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
  position: absolute !important;
  border-radius: 0 !important;
}
.mega-dropdown-sm {
  position: relative !important;
}
.mega-dropdown-sm .mega-dropdown-menu {
  width: auto !important;
  min-width: 550px;
  left: 0;
}
.mega-dropdown-menu:after,
.mega-dropdown-menu:before {
  display: none;
}
.mega-dropdown-menu:after {
  border-bottom-color: #2a5d9f !important;
}
.mega-dropdown-menu:before {
  display: none;
}
.open .mega-dropdown-menu {
  display: table !important;
}
.mega-dropdown-menu > li {
  float: none;
  display: table-cell;
  vertical-align: top;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.06);
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  min-height: 100% !important;
  border-radius: 0 !important;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  float: none;
  padding-left: 1px;
}
.mega-dropdown-menu > li:first-child ul li {
  padding-left: 0;
}
.mega-dropdown-menu > li:last-child {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul > li:last-child {
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
nav ul li .dropdown-menu > li i,
.mega-dropdown-menu > li ul > li i {
  margin: 0;
  padding: 0;
  width: 20px;
}
.mega-dropdown-menu .dropdown-header {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 18px 25px 10px 25px !important;
  margin: 10px 0 5px;
  text-transform: uppercase;
  display: block;
}
.mega-dropdown-menu .dropdown-header:nth-child(7) {
  margin-top: 10px;
}
.open .mega-dropdown-menu.category {
  display: block;
}
.mega-dropdown-menu.category li {
  display: inline-block;
  float: left;
}
.mega-dropdown-menu.category li a {
  padding: 15px;
}
.mega-dropdown-menu.category li a:hover,
.mega-dropdown-menu.category li a:focus {
  background-color: transparent;
}
.mega-dropdown-menu.category li a:hover h3,
.mega-dropdown-menu.category li a:focus h3 {
  color: #1976d2;
}
.mega-dropdown-menu.category li img {
  width: 100%;
}
.mega-dropdown-menu.category li .caption {
  margin-top: 15px;
  position: relative;
}
.mega-dropdown-menu.category li .caption .label {
  float: none;
  margin-left: 15px;
  margin-top: -53px;
  font-size: 11px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  padding: 7px 8px;
  display: inline-block;
}
.mega-dropdown-menu.category li .caption h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500 !important;
}
.mega-dropdown-menu.category li .caption p {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  margin: 3px 0 0 0;
  color: #969696;
}
.dropdown-submenu {
  position: relative;
  padding: 0 !important;
}
.dropdown-submenu.open a {
  border-radius: 0 !important;
  background-color: rgba(245, 245, 245, 0.7);
}
.dropdown-submenu > a {
  position: relative;
}
.dropdown-submenu > .dropdown-menu:after,
.dropdown-submenu > .dropdown-menu:before {
  display: none;
}
.dropdown-submenu > .dropdown-menu {
  display: none !important;
  top: 0;
  left: 200px;
  border-radius: 0 !important;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-submenu:hover > .dropdown-menu {
  display: inherit !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.dropdown-submenu .dropdown-menu a {
  border-radius: 0 0 0 0 !important;
  background-color: #fff;
  padding-left: 30px !important;
}
.dropdown-submenu .dropdown-menu a:hover {
  padding-left: 30px !important;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.headline {
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
  display: block;
  text-align: left;
  border: 0;
}
.headline h1,
.headline h2,
.headline h3,
.headline h4 {
  font-weight: 700 !important;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  padding-top: 12px;
}
.headline h4 i {
  margin-right: 10px;
}
.headline small {
  display: block !important;
  text-transform: initial;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.headline .dropdown {
  float: right;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 1px;
}
.headline .dropdown-menu {
  text-transform: inherit !important;
}
.headline .btn-group {
  margin-left: 10px;
}
.headline .btn {
  text-transform: inherit;
}
.headline .form-control {
  float: right;
  display: inline-block;
  width: 250px;
  margin-left: 10px;
  height: 40px;
  margin-top: 1px;
}
.card {
  padding: 0;
  margin-bottom: 35px;
  display: block;
}
.card .card-header {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.card .card-header i {
  margin-right: 7px;
}
.card.card-primary .card-header {
  background-color: #1976d2 !important;
}
.card.card-success .card-header {
  background-color: #0e9a49 !important;
}
.card.card-danger .card-header {
  background-color: #e74c3c !important;
}
.card.card-warning .card-header {
  background-color: #ff8e2b !important;
}
.card.card-info .card-header {
  background-color: #52baff !important;
}
.card .card-img {
  position: relative;
  display: block;
}
.card .card-img img {
  width: 100%;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.card .category {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 14px;
}
.card .category i {
  margin-right: 8px;
}
.card .category .label {
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 10px;
  font-weight: 400;
}
.card .meta {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  font-size: 14px;
}
.card .caption p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.card .time a,
.card .meta a {
  color: #fff;
}
.card .meta i {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 10px;
}
.card .meta span {
  margin-top: -2px;
  display: inline-block;
  float: right;
}
.card .time {
  position: absolute;
  bottom: 17px;
  right: 20px;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 5px;
}
.card .card-title {
  font-size: 17px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500 !important;
  line-height: 1.1;
}
.card .caption {
  padding: 25px 20px;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dcdcdc;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #6d6d6d;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.card .btn {
  margin-top: 20px;
}
.card .caption ul {
  font-size: 13px;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 0;
}
.card .caption ul li:first-child {
  padding-left: 0;
}
.card .caption ul li {
  display: inline-block;
  padding-left: 15px;
}
.card .caption ul li i {
  margin-right: 5px;
}
.card .caption .meta {
  font-size: 12px;
}
.card .caption .meta i {
  margin-right: 5px;
}
.card.card-game .card-img {
  overflow: hidden;
}
.card.card-video {
  margin-bottom: 10px;
}
.card.card-video .caption,
.card.card-video.active .caption,
.card.card-video:hover .caption {
  padding: 14px 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  background-color: transparent;
}
.card-video-md {
  margin-bottom: 20px !important;
}
.card-video-md .card-img a {
  display: block;
  overflow: hidden;
  max-height: 200px;
}
.card-video .card-img img,
.card-game .card-img img {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.card.card-video .caption ul {
  font-size: 12px;
  margin-top: 7px;
  color: #969696;
}
.card-group .card {
  height: 255px;
  overflow: hidden;
  margin-bottom: 45px;
}
.card-list {
  text-align: center;
  margin-bottom: 45px;
  padding: 10px;
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
}
.card.card-list:hover {
  background-color: #111;
}
.card-list .card-img {
  position: relative;
}
.card-list .caption p {
  font-size: 14px;
}
.card-list .card-img img {
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.card-list .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 50%;
  width: 46px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: bold;
}
.card-list .caption {
  margin-top: 25px;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: 0;
}
.card-list:hover .caption {
  background-color: transparent !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #6d6d6d;
}
.owl-carousel.owl-video {
  padding-left: 15px;
}
.owl-carousel.owl-video .card {
  padding: 0 15px 0 0;
}
.owl-carousel .card-list {
  margin: 0;
}
.card-list .card-title {
  margin-bottom: 15px;
  font-weight: lighter !important;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-list .caption a {
  color: #fff;
}
.card-list .caption a:hover {
  transform: scale(1.25);
}
a.btn-platform {
  height: 35px;
  width: 35px;
  display: inline-block;
  margin: 5px;
}
.card-list .caption a:hover {
  color: #1976d2;
}
.card-post {
  margin-bottom: 0;
}
.card-post .card-img {
  position: relative;
}
.card-post .caption p {
  font-size: 14px;
}
.card-post .card-img img {
  width: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.card-post ul li {
  font-size: 12px;
}
.card-post .card-title {
  margin-bottom: 5px;
}
.card-post .caption {
  padding: 15px 0 0 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: 0;
}
.card-post .caption a {
  color: #4f4f4f;
}
.card-post .caption a:hover {
  color: #1976d2;
}
.masonry .card .caption p {
  font-size: 13px;
}
section {
  padding: 50px 0;
}
section.half-section {
  padding: 0;
  background: #fff;
  min-height: 600px;
  overflow: hidden;
  display: table;
  width: 100%;
}
section.half-section .col {
  display: table-cell;
  float: none;
  vertical-align: top;
}
section.half-section .col .half-bg {
  padding: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-position: 100%;
}
.background-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}
.background-image.parallax {
  background-position: 50% 0;
}
.background-image.full-height {
  height: 100%;
  width: 100%;
  background-position: 100%;
}
.background-overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
section.hero {
  height: 260px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0;
}
section.hero .hero-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 2;
}
section.hero .hero-bg-primary {
  height: 100%;
  width: 100%;
  background: rgba(39, 118, 220, 0.9);
  position: absolute;
  top: 0;
  z-index: 2;
}
section.hero .container.relative {
  z-index: 3;
  height: 100%;
}
section.hero .breadcrumb {
  padding: 0;
  font-weight: 300 !important;
}
section.hero .breadcrumb > .active,
section.hero .breadcrumb > li > a {
  color: #fff;
}
section.hero > .container {
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
}
section.hero.hero-panel {
  height: auto;
}
section.hero.hero-panel > .container {
  position: relative;
  text-align: left;
}
section.hero > .container .page-header {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 0;
}
section .page-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
section.hero.bg-white {
  height: 200px;
}
section.hero.bg-white .breadcrumb > li > a,
section.hero.bg-white .breadcrumb > .active,
section.hero.bg-white .page-title {
  color: #4f4f4f;
}
section.hero.cover {
  height: 300px;
}
section.hero.cover .hero-bg {
  background: rgba(0, 0, 0, 0.6);
}
section.hero.cover .page-title {
  position: absolute;
  bottom: -50px;
  left: 220px;
  font-size: 24px;
}
section.hero.cover .page-title .activity {
  font-size: 17px;
  color: #00c254;
  text-transform: inherit;
  position: relative;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
}
section.hero.cover i {
  margin-right: 0;
}
section.hero.cover .container {
  position: relative;
  width: 1170px;
}
section.hero.hero-game {
  padding: 70px 0;
  height: 350px;
}
section.hero.hero-game .page-header {
  margin: 20px 0 0 0;
  position: relative;
  text-align: center;
}
section.hero.hero-game .game-title {
  position: relative;
}
section.hero.hero-game .page-header .page-title {
  font-size: 30px;
  font-weight: 700;
}
section.hero.hero-game .btn {
  margin-top: 30px;
  text-transform: inherit;
}
section.hero .profile-avatar {
  position: absolute;
  left: 15px;
  bottom: -150px;
}
section.hero .profile-avatar .thumbnail {
  padding: 5px !important;
}
section.hero .profile-avatar img {
  width: 160px !important;
}
section.hero .page-title a {
  color: #fff;
}
section.hero p {
  font-size: 14px;
  text-transform: initial;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
section.hero.hero-review {
  height: 350px;
}
section.hero.hero-review > .container {
  width: 1000px;
}
section.hero.hero-review .btn-circle {
  font-size: 26px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
section.hero.hero-games > .container .page-header,
section.hero.hero-review > .container .page-header {
  vertical-align: middle;
}
section.hero.hero-review .page-title a {
  color: #fff;
}
section.hero.hero-games .page-title,
section.hero.hero-review .page-title {
  margin-top: 90px;
  font-weight: bold;
}
section.hero.hero-review p {
  font-size: 14px;
  text-transform: initial;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
section#video {
  height: 760px;
  background-color: #0c0d0e;
}
.image-right {
  position: absolute;
  max-width: inherit;
}
.post {
  text-align: left;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.post-fl {
  border: 0;
  padding-bottom: 0;
}
.post .post-header {
  margin: 0 0 20px 0;
}
.post .post-title a {
  color: rgba(39, 39, 39, 0.8);
}
.post-thumbnail {
  margin-bottom: 30px;
  position: relative;
}
.post-thumbnail img {
  width: 100%;
}
.post-thumbnail .label {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.post-thumbnail .meta a {
  color: #fff;
}
.post-thumbnail .meta {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  font-size: 14px;
}
.post .post-caption {
  background-color: #141619;
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.post .post-title h1,
.post .post-title h2,
.post .post-title h3,
.post .post-title h4,
.post .post-title h5,
.post .post-title h6 {
  margin-bottom: 0;
  font-weight: 700 !important;
}
.post.post-single .post-title h1,
.post.post-single .post-title h2,
.post.post-single .post-title h3,
.post.post-single .post-title h4,
.post.post-single .post-title h5,
.post.post-single .post-title h6 {
  text-transform: uppercase;
}
.post .post-header.post-author {
  margin-top: 0;
}
.post .post-header.post-author .author {
  float: left;
  display: inline-block;
}
.post .post-header.post-author img {
  float: left;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.post .post-header.post-author .post-title {
  float: left;
  width: 85%;
  padding-left: 20px;
}
.post .post-title h2 {
  font-size: 26px;
}
.post .post-meta {
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
  font-size: 13px;
}
.post .post-meta,
.post .post-meta a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.post .post-meta a:hover,
.post .post-title a:hover {
  color: #1976d2;
}
.post .post-meta i {
  margin-right: 5px;
}
.post .post-meta li {
  display: inline;
}
.post .post-meta li:after {
  content: "//";
  margin: 0 6px;
}
.post .post-meta li:last-child:after {
  content: "";
}
.post .post-content {
  color: #5b5e65;
  font-size: 14px;
  line-height: 24px;
  padding: 25px 0 0 0;
}
.post.post-lg {
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.post.post-lg .post-title h2 {
  font-size: 28px;
}
.post.post-lg .post-header {
  margin-top: 0;
}
.post-md {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.post-md h4 {
  font-size: 20px;
}
.post-md p {
  font-size: 14px;
  line-height: 21px;
}
.post-md .post-caption {
  background-color: #141619;
  padding: 8px 12px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 13px;
}
.post-md .post-meta {
  margin-bottom: 0;
}
.post-md .post-header {
  margin: 0 0 20px 0;
}
.post-md .post-date {
  margin-right: 20px;
}
.post-md .btn {
  margin: 20px 0 0 0;
}
.post-grid .card .caption {
  margin-bottom: 0;
}
.post.post-single {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.post.post-single .post-header span.label {
  margin: 7px 10px 0 -70px;
  padding: 15px 0;
  text-align: center;
  width: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: block;
}
.masonry .post p,
.post.single p {
  margin-bottom: 30px;
}
.post-carousel {
  height: auto;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding-right: 1px;
}
.post-carousel a.link {
  display: block;
  height: 100%;
}
.post-carousel img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  max-width: inherit;
}
.post-carousel:hover img {
  opacity: 1;
}
.post-carousel .overlay {
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.post-carousel .caption {
  bottom: 10px;
  left: 0;
  padding: 0 30px;
  width: 100%;
  position: absolute;
}
.post-carousel .caption p {
  display: block;
  color: #e4e4e4;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.post-carousel span.label {
  font-size: 11px;
  float: left;
  margin-right: 10px;
}
.post-carousel .post-title {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.post-carousel .post-title h4 {
  color: #fff;
  font-weight: 600 !important;
  font-size: 21px;
  line-height: 24px;
  display: block;
}
.post-carousel .comments {
  float: right;
  display: inline-block;
  margin-top: 0;
  color: #fff;
}
.post-carousel .comments a {
  color: #fff;
}
.post-review {
  margin-bottom: 30px;
  padding-bottom: 0;
}
.post-review h4 {
  font-size: 20px;
}
.post-review p {
  font-size: 14px;
  line-height: 22px;
}
.post-review .post-caption {
  background-color: #141619;
  padding: 12px 12px;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 13px;
}
.post-review .post-meta {
  margin-bottom: 0;
}
.post-review .post-header {
  margin: 0 0 20px 0;
}
.post-review .post-date {
  margin-right: 20px;
}
.post-review .btn {
  margin: 30px 0;
}
.post-review .post-header .label {
  float: left;
  margin-right: 10px;
  height: 45px;
  width: 40px;
  line-height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-weight: bold;
  padding: 0;
  font-size: 15px;
  text-align: center;
}
.post-review .post-thumbnail .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-radius: 50%;
  width: 46px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: bold;
}
.post-review .btn {
  margin: 15px 0 0 0;
}
.post-block {
  height: auto;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
}
.post-block a.link {
  display: block;
  height: 100%;
}
.post-block img {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  max-width: 100%;
  max-height: 610px;
}
.post-block .overlay {
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.75) 100%
  );
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.post-block .caption {
  bottom: 10px;
  left: 0;
  padding: 0 35px;
  width: 100%;
  position: absolute;
}
.post-block .caption p {
  display: block;
  color: #e4e4e4;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.post-block span.label {
  font-size: 11px;
  float: left;
  margin-right: 10px;
}
.post-block .post-title {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.post-block .post-title h4 {
  color: #fff;
  font-weight: 600 !important;
  font-size: 21px;
  line-height: 24px;
  display: block;
}
.post-block.first span.label {
  float: right;
  margin-right: 0;
}
.post-block.first .caption {
  padding: 0 40px;
  text-align: right;
}
.post-block.first .post-title {
  margin-top: 30px;
}
.post-block.first .post-title h4 {
  font-size: 30px;
  line-height: 34px;
}
.post-block .comments {
  float: right;
  display: inline-block;
  margin-top: 0;
  color: #fff;
}
.post-block .comments a {
  color: #fff;
}
.post-block-carousel .post-block {
  background: #000;
}
.post-block-carousel .post-block img {
  opacity: 0.4;
}
.post-block-carousel .post-block.first {
  margin-bottom: 0;
}
.post-block-carousel .post-block.first span.label {
  float: left;
}
.post-block-carousel .post-block .caption {
  padding: 0 30px;
  bottom: 20px;
}
.post-block-carousel .post-block .post-title {
  margin-top: 40px;
}
.post-block-carousel .post-block {
  margin-bottom: 30px;
}
.post-block-carousel .post-block.first .caption {
  text-align: left;
  padding: 0 40px;
  bottom: 20px;
}
.post-block-carousel .post-title h4 {
  color: #fff;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.post-block-carousel .post-block.first .post-title h4 {
  font-size: 30px;
  line-height: 34px;
}
.panel.panel-post {
  margin-bottom: 40px;
}
.panel.panel-post .panel-body {
  padding: 0;
}
.panel.panel-post .post {
  padding: 20px;
  margin: 0;
  border-bottom: 0;
}
.panel.panel-post .post .post-header.post-author img {
  width: 55px;
  height: 55px;
}
.panel.panel-post .post .post-header.post-author .post-title {
  padding-left: 15px;
  text-transform: inherit;
}
.panel.panel-post .post .post-header {
  margin-bottom: 15px;
}
.panel.panel-post .post .post-thumbnail {
  margin-bottom: 20px;
}
.post-action {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post-action {
  margin-left: 10px;
}
.post-action li {
  display: inline-block;
}
.post-action li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 0 20px 0 0;
  font-weight: 400;
}
.post-action li a.active,
.post-action li a:focus,
.post-action li a:hover {
  color: #1976d2;
}
.post-action li a i {
  margin-right: 5px;
}
.profile-nav {
  padding: 0;
}
.profile-nav .tab-select {
  padding: 0 0 0 420px !important;
}
.profile-nav ul li a span {
  font-weight: 300 !important;
  font-size: 14px;
}
.forum {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
  background: #444;
  border: 1px solid #444;
  -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);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.forum .forum-group {
  color: #ffffff;
  margin-top: 0;
  line-height: 40px;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #333333;
}
.forum .forum-group:last-child {
  border-bottom: 0;
  color: #ffffff;
}
.forum .forum-group .forum-icon {
  padding-right: 0;
  vertical-align: middle;
  float: left;
  width: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-right: 22px;
}
.forum .forum-group .forum-icon i {
  font-size: 23px;
}
.forum .forum-group .forum-icon .label {
  position: absolute;
  top: 0;
  font-size: 10px;
  padding: 3px;
}
.forum .forum-group .forum-icon .label.icon {
  right: -10px;
  padding: 4px;
}
.forum .forum-group .forum-icon .label i {
  font-size: 11px;
}
.forum .forum-group p {
  font-size: 13px;
  margin-bottom: 0;
}
.forum .forum-title h4 {
  font-size: 15px;
  font-weight: 500 !important;
}
.forum .forum-title {
  float: left;
}
.forum .forum-group a,
.forum .forum-title a {
  color: #ffffff;
}
.forum .forum-group .forum-activity div h4 a:hover,
.forum .forum-group a:hover,
.forum .forum-group a:focus,
.forum .forum-group a:active,
.forum .forum-title a:hover,
.forum .forum-title a:focus,
.forum .forum-title a:active {
  color: #1976d2;
}
.forum .forum-group .forum-meta {
  font-size: 13px;
  float: right;
  margin-left: 30px;
  color: #808080;
  text-align: right;
  min-width: 60px;
}
.forum .forum-group .forum-activity {
  float: right;
  width: 210px;
  margin-left: 35px;
  padding-top: 2px;
}
.forum .forum-group .forum-activity a {
  display: inline-block;
  float: left;
}
.forum .forum-group .forum-activity img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.forum .forum-group .forum-activity div {
  display: inline-block;
  text-align: left;
  float: left;
}
.forum .forum-group .forum-activity div h4 {
  font-size: 13px;
  font-weight: 500 !important;
  line-height: initial;
  margin-bottom: 3px;
  display: block;
}
.forum .forum-group .forum-activity div h4 a {
  color: #848484;
  display: block;
  float: none;
}
.forum .forum-group .forum-activity div span {
  font-size: 12px;
  display: block;
  line-height: initial;
  color: #696969;
}
.forum .forum-group .forum-activity div span a {
  color: #696969;
  float: none;
}
.forum .forum-group.lock .forum-title a {
  color: #a9a9a9;
}
.forum .forum-group.lock .forum-activity img {
  opacity: 0.3;
}
.forum .forum-group.lock .forum-threads,
.forum .forum-group.lock .forum-meta,
.forum .forum-group.lock .forum-activity .forum-activity-meta h4 a,
.forum .forum-group.lock .forum-activity .forum-activity-meta span a,
.forum .forum-group.lock .forum-activity .forum-activity-meta span {
  color: #a9a9a9;
}
.forum .forum-group.lock {
  color: #a9a9a9;
  background-color: rgba(0, 0, 0, 0.02);
}
.forum-post {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -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);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.forum-post .forum-panel {
  padding: 30px 25px;
  display: table;
}
.forum-post .forum-user {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  padding-right: 30px;
  text-align: center;
}
.forum-post .forum-user .avatar {
  display: inline-block;
  position: relative;
}
.forum-post .forum-user .avatar .label {
  padding: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  border: 2px solid #fff;
}
.forum-post .forum-user div {
  padding-top: 10px;
}
.forum-post .forum-user div span {
  font-size: 12px;
  color: #777;
  display: block;
}
.forum-post .forum-user div a {
  font-weight: 600;
  font-size: 14px;
  color: #636363;
  display: block;
  margin-bottom: 10px;
}
.forum-post .forum-user div a:hover {
  color: #1976d2;
}
.forum-post .forum-body {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
}
.forum-post .forum-body p:last-child {
  margin-bottom: 0;
}
.forum-post .forum-user img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.forum-post .forum-footer {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #e4e4e4;
}
.forum-post .forum-footer .post-action {
  float: left;
}
.forum-post .forum-footer .post-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 0 20px 0 0;
  float: right;
  font-weight: 400;
}
.forum-post .forum-footer .post-meta li {
  display: inline-block;
  margin-left: 10px;
}
.forum-post .forum-footer .post-meta i {
  margin-right: 5px;
}
.forum-post h1,
.forum-post h2,
.forum-post h3,
.forum-post h4,
.forum-post h5,
.forum-post h6 {
  margin-bottom: 20px;
}
.attachment {
  background: #f9f9f9;
  padding: 30px 40px;
  margin-top: 30px;
}
.attachment h4 {
  font-weight: 300 !important;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.attachment a {
  font-weight: bold;
  color: #1976d2;
}
.attachment a:hover {
  color: #313131;
}
.attachment a i {
  margin-right: 5px;
  color: #6d6d6d;
}
.attachment span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.note-editor.note-frame {
  border: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.panel-heading.note-toolbar {
  padding: 5px 0 10px 15px !important;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px 20px !important;
}
.note-icon-font.note-recent-color {
  background-color: transparent !important;
}
.widget {
  margin-bottom: 50px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget:first-child .panel {
  margin-top: 0;
}
.widget .title {
  padding: 2px 0 2px 20px;
  border: 0;
  font-size: 16px;
  text-align: left;
  margin: 0 0 25px 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  border-left: 4px solid #1976d2;
}
.widget-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-list ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
.widget-list ul li:first-child {
  padding-top: 0;
}
.widget-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-list ul li .thumb {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 10px;
}
.widget-list ul li .thumb img {
  width: 100%;
}
.widget-list ul li .widget-list-title {
  margin-bottom: 0;
  font-size: 15px;
}
.widget-list ul li .widget-list-meta p {
  margin: 5px 0 0 0;
  font-size: 13px;
  line-height: 19px;
}
.widget-list ul li .widget-list-meta i {
  margin-right: 5px;
}
.widget-list ul li .widget-list-meta {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}
.widget .tab-select {
  position: relative !important;
}
.widget .tab-select .nav-tabs > li > a {
  padding-top: 0;
}
.widget .tab-content {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 20px 0;
  border: 0;
}
.widget-game {
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
.widget-game .progress {
  margin-bottom: 15px;
}
.widget-game .label.circle {
  border-radius: 50%;
  width: 46px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
  font-size: 14px;
  font-weight: bold;
}
.widget-game .chart-align {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.widget-game .chart .percent {
  color: #fff;
}
.widget-game .label {
  font-size: 10px;
  margin-top: 10px;
}
.widget-game .title {
  color: #fff;
  border: 0;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 22px;
}
.widget-game .overlay {
  position: relative;
  border-radius: 3px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.widget-game .description {
  color: #fff;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
  margin-top: 30px;
}
.widget-game .description h3 {
  color: #fff;
  font-weight: bold !important;
  margin-bottom: 20px;
}
.widget .panel {
  margin-top: -10px;
}
.widget .panel .panel-heading {
  font-weight: bold;
}
.panel-list-bordered,
.panel-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.panel-list li {
  margin-top: 10px;
}
.panel-list li i {
  margin-right: 5px;
  width: 13px;
}
.panel-list-bordered li:last-child a {
  border-bottom: 0;
}
.panel-list-bordered li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
}
.panel-list-bordered li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.panel-list-bordered li i {
  margin-right: 5px;
  width: 16px;
}
.widget-friends .panel .panel-body {
  padding: 15px 20px 10px 20px;
}
.widget-friends ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-friends ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}
.widget-friends ul li:nth-child(4n) {
  margin-right: 0;
}
.widget-friends a {
  display: inline-block;
}
.widget-friends img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 50px;
  height: 50px;
}
.widget .card {
  margin-bottom: 20px !important;
  height: auto !important;
}
.widget .card .card-img img {
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
}
.widget .card .caption {
  padding: 12px 0 12px 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background: transparent;
  border: 0 !important;
}
.widget .card .card-title {
  font-size: 16px;
}
.widget.widget-games ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.widget.widget-games ul li {
  height: 100px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #000;
  border-bottom: 1px solid #000;
}
.widget.widget-games ul li .overlay {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 20px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.89) 0,
    rgba(0, 0, 0, 0.89) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.89) 0,
    rgba(0, 0, 0, 0.89) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.89) 0,
    rgba(0, 0, 0, 0.89) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.widget.widget-games ul li .overlay:hover {
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.49) 0,
    rgba(0, 0, 0, 0.49) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.49) 0,
    rgba(0, 0, 0, 0.49) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.49) 0,
    rgba(0, 0, 0, 0.49) 21%,
    rgba(0, 0, 0, 0.23) 99%,
    rgba(0, 0, 0, 0.23) 100%
  );
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.widget.widget-games ul li .game-title {
  color: #fff;
  font-weight: 700 !important;
  display: block;
}
.widget.widget-games ul li .game-meta span {
  margin-top: 5px;
  font-size: 11px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.widget.widget-games ul li .number {
  display: inline-block;
  vertical-align: middle;
  line-height: 90px;
  font-size: 30px;
  font-weight: bold;
  float: left;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 25px;
}
.widget.widget-games ul li .game-meta {
  width: 80%;
  float: left;
  padding-top: 30px;
  vertical-align: middle;
  display: inline-block;
}
.tags > a {
  padding: 7px 12px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: 0 5px 10px 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
  background-color: #fff;
}
.tags > a.active,
.tags > a:hover {
  text-decoration: none;
  border-color: #1976d2;
  color: #fff;
  background-color: #1976d2;
}
.tags > a i {
  margin-left: 5px;
}
.tags.filter > a {
  margin-bottom: 0;
}
.share {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.share li {
  display: inline;
}
.share li span {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 11px;
  padding: 5px 8px;
  margin-right: 5px;
  margin-left: 8px;
  position: relative;
}
.share li span:after,
.share li span:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
.share li span:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.share li span:before {
  border-color: rgba(230, 230, 230, 0);
  border-right-color: #e6e6e6;
  border-width: 6px;
  margin-top: -6px;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star.active:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ffa700;
}
.rating span.star.active:hover:before,
.rating span.star:before {
  content: "\f005";
  padding-right: 5px;
  color: #fff;
}
#twitter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#twitter ul li {
  position: relative;
}
#twitter ul li a {
  font-weight: 600;
}
#twitter ul li:before {
  content: "\f099";
  font-family: "FontAwesome";
  float: left;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 14px;
}
#twitter ul li:last-child {
  border-bottom: 0;
}
#twitter ul li .user {
  margin-bottom: 0;
  font-size: 13px;
  display: block;
  border-width: 1px 1px 0 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  padding: 8px 15px 8px 35px;
}
#twitter ul li .user span:nth-child(2) {
  display: none;
}
#twitter ul p {
  font-size: 13px;
  line-height: 21px;
}
#twitter ul p.tweet {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
#twitter ul p.tweet:after,
#twitter ul p.tweet:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}
#twitter ul p.tweet:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#twitter ul p.tweet:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 11px;
  margin-left: -11px;
}
#twitter ul p.timePosted:before {
  content: "\f017";
  font-family: "FontAwesome";
  float: left;
  margin-right: 5px;
  font-size: 10px;
}
#twitter ul p.timePosted a {
  font-weight: normal;
}
#twitter ul p.timePosted {
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
  -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);
  display: block;
  border-width: 0 1px 1px 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  padding: 5px 15px;
}
#twitter ul p.interact {
  display: none;
}
#twitter img {
  display: none;
}
.tco-hidden {
  display: none;
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li img {
  width: 100%;
}
.timeline > li {
  margin-bottom: 60px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  background: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 15px;
  right: -8px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-left: 8px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 8px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 16px;
  right: -7px;
  display: inline-block;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -8px;
  z-index: 100;
  border: 3px solid #fafafa;
  background-color: #999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.timeline > li:hover > .timeline-badge {
  background-color: #1976d2;
}
.timeline > li:nth-child(even) > .timeline-panel {
  float: right;
}
.timeline > li:nth-child(even) > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 8px;
  left: -8px;
  right: auto;
}
.timeline > li:nth-child(even) > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 7px;
  left: -7px;
  right: auto;
}
.timeline-badge > a {
  color: #c5c7c5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 20px 20px 15px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline a {
  color: #6e6e6e;
  cursor: pointer;
  text-decoration: none;
}
.timeline-heading a {
  font-weight: bold;
}
.timeline-heading i {
  margin-right: 10px;
}
.timeline-heading a:hover {
  color: #1976d2;
}
.timeline-heading h4 {
  padding: 15px;
  font-size: 17px;
}
.timeline-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #6e6e6e;
  padding: 10px 20px 15px 20px;
  font-size: 13px;
}
.timeline-footer i {
  margin-right: 7px;
}
.timeline > li:nth-child(even) {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(even) > .timeline-badge {
  left: -10px;
}
.chart-align {
  position: relative;
  margin: 0 auto;
  width: 140px;
  font-weight: bold;
  display: inline-block;
}
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  margin: 0;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 18px;
}
.title {
  padding: 0 0 40px 0;
  position: relative;
  text-align: center;
}
.title p {
  margin: 15px 0 0 0;
  text-align: left;
}
.title h4 {
  display: block;
  font-weight: 600 !important;
  margin-top: 10px;
  font-size: 34px;
}
.title h2 {
  display: block;
  font-weight: 600 !important;
  margin-top: 10px;
  font-size: 34px;
}
.title h1 {
  display: block;
  font-weight: 600 !important;
  margin-top: 10px;
  font-size: 34px;
}
.title h4 i {
  margin-right: 20px;
  margin-top: -10px;
  color: #fff;
  float: left;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0 solid #1976d2;
  background: #1976d2;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.title h2 i {
  margin-right: 20px;
  margin-top: -10px;
  color: #fff;
  float: left;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0 solid #1976d2;
  background: #1976d2;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.title h1 i {
  margin-right: 20px;
  margin-top: -10px;
  color: #fff;
  float: left;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0 solid #1976d2;
  background: #1976d2;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

p.believe-p.margin_zero {
  margin: 0;
}
.margin-35px {
  margin-top: 35px;
}

.title.outline h4 i {
  background: transparent;
  color: #1976d2;
  border: 1px solid #1976d2;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.subtitle {
  text-align: center;
  padding: 48px 0;
}
.subtitle-lg {
  text-align: center;
  padding: 40px 0;
}
.subtitle h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 300 !important;
  display: inline !important;
}
.subtitle .btn {
  display: inline !important;
  margin-left: 30px;
}
.subtitle-lg h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 300 !important;
}
.subtitle-lg h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 300 !important;
}
p.contact_title_text {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  max-width: 800px;
  margin-bottom: 0 !important;
}
.subtitle-lg .btn {
  margin-top: 30px;
}
.error-404 {
  padding: 100px 0 180px 0;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 493px;
}
.error-404 .title {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.error-404 .title h4 {
  font-size: 30px;
}
.error-404 .title h2 {
  font-size: 30px;
}
.error-404 .title h1 {
  font-size: 30px;
}
.error-404 form {
  margin: 30px 0 10px 0;
}
.comment-form {
  margin: 40px 0 0 0;
}
.comment-form .page-header {
  font-weight: 600 !important;
  border: 0;
  display: inline-block;
  margin-bottom: 25px;
  padding-left: 0;
}
.comments .page-header {
  border: 0;
  padding-left: 0;
  margin-bottom: 10px;
}
.comment-form .btn {
  margin-top: 15px;
}
.comments {
  margin-top: 40px;
}
.comments > .media {
  margin: 15px 0 25px 0;
  padding: 0;
  text-align: left;
}
.comments > .media:last-child {
  margin-bottom: 0;
}
.comments .media-left,
.comments .media > .pull-left {
  padding-right: 0;
}
.comments .media-heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.comments .media-body {
  overflow: inherit;
}
.comments .media-content {
  padding: 10px 0 25px 0;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #e8e8e8;
}
.comments .media-content p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
}
.comments .media-body .date {
  color: #909090;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}
.comments .media-body > .btn {
  display: none;
}
.comments .media-body > .btn span {
  display: none;
  margin-right: 5px;
}
.comments .media-body:hover > .btn span {
  display: inherit;
}
.comments .media-left img {
  max-width: 65px;
  margin-right: 25px;
  border-radius: 50%;
  margin-top: 10px;
}
.media {
  margin-top: 20px;
}
.media-heading {
  font: 14px arial;
  font-weight: bold !important;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
}
.media-body .date {
  color: #b2b2b2;
  font-size: 11px;
  display: block;
}
.media-body > .btn span {
  display: none;
  margin-right: 5px;
}
.media-body:hover > .btn span {
  display: inherit;
}
.media-left img {
  max-width: 40px;
  margin-right: 5px;
}
.carousel .carousel-caption {
  text-align: center;
  width: 100%;
  padding: 0;
  z-index: 99999999999;
  left: 0px;
  bottom: 50px;
}
.carousel .carousel-caption .carousel-title {
  display: inline-block;
  text-shadow: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500 !important;
  background-color: #141619;
  padding: 12px 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.carousel .carousel-caption p {
  text-shadow: none;
  color: #fff;
  margin: 0;
}
.carousel-indicators {
  bottom: 0;
  left: 0;
  margin-left: 0;
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.carousel .carousel-caption .btn-platform {
  filter: grayscale(0%);
}
.slider {
  position: relative;
}
.slider .prev {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: -60px;
  font-size: 70px;
  font-weight: 100;
  color: #ffffff;
}
.slider .next {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: -50px;
  font-size: 70px;
  font-weight: 100;
  color: #ffffff;
}
.slider .prev:hover,
.slider .next:hover {
  color: #0098ff;
}
.owl-widget-carousel.owl-theme .owl-pagination {
  position: absolute;
  top: -40px;
  right: 5px;
}
.owl-widget-carousel.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-widget-carousel.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.owl-widget-carousel.owl-theme .owl-controls .owl-page.active span,
.owl-widget-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.carousel-fade {
  background: #000;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel .carousel-indicators li {
  border: 0;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
.carousel .carousel-indicators li.active {
  border: 0;
  background-color: #0098ff;
  width: 45px;
  height: 16px;
  margin: 1px;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.semi-controls {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 100px;
  display: none;
}
.semi-controls a {
  font-size: 38px;
  color: #fff;
  margin: 0 10px;
}
.semi-controls a:hover {
  color: #0098ff;
}
.carousel-control.right,
.carousel-control.left {
  background: 0;
}
.full-carousel {
  border-bottom: 0;
  background-color: #000;
}
.full-carousel .carousel-indicators {
  bottom: 40px;
}
.full-carousel img {
  opacity: 0.4;
  max-width: inherit !important;
}
.full-carousel .container {
  color: #fff;
  position: absolute;
  z-index: 999;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: none;
  display: table;
  margin: auto;
}
.full-carousel .container .carousel-caption {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  text-align: center;
}
.full-carousel .item.active .carousel-caption {
  opacity: 1;
}
.full-carousel .carousel-caption h1 {
  color: #fff;
  font-size: 40px;
  padding: 15px 20px 0 20px;
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-shadow: none;
}
.full-carousel .carousel-caption p {
  background: 0;
  padding: 13px 15px;
  margin-top: 0;
  display: block;
  color: #e4e4e4;
  font-size: 15px;
  font-weight: 400;
}
.full-carousel .carousel-caption .btn {
  padding: 17px 30px !important;
  text-transform: uppercase;
  margin-top: 50px;
}
.full-carousel .carousel-control {
  z-index: 99;
  width: 10%;
}
.full-carousel .item .carousel-img {
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
}
.full-carousel .item .carousel-overlay {
  position: absolute;
  z-index: 999 !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.carousel-control {
  opacity: 0;
}
.ken-burns.carousel .item img {
  -webkit-transition: all 15s;
  -moz-transition: all 15s;
  -o-transition: all 15s;
  transition: all 15s;
}
.ken-burns.carousel .item img,
.ken-burns.carousel .item.active.inactiveUntilOnLoad img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ken-burns.carousel .item.active img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#countdown {
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}
#countdown span:last-child {
  margin-right: 0;
}
#countdown span {
  margin-right: 5px;
  background-color: #2b2b2b;
  color: #fff;
  padding: 10px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.thumbnail img {
  width: 100% !important;
  border-radius: 10px;
}
.thumbnail.game .caption img {
  border-radius: 0;
  padding-right: 8px;
}
.thumbnail .thumbnail-title {
  padding: 20px;
  font-size: 17px;
}
.thumbnail {
  padding: 0;
  margin-bottom: 0;
  border-color: rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}
.thumbnail p {
  font-size: 13px;
}
.thumbnail .caption {
  color: #6d6d6d;
  padding: 20px;
}
.thumbnail-hover {
  position: relative;
}
.thumbnail-hover img {
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.thumbnail-hover:hover img {
  filter: grayscale(0%);
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  box-shadow: 0 0 4px 0 rgba(60, 165, 231, 0.6) !important;
  border-color: rgba(60, 165, 231, 0.7);
}
img.thumbnail.pull-left {
  margin-right: 10px;
}
.gallery {
  padding-left: 20px;
  padding-right: 20px;
}
.isotope.masonry {
  margin-left: -5px;
  margin-right: -5px;
}
.masonry .card .card-img img {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.masonry .card .caption ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 0 20px;
  margin: 20px -20px 0 -20px;
}
.masonry .card .caption {
  padding-bottom: 15px;
}
.sidebar {
  display: table;
}
.sidebar > .leftside {
  border-right: 1px solid #eee;
  padding-right: 40px;
  position: relative;
  display: table-cell;
  vertical-align: top;
  float: none;
}
.sidebar > .rightside {
  padding-left: 40px;
  display: table-cell;
  vertical-align: top;
  float: none;
}
.nav-tabs {
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs > li {
  padding: 0 !important;
  border: 0 !important;
}
.nav-tabs > li > a {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
  font-size: 14px;
}
.nav-tabs > li > a i {
  margin-right: 10px;
}
.nav-tabs .tab-content {
  padding: 20px 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background-color: #fff;
}
.nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 0 0 #fff;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.nav-tabs.no-border > li > a {
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 500;
}
.nav-tabs.inline {
  text-align: center;
}
.nav-tabs.inline > li {
  float: none;
  display: inline-block;
}
.nav-tabs.no-border > li {
  margin-bottom: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #1976d2;
  border: 0 !important;
}
.nav-pills > li > a:active,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: #1976d2;
  border: 0 !important;
  color: #fff;
}
.tab-content {
  font-size: 14px;
  padding: 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  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);
  background: #fff;
}
.vertical-tab .nav-tabs {
  float: left;
  width: 20%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  border-right: 0 solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  padding: 40px 0;
}
.vertical-tab .nav-tabs > li {
  margin-right: -3px;
  width: 100%;
}
.vertical-tab .nav-tabs > li,
.vertical-tab .nav-tabs > li > a {
  display: block;
}
.vertical-tab .nav-tabs > li > a {
  margin-bottom: 10px;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  margin-bottom: 0;
  margin-right: -2px;
}
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li > a:hover,
.vertical-tab .nav-tabs > li > a:focus {
  border-right: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vertical-tab .tab-content {
  width: 80%;
  float: right;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 1px;
  min-height: 200px;
}
.tab-select {
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.tab-select .tab-content {
  padding: 30px 0 0 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.tab-select .nav-tabs {
  position: relative;
  z-index: 2;
  border-bottom: 0;
}
.tab-select .nav-tabs > li {
  float: none;
  display: inline-block;
  padding: 0 25px 0 0 !important;
}
.tab-select .nav-tabs > li > a {
  padding: 17px 0;
  margin: 0;
  border: 0;
  position: relative;
  font-weight: 500;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 14px;
}
.tab-select .nav-tabs > li > a i {
  font-size: 13px;
}
.tab-select .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.tab-select .nav-tabs > li.active > a,
.tab-select .nav-tabs > li > a:hover,
.tab-select .nav-tabs > li > a:focus,
.tab-select .nav-tabs > li.active > a:hover,
.tab-select .nav-tabs > li.active > a:focus {
  border: 0;
  box-shadow: inset 0 -3px 0 0 #1976d2;
  -webkit-box-shadow: inset 0 -3px 0 0 #1976d2;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.filter li {
  display: inline-block;
  padding: 0 5px;
}
.filter li a {
  padding: 5px 17px;
  font-size: 13px;
  border-radius: 30px;
  border: 2px solid transparent;
  -webkit-border-radius: 30px;
  display: inline-block;
}
.filter li a:hover,
.filter li a.active {
  color: #1976d2;
  border: 2px solid #1976d2;
}
.grid {
  max-width: 1000px;
  list-style: none;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  max-height: inherit !important;
}
.grid figure img {
  position: relative;
  display: block;
  opacity: 1 !important;
  -webkit-transition: 0.25s !important;
  transition: 0.25s !important;
  width: 100%;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 500 !important;
}
.grid figure h2 span {
  font-weight: 300 !important;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.grid figure.img-hover {
  background: #000;
}
.grid figure.img-hover figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.grid figure.img-hover h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 28px;
  opacity: 0 !important;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.25s !important;
  transition: 0.25s !important;
}
.grid figure.img-hover figcaption::before,
.grid figure.img-hover p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.grid figure.img-hover p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.grid figure.img-hover:hover h2 {
  color: #fff;
  opacity: 1 !important;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  -webkit-transition: 0.25s !important;
  transition: 0.25s !important;
}
.grid figure.img-hover:hover figcaption::before,
.grid figure.img-hover:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid figure.img-hover:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.9 !important;
}
footer {
  background: #080808;
  width: 100%;
  padding: 50px 0 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}
footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 22px;
}
footer a,
footer a:hover {
  color: #fff;
}
footer .nav li {
  margin: 0;
  padding: 0 !important;
}
footer .nav li a i {
  margin-right: 5px;
}
footer .nav li a {
  font-size: 12px;
  padding: 0 15px 20px 0;
  border: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
footer .nav li a:hover,
footer .nav li a:focus,
footer .nav li a:active {
  color: #fff;
  border: 0;
  background: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
footer .widget {
  padding: 20px 0 25px 0;
  text-align: left;
}
footer .widget .title {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  text-align: left;
  font-weight: 400 !important;
  margin-bottom: 20px;
  border: 0;
}
footer .widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .widget li:first-child {
  border-top: 0;
}
footer .widget li:last-child {
  border-bottom: 0;
}
footer .widget li {
  padding: 10px 0;
  line-height: 18px;
}
footer .widget li > span {
  margin-top: 10px;
  display: block;
}
footer .widget li span i {
  margin-right: 5px;
}
footer .form-inverse {
  margin-top: 30px !important;
}
footer .form-inverse.btn-inline .btn-link i {
  color: #fff !important;
  padding-top: 2px;
}
.footer-bottom {
  padding: 20px 0 50px 0;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 14px;
}
.footer-bottom ul {
  margin-bottom: 10px;
}
.footer-bottom ul a {
  color: #fff !important;
  background: none !important;
}
.footer-bottom ul a svg {
  fill: #ffffff;
  margin: 10px 15px 0 0;
}
.elements {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.elements:nth-child(odd) {
  background-color: #fafafa;
}
.elements:last-child {
  border-bottom: 0;
}
.elements > div > .row > div > h3,
.elements > div > h3 {
  margin-bottom: 5px;
  font-size: 22px;
}
.elements > div > .row > div > p,
.elements > div > p {
  margin-bottom: 30px;
}
.elements .alert:last-child {
  margin: 0;
}
.elements.buttons .btn {
  margin-bottom: 5px;
  margin-right: 2px;
}
.fixed-widget .widget .panel {
  position: fixed;
  top: 70px;
  width: 268px;
}
#icons {
  margin: 45px -20px 0 -20px;
}
#icons ul {
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  font-size: 1px;
}
#icons ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}
#icons ul li i {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  color: #464646;
}
#icons .glyphicon-class {
  display: none;
}
#icons ul li i:hover {
  color: #4f8ef7;
}
@media (max-width: 1200px) {
  .mega-dropdown-menu {
    width: 100%;
  }
  header .nav-profile > a > span {
    display: none;
  }
}
@media (max-width: 1330px) {
  .slider .prev,
  .slider .next {
    display: none;
  }
  .full-carousel .carousel-caption h1 {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  header .nav-profile > a span {
    display: none;
  }
  .header .logo {
    margin-right: 0;
    display: block;
  }
  .card-list .card-img img {
    max-width: 100%;
    width: 100%;
  }
  .owl-carousel .card-list .card-img img {
    width: auto;
  }
  .container {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mega-dropdown-menu {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .fixed-header {
    padding-top: 50px;
  }
  header {
    height: 50px;
  }
  header .nav-profile > a,
  header .nav-right a {
    line-height: 50px;
  }
  header .container {
    padding: 0;
  }
  header ul li a i.fa-angle-down {
    float: right;
  }
  .fixed-widget .widget .panel,
  header .nav-dropdown,
  .comments .media-left {
    display: none !important;
  }
  header .logo {
    padding: 0 10px !important;
    display: inline-block;
    margin: 0 auto;
    width: auto;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    float: none !important;
    text-align: center !important;
  }
  header .logo span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 50px;
  }
  header .logo img {
    height: 50px !important;
  }
  header .nav-right a {
    color: #fff;
  }
  header .nav-right {
    z-index: 2;
    position: relative;
  }
  header .nav-profile img {
    height: 26px;
    width: 26px;
  }
  span.bar {
    width: 50px;
    height: 50px;
    display: block !important;
    float: right;
    z-index: 2;
    position: relative;
  }
  span.bar:before {
    content: "\f20e";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    padding: 0 15px;
    font-size: 26px;
    font-family: "IonIcons";
    cursor: pointer;
  }
  header .nav-right .dropdown-menu {
    top: 50px;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-open .modal-backdrop {
    z-index: 1000;
  }
  .nav-open nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .nav-open #wrapper,
  .nav-open header .nav-right,
  .nav-open header .bar,
  .nav-open header .logo,
  .nav-open footer {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
  }
  .nav-open span.bar:before {
    font-family: "ionIcons";
    content: "\f2d7";
  }
  header .nav-right,
  header .bar,
  header .logo,
  footer,
  #wrapper {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  nav .nav-control {
    position: relative;
    overflow-y: auto;
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    height: calc(100%);
  }
  nav {
    z-index: 999 !important;
    display: block !important;
    position: fixed;
    background: #1c1e21; /*transform:translateX(-250px);-webkit-transform:translateX(-250px);*/
    padding: 0 0 0 15px;
    width: 250px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    margin: 0;
    height: 100%;
  }
  nav ul li a,
  nav ul li a:hover,
  nav ul li a:focus,
  nav ul li.dropdown.open > a,
  nav ul li a:active,
  nav ul li.active a {
    padding: 16px 18px 13px 18px !important;
    margin: 0 !important;
    line-height: inherit;
    font-size: 13px;
    font-weight: normal;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    text-transform: uppercase;
  }
  nav ul li a:hover,
  nav ul li a:focus,
  nav ul li.dropdown.open > a {
    background: #1a1b1e;
  }
  nav li a {
    color: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 0 solid rgba(0, 0, 0, 1) !important;
  }
  nav li,
  nav li a {
    display: block !important; /*width:100%!important*/
  }
  nav ul li .dropdown-menu {
    transform: none !important;
    -webkit-transform: none !important;
    display: none;
    z-index: inherit !important;
    background: #1a1b1e !important;
    padding: 0 0 15px 0 !important;
  }
  nav ul li .dropdown-menu,
  .mega-dropdown {
    border: 0 !important;
    position: relative !important;
    min-width: 100% !important;
    width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0;
  }
  nav ul li.divider {
    background: rgba(255, 255, 255, 0.05) !important;
  }
  nav ul li .dropdown-menu li a {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 13px !important;
  }
  .dropdown-submenu .dropdown-menu a:hover,
  nav ul li .dropdown-menu li a:hover,
  nav ul li .dropdown-menu li.active a,
  nav ul li .dropdown-menu li a:focus {
    padding: 12px 20px !important;
    background: rgba(0, 0, 0, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
  }
  .mega-dropdown-menu.category > li:first-child ul li {
    background-color: transparent;
    border: 0 !important;
  }
  .dropdown-submenu .dropdown-menu a,
  .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 50px !important;
  }
  .mega-dropdown-menu.category {
    padding-bottom: 10px !important;
  }
  .mega-dropdown-menu.category > li:first-child ul li a:hover,
  .mega-dropdown-menu.category > li:first-child ul li.active a {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0 !important;
  }
  .mega-dropdown-menu.category > li:first-child ul li a {
    text-align: left !important;
    padding: 12px 20px !important;
  }
  .mega-dropdown-menu.category > li a {
    display: block !important;
    width: 100% !important;
    white-space: inherit !important;
  }
  .mega-dropdown-menu.category li .caption {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mega-dropdown-menu .dropdown-sub-header,
  .mega-dropdown-menu .dropdown-header {
    background: transparent !important;
    padding: 12px 20px !important;
    color: #7f838a !important;
  }
  .mega-dropdown-menu.category li .caption h3 {
    font-size: 13px;
    font-weight: 300 !important;
  }
  .mega-dropdown-menu.category li .caption p {
    display: none;
  }
  .mega-dropdown-menu.category > li:first-child a,
  .mega-dropdown-menu.category > li:first-child,
  .mega-dropdown-menu.category > li:first-child li {
    background: transparent;
    border: 0 !important;
  }
  nav ul li .dropdown-menu li a:hover,
  .mega-dropdown-menu.category li:first-child a:focus,
  .mega-dropdown-menu.category li:first-child a:active,
  .mega-dropdown-menu.category li:first-child a:hover,
  .mega-dropdown-menu.category li:first-child .active a {
    background-color: #141619!im;
  }
  .dropdown-submenu > .dropdown-menu {
    left: 0;
  }
  #wrapper {
    margin: 0 !important;
  }
  .modal-search .container {
    padding: 0;
  }
  .modal-search .close {
    right: 10px;
  }
  .filter li a {
    margin-bottom: 5px;
  }
  .ekko-lightbox .modal-body {
    padding: 0;
  }
  .modal-search .form-control:focus,
  .modal-search .form-control {
    padding: 8px 15px;
  }
  .search-open .modal-search {
    top: 50px;
  }
  .modal-open #wrapper {
    -webkit-transform: inherit;
    transform: inherit;
  }
  .modal-sm {
    max-width: 100%;
  }
  .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .modal-dialog {
    margin: 10px auto;
  }
  .background-image {
    padding: 0 !important;
  }
  .full-carousel .item {
    height: 500px;
  }
  .full-carousel .carousel-caption h1 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 34px;
  }
  .full-carousel .carousel-caption {
    font-size: 15px !important;
    width: 100% !important;
    text-align: center !important;
    left: 0;
  }
  .full-carousel .carousel-caption p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
  }
  .full-carousel img {
    width: auto !important;
    max-width: inherit !important;
    position: absolute;
    left: -50%;
  }
  .full-carousel .carousel-caption .btn {
    margin-top: 50px;
  }
  .title {
    padding-bottom: 40px;
  }
  .error-404 .title h4,
  .title h4 {
    font-size: 22px;
  }
  .error-404 .title h4 i,
  .title h4 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-top: -10px;
  }
  .error-404 .title h2,
  .title h2 {
    font-size: 22px;
  }
  .error-404 .title h2 i,
  .title h2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-top: -10px;
  }
  .error-404 .title h1,
  .title h1 {
    font-size: 22px;
  }
  .error-404 .title h1 i,
  .title h1 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin-top: -10px;
  }
  .elements {
    padding: 30px 0 !important;
  }
  .subtitle,
  .subtitle-lg {
    padding: 25px !important;
  }
  .subtitle h2,
  .subtitle-lg h2 {
    font-size: 19px;
  }
  .subtitle h2,
  .subtitle-lg h1 {
    font-size: 19px;
  }
  .card-video-md .card-img a {
    height: auto;
    overflow: initial;
    max-height: initial;
  }
  .card-video-md .card-img a img {
    margin-top: 0;
  }
  .card-video-md {
    margin-bottom: 10px !important;
  }
  .forum .forum-group .forum-activity,
  .forum .forum-group .forum-meta,
  .mega-dropdown-menu.category li .caption .label,
  .mega-dropdown-menu.category li img {
    display: none;
  }
  .mega-dropdown-menu.category li .caption h3,
  .mega-dropdown-menu.category li .caption p {
    color: rgba(255, 255, 255, 0.6);
  }
  #icons {
    margin: 45px -15px 0 -15px;
  }
  .headline .dropdown,
  ul.timeline:before,
  ul.timeline > li > .timeline-panel:after,
  ul.timeline > li > .timeline-panel:before,
  ul.timeline > li > .timeline-badge {
    display: none;
  }
  ul.timeline > li {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
    width: 100%;
  }
  .timeline > li:nth-child(2) {
    margin-top: 30px;
  }
  .profile-nav .tab-select {
    display: none;
  }
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .widget {
    width: 100%;
  }
  .sidebar {
    display: block;
  }
  .sidebar > .leftside {
    border-right: 0 solid #eee;
    padding-right: 15px;
    display: block;
  }
  .sidebar > .rightside {
    padding-left: 15px;
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .background-image .container {
    padding: 0 !important;
  }
  footer .widget {
    padding-top: 0 !important;
  }
  footer .widget > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 590px) {
  .full-carousel img {
    left: -100%;
  }
  .subtitle h2 {
    display: block !important;
  }
  .subtitle .btn {
    margin-top: 20px !important;
    margin-left: 0;
    display: inline-block !important;
  }
  section.hero.hero-game .page-header .page-title {
    font-size: 25px;
  }
  .post .post-title h2,
  .post.post-lg .post-title h2,
  .post .post-title h2 {
    font-size: 25px;
  }
  .post .post-title h3 {
    font-size: 20px;
  }
  .headline small,
  .post .post-caption,
  .post .post-header.post-author .author {
    display: none !important;
  }
  .post .post-header.post-author .post-title {
    width: 100%;
    padding-left: 0 !important;
  }
  .comment-form {
    text-align: center;
  }
  .comment-form .page-header {
    display: block !important;
    text-align: center !important;
  }
  .headline h4 {
    font-size: 16px;
  }
  .elements > div > h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .elements > div > .row > div > p,
  .elements > div > p {
    line-height: 22px;
  }
  footer .widget .title {
    margin-bottom: 15px;
  }
  .post-block-carousel .post-block.first .caption {
    text-align: left;
    padding: 0 20px;
    bottom: 20px;
  }
  .post-block-carousel .post-block.first .post-title h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  section {
    padding: 20px 0 !important;
  }
  .nav-tabs > li > a {
    font-size: 13px;
    padding: 15px 10px;
  }
  .vertical-tab .nav-tabs {
    display: block !important;
    width: 100% !important;
    padding: 0;
  }
  .vertical-tab .tab-content {
    width: 100% !important;
  }
  .vertical-tab .nav-tabs > li.active > a,
  .vertical-tab .nav-tabs > li > a:hover,
  .vertical-tab .nav-tabs > li > a:focus {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tab-select .nav-tabs > li {
    padding: 0 15px 0 0 !important;
  }
  .subtitle .btn {
    margin-top: 30px !important;
    margin-left: 0;
  }
  .post .post-title h1 {
    font-size: 32px !important;
  }
  .forum-post .forum-footer .post-meta,
  .forum-post .forum-user,
  .forum .forum-group .forum-icon {
    display: none;
  }
  .full-carousel img {
    height: 100% !important;
    left: -60%;
  }
  .grid {
    padding: 0 0 10px 0;
  }
  section.hero .page-title {
    font-size: 25px;
  }
  section.hero p {
    font-size: 13px;
  }
}

/*********SJ********/
.margin-top-50 {
  margin-top: 50px;
}
.modal-open {
  /* position: fixed; */
  /* width: 100%; */
  overflow: hidden !important;
}
.modal .form-control {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 400;
}
.modal select {
  color: #000;
}
.modal-open .modal {
  overflow-y: auto !important;
}

/** file upload **/
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 400;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 2px dotted #1fb264;
  position: relative;
  border-radius: 4px;
  display: none !important;
}
.image-dropping .drag-text h3,
.image-upload-wrap:hover .drag-text h3 {
  color: #fff;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1fb264;
  border: 2px dotted #ffffff;
}

.image-title-wrap {
  padding: 0;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  color: #1fb264;
  padding: 45px 0 50px 0;
  font-size: 15px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 160px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 400;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.image-title-wrap p.image-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0px;
}

ul.why-glonight-ul li {
  padding-left: 20px;
  position: relative;
}
ul.why-glonight-ul li i.fa {
  position: absolute;
  left: 0;
  top: 3px;
}
.policy-content {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #151515;
  border-radius: 10px;
  margin-bottom: 50px;
}
.policy-links li.list-group-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 8px 15px;
  position: relative;
  /*transition: all 0.2s ease-in-out;*/
  line-height: 1.2 !important;
}
.policy-links li.list-group-item:hover {
  /* transform: translateX(10px); */
  /*background-color: #222222;*/
  /*border-radius: 5px;*/
  overflow: hidden;
}
.policy-links li.list-group-item a {
  color: #fff;
  font-size: 14px;
  font-weight: lighter !important;
  position: relative;
  padding: 0;
}
.policy-links li.list-group-item:hover a,
.policy-links li.list-group-item.active a {
  color: #cddc39;
}
.policy-links li.list-group-item.active:hover {
  background-color: transparent;
}
.policy-links li.list-group-item a i.fa {
  position: absolute;
  left: -15px;
  top: 2px;
  display: none;
}
.policy-links ul.list-group {
  /*background-color: #151515;*/
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.policy-links li.list-group-item::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #8bc34a;
  top: 0;
  opacity: 0;
}
.policy-links li.list-group-item:hover::before,
.policy-links li.list-group-item.active::before {
  opacity: 1;
}
.policy-links li.list-group-item a:hover,
.policy-links li.list-group-item a:focus {
  background-color: transparent;
}
.policy-content a {
  color: #52baff;
  font-weight: 600;
  text-decoration: underline;
}

/*************************************/
/*******    preloader  css    ********/

.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #222222;
}
.ip-header h1 {
  margin: 0;
}
.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.ip-logo {
  left: 30px;
  top: 0px;
  height: 100%;
  transform: translate3d(0, 25%, 0);
}
.ip-loader {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.ip-header .ip-logo svg {
  min-width: 320px;
  max-width: 480px;
  width: 25%;
}
.ip-header .ip-logo svg path {
  fill: #ef6e7e;
}
.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}
.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #666666;
}
.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #ffffff;
}
/* Content */
.ip-main {
  overflow: hidden;
  margin: 0 auto;
  padding: 160px 0 10em 0;
  max-width: 1100px;
  width: 90%;
}

.ip-main h2 {
  margin: 0;
  padding: 0.5em 0 1em;
  color: #be4856;
  text-align: center;
  font-size: 4.25em;
  font-size: 4vw;
  line-height: 1;
}

.browser {
  margin: 0 auto;
  padding-top: 8%;
  min-height: 400px;
  max-width: 1000px;
  width: 100%;
  border-radius: 8px;
  background: #fff url(../img/browser.png) no-repeat 50% 0;
  background-size: 100%;
  color: #d3d3d3;
}

.box {
  float: left;
  padding: 3.5em;
  width: 33.3%;
  font-size: 0.7em;
  line-height: 1.5;
}

.box p {
  font-family: "Blokk", Arial, sans-serif;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-radius: 5px;
  background: #dfdfdf;
  color: #fff;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 5em;
  font-family: "feather";
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\e006";
}

.icon-cog:before {
  content: "\e023";
}

.icon-heart:before {
  content: "\e024";
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
  }
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-logo {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

/* Change the color of the logo */
.loaded .ip-logo svg path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}

/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
  }
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
}

/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}

/* Media queries */

@media screen and (max-width: 45em) {
  .ip-main h2 {
    font-size: 2.25em;
    font-size: 10vw;
  }

  .box {
    width: 100%%;
  }
}
.loaded .ip-logo img {
  width: 255px !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
}
.navbar-brand {
  padding: 0px !important;
  height: 60px;
}
.glogo {
  z-index: 99999;
  position: relative;
  max-width: 300px;
  display: block;
  width: 100%;
  /* left: 50%; */
  /* margin-left: -150px !important; */
  margin: 0 auto;
  /* margin-top: -150px !important; */
  top: 15%;
  /* margin-bottom: 150px; */
}
.navbar-inverse {
  border-bottom: 0 !important;
}

/*************************************/
/*************************************/

.thumbnail.game {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.game .thumbnail-title {
  color: #666;
}
.thumbnail.game .thumbnail-title {
  padding: 20px 0;
}
.thumbnail.game .caption {
  padding: 20px 0;
}
.continent-bg {
  background-image: url("../img/bg/continent-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
blockquote {
  background-color: #333;
  border-left-color: #0098ff;
  font-size: 24px;
  float: right;
  font-style: italic;
  font-weight: lighter !important;
  font-family: "Indie Flower", cursive;
  padding: 30px;
}
.navbar {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 0;
}
/*.loading .navbar{display: none;}
.loaded .navbar{display: block;}*/
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-bottom: 0px !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-top: 0 !important;
}
.navbar-inverse {
  border-color: #080808;
}
.carousel-inner .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: rgba(34, 34, 34, 0);
  background: -moz-linear-gradient(
    top,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.5) 50%,
    rgba(34, 34, 34, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(34, 34, 34, 0)),
    color-stop(50%, rgba(34, 34, 34, 0.5)),
    color-stop(100%, rgba(34, 34, 34, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.5) 50%,
    rgba(34, 34, 34, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.5) 50%,
    rgba(34, 34, 34, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.5) 50%,
    rgba(34, 34, 34, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(34, 34, 34, 0) 0%,
    rgba(34, 34, 34, 0.5) 50%,
    rgba(34, 34, 34, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 );
}
ul.address-block {
  list-style: none;
  padding-left: 25px;
}
ul.address-block li {
  position: relative;
  margin-bottom: 5px;
  color: #fff;
}
ul.address-block i {
  position: absolute;
  left: -20px;
  margin-top: 3px;
  color: #286fcb;
}
.contact-bg {
  background-image: url(../img/contact-bg.png);
  background-position: left center;
  background-size: inherit;
  background-repeat: no-repeat;
}
footer ul.address-block li {
  position: relative;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4) !important;
}
footer ul.address-block {
  margin-left: 20px;
}
footer ul.address-block li a {
  color: rgba(255, 255, 255, 0.4) !important;
}
.forum-activity a:hover {
  color: #fff !important;
}
.bl-border {
  border-bottom: 2px solid #0098ff;
  padding-bottom: 10px;
  width: auto;
  display: inline-block;
}
.believe-p {
  padding-right: 150px;
  margin-bottom: 30px;
}
ul li i {
  margin-right: 15px;
}
.title::before {
  content: "";
  position: absolute;
  bottom: 18px;
  width: 75px;
  height: 5px;
  background-color: #1976d2;
}
footer .title::before {
  display: none;
}

.navbar-inverse .navbar-toggle {
  border: transparent !important;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #9d9d9d !important;
    text-transform: capitalize !important;
    padding: 10px 15px !important;
    line-height: 40px !important;
  }
  .carousel-caption h2 {
    display: none;
  }
  .position-desc {
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .position-requirement {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #151515;
    border-radius: 10px;
  }
  .position-requirement ul {
    padding-left: 18px !important;
  }
  .open-position {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  p.contact_title_text {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    max-width: 800px;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 1.421;
  }
  nav li,
  nav li a {
    width: 100% !important;
  }
  .semi-controls {
    top: -8px;
  }
  .carousel-caption h2 {
    font-size: 16px;
  }
  .modal-dialog {
    width: 100%;
    padding: 0 10px;
  }
  .position-desc {
    margin-bottom: 30px;
  }
  .glogo {
    z-index: 99999;
    position: relative;
    max-width: 150px;
    left: 0;
    display: block;
    margin: 0 auto !important;
    margin-top: 0px !important;
    /*top: 0;*/
    margin-bottom: 80px !important;
  }
  .carousel .carousel-caption p {
    font-size: 12px;
  }
  a.btn-platform {
    height: 25px;
    width: 25px;
  }
  .carousel .carousel-indicators li {
    border: 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
  }
  .carousel .carousel-caption {
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(0, 0, 0);
    background: -webkit-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    position: relative !important;
    margin-top: 50px;
  }
  .carousel .carousel-indicators li.active {
    width: 25px;
    height: 10px;
  }
  .navbar-collapse .navbar-nav > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 6px 10px !important;
  }
  .navbar-collapse .navbar-nav {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navbar-collapse .navbar-nav > li {
    box-shadow: 0px 1px 0px 0px #333;
  }
  .navbar-collapse .navbar-nav > li:last-child {
    box-shadow: none;
  }
  p {
    font-size: 14px;
    line-height: 1.421;
  }
  .believe-p {
    font-size: 14px;
    padding-right: 0;
    line-height: 1.421;
    font-weight: lighter;
    margin-bottom: 30px;
  }
  blockquote {
    font-size: 18px;
    padding: 20px;
  }
  ul.why-glonight-ul li {
    font-size: 14px;
    line-height: 1.421;
  }
  ul.why-glonight-ul li i.fa {
    top: 1px;
  }
  h3.bl-border {
    font-size: 16px;
  }
  footer {
    font-size: 14px;
  }
  footer .widget li {
    padding: 6px 0;
  }
  footer .nav li a {
    font-size: 12px;
    padding: 0 15px 10px 0;
  }
  .card-list .card-title {
    margin-bottom: 15px;
    font-weight: lighter !important;
    font-size: 10px;
  }
  .card-list .caption {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .carousel .carousel-caption {
    position: relative !important;
    margin-top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  ol.carousel-indicators {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-height: 500px) {
  .glogo {
    margin-top: -50px !important;
    top: 120px;
    /* margin-left: -50px !important; */
    margin-bottom: 50px;
    max-width: 100px;
  }
}
/*******************/

ul.believe-p.list-style {
  padding-left: 0;
}

ul.believe-p.list-style li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
p.believe-p.margin-bottom-0 {
  margin-bottom: 0;
}

ul.believe-p.list-style li i {
  position: absolute;
  left: 0;
  top: 3px;
}
ul.last-ul-child {
  margin-bottom: 30px;
}

.infographic {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding-right: 0;
  padding-left: 15px;
}
img.game_icons {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 30px;
}

.infographic .col-md-12 {
  padding-left: 50px;
}
.intro_images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 500px;
  position: relative;
}

.intro_images img {
  position: absolute;
  right: 0;
  max-width: 400px;
  top: 50%;
  transform: translateY(-50%);
}

div#gaming_slider_box {
}

div#gaming_slider_box .owl-nav {
  position: absolute;
  top: -72px;
  right: 15px;
  margin-top: 0;
}
div#gaming_slider_box .owl-nav [class*="owl-"]:hover {
  background: #222;
}

div#gaming_slider_box .owl-nav button {
  width: 40px;
  height: 40px;
  position: relative;
}
div#gaming_slider_box .owl-nav button.owl-next:after {
  content: "\f138";
  position: absolute;
  left: 0;
  font-size: 45px;
  color: white;
  font-family: "FontAwesome";
  line-height: 0;
}
div#gaming_slider_box .owl-nav button.owl-prev:after {
  content: "\f137";
  position: absolute;
  left: 0;
  font-size: 45px;
  color: white;
  font-family: "FontAwesome";
  line-height: 0;
}

div#gaming_slider_box .owl-nav button span {
  font-size: 80px;
  opacity: 0;
  display: none;
}

.box-icon {
  padding-left: 55px;
}
img.game_icons_about {
  position: absolute;
  left: 15px;
  top: 0px;
  max-width: 30px;
}
img.game_icons_about.vision {
  top: 5px;
}

@media (max-width: 1199px) {
  .intro_images {
    padding-right: 400px;
  }
  .intro_images img {
    right: 15px;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .intro_images {
    padding-right: 0px;
  }
  .intro_images img {
    position: unset;
    right: unset;
    max-width: 600px;
    margin: 0 auto;
    top: unset;
    transform: unset;
    padding: 0px 130px;
  }
  div#gaming_slider_box .owl-nav button.owl-next:after {
    font-size: 30px;
  }
  div#gaming_slider_box .owl-nav button.owl-prev:after {
    font-size: 30px;
  }
  div#gaming_slider_box .owl-nav button {
    width: 26px;
    height: 26px;
    position: relative;
  }
  div#gaming_slider_box .owl-nav {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .intro_images img {
    padding: 0px 15px;
    max-width: 450px;
    margin: 0 auto;
    padding: 0px 15px;
  }
}

@media (max-width: 575px) {
  .intro_images img {
    padding: 0px 15px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 30px;
  }
}

.infographic.d-font-size h2.margin-bottom-20.bl-border {
  font-size: 24px;
}

@media (max-width: 767px) {
  .infographic.d-font-size h2.margin-bottom-20.bl-border {
    font-size: 16px;
  }
}

.margin_bottom_none {
  margin-bottom: 0px !important;
}
.margin_top_none {
  margin-top: 0px !important;
}
