/*
Theme Name: Engisys
Theme URI: http://softcube.co/engisys
Author: Benjamin Adjornor of Softcube
Author URI: http://softcube.co
Description: A responsive website for Engisys Limited
Version: 1.0
License: Private
License URI: none
Tags: engisys, biomedical
Text Domain: engisys
*/

@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p, ul, ol {
    margin: 0 0 20px;
}
ul, ol {
    padding: 0;
padding: 0;
}
label {
    cursor: pointer;
}
button {
    border: 0 none;
    cursor: pointer;
    outline: 0 none;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border: 0 none;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}
h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}
h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
}
h5 {
    font-size: 17px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 21px;
}
p, ul, ol {
    font-size: 100%;
    line-height: 21px;
}
pre {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #EEEEEE;
    color: #74965E;
    margin-bottom: 20px;
    padding: 10px;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0 30px;
}
.amp {
    font-family: 'baskerville';
    font-style: italic;
}
a, a:visited {
    color: #666666;
    outline: 0 none;
    text-decoration: none;
}
a:hover, a:focus {
    color: #333333;
}
p a, p a:visited {
    line-height: inherit;
}
img.scale-with-grid {
    height: auto;
    max-width: 100%;
}
input, textarea {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 21px;
}
.clear { display:block; line-height: 0px; height:0px; clear:both; }
html, body {
    height: 100%;
-webkit-font-smoothing: antialiased;
background: #ffffff;
color: #333333;
padding:0;
margin:0;
}
body {
font-family: Helvetica,Arial,sans-serif;
font-weight:300;
color: #555;
position:relative;
padding:0;
margin:0;
}
#site-wrapper {
        min-width: 980px;
        width: 100%;
}
#header-wrapper {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    margin:0;
    padding: 0;
}
.header-top {
padding-top: 20px;
width: 940px;
margin: 0 auto;
        position: relative;
        padding-left: 0;
        padding-right: 0;
}
.logo {
width: 200px;
float:left;
        margin-left: 10px;
}
.social-icons {
width: 200px;
float:right;
margin-top: 5px;
        margin-right: 10px;
}
.social-icons span {
float:right;
}
.social-icons span a { 
width: 24px;
height: 24px;
display:block;
margin-left: 5px;
text-decoration: none;
}
.social-icons span.fb a {
background: url(images/icon-fb.png) no-repeat left top;
}
.social-icons span.tw a {
background: url(images/icon-tw.png) no-repeat left top;
}
.social-icons span.in a {
background: url(images/icon-in.png) no-repeat left top;
}
.social-icons span.ml a {
background: url(images/icon-mail.png) no-repeat left top;
}
.main-nav {
width: 940px;
margin: 0 auto;
margin-top: 20px;
}
.main-nav ul {
list-style: none;
margin:0;
padding:0;
display:block;
width: 100%;
background: url(images/menu-bg.png) repeat-x left top;
height: 35px;
border-top: solid 1px #dee3e3;
border-bottom: solid 1px #e5ebeb;
}
.main-nav li {
padding: 0;
margin: 0;
list-style:none;
display:inline-block;
}
.main-nav a:link, .main-nav a:active, .main-nav a:visited {
display:block;
float: left;
height: 19px;
padding: 8px 25px;
border-right: solid 1px #cfdfdf;
font-size: 14px;
}
.main-nav a:hover, .main-nav a:focus, .main-nav li.current-menu-item a {
background-color: #abb5b5;
color: #ffffff;
}
.main-nav li.current-menu-item a {
border-top: solid 1px #abb5b5;
margin-top:-1px;
}
.hidden-nav {
width: 100%;
height: 35px;
background-color: rgba(255,255,255,0.95);
position:fixed;
top:0;
left:0;
z-index:999;
box-shadow: 0 0 12px #CCCCCC;
}
.hidden-nav .hidden-logo {
display:block;
width:100px;
float:left;
margin-right: 50px;
margin-top: 5px;
margin-left: 15px;
}
.hidden-nav ul {
width: 650px;
float:left;
}
.hidden-menu li {
padding: 0;
margin: 0;
list-style:none;
display:inline-block;
}
.hidden-menu a {
display:block;
float: left;
height: 19px;
padding: 8px 15px;
border-right: solid 1px #cfdfdf;
font-size: 14px;
}
.hidden-nav .hidden-social {
float: right;
width: 100px;
margin-right: 15px;
}
#slide-wrapper {
width: 940px;
        margin: 0 auto;
}
.slider {
        height: 450px !important;
}
.slide-img {
margin-top: 130px;
margin-left: 100px; 
width: 300px;
float:left;
}
.slide-text {
width: 340px;
float:right;
margin-right: 180px;
margin-top: 180px;
        font-family: 'Open Sans', sans-serif;
padding: 20px;
border-radius: 10px;
background: rgba(0,0,0,0.1);
}
.slide-text .hero {
font-size: 40px;
display:block;
margin-bottom: 30px;
        color: #ffffff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.075);
}
.slide-text .sub-text {
font-size: 16px;
//border: 1px dashed #555;
//padding:10px;
display:block;
width: 320px;
        font-weight: lighter;
        color: #ffffff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 0, 0, 0.075);
}
a.learnmore {
display: block;
padding: 2px 20px;
background: #0f9ad1;
color: #ffffff;
margin-top: 15px;
width: 140px;
        border-radius: 5px;
}
a.learnmore i {
display: block;
widows:100%;
padding:5px 20px;
background: url(images/learnmore-arrow.png) no-repeat right center;
        color: white;
        font-weight: bold;
}
.show {
display:block;
}
.hide {
display: none;
}
#partner-wrapper {
width:940px;
margin:0 auto;
padding:0;
height: 65px;
background: url(images/partner-bg.png) repeat-x left top;
}
.partners {
width: 940px;
margin: 0 auto;
}
.partner-text {
background: url(images/partner-text.png) no-repeat left top;
width:133px;
height:34px;
display:block;
float:left;
margin-top: 15px;
margin-left: 40px;
}
.partner-logos {
float: left;
margin-top: 10px;
}
.partner-logos span {
display:inline-block;
margin-left: 30px;
}
#content-wrapper {
min-height: 500px;
background: #ffffff;
}
#content {
width: 940px;
margin: 25px auto 0 auto;
       padding-bottom: 20px;
}
#content .left {
width: 220px;
padding: 15px 15px;
background: url(images/sidebar-bg.png) repeat-x left bottom;
border-radius: 5px 5px 0 0;
min-height: 370px;
float:left;
font-size: 13px;
color: #888888;
}
.left h4 {
font-size: 16px;
line-height: 1.3em;
display:block;
margin-bottom: 10px;
color: #555555;
text-transform:uppercase;
}
.updates li {
margin-bottom: 15px;
display:block;
}
#content .right {
width: 660px;
float:right;
}
#content .products {
}
.product-item span a {
padding-top: 148px;
text-align:center;
font-size: 12px;
display:block;
margin-bottom: 20px;
}
#content .product-item {
width: 32%;
margin-left: 1%;
float:right;
}
.product-item.dental a {
background: url(images/dental.jpg) no-repeat center top;
}
.product-item.criticalcare a {
background: url(images/clinicalcare.jpg) no-repeat center top;
}
.product-item.medicalgas a {
background: url(images/medicalgas.jpg) no-repeat center top;
}
.product-item.infection a {
background: url(images/infectioncontrol.jpg) no-repeat center top;
}
.product-item.medicalimaging a {
background: url(images/medicalimaging.jpg) no-repeat center top;
}
.product-item.renal a {
background: url(images/renaldialysis.jpg) no-repeat center top;
}
.product-item.orpthalmology a {
background: url(images/ophthalmology.jpg) no-repeat center top;
}
.product-item.trauma a {
background: url(images/trauma.jpg) no-repeat center top;
}
.product-item.neurosurgery a {
background: url(images/neurosurgery.jpg) no-repeat center top;
}
.product-item.clinical a {
background: url(images/clinicalcare.jpg) no-repeat center top;
}
#more-products {
background: url(images/more-product-bg.png) repeat-x left top;
font-size: 12px;
text-align:center;
border: solid 1px #eeeeee;
margin-top: 5px;
margin-bottom: 10px;
display:block;
width: 100%;
height: 30px;
}
#search {
margin-top: 20px;
padding-top: 25px;
border-top: solid 1px #eeeeee;
min-height: 130px;
}
.search-title {
display: block;
width: 88px;
height:21px;
background:url(images/searcg-text.png) no-repeat left top;
padding-bottom: 7px;
}
#searchform {
position: relative;
}
#search .scontain {
width: 699px;
margin: 0 auto;
}
#searchform label {
width: 25px;
height:32px;
background: url(images/search-arrow.png) no-repeat left top;
display: block;
float:left;
margin-right: 5px;
}
#searchform .fors {
padding: 7px;
background: #e4e4e4;
border-radius: 5px;
display:block;
float:left;
}
#searchform #s {
width: 541px;
padding:7px 30px 7px 15px;
background: #ffffff;
border: 1px solid #cccccc;
display:block;
font-size: 16px;
color: #cccccc;
}
#searchsubmit {
background:url(images/search-btn.png) no-repeat center center;
display: block;
float: left;
width: 82px;
height: 82px;
border:none;
color:transparent;
font-size:0;
margin-left: -20px;
margin-top: -15px;
cursor: pointer;
}
#searchsubmit:hover {
background:url(images/search-btn-over.png) no-repeat center center;
}
#footer-wrapper {
background: #2b5464;
border-top: solid 7px #365f75;
        width: 100%;
}
footer {
min-height: 250px;
width: 940px;
margin:0 auto;
padding-top: 15px;
}
.widget {
color: #feffff;
font-size:14px;
float:left;
width:24%;
margin-right:1%;
}
.widget h4 {
color: #b0c5ce;
text-transform:uppercase;
display:block;
padding-bottom: 5px;
margin-bottom: 5px;
font-size: 14px;
}
.widget a {
color: #feffff;
text-decoration:none;
}
.widget a:hover {
text-decoration: underline;
}
.widget ul {
padding:0;
margin:0;
list-style:none;
}
.widget li {
margin-bottom: 8px;
}
.copyright {
padding:20px;
text-align:center;
background: #000000;
color: #ddd;
font-size: 11px;
}
.product-wrapper {
    width: 300px;
    display: inline-block;
    margin: 5px;
    margin-bottom: 25px !important;
    margin-right: 10px !important;
}
.product-wrapper .product-img {
    width: 100%;
    height: 150px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.product-wrapper p {
    padding: 2px;
}
.content-left {
    float: left;
    width: 28%;
    border: 1px solid lightgray;
    border-radius: 5px;
    background: url(images/sidebar-bg.png) repeat-x left top;
}
.content-left header {
    border-bottom: 1px solid lightgray;
}
.content-left header h4 {
    padding-left: 10px;
}
.content-left section ul {
    padding-left: 10px;
    //list-style-image: url(images/bullet.png);
}
.content-left ul li {
    margin: 5px 5px;
}
.content-right {
    float: right;
    width: 70%;
}
hr {
    margin-bottom: 10px;
}
.slogan {
display: inline-block;
width:300px;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
padding-top: 12px;
margin-left: -25px;
color: #2b5464;
}
/* Dropdown menu styles */
.dropdown-menu ul{
width: 250px !important;
position:absolute;
left:0;
}
.main-menu ul a {
background: #f1f1f1 !important;
border-left: none;
border-right:none;
}
.main-menu ul a:hover, .main-menu ul a:focus {
color: #333;
}
.dropdown-menu ul li {
display: block;
}
.dropdown-menu ul a {
display: block;
width: 220px;
}
.dropdown-menu-sub-indicator {
position: relative;
}
.partner-logos a {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.partner-logos a:focus, .partner-logos a:hover {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}

/* pages */
#content .page-title {
background: #f1f1f1;
margin-top: 43px;
height:90px;
border-bottom: 1px solid #efefef;
}
#content .page-title h3 {
font-size: 24px;
padding-top: 28px;
display:block;
font-weight: normal;
color: #6d6d6d;
}
.contact-form {
padding-top: 20px;
color: #7c7f88;
width: 45%;
float:left;
}
.location {
padding-top: 20px;
color: #7c7f88;  
width: 45%;
float:right;  
}
.contact-form h4, .location h4 {
font-size: 18px;
padding-bottom: 10px;
}
.contact-form input, .contact-form textarea {
display:block;
width: 98%;
padding: 5px 2%;
margin-bottom: 10px;
box-shadow: none;
}
.contact-form textarea {
height: 100px;
}
.btn-submit {
width: 150px !important;
text-align:center;
height: 28px !important;
        padding: 5px !important;
display:block;
}
td {
    padding: 5px;
    line-height: 16px;
}
.lit li {
    list-style: disc;
    padding-left: 10px;
    margin-left: 10px;
}
#about-map {
    background: url("/wp-content/uploads/2014/03/map.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 120px;
    position: relative;
    width: 100%;
}
.map-pin .back {
    background: url("/wp-content/uploads/2014/03/map-pin.png") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    height: 92px;
    opacity: 0;
    width: 92px;
display:block;
-webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
-moz-animation: pulsate 2s ease-out;
-moz-animation-iteration-count: infinite;
animation:  pulsate 2s ease-out;
animation-iteration-count: infinite;
position:absolute; 
top: 20px;
left:55px;
}
.map-pin .pin {
    background: url("/wp-content/uploads/2014/03/map-pin.png") no-repeat scroll -20px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 53px;
    left: 75px;
    position: absolute;
    top: 40px;
    width: 53px;
}
@keyframes pulsate {
0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-moz-keyframes pulsate {
0% {-moz-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-moz-transform: scale(1.2, 1.2); opacity: 0.0;}
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}