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

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(files/roboto.ttf) format('ttf');
}

* {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    cursor: default;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #069;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover {
    color: #09c;
}

p {
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
}

img {
    border: none;
}
body {

}
#crack {
	position: absolute;
	top: 150px;
	left: -120px;
	width: 200px;
	height: 200px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#sense {
    position: absolute;
    width: 160px;
    height: 600px;
    right: 0px;
    top: 50%;
    margin-top: -300px;
}
#sensecontent {
    display: none;
}
#content {
    position: relative;
    top: 80px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    margin-bottom: 300px;
    min-height: 590px;
    overflow: visible;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#social {
    position: absolute;
    top: 50%;
    left: 70px;
    height: 100px;
    width: 200px;
    margin-top: -50px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#social_facebook {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 70px;
}
#social_google {
    position: absolute;
    top: 10px;
    left: 100px;
    height: 70px;
}
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 73px;
    background-color: #333;
    background-image: url("files/header_back.png");
    background-repeat: repeat-x;
}
#header_navigation {
    position: relative;
    width: 400px;
    top: 9px;
    left: 100px;
    text-align: left;
    float: left;
}
.header_navigation_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
}
#banner {
	position: relative;
	width: 960px;
	height: 160px;
	left: 50%;
	margin-left: -480px;
	opacity: 0.25;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#header_title {
    position: absolute;
    width: 600px;
    top: 3px;
    right: 30px;
    text-align: right;
    font-size: 50px;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#content_header {
    position: absolute;
    top: 0px;
    left: 35px;
    right: 0px;
}
#content_mainheader {
    font-size: 42px;
}
#content_subheader {
    font-size: 18px;
    color: #666;
    margin-left: 3px;
}
#content_navigation {
    position: absolute;
    top: 170px;
    left: 350px;
    width: 600px;
}
#content_description {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
}
.col {
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.col_header {
	position: relative;
	top: 5px;
	font-size: 160%;
	text-align: left;
	margin-bottom: 10px;
}
.col_content {
	text-align: justify;
}
.col_icons {
	margin-top: 10px;
	float: left;
	height: 60px;
}
.col_image {
	width: 100%;
	border: none;
	margin-top: 10px;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.col_icon {
	height: 100%;
	margin-right: 30px;
	border: none;
	cursor: pointer;
}
.frame_1 {
	border-width: 10px;
    border-image: url(files/frame_1_l.png) 10 10 10 10 stretch stretch;
    -moz-border-image: url(files/frame_1_l.png) 64 64 64 64 stretch stretch;
    -webkit-border-image: url(files/frame_1_l.png) 10 10 10 10 stretch stretch;
}
.frame_2 {
	border-width: 10px;
    border-image: url(files/frame_1.png) 10 10 10 10 stretch stretch;
    -moz-border-image: url(files/frame_1.png) 64 64 64 64 stretch stretch;
    -webkit-border-image: url(files/frame_1.png) 10 10 10 10 stretch stretch;
}
.frame_3 {
	border-width: 10px;
    border-image: url(files/frame_3.png) 10 10 10 10 stretch stretch;
    -moz-border-image: url(files/frame_3.png) 64 64 64 64 stretch stretch;
    -webkit-border-image: url(files/frame_3.png) 10 10 10 10 stretch stretch;
}
.frame_blue {
	border-width: 10px;
    border-image: url(files/frame_blue.png) 10 10 10 10 stretch stretch;
    -moz-border-image: url(files/frame_blue.png) 64 64 64 64 stretch stretch;
    -webkit-border-image: url(files/frame_blue.png) 10 10 10 10 stretch stretch;
}
#content_buttons {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 130px;
}
#content_buttons_app, #content_buttons_server {
    position: absolute;
    top: 0px;
    width: 172px;
    height: 60px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 10px 1px #FFF;
    box-shadow: 0px 0px 10px 1px #FFF;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#content_buttons_google {
	margin-top: 1px;
	margin-right:10px;
	float: left;
}
#content_buttons_app:hover, #content_buttons_server:hover {
    -webkit-box-shadow: 0px 0px 10px 1px #0099cc;
    box-shadow: 0px 0px 10px 1px #0099cc;
}
#content_buttons_app {
    right: 0px;
    background-image: url("files/button_app.png");
}
#content_buttons_server {
    right: 200px;
    background-image: url("files/button_server.png");
}
#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background-image: url("files/footer_back.png");
    background-repeat: repeat-x;
}
#copyright {
    font-size: 14px;
}
.blue {
    color: #0099cc;
}
.grey {
    color: #666;
}
.white {
    color: #EEE;
}
.shadow {
    -webkit-box-shadow: 0px 0px 10px 1px #0099cc;
    box-shadow: 0px 0px 10px 1px #0099cc;
}
.red {
    color: #CC0000;
}

.black {
    color: #000;
    text-decoration: none;
}

.question {
    color: #333333;
    font-size: 16px;
}

.awnser {
    color: #555555;
    font-size: 14px;
}

.preload {
    display: none;
}
