@font-face {
    font-family: MiriamFixed;
    src: url("../fonts/MiriamFixed.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MiriamFixed.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/MiriamFixed.woff") format("woff"), /* Modern Browsers */
         url("../fonts/MiriamFixed.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../fonts/MiriamFixed.svg#svgFontName") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?11gi3f');
	src:  url('../fonts/icomoon.eot?11gi3f#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?11gi3f') format('truetype'),
    url('../fonts/icomoon.woff?11gi3f') format('woff'),
    url('../fonts/icomoon.svg?11gi3f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}



* {
	-webkit-tap-highlight-color: transparent !important;	
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}




.icon-share2:before {
  content: "\ea82";
}
.icon-facebook:before {
  content: "\ea90";
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
	Common css (mobile first!!)
*/

html , body{
	height: 100%;
}
body {
    margin: 0;
    padding: 0;
    //background-color: #f5f5f5;
    background-color: white;
    font-size: 1.125em;
    font-family: MiriamFixed, "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 1%;
    //margin-right: 1%;
    width: 98%;
	min-height: 100%;
	max-width: 740px;
	margin-bottom: 0px;
    height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    z-index: 0;
    //min-width: 770px;
	//line-height: 50px;
	display:block;
}

#gameToolbar {
	margin: 0;
	padding: 0;
}

#gameToolbarBtnGroup {
	vertical-align: bottom;
	//width: 90%;
}

#main-wrapper {
   height:100%;
   position:relative;
   margin-left: auto;
   margin-right: auto;
}

#header {
   //background:#ff0;
   //padding:10px;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
#main-content {
	height: 100%;
   margin-top: 60px;
   margin-left: 1%;
   margin-right: 1%;
   margin-bottom:150px;   /* Height of the footer */
}

#feed-container {
	height: 100%;
}

#logo-start {
	/*
	background: url("../img/Logo_grau.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	*/
	position: relative;
	text-align: center;
	color: white; 
	width: 75%;
	//height: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.fon-overlay {
    display: none;
    
    width:98%;
    height:100%;
    position:absolute;
    background-color: rgb(132,132,132);
    opacity:.6;
	-webkit-opacity: 0.6;
	z-index: 1001;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader {
  border: 16px solid #202020;
  border-radius: 50%;
  border-top: 16px solid #63ebe1;
  border-right: 16px solid #ff3a5e;
  border-bottom: 16px solid #e7c744;
  border-left: 16px solid #19beb3;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}


.news-img {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: white; 
	width: 100%;
	height: 20%;
	/*
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed; */
} 


#news-descr {
	width: 85%;
	font-size: 1.5em;
	margin-top: 5%;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	color: #202020;
	
	
}

#more-info-container {
	width: 85%;
	font-size: 1.5em;
	margin-top: 5%;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	color: #202020;
}

#news-info {
	width: 90%;
	margin-top: 1.5%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5em; 
	font-weight: 800;
	text-align: center;
	font-weight: 800;
}

#news-info-fake {
	float: left;
	width: 33%;
	text-align: left;
}

#news-info-btn {
	float: left;
	width:  33%;
	height: auto;
	text-align: center;
	line-height: 1.42857143;
}

.info-btn-img {
	/*1.42857143em; */
	width: 0.75em; 
	height: 0.75em; 
	margin-left: auto;
	margin-right: auto; 
	cursor: pointer; 
}

#news-info-news {
	float: left;
	width: 33%;
	text-align: right;
}


#news-bottom-btn {
	width: 100%; 
	margin-top: 5%;
	text-align: center;
}

#news-rate {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.arrow-container {
	vertical-align: middle;
}

.news-rate-btn  {
	font-family: Calibri;
	cursor: pointer;
	font-size: 3.0em%;
	vertical-align: middle;
}

