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

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#333;
	width:100%;
	height:100%;
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:rgba(158,31,99,1);
	margin:0 auto 2em
}

/*-------TOP-----------*/

.top{
	height:30em;
	width:90%;
	padding:15% 5% 5% 5%;
	color:#FFF;
	background: -moz-linear-gradient(321deg, rgba(28,28,28,1) 0%, rgba(79,79,79,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(28,28,28,1)), color-stop(100%, rgba(79,79,79,1))); 
    background: -webkit-linear-gradient(321deg, rgba(28,28,28,1) 0%, rgba(79,79,79,1) 100%); 
    background: -o-linear-gradient(321deg, rgba(28,28,28,1) 0%, rgba(79,79,79,1) 100%); 
    background: -ms-linear-gradient(321deg, rgba(28,28,28,1) 0%, rgba(79,79,79,1) 100%); 
    background: linear-gradient(129deg, rgba(28,28,28,1) 0%, rgba(79,79,79,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C1C1C', endColorstr='#4F4F4F',GradientType=1 ); 
}


.top img{
	display:block;
	width:15em;
	margin:0 auto;
}

.top h1{
	font-weight:200;
	font-size:3em;
	text-align:center;
}

.top h2{
	font-weight:200;
	font-size:1.5em;
	text-align:center;
	margin-top:-1em;
}

@media only screen and (max-width: 480px){

.top h1{
	font-size:2.5em;	
}
}

/*------INTRO----------*/

.intro{
	margin:5% 10%;
}

.intro p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

.intro .ds{
	float:left;
	height:5em;
	width:50%;
	text-align:center;
	margin-top:1em;
	margin-bottom:-2em;
}

.intro .ds a{
	color:rgba(158,31,99,1);
	text-decoration:none;
	cursor:pointer;
}

.intro .ds i{
	font-size:2.5em;
}

.intro .ds a:hover{
	color:#666;
}

@media only screen and (max-width: 800px){

.intro .ds{
	height:1%;
	overflow:hidden;
	padding:1em 0;
	margin-bottom:1em;
}

}

@media only screen and (max-width: 480px){

.intro{
	margin:5%;
}
}

/*----FEATURE-------*/

.ftr{
	background:rgba(158,31,99,1);
	height:1%;
	width: 80%;
	overflow:hidden;
	margin:5% 10%;
	color:#FFF;
	float:left;
}

.ftr h1{
	font-weight:300;
	text-align:center;
	margin:2em 0 .75em 0;
}

.ftr .blck{
	width:23.33%;
	height:1%;
	overflow:hidden;
	float:left;
	padding:0 5% 5% 5%;
}

.ftr .blck i{
	font-size:2em;
}

.ftr .blck h2{
	font-weight:300;
}

.ftr .blck li{
	font-weight:300;
	line-height:1.75em;
	list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;	
}

@media only screen and (max-width: 800px){

.ftr .blck{
	width:90%;
}
}

@media only screen and (max-width: 480px){

.ftr{
	margin:5%;
}
}



/*-------FUNCTION-----------*/

.fnt{
	width:90%;
	height:1%;
	overflow:hidden;
	margin:5%;
	color:#333;
}

.fnt h1{
	font-weight:300;
	text-align:center;
}

.fnt .blck{
	float:left;
	width:23.33%;
	height:11em;
	padding:5%;
	text-align:center;
}

.fnt i{
	font-size:2em;
	color:rgba(158,31,99,1);
}

.fnt .blck h2{
	font-weight:300;
}

.fnt p{
	line-height:1.75em;
}

@media only screen and (max-width: 900px){
	
.fnt .blck{
	width:40%;
}	
}

@media only screen and (max-width: 480px){
	
.fnt .blck{
	width:90%;
	padding:5%;
}
}

/*---------VIDEO--------*/

.video video{
	width:60%;
	height:auto;
	margin:0 20% 8%;
}

@media only screen and (max-width: 480px){

.video video{
	width:100%;
	height:auto;
	margin:5% 0 5em;
}
	
}

/*---------HARDWARE---------*/

.hw{
	height:1%;
	overflow:hidden;
	background:#999;
	color:#FFF;
	text-align:center;
	padding: 0 10% 3em 10%;
}

.hw h1{
	font-weight:300;
	margin-top:2em;
}

.wrapper{
	width: 100%;
	height: 1%;
	overflow: hidden;
}

.wrapper img{
	height: 100px;
	width: auto;

}

.wrapper table{
	width: 90%;
	margin: 5%;
	border: none;
}

.wrapper td:first-child{
	text-align: left;
	width: 40%;
}

.wrapper td{
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: .5em 0;
}



.half {
  float: left;
  width: 33.33%;
  padding: 0 1em;
	display: inline-block;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  color: #fff;
  overflow: hidden;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}


/* :checked */
input:checked ~ .tab-content {
  min-height: 46em;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


@media only screen and (max-width: 800px){

.hw .blck{
	width:40%;
	padding:10% 5%;
	height:1%;
	overflow:hidden;
}

}

@media only screen and (max-width: 480px){

.hw .blck{
	width:90%;
	padding:10% 5%;
	height:1%;
	overflow:hidden;
}
}

/*------ARCHITECTURE-------*/

.arch{
	height:1%;
	overflow:hidden;
	margin:5% 10%;
	text-align:center;
}

.arch h1{
	font-weight:300;
}

.arch img{
	width:80%;
	height:auto;
	margin:0 10% 3em;
}


@media only screen and (max-width: 480px){


.arch img:hover{
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	cursor:pointer;
}
}


/*------POSITONING--------*/

.pos{
	height:1%;
	overflow:hidden;
	margin:5% 10%;
	color:#333;
	text-align:center;
}

.pos h1{
	font-weight:300;
}

.pos .blck{
	float:left;
	width:50%;
}

.pos img{
	height:25em;
	width:auto;
	padding:0;
}

.pos p{

	line-height:1.75em;
	text-align:left;
	margin:2em 0;
}

@media only screen and (max-width: 1000px){

.pos .blck{
	width:100%;
}	
}

@media only screen and (max-width: 480px){
.pos{
	margin:5%;
}

}



/*--------VM---------*/

.vm{
	height:1%;
	overflow:hidden;
	margin:5% 10%;
	color:#333;
}

.vm h1{
	font-weight:300;
	text-align:center;
}

.vm .blck{
	float:left;
	width:25%;
}

.vm .blck img{
	width:auto;
	height:100%;
}

.vm h2{
	font-weight:300;
	text-align:left;
	color:rgba(158,31,99,1);
}

.vm p{
	width:70%;
	height:3em;
	padding-bottom:1em;
}

@media only screen and (max-width: 900px){

.vm .blck{
	width:50%;
}
}

@media only screen and (max-width: 480px){

.vm{
	margin:5%;
}

.vm .blck{
	width:100%;
	margin-top:1em;
}
}


/*------SCREEN-----*/

.scrn{
	height:1%;
	overflow:hidden;
	margin:5% 10%;
	background:#CCC
}

.scrn h1{
	text-align:center;
	font-weight:300;
	padding-top:1em;
}

.scrn .blck{
	float:left;
	width:50%;
	padding:3em 0;
}

.scrn .blck p{
	line-height:1.75em;
	width:90%;
	margin:0;
	text-align:left;
}

.scrn img{
	display:block;
	margin:1em auto 0;
	width:60%;
	height:auto;
}

.scrn p{
	line-height:1.75em;
	width:50%;
	margin:0 25% 3em;
	text-align:center;
}

.scrn .cc{
	width:80%;
	margin-bottom:3em;
}

@media only screen and (max-width: 480px){

.scrn{
	margin:5%;
}

.scrn .blck{
	width:100%;
	height:1%;
	overflow:hidden;
}

.scrn .blck h1{
	margin:-1.5em 0 -1.5em 0;
}

.scrn .blck p{
	line-height:1.75em;
	width:90%;
	margin:0 5%;
	text-align:center;
}

.scrn img{
	margin:1em auto 2em;
	width:90%;
	height:auto;
}

.scrn p{
	width:80%;
	margin:0 10% 3em;
}
}

.note{
	font-size:.75em;
	font-style:italic;
	width:80%;
	margin:0 10% 3em;
}

@media only screen and (max-width: 480px){

.note{
	margin:5%;
}
}

