@charset "UTF-8";
/* CSS Document */


body {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 18px;
    background: url("../img/main-bg.png") no-repeat;
    background-color: #777;
}
a:link, a:visited, a:active {
    color: coral;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.top {
    background-color: #000;
    padding: 8px;
    color: white;
    text-align: center;
    -moz-box-shadow: 0px 0px 5px 0px #666;
    -webkit-box-shadow: 0px 0px 5px 0px #666;
    box-shadow: 0px 0px 5px 0px #666;
	width: 100%;
	box-sizing: border-box;
}
.logo {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
.logo img {
    width: 400px;
    height: 70px;
}
}
.tag {
    text-align: center;
    margin-bottom: 4px;
}
.container {
    width: 95%;
    margin: 0 auto;
}
.divSquare {
    width: 47%;
    height: 300px;
    margin: 8px;
    float: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 10px 10px 0px #666;
    -webkit-box-shadow: 0px 10px 10px 0px #666;
    box-shadow: 0px 10px 10px 0px #666;
}

@media only screen and (max-width: 600px) {
.divSquare {
    width: 91%;
}
}
.divSquare img {
    vertical-align: middle;
    margin-left: 30px;
}

@media only screen and (max-width: 600px) {
.divSquare img {
    margin-left: 0px;
}
}
.divSquare .content {
    /*line-height: 200px;*/
	margin-top: 60px;
}
@media only screen and (max-width: 600px) {
.divSquare .content {
    margin-top: 35px;
}
}
.divSquare .cap {
    padding-left: 10px;
    color: #000;
    width: 80%;
    font-size: 16px;
    font-weight: bold;
	margin-top: 20px;
    /*line-height: 0px;*/
    text-transform: uppercase;
}
.divSquare .cap .www {
    color: #2E3392;
	font-size: 12px;
}
.divSquare .sub-cap {
    padding-left: 10px;
	color: #666;
    width: 80%;
    font-size: 15px;
    font-weight: bold;
	margin-top: 10px;
    /*line-height: 0px;*/
}

@media only screen and (max-width: 600px) {
.divSquare .cap .www {
    /*line-height: 40px;*/
}
}
#dl {
    background: url("../img/dl_bg.png");
	background-size: cover;
	border-left: 30px #6DD900 solid;
}
#dl:hover {
    /*background: url("../img/dl_bg2.png") right no-repeat;*/
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media only screen and (max-width: 600px) {
#dl img {
    width: 280px;
    height: 60px;
    margin-left: 30px;
}
}
#inn {
    background: url("../img/innovation_tech_bg.png");
	background-size: cover;
	border-left: 30px #FFA64D solid;
}
#inn:hover {
    /*background: url("../img/innovation_tech_bg2.png") right no-repeat;*/
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media only screen and (max-width: 600px) {
#inn img {
    width: 340px;
    height: 90px;
    margin-left: 30px;
}
}
#nals {
    background: url("../img/nals_bg.png");
	background-size: cover;
	border-left: 30px #2E3392 solid;
}
#nals:hover {
    /*background: url("../img/nals_bg2.png") right no-repeat;*/
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media only screen and (max-width: 600px) {
#nals img {
    width: 340px;
    height: 90px;
    margin-left: 30px;
}
}
#os {
    background: url("../img/os_bg.png");
	background-size: cover;
	border-left: 30px #8CB0D8 solid;
}
#os:hover {
    /*background: url("../img/os_bg2.png") right no-repeat;*/
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

@media only screen and (max-width: 600px) {
#os img {
    width: 340px;
    height: 90px;
    margin-left: 30px;
}
}
.footer {
    background-color: #222;
    padding: 8px;
    color: white;
    text-align: center;
    float: left;
    width: 100%;
    height: 250px;
    vertical-align: middle;
    padding-top: 40px;
    margin-top: 40px;
	box-sizing: border-box;
}
.copyright {
    background-color: #000;
    padding: 12px;
    color: white;
    text-align: center;
    float: left;
    width: 100%;
    height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
}
