.img-hdr-landing {
	background-image: url(images/img-hdr-landing.jpg);
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	background-position: center top;
}
.text-img-hdr1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #333;
	letter-spacing: 3px;
}
.text-img-hdr2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
}
.text-ftr-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}
.text-ftr-link:link {
	text-decoration: none;
	color: #666;
}
.text-ftr-link:hover {
	text-decoration: none;
	color: #8e1b22;
}
.text-ftr {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}
.text-menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #777;
	letter-spacing: 2px;
}
.text-menu:link {
	text-decoration: none;
	color: #777;
}
.text-menu:hover {
	text-decoration: none;
	color: #c0252e;
}
.text-about-award {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #888;
	letter-spacing: 2px;
	line-height: 18px;
}
.img-contact {
	background-image: url(images/img-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.img-spr-line1 {
	background-image: url(images/share/spr_line1.png);
	background-repeat: repeat-x;
	background-position: center;
}
.form-fill-Arial1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	letter-spacing: 1px;
	border-radius: 5px;
    background-color: #D3D3D3;
    padding: 2px; 
    width: 250px;
    height: 30px; 
}
.form-fill-Arial2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
	letter-spacing: 1px;
	border-radius: 5px;
	background-color: #D3D3D3;
	padding: 2px;
	width: 500px;
	height: 120px;
}
.form-btn1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	background-color: #efefef;
	padding: 2px;
	letter-spacing: 1px;
	height: 45px;
	width: 115px;
	border: 1px solid #999;
}
.text-content-Arial1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	letter-spacing: 2px;
	line-height: 18px;
}
.text-content-subheader-Arial1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #27a6a8;
	letter-spacing: 2px;
	line-height: 18px;
	font-weight: bold;
}
.text-content-Arial2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b4b4b4;
	letter-spacing: 2px;
	line-height: 20px;
}
.text-content-subheader-Arial2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c0252e;
	letter-spacing: 2px;
	line-height: 28px;
	font-weight: bold;
}
.text-content-Arial3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	font-weight: bold;
}
.text-content-subheader-Arial4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0252e;
	letter-spacing: 0px;
}

.text-content-Arial4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b4b4b4;
	line-height: 20px;
}


.text-games-menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #b4b4b4;
	letter-spacing: 2px;
}
.text-games-menu:link {
	text-decoration: none;
	color: #b4b4b4;
}
.text-games-menu:hover {
	text-decoration: none;
	color: #c0252e;
}
.btn-games-demo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 20px;
	width: 54px;
	font-weight: bold;
}
.btn-games-demo:link {
	text-decoration: none;
	color: #FFF;
}
.btn-games-demo:hover {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

.box { 
    border:0px solid #ccc;
    height:130px;
    width:190px;
}
.overlay {  
    background:rgba(0, 0, 0, .75);
    text-align: right;
    opacity:0;    
    width:100%;height:100%; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box:hover .overlay {
    opacity:1;
}
.search {
    position:relative;
	right: 10px;
    top: 80px;;
}
