
textarea{overflow:auto; margin:0;}
input { margin: 0; }
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
input[type="text"]:focus { outline: none;  }
input[type="text"] {  -webkit-appearance: none; }
  


html, body {
	height: 100%;
	background-color: #C6DFF0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	padding-top: 48px;
}

body.modal-open {
	margin: 0;
}

a {
	color: #005aa6;
}

.floatRight { float: right; }
.floatLeft { float: left; }
.display480, .display600, .display768, .display980 { display: none; }
.textCenter { text-align: center; }

.flexBetweenStretchRow { 
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  
	justify-content: space-between; align-items: stretch; flex-wrap: nowrap;
	}

.div2table {
	display: table;
}

.div2table:before,
.div2table:after {
	display: table-cell;
	content: '';
}

.div2table > div {
	display: table-cell;
	vertical-align: top;
}

textarea:focus, input:focus {
	outline: 0;
}

.title a:hover {
	text-decoration: underline;
}

#wrap {
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px;
	padding: 0 0 110px;*/
}


.width1042 { max-width:1042px; margin: 0 auto;   }
.width1042fix { width: 1042px; }

.header {
	display: block;
	float: left;
	width: 1050px;
	/*border-radius: 5px;*/

}

/*footer*/
#footer {
	position: relative;
	/*height: 90px;*/
	clear: both;
	padding-top: 20px;	padding-bottom: 10px; 
	font-size: 12px;
	color: #2858ba;
	text-shadow: 0 1px 3px #fff;
}

.page {
	width: /*1042px;*/ 100%; 
	padding: 0;
	margin: 15px 0 0 0;
}

.page:after {
	clear: both;
}

.page:after, .page:before {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */
}

/* PAGE */
.page > .col-content {
	width: 780px;
	margin-right: 10px;
}

.page > .col-right {
	width: 252px;
}

.page > .col-only-content {
	/*width: 1042px;*/
	width: 100%; 
}

.page > .col-content,
.page > .col-only-content,
.page > .col-right {
	/*min-height: 200px;*/
}

.column,
.block,
.block-content,
.block-header,
.block-title,
.block-footer {
	float: left;
}

.block-title {
	width: 750px;
}

.block,
.block-content,
.block-header,
.block-footer {
	width: 100%;
	position: relative;
}


.block {
	background-color: #0072d2;
	/*border-radius: 4px;*/
}

.block-title .icon {
	border: 3px solid #4689cd;
}

.block-title h1 {
	margin: 0;
	width: 560px;
	float: left;
	color: #fff;
	text-shadow: 0 1px 0 #00325d;
	padding: 0 15px;
}

.block-content {
	padding: 15px;
	/*border: 4px solid #0072d2;*/
	background: #fff;
	min-height:400px; 
	min-height:-webkit-calc(100vh - 310px);
	min-height:-moz-calc(100vh - 310px);
	min-height:calc(100vh - 310px); 
	
}

.block-content img { max-width: 100%; height: auto; }

.helpLayot .block-content {
	min-height:500px; 
	min-height:-webkit-calc(100vh - 205px);
	min-height:-moz-calc(100vh - 205px);
	min-height:calc(100vh - 205px); 	
}



.block-header,
.block-footer {
	padding: 10px 15px 10px 15px;
}

