@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

body {
	padding-top: 170px;
    font: normal 15px/20px 'Lato', sans-serif;
    color:#434244;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background: none;
}

.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background: none;
}

#top-bar {    
    height: 34px;
    min-height: 34px; 
	z-index: 9999;
	padding-top: 10px;
	margin-bottom: -34px;
}

#top-bar .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
	margin-left: 40px;
    font-size: 14px;
    color: #434244;
}

#top-bar .navbar-nav>li>a:focus,
#top-bar .navbar-nav>li>a:hover {
	text-decoration: underline;
}

#top-bar .navbar-nav>li.active>a {
	font-weight: 900;
	text-decoration: underline;
}

#top-bar .search-products {
	padding-left: 40px;
	padding-top: 5px;
}

#top-bar .search-products .search {
	border: 1px solid #093459; 
	padding: 0 3px; 
	color: #484848;
	float: left;
	font-size: 12px;
}

#top-bar .search-products .submit {
	border: none; 
	background:url(../images/icon-search.png) no-repeat;
	width: 20px; 
	height: 20px; 
	float: left;
	margin-left: 10px;
}

@media (max-width: 767px) {
    #top-bar {
        display: none;
    }

    .navbar-toggle {
        background-color: #093459;
        border-color: #093459;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .navbar-toggle span.icon-bar {
        background-color: #ffffff;
    }

    #navbar {
        background-color: #ffffff;
    }

    #menu-bar .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;        
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 40px;
    }
}

#menu-bar {
	background: url(../images/header-bg.png) #ffffff right top no-repeat;
    padding-top: 33px;
	padding-bottom: 37px;
    height: 170px;
    min-height: 170px;
	margin-bottom: 0;
}

#menu-bar .navbar-brand {
    height: 80px;
    padding: 0 15px;
	margin-top: -15px;
}

#menu-bar .navbar-nav{
	margin-top: 5px;
	clear: both !important;
}

#menu-bar .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #093459;
}

#menu-bar .navbar-nav>li>a:focus,
#menu-bar .navbar-nav>li>a:hover {
    color: #527da3;
}
	
#menu-bar .navbar-nav>li.active>a {
    color: #527da3;
}

.caret {
    margin-left: 5px;
}

.dropdown-menu {
    min-width: 250px;
    font-size: 16px;
	right: auto !important;
	left: 15px !important;
}

@media (min-width: 768px) {
	.dropdown-menu {
		margin-top: 5px !important;
	}
}

.dropdown-menu>li>a {
    padding: 20px 20px;
	color: #093459;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #527da3;
	background-color: #f2f3f7;
}
	
.dropdown-menu>li.active>a {
    color: #527da3;
	background-color: #f2f3f7;
}
/*
.dropdown-toggle .caret {   
	position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: 0;
}
*/
.dropdown-submenu{position: relative;}
.dropdown-submenu .caret{-webkit-transform: rotate(-90deg); transform: rotate(-90deg); float: right; margin-top: 10px;}
.dropdown-submenu > .dropdown-menu {top:0; left:100% !important; margin-top:-6px !important; margin-left:-1px !important;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
.dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu  > li > a{padding-left: 30px;}
@media screen and (min-width:992px){
	.dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
	.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu  > li > a{padding-left: 25px;}
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
	.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
}

@media (max-width: 767px) {
	.dropdown-submenu .dropdown-menu{
		background-color: #f2f3f7 !important;
	}
	
	.dropdown-submenu .dropdown-menu>li>a {
		padding-left: 60px !important;
	}
}

@media (min-width: 768px) {
	#menu-bar .navbar-nav > li > a {
		padding: 22px 20px;
		margin-top: 40px;
		margin-left: 10px;
		margin-right: 0;
		text-align: center;
		display: table-cell;
	}
	#menu-bar .navbar-nav > li:first-child > a {
		margin-left: 0;
	}
	#menu-bar .navbar-nav > li:last-child > a {
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 200px;
	}

	#menu-bar {
		height: 200px;
	}
	
    #menu-bar .navbar-nav>li>a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
		margin-top: 43px;
		margin-bottom: 10px;
    }
	
	.dropdown-menu {
		margin-top: 13px !important;
	}
}

@media (max-width: 1199px) {
    #menu-bar .navbar-nav>li>a {
        font-size: 13px;
        margin-left: -5px;
		padding-bottom: 0px;
    }
}

#banners {
    height: 600px;	
	padding-top: 10px;
	background: url(../images/top_divider_bg.png) #ffffff top repeat-x;
}

#banners .item, 
#banners .item.active, 
#banners .carousel-inner { 
    height: 100%;
}

