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

* {margin:0px;}

/* body { background-color:#004376; } */

body {  font-family: 'Chivo', sans-serif; text-transform:uppercase; font-size:15px; background-color:#000;     }

.content_block{ width:100%;   text-align:center;    }

#logo{ background-color:#000000; color:#888; height:60px; padding-top:5px; padding-bottom:5px;   } 
#logo img{ width:300px; height:60px;  }

.content_header {background-color:#fff; }
#product_title {  font-weight: 900;  font-size:25px; padding-top:15px; margin-bottom:0px; line-height:24px; }

#product_title span { color:#fdb825; display:inline-block }

#product_tag { background-color:#fdb825; display:inline-block; margin:auto; padding:2px 7px 2px 7px; font-size:17px; margin-top:3px;     }

#product_model span{ font-weight:700;   }
#product_model { padding-bottom:15px; margin-top:4px;   }

#product_photo { height:450px; background:url('../images/Metaltech_I-CISC.jpg') no-repeat top center; background-size:cover;  background-color:#000; }    

#product_logo { padding:15px; background-color:#fff;   }

#product_logo img{ width:260px; height:auto;  }

.tab {   background-color:#000000;  color:#fff;  padding:30px 30px; border-bottom:solid 1px #eee;     }
.tab span {color: #777; }

iframe {width:100%; height:auto; min-height:350px;  }

.accordion:after { content: '\002B'; color: white; font-size:23px; line-height:15px;  font-weight: bold; float: right; margin-left: 0px; }

.active:after { content: "\2212";}

.panel { text-align: center; padding: 0 18px; background-color: white; max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease-out; }

.option_unit {border-bottom:solid 1px #ccc;  }
.option_unit img {width:110px; height:110px; vertical-align:middle; margin:5px;  }
.option_unit p {    margin-bottom:13px; font-weight: 700; font-size:13px;   }


table {width:100%; font-size:13px; text-align:center;     border-collapse:separate;  border-spacing: 0 0.5em;}

tr { width:100%; text-align: center; margin-bottom:13px; border-bottom:solid 1px #ccc;}

td { width:100%;  display:inline-block; }

#note { text-transform: none;  padding-bottom:30px; margin-top:10px; font-size:13px;  }

.row_head{ font-weight:700; padding-top:15px; }
.row_content {   padding-bottom:15px; line-height:20px; border-bottom:solid 1px #ccc;}
.odd {    }
.even {     }

a:link{ color:white; text-decoration: none; }
a:visited{ color:white; text-decoration: none;  }
a:hover{ color:#fdb825;   }
a:active{ color:#fdb825; }

a { width:100%; height:100%; display:inline-block; padding-top:30px; padding-bottom:30px;   }


#manual, #website_link  { padding:0px;   }

 

@media all and (min-width: 800px) {

	td {width:45%;  display:inline-block;    }
	.row_head, .row_content {   padding-top:15px; padding-bottom:15px; text-align: left;   }
	.tab { text-align:left; padding-left:50px;  }	
	
	#product_title { text-align:left; padding-left:50px;   }
	#product_tag {  text-align:left; float:left; margin-left:50px; clear:right;   }
	#product_model { text-align:left; padding-left:50px; margin-top:30px;   }
	#product_logo { position:absolute; top:95px; right:20px;    }
	#product_logo img { width:240px;  }
	#product_photo { height:450px; background:url('../images/Metaltech_I-CISC_L.jpg') no-repeat top center; background-size:cover;  background-color:#000; }    
	#product_specifications { border-top: solid 1px #fff;   }
	#manual, #website_link  { padding-left:50px;   }
	.option_unit {text-align:left; }
	.option_unit img {margin-left:20px;}
	.option_unit p {display:inline-block; margin-left:10px;  }
	
}



























