html,
body {
    height: 100%;
	background-color: #070c14!important;
	/*font-size: 14px;*/
	color: #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -30px;
    padding: 0 0 30px;
}

.wrap > .container {
    padding: 70px 15px 20px;
	background-color: #252f3f;
	border-left: 5px solid #181c22;
    border-right: 5px solid #181c22;
}

.footer {
    /*height: 30px;*/
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
	background-color: #0B2F42;
	border-top: 2px solid rgba(2, 79, 123, 1);
	color:#5791a8;
}

.footer a{
	color:#96c6d9;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* global */

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

body {
	font-family: "Roboto", sans-serif;
	padding:0!important;
}

/* disable scroll toggling */
.modal-open {
	overflow: visible;
}

.modal-content{
	background-color:#0B2F42;
	color: #fff;
}

.modal-content a{
	color: #fff;
}

.modal-content a:hover{
	color: #fff;
}

.modal-header{
	background-color: rgba(2, 79, 123, 1);
	border-top: 1px solid #0B4B6B;
	border-bottom: 4px solid #0B2F42;
	color: white;
	padding:25px;
}

.modal-header h3{
	margin:0;
}

.modal-body{
	padding:25px 15px!important;
}

.modal-footer{
	background-color: rgba(2, 79, 123, 1);
	padding:15px 25px;
}

.navbar-inverse{
	background-color: #0B2F42;
	border-bottom: 2px solid rgba(2, 79, 123, 1);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #000;
	background-color: rgba(204, 230, 245, 1);
}

.navbar-inverse .navbar-nav .btn-language{
	width: 32px;
	height: 32px;
	border-radius: 16px;
	padding: 4px 5px 5px 5px;
	margin-top: 9px;
	background-color:rgba(204, 230, 245,1);
	font-weight:bold;
	border: 0;
}

.navbar-inverse .navbar-nav .btn-language:hover{
	background-color:rgba(2, 79, 123, 1);
	color:#fff;
	border: 0;
}

.navbar-brand {
	padding: 5px 15px;
}

/* index */
.news-container{
	position:relative;
	color:#fff;
	padding-bottom:33.3%;
}

.news-container	> div{
	position: absolute;
	top: 0;
	font-size: 16px;
	width: 100%;
}

.news-container	div.news{
	padding-bottom: 5px;
}

.news-container	span.label{
	margin-right: 5px;
}

.game-container{
	position:relative;
	background-color:#ccc;
	color:#000;
	padding-bottom:69%;
	overflow: hidden;
	border-radius: 5px;
}

.game-container.default{
    background-color: #4f89ab;
}
.game-container.new{
    background-color: #ECC73F;
}
.game-container.updated{
    background-color: #8BC34A;
}
.game-container.promo{
    background-color: #a349a3; /* #36a0e4 */
}
.game-container.premium{
    background-color: #a2d9f1;
}
.game-container.bromo{
    background-color: #36a0e4;
}

.game-container.default .game-title{
	color: #fff;
}
.game-container.new .game-title{
	color: #000;
}
.game-container.new:hover .game-title{
	color: #fff;
}
.game-container.updated .game-title{
	color: #fff;
}
.game-container.promo .game-title{
	color: #fff;
}
.game-container.bromo .game-title{
	color: #fff;
}
.game-container.premium .game-title{
	color: #000;
}

.game-container.default:hover{
	background-color: #255c7d;
}
.game-container.new:hover{
	background-color: #cfa300;
}
.game-container.updated:hover{
	background-color: #598920;
}
.game-container.promo:hover{
    background-color: #802680; /* #178fdc */
}
.game-container.bromo:hover{
    background-color: #178fdc;
}
.game-container.premium:hover{
    background-color: #4b8ba7;
}

/* GAME MARK */

.game-right-container.default .game-mark{
    background-color: #4f89ab;
}
.game-right-container.new .game-mark{
    background-color: #ECC73F;
}
.game-right-container.updated .game-mark{
    background-color: #8BC34A;
}
.game-right-container.promo .game-mark{
    background-color: #a349a3; /* #36a0e4 */
}
.game-right-container.premium .game-mark{
    background-color: #a2d9f1;
}
.game-right-container.bromo .game-mark{
    background-color: #36a0e4;
}

/*.game-container:hover{
	color:#eee;
}

.game-container:hover .game-title{
	background-color: rgba(2, 79, 123,1);
	border-top: 1px solid #0B4B6B;
	border-bottom: 4px solid #0B2F42;
}*/

.game-container .game-image img{
	position: absolute;
	width: 100%;
	max-height: 100%;
}

.game-container .game-image img{
       -moz-transition: all 0.3s;
       -webkit-transition: all 0.3s;
       transition: all 0.3s;
}

.game-container:hover .game-image img{
       -moz-transform: scale(1.1);
       -webkit-transform: scale(1.1);
       transform: scale(1.1);
}

.game-container .game-video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline;
    object-fit: fill;
    pointer-events: none;
}

/*.col-lg-6 .game-image img,
.col-md-8 .game-image img,
.col-sm-8 .game-image img,
.col-xs-12 .game-image img{
	width: auto;
    margin-left: -5%;
    padding-bottom: 40px;
}*/