#banners .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#banners .carousel-caption {    
    color: #ffffff;
    top: 25%;
    font-size: 50px;
	font-weight: bold;
    line-height: 55px;
    padding: 40px 80px 40px 80px;
	left: 17%;
	text-align: left;
	font-size: 45px;	
}

#banners .carousel-caption p {  
	margin-bottom: 0;
	line-height: 55px !important;
}

#banners .carousel-caption p.slogan-left {  
	float: left;
}

#banners .carousel-caption p.slogan-right {  
	float: right;
}

#banners .carousel-caption a {  
	color: #093459;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 0 50px;
	text-shadow: none;
	float: left;
	margin-top: 50px;	
	box-shadow: 10px 10px #8e99a3;
}

#banners .carousel-caption a:focus,
#banners .carousel-caption a:hover {  
	background-color: #ecf0f1;
	text-decoration: none;
}

#banners .home-banner-overlay {
	width: 100%;
	height: 500px;
	position: absolute;
	background-image:url('../images/home-banner-overlay.png');
	background-repeat: repeat-x;
	background-position: bottom;
	bottom: 0;
}

@media (max-width: 991px) {
	#banners {
		height: 500px;
	}

	#banners .carousel-caption {   
		font-size: 30px;
		line-height: 35px;
		padding: 40px 10px 40px 10px;
	}
	
	#banners .carousel-caption p {  
		margin-bottom: 0;
		line-height: 35px !important;
	}

	#banners .carousel-caption p.slogan-left {  
		float: none;
	}

	#banners .carousel-caption p.slogan-right {  
		float: none;
	}
}

h3 {
    margin: 0 auto 0px auto;
	font-size: 30px;
    font-weight: 700;
    color: #093459;
}

p {
	line-height: 26px;
	margin-bottom: 20px;
}

.divider-bottom {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.image-caption {
	color: #ffffff;
    background:url(../images/image-caption-bg.png) repeat;
    padding: 10px 20px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

.highlight-caption {
	color: #ffffff;
    background:url(../images/highlight-caption-bg.png) bottom repeat-x;
    padding: 180px 20px 10px 20px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
}

.slick-list {
	padding-bottom: 40px;
}

#highlights,
#our-products {
	margin-top: 40px;
}

#our-products {
	background-color: #f2f3f7;
	padding-bottom: 50px;
}

#highlights h3,
#our-products h3,
#get-in-touch h3,
#content h3 {
	text-align: center;
}

#our-products h3 {
	margin-top: 40px;;
}

#highlights h4 {
	color: #527da3;
	text-decoration: underline;
	font-weight: 700;
	font-size: 15px;
}

#highlights ol {
	padding-left: 15px;
}

#highlights .ellipsis,
#our-products .ellipsis,
#get-in-touch .ellipsis,
#content .ellipsis {
	color: #527da3;
	font-size: 30px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}

#highlights img {
    max-width: 100%;
}

#highlights .corporate-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

#highlights .corporate-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#our-products .row {
	text-align: center;
}

#our-products p {    
	margin-bottom: 30px;
}

#our-products .category img { 
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	box-shadow: 10px 10px #7f99b3;
}

#our-products .category a:hover img {
  opacity: 0.7;
}

#get-in-touch {
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/get-in-touch-bg.png) #ffffff center bottom no-repeat;
}

#get-in-touch p,
.get-in-touch p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 35px !important;
}

#get-in-touch a,
.get-in-touch a {  
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #093459;
	padding: 20px 40px;
	text-shadow: none;
	width: 235px;
	text-align: center;
	box-shadow: 10px 10px #7f99b3;
}

#get-in-touch a:focus,
#get-in-touch a:hover,
.get-in-touch a:focus,
.get-in-touch a:hover {  
	background-color: #0076be;
	text-decoration: none;
}

@media (max-width: 991px) {
	#highlights .corporate-video {
		margin-bottom: 40px;
	}
	
	#get-in-touch p,
	.get-in-touch p	{
		text-align: center;
		margin-bottom: 40px;
	}
}

.page-header {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    margin: 0;
    text-align: center;
}

.page-header .page-banner-divider {
	padding-top: 10px;
	background: url(../images/top_divider_bg.png) #ffffff top repeat-x;
}

.page-header .page-banner-overlay {
	width: 100%;
	height: 290px;
	position: absolute;
	background-image:url('../images/page-banner-overlay.png');
}

.page-header .page-banner-title {
	position: absolute;
	width: 100%;
	margin-top: 60px;
}

.page-header .page-banner-title h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    padding: 20px 30px;
}

.page-header .page-banner-title .breadcrumb {
	color: #ffffff;
    background-color: transparent;
	border-radius: 0;
}

.page-header .page-banner-title .breadcrumb a {
    color: #ffffff;
}

