/*GLOBAL*/
@font-face {
  font-family: 'Bebas';
  src: url('fonts/bebas__-webfont.eot'); 
  src: url('fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'), 
    url('fonts/bebas__-webfont.woff') format('woff'), 
    url('fonts/bebas__-webfont.ttf')  format('truetype'), 
    url('fonts/bebas__-webfont.svg#svgFontName') format('svg'); 
}
html,body {
  margin: 0; 
  padding: 0; 
  font-size: 16px;
}
body { 
  color: #393939;
}
.lightgrey {
  color: #a3a3a3
}
.red {
  color: #ff0000
}
img {
  max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas';word-spacing: 8px;
}
h1 {
    font-size: 2em;
}
h2{
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.1em;
}
p {
  text-align: justify
}
#wrapper {
  height: 100%;
  width: 100%;
  display: block;
  margin-top: 100px;
  overflow: hidden;
}
.container {
  width: 100%;
}
section {
  padding: 0px 10%;
}
nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.logo {
  height: 74px;
  display: inline-block;
  margin-top: 13px;
  margin-right: 60px;
  float: left
}
.logo img {
  height: 100%
}
.menu li {
  list-style-type: none;
  float: left;
  padding: 5px 12px;
  display: inline;

}
.menu li a {
  color: white;
  position: relative;
  display: inline-block;
  margin: 30px 0px;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.menu li a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.menu li a:hover::before,
.menu li a:focus::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.menu li a:hover,
.menu li a:focus {
  color: #F50E0E;
}
.menu {text-align: center;}
.menu {
  margin: 0px;
  padding: 0px;
}
.menu_cont {
  display: inline-block;
}
#footer {
  height: 250px;
  width: 100%;
  display: block;
  background-color: #292929;
  clear: both;
  padding-top: 100px;
  color: white;
  text-align: center;
  position: relative;
}
#footer i {
  font-size: 3.1em;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#footer a {
  color: white;
}
#footer div {
  text-align: center;
  display: inline-block;
}
#footer i:hover, #footer a:hover {
  color: red;
  text-decoration: none;
}

#gamesModal .btn {
    display: none!important
}

.dev_menu {
    text-align: left;
}
.dev_menu .sub {
    padding-left: 25px;
    background-color: #FAFAFA
}

.login_settings{
    float: right;
    font-size: 1.8em;
    padding-top: 12px;
    color: white;
    position: relative;
    z-index: 100;
    opacity: 0.7;
}

.item-row-disabled{
  background-color: #dcdcdc;
}

.table-hover > tbody > tr.item-row-disabled:hover > td {
  background-color: #dcdcdc;
}


.center_button {
  color: red;
  text-align: center;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 1em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;

}
.center_button:before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.center_button:hover::before {
  text-shadow: 10px 0 red, -10px 0 red;
}

.copyright {
  color: black;
}
.container {
  position: relative;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#footer::before {
  position: absolute;
  content: '';
  pointer-events: none;
}
#footer::before {
  left: 50%;
  top: -50px;
  background-color: white;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.galleryThumb {
  width: 50px;
  position: absolute;
  bottom: 5px;
  right: 5px
}
.gameThumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative
}
#main {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.menuMobUl li, .menuMobUlAdmin li {
  list-style-type: none;
  color: red;
  width: 250px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
  border-bottom: 1px solid rgb(58, 57, 57);
}
.active {
    opacity: 1!important
}
.admin_li {
    background-color: rgba(234, 234, 234, 0.15)!important;
}
.logged_li li {
  padding: 5px 15px!important;
}
.menuMobUl li:hover, .menuMobUlAdmin li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.menuMobUl li a, .menuMobUlAdmin li a {
  color: red;
  width: 100%;
  height: 100%;
  display: block;
}
.menuMobUl li a:hover, .menuMobUlAdmin li a :hover {
  text-decoration: none;
}
.menuMobUl, .menuMobUlAdmin {
  margin: 0px;
  padding: 0px;
  position: fixed;
  height: 100%;
  display: none;
  top: 0px;
  right: -300px ;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99;
  padding-top: 60px;

}
.menuIcon  {
  max-height: 100%;
  position: relative;
  z-index: 100;
  opacity: 0.7;
}
.wrapcenter {
  max-width: 1170px;
  display: inline-block
}
.firstsec {
  background: #eaeaea; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #eaeaea 0%, #fcfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eaeaea), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #eaeaea 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #eaeaea 0%,#fcfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #eaeaea 0%,#fcfcfc 100%); /* IE10+ */
  background: linear-gradient(135deg, #eaeaea 0%,#fcfcfc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: inline-table;
  width: 100%;
  text-align: center;
  padding: 30px
}
.firstsec h3 {
  color: #FF0000;
  word-spacing: 8px;
}
.video_cont, .video_cont2 {
  position: relative;
  display: inline-block;
}
.video_pos {
  position: absolute;
  top: 7.8%;
  left: 10.8%;
  width: 76.8%;
  height: 84.5%
}
#live_board {
  padding: 30px;
}