.game-container .game-title{
	height:29px;
	position: absolute;
	bottom: 0;
	font-size: 17px;
	text-align: center;
	/*padding: 6px 15px 0 15px;*/
	width: 100%;
	/*background-color: rgba(204, 230, 245,1);*/
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.2);
	/*border-bottom: 4px solid #2297d6;*/
	/*border-top: 1px solid #CCD8DE;*/
	z-index: 5;
	border-radius: 0 0 5px 5px;
}

.game-container .game-rating{
	background-color: #0B4B6B;
	color: #fff;
	border-radius: 35px;
    width: 70px;
    height: 70px;
    line-height: 95px;
    padding-left: 35px!important;
}

.game-container .game-info div{
	padding: 3px 7px 2px;
	margin-right: 5px;
	float: left;
}

.game-container .game-info{
	position: absolute;
    top: -35px;
    left: -35px;
	font-size: 16px;
	text-align: center;
    font-weight: bold;
	text-transform: uppercase;
}

.game-container .game-updated {
    background-color: #8BC34A;
    color: #000;
}

.game-container .game-param{
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px 2px;
	background-color: #0B2F42;
	color: #fff;
}

.game-container .game-hot{
	position: absolute;
    height: 25px;
    overflow: hidden;
    right: 0px;
    top: 10px;
    font-size: 25px;
    width: 50px;
}

.game-container .game-hot span.fa{
	position:absolute;
}

.game-container .game-preview{
	position: absolute;
    height: 14px;
    overflow: hidden;
    left: 10px;
    top: 10px;
    font-size: 12px;
    width: 12px;
	color: #fff9;
}

.game-container-large .game-title{
	height: 30px;
    font-size: 20px;
/*	border-bottom: 10px solid #2297d6;*/
}

.fa-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffce00), to(#ff0000));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*.game-container-large:hover .game-title{
	border-bottom: 10px solid #0B2F42;
}*/

/*.game-container-large .game-image img{
	width:101%;
}*/

/* game view */
.game-view .game-right .btn-fullscreen{
	width:100%;
}

.fullscreen{
	overflow:hidden;
}

.fullscreen .game-view .game-embed{
	position:fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1100;
	padding:0!important;
}

.fullscreen.fs-hide-controls .game-view .game-embed .game-embed-controls{
	display:none;
}

.arrow-container{
	float:left;
	margin-right:15px;
    position: relative;
	font-size: 24px;
}
.arrow {
  background: #fff;
  position: relative;
  margin: 17px 0;
  padding: 0 20px;
    width: 45px;
}
.arrow:before,
.arrow:after {
  box-sizing: border-box;
  border-style: solid;
  border-color: transparent;
  border-width: 16px;
border-left:0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.arrow:before {
  border-top-width: 0;
  border-bottom-color: #fff;
  top: -16px;
}
.arrow:after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: -16px;
}
.arrow-container div.text{
	position:absolute;
	top:10px;
	line-height: 0px;
    margin-left: 10px;
}

.game-view .game-embed{
	background: rgb(11,75,107);
	background: radial-gradient(circle, rgba(11,75,107,1) 0%, rgba(7,12,20,1) 100%);
	text-align:center;
}

.game-view .game-embed-controls{
	padding:10px 5px;
}