.page-banner {
	background-image:url('../images/page-banner.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;	
	width: 100%;
    max-height: 100%;
    background-size: cover;
}

.contact-us {
	background-image:url('../images/contact-us-banner.jpg');	
	background-position: center center;	
}
	
@media (max-width: 1199px) {
	.page-banner {
		background-position: center center;
	}
}

@media (max-width: 767px) {
	.page-banner {
		background-position: center center;
	}
	
	.highlight-caption {
		padding-top: 85px;		
		font-size: 15px;
	}
}

#content {
	margin: 60px auto;
}

#content p {
    margin: 0 auto 20px auto;
}

#content ul {
    margin-bottom: 30px;
}

#content h4 {
	color: #527da3;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;	
}

#content h5 {
	color: #527da3;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;	
	text-decoration: underline;
}

#content ul li {	
	margin-bottom: 10px;
}

#content .growth {
	background-color: #ecf0f1;
	margin-right: 1px;
	min-height: 320px;
	margin-bottom: 30px;
}

#content .growth:last-child {
	margin-right: -4px;
	border: 5px solid #d4d4d4;
}

#content .growth h5 {
	color: #a1a0a1;
	font-size: 25px;
	font-weight: 700;
	text-align: center;	
}

#content .growth p {
	color: #093459;	
	text-align: center;	
	font-weight: 500;
	margin: 20px 0;
}

@media (max-width: 991px) {
	#content .growth {
		min-height: auto;
	}
}

#content .milestone {
	margin-left: 0;
	margin-right: 0;
}

#content .milestone-left {
	border-right: 1px solid #0076be;
	border-bottom: 1px solid #d4d4d4;
	margin-top: -1px;
}

#content .milestone-right {
	border-left: 1px solid #0076be;
	border-bottom: 1px solid #d4d4d4;
	margin-left: -1px;
	margin-top: -1px;
}

#content .milestone-left h5,
#content .milestone-right h5 {
	color: #0076be;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 20px;
}

@media (max-width: 991px) {
	#content .milestone-left {
		border-right: none;
	}
	
	#content .milestone-right {
		border-left: none;
	}
	
	#content .milestone-left h5,
	#content .milestone-right h5 {		
		margin-top: 30px;
	}
}

#content .news {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}

#content .news img {
    max-width: 100%;
    margin-bottom: 40px;
}

#content .news h4 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #093459;
}

#content .news .date {
	margin-bottom: 30px;
	color: #093459;
	font-style: italic;
}

#content .news p {
	margin-bottom: 30px;
}

#content .news a {
	text-transform: uppercase;
	font-weight: 500;
}

#content .news-details {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}

#content .news-details .date {
	font-style: italic;
}

#content .news-details h3 {
	text-align: left;
	margin-bottom: 20px;
}

#content .news-details .ellipsis {
	text-align: left;
}

#content .products {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#content .products a {
	color: #434244;
    font-size: 15px;
	font-weight: 500;
	text-align: center;
    margin-bottom: 20px;
}

#content .products img {
    max-width: 100%;
    margin-bottom: 20px;
}

#content .products h4 {	
	color: #434244;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

#content .product-details {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 991px) {
	#content .news-details .back {
		margin-top: 15px;
	}

	#content .product-details img {	
		margin-bottom: 40px;
	}
}

#content .product-details h3 {
	text-align: left;
	margin-bottom: 20px;
}

#content .product-details .ellipsis {
	text-align: left;
}

#content .product-details .btn-enquiry {
	background-color: #093459;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 40px;
	border-radius: 10px;
}

#content .product-details .btn-enquiry:focus,
#content .product-details .btn-enquiry:hover {
	background-color: #0076be;	
}

#content .product-details .share,
#content .product-details .back {
	margin-top: 15px;
}

#content .google-maps {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 40px;
}

#content .google-maps iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#content .contact-details {
	padding-left: 30px;	
}

#content .contact-details h4 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#content .pagination-container {
	margin: 0 auto; 
	text-align: center;
	width:100%;
}

#content .pagination-container ul {
	margin: 0; 
	padding: 0;
}

#content .pagination-container ul li {
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline-block;
	border-left: 1px solid #00395f; 
	line-height: 12px;
}

#content .pagination-container ul li:first-child {
	border-left:none; 
	padding: 0 10px 0 0;
}

#content .pagination-container ul li.current {
	font-weight:bold;
}

#content .pagination-container ul li.active {
	font-weight:bold;
}

@media (max-width: 767px) {
    #content .pagination {
        margin: 0 0 10px 0;
    }
}

.share {
    /*width: 300px;*/
}

.btn-share {
	margin-left: 30px;
    margin-top: -6px;
    padding: 0;
    border-radius: 0;
    background: none;
    position: absolute;
}

.st-btn {
    display: inline-block !important;
}

