@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: 16px;
    cursor: default;
}

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

a:hover {
    color: #999;
}

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;
    -ms-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: 150px;
    min-height: 520px;
    overflow: visible;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
#content_header {
    position: relative;
    margin-left: 35px;
}

#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: relative;
    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;
}

.col_icon_round {
	height: 50px;
	width: 50px;
	margin-right: 30px;
	border: none;
	cursor: pointer;
}

.col_resize {
	width: 250px;
}

.col_full {
	width: 350px;
}

.col_center {
	text-align: center;
}

.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;
}

#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;
}

#social_buttons {
    position: absolute;
    top: 5px;
    left: 290px;
    height: 100px;
    width: 200px;
}

#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: 20px;
    text-align: left;
    float: left;
}

.header_navigation_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
}

#header_title {
    position: absolute;
    width: 600px;
    top: 3px;
    right: 30px;
    text-align: right;
    font-size: 50px;
    overflow: visible;
    color: #FFF;
}

#info_container {
	position: absolute;
	width: 100%;
	margin-top: 350px;
    text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

#info {
	font-size: 20px;
    color: #666;
}

#info_remotes {
	position: absolute;
	left: 50%;
	margin-left: -280px;
}

#info_remote {
	opacity: 0;
	margin-top: 70px;
	font-size: 20px;
    color: #666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.info_remote_image {
	opacity: 0.8;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.info_remote_image:hover {
	opacity: 1;
	margin-top: 5px;
}

.selector_container {
	opacity: 0;
	position: absolute;
	width: 100%;
	margin-top: -500px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.selector_title {
	font-size: 30px;
    color: #0099cc;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.selector, .selector_item, .selector_item_image, .selector_item_text {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.selector {
	min-height: 260px;
	position: absolute;
	left: 50%;
}

.selector_item {
	width: 200px;
	margin: 20px;
	float: left;
}

.selector_item_image {
	opacity: 0.8;
	width: 100%;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.selector_item_text {
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-size: 20px;
    color: #999;
}

#content_buttons_google {
	margin-top: 1px;
	margin-right:10px;
	float: left;
}

#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;
}

#copyright a:hover {
    color: #FFF;
}

.preload {
    display: none;
}

.blue {
	color: #09c;
}

.grey {
	color: #999;
}