.game-view .game-embed-controls .btn{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.game-view .game-embed-controls .btn:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.game-view .game-embed-controls .btn-vote{
	display:none;
}

.game-view .game-embed-controls .btn-exit-fullscreen{
	display:none;
}

.fullscreen .game-view .game-embed-controls .btn-vote{
	display:inline-block;
}

.fullscreen .game-view .game-embed-controls .btn-fullscreen{
	display:none;
}

.fullscreen .game-view .game-embed-controls .btn-exit-fullscreen{
	display:inline-block;
}

h1 {
	color: rgba(204, 230, 245, 1);
	margin-top: 15px;
	margin-bottom: 20px;
}

.btn-return{
	border-radius: 0px;
	height: 40px;
	margin-top: -9px;
	line-height: 26px;
}

.game-top .btn,
.game-bottom .btn {
    color: #fff;
    background: none;
    border: 0;
	font-size:36px;
}

.game-view .btn-vote.btn-like:hover{
	color:#5cb85c;
}

.game-view .btn-vote.btn-dislike:hover{
	color:#d9534f;
}

.game-view .game-aliases{
	margin-top:10px;
	color: #ddd;
}

.game-view .game-aliases .label{
	color:#111!important;
}

.game-view .game-videos{
	margin-top:10px;
}

.game-view .game-description{
	margin-top:20px;
}

.game-view .game-description img{
	max-width:100%;
}

.game-view .game-description .show-more{
	position:absolute;
	bottom:0;
	height:150px;
	width:100%;
	padding-top: 75px;
	padding-right: 30px;
	text-align: center;

	background: rgba(21,36,50,0);
	background: -moz-linear-gradient(top, rgba(21,36,50,0) 0%, rgba(21,36,50,1) 76%, rgba(21,36,50,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,36,50,0)), color-stop(76%, rgba(21,36,50,1)), color-stop(100%, rgba(21,36,50,1)));
	background: -webkit-linear-gradient(top, rgba(21,36,50,0) 0%, rgba(21,36,50,1) 76%, rgba(21,36,50,1) 100%);
	background: -o-linear-gradient(top, rgba(21,36,50,0) 0%, rgba(21,36,50,1) 76%, rgba(21,36,50,1) 100%);
	background: -ms-linear-gradient(top, rgba(21,36,50,0) 0%, rgba(21,36,50,1) 76%, rgba(21,36,50,1) 100%);
	background: linear-gradient(to bottom, rgba(21,36,50,0) 0%, rgba(21,36,50,1) 76%, rgba(21,36,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152432', endColorstr='#152432', GradientType=0 );
}

.game-view .game-description .show-more .btn-show-more{
	font-size: 30px;
	padding: 9px 9px 0 11px;
	border-radius:26px;
}

.game-view .game-embed .btn-external{
	width:100%;
    border-radius: 10px;
}

.game-view .game-right .btn-external{
	width:100%;
}

.game-view.external-timeout .external-button,
.game-view.external-timeout .btn-external{
	display:none;
}

.game-view.external-timeout .external-progress{
	display:block;
}

/* NON-EMBEDDABLE GAME */
.external-container{
	width:360px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 15%;
}

.external-inner{
	background-color: #ccc;
	border-radius: 5px;
	padding: 10px;
	min-height: 85px;
}

.external-inner.ad{
	padding: 10px;
}

.external-ad{
	margin: 0px auto 10px;
	max-height:290px;
}

.external-progress{
	height:43px;
	background-color: #ddd;
	color:#004270;
	margin-bottom: 0;
	display:none;
}

.external-progress-caption{
	position:absolute;
	width:350px;
	font-size: 20px;
	line-height: 43px;
}

.game-view .btn-vote .num{
	margin-left:5px;
}

.game-view .btn-share .num{
	margin-left:5px;
}

.game-view .btn-favorite{

}
.game-view .btn-favorite:hover{
	color: #d00000;
}
.game-view .btn-favorite:focus{
	color: #d00000;
}

.game-view .btn-favorite-added{
	color: #d00000;
}

.btn-bookmark{
	background-color:#e9d927!important;
	border-color:#e7d507!important;
}

.btn-bookmark:hover, .btn-background:active{
	background-color:#e7d507!important;
	border-color:#e7d507!important;
}

.btn-facebook{
	background-color:#3B5998!important;
	border-color:#2c4f98!important;
}

.btn-facebook:hover, .btn-facebook:active{
	background-color:#2c4f98!important;
	border-color:#2c4f98!important;
}

.btn-vk{
	background-color:#507299!important;
	border-color:#406a99!important;
}

.btn-vk:hover, .btn-vkontakte:active, .btn-vkontakte:focus{
	background-color:#406a99!important;
	border-color:#406a99!important;
}

.btn-odnoklassniki{
	background-color:#EE8208!important;
	border-color:#d47407!important;
}

.btn-odnoklassniki:hover, .btn-odnoklassniki:active{
	background-color:#d47407!important;
	border-color:#d47407!important;
}

.btn-mail{
	background-color:#3A7DFF!important;
	border-color:#226CF9!important;
}

.btn-mail:hover, .btn-mail:active{
	background-color:#226CF9!important;
	border-color:#226CF9!important;
}

.btn-twitter{
	background-color:#6BACDF!important;
	border-color:#208CE0!important;
}

.btn-twitter:hover, .btn-twitter:active{
	background-color:#208CE0!important;
	border-color:#208CE0!important;
}

.btn-google{
	background-color:#D6492E!important;
	border-color:#D43517!important;
}

.btn-google:hover, .btn-google:active{
	background-color:#D43517!important;
	border-color:#D43517!important;
}

.btn-yacollection{
	background-color:#c31700!important;
	border-color:#c31700!important;
}

.btn-yacollection:hover, .btn-yacollection:active{
	background-color:#eb1c00!important;
	border-color:#eb1c00!important;
}

.btn-moymir{
	background-color:#168de2!important;
	border-color:#168de2!important;
}

.btn-moymir:hover, .btn-moymir:active{
	background-color:#1170b4!important;
	border-color:#1170b4!important;
}

.btn-pinterest{
	background-color:#c72223!important;
	border-color:#c72223!important;
}

.btn-pinterest:hover, .btn-pinterest:active{
	background-color:#b81111!important;
	border-color:#b81111!important;
}

.panel-quick-start ol{
	padding-left: 15px;
}

.game-description table td{
	padding: 10px;
	border-bottom: 1px solid #fff;
}

.game-description table tr:last-child td{
	border-bottom: 0;
}

.game-right-apps{
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.game-right-apps a{
	color:#333;
}

.game-right-apps a:hover, .game-right-apps a:active{
	color:#000;
}



.game-right-apps .app-store{
	background-color:#fff;
	padding: 2px 5px 2px 10px;
	width:160px;
	margin: 0 5px 5px 0;
    float: left;
}

.game-right-apps .app-store:hover{
	cursor: pointer;
	background-color: rgba(204, 230, 245, 1);
}

.game-right-apps .app-logo{
	font-size: 30px;
	float:left;
}

.game-right-apps .app-text{
	text-align:center;
}

.game-right-apps .apple-store .app-small-text{
	font-size: 11px;
	padding-top: 5px;
}

.game-right-apps .apple-store .app-big-text{
	font-size: 20px;
	margin-top: -8px;
}

.game-right-apps .google-play .app-small-text{
	font-size: 11px;
	padding-top: 5px;
}

.game-right-apps .google-play .app-big-text{
	font-size: 18px;
	margin-top: -6px;
}

.game-right-apps .ms-store .app-small-text{
	font-size: 11px;
	padding-top: 7px;
}

.game-right-apps .ms-store .app-big-text{
	font-size: 15px;
	margin-top: -4px;
}

.game-top,
.game-bottom{
	min-height: 80px;
	margin: 35px 0 35px;
}

.game-top h1{
	line-height: 75px;
    float: left;
    margin: 0 0 0 30px;
}

.game-top .game-rating{
	text-align: center;
    background-color: #0B4B6B;
    color: white;
    font-size: 40px;
    border-radius: 5px;
    height: 80px;
    width: 80px;
    display: block;
	float: left;
	line-height: 80px;
}

.game-vote{
	font-size:36px;
    line-height: 75px;
	margin-right: 25px;
	white-space: nowrap;
}

.game-favorite{
	font-size:36px;
    line-height: 80px;
	white-space: nowrap;
}

.game-bottom .btn-share{
	height: 80px;
    min-width: 80px;
    border-radius: 0;
}

.game-bottom .btn-share:focus{
	outline: none;
}

.game-right-buttons{

}


/* search */
#search-form{
	color: rgba(204, 230, 245,1);
	font-size: 20px;
	padding: 10px 30px 0 0;
}

.search-input{
	background-color:rgba(2, 79, 123,1);
	color:#fff;
	border: 1px solid rgb(47, 93, 119);
	padding: 0 10px;
	width: 200px;
}

.search-item{
	display:block;
	padding: 10px 0;
}
.search-item-image{
	float:left;
	padding: 0 10px;
}
.search-item-image img{
	height: 75px;
}
.search-item-title{
	font-weight:bold;
	color:#fff;
}
.search-item:hover .search-item-title{
	color:#000;
}
.search-item-description{
	font-size:80%;
	padding-right: 10px;
	color:#fff;
}
.search-item:hover .search-item-description{
	color:#000;
}

ul.ui-menu{
	width:550px!important;
	border:0!important;
	z-index: 1050;
}
ul.ui-menu li{

}
.ui-widget-content{
	background-color:#000!important;
}
.ui-widget-content a{
	color:#ааа!important;
	background-color:#0B2F42!important;
}

.ui-menu .ui-state-active{
	text-decoration:none;
	background-color:rgba(204, 230, 245, 1)!important;
	color:#000!important;
	border-left: 0px!important;
	border-right: 0px!important;
	border-bottom: 4px solid #2297D6!important;
	border-top: 1px solid #rgba(204, 230, 245, 1)!important;
	padding: 4px 0 2px 0!important;
	margin:0!important;
}

.ui-menu .ui-state-active:hover{
	border-left: 0px!important;
	border-right: 0px!important;
	border-bottom: 1px solid #CCD8DE!important;
	border-top: 0px!important;
}

.ui-menu .ui-menu-item-wrapper{
	border-left: 0px!important;
	border-right: 0px!important;
	border-bottom: 1px solid #CCD8DE!important;
	border-top: 1px solid #9EA8AD!important;
	padding: 4px 0 5px 0!important;
	margin:0!important;
}

.panel-body img{
	max-width:100%;
}

.site-title{
    float: left;
    padding-right: 25px;
}

.btn-site-channel-subscribe{
	padding-top:3px;
}

.site-sort{
	color: #fff;
	font-size:16px;
}

.site-sort a.sort-default {
    border-radius: 5px 0 0 5px;
}

.site-sort a.sort-favorite{
	border-radius: 0 5px 5px 0;
}

.sort-default.active{
	background-color:#519bc5;
	color:#fff;
    text-shadow: 1px 1px 1px #007671;
	border-bottom: 2px solid #007671;
}

.sort-default.active i{
	color:#fff;
}

.sort-newest i{
	color:#c0f8fb;
}

.sort-newest.active{
	background-color:#0096ae;
	color:#fff;
    text-shadow: 1px 1px 1px #007671;
	border-bottom: 2px solid #007671;
}

.sort-newest.active i{
	color:#fff;
}

.sort-most-popular i{
	color:#e6ca00;
}

.sort-most-popular.active{
	background-color:#ECC73F;
	color:#fff;
	text-shadow: 1px 1px 3px #847300;
	border-bottom: 2px solid #847300;
}

.sort-most-popular.active i{
	color:#fff;
}

.sort-top-rated i{
	color:#4cea75;
}

.sort-top-rated.active{
	background-color:#36b65d;
	color:#fff;
    text-shadow: 1px 1px 1px #077600;
	border-bottom: 2px solid #077600;
}

.sort-top-rated.active i{
	color:#fff;
}

.sort-random i{
	color:#fda957;
}

.sort-name span{
	color:#bf99d8;
	font-size: 12px;
    font-weight: bolder;
}

.sort-name.active{
	background-color:#9b3ada;
	color:#fff;
    text-shadow: 1px 1px 1px #077600;
	border-bottom: 2px solid #077600;
}

.sort-name.active span{
	color:#fff;
}

.sort-favorite i{
	color:#d00000;
}

.sort-favorite.active{
	background-color:#c52929;
	color:#fff;
    text-shadow: 1px 1px 1px #077600;
	border-bottom: 2px solid #9a0a0a;
}

.sort-favorite.active i{
	color:#fff;
}

.site-sort a{
    padding: 6px 12px;
	margin-right:2px;
    color: #fff;
    background-color: #196d9e;
    border-bottom: 2px solid rgba(2, 79, 123,1);
    border-top: 1px solid #CCD8DE;
    text-decoration: none;
}

.site-sort a:hover{
	color: #fff;
	background-color: rgba(2, 79, 123,1);
    border-bottom: 2px solid #014064;
    border-top: 1px solid #CCD8DE;
}

/*.site-sort a.active{
	color: #fff;
	background-color: rgba(2, 79, 123,1);
	border-top: 1px solid #0B4B6B;
	border-bottom: 2px solid rgba(204, 230, 245, 1);
}*/

.site-games{
	margin-top: 25px;
}

.site-videos{
	background-color: #0d1d23;
	border-top: 5px dashed #0e5488;
	border-bottom: 5px dashed #08426f;
	padding: 10px 0 20px 0;
}

.site-videos .btn-play{
    padding-top: 16%;
}

.video-5, .video-6, .video-7, .video-8,
.video-9, .video-10, .video-11, .video-12 {
	display:none;
}

@media (min-width: 768px) {
	.video-5, .video-6 {
		display:block;
	}
}
@media (min-width: 992px) {
	.video-5, .video-6, .video-7, .video-8{
		display:block;
	}
}
@media (min-width: 1200px) {
	.video-5, .video-6, .video-7, .video-8,
	.video-9, .video-10, .video-11, .video-12 {
		display:block;
	}
}

.container-site-below-videos{
    padding-top: 20px!important;
}

.nav-random{
	font-size: 23px;
	margin-top: -3px;
	margin-right: 10px;
}

.updated-description{
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

.updated-description span{
    background-color: #fff;
    padding: 5px 3px 5px;
/*	margin-right: 5px;*/
	display: inline-block;
    margin-bottom: -5px;
}

.how-to-play-link{
	position: relative;
}
.how-to-play-link span{
	top: 5px;
    position: absolute;
    font-size: 30px;
	color:#fff;
}
.how-to-play-link a{
	padding-left: 30px;
	font-size: 24px;
	color:#fff;
	text-decoration:underline;
}
.how-to-play-link a:hover{
	color:#fff;
	text-decoration:none;
}

.panel{
	border-radius: 0;
	/*background: rgba(150, 150, 150, .2)!important;*/
	background-color: #152432;
	border:0;
}

.panel-body h3{
	color: #111;
    background-color: #CCE6F5;
    display: inline-block;
    padding: 3px 15px 0;
}

.panel-body h4{
    background-color: #777;
    display: inline-block;
    padding: 3px 10px;
}

.panel-heading{
	background-color: rgba(2, 79, 123, 1)!important;
	border-top: 1px solid #0B4B6B!important;
	border-bottom: 4px solid #0B2F42!important;
	color: white!important;
	border-radius: 0!important;
}

.panel-body{
	color: #ddd;	
}

.site-contact form{
	padding: 15px 45px 10px 30px;
}

a.auth-link:hover{
	text-decoration:none;
}

.oauth{
    height: 50px;
    margin-bottom: 15px;
}

.oauth-logo{
    height: 50px;
    width: 50px;
    float: left;
}

.oauth-name{
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:50px;
}

.oauth-vk{
	background-color: #5d83af;
}

.oauth-vk .oauth-logo{
	background-color: #507299;
	font-size: 31px;
    padding: 2px 0 0 7px;
}

.oauth-facebook{
	background-color: #3b5998;
}

.oauth-facebook .oauth-logo{
	background-color: #354f88;
	font-size: 35px;
    padding: 3px 0 0 14px;
}

.oauth-twitter{
	background-color: #1DA1F2;
}

.oauth-twitter .oauth-logo{
	background-color: #0589da;
	font-size: 35px;
    padding: 3px 0 0 10px;
}

.oauth-mail{
	background-color: #3A7DFF;
}

.oauth-mail .oauth-logo{
	background-color: #226CF9;
	font-size: 33px;
    padding: 2px 0 0 10px;
	color: #ffa012;
}

.oauth-google{
	background-color: #df6657;
}

.oauth-google .oauth-logo{
	background-color: #da4835;
    font-size: 32px;
    padding: 4px 0 0 12px;
}

.oauth-odnoklassniki{
	background-color: #ee8208;
}

.oauth-odnoklassniki .oauth-logo{
	background-color: #e26000;
    font-size: 32px;
    padding: 3px 0 0 13px;
}

.oauth-discord{
	background-color: #92a2dc;
}

.oauth-discord .oauth-logo{
	background-color: #7289da;
	font-size: 35px;
    padding: 3px 0 0 10px;
}

.forgot-link{
    line-height: 34px;
}

.modal-dialog .close{
    font-size: 28px;
    color: #fff;
    filter: alpha(opacity=100);
   	opacity: 1;
}
.modal-dialog .close:hover{
    color: #fff;
   	opacity: 0.5;
}
.modal-dialog .close:focus{
    color: #fff;
   	opacity: 0.5;
}

.navbar .login-link{
	color: #cce6f5!important;
    font-size: 16px;
}

.login-link i{
	color: #87de00;
}

.navbar .logout-link{
	color: #cce6f5!important;
    font-size: 16px;
}

.navbar .signup-link{
    font-size: 16px;
	margin-top: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.game-comments{
	font-size:14px;
    margin-top: 20px;
}

.comment{
	position:relative;
}

.comment-name{
	color:#fff;
}

.comment-level{
	border-top: 2px dashed #363e57;
	padding-top:20px;
	padding-bottom: 10px;
}

.comment:first-child > div.comment-level{
	border-top: 0;
}

.comment-level-0{margin-left:0;}
.comment-level-1{margin-left:40px;}
.comment-level-2{margin-left:80px;}
.comment-level-3{margin-left:120px;}
.comment-level-4{margin-left:160px;}
.comment-level-5{margin-left:200px;}
.comment-level-6{margin-left:240px;}
.comment-level-7{margin-left:280px;}

.comment-image{
	position:absolute;
}

.comment-image img{
	width: 40px;height: 40px;border-radius: 50%;vertical-align: top;border:none;background-color:#173048
}

.comment-bullet{
	position:absolute;
	top:40px;
	background-color:#363e57;
	width:5px;
	height:5px;
	border-radius:50%;
}

.comment-bullet-0{left:15px;}
.comment-bullet-1{left:55px;}
.comment-bullet-2{left:95px;}
.comment-bullet-3{left:135px;}
.comment-bullet-4{left:175px;}
.comment-bullet-5{left:215px;}
.comment-bullet-6{left:255px;}
.comment-bullet-7{left:295px;}

.comment-title{
	padding: 2px 0 5px 50px;
}


.comment-title .comment-name{
	font-weight:bold;
	padding-right:10px;
}

.comment-title .comment-name .divider span{
	font-size: 10px;
	top: -1px;
}

.comment-title .comment-date{
	padding-right:10px;
	opacity: 0.5;
	color: #ddd;
	text-decoration:none;
}

.comment-title .comment-updated{
	padding-right:10px;
	opacity: 0.3;
}

.comment-body{
	padding-left:50px;
    padding-right: 50px;
}

.comment-buttons{
	padding-left:50px;
	padding-top:6px;
}

.comment-rating .btn-comment-vote{
	font-size:10px;
    padding: 2px 3px;
	color: #999;
}

.comment-rating .btn-like,
.comment-rating .btn-dislike{
    background: none;
}

.comment-rating .btn-like:hover{
	color: #5cb85c;
}
.comment-rating .btn-dislike:hover{
	color: #db817e;
}


.comment-rating button.btn-vote{
	background: none;
	border: 0;
}

.comment-rating.disabled button{
	display:none;
}

.comment-rating.disabled span.num{
	padding-right: 25px;
}

.comment-rating span.num{
	font-size:16px;
	font-weight:bold;
	padding: 2px 3px;
}

.comment-rating span.neutral{

}

.comment-rating span.bad{
    color: #db817e;
}

.comment-rating span.very-bad{
    color: #d9534f;
}

.comment-rating span.good{
    color: #84d984;
}

.comment-rating span.very-good{
    color: #5cb85c;
}

.comment-buttons a{
	margin-right:10px;
}

#comment-reply-form{
	display:none;
}

#comment-edit-form{
	display:none;
}

.comment-body textarea{
    resize: none;
    width: 100%;
    overflow: hidden;
    height: 80px;
    padding: 5px 10px;
    background: #024f7b;
    border: 2px solid #2f5d77;
}

.comment-body textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e7e99
}
.comment-body textarea::-moz-placeholder { /* Firefox 19+ */
  color: #4e7e99
}
.comment-body textarea:-ms-input-placeholder { /* IE 10+ */
  color: #4e7e99
}
.comment-body textarea:-moz-placeholder { /* Firefox 18- */
  color: #4e7e99
}

.comment-body textarea.error{
	background: #db817e;
}

.comment-reply {
	padding-top: 5px;
}

.game-ad-below-game{
	text-align: center;
    padding: 5px 0;
    /*background-color: #435e75;*/
    background: url(https://cdn.titotu.io/images/bg-ad.png);
}

.ad{
	text-align: center;
    padding: 5px 0;
    /*background-color: #435e75;*/
    background: url(https://cdn.titotu.io/images/bg-ad.png);
}

.featured{
	/*text-align: center;*/
    background-color: #22303c;
}

.featured > div{
	float:none;
	display:inline-block;
	padding: 5px!important;
/*	width:12.5%;*/
}

.featured .game-container{
	padding-bottom: 55%;
}
.featured .game-title,
.featured .game-info{
	display:none;
}

/**/
/*.spinner {
  margin: 25% auto;
  width: 150px;
  height: 120px;
  text-align: center;
  font-size: 30px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 18px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner > div{
	background-color:red;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}*/

.game-embed-video-ad-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:10;
}

.video-index h1{
	margin-left: -12px;
}

.video-index h2{
	font-size:20px;
	color: white;
    font-weight: bold;
	margin-left: -12px;
    margin-bottom: 0;
}

.video-index .video-container{
	border-bottom: 2px solid #435e75;;
}

.video-item{
/*	position:relative;
	color:#000;
	overflow: hidden;
	text-align: center;*/
    color: #fff;
	padding-top: 10px;
	padding-bottom: 25px;
}

.video-item .video-image{
	overflow:hidden;
}

.video-item img{
	max-width:100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-item:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-item a{
	color:#fff;
}
.video-item a:hover{
	color:#fff;
	text-decoration:none;
}


.video-item .video-caption{
	height: 45px;
    padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.video-item .video-item-info{
    padding-top: 7px;
	font-size: 12px;
}

.video-item .video-game{
	overflow: hidden;
    height: 20px;
}

.video-item .video-game a:hover{
	text-decoration:underline;
}

.video-item .video-date{

}

.video-game-container{
	position:relative;
	padding-top: 225px!important;
}

.row-condensed .col-lg-2,
.row-condensed .col-md-3,
.row-condensed .col-sm-4,
.row-condensed .col-xs-6{
	padding-right: 3px;
	padding-left: 3px;
}

.video-banner{
	height: 290px;
	background-position:0 50%;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	/*-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px); */
	/*-webkit-filter: opacity(.7);
	filter: opacity(.7);*/
	/*-webkit-filter: grayscale(.4);
	filter: grayscale(.4);*/
}

.video-game{
	position:relative;
}

.video-game .btn-play{
	position: absolute;
    right: 0;
    top: 0;
}

#social-external a span{
	display:none;
}

#search-form{
	display:none;
}

@media (min-width: 1200px) {
	#social-external a span{
		display:block;
	}
	#search-form{
		display:block;
	}
	#language-switch{
		margin-right: 60px;
	}
}

