/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2017, 12:29:58 PM
    Author     : i3digi
*/

body {
    font-family: 'Muli', sans-serif;
}

a:hover{
    text-decoration: none;
}

.main-navigation {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.top-menu {
    padding: 0px 0px;
    border-bottom: 1px solid #fff;
    background-color: #12a19a;
}

.top-menu .quick-links > li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-right: 1px solid #00d1c7;
    padding: 5px 10px;
}

.top-menu .quick-links > li:last-child {
    border-right: 0px solid #00d1c7;
    background-color: #fff;
}

.top-menu .quick-links > li:last-child > a {
    color: #b51120;
}

.top-menu .social-links > a {
    color: #000;
}

.top-menu .social-links > a > li {
    display: inline-block;
}

.top-menu .quick-links > li > a {
    font-size: 10px;
    color: #fff;
}

.top-menu .quick-links > li > a > span {
    font-size: 12px;
    color: #fff;
}

.top-menu .quick-links > li > a:hover {
    text-decoration: none;
    color: #bfbfbf;
}

.quick-links {
    margin: 0px;
    padding: 0px;
}

.social-links {
    margin: 0px;
    padding: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    z-index: 99;
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid;
	border-bottom-color:rgba(18,161,154,0.3);
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    background-image: url('../img/george-steuart-health-logo.png');
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.navbar-default .navbar-nav>li>a {
    color: #004878;
    text-transform: uppercase;
    font-size: 12px;
}

.dropdown-menu {
    border-radius: 1px;
    min-width: 275px;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}

.slider{
    
}

.slider-title{
    position: absolute;
    bottom: 10%;
    right: 5%;
    left: 5%;
    text-align: center;
}
.slider-title h1{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #4f4f4f;
}
.slider-title h3{
    font-size: 35px;
    font-weight: bold;
    margin-top: 5px;
    color: #fff;
    font-style: italic;
    text-shadow: 1px 1px 1px #4f4f4f;
}

.owl-carousel .item{
    padding: 5px 0px;
}

.owl-carousel .item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #12a19a;
    padding: 5px 10px;
}

.owl-carousel .item a:hover {
    text-decoration: none;
    background-color: #ddddde;
    color: #333;
}

.owl-theme .owl-dots .owl-dot span {
    background: #383536;
    border: 1px #ccc solid;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #12a19a;
}

#owl-carouselSlider .owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 0px;
}

#owl-carouselProduct .owl-dots {
    display: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.service-sec{
   padding: 35px 0px;
}

.service-sec .service-itm-cont{
    background-color: #129e98;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}

.service-sec .service-itm-cont .ser-itm-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    left: 0px;
}
.service-sec .service-itm-cont .ser-itm-overlay:hover{
    background-color: rgba(255, 255, 255, 0);
}

.product-sec{
   padding: 35px 0px;
   background-color: #f2f4f9;
}

.product-sec .tab-pane{
    padding: 35px 0px;
}

.tab-content>.active {
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.nav-tabs>li>a {
    border-radius: 1px 1px 0 0;
}

.product-tab p{
    padding-top: 5%;
}
.product-tab ul{
    padding: 0px;
    margin: 0px;
}
.product-tab li{
    list-style: none;
    margin-bottom: 5px;
}

#owl-carouselProduct1 .owl-nav {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 100%;
    bottom: auto;
}

#owl-carouselProduct1 .owl-dots {
    display: none;
}

#owl-carouselProduct1 .owl-prev {
    position: absolute;
    text-align: right;
    left: 0px;
    color: #fff;
    font-size: 20px;
}

#owl-carouselProduct1 .owl-next {
    position: absolute;
    text-align: right;
    right: 0px;
    color: #fff;
    font-size: 20px;
}

.news-itm-cont p{
    font-size: 11px;
}
.news-itm-cont .btn{
    border-radius: 1px;
}
.news-itm-cont .btn-default {
    color: #fff;
    background-color: #12a19a;
    border-color: #0d827c;
}

.csr-title{
    position: absolute;
    bottom: 0px;
    padding: 5px 20px;
    color: #f2f4f9;
    background-color: rgba(0, 0, 0, 0.5);
}

#owl-carouselpartners .owl-dots {
    display: none;
}

#owl-carouselpartners .owl-nav {
    display: none;
    position: absolute;
    top: 5%;
    right: 0px;
    width: 100%;
    bottom: auto;
}
#owl-carouselpartners .owl-prev {
    position: absolute;
    text-align: right;
    left: 0px;
    color: #fff;
    font-size: 20px;
}
#owl-carouselpartners .owl-next {
    position: absolute;
    text-align: right;
    right: 0px;
    color: #fff;
    font-size: 20px;
}

.footer-sec{
    background-color: #252525;
    padding: 30px 0px;
    font-size: 10px;
    color: #ddd;
}

.footer-sec ul li a{
    color: #ddd;
}
.footer-sec ul li a:hover{
    color: #555;
}

.footer-sec ul li{
    display: inline;
    padding: 1px 10px;
    border-right: 1px solid #555;
    color: #ddd;
    font-size: 10px;
}

.footer-sec ul li:last-child{
    border-right: 0px solid #555;
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
    li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    
    .no-margin-top{
        margin-top: 0px;
    }
    
    .no-padding-left{
        padding-left: 0px;
    }
    .no-padding-right{
        padding-right: 0px;
    }
}

@media (max-width: 768px){
    
    .slider-title h1{
        font-size: 25px;
        font-weight: bold;
    }
    
    .navbar-brand {
        background-size: 90px;
    }
}