.pageContainer {
  max-width: 958px; margin: 30px auto; padding: 0;
}

.pageContainer h1 {
  margin: 0; padding: 0; margin-bottom: 30px;
}

.article_modal_container {
  width: 100%; max-width: 958px; 
}

.appTitle {
  text-align: left; padding: 0 15px;
  color: #FF0000;
  word-spacing: 8px;
}

.buttonAlert {
  color: #393939; display: none; margin: 5px 0; font-size: 0.7em;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    body {
        font-size: 12px;
    }
    h2, .h2 {
        font-size: 1.4em;
    }
    .firstsec, live_board {
        padding: 0px
    }
    .news_article p, .news_article span {
        font-size:  1em!important;
    }
    .menuMobUl,.menuMobUlAdmin {
        display: block
    }
  #wrapper {
    margin-top: 20px!important;
  }

  section {
    padding: 0px;
  }
  #phone_img {
    display: none;
  }
  .video_pos {
    width: 100%;
    height: 300px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .video_cont2 {
      display: none
  }
  .video_cont, .video_cont2 {
    width: 100%
  }
  .menu {
    display: none;
  }
  .container::before, .container::after {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .container::after {
    bottom: -25px;
  }
  nav {
    height: 60px;
  }
  .logo {
    height: 44px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .menuIcon {
    height: 45px;
    margin: 7px;
  }
  .menuIcon img {
    height: 45px;
  }

  .pageContainer {
    /*padding: 20px;*/
    margin: 0 auto
  }
  #footer {
    height: 350px;
  }
}

#loading_more_news{
  display: none;
  text-align: center;
  width: 100%;
}
#loading_more_news img {
  width: 50px;
}

.titlealert {
  display: none;
}

.news_article, .article_detail {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.news_article {
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
  clear: both
}

.news_article .news_tittle {
  text-align: left; color: black;
}

.news_article .news_tittle a {
  text-align: left; color: black;
}

.news_article .news_time {
  font-size: 1em;
}

.news_article p, .news_article span {
  font-size: 0.9em;
}

.news_article .admin_toolbar {
  padding: 5px; border-radius: 5px; background: #e6e6e6
}

.news_article .admin_toolbar button {
  float: left; margin-right: 10px;
}

#at4m-mobile-container {
  position: relative;
  z-index: 100;
}

.more_wrapper {
  display: none; margin: 15px 0; text-align: right
}

.divider {
  height: 1px; background: #ededed; margin: 30px 0 30px -15px;
}

.text_wrapper .article_detail {
  margin-bottom: 0; padding-bottom: 0;
}

@media (max-width: 767px) {
  .row, .thumbnails {
    margin-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .pageContainer {
    padding: 0 20px;
  }
}

.uvod {
  margin: 0 15px;
}

.uvod .article_detail h1.title {
  padding-right: 50px
}

.hidden-for-logged-in {
  display: none
}

.btn-fb {
  color: white;
  background: #3b5998;
  border-color: #3b5998;
}

.btn-fb:hover {
  color: white;
  border-color: #3b5977
}

.btn-google {
  color: white;
  background: #dd4b39;
  border-color: #dd4b39;
}

.btn-google:hover {
  color: white;
  border-color: #be4b39
}

.tooltip-inner {
  max-width: 450px;
}

.login-toolbar {
  padding: 5px; color: black; font-size: 0.7em;
  text-align: right
}
.login_butt {
    position: absolute;
    z-index: 100;
    top: 14px; 
    right: 70px;
}

#login-error{
  color: red;
  display: none;
  margin: 10px;
}

.dropdown-scroll {
  max-height: 270px; overflow: auto
}

#order-form-wrapper {
    position: relative;
    left: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#tac_wrapper {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 110%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
     -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.btn-responsive, .btn-responsive .btn {
    height: 55px;
    white-space: normal!important;
}

@media (max-width: 768px ) {

    .ship_to_switcher {
        display: block;
    }
    .btn-responsive:last-child {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
}

.info-icon{
  font-size: 1.6em;
  vertical-align: middle;
  cursor: pointer;
}

.info-icon:hover{
  color: #5c5c5c;
  cursor: pointer;
}

.btn-edit-status{
  opacity: 0.5;
}

.btn-edit-status:hover{
  opacity: 1.0;
  cursor: pointer;
}