/* VIDEO VIEW */

@media (min-width: 768px) {
	.video-view .video-embed, 
	.video-view .video-ad, 
	.video-view .video-comments, 
	.video-view .video-recommended{
		/*float: left;*/
	}
	.video-view .video-embed,
	.video-view .video-info,
	.video-view .video-comments{
		width:100%;
	}
	.video-view .video-ad,
	.video-view .video-recommended{
		width:100%;
	}

	.video-view .video-info{
		clear: both;
	}
}

@media (min-width: 992px) {
	.video-view .video-embed, 
	.video-view .video-info, 
	.video-view .video-comments{
		float: left;
		padding-bottom:20px;
		width:65%;
		padding-right:2%;
	}
	.video-view .video-ad, 
	.video-view .video-recommended{
		float: right;
		padding-bottom:20px;
		width:35%;
		/*padding-right:4%;*/
	}

	.video-view .video-info{
		clear: none;
	}
}

.video-view{
	color:#fff;
}
.video-view a{
	color:#fff;
    font-weight: bold;
}
.video-view a:hover{
	color:#fff;
	text-decoration:none;
}

.video-view h1{
	font-size:19px;
	padding-left: 55px;
    margin-top: 0;
    margin-bottom: 0;
}

.video-view .video-row.row{
	margin-right: 0;
	margin-left: 0; 
}

