@charset "utf-8";
html, body {
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	position: absolute;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
.box_hover_on {
	-moz-box-shadow: 0 0 4px 2px #0AF;
	-webkit-box-shadow: 0 0 4px 2px #0AF;
	box-shadow: 0 0 4px 2px #0AF;
}

/******************** TEXT (start) ********************/

h1 {
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 40px;
	text-transform: uppercase;
	width: fit-content;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	width: fit-content;
	margin-top: 50px;
	margin-bottom: 0px;
}
h3 {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	width: fit-content;
	margin-top: 0px;
	margin-bottom: 10px;
}
@media only screen and (max-width : 10000px),
only screen and (max-device-width : 10000px){
p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
}
@media only screen and (max-width : 1039px),
only screen and (max-device-width : 1039px){
p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
}
a {
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
p.title {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	clear: both;
}
span.date {
	margin-left: 20px;
	float: right;
}
.uppercase {
	text-transform: uppercase;
}
.data {
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/******************** TEXT (end) ********************/

/******************** STRUCTURE (start) ********************/

#horizontal, #vertical {
	width: 100%;
	height: 100%;
	position: absolute;
}
.horizontal_01 {
	left: 0%;
}
.horizontal_02 {
	left: -100%;
}
.vertical_01 {
	top: 0%;
}
.vertical_02 {
	top: -100%;
}
.vertical_03 {
	top: -200%;
}
.vertical_04 {
	top: -300%;
}
.vertical_05 {
	top: -400%;
}
.vertical_99 {
	top: -500%;
}
.sheet {
	width: 100%;
	height: 100%;
	overflow: auto;
}
main {
	width: auto;
    min-width: 280px;
    max-width: 1000px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/******************** STRUCTURE (end) ********************/

/******************** LOGO (start) ********************/

header {
	width: 200px;
	height: 150px;
	margin-top: -75px;
	margin-left: -100px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#lgo_crc {
	width: 55px;
	height: 55px;
	background-color: #777;
	border-radius: 27.5px;
	position: absolute;
}
#neg_crc {
	width: 45px;
	height: 45px;
	background-color: #FFF;
	border-radius: 27.5px;
	position: absolute;
}
#lgo_arc {
	width: 30px;
	height: 30px;
	background-color: #777;
	border-radius: 15px;
	position: absolute;
}
#neg_arc {
	width: 45px;
	height: 20px;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
}
#lgo_rct_vrt {
	width: 5px;
	height: 92.5px;
	border-radius: 2.5px;
	background-color: #777;
	position: absolute;
}
#lgo_rct_top {
	width: 37.5px;
	height: 5px;
	border-top-right-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	background-color: #777;
	position: absolute;
}
#lgo_rct_mdl {
	width: 25px;
	height: 5px;
	background-color: #777;
	position: absolute;
}
#lgo_rct_btm {
	width: 37.5px;
	height: 5px;
	border-top-left-radius: 2.5px;
	border-bottom-left-radius: 2.5px;
	background-color: #777;
	position: absolute;
}
#note {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	background-color: #F0A;
	padding: 7px;
	margin-left: 0px;
	margin-top: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.8;
	border-radius: 7px;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg)
}

/******************** LOGO (end) ********************/

/************************* NEWS (start) *************************/

#sht_nws img {
	margin-top: 50px;
	margin-bottom: -40px;
}

/************************* NEWS (end) *************************/

/************************* PROJECTS (start) *************************/

.feature {
	height: auto;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
}
@media only screen and (max-width : 10000px),
only screen and (max-device-width : 10000px){
.feature {
	width: calc((100% - 40px) / 5);
}
img.feature:nth-of-type(5n+5) {
	margin-right: 0px;
}
}
@media only screen and (max-width : 838px),
only screen and (max-device-width : 838px){
.feature {
	width: calc((100% - 30px) / 4);
}
img.feature:nth-of-type(5n+5) {
	margin-right: 10px;
}
img.feature:nth-of-type(4n+4) {
	margin-right: 0px;
}
}
@media only screen and (max-width : 636px),
only screen and (max-device-width : 636px){
.feature {
	width: calc((100% - 20px) / 3);
}
img.feature:nth-of-type(5n+5) {
	margin-right: 10px;
}
img.feature:nth-of-type(4n+4) {
	margin-right: 10px;
}
img.feature:nth-of-type(3n+3) {
	margin-right: 0px;
}
}
@media only screen and (max-width : 434px),
only screen and (max-device-width : 434px){
.feature {
	width: calc((100% - 10px) / 2);
}
img.feature:nth-of-type(5n+5) {
	margin-right: 10px;
}
img.feature:nth-of-type(4n+4) {
	margin-right: 10px;
}
img.feature:nth-of-type(3n+3) {
	margin-right: 10px;
}
img.feature:nth-of-type(2n+2) {
	margin-right: 0px;
}
}
/************************* PROJECTS (end) *************************/

