html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #fff;
  /*background: url(../img/bg.jpg) repeat;*/
}

.container-full {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}

hr {
  max-width: 50px;
  border-color: #f05f40;
  border-width: 3px;
}

a {
  color: #f05f40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

h2 {
  background: #f05f40;
  font-size: 18px;
  float: left;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 25px;
  padding: 10px;
  color: #fff;
}

h3 {
  color: #bbb;
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.content i {
  color: #f05f40;
  font-size: 22px !important;
  vertical-align: -2px;
  margin-right: 5px;
}

h4 {
  float: right;
  margin-top: 30px;
}

h5 {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}

.navbar-brand i {
  color: #f05f40;
  font-size: 44px !important;
  vertical-align: -7px;
}

.clearfix {
  clear: both;
}

.navbar-brand {
  float: left;
  font-size: 25px;
  height: 50px;
  line-height: 20px;
  padding: 4px 15px 15px 15px;
}

.item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item ul li {
  background: #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0 10px 10px;
  margin-top: 7px;
  height: auto;
  overflow: auto;
  color: #000;
}

.videos.item ul li {
  background: none !important;
}

.no-gutter {
  margin-left: -25px;
}

.item ul li a {
  width: 100%;
  display: block;
}

.item p {
}

.item a,
.item a:hover {
  color: #212121;
  text-decoration: none;
}

.content h2 i {
  color: #fff;
  font-size: 26px !important;
}

i.fa-play-circle,
i.fa-download {
  float: right;
  color: #bbb;
  font-size: 32px !important;
  margin-top: -37px;
  padding-right: 10px;
}

i.fa-download {
  font-size: 26px !important;
  margin-top: -33px;
}

.game-single i.fa-download {
  float: none;
  color: #fff;
  font-size: 22px !important;
  margin-top: 0;
  padding-right: 0;
}

#portfolio {
  margin: 25px 25px 0 25px;
}

#portfolio i {
  color: #fff;
}

#portfolio h2 {
  margin-bottom: 25px;
  margin-top: 25px;
}

h2.blue {
  margin-top: 80px;
}

ul.stars li {
  padding: 0 0 0 0;
  margin-top: 0;
}

ul.stars i {
  color: #72bf48;
  font-size: 15px !important;
  margin-top: 3px;
  margin-right: 0;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

#contact {
  margin-bottom: 70px;
}

#contact p,
.terms p {
  font-size: 14px;
  color: #333;
}

p.rights {
  color: #f05f40 !important;
  font-size: 14px;
  margin-top: 15px;
}

.bg-dark {
  color: #fff;
  background-color: #222;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.videos .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.videos .col-md-4 {
  padding-left: 0;
}

.videos h2 {
  margin-bottom: 30px;
}

.videos .list-inline {
  margin-left: 0;
  margin-bottom: 40px;
}

.terms p {
  padding-left: 0;
}

.content {
  min-height: 450px;
}

.product-col img {
  clear: both;
  width: 100%;
  max-width: 80px;
  padding: 20px 0 20px 0;
}

.product-col.list .image {
  float: left;
  padding: 20px 30px 0 0;
}

.caption {
  margin-top: 37px;
}

.terms .caption {
  margin-top: 0;
}

.caption h4 {
  font-size: 22px;
  color: #f05f40;
}

.tones .fa-play-circle {
  margin-right: 42px;
}

.dnlBtn {
  float: left;
}

.dnlBtn i.fa-play-circle {
  color: #fff;
  float: none;
  font-size: 22px !important;
  margin-top: 2px;
  padding-right: 0;
  vertical-align: -3px;
}
.contact-form {
  margin: 0 auto;
  max-width: 370px;
}
.contact-form .row {
  margin-top: 20px;
  margin-left: -30px;
}

.form-control {
  max-width: 350px;
}

.form-group {
  text-align: center;
}

.login h2 {
  margin-bottom: 0;
  max-width: 130px;
  margin: 0 auto;
}

.login .btn {
  margin-top: 10px;
  text-align: center;
}
.login .form-group .form-control {
  text-align: center;
}

.form-group {
  position: relative;
}

.input-group-prepend {
  position: absolute;
  background: #f05f40;
  border-radius: 5px 0 0 5px;
  z-index: 1;
  top: 0;
  bottom: 0;
  padding: 5px;
}

.input-group-text {
}

.caption h4 {
  float: none;
}

section {
  padding: 80px 0 0;
}
section.online-games {
  padding: 0;
}
.section.online-games .col-md-12 {
  margin: 0 auto;
  width: 100%;
}
frame {
  width: 100%;
  margin: 0 auto;
}
aside {
  padding: 50px 0;
}