.video-view .video-embed, 
.video-view .video-ad, 
.video-view .video-info, 
.video-view .video-comments, 
.video-view .video-recommended{
	position: relative;
	min-height: 1px;
	/*border:1px dotted blue;*/
}

.video-view .video-title{
    margin-bottom: 20px;
	height:40px;
}

.video-view .video-game-image{
	width:50px;
	overflow:hidden;
	border-radius: 25px;
	position: absolute;
	left: 10px;
    top: -5px;
}

.video-view .video-game img{
	height: 50px;
    margin-left: -50%;
}

.video-view .btn-return{
	margin-top: 0;
}

.video-view .video-game-info{
    padding-left: 5px;
    padding-top: 5px;
}

.video-game-info .vote-buttons{
    text-align: center;
}

.video-view .btn-vote{
    color: #fff;
	background: none;
    border: 0;
}

.video-view .btn-vote.btn-like:hover{
	color:#5cb85c;
}

.video-view .btn-vote.btn-dislike:hover{
	color:#d9534f;
}

.video-view .fa{
	font-size: 20px;
}

.video-view .video-recommended > div{
	padding-left:0;
	padding-right:0;
}

.video-item.video-rectangle{
	padding-bottom: 0;
}



.video-item.video-rectangle .video-image{
	height: 90px;
    float: left;
}