.news-rate-btn span  {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.news-rate-fake20 {
	width: 20.407%;
	background: url("../img/arrow_fake20.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: white;
}

.news-rate-fake10 {
	width: 14.796%;
	background: url("../img/arrow_fake10.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: white;
}

.news-rate-fake05 {
	width: 14.797%;
	background: url("../img/arrow_fake05.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: white;
}

.news-rate-news05 {
	width: 14.797%;
	background: url("../img/arrow_news05.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: #202020;
}

.news-rate-news10 {
	width: 14.796%;
	background: url("../img/arrow_news10.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: #202020;
}

.news-rate-news20 {
	width: 20.407%;
	background: url("../img/arrow_news20.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	color: #202020;
}



#news-type-header {
	width: 100%;
	font-size: 3.0em;
	font-weight: 800;
	text-align: center; 
}

.news-rate-btn {
	float: left;
	height: 100%;
}



.fon-gameBtn-counter {
	font-size: 1.2em !important;
	background-color: #ff3a5e;
	border-right: 1px solid white;
	border-radius: 4px !important;
	width: 25%;
}

.fon-gameBtn-moreInfo {
	font-size: 1.2em !important;
	background-color: #e7c744;
	border-right: 1px solid white;
	border-radius: 4px !important;
}

.btn {
	font-size: 0.875em;
	font-weight: 500;
	color: #202020;
	border-radius: 0;
	border: none;
	//height: 50px;
}

.fon-gameBtn-active {
	//font-weight: 900;
	font-size: 1.0em;
	height: 35px;
}

.fon-gameBtn-aus {
	background-color: #ff3a5e;
	border-right: 1px solid white;
}

.fon-gameBtn-ant { 
	background-color: #e7c744;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.fon-gameBtn-que {
	background-color: #63ebe1;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.fon-gameBtn-sta {
	background-color: #19beb3;
	border-left: 1px solid white;
}

.btnRed, .btnRed:hover, .btnRed:focus, .btnRed:active {
	background-color: #ff3a5e !important;
	border: 1px solid #ff3a5e !important;
}

.btnYellow, .btnYellow:hover, .btnYellow:focus, .btnYellow:active {
	background-color: #e7c744 !important;
	border: 1px solid #e7c744 !important;
}

.btnLightblue , .btnLightblue:hover, .btnLightblue :focus, .btnLightblue :active{
	background-color: #63ebe1 !important;
	border: 1px solid #63ebe1 !important;
}

.btnBlue, .btnBlue:hover, .btnBlue:focus, .btnBlue:active {
	background-color: #19beb3 !important;
	border: 1px solid #19beb3 !important;
}

.btn-toolbar{
  text-align: center;
}

#feed-filter-bar {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#source-mail-container {
	padding: 5px;
	border-bottom: 1px solid #202020; 
}

#stats-filter-container {
	padding: 5px;
	border-bottom: 1px solid #202020; 
}

#static-content-header {
	font-size: 1.50em;
	font-weight: 700;
	padding: 5px;
	border-bottom: 1px solid #202020; 
	
}

.filter-bar {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.filter-container {
	margin-top: 3%;
	text-align: center;
}

#footer-countdown {
	margin-top: 5px;
	float: left;
	margin-left: 5%;
}

#footer-pts {
	margin-top: 5px;
	float: right;
	margin-right: 5%;
}

#fon-btn-pwforgot, #fon-btn-pwforgot:active {
	color: rgb(132,132,132);
	text-decoration: none;
}

#fon-btn-pwforgot:hover, #fon-btn-pwforgot:focus {
	color: rgb(132,132,132);
	text-decoration: underline;
	cursor: pointer;
}

#fon-btn-fbregister, #fon-btn-fbregister:active {
	color: rgb(132,132,132);
	text-decoration: none;
}

#fon-btn-fbregister:hover, #fon-btn-fbregister:focus {
	color: rgb(132,132,132);
	text-decoration: underline;
	cursor: pointer;
}

.footerDonatebtn, .footerDonatebtn:hover, .footerDonatebtn:focus, .footerDonatebtn:active {
	margin-top: 5px;
	height: 35px;
	font-size: 1.25em;
	font-weight: 600;
	background-color: #202020;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
}


.profileFilterBtn, .profileFilterBtn:hover, .profileFilterBtn:focus, .profileFilterBtn:active {
	font-size: 1.00em;
	font-weight: 500;
	background-color: #63ebe1;
	color: #202020;
	border: 1px solid #63ebe1;
	border-radius: 5px;
	width: 48%;
}

