html, body{
	margin:0;
	padding:0;    
	background-color: black;
	-webkit-font-smoothing: antialiased; 
}
html{
    height: 100%;  
 overflow: initial;
}
body{
 overflow: auto;
    height: 100%;
}
.electronic{
    width:100%;
    display:inline-block;
}
.tabs-row-title.tabs-title-height div{
    padding-top:10px;
}
h1,h2,h3,h4,h5,b,i{
	color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.mobile_logo{
	display:none;
}
.menu_widget{
	display:none;
}
div.ppt {
    display: none !important;
}
.element-name{
float: left;
}
.showAll{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    font-size: 13px;
    color: #d12f2f;
}
div a.showAll{
    display: inline-block;
    margin-top: 0px;
    padding-bottom: 38px;
    margin-left: 33px;
    width: auto;
}
.element-content ul {
    width: 100%;
    float: left;
}
.element-name label{
	width:100%;
}
.msg_err{
    color: #f90a0a;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}
.mobile_title{
	display:none;
}
 a{
	    color: #d1d3d4;
}
.msg_err1
{
    color:#fff;
	background-color: #f90a0a;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.bar-col-text a, .bar-col-phone a, .bar-col-email a, .bar-col-terms a{
	color:white;
}
.bar-col-text a:hover, .bar-col-phone a:hover, .bar-col-email a:hover, .bar-col-terms a:hover{
	color:red;
}
.msg_success{
background-color: #03ad03;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
.files-list a {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: white;
    line-height: 18px;
}
.file.jpg {
    background: url(images/jpg.png) no-repeat left center;
    background-size: 16px;
    height: 20px;
    padding-left: 21px;
}
::-webkit-input-placeholder {
   color: #939598;
}
th, td {
    border: 1px solid #efefef;
    padding: 7px;
    font-size: 13px;
	color:white;
}
table{
	    border-collapse: collapse;
}
.noborder td{
	border: 1px solid #181818;
}
.element-content ul li:before{
    content: no-close-quote !important;
}
.element-content input[type=checkbox]:checked + label:before {
    letter-spacing: 5px;
}
/*
.element-content input[type=checkbox]:checked + label:before {
    content: "\f046";
}*/
.element-content input[type=checkbox] + label:before {
    letter-spacing: 10px;
}
.choice-name{
    padding-top: 4px;
    display: inline-block;
}
/*
.element-content input[type=checkbox] + label:before {
    content: "\f096";
}
.element-content input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}*/
.element-content input[type="radio"] + label {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding-left: 14px;
}
.element-content input[type="radio"]:checked + label:before {
    background: red;
    margin-left: -19px;
    margin-top: 6px;
}
.element-content input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}
.element-container{
    margin-top: 10px;
    margin-bottom: 10px;
}
textarea:focus, input:focus, select:focus, file:focus, sumbit:focus, reset:focus,option:focus{
    outline: none;
}
.element-content input[type="radio"] + label:before {
    margin-left: -19px;
    margin-top: 6px;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    height: 14px;
    width: 14px;
    background: white;
    border: 1px solid gray;
    box-shadow: inset 0px 0px 0px 2px white;
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    -o-box-shadow: inset 0px 0px 0px 2px white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
input[type="file"]{
    color: white;
    margin-top: 7px;
    width: 100%;
}
.files-list a:hover{
	text-decoration:underline;
}
.element-content input[type="checkbox"] {
    font-weight: 500;
    width: auto;
    top: 8px;
    min-width: auto !important;
    height: auto;
    font-size: 16px;
    color: #0f2f8c;
    background-color: #e7e8e9;
    font-family: 'Open Sans', sans-serif;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    position: relative;
    float: left;
}
.element-content input[type="checkbox"] {
    margin: 0;
}
.element-content input[type=checkbox] {
    visibility: visible;
    height: 20px;
    width: 18px;
    margin-left: 9px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #939598;
 opacity:  1;   
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #939598;
 opacity:  1;   
}

:-ms-input-placeholder {  
   color: #939598; 
}
textarea:focus, input:focus{
    outline: none;
}
.subcribe{
	-webkit-appearance: none;
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    margin-top: 9px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
	cursor:pointer;
}
.subcribe:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
input[type="text"]{
    margin-top: 6px;
    padding-left: 15px;
    box-sizing: border-box;
    height: 38px;
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
	    font-style: italic;
    color: #939598;
    font-weight: 400;
    -webkit-appearance: none;
}
input[type="search"] {
    margin-top: 19px;
    padding-left: 15px;
    -webkit-appearance: searchfield;
    box-sizing: border-box;
    height: 29px;
	background-color:#000000;
    width: 55%;
    font-size: 14px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
    color: #939598;
    font-weight: 400;
	 -webkit-appearance: none;
}
.mobile_search{
	display:none;
}
.icon{
    float: right;
    margin-top: -24px;
    margin-right: 24px;
    width: 25px;
}
.cart_empty{
    width: 100%;
    text-align: center;
    color: red;
    padding-bottom: 150px;
    padding-top: 100px;
}
input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input[type="image"] {
position: absolute;
    margin-left: 10px;
    margin-top: 19px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
	    background-size: 20px;
}
input[type="image"]:hover{
	background-image:url(images/search_hover.png);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	    background-size: 20px;
}
#header{
	height:67px;
	background-color:#000000;
	width: 100%;
	position: fixed;
	top:0px;
	    z-index: 999;
}
#header-parts{
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
	    height: 67px;
}

.logo{
    width: 19%;
    float: left;
}
.logo img{
    padding-top: 15px;
    height: 55px;
}
.search{
	width:40%;
	float:left;
}
.cart{
	width:25%;
	float:left;
}
.cart-name{
    padding-top: 25px;
	color:white;
	float:left;
    margin-left: 2px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.price-label{
    padding-top: 25px;
	color:#f90a0a;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding-left: 4px;
}
.to-cart{
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 30px;
    width: 111px;
    border-radius: 5px;
    margin-top: 19px;
	margin-left: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	cursor:pointer;
}
.product-to-cart{
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 33px;
    width: 206px;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 5%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
	cursor:pointer;
}
.product-to-cart:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.to-cart:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.add-to-cart{
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 34px;
    width: 88%;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 5%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
	cursor:pointer;
}
.add-to-cart:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
        transition: 1s;
}
.lang{
    width: 14.5%;
	float:left;
	padding-top: 23px;
	text-align:right;
}
.lang img{
    width: 34px;
    margin-right: 2%;
}
#menu{
	background-color: rgba(24, 24, 24, 0.7);
    -webkit-animation: fadein 3.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3.5s; /* Firefox < 16 */
        -ms-animation: fadein 3.5s; /* Internet Explorer */
         -o-animation: fadein 3.5s; /* Opera < 12.1 */
            animation: fadein 3.5s;
	width:100%;
}
.main-title{
	margin-left: auto;
    margin-right: auto;
    width: 60%;
	color: white;
}
.sidenav .closebtn {
	display:none;
}
#main{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
	position: relative;
}
#content{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	padding-top: 67px;
    background-size: cover;
	    background-image: url(images/gamestar-background.jpg);
}
#bottom{
    position: relative;
    height: auto;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 357px;
    background-image: url(images/gamestar-background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.footer_lang{
	display:none;
}
.background_size_for_bottom{
    background-size: 100% 86% !important;
	background-position:bottom;
}
.slogan{
	font-size:25px;
	text-align:center;
    line-height: 50px;
}
.slogan h1{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	    margin: 0px;
}
.releated_products_list ul li a{
	color:#d1d3d4!important;
}
.releated_products_list ul li a:hover{
	text-decoration:underline;
}
.caption{
	font-size:32px;
	text-align:center;
    line-height: 52px;
}
.caption h2{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	margin: 0px;
}
.home-columns{
	width:100%;
    padding-top: 25px;
    padding-bottom: 24px;
}
.only-text ul{
	margin-bottom: 0px !important;
    margin-top: 0px;
}
.only-text ul li{
	margin-bottom: 0px;
    margin-top: 0px;
}
.col-title{
    height: 44px;
    text-align: center;
    padding-top: 14px;
}
.col-title a{
	text-decoration:none;
	color:#ff0000;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size: 17px;
}
.col-title a:hover{
	text-decoration:none;
	    font-weight: 400;
	font-size: 17px;
}
.home-columns ul li{
    color: white;
    list-style: none;
    padding-top: 10px;
    padding-left: 20px;
    border: 1px solid #484848;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 4px;
    height: 38.5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
}
a{
	text-decoration:none;
}
.home-columns ul li:hover{
	border: 1px solid #ff0000;
	background-color:#ff0000;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.home-columns ul{
    margin: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
    padding: 0px;
}
.home-col{
	color:white;
}
.home-col{
        width: 23.8%;
    background-color: #000000;
    float: left;
    margin-left: 1.6%;
	height:auto;
	border: 1px solid #000000;
	border-radius:5px;
    height: 435px;
}
.numbertext img{
	width:2000px;height:730px;
}
.home-col.first{
	margin-left: 0%;
    height: 435px;
}
.home-col.first img{
	height: 20px;
}
.home-col p{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
	padding-left: 20px;
    padding-right: 20px;
}
.home-col p img{
	padding-top:15px;
}
.home-col a{
	color:#f90a0a;
}
.last_col_head {
	display:inline-block;
	width:100%;
}
.last_col_head img{
    width: 126px;
    float: left;
    margin-left: 24px;
}
.last_col_head_title{
    padding-left: 0px;
    color: #ff0000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    margin-left: -41px;
    display: inline-block;
}
.home_col_img{
    border: 1px solid #43371f;
    border-bottom: 5px solid #bf9c4e;
    margin-left: 6px;
    margin-right: 6px;
    height: 111px;
}
.home_col_img img{
	width:100%;
    height: 106px;
    display: inherit;
}
.preorderimg{
	    position: absolute;
    right: 0;
    width: 37px;
    margin-right: 22px;
}
.protsentimg{
    position: absolute;
    right: 0;
    margin-top: -5px;
    width: 26px;
    margin-right: 26px;
}
.newimg{
    position: absolute;
    right: 0;
    margin-top: -5px;
    width: 26px;
    margin-right: 27px;
}
.home-columns ul li:hover{
	color:white !Important;
}
/*SLAID*/
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

.slideshow-container{
  left: 50%;
  transform: translateX(-50%);
  max-width: 2000px;
    position: fixed;
  margin: auto;
  padding-top: 65px;
}
#slideshow {
    position: relative;
    width: 100%;
}
#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
.text{
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot{
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
}
.active{
  background-color: #717171;
}
.fade{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.3s;
  animation-name: fade;
  animation-duration: 0.3s;
}
.mobile_lang{
	display:none;
}
#bar{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: -5px;
    display: inline-block;
    position: relative;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.65);
}
.bar-row{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
    padding-top: 20px;
}
.bar-row img{
	vertical-align: middle;
    padding-right: 8px;
}
.bar-row h3:hover{
	color:#f90a0a;
}
.bar-col-text,.bar-col-phone,.bar-col-email,.bar-col-terms{
	width:25%;
	float:left;
	color:white !important;
}
.bar-col-phone a{
	color:white;
}
.bar-col-phone a:hover{
	color:#f90a0a;
}
.bar-col-text h3{
    font-weight: 600 !important;
	color:white !important;
}
.bar-row h3{
	    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.caption h2{
	color:white !important;
}
.games-title h2,.discount-title, .summary b{
	color:white !important;
}
.related_products_title h5, .tabs-row-title h2{
	color:#d1d3d4 !important;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  display: none;
  padding: 20px 0 0;
  background-color:#2a2a2a;
  min-height: 580px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tabs input {
  display: none;
}

.tabs label {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight: 600;
    margin: 0 0 -1px;
    padding: 15px 25px;
    text-align: center;
    color: #f1f2f2;
    border: 1px solid transparent;
    border-top-right-radius: 5px;
	border-top-left-radius: 5px;
    background-color: #3c3c3c;
}

.tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
/* Kui tekib vajadus ikoonid tab-ide ette panna
label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }
*/
.tabs label:hover {
		-webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
  color: #f90a0a;
  cursor: pointer;
}

.tabs input:checked + label {
	border-top-right-radius: 5px;
  color: #f90a0a;
	border-top-left-radius: 5px;
  border: 1px solid #2a2a2a;
  background-color:#2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}
.breakline{
	display: inline-block;
}
#tabs-container{
	position: relative;
    display: inline-block;
	    width: 100%;
}
.cart-line{
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #d1d3d4;
    background-image: linear-gradient(to right, #5e5e5e 27%, rgba(255, 255, 255, 0) 0%),linear-gradient(to right, #5e5e5e 27%, rgba(255, 255, 255, 0) 0%);
    background-position: top, bottom;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    padding-top: 16px;
	height: 146px;
}
.no_actions_for_price{
	padding-top: 14px;
    color: #d1d3d4 !important;
}
.not_first_cart{
	background-position: bottom;
}

.tabs-menu {
	z-index: 10;
    position: relative;
    height: 58px;
    float: left;
    clear: both;
	width:100%;
	background-color: #3c3c3c;
	 margin-top: 20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
	list-style: none;
    background-color: #3c3c3c;
	    margin-top: 7px;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.tabs-menu li.current {
    position: relative;
	background-color: #3c3c3c;
    z-index: 5;
	color:red;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
	display: inline-block;
	    margin-left: 38px;
}
.tabs-menu .current a {
    color: red;
    background-image: url(images/menu_down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 79px 40px;
	height: 84px;
}
.tab{
    background-color: #181818;
    margin-bottom: 20px;
    width: auto;
	margin-top: 40px;
	border-radius:4px;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
    padding-top: 68px;
}
#tab-1{
    display: inline-block;
}
#tab-2,#tab-3,#tab-4{
	background-color:#181818;
}
.tabs-row{
    margin-right: 2.55%;
    width: 19.9%;
    float: left;
    margin-top: 14px;
    margin-left: 2.55%;
    overflow: hidden;
    position: relative;
}
.wt_padding{
	width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}
.wt_padding_all_side{
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px !important;
    margin-bottom: -7px !important;
}
.tabs-with-border{
    border: 1px solid #484848;
margin-bottom: 35px;
position:relative;
    min-height: 481px;
}
.tabs-row img{
    width: 100%;
height: 285px;
}
.tabs-row img:hover{
		-webkit-transition: 0.2s; /* Safari */
    transition: 0.2s;
	opacity: 0.8;
}
.tabs-image-overlay {
	overflow:hidden;
   max-height: 273px;
	position:relative;
}
.tabs-image-overlay h4{
    position: relative;
	z-index:1;
	height:20px;
    width: auto;
	top: 67px;
    text-align: center;
        left: 32%;
    color: black;
    background-color: #e7d50a;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
	transform: rotate(45deg);  /* Newer browsers (incl IE9) */
    writing-mode: lr-tb;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
.pre-ordering img{
	height: auto;
}
.pre-ordering{
	background-color:#3c3c3c;
}
.pre-ordering-notice{
    background-color: #e7d50a;
    position: absolute;
    /* margin-top: 49px; */
    /* padding-top: 7px; */
    text-align: center;
    height: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    bottom: 0;
	width:100%;
    padding-top: 8px;
}
.tabs-image-overlay h4 b{
	font-weight: 900;
	text-align:center;
	left: -14px;
    position: relative;
	color:black;
}
.thinner img {
    display: block;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #3c3c3c;
      min-height: 287px;
}
.with_icon{
	background-image:url(menu_icons/new.png);
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: 92% 87%;
}
.overlay-title{
background-image: url(images/pre.png);
    position: absolute;
    width: 100%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10%;
    height: 14%;
    background-size: 100% 100%;
    right: -30%;

}
.tabs-image-overlay img{
	width:100%;
    height: auto;
	
}
.singel-title-dis{
	    height: 13%!important;
    right: -31% !important;
    top: 10% !Important;
}
.hide_in_desktop{
	display:none;
}
.overlay-title h4{
	display:none !Important;
}
.tabs-row-title{
    width: auto;
	height: 56px;
	font-size:15px;
	padding-top: 20px;
	
}
.tabs-row-title a{
	color:#d1d3d4;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
 overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tabs-row-title a:hover{
	color:#f90a0a;
	-webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
}
.tab-price{
	width:100%;
	    padding-top: 18px;
		    display: inline-block;
		    position: relative;
}
.tab-old-price{
    width: auto;
    margin-right: 10px;
	    max-width: 60px;
	float:left;
	color:#939598;
	text-decoration: line-through;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.tab-regular-price{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.tab-new-price{
    width: 48%;
	float:left;
	color:#f90a0a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.find_preorder a{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration:underline;
	font-size: 13px;
	color:#d12f2f;
}
.find_preorder a:hover{
	color:#f90a0a;
}
.find_preorder{
display: inline-block;
    margin-top: 0px;
    padding-bottom: 38px;
    margin-left: 33px;
    width: 100%;
}
.games_description_news h1, h2, h3, h4, h5, b, i {
    color: black !important;
}
.arrives{
    width: 100%;
    float: left;
    color: #d5c40f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-top: 2px;
}
.tab-console-age{
	width:100%;
	float:left;
	color:#d1d3d4;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
    padding-top: 17px;
}
.tab-category{
	width:100%;
	float:left;
	color:#d1d3d4;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 13px;
    min-height: 17px;
}
.content_text_area a{
	color:red;
}
.product_description h1,.content_text_area h1{
    margin-top: 18px;
	margin-bottom:5px;
}
.product_description h2,.content_text_area h2{
    margin-top: 18px;
	margin-bottom:5px;
}
.product_description h3,.content_text_area h3{
    margin-top: 18px;
	margin-bottom:5px;
}
.product_description h4,.content_text_area h4{
    margin-top: 18px;
	margin-bottom:5px;
}
.product_description h2{
    margin-top: 18px!important;
	margin-bottom:5px!important;
}
blockquote:before{
	color:white;
	content: open-quote;
}
blockquote:after{
	content: close-quote;
	color:white;
}
blockquote p{
	display:inline;
}
blockquote{
	padding-top:5px;
	padding-bottom:5px;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}

#article{
	width:100%;
}
#article a{
	color:#000000;
}
#article a:hover{
	color:#d12f2f;
}
.article-title{
    width: 100%;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #f1f2f2;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 35px;
    letter-spacing: 1px;
}
.article-title a{
	font-size:35px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-decoration:underline;
	color:#f1f2f2 !important;
	text-align:center;
}
.article-title a:hover{
	text-decoration:none;
	color:#f90a0a;
	 transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.articles{
	width: 100%;
    display: inline-block;
}
.article_image_place{
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	width:204px;
    margin-top: 13px;
}
.articles img{
    width: 100%;
    height: 140px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.articles img:hover{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.article-col{
	float:left;
	width:19%;
	background-color:white;
	margin-left: 1.25%;
	border-radius: 6px;
    min-height: 364px;
}
.article-col-first{
	float:left;
	border-radius: 6px;
	width:19%;
	background-color:white;
	margin-left:0px;
    min-height: 364px;
}
.article-col-content{
	width:100%;
	padding-left: 13px;
    padding-right: 13px;
}
.article-heading{
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
    padding-top: 24px;
}
.article-text{
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding-top: 17px;
    line-height: 18px;
}
.article-tags{
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding-top: 22px;
    padding-bottom: 25px;
}
.social_ico_style{
    border-radius: 50%;
    border: 2px solid #323232;
	margin-left:8px;
	float:left;
    width: 38px;
    height: 38px;
    background-color: #000000;
}
.social_ico_style:hover{
	border: 2px solid #f90a0a;
}
.social_ico_style a{
	color:white;
}
.top-icons{
	width: 142px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 12px;
	margin-left: auto;
    margin-right: auto;
}
#socialmedia{
	width:100%;
	color:white;
	display: inline-block;
	background-color:#000;
    margin-top: 48px;
    margin-bottom: 120px;
}
.socialmedia_img{
	height: 250px;
    display: flex;
    align-items: center;
background-color:#2a2a2a;
}
.socialmedia_img img{
    margin-left: auto;
    margin-right: auto;	
	width:100%;
}
.socialmedia_img img:hover{
	opacity: 0.8;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.socialmedia_text{
    background-color: #2a2a2a;
    display: inline-block;
    padding-top: 16px;
    padding-bottom: 16px;
}
.socialmedia_text_area a{
	color:#e6e7e8;
}
.socialmedia_text_area a:hover{
	color:#d12f2f;
}
.socialmedia-icons{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.socialmedia-icons img{
	height:22px;
margin-top: 5px;
}
.iconyoutube{
	font-size: 22px!important;
}
.iconfb{
    margin-left: -4px !important;
    margin-top: 2px;	
}
.iconfb:hover{
	color:#f90a0a;
	    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.fa-youtube{
	font: normal normal normal 23px/1.4 FontAwesome !important;
}
.fa-youtube:hover{
	color:#f90a0a;
	    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.insta{
    background-image: url(images/instagram.png);
    background-size: 22px;
    margin-top: 6px;
    margin-left: 6px;
    background-repeat: no-repeat;
}
.insta:hover{
	background-image:url(images/instagram_red.png);
	    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.fa-facebook .iconfb{
	font: normal normal normal 23px/1.4 FontAwesome !important;
}
.socialmedia-cols{
	width:100%;
}
.socialmedia-col{
	margin-left: 1.75%;
    width: 31%;
    float: left;
	padding-bottom: 18px;
}
.fb_icon_area{
	width:12%;
	float:left;
}
.socialmedia_text_area{
	width:88%;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#e6e7e8;
    line-height: 20px;
}
.fa-facebook{
	display: inline-block;
	    position: absolute;
    font: normal normal normal 10px/1.8 FontAwesome;
    margin-left: 7px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
		color:white !important;
}
.fb_icon{
	border-radius: 50%;
	font-size:10px;
	border:1px solid white;
	width: 22px;
    height: 22px;
	margin-left: auto;
    margin-right: auto;
}
.fb_icon:hover{
	color:#f90a0a;
	border: 1px solid #f90a0a;
}
#footer{
    position: relative;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 392px;
	background-image: url(images/footer.jpg);
    background-size: cover;
	background-position: 60%;
    background-repeat: no-repeat;
    margin-bottom: -20px;
}
.nav_logo{
    background-color: #f90a0a;
}
.footer-content{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-top:55px;
}
.footer-widget1{
	float:left;
	width: 34.3%;
}
.footer-widget2{
	float:left;
	width:37%;	
}
.footer-widget3{
	float:left;
	width:28.7%;
}
.widget-title{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:20px;
	color:#f40a0a;
}
.footer-text1{
	color:#d1d3d4;
	padding-top: 17px;
    line-height: 42px;
}
.footer-text2{
	color:#d1d3d4;
	padding-top: 17px;
}
.footer-text3{
	color:#d1d3d4;
	padding-top: 17px;
	line-height: 20px;
	padding-bottom: 20px;
}
.footer-content p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#d1d3d4;
}
.footer-content a{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#d1d3d4;
}
.footer-content a:hover{
	color:#f40a0a;
}
.footer-content img{
	width:240px;
}
#success{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: -13px;
    text-align: center;
}
.banner{
    border: 12px solid #272727;
    height: 319px;
    background-color: #272727;
	position: relative;
	margin-top: 24px;
}
.banner img{
	height: 295px;
    width: 100%;
	border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -khtml-border-radius: 13px;
}
.shadow {
    position: absolute;
    width: 100%;
    height: 295px;
    box-shadow: inset 3px 3px 12px 3px #000000;
    border-radius: 12px;
    top: 0;
    left: 0;
}
.content-row{
	width: 22%;
    margin-left: 2.8%;
    float: left;
    padding-top: 14px
}
.content-row .first{
	margin-left: 0%;
}
#games{
    display: inline-block;
    width: 100%;
	background-color:#181818;
	    margin-bottom: 46px;
    padding-bottom: 26px;
}
.game-search,.role-search{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    position: relative;
}
#game-search-section{
    width: 100%;
	background-color:#181818;
	position: relative;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	color:white;
}

.game-search input[type=checkbox]:checked + label {
   color:#f90a0a;
   border: 1px solid #f90a0a;
}
.role-search input[type=checkbox]:checked + label {
    color: white;
    background-color: #f90a0a;
    border: 1px solid #f90a0a;
	    transition: all .5s ease;
}
.role-search input[type="checkbox" i] {
    display: none;
}
.check_search label{
	cursor: pointer;
}
.game-search label{
    border: 1px solid #484848;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    height: 39px;
        width: 159px;
    cursor: pointer;
	    position: relative;
	    transition: all .5s ease;
}
.role-search label{
    border: 1px solid #484848;
    cursor: pointer;
    display: inline-block;
    min-width: 166px;
    text-align: center;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
    height: 39px;
    padding-top: 11px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    transition: all .5s ease;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.game-search input[type=checkbox]:checked + label{
	background-color:red;
}
.role-search label:hover{
    border: 1px solid red;
}
.role-searcinput[type="checkbox" i]{
	display:none;
}
.game-search input[type="checkbox" i]{
	display:none;
}
.search_page_select input[type="checkbox" i]{
	display:none;
}
.search_page_ages input[type="checkbox" i]{
	display:none;
}
.content-row img {
    width: 234px;
}
.search-title{
    width: 96%;
    margin-left: 2%;
	margin-right: 2%;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 24px;
}
.search-title-left{
	float:left;
	text-align:left;
	font-size:20px;
	width:70%;
}
.title-with-3-rows{
	width:25% !important;
}
.search-title-left h1{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size:30px;
	color:white;
}
.seach-center-text p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size:15px;
	color:white;
}
.seach-center-text{
	width: 50%;
	    text-align: center;
    float: left;
    padding-top: 14px;
}
.search-title-right{
	float:left;
	text-align:right;
	width:30%;
    padding-top: 14px;
}
.search-title-right a,.seach-center-text a{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: underline;
	font-size:15px;
	color:white;
}
.search-title-right a:hover,.seach-center-text a:hover{
	text-decoration: underline;
	color:red;
}
.games-title{
background-color: #3c3c3c;
    width: 100%;
    display: inline-block;
    color: #f1f2f2;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 31px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.games-title h2{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size:30px;
}
.pc img{
    height: 25px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ps3 img{
    height: 21px;
    width: 95px;
    margin-left: 31px;
    margin-top: 8px;
}
.ps4 img{
    height: 21px;
    width: 95px;
    margin-left: 31px;
    margin-top: 8px;
}
.psvita img{
    height: 21px;
    width: 112px;
    margin-left: 21px;
    margin-top: 8px;
}
.psp img{
    height: 21px;
    width: 95px;
    margin-left: 31px;
    margin-top: 8px;
}
.wii img{
    height: 20px;
    width: 41px;
    margin-left: 58px;
    margin-top: 9px;
}
.wiiu img{
height: 20px;
    width: 66px;
    margin-left: 45px;
    margin-top: 9px;
}
.xbox360 img{
	height: 25px;
    width: 112px;
    margin-left: 21px;
    margin-top: 7px;
}
.xboxone img{
    height: 25px;
    width: 119px;
    margin-left: 15px;
    margin-top: 7px;
}
.search_page_select{
	width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
	padding-top: 20px;
    padding-bottom: 4px;
	background-color:#181818;
	position: relative;
	max-width: 1200px;
	transition: all .5s ease;
	color:#f90a0a;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */  
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

#check_search label{
	    float: none;
}
.search_game {
    padding-top: 0px !important;
}
.select_age{
    display: inline-block;
    height: 100px;
    width: 94%;
    margin-left: 2.5%;
    margin-right: 3.5%;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	padding-top:10px;
}
.select_age_line{
	width:100%;
	background-image: url(search_buttons/line.png);
	height: 11px;
    margin-top: 20px;
    border-radius: 20px;
}
.age_row{
    width: 100%;
    position: relative;
}
.age_1{
    float: left;
    margin-left: 0%;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
        background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
        position: absolute;
	margin-left:0%;
}
.age_2{
	float:left;
    margin-left: 25%;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
    position: absolute;
}
.age_3{
	float:left;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
       background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
       position: absolute;
    margin-left: 30%;
}
.age_4{
	float:left;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
        background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
     position: absolute;
	margin-left:50%;
}
.age_5{
	float:left;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
        background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
        position: absolute;
    margin-left: 75%;
}
.age_6{
	float:left;
    padding-top: 26px;
    background-image: url(images/un_selected.png);
        background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    z-index: 0;
    position: absolute;
	margin-left:99%;
}
.age_7{
    padding-top: 26px;
    background-image: url(images/un_selected.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    margin-top: -14px;
    background-position: right top;
    z-index: 0;
    position: absolute;
    float: right;
    margin-left: 99%;
}
.files-list{
width: 100%;
    float: LEFT;
}
.header-image{
    float: right;
}
div.pp_pic_holder {
    background-color: white;
}
#search_result_columns{
	padding-top: 40px;
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
	position:relative;
	background-color: #181818;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size:15px;
}
.result_col1{
	float:left;
	width:30%;
}
.result_col2{
	float:left;	
	width:45%;
}
.result_col3{
	float:left;
	width:25%;
	text-align:right;
}
.result_col3 a{
	color:white;
	text-decoration:underline;
}
.number_of_result{
	color:#f90a0a;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	letter-spacing: 1.5px;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	max-width: 400px;
	position: relative;
	margin: 10% auto;
}
.contact_popup{
    width: 48% !important;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.contact_popup_textarea{
    width: 98% !important;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    padding: 0px;
    height: 100px !important;
}
.close_popup{
    display: inline-block;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
}
.close_popup a{
	color:#f90a0a;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size:16px;
}
.close_popup a:hover{
    color: #ffffff;
}
.show_games_select{
    opacity: 0;
    position: absolute;   
}
#mycontactform{
    padding-top: 0px;
}

#mycontactform1{
    padding-top: 0px;
}

.show_games_select, .show_games_select-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.show_games_select-label{
    position: relative;
}

.show_games_select + .show_games_select-label:before {
    content: '';
    background: #fff;
	border-radius:3px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.show_games_select:checked + .show_games_select-label:before {
     background: #f90a11;
	 border: 2px solid #f90a11;
}
/* hide checkboxes */
input[type=checkbox] {
    visibility: hidden;
    position: absolute; /* move out of document flow */
}
/* ie8-: hidden inputs don't receive events, move out of viewport */
.lt-ie9 input[type=checkbox] {
    visibility: visible;
    top: -50px;
}
.product_page{
    background-color: #181818;
    color: white;
    width: 100%;
    display: inline-block;
	border-radius:3px;
	margin-top:20px;
}
.product_page_banner {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
	    margin-top: 30px;
}
.product_page_banner img{
	height:auto !important;
	width:100%;
}
.product_page_cols{
	padding:2.5%;
	display:inline-block;
	width:100%;
}
.product_page_col1{
	float:left;
	width:24%;
}
.product_page_col2{
	float:left;
	width:36%;
}
.product_page_col3{
    float: right;
    width: 37%;
    position: relative;
    z-index: 0;
}
.product_information{
	display:inline-block;
	width:100%;
}
.tabs-title-height{
	height:auto;
	padding-top:0px;
	float: left;
}
.product-page-image{
	position:relative;
    z-index: 0;
	    width: 232px !important;
}
.overlay-title img{
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 62px;
    width: 201px;
    right: -61px;
	display:none !Important;
}
.tabs-row-title h2{
	    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 25px;
	color:#d1d3d4;
}
.info_row{
    width: 100%;
    float: left;
    background-image: linear-gradient(to right, #5e5e5e 27%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
	padding-top: 10px;
    padding-bottom: 10px;
}
.info_row_no_border{
	    background-image: none;
}
.info_row1{
	float:left;
	width:30%;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color:#d1d3d4;
}
.info_row2{
	float:left;
	width:50%;
		font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color:#d1d3d4;
}
.product_information a{
    text-decoration: underline;
}
.arrives_product{
   font-size: 12px;
    padding-top: 0px;
}
.product_description p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #d1d3d4;
    line-height: 22px;
}
.related_products{
    border: 1px solid #484848;
    padding: 23px;
    margin-top: 52px;
    width: 232px;
}
.releated_products_list ul{
	list-style:none;
}
.releated_products_list ul li{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color:#d1d3d4;
	line-height: 24px;
}
.related_products_title h5{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #d1d3d4;
    line-height: 15px;
}
.releated_products_list{
	padding-top:13px;
}
.fancybox img{
    position: relative;
    z-index: -10;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.image_as_video_preview {
    background-image: url(images/play.png);
    background-size: 88px;
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox {
    overflow: hidden;
    width: 100%;
	    margin-bottom: 25px;
    height: 278px;
    position: relative;
    display: inherit;
}
.new_notice_product{
right: 13px;
    position: absolute;
    top: 9px;
}
.new_notice_product img{
    float: right;
    height: 23px;
    width: 26px !Important;
}
.cart-tab1{
	float:left;
	    width: 11%;
}
.cart-tab2{
	float:left;
	width:26%;
}
.cart-tab3{
	float:left;
	width:16%;
	position:relative;
}
.cart-tab4{
	float:left;
	width: 13%;
	    padding-left: 3%;
}
.cart-tab5{
	float:left;
	width:14%;
}
.cart-tab6{
    float: left;
    width: 11%;
    text-align: center;
    color: #d1d3d4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.cart-tab7{
	float:left;
	width:8%;
    margin-top: 44px;
}
.cart-tab1 img{
    width: 92px;
    max-height: 118px;
}
.for_cart-tab{
	width:100%;
}
.tabs-row-title a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #d1d3d4;
}
.tabs-row-title a:hover{
	text-decoration:underline;
}
.tab-console{
	width: 100%;
    float: left;
    color: #d1d3d4;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.center_cart{
	width:18.33%;
	padding-top:0px;
}
.center_cart_age{
	width:33%;
	padding-top:0px;
}
.arrives_for_cart{
	text-align: center;
	border:1px solid #d5c40f;
	font-size:11px;
}
#myform {
    text-align: center;
	padding-top: 35px;
}
.price_for_cart_amount{
	width:100%;
}
.price_for_cart{
        padding-top: 30px;
}
.total_price{
	    padding-top: 42px;
}
.empty_cart{
	    padding-top: 42px;
}
.arrive_notice_for_cart {
cursor: pointer;
    background-color: #d5c40f;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
}
.arrive_notice_for_cart span{
    color: #181818;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    margin-top: 3px;
    margin-left: 12px;
}
.arrives_for_cart_emty{
	    border: 1px solid #181818;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { 
    width: 21px;
    height: 21px;
    margin-left: 10px;
    background-image: url(images/pluss_cart.png);
    border: none;
    background-color: #181818;
	background-size: 100%;
	cursor:pointer;
}
input.qtyminus { 
    width: 21px;
    height: 21px;
    background-image: url(images/minus_cart.png);
    border: none;
    background-color: #181818;
    background-size: 100%;
    cursor: pointer;
    margin-right: 10px;
}
input.kogus{
    box-sizing: border-box;
    height: 36px;
    background-color: #3c3c3c;
    width: 36px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #939598;
    font-weight: 400;
    -webkit-appearance: none;
    padding-left: 0;
    font-style: normal;
}
.empty_cart{
    width: 21px;
    height: 21px;
    border: none;
    background-color: #181818;
    background-size: 100%;
    cursor: pointer;
    background-image: url(images/kustuta.png);
	background-repeat:no-repeat;
	    float: right;
	margin-right: 10px;
}
.top-row_1{
    position: absolute;
    margin-top: -37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 172px;
    font-size: 13px;
    text-align: center;
}
.top-row_2{
    position: absolute;
    margin-top: -37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 56px;
    font-size: 13px;
    text-align: center;
}
.top-row_3{
    position: absolute;
    margin-top: -37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 148px;
    font-size: 13px;
    text-align: center;
}
.top-row_4{
    position: absolute;
    margin-top: -37px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    width: 120px;
    font-size: 13px;
    text-align: center;
}
.shipping-title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #d1d3d4;
    text-align: center;
    padding-top: 22px;
	margin-bottom: 46px;
}			
.shipping{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 55px;
    display: inline-block;
}
.select_country{
    border: 1px solid #484848;
	width:33%;
	float:left;
    height: 450px;

}
#webmenu_titleText{
	display:none !important;
}
p.smartpost_info {
    width: 100% !important;
    text-align: left!important;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 20px;
    display: inline-block!important;
    padding-bottom: 20px!important;
}
p.smartpost_info a b{
color: #f90a0a !important;
}
.smartpost_right table{
    width: 100%;
	}
.smartpost_right table td{
border: 1px solid #d1d3d4;
}
table.smartpost_table select, table.smartpost_table input {
    background-color: #d1d3d4;
    -webkit-appearance: none;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    width: 100% !important;
    float: left;
    border-radius: 3PX;
    height: 39px;
    margin-top: 0px;
    padding-left: 14px;
}
.smartpost_right {
    float: LEFT !important;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
}
.select_delivery{
    margin-left: 0.5%;
    border: 1px solid #484848;
    width: 33.5%;
    float: left;
    height: 450px;
}
#order .order_name,#order .order_for_company, #order .select_delivery{
	min-height:700px
}
.shipping_summary{
	width:33%;
	float:left;
}

label.radio-inline,
label.radio{
    float: left;
    width: 89%;
    margin-right: 5.5%;
    margin-left: 5.5%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0px 4px 10px;
    background-color: #d1d3d4;
    border: solid 4px #d1d3d4;
    border-radius: 4px;
    margin-bottom: 11px;
}
label.radio-inline.checked,
label.radio.checked{
    border: solid 4px #f90a0a;
}
.radio input[type="radio" i]{
	display:none;
}
.delivery-title{
	width:100%;
	float:left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.delivery-description{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
	color:#6d6e71;
}
.delivery-price{
	width:100%;
	float:left;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 4px;
}
.delivery_row1{
	width:75%;
	float:left;
}
.delivery_row2{
	width:25%;
	float:left;
}
.form-group{
	    display: inline-block;
		width:100%;
}

label.riigi_valik-inline,
label.riigi_valik{
    float: left;
    width: 228px;
    margin-right: 5.5%;
    margin-left: 5.5%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 0px 4px 10px;
	    transition: 0.1s;
}
.riigi_valik input[type="radio" i]{
	display:none;
}
.et{
	background-image:url(country/eesti.png);
	background-repeat:no-repeat;
	height: 129px;
	position: absolute;
    transition: 0.3s;
}
.et.checked{
	background-image:url(country/eesti_selected.png);
    transition: 1s;
}
.et:hover{
	background-image:url(country/eesti_selected.png);
    transition: 1s;
}
.lt{
	background-image:url(country/leedu.png);
	background-repeat:no-repeat;
	height: 140px;
	position: absolute;
    margin-top: 173px;
    transition: 0.3s;
}
.lt.checked{
	background-image:url(country/leedu_selected.png);
    transition: 1s;
}
.lt:hover{
	background-image:url(country/leedu_selected.png);
    transition: 1s;
}
.lv{
	background-image:url(country/latvia.png);
	background-repeat:no-repeat;
	height: 129px;
	position: absolute;
	margin-top: 86px;
    transition: 0.3s;
}
.lv.checked{
	background-image:url(country/latvia_selected.png);
	    transition: 1s;
}
.lv:hover{
	background-image:url(country/latvia_selected.png);
	    transition: 1s;
}
.riik input[type="radio" i]{
	display:none;
}
.eesti_name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-left: 120px;
    padding-top: 42px;
}
.lati_name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-left: 137px;
    padding-top: 58px;
}
.leedu_name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding-left: 70px;
    padding-top: 54px;
}
.riigi_valik input {
     display: none;
}
.radio input {
     display: none;
}
.shpping_left{
    float: left;
    width: 100%;
    text-align: right;
}
.summary{
    text-align: right;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #d1d3d4;
    font-size: 18px;
    line-height: 29px;
    width: 100%;
    display: inline-block;
    margin-top: -17px;
}
.summary_calc{
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#d1d3d4;
	font-size:14px;
	line-height: 20px;
	float:right;
    width: 100%;
    display: inline-block;
	    padding-top: 26px;
}
.continue_shopping{
    float: right;
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 33px;
    width: 206px;
    border-radius: 5px;
    margin-top: 80px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
	cursor:pointer;
}
.add_more{
    float: right;
    background-color: #909192;
    color: white;
    border: none;
    height: 33px;
    width: 206px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
	cursor:pointer;
}
.continue_shopping:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.add_more:hover{
	background-color: black;
	border:1px solid white;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}
.order_for_company,.shipping_for_order,.order_name{
	width:33%;
	float:left;
	border: 1px solid #484848;
	height:614px;
}
.order_for_company{
	margin-left:0.5%;
	position: relative;
}
.order_name input[type="text"]{
	background-color: #d1d3d4;
	-webkit-appearance: none; 
	color:#000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	font-style: normal;
    width: 47%;
	    float: right;
	    margin-right: 6%;
    margin-left: 2%;
    margin-top: 8px;
}
.order_name label{
	float:left;
	width:45%;
	text-align:right;
	color:#d1d3d4;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 10px;
}
.order_name p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color:red;
	text-align:right;
	display:inline-block;
	width:94%;
	padding-top:12px;
	padding-bottom:10px;
	margin-right: 6%;
}
button.accordion {
    background-color: #3c3c3c;
    color: #d1d3d4;
    cursor: pointer;
    padding: 14px;
	width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 4px;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
button.accordion.active, button.accordion:hover {
    background-color: #494949;
}
div.panel {
    background-color: #181818;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	padding-bottom:20px;
}
div.panel.show {
    opacity: 1;
    max-height: 500px;
}
.fa-caret-down{
	float:right;
    font-size: 30px !important;
    margin-top: -5px;
    height: 20px;
	    color: #d1d3d4 !important;
}
.client_phone{
    padding-left: 8px !important;
    margin-left: 0px!important;
    width:29.94% !important;
	border-bottom-left-radius:0px !Important;
	border-top-left-radius:0px!important;
}
/* turn it off completely */
select:active, select:hover,option:hover {
  outline: none
}
.country_code{
    padding-left: 8px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: #c3c3c3;
    background-image: url(images/down_client.png);
    background-position: center right 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 38px;
    margin-left: 1.8% !important;
    width: 17.3%;
    margin-top: 8px;
    float: left;
    border: 2px solid #c3c3c3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    -webkit-appearance: none;
}
#webmenu{
width: 17%;
}
.ddcommon {
	position:relative;
	display:-moz-inline-stack; zoom:1; 
	display:inline-block; *display:inline; 
	cursor:default;    
	margin-top: 8px;
margin-left: 2%;
}
#webmenu_child{
    height: auto !important;
    background-color: #d1d3d4;
    box-shadow: inset 3px 3px 12px 3px #d1d3d4;
    border-radius: 0px;
    margin-top: -4px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.ddcommon:focus{
	outline:none;
}
.fnone{
    vertical-align: middle;
    width: 18px;
    margin-left: 4px;
    margin-right: 2px;
}
.ddTitle{
    height: 38px;
	    padding-top: 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #d1d3d4;
	    background-color: #d1d3d4;
}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(images/down_client.png) no-repeat;}
.ddlabel{    font-size: 12px;}
.order_description_for_client{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color: #d1d3d4;
	text-align:center;
}
.order_description_for_client a{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color: #d1d3d4;
	text-decoration:underline;
}
.order_description_for_client a:hover{
	color: red;
}
.shipping_for_order p{
		font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	color: #d1d3d4;
	text-align:center;
	    padding-bottom: 10px;
}
.select-style{
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #d1d3d4 url(images/arrowdown.gif) no-repeat 97% 50%;
	width: 88%;
	margin-left:6%;
	margin-right:6%;
	margin-top:20px;
}
.select-style select {
    padding: 5px 8px;
    height: 38px;
	width:100%;
    border: none;
	background-color:#d1d3d4;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	color: black;
	text-align:center;
}
.select-style option{
	background-color: #d1d3d4;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	color: black;
	text-align:center;
	width: 88%;
	margin-left:6%;
	margin-right:6%;
}
.select-style select:focus {
    outline: none;
}
.select-style select::-ms-expand {
    display: none;
}
.select_name_checkout input[type="text"]{
	background-color: #d1d3d4;
	-webkit-appearance: none; 
	color:#000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	font-style: normal;
    width:100%;
    width: 88%;
    float: left;
    margin-right: 6%;
    margin-left: 6%;
    margin-top: 8px;
}
.select_name_checkout label{
	float:left;
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
	text-align:left;
	color:#d1d3d4;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 26px;
    padding-top: 7px;
}
.select_name_checkout p{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
	color:red;
	text-align:right;
	display:inline-block;
	width:94%;
	padding-top:12px;
	padding-bottom:10px;
	margin-right: 6%;
}
.select_name_checkout textarea{
	background-color: #d1d3d4;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	font-style: normal;
    width:100%;
    width: 88%;
    float: left;
    margin-right: 6%;
    margin-left: 6%;
    margin-top: 8px;
    height: 78px;
	border-radius: 3px;
}
.allow_company_fields{
    opacity: 0;
    position: absolute;   
}