.video-item.video-rectangle .video-image img{
	height: 100%;
}

.video-item.video-rectangle .video-caption,
.video-item.video-rectangle .video-item-info{
	padding-left: 8px;
	overflow: hidden;
}

.video-item.video-rectangle .video-caption{
	max-height:45px;
	height: auto;
}

.video-view .video-ad{
	text-align: center;
    padding: 5px 0 0;
    background: url(https://cdn.titotu.io/images/bg-ad.png);
}

   

.otto {
	color: white;
	text-shadow: 0 1px 0 #ccc,
		       0 1px 0 #c9c9c9,
		       0 2px 0 #bbb,
		       /*0 3px 0 #b9b9b9,
		       0 2px 0 #aaa,*/
		       0 6px 1px rgba(0,0,0,.1),
		       0 0 5px rgba(0,0,0,.1),
		       0 1px 3px rgba(0,0,0,.3),
		       0 3px 5px rgba(0,0,0,.2),
		       0 5px 10px rgba(0,0,0,.25),
		       0 10px 10px rgba(0,0,0,.2),
		       0 20px 20px rgba(0,0,0,.15);
}

.ad-top-banner{
	text-align:center;
	padding: 5px 0;
	margin: 0 -15px;
    background: url(https://cdn.titotu.io/images/bg-ad.png);
    min-height: 105px;
	/*background-color: #435e75;*/
}

.hidden{
	display:none;
}

#hotlog_counter{
	display:none;
}

/* CHANNELS WIDGET */
.channels-widget{
	margin-top: 20px;
    color: #fff;
    font-size: 16px;
}
.channels-widget-item{
	float:left;
	margin-right:2px;
    padding-right: 12px;
    /*background-color: #196d9e;
    border-bottom: 2px solid rgba(2, 79, 123,1);
    border-top: 1px solid #CCD8DE;*/
}
.channels-widget-item-first{
	border-radius: 5px 0 0 5px;
	margin-left:0!important;
}
.channels-widget-item-first .channels-widget-image{
	border-radius: 5px;
}
.channels-widget-item-last{
	border-radius: 0 5px 5px 0;
	padding-right: 15px!important;
}
.channels-widget-item a{
    color: #fff;
    text-decoration: none;
}
.channels-widget-image{
    height: 31px;
    width: 31px;
    overflow: hidden;
	float:left;
	border-radius: 0 5px 5px 0;
}
.channels-widget-image img{
    height: 31px;
    width: 31px;
    transform: scale(1.3);
}
.channels-widget-title{
	line-height: 32px;
    padding-left: 44px;
}

/* cookie consent */
.cc-wrap {
	position: fixed;
	bottom: -95px;
	width: 100%;
	z-index: 9999;
}
.cc {
	padding: 10px 20px;
	background: #eee;
	color: #000;
}
a.btn-cc {
	color:#fff;
	font-size: 16px;
	padding-left:20px;
	padding-right:20px;
}
.cc-more-info{
	margin-left: 20px;
}
/* cookie consent end */

/* game left-right */
.game-left {
	float:left;
    width: 100%;
}
.game-left-content {

}
.game-right {
	float:right;
}
.game-right-container {
    float:left;
	width:142px;
	height:79px;
	margin-left:15px;
	margin-bottom:9px;
	position:relative;
}

.game-right-container .game-video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline;
    object-fit: fill;
    pointer-events: none;
	border-radius:5px;
}
.game-right-container{
       -moz-transition: all 0.3s;
       -webkit-transition: all 0.3s;
       transition: all 0.3s;
}
.game-right-container:hover {
       -moz-transform: scale(1.2);
       -webkit-transform: scale(1.2);
       transform: scale(1.2);
}
.game-right-container .game-image img{
	width:142px;
	border-radius:5px;
}

