/* =Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: "amerigo";
    src: url(amerigomediumbt.ttf);
}
@font-face {
    font-family: "geometric";
    src: url(geometricslabserif703medium-condensed-bt.ttf);
}
@font-face {
    font-family: "humanist";
    src: url(humanist521lightbt.ttf);
}

/* =Styles for the lab
-------------------------------------------------------------- */
#wrapper {
	min-width:1096px;
}
nav {
	background: url(../images/menubg.png) repeat-x;
    border: solid 1px #f3e8ed;
	padding:0;
    box-shadow: 0px 2px 5px #e6e5e5;
    position: relative;
    z-index: 3;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    white-space: nowrap;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */
nav li ul {    
    background-color:rgb(57,53,54);
    position:absolute;
    left:-2%;
    top:48px; /* make this equal to the line-height of the links (specified below) */
    width:102%;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:100%; /* make this equal to the width of the sub nav above */
    margin:0;
}
nav ul > li {
    background: url(../images/menuborder.png) no-repeat right;
}
nav ul li li {
    background: none;
}
nav ul > li:last-child {
    background: none;
}

/* style all links */
nav a {
    line-height:48px;
    /*padding:0 30px;*/
    padding:0 26px;
    margin:0 15px;
}
nav a {
    color:#393536;
    text-decoration:none;
    display:block;
    font-family: Arial;
    font-size: 14px;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#ff0101;
}

nav li .limask{
    position: absolute;
    width: 102%;
    left: -2%;
    background: #ff0101;
    height: 5px;
    opacity: 0;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
nav li:hover .limask{
    opacity: 1;
    top: -5px;
}

nav li.active .limask{
    opacity: 1;
    top: -5px;
}
nav li.active > a{
    color:#ff0101;
}

/* style sub level links */
nav li li a {
    color: #fff;
    border-bottom:solid 1px rgb(255,255,255);
    margin:0 10px;
    padding:0;
}
nav li li:last-child > a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

/* show arrows for dropdowns */
nav li.dropdown > a {
    background-image:url('../img/arrow-down.png');
    background-position:right 20px;
    background-repeat:no-repeat;
}

nav li li.dropdown > a {
    background-image:url('../img/arrow-right.png');
    background-position:right 16px;
    background-repeat:no-repeat;
}

/* =Features
-------------------------------------------------------------- */
#feature .box{
    width: 273px;
    height: 245px;
    background: #929091;
    text-align: center;
    margin-right: 2px;
    float: left;
}
#feature .box h1{
    font-family: humanist;
    font-size: 22px;
    color: #fff;
    padding: 20px 0px;

}

/* =Slides
-------------------------------------------------------------- */
.slide-head{
    position: absolute;
    width: 116px;
    height: 113px;
}
.slide-content{
    position: relative;
    margin-left: 116px;
    width: 978px;
    height: 116px;
    padding-top: 20px;
}
.slide-title{
    position: absolute;
    right: 0;
    top: -14px;
    z-index: 5;

    font-family: amerigo;
    font-size: 24px;
    color: #dfdddb;
}
.slide-bg{
    position: absolute;
    top: 13px;
    width: 100%;
    height: 86px;
    background: #393536;
}
.slide-content .slide h1{
    margin-top: 12px;
    text-align: center;
    font-family: "Ubuntu";
    font-weight: 400;
    font-size: 12px;
    color: #a5a5a5;
}

/* =Slides
-------------------------------------------------------------- */
.social{
    width: 110px;
    height: 50px;
    padding-top: 14px;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social a{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background-image: url(../images/sociall.png);
    background-repeat: no-repeat;
    margin-right: 5px;

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.social a.fb{
    background-position:-5px -10px;
}
.social a.tw{
    background-position:-40px -10px;
}
.social a.yt{
    background-position:-75px -10px;
}
.social a.fb:hover{
    background-position:-5px -61px;
}
.social a.tw:hover{
    background-position:-40px -61px;
}
.social a.yt:hover{
    background-position:-75px -61px;
}
header .social{
    float: left;
}
header .certificate{
    float: right;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 25px;
}


footer .social{
    margin-top: 35px;
    margin-bottom: 20px;
}
footer .copyright p{
    font-size: 10px;
    color: #929091; 
}
footer .copyright p a{
    color: #929091; 
}
footer .copyright p a:hover{
    color: #fff; 
}
footer .address{
    margin-top: 40px;
}
footer .address p{
    font-size: 11px;
    color: #929091; 
    line-height: 15px;
    margin-bottom: 10px;
}

/* Shadow Radial */
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    height: 155px;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 10px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.box:hover .hvr-shadow-radial:before, .box:focus .hvr-shadow-radial:before, .box:active .hvr-shadow-radial:before, .box:hover .hvr-shadow-radial:after, .box:focus .hvr-shadow-radial:after, .box:active .hvr-shadow-radial:after {
    opacity: 1;
}

#breadcrumb {
    margin-bottom: 20px;
    line-height: 30px;
    color: #aaa;
    padding: 1px;
    border: 1px solid #6B0C10;
}
#breadcrumb a {
    display: block;
    float: left;
    background: #6B0C10;
    padding-right: 10px;
    height: 30px;
    margin-right: 31px;
    position: relative;
    text-decoration: none;
    color: #fff;
}
#breadcrumb a:last-of-type {
    margin-right: 25px;
}
#breadcrumb a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -30px;
    border: 15px solid transparent;
    border-color: #6B0C10;
    border-left-color: transparent;
}
#breadcrumb a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -30px;
    border: 15px solid transparent;
    border-left-color: #6B0C10;
}
#breadcrumb a:first-of-type {
    padding-left: 15px;
}
#breadcrumb a:first-of-type:before {
    display: none;
}
#breadcrumb a:hover {
    background: #00b0ec;
    color: #fff;
    text-decoration: none;
}
#breadcrumb a:hover:before {
    border-color: #00b0ec;
    border-left-color: transparent; 
}
#breadcrumb a:hover:after {
    border-left-color: #00b0ec; 
}

.imgthumb{
    float: left;
    width: 213px;
    padding: 5px;
    border: solid 1px #6B0C10;
    background: #6B0C10;
    display: inline;

    margin-right: 45px;
    margin-bottom: 40px;
}
.imgthumb a,.imgthumb img{
    display: inline;
}


.pro-title h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;


    white-space: nowrap; 
    /*width: 12em; */
    overflow: hidden;
    text-overflow: ellipsis; 
}

.product-page{}
.product-image{width: 210px; padding: 5px 5px 0px 5px; background: #ccc; float: left; margin: 0px 20px 20px 0px;}
.product-page h2{font-weight: 16px; clear: none;}

p{text-align: justify;}

input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #535451;
  color: #FFFFFF;
  border: none;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  margin-right: 5px;
}

input[type="submit"] {
  width: 120px;
  float: right;
  margin: 10px 0;
  margin-right: 64px;
}

.textbox{border: solid 1px #ccc; padding: 10px 5px; width: 29.7%; margin-right: 2%;}
.textarea {border: solid 1px #ccc; padding: 10px 5px; width: 94%; height: 50px; margin-top: 10px;}
.button{}