/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 2014-05-08, 14:16:11
    Author     : komputer_TC_3
*/

@import url("all.css");
@import url("mobile.css") only screen and (max-width: 767px);
@import url("tablet.css") only screen and (min-width: 768px) and (max-width: 1024px);
@import url("main.css") only screen and (min-width: 1025px);
.appear-container {
	display: table;
	max-width: 1007px;
	padding: 0 10px;
	width: 100%;
	height: 64px;
	margin: 0 auto;
}
.appear-text {
	text-align: center;
	background: #cd973e;
}
.appear-title {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	font-family: "Roboto";
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-right: 210px;
}
.appear-read {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.appear-container {
	position: relative;
}
.appear-read a:after {
	width: 51px;
	height: 21px;
	background: url(../img/arrow-more.png)no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
}
.appear-read a span {
	display: table-cell;
	vertical-align: middle;
}
.appear-read a {
	height: 100%;
	padding-right: 100px;
	padding-left: 40px;
	color: #ffffff;
	display: table;
	font-family: "Roboto";
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0.75px;
	background-color: #1b1b27;
}
@media(max-width:768px) {
	.appear-title {
		padding-right: 100px;
		font-size: 18px;
		line-height: 18px;
	}
	.appear-read a {
		padding-right: 50px;
		padding-left: 50px;
	}
	.appear-read a span {
		display: none;
	}
}