.block-header2 { padding: 0 15px; color: #fff; width: 100%; height: 90px; font-size: 0; }
.block-header2::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.block-header2 h1 { display: inline-block; vertical-align: middle; margin: 0; font-size: 22px; }

.block-content + .block-content {
	/*border-radius: 5px 5px 6px 6px;*/
	border-top: none;
}

/* PLATFORMS */

.platforms {
	text-align: center;
}

/* SNR-688 */
.platforms a, .platforms span {
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 0 1px 0 #5989b2;
	height: 18px;
	background-color: #78b6f1;
	padding: 0 2px 0 2px;
	margin: 0 0 0 2px;
	border-radius: 3px;
	box-shadow: inset 0 0 8px #4a92d2;
	text-transform: uppercase;
}

/* SNR-688 */
.platforms a.active, .platforms span.active {
	background-color: #f2aa31;
}

/* GENRES */

.genres a {
	color: #b57300;
	font-size: 14px;
}

/* FRONT PAGE BOTTOM*/

.bottom .col-content {
	width: 780px;
	margin-right: 10px;
}

.bottom .col-right {
	width: 320px;
}

.bottom .title {
	font-size: 26px;
	font-weight: normal;

}

/* GENRE LIST*/

.genre-list .title {
	color: #0072d2;
}

.genre-list .title a {
	font-size: 14px;
	color: #003b6d;
	text-decoration: underline;
	margin-top: 12px;
}

.genre-list li {
	width: 200px;
	overflow: hidden;
	margin-top: 15px;
}

.genre-list li a {
	color: #0072d2;
	font-size: 16px;
	vertical-align: top;
	line-height: 25px;
}

/* SOCIAL LIST */
.social-list ul {
	margin-top: 15px;
}

.social-list .title {
	color: #fff;
}

.social-list li {
	padding: 3px;
	background: #c8eaff;
	width: 143px;
	margin-bottom: 3px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 6px;
}

.social-list li:hover {
	background: #fff;
}

.social-list li a {
	text-decoration: none;
	color: #003b6d;
	vertical-align: top;
	line-height: 38px;
}

/* SIDE BAR */
.last-content .menu-tabs li a {
	padding: 6px;
	line-height: 14px;
	text-align: center;
	width: 154px;
	margin-right: 4px;
}

.last-content .menu-tabs li.last a {
	margin-right: 0;
}

.tab-content {
	border-radius: 0 0 6px 6px;
	border-top: none;
}

.tab-header {
	padding: 4px 4px 0 4px;
}

.pager {
	float: left;
}

.banner-right {
	text-align: center;
	margin: 0 0 15px 0;
}

.block-view .col-left {
	width: 210px;
	margin-right: 15px;
}

.block-view .col-content {
	width: 391px;
	text-align: left;
	font-size: 12px;
}

.block-view .block-header {
	height: 90px;
	padding: 18px 15px 0 15px;
}

.block-view .block-header + .block-content {
	/*border-radius: 7px 7px 8px 8px;*/
	border-top: 0;
}

.block-view .block-title .title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

.block-view .menu {
	position: absolute;
	left: 4px;
	bottom: 0;
}

.block-title-header {
	float: left;
	color: #FFFFFF;
}

.block-carousel img {
	width: 1042px;
	/*background: #fff;*/
	/*border-radius: 4px;*/
}

.banner-carousel {
	/*background-color: #0072d2;*/
	/*border-radius: 6px;*/
	/*border: 4px solid #0072d2;*/
	margin: 0 0 15px 0;
	width: 1042px;
}

#carouselBannerGenericcarousel, .carousel-inner {
	/*border-radius: 6px;*/
}

.banner-head {
	width: 965px;
	margin: 15px auto;
	display: block;
}

.banner-sidebar {
	/*border-radius: 6px;*/
	/*border: 4px solid #0072d2;*/
	/*background-color: #0072d2;*/
}

.banner-sidebar img {
	/*background-color: #0072d2;*/
	/*border-radius: 5px;*/
	width: 245px;
}

.soc-banner-fixed {
	position: fixed;
	top: 45px;
}

.soc-banner-absolute {
	position: absolute;
	bottom: 0;
}

.soc-banner-static {
	position: static;
}

form#passwordForgotForm {
	margin-top: 50px;
}

#PasswordForgotForm_email, #ChangePasswordForm_password, #ChangePasswordForm_password2 {
	width: 321px;
}

#PasswordForgotForm_captcha {
	margin-top: 12px;
	height: 50px;
	text-align: center;
}

#passwordForgotForm input, #changePasswordForm input {
	border-radius: 5px;
	border: 1px #adadad solid;
	padding: 7px 10px;
	font-size: 13px;
	color: #494949;
}

#passwordForgotForm input ::-webkit-input-placeholder {
	color: #909090;
}

#passwordForgotForm input ::-moz-placeholder {
	color: #909090;
}

#passwordForgotForm input :-moz-placeholder {
	color: #909090;
}

#passwordForgotForm input :-ms-input-placeholder {
	color: #909090;
}

#forgotPasswordCaptchaLink {
	font-size: 13px !important;
	color: #808080 !important;
}

.password-forgot-submit-btn {
	background: url(../images/support/backfeed_send_bth.png) no-repeat;
	width: 321px;
	background-size: 321px auto;
	color: #FFFFFF !important;
	border: none !important;
}

#passwordForgotForm, #changePasswordForm {
	margin: 90px auto;
	width: 340px;
	text-align: center;
}

.password-forgot-preload {
	position: absolute;
	top: 95px;
	left: 320px;
	width: 128px;
	height: 128px;
	z-index: 100;
	display: none;
}