@media (max-width: 991px) {
	.btn-share {
		margin-left: 0;
		margin-top: 10px;
	}	
}

.well {
	background-color: #ecf0f1;
	margin-bottom: 40px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.foot {
	background-color: #383838;
    color: #ffffff;
    padding: 40px 0;
	margin-bottom: 0;
}

.foot .nav>li>a {
    color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.foot .nav>li>a:hover {
    text-decoration: underline;
}

.foot .nav>li>a:focus, 
.foot .nav>li>a:hover {
    background: none;
}

.foot .nav>li .child-nav {
	padding-left: 10px;
	margin-bottom: 20px;	
}

.foot .nav>li .child-nav>li {
	display: block;
	margin-bottom: 10px;	
}

.foot .nav>li .child-nav>li>a {
	color: #ffffff;
    font-size: 15px;
    padding: 5px 15px;
	text-transform: none;
	margin-bottom: 0px;
}

.foot .company-logo img {
    float: right;
    margin-top: 10px;
}

.foot ul.contact-details {
	font-size: 14px;
}

.foot ul.contact-details li {
	list-style: none;
    padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.foot ul.contact-details li>a {
	padding: 0 !important;
	display: inline;
	font-weight: 300;
}

.foot ul.contact-details img {
	left: -15px;
	top: 3px;
	position: absolute;
}

.foot ul.social-media {
    padding: 20px 15px 5px 0px;
}

.foot ul.social-media li {
    list-style: none;
    float: left;
    padding-right: 10px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
    .foot .foot-left ul li {
        float: none;
    }

    .foot .foot-left {
        width: 100%;
    }

    .foot .foot-right {
        width: 100%;
    }	
}

@media (max-width: 991px) {
	.foot .company-logo {
		text-align: center;		
	}
	
	.foot .company-logo img {
		float: none;
		margin: 25px auto -25px auto;
	}
	
	.foot ul.contact-details {
		margin-top: 30px;
		margin-left: 15px;
	}
	
	.foot ul.social-media {
		margin-left: 15px;
	}
}

footer {
    background-color: #383838;
    color: #ffffff;
    text-align: center;
}

footer .container {
	border-top: 1px solid #bbbbbb;
}

footer p {
    font-size: 14px;
    margin: 25px auto 25px auto;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.floating-feedback {
    color: #fff;
    height:40px; 
    border:solid 3px #ecf0f1; 
    background:#093459; 
    width:130px; 
    line-height:35px; 
    -webkit-transform:rotate(-90deg); 
    font-weight:700; 
    transform:rotate(-90deg);  
    -ms-transform:rotate(-90deg);  
    -moz-transform:rotate(-90deg); 
    text-align:center; 
    font-size:18px; 
    position:fixed; 
    right:-48px; 
    top:45%; 
    z-index:999;
}

.floating-feedback:hover,
.floating-feedback:focus {
    color: #efefef;
    text-decoration: none;
}

.floating-feedback-mobile {
    color: #fff;
    height:40px; 
    border:solid 3px #ecf0f1; 
    background:#093459; 
    width:130px; 
    line-height:35px; 
    -webkit-transform:rotate(-90deg); 
    font-weight:600; 
    transform:rotate(-90deg);  
    -ms-transform:rotate(-90deg);  
    -moz-transform:rotate(-90deg); 
    text-align:center; 
    font-size:18px; 
    position:fixed; 
    right:-48px; 
    top:45%; 
    z-index:999;
    display: none;
}

.floating-feedback-mobile:hover,
.floating-feedback-mobile:focus {
    color: #efefef;
    text-decoration: none;
}

.success {
    color:#669933;
    font-weight:bold;
    margin: 20px 0 40px 0 !important;
    padding: 15px;
    border: 1px dashed #cccccc;
}

.fail {
    color:#ff0000;
    font-weight:bold;
    margin: 20px 0 40px 0 !important;
    padding: 15px;
    border: 1px dashed #cccccc;
}

.field-validation-error {
    color:#ff0000;
    clear:left;
    float:left;
    padding: 5px 0 10px 0; 
    font-size: 14px; 
    font-weight: bold;
    width:100%;
}

#contact-form .row {
    margin-bottom: 20px;
}

#contact-form .submit {
    margin-top: 40px;
}

#contact-form span.mandatory {
    color:#ff0000;
    padding-left: 5px;
}

#contact-form .submit {
    background-color: #093459;
    border-radius: 0;
    box-shadow: 10px 10px #7f99b3;
    text-transform: uppercase;
    border: none;
    padding: 20px 40px;
}

#contact-form .submit:focus,
#contact-form .submit:hover {  
	background-color: #0076be;
	text-decoration: none;
}

#error {
    text-align: center;
    min-height: 100vh;
}

#error h1 {
    margin-top: 100px;
}