.game-right-container .game-mark{
	position: absolute;
    width: 14px;
    height: 14px;
    right: -5px;
    border-radius: 10px;
    top: -5px;
}

.ad-game-right{
	float:right;
	width:100%;
	max-height:250px;
	margin-bottom: 22px;
	padding:0;
}

@media (min-width: 768px){
	.ad-game-right {

	}
	.game-left {

	}
	.game-right {

	}
	.game-top-ad{
		margin-right: 0;
	}
}

@media (min-width: 992px){
	.ad-game-right {
		width:300px;
		/*height:600px;*/
		max-height:600px;
	}
	.game-left {
	    margin-right: -157px;
	}
	.game-left-content {
	    margin-right: 157px;
	}
	.game-right {
		width: 157px;
	}
	.game-top-ad{
		margin-right: 157px;
	}
}

@media (min-width: 1100px){
	.ad-game-right {
		width:160px;
		/*height:600px;*/	
		max-height:600px;
	}
	.game-left {
	    margin-right: -332px;
	}
	.game-left-content {
	    margin-right: 332px;
	}
	.game-right {
		width: 332px;
	}
	.game-top-ad{
		margin-right: 332px;
	}
}

@media (min-width: 1200px){
	.ad-game-right {
		width:300px;
		/*height:600px;*/
		max-height:600px;
	}
	.game-left {
	    margin-right: -332px;
	}
	.game-left-content {
	    margin-right: 332px;
	}
	.game-right {
		width: 332px;
	}
	.game-top-ad{
		margin-right: 332px;
	}
}

@media (min-width: 1500px){
	.ad-game-right {
		width:300px;
		/*height:600px;*/
		max-height:600px;
	}
	.game-left {
	    margin-right: -472px;
	}
	.game-left-content {
	    margin-right: 472px;
	}
	.game-right {
		width: 472px;
	}
	.game-top-ad{
		margin-right: 472px;
	}
}
/* game left-right end */

.ad-banner{
	margin: 0 -15px;
    background: url(https://cdn.titotu.io/images/bg-ad.png);
}