.top-games-sidebar {
	width: 245px;
	/*display: block;*/
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-games-item {
	display: block;
	margin-bottom: 10px;
	height: 50px;
}

.top-games-img {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-left: 5px;
}

.top-games-link {
	position: relative;
	height: 50px;
	float: left;
	width: 160px;
	display: block;
	vertical-align: middle;
}

.top-games-item a {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35%;
	margin: auto;

	line-height: 15px;
	text-decoration: none;
	color: #808080;
	width: 160px;
}

.top-games-sidebar-header {
	font-size: 18px;
	margin-left: 10px;
	color: #003b6d;
}

.top-games-sidebar-header-platform {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #003b6d;
}

.block-popup {
	width: 1042px;
	position: relative;
	right: 12px;
	margin: 0 auto;
}

.block-popup .block-header {
	background-color: #0072d2;
	height: 44px;
	font-size: 20px;
	color: white;
}

.google-ad-banners {
	width: 700px;
	margin: auto;
	display: block;
}

#user-modal .errorMessage {
	max-width: 430px;
}

.ds_page {
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	padding-bottom: 100px;
}

.ds_page ._header,
.ds_page ._blocks,
.ds_page ._footer {
	padding: 15px;
}

.ds_page ._header {
	background: url(../images/digitalstar/page2/header.png) no-repeat 0 0 transparent;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
	height: 126px;
	margin-bottom: 0;
}

.ds_page ._header ._logo {
	float: left;
	margin-right: 15px;
}

.ds_page ._header ._info {
	float: left;
}

.ds_page ._header ._download_links {
	overflow: hidden;
	padding-top: 10px;
}

.ds_page ._header ._download_links > div {
	float: left;
	margin-right: 20px;
}

.ds_page ._blocks {
	margin-left: -10px;
	margin-right: -10px;
}

.ds_page .__blocks {
	width: 100%;
}

.ds_page .__blocks > div {
	padding: 10px;
}

.ds_page ._block {
	text-align: center;
	height: 290px;
	background: #e2e3e4;
	font-size: 14px;
}

.ds_page ._block ._image {
	padding: 20px 0;
}

.ds_page ._block ._title {
	padding: 0 20px;
	font-size: 14px;
}

.ds_page ._footer {
	overflow: hidden;
}

.ds_page ._footer ._image {
	vertical-align: middle;
}

.ds_page ._footer ._text {
	padding-left: 15px;
	vertical-align: middle;
	font-size: 14px;
}

.popupBanner .modal-body {
	padding: 0 !important;
	width: 706px !important;
	height: 506px !important;
}

.popupBanner .modal-dialog img {
	border-radius: 4px;
}

.popupBanner .modal-dialog {
	border-radius: 7px;
	border: 3px #FFFFFF solid;
	padding: 0 !important;
	width: 706px !important;
	height: 506px !important;
	margin-top: 12% !important;
}

.popupBanner .modal-dialog .close {
	background-image: url('../images/close.png');
	display: block;
	position: absolute;
	top: -12px;
	right: -7px;
	width: 25px;
	height: 25px;
	opacity: 1;
}

.popupBanner.gb_redirect_banner .modal-dialog {
	border: 0 solid transparent;
}

.popupBanner.gb_redirect_banner .button {
	position: absolute;
}

.popupBanner.gb_redirect_banner .gb_rpb_index_0 .button-back {
	top: 418px;
	left: 421px;
	height: 45px;
	width: 205px;
	border-radius: 5px;
}

.popupBanner.gb_redirect_banner .gb_rpb_index_0 .button-stay {
	top: 405px;
	left: 70px;
	height: 70px;
	width: 310px;
	border-radius: 5px;
}

.popupBanner.gb_redirect_banner .gb_rpb_index_1 .button-back {
	top: 418px;
	left: 424px;
	height: 52px;
	width: 237px;
	border-radius: 5px;
}

.popupBanner.gb_redirect_banner .gb_rpb_index_1 .button-stay {
	top: 82px;
	left: 283px;
	height: 76px;
	width: 336px;
	border-radius: 5px;
}

.popupBanner.gb_redirect_banner .gb_rpb_image {
	position: absolute;
	top: 0;
	left: 0;
}

.scroll-to-top {
	position: fixed;
	bottom: 50px;
	left: 50px;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	color: #fff;
	font-size: 20px;
	background-color: #000;
	text-align: center;
	cursor: pointer;
}