.small {
  font-size: 16px;
}

.red {
  color: #f05f40;
}

.no-padding {
  padding: 0;
}

.emotion-home a img {
  max-width: 50px;
  margin-right: 10px;
}

.emotion-home i.fa-download {
  margin-top: 15px;
}

.flag {
  margin-top: 15px;
  vertical-align: middle;
  height: 30px;
  display: inline-block;
}

.navbar-default {
  border-color: rgba(34, 34, 34, 0.05);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #333333;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fff;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #f05f40;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #f05f40 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: #333333;
  }

  .navbar-default .navbar-header .navbar-brand {
    color: #fff;
  }

  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fff;
  }

  .navbar-default.affix {
    background-color: #333333;
  }

  .navbar-default.affix .navbar-header .navbar-brand {
    font-size: 22px;
    color: #fff;
    background-color: #333333;
  }

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fff;
    background-color: #333333;
  }

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: #333333;
  }

  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #fff;
    background-color: #333333;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  background-image: url(../img/header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}

header .header-content .header-content-inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }

  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  h3 {
    float: none;
    text-align: center;
  }
}

.section-heading {
  margin-top: 0;
}

.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}

.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(250, 105, 0, 0.9);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.project-name i.fa-download {
  float: none;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.text-primary {
  color: #f05f40;
}

.no-gutter > [class*="col-"] {
  padding: 10px;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}

.btn-default .badge {
  color: #fff;
  background-color: #222;
}

.btn-primary {
  border-color: #f05f40;
  color: #fff;
  background-color: #f05f40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #bbbbbc;
  color: #fff;
  background-color: #bbbbbc;
}
.login .btn-primary {
  padding: 10px 20px 9px;
  max-width: 235px;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
  display: block;
}
.subscribed {
  color: #4f4f4f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #f05f40;
  background-color: #f05f40;
}

.btn-primary .badge {
  color: #f05f40;
  background-color: #fff;
}

.btn {
  /*float: right; */
  margin-top: 25px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  padding: 15px 30px;
}

*::-moz-selection {
  background: #f05f40 none repeat scroll 0 0;
  color: #fff;
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #f05f40;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

body {
  webkit-tap-highlight-color: #222;
}

@media (max-width: 302px) {
  .navbar-brand {
    font-size: 18px;
  }
  .emotion-home span {
    font-size: 12px;
  }
}

@media (max-width: 250px) {
  .fa.fa-download {
    display: none;
  }
}

.articleheader2 {
  float: left;
  clear: left;
}
.articleheader3 {
  float: left;
  clear: left;
}
.articleheader4 {
  float: left;
  clear: left;
}

p.describe {
  color: #000;
}
.card .card-title {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  line-height: 1.1;
}
.card .caption {
  padding: 30px 25px;
  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 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  margin-top: -25px;
}

.login-app .card .caption {
  box-shadow: none;
  border: none;
}
.card {
  padding: 0;
  margin-bottom: 35px;
  display: block;
}
.card .card-img img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.card .card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
}
.card .card-img.article-img img {
  height: 300px;
  object-fit: cover;
  object-position: bottom;
}
.row.login-app {
  width: 100%;
  max-width: 710px;
  margin: 20px auto;
}
.row.login-app .card .card-img img {
  max-width: 200px;
}
.card .category {
  margin-top: -38px;
  padding: 5px;
}
.card .category .label {
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 10px;
  font-weight: 400;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
.card .meta {
  position: absolute;
  bottom: 20px;
  right: 25px;
  color: #fff;
  font-size: 14px;
}
.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 p {
  margin-top: 15px;
}
h3 {
  color: #4f4f4f;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 10px;
  float: none;
}
.singlegame {
  width: 100%;
  border-radius: 4px;
}
.gamebtn {
  margin-top: -5px;
  float: left;
  width: 160px;
  line-height: 25px;
}
.titlpage {
  font-size: 16px;
  color: #000;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 25px;
}
.widget-game .title {
  color: #fff;
  border: 0;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 22px;
}
.widget-game .label {
  font-size: 10px;
  margin-top: 10px;
}
.label-primary {
  background-color: #2776dc;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
p.desc {
  color: #333;
  line-height: 25px;
  margin-top: 15px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 650px;
}

.text_frame {
  padding: 15px;
  margin: 0 auto;
}
h7 {
  font-size: 35px;
  margin-bottom: 35px;
  display: inline-block;
}
.blog_img {
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
  margin: 25px auto;
  text-align: center;
}
.text_frame h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px auto 0;
}
.img-video {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 400px;
}
.mt-negative {
  margin-top: -80px;
}