.profileBtn, .profileBtn:hover, .profileBtn:focus, .profileBtn:active {
	font-size: 1.00em;
	font-weight: 500;
	background-color: #63ebe1;
	color: #202020;
	border: 1px solid #63ebe1;
	border-radius: 5px;
	width: 60%;
}

.friendlistFilterBtn, .friendlistFilterBtn:hover, .friendlistFilterBtn:focus, .friendlistFilterBtn:active {
	font-size: 1.00em;
	font-weight: 500;
	background-color: #63ebe1;
	color: #202020;
	border: 1px solid #63ebe1;
	border-radius: 5px;
	width: 33%;
}

.friendlistFilterBtn-active, .friendlistFilterBtn-active:hover, .friendlistFilterBtn-active:focus, .friendlistFilterBtn-active:active {
	background-color: white;
}

.statsFilterBtn, .statsFilterBtn:hover, .statsFilterBtn:focus, .statsFilterBtn:active {
	font-size: 1.25em;
	font-weight: 500;
	background-color: white;
	color: #202020;
	border: 1px solid #19beb3;
	border-radius: 5px;
	width: 48%;
}

.statsFilterBtn-active, .statsFilterBtn-active:hover, .statsFilterBtn-active:focus, .statsFilterBtn-active:active {
	background-color: #19beb3;
}

.dispBtn {
	font-size: 1.25em;
	font-weight: 500;
	background-color: #dedede;
	color: #202020;
	border: 1px solid #dedede;
	border-radius: 5px;
	width: 48%;
	cursor: context-menu;
}

.infoFilterBtn, .infoFilterBtn:hover, .infoFilterBtn:focus, .infoFilterBtn:active {
	font-size: 1.25em;
	font-weight: 500;
	background-color: #202020;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
}

.infoFilterBtn-active , .infoFilterBtn-active:hover, .infoFilterBtn-active:focus, .infoFilterBtn-active:active {
	background-color: white;
	color: #202020;
	border: 1px solid #202020;
}

.fon-FilterBtn-left {
	float: left;
}

.fon-FilterBtn-right {
	float: right;
}

.sourceMailBtn {
	font-size: 1.25em;
	background-color: #63ebe1;
	color: #202020;
	border: 1px solid #63ebe1;
	border-radius: 4px;	
}


.fon-contact-label {
	text-align: left;
	margin-bottom: 0;
	margin-top: 5px;
}

.profile-line {
	border-bottom: 1px solid #202020;
	padding-top: 2%;
}


.profile-label {
	width: 50%;
	float: left;
	line-height: 1.42857143;
	margin: 0;
	padding: 0;
}

.profile-input {
	width: 50%;
	float: right;
	line-height: 1.42857143;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.fon-form-label[disabled] {
	background-color: white;
	color: #202020;
	cursor: auto;
	text-align: left;
}

#src-info-btn {
	cursor: pointer; 
	font-size: 2.0em; 
	line-height: 1.42857143; 
	vertical-align:middle;
}

#profileFilterBtn-logout, #profileFilterBtn-logout:hover, #profileFilterBtn-logout:focus, #profileFilterBtn-logout:active {
	border: 1px solid #dedede;
	background-color: #dedede;
	width: auto;
}

#profileFilterBtn-save, #profileFilterBtn-save:hover, #profileFilterBtn-save:focus, #profileFilterBtn-save:active {
	border: 1px solid #dedede;
	background-color: #dedede;
}

#inviteBtn, #inviteBtn:hover, #inviteBtn:focus, #inviteBtn:active {
	border: 1px solid #dedede;
	background-color: #dedede;
}

#profile-user-data-container {
	margin-top: 3%;
	font-weight: 500;
	font-size: 1.25em;
}



.feedFilterBtn, .feedFilterBtn:hover, .feedFilterBtn:focus, .feedFilterBtn:active {
	font-size: 1.25em;
	background-color: #202020;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
	
}

.feedFilterBtn-active , .feedFilterBtn-active:hover, .feedFilterBtn-active:focus, .feedFilterBtn-active:active {
	background-color: white;
	color: #202020;
	border: 1px solid #202020;
}

.fon-feedFilterBtn-all {
	//margin-right: 2%;
	//border-left: 1px solid white;
	float: left;
}

.fon-feedFilterBtn-fav {
	//margin-right: 2%;
	//border-left: 1px solid white;
	float: right;
}

.fon-feedFilterBtn-pts {
	font-size: 1.25em;
	background-color: white;
	color: #202020;
	border: 1px solid #202020;
	border-radius: 5px;
	float: right;
}

.feed-card-view {
	width: 96%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	background-color: white;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.21);
}

.feed-card-view-content {
	cursor: pointer;
}

#feed-statement-info-modal {
	text-align: center;
	background-color: #202020;
	color: white;
	font-size: 2.5em;
}

.feed-card-view-image {
	width: 90%;
	max-height: 25%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.21);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	overflow: hidden; 
	
}

.feed-card-view-image img{
  position: absolute;
  left: 50%;
  top: 50%;
  
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.feed-card-view-image-src {
	width: 90%;
	max-height: 25%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.21);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	text-align: center;
	overflow: hidden; 
	
}

.feed-card-view-image-src img{
  position: absolute;
  left: 50%;
  top: 0;
  
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}


.feed-card-view-toolbar {  
	height: 50px;
}


.feed-card-view-toolbar-logo {
	height: 40px;
	width: 40px;
	margin: 5px;
	float: left;
	background: url("../img/Logo_grau.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
}

.feed-card-view-toolbar-pts {
	font-size: 1.5em;
	float: right;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin: 5px;
	vertical-align: middle;
	text-align: center;
}

.feed-card-view-toolbar-date {
	font-size: 1.5em;
	float: left;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin: 5px;
	vertical-align: middle;
	text-align: center;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.feed-card-view-toolbar-bookmark {
	float: right;
	line-height: 40px;
	height: 40px;
	width: 40px;
	margin: 5px;
	vertical-align: middle;
	text-align: center;
}

.feed-card-view-descr {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	font-size: 1.0em;
}

#fon-menu ul li a {
	text-align: center;
}


.fon-static-page-descr {
	margin-left: auto; 
	margin-right: auto; 
	width=96%; 
	text-align: center; 
	font-size: 1.25em; 
	font-weight: 700;
}

.form-control {
	font-size: 1.0em;
	border-color: #202020;
}

.form-control:focus {
	font-size: 1.0em;
	border-color: rgb(132, 132, 132);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(132,132,132,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(132,132,132,.6);
	
}

.fon-submitBtn, .fon-submitBtn:active, .fon-submitBtn:focus, .fon-submitBtn:hover {
	border-radius: 5px;
	background-color: rgb(132,132,132);
	color: white;
}

.panel-fon {
	border: none;
	background-color: white;
	border-radius: 0 !important;
	margin-bottom: 20px;
	box-shadow: none !important;
	border-left: 5px solid #202020;
}

.panel-fon-color-red {
	border-color: #ff3a5e;
}

.panel-fon-color-yellow {   
	border-color: #e7c744;
}

.panel-fon-color-lightblue {
	border-color: #63ebe1;
}

.panel-fon-color-blue {
	border-color: #19beb3;
}

.panel-heading-fon {
	background-color: white;
	border: none;
	padding: 10px 15px;
}

.panel-heading-fon a {
	text-decoration: none;
	font-weight: 700;
}




.navbar {
	margin: 0;
	//height: 50px;
	width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: hidden;
}


/* navbar */
.navbar-default {
    background-color: #202020;
    border-color: #202020;
	color: white;
}
/* Title */
.navbar-header {
    float: left;
    //padding: 15px;
    text-align: center;
    width: 100%;
}
.navbar-brand {float:none;}

.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}
/* Link */
.navbar-default .navbar-nav > li > a {
    color: white;
	font-size: 1.0em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
	background-color: #202020;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff3a5e;
	background-color: #202020;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
	background-color: #202020;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* Mobile version */
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #202020;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #333;
    }
}

.navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}


.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}





 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #63ebe1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 



.fon-ranking-list {
	width: 100%;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.75em;
	text-align: left; 
}

