@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(/css/product/header.css);
@import url(/css/product/sub-menu.css);
@import url(/css/product/footer.css);
@import url(/css/product/slick.css);
body{line-height:1.6;color:#333;font-size:14px;font-family:Roboto,Helvetica,sans-serif;font-weight:400}img{max-width:100%;height:auto;vertical-align:top}.navbar-brand>img{max-height:41px}.action-link{margin:10px 0}.action-link a{display:inline-block;padding:10px 20px;margin-right:10px;margin-bottom:10px;text-decoration:none;border-radius:3px;background-color:#f2e8ae;color:#333;-webkit-transition:ease-in-out .5s;-moz-transition:ease-in-out .5s;-o-transition:ease-in-out .5s;transition:ease-in-out .5s}.action-link a:hover{background-color:#054477;color:#fff}body.spacindeffolt{position:relative;padding-bottom:90px}.starratingpagegl2{position:fixed;bottom:0;left:0;width:100%;padding:15px;background:#ddd;color:#fff;text-align:center}.starratingpagegl2 h4{color:#000;letter-spacing:.7px;font-weight:700;margin-bottom:7px}.starratingpagegl2 .ratingtabflds .glyphicon{font-size:22px;color:#ff692e;margin-left:3px;vertical-align:text-bottom}.faculltyregion .carousel-control{width:4%}.faculltyregion .carousel-control.left{margin-left:20px;background-image:none}.faculltyregion .carousel-control.right{margin-right:15px;background-image:none}@media (max-width:767px){.faculltyregion .carousel-inner .active.left{left:-100%}.faculltyregion .carousel-inner .next{left:100%}.faculltyregion .carousel-inner .prev{left:-100%}.faculltyregion .active>div{display:none}.faculltyregion .active>div:first-child{display:block}.starratingpagegl2{bottom:36px;padding:8px}#olark-wrapper .olark-launch-button-wrapper .olark-button-focus-wrapper{top:-80px;position:absolute;right:0}.starratingpagegl2 h4{margin-bottom:5px;font-size:14px}}@media (min-width:767px) and (max-width:992px){.faculltyregion .carousel-inner .active.left{left:-50%}.faculltyregion .carousel-inner .next{left:50%}.faculltyregion .carousel-inner .prev{left:-50%}.faculltyregion .active>div{display:none}.faculltyregion .active>div:first-child{display:block}.faculltyregion .active>div:first-child+div{display:block}}@media (min-width:992px){.faculltyregion .carousel-inner .active.left{left:-25%}.faculltyregion .carousel-inner .next{left:25%}.faculltyregion .carousel-inner .prev{left:-25%}}

.product-grids {
    margin-bottom: 15px;
    text-align: center;
}

.product-grids a {
color: #fff;
display: block;
font-size: 14px;
padding: 6px 12px;
width: 100%;
background-color: #9d254d;
border-radius: 4px;
font-weight: 600;
}

.product-grids a:hover {
    background: #006699;
    color: #fff;
    text-decoration: none;
}

.product-grids-new a{
    margin-bottom: 10px;
}