.tbutton {
	font-family: 'Noto Sans', sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;*/
	display: inline-block;
	cursor: pointer;
	position: relative;
	word-spacing: 0.2em;
	background: #c69302;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.1);
	background-image: linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.08) 0%, rgba(128,128,128,0.08) 50%, rgba(255,255,255,0.08) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgba(0,0,0,0.08)),color-stop(0.5, rgba(128,128,128,0.08)),color-stop(1, rgba(255,255,255,0.08)));
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #c69302;
}
.tbutton:hover {
	color: #fff;
	background: #666;
}
.tbutton.color2 {
	background:#181818
}
.tbutton.color2:hover {
	color: #fff;
	background:#111
}
.tbutton.color3 {
	background: #FF7000;
}
.tbutton.color3:hover {
	color: #fff;
	background: #BE590A;
}
.tbutton.color4 {
	background: #09F;
}
.tbutton.color4:hover {
	color: #fff;
	background: #0C6BAA;
}
.tbutton.color5 {
	background: #F00;
}
.tbutton.color5:hover {
	color: #fff;
	background: #971919;
}
.tbutton span {
	display: block;
	/*background: url(images/button_bg.png) 0 0 repeat-x;*/
	overflow: hidden;
}
.tbutton:active span {
	/*background: url(images/button_bg.png) bottom repeat-x;*/
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.4em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.2em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.4em;
}
.tbuttom img {
	padding: 10px 18px;
}
/*	Blog Post
----------------------------------------------------------------------*/
.def-block {
	padding: 30px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.04);
}

.liner {
	display: block;
	width: 100%;
	border-bottom: 1px solid #080808;
	box-shadow: 0 1px 0 rgba(34, 34, 34, 0.8);
	-webkit-box-shadow: 0 1px 0 rgba(34, 34, 34, 0.8);
	margin: -1px 0 20px;
}





/*	Popup SignIn
----------------------------------------------------------------------*/
#LoginBackgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	z-index: 99999997;
}
#popupLogin {
	display:none;
	position:fixed;
	width:360px;
	top:50%;
	left:50%;
	z-index: 99999998;
	margin-left: 0;
}
#popupLogin .def-block  {
	background: #000;
	background: rgba(0, 0, 0, 0.9) !important;
	box-shadow: none;
	border: 2px solid #1F1F1F;
}
#popupLoginClose {
	position: absolute;
	font-size: 24px;
	cursor: pointer;
	top:5px;
	right:10px;
	color:#c69302;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#popupLoginClose:hover {
	color: #fff
}
#login_username, #login_password {
	display: block !important;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 12px;
	line-height: 24px;
	height: 34px;
	border: 0;
}
.zigmaIn {
	-webkit-animation: zigma 0.8s;
	animation: zigma 0.8s;
}
@-webkit-keyframes zigma {
	0% {-webkit-transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotateY(-10deg);}
	70% {-webkit-transform: perspective(400px) rotateY(10deg);}
	100% {-webkit-transform: perspective(400px) rotateY(0deg);opacity: 1;}
}
@keyframes zigma {
	0% {transform: perspective(400px) rotateY(90deg);opacity: 0;}
	40% {transform: perspective(400px) rotateY(-10deg);}
	70% {transform: perspective(400px) rotateY(10deg);}
	100% {transform: perspective(400px) rotateY(0deg);opacity: 1;}
}


/*	Popup Terms and Conditions
----------------------------------------------------------------------*/
#termsLogin {
	display:none;
	position:fixed;
	width:600px;
	top:5%;
	left:50%;
	z-index: 99999998;
	margin-left: -300px;
}

#termsLogin p{
	color:white;
}

#termsLogin .panel-body{
	background-color:#ebebe5;
}

#termsLogin .panel-body p{
	color:#65676F;
}

#termsLogin .def-block  {
	background: #000;
	background: rgba(0, 0, 0, 1) !important;
	box-shadow: none;
	border: 2px solid #1F1F1F;
}
#termsClose {
	position: absolute;
	font-size: 24px;
	cursor: pointer;
	top:5px;
	right:10px;
	color:#c69302;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#termsClose:hover {
	color: #fff
}

/*	Popup Report
----------------------------------------------------------------------*/
#ReportBackgroundPopup {
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	z-index: 99999997;
}
#popupReport {
	display:none;
	position:fixed;
	width:360px;
	top:50%;
	left:50%;
	z-index: 99999998;
	margin-left: 0;
}
#popupReport .def-block  {
	background: #000;
	background: rgba(0, 0, 0, 0.9) !important;
	box-shadow: none;
	border: 2px solid #1F1F1F;
}
#popupReportClose {
	position: absolute;
	top: 25px;
	right: 33px;
	font-size: 24px;
	color: #5C5C5C;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#popupReportClose:hover {
	color: #fff
}
#login_username, #login_password {
	display: block !important;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 12px;
	line-height: 24px;
	height: 34px;
	border: 0;
}
.zigmaIn {
	-webkit-animation: zigma 0.8s;
	animation: zigma 0.8s;
}