.fields_for_company {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.fields_for_company-label{
    text-align: center;
    display: block;
    margin-top: -37px;
    padding-bottom: 9px;
}
.fields_for_company + .fields_for_company-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
	border-radius:3px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.fields_for_company:checked + .fields_for_company-label:before {
     background: #f90a11;
	 border: 2px solid #f90a11;
}
.company_label_notice{
	text-align:center;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:13px;
	width:100%;
	color: #d1d3d4;
}
.order_for_company input[type="text"]:disabled{
    background-color:#4b4b4b !important;
	border-color:#4b4b4b;
}
.order_for_company input[type="text"]{
	background-color: #d1d3d4;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	font-style: normal;
    width: 47%;
	float: right;
	margin-right: 6%;
    margin-left: 2%;
    margin-top: 8px;
	-webkit-appearance: none; 
}
.text_row p{
	float:left;
	width:45%;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	height: 38px;
	padding-top: 15px;
	color:white;
}
.text_row{
	display:inline-block;
	width:100%;
}
#comapany_fields p{
	color:#4b4b4b;
}
#comapany_fields{
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
	position:absolute;
	top:40;
	background-color: rgba(56, 56, 56, 0.9);
	z-index:1;
	border-radius: 4px;
	padding-bottom: 28px;
	margin-top: 15px;
}
#hidden_fields{
    margin-top: 15px;
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
	z-index:0;
	position:absolute;
	top:40;
}
.agree_terms,.allow{
	width:100%;
	display:inline-block;
}
.bottom_checkout{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.bottom_checkout-label{
    text-align: center;
    display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:#d1d3d4;
}
.bottom_checkout + .bottom_checkout-label:after {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
	border-radius:3px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.bottom_checkout:checked + .bottom_checkout-label:after {
     background: #f90a11;
	 border: 2px solid #f90a11;
}
.accept_order{
	width:220px;
    margin-top: 29px;
    margin-bottom: 35px;
}
.bottom_checkout_area{
	display:inline-block;
	text-align:center;
    padding-top: 45px;
	width:100%;
}
.product_description ul{
    margin-left: 20px;
    color: #d1d3d4;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 7px;
}
.product_description{
	 color: #d1d3d4 !important;
}
.product_description b{
	color: #d1d3d4 !important;
}
.product_description ol{
    margin-left: -20px;
    color: #d1d3d4;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-top: 0px;
}
.content_with_nav{
    background-color: #181818;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
	margin-top: 20px;
	margin-bottom: 20px;
    width: 100%;
    min-height: 480px;
}
.news_content{
	margin-top: 0px;
	width:100%;
    padding-bottom: 26px;
}
.left_nav{
	width:31%;
	float:left;
    position: absolute;
	height:100%;
	padding-top: 45px;
    padding-bottom: 44px;
}
.left_menu{
    border: 1px solid #484848;
    margin-left: 50px;
	margin-right: 40px;
	height:100%;
}
.left_menu ul{
    list-style: none;
	margin-top:20px;
}
.left_menu ul li{
    list-style: none;
    margin-left: 20px;
    line-height: 33px;
}
.left_menu ul li a{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.left_menu ul li a:hover{
	color:red;
}
.content_area{
	width:69%;
	float:left;
    padding-top: 35px;
    padding-right: 60px;
    margin-left: 31%;
	padding-bottom: 20px;
}
.product_information a:hover{
	color:red;
}
.content_text_area p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: white;
    line-height: 22px;
    margin-bottom: 18px;
}
.content_text_area ul li{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: white;
    line-height: 24px;
}
.content_text_area ul li:before {
    content: "\002022 ";
    color: red; /* or whatever color you prefer */
    font-size: 22px;
    vertical-align: middle;
    margin-right: 4px;
}
.legend{
	font-size:10px;
}
.content_text_area ul{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
	margin-bottom:10px;
}
.content_text_area ol{
	margin-bottom:10px;
}
.content_text_area table{
    margin-top: 5px;
 margin-bottom: 20px;

}
.form-name{
	color:white;
	font-size: 24px;
}
.footer-text{
	color:white;
}
.required{
	color:red;
}
.content_text_area form{
	width:50%;
}
.captcha{
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
	width:100%;
}
.error{
	background-color: #f90a0a;
	color:white;
	font-family: 'Raleway', sans-serif;
	text-align:center;
    padding-top: 13px;
    padding-bottom: 13px;

	width:100%;
    display: inline-block;
}
.success{
	background-color: green;
	color:white;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
.buttons input[type=reset]{
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 30px;
    width: 49%;
	margin-right:1%;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    cursor: pointer;
	 -webkit-appearance: none;
}
.buttons input[type=submit]{
	 -webkit-appearance: none;
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 30px;
    width: 49%;
	margin-left:1%;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.captcha input[type="text"]{
	width:49% !important;
	 -webkit-appearance: none;
}
.captcha img{
	width:49%;
}
.captcha div{
    margin: 0px!important;
    width: 100%;
	margin:0px!important;
    margin-top: 5px !important;
}
.buttons{
	margin-top:10px;
	margin-bottom:5px;
}
.buttons input[type=submit]:hover,.buttons input[type=reset]:hover{
    background-color: black;
    border: 1px solid white;
    -webkit-transition: 1s;
    transition: 1s;
	 -webkit-appearance: none;
}
.content_text_area select{
	 -webkit-appearance: none;
	    margin-top: 6px;
    padding-left: 15px;
    box-sizing: border-box;
    height: 38px;
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    color: #939598;
    font-weight: 400;
    -webkit-appearance: none;
}
.big{
    font-size: 24px !important;
}
.content_text_area textarea{
    margin-top: 6px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 9px;
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    color: #939598;
    font-weight: 400;
    -webkit-appearance: none;
}
.element-name{
    color: white;
    font-size: 15px;
    margin-top: 7px;
}
.content_title h1{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #d1d3d4;
    padding-top: 30px;
    padding-bottom: 30px;
}
.gallery_in_row{
	width: 50% !important;
    float: left !important;
	height: 245px !important;
}
ol{
    padding-left: 37px;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.checkbox_area_for_news{
	width:21.5%;
	float:left;
    padding-left: 32px;
}
.dropdown_for_news{
	width:78.5%;
	float:left;
}
.last_months,.game_type,.platvorm{
    width: 21.5%;
    float: left;
    margin-right: 0.8%;
}
.find{
    width: 33.1%;
    float: left;
}
.select-news{
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #d1d3d4 url(images/arrowdown2.png) no-repeat 93% 50%;
    background-size: 23px;
    width: 100%;
}
.select-news select {
    padding: 5px 8px;
    height: 34px;
	width:100%;
    border: none;
	background-color:#d1d3d4;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
	color: black;
	text-align:left;
}
.select-news option{
	background-color: #d1d3d4;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
	color: black;
	text-align: left;
	padding-left:6px;
	width: 100%;
}
.select-news select:focus {
    outline: none;
}
.select-news select::-ms-expand {
    display: none;
}
.select_search{
	    width: 63%;
    margin-top: 0px;
    margin-bottom: 0px;
	height: 36px;
    margin-left: 0%;
    margin-right: 0%;
}
.selection_row{
	display: inline-block;
    width: 100%;
    padding-top: 30px;
	padding-bottom: 30px;
}
.find_game{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.find_game-label{
    text-align: left;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d1d3d4;
}
.hidden_firstpage{
	display:none;
}
.find_game + .find_game-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
	border-radius:3px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
}
.find_game:checked + .find_game-label:before {
     background: #f90a11;
	 border: 2px solid #f90a11;
}
.checkbox_line_for_find_game{
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}
.game_news_area{
    background-color: white;
    width: 95%;
    float: left;
    display: inline-block;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.game_text{
	padding:14px;
}
.game_img{
	float:left;
	width:15%;
    padding: 12px;
}
.game_img img{
    width: 100%;
    display: block;
    text-align: center;
}
.game_img img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.game_text{
	float:left;
	width:45%;
}
.game_descrition_news a{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: black;
    line-height: 21px;
}
.game_descrition_news a:hover{
    color: red;
}
.game_tags{
	    padding-bottom: 27px;
}
.game_tags a{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size: 12px;
	color: #181818;
	text-decoration:underline;
    padding-right: 10px;
}
.game_tags a:hover{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	font-size: 12px;
	color: red;
	text-decoration:underline;
    padding-right: 10px;
}
.game_title h2 a{
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size:27px;
	color:black;
}
.game_title h2 a:hover{
	color:red;
}
.game_details{
    float: left;
    width: 35%;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail_row_label{
	width:65%;
	float:left;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size:13px;
}
.detail_row_label a{
	color:black;
	text-decoration:underline;
}
.detail_row_label a:hover{
	color:red;
}
.detail_row_title{
	width:35%;
	float:left;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
	font-size:13px;
}
.detail_row{
    width: 100%;
    float: left;
    background-image: linear-gradient(to right, #5e5e5e 27%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    padding-top: 10px;
    padding-bottom: 10px;
}
.detail_row_first{
	background-image: none;
}
.game_text_right{
	width:65%;
    padding: 50px;
}
.details_right{
	width:100%;
	padding-left:0px;
    padding-bottom: 28px;
    padding-top: 28px;
}
.descrp_right p{
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.detail_row_right{
	width:54%;
}
.news_area_padding{
	margin-top:30px;
}
.tags_for_right{
	padding-top:10px;
	padding-bottom:0px !important;
}
.game_title_bigger h2{
	    font-size: 34px;
		color:black;
}
.right-content{
    float: left;
    width: 35%;
    position: relative;
    z-index: 0;
    padding-top: 55px;
    padding-right: 40px;
}
.game-search label:hover{
	border: 1px solid red;
}
.result_col3 a:hover{
	color:white;
}
.search_page_select label:hover{
	color:white;
}
.arrives_for_cart{
    display: none;
    position: absolute;
    z-index: 10;
    background-color: #181818;
}
.arrive_notice_for_cart:hover+.arrives_for_cart{
	display:block;
}
.arrives_for_cart_date{
	text-align: center;
	font-size:14px;
}
.payment-title{
	text-align: center;
	font-family:'Raleway', sans-serif;
    padding-bottom: 59px;
    font-size: 14px;
}
.payment-title h2,.confirm h4{
	color:white !important;
}
.left-payment{
	width:100%;
	text-align:center;
	float:left;
	color:white;
	font-family:'Raleway', sans-serif;
}
.right-payment{
	text-align:center;
	width:50%;
	float:left;
	color:white;
	font-family:'Raleway', sans-serif;
}
button{
	outline:none;
	-webkit-appearance: none; 
}
.confirm{
	    padding-top: 7px;
    padding-bottom: 28px;
	width:100%;
    display: inline-block;
    text-align: center;
	color:white;
	font-family:'Raleway', sans-serif;
}
.confirm h4{
    padding-bottom: 12px;
}
.payment-notice{
    color: red;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sub-title{
    padding-bottom: 24px;
    font-size: 14px;
}
.pay{
    -webkit-appearance: none;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #f90a0a;
    color: white;
    border: none;
    height: 42px;
    border-radius: 5px;
    font-size: 24px;
    margin-top: 19px;
    margin-left: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.bigger-font{
	font-size:25px;
}
.pay:hover {
    background-color: black;
    border: 1px solid white;
    -webkit-transition: 1s;
    transition: 1s;
}
.pay-black{
    -webkit-appearance: none;
    padding-left: 12px;
    padding-right: 12px;
    background-color: black;
    color: white;
    border: none;
    height: 30px;
    border-radius: 5px;
    margin-top: 21px;
    padding-top: 5px;
    display: inline-block;
    margin-left: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 1px solid white;
    cursor: pointer;
}
.pay-black:hover {
	background-color: #f90a0a;
    border: 1px solid white;
    -webkit-transition: 1s;
    transition: 1s;
}
.discount-input{
	max-width:200px;
}
.discount{
	float:right;
	width:100%;
}
.discount-title{
    display: inline-block;
    padding-right: 10px;
    margin-top: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.discount-result{
    display: inline-block;
    padding-left: 10px;
    margin-top: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    float: right;
}
.discount-input,.input-for-discount{
	display: inline-block;
}
.discount-line{
    height: 87px;
}
.content{
    background-color: #181818;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
	text-align:center;
	padding-bottom: 40px;
}
.content img{
	text-align:center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.content p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
	color:white;
}
.modal-notice{
	text-align:center;
	color:white;
}
.discount-input{
	width: auto !important;
	height: 32px !important;
}
.accept-discount{
    background-color: #f90a0a;
    color: white;
    border: none;
	padding-left:8px;
	padding-right:8px;
	height: 32px !important;
    width: auto !important;
	border: 1px solid #f90a0a;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
	-webkit-appearance: none; 
}
.accept-discount:hover {
    background-color: black;
    border: 1px solid white;
    -webkit-transition: 1s;
    transition: 1s;
	height: 32px !important;
}
.img_box {
    display: inline-block;
    border: 5px solid white;
    margin-bottom: 11px;
    margin-right: 6px;
}
.selected_img {
    border: 5px solid red
}
.img_box img{
    cursor:pointer;
    vertical-align: middle;
    height: 31px;
}
.img_box:hover{
	transition:0.3s;
	border: 5px solid red
}
.optionVent{
	display:none;
}
/**KALENDER**/
/* Layout helpers
----------------------------------*/

.ui-front {
	z-index: 100;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
    top: 2px;
    width: 23px;
    height: 34px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	cursor:pointer;
	    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before{
    content: "<";
    font-size: 26px;
    color: white;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
	cursor:pointer;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next:before{
    content: ">";
    font-size: 26px;
    color: white;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
    font-weight: 400;
	border: 0;
	color:red;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
    border: 1px solid #f90a0a;
    background: #f90a0a;
    color: white;
    font-weight: 400;
    font-family: 'lato';
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dedede;
    background: #f3f3f3;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #f90a0a;
    background: #f90a0a;
    color: white;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}