
/*  install page css  */
@font-face {
  font-family: 'matao', serif;
  src: url(./font/MataoFreeDemo-Regular.woff);
}			


body{
	background: url(../img/background.jpg) no-repeat right center fixed;
	background-color: #00000c;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	 -o-background-size: cover;
 	 background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;


	
}

.content{
	background:#fff;
	width:800px;
	min-width:250px;
	margin:0 auto;
	padding:30px 30px 50px 30px;
	color:#303030;
	font-weight:300;
	border-radius:5px;
}

/*footer{
	width:800px;
	text-align:center;
	margin:0 auto;
}*/
.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;

}


h1{
	letter-spacing: -0.025em;
	margin:0 0 0 0;
	font-size:4em;	
	line-height:48px;
	font-weight:400;
}

h3{
	color:#888;
	font-weight:300;
	font-size:2em;
	letter-spacing: -0.015em;	
}

h4{
	font-size:24px;
	margin: 30px 0 10px 0;
	letter-spacing: -0.015em;	
}

h5{
	font-size:20px;
	margin-bottom:5px;	
}

p{
	font-size:1.2em;
}

#install{
	width:680px;
	margin-left:30px;	
}

a {
	color: #888888;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover {
	color: #c08b45 !important;
}

.button:hover {
	background-color: #7DB4B5;
	color: #fff !important;
}

.button {
	padding: 10px 20px;
	margin-right: 20px;
	background: #99cd4e;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 5px;
	text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#install p{
	margin-bottom:16px;
	font-size:1.2em;
}

#install ul{
	width:400px;
	margin:5px 0 40px 0;	
}

#install ul li{
	margin:10px 0;	
	float:left;	
	margin-right:10px;
	list-style-position:inside;
	width:100px;
}

.button{
	padding:10px 20px;
	margin-right:20px;	
}

hr{
	color:#888;
	opacity:0.4;
	margin:40px 0;	
}

#links{
	float:right;
	color:#303030;
	font-weight:600;
	list-style:none;
}

#links li{
	float:left;
	margin-left:20px;	
}

.like-btns{
	width:50px;
	padding:5px;
	background:#ffffff;
	position:fixed;
	margin-left:830px;
	text-align:center;
	border-radius:0 3px 3px 0;
}

#copyright, #copyright a {
	color: #666;
}

#copyright {
	font-size: 1em;
}
/*bounce arrow*/
.arrowbounce {
    position: relative;
    margin-top: 20px;
    width: 100px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
    .arrowbounce span {
    	display: block;
    	font-size: 20px;
    	float: left;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-30px); }
	80% { -webkit-transform: translateY(-10px); }
}



/*hover*/
.category-1, .category-2, .category-3, .category-4, .category-5 {
    /*position: relative;
    width: 50%;
    margin: 0;
    padding: 0;*/
    position: relative;
    display: inline-block;
    margin: 0;
    border: 1px solid black;
    overflow: hidden; 
}

.image {
  opacity: 1;
  /*display: block;*/
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  text-decoration: none;
  transition: transform .9s ease; 
  display: flex;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.coverlay{
  opacity: .4;
  width: 100%;
  height: 100%;
  background-color:#c08b45;
  position:absolute;
  top: 0;

}
/*.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  text-decoration: none;
}*/

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)

}

.category-1:hover .image {
  /*opacity: 0.1;*/
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter:none;
}

.category-2:hover .image {
  /*opacity: 0.1;*/
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter:none;
}

.category-3:hover .image {
  /*opacity: 0.1;*/
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter:none;
}

.category-4:hover .image {
  /*opacity: 0.1;*/
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter:none;
}

.category-5:hover .image {
  /*opacity: 0.1;*/
  transform: scale(1.1);
  transform-origin: 50% 50%;
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter:none;
}

.category-1:hover .middle {
  opacity: 1;
}

.category-2:hover .middle {
  opacity: 1;
}

.category-3:hover .middle {
  opacity: 1;
}

.category-4:hover .middle {
  opacity: 1;
}

.category-5:hover .middle {
  opacity: 1;
}

.text {
  background-color: #c08b45;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
}
	
	.text a{
		text-decoration: none; 	 	
}	

.text2 {
  background-color: #666666;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  display: flex;
  text-decoration: none;
  margin-top: 5px;
  border-radius: 10px;
}