.scroll-to-top.fa-angle-up:before {
	font-size: 30px;
	line-height: 38px;
}

.c_game.a_index .game-view .block-content {
	background-color: #eef7fd;
}

.info.success-info {
	padding: 10px 15px;
	border: 3px solid #9AC937;
	background-color: #AAD158;
	font-size: 14px;
	margin-bottom: 15px;
}

.api_links_title {
	margin-top: 25px;
	text-align: center;
	color: #0072d2;
	line-height: 30px;
	font-size: 18px;
}
.api_links_block {
	margin-top: 20px;
	text-align: center;
}
.api_links {
	display: inline-block;
	width: 125px;
	height: 35px;
	margin-right: 20px;
	text-transform: uppercase;
	border-radius: 4px;
	outline: none;
}
.api_links span {
	text-align: center;
}
.api_links .icon-area {
	border-right: solid 2px #ffffff;
	height: 35px;
	width: 35%;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
.api_links .text-area {
	height: 35px;
	width: 65%;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: none;
	float: left;
	color: #ffffff;
	text-align: center;
}
.vk_link {
	background-color: #45668e;
}
.vk_link .icon-area {
	background-image: url('../images/vk_icon.png');
	background-size: auto 15px;
}
.fb_link {
	background: #3b5998;
	margin-right: 0;
}
.fb_link .icon-area {
	background-image: url('../images/fb_icon.png');
	background-size: auto 22px;
}
.api_links:hover .text-area {
	color:#ffffff;
}



/* ADAPTIVNOST */
@media (max-width:1024px) {
	.padding15 { padding-left: 15px; padding-right: 15px; }
}

@media (max-width:980px) { 

	.hidden980 { display:none; }
	.display980 { display: block; }	

	.width100_980{width:100%;}
	.width70_980{width:70%;}
	.width50_980{width:50%;}
	.width33_980{width:33.3%;}
	.width25_980{width:25%;}
	.width20_980{width:20%;}

	.block-content { 
		min-height:-webkit-calc(100vh - 130px);
		min-height:-moz-calc(100vh - 130px);
		min-height:calc(100vh - 130px); 
	}

	.helpLayot .block-content {
		min-height:500px; 
		min-height:-webkit-calc(100vh - 205px);
		min-height:-moz-calc(100vh - 205px);
		min-height:calc(100vh - 205px); 	
	}

	

}


@media (max-width:768px) { 

	.hidden768 { display:none; }
	.display768 { display: block; }	
	.page { margin:0; }
	
	.width100_768{width:100%;}
	.width70_768{width:70%;}
	.width50_768 { width:50%; } 
	.width33_768{width:33.3%;}
	.width25_768{width:25%;}
	.width20_768{width:20%;}

	.textCenter_768 { text-align: center;}
	.textRight_768 { text-align: right; }

	.message-comment p, .post-form-comment { font-size: 13px; }
	.block-content { padding: 5px 15px; }

	.block-content.flexBetweenStretchRow { display:block;}
	.block-header.support-header { height: auto; padding: 15px 15px 5px 15px; background-color: #fff; }
	.support-header .support-icon { background-image: none;  color: #333; }
	.support-header .block-title-header-support { padding: 0;}
	.support-content { border: none; padding-right: 0;}
	.support-header .block-title-header-support { height: auto;}
	.support-feedback {  margin-top: 30px; }
}



@media (max-width:600px) { 

	.hidden600 { display:none; }
	.display600 { display: block; }	
	
	.width100_600 {width:100%;} 
	.width70_600 {width:70%;}
	.width50_600 { width:50%; } 
	.width33_600 {width:33.3%;}
	.width25_600 {width:25%;}
	.width20_600 {width:20%;}

}


@media (max-width:480px) { 

	.hidden480 { display:none; }
	.display480 { display: block; }	
	
	.width100_480 {width:100%;} 
	.width70_480 {width:70%;}
	.width50_480 { width:50%; } 
	.width33_480 {width:33.3%;}
	.width25_480 {width:25%;}
	.width20_480 {width:20%;}

	.support-faq-section { padding-left: 20px; }

}

@media (max-width:360px) { 

	
	.top-layout { height: 36px;  }
	body { padding-top:36px; }

	.block-content { 
		min-height:-webkit-calc(100vh - 130px);
		min-height:-moz-calc(100vh - 130px);
		min-height:calc(100vh - 130px); 
	}




}