.fon-ranking-list-row {
	border-bottom: 1px solid #202020;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fon-ranking-list-col1 {
	width: 13%;
	margin-left: 2%;
	text-align: left;
}
.fon-ranking-list-col2 {
	width: 70%;
	text-align: left;
}
.fon-ranking-list-col3 {
	width: 13%;
	margin-right: 2%;
	text-align: right;
	color: #19beb3;
}
tr.fon-ranking-list-row>td {
  padding-top: 1em;
  padding-bottom: 5px;
}



.fon-friend-list {
	width: 100%;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.75em;
	text-align: left; 
}

.fon-friend-list-row {
	border-bottom: 1px solid #202020;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fon-friend-list-col1 {
	width: 74%;
	margin-left: 2%;
	text-align: left;
}
.fon-friend-list-col2 {
	width: 12%;
	text-align: right;
	margin-left: 1%;
	margin-right: 1%;
}
.fon-friend-list-col3 {
	width: 12%;
	margin-left: 1%;
	margin-right: 2%;
	text-align: right;
	color: #19beb3;
	
}

.fon-friend-list-confirm{
	background-image: url('../img/confirm.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.fon-friend-list-cancel{
	background-image: url('../img/cancel.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	cursor: pointer;
}

tr.fon-friend-list-row>td {
  padding-top: 1em;
  padding-bottom: 5px;
}


#footer-right-share {
	width: 30px;
	height: 30px;
	background-image: url('../img/share_icon_white.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	text-align: center;
	cursor: pointer;
}


.btnFB, .btnFB:hover, .btnFB:focus, .btnFB:active {
	background-color: #3B5998 !important;
	border: 1px solid #3B5998 !important;
	color: white !important;
}


#countdown {
	font-size: 1.6em;
	color: #ff3a5e;
	position: relative;
	margin: auto;
	margin-top: 5px;
	height: 45px;
	width: 45px;
	text-align: center;
	display: inline-block;
}

#countdown-number {
  //color: #ff3a5e;
  color: white;
  display: inline-block;
  line-height: 40px;
  text-align: center; 
  margin-left: 5px; 
}





.alert-fon-success {
	background-color: #63ebe1;
}

.alert-fon-error {
	background-color: #ff3a5e;
}

.alert-fon-warning {
	background-color: #e7c744;
}

.alert-fon-info {
	background-color: #19beb3;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}



#fon-game-animation-wrap {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: none;
    overflow: hidden;
	z-index: 997;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}

#fon-game-animation-popup {
    position: relative;
    width: 300px;
    height: auto;
	//background-color: rgb(132,132,132,0.1);
    top: 20%; 
    margin-left: auto; 
	margin-right: auto; 
	//box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.21);

	/*
    -webkit-perspective: 800px;
    -webkit-perspective-origin: 50% 50px;
   perspective: 800px;
   perspective-origin: 50% 50px;    
   */
}

.pieceColor1 {
    //background: #ff3a5e;
    background: #e7c744;
    float: left;
}

.pieceColor2 {
    //background: #e7c744;
	background: #e7c744;
    float: left;
}

.pieceColor3 {
    //background: #63ebe1;
	background: #e7c744;
    float: left;
}

.pieceColor4 {
    //background: #19beb3;
	background: #e7c744;
    float: left;
}

#fon-game-animation-txt {
    position: fixed;
    text-align: center;
    width: 300px;
	
	font-size: 5.75em;
	font-weight: 800;
	margin-left: auto; 
	margin-right: auto; 
    top: 26%;     
    color: #202020;
	//background-color: blue;
	z-index: 999;
}

#fon-game-animation-txt-p {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

#news-pts {
	z-index: 999;
	position: static;
	float: right; 
	width: 100%;
	font-size: 1.75em;
	text-align: right;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%;
	display: none;
}

#news-pts2 {
	z-index: 999;
	position: static;
	float: right; 
	width: 100%;
	font-size: 1.75em;
	text-align: right;
	margin-left: 3%;
	margin-right: 3%;
	//margin-top: 2%;
	height: 40px;
}

#news-pts-placeholder {
	float: left;
	width: 10px;
	line-height: 1.42857143;
}




@media (min-device-width: 740px) {
	body {
		border: 1px solid #202020;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}