/************************* SLIDESHOW (start) *************************/

#sht_sld {
	position: absolute;
	left: 100%;
	top: 0px;
}
.slidebox {
	margin-top: 50px;
	margin-bottom: -40px;
	width: 100%;
	height: auto;
	position: inherit;
}
.img_sld {
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.slidebox + h2 + p {
	margin-top: 10px;
}
.back {
	background-color: #FFF;
	opacity: 0.7;
	color: #777;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding: 5px;
	position: absolute;
	right: 0%;
	top: 0%;
	border-bottom-left-radius: 5px;
}
.caption {
	background-color: #FFF;
	opacity: 0.7;
	color: #777;
	font-style: italic;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	margin: 0px;
	position: absolute;
	bottom: 0%;
	border-top-right-radius: 2px;
}
.click_top {
	background-color: #CCC;
  width: 100%;
	height: 50%;
	position: absolute;
	top: 0%;
	left: 0%;
	opacity: 0.8;
}
.click_top h3 {
	text-align: center;
	color: #333;
	width: 100%;
	position: absolute;
	top: calc(50% - 10px);
}
.click_bottom {
	background-color: #333;
  width: 100%;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 0%;
	opacity: 0.8;
}
.click_bottom h3 {
	text-align: center;
	color: #CCC;
	width: 100%;
	position: absolute;
	top: calc(50% - 10px);
}
#exit {
	color: #777;
	margin-top: 20px;
	margin-right: 20px;
	position: absolute;
	top: 0px;
	right: -100%;
	display: block;
}
#menu {
	background-color: #FFF;
	width: 10px;
	height: 100px;
	position: absolute;
	right: -100%;
	top: 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0 0 10px 0px #666;
	-webkit-box-shadow: 0 0 10px 0px #666;
	box-shadow: 0 0 10px 0px #666;
	display: block;
}

/************************* SLIDESHOW (end) *************************/

/************************* NAVIGATION (start) *************************/

nav {
	color: #777;
	width: 200px;
	position: absolute;
	left: -220px;
	top: 0px;
}
#primary {
	margin-top: 20px;
	margin-left: 20px;
	top: 0px;
	position: fixed;
}
#secondary {
	margin-bottom: 20px;
	margin-left: 20px;
	bottom: 0px;
	position: fixed;
}
@media only screen and (max-width : 10000px),
only screen and (max-device-width : 10000px){
#handle {
	display: none;
}
#cover {
	display: none;
}
}
@media only screen and (max-width : 1399px),
only screen and (max-device-width : 1399px){
nav {
	background-color: #FFF;
	opacity: 0.95;
	height: 100%;
}
.shadow {
	-moz-box-shadow: 0 0 10px 0px #666;
	-webkit-box-shadow: 0 0 10px 0px #666;
	box-shadow: 0 0 10px 0px #666;
}
#handle {
	background-color: #FFF;
	width: 10px;
	height: 100px;
	margin-top: 20px;
	margin-left: 200px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-box-shadow: 0 0 10px 0px #666;
	-webkit-box-shadow: 0 0 10px 0px #666;
	box-shadow: 0 0 10px 0px #666;
	display: block;
}
#cover {
	background-color: #FFF;
	width: 10px;
	height: 120px;
	margin-left: 190px;
	margin-top: -110px;
	display: block;
}
}

/************************* NAVIGATION (end) *************************/

/************************* FOOTER (start) *************************/

footer {
	background-color: #FFF;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	width: 80px;
	height: 30px;
	padding: 10px;
	position: absolute;
	right: -25px;
	bottom: 45px;
	opacity: 0.95;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-moz-box-shadow: 0 0 10px 0px #666;
	-webkit-box-shadow: 0 0 10px 0px #666;
	box-shadow: 0 0 10px 0px #666;
	text-align: center;
}

/************************* FOOTER (end) *************************/
