﻿@font-face {
  font-family: 'hell';
  src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot'); /* IE9 Compat Modes */
  src: url('../fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeueW23forSKY-Reg.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/HelveticaNeueW23forSKY-Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/HelveticaNeueW23forSKY-Reg.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
	font-family: 'hell';
}
/* Nav */
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}
.tabs nav li.tab-current {
	border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 100;
}
.tabs nav li.tab-current:before, .tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}
.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}
.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
	font-family: 'hell';
}
.tabs nav a:hover {
	color: #768e9d;
}
.tabs nav li.tab-current a {
	color: #47a3da;
}
/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'fontAwesome';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
	margin-left: 15px;
}
.icon-food:before {
	content: "\e600";
}
.icon-lab:before {
	content: "\e601";
}
.icon-cup:before {
	content: "\e602";
}
.icon-truck:before {
	content: "\e603";
}
.icon-shop:before {
	content: "\e604";
}
/* Content */
.content section {
    font-size: 1.25em;
    padding: 1em 1em;
    display: none;
    max-width: 100%;
    height: auto;
    margin: 97px auto;
}
.content section:before, .content section:after {
	content: '';
	display: table;
}
.content section:after {
	clear: both;
}
/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}
.content section.content-current {
	display: block;
}
.mediabox {
    display: block;
    float: left;
    width: 23%;
    margin: 0 1% 30px;
    padding: 0 15px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba

(0,0,0,0.1);
    box-shadow: 0 0 10px rgba

(0,0,0,0.1);
    position: relative;
    padding-top: 45px;
    font-size: 1rem;
    padding-bottom: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}.mediabox:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.mediabox .ServiceIcon {
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    height: 100px;
    border-radius: 100px;
    line-height: 110px;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px rgba

(0,0,0,0.5);
    box-shadow: 0 0 15px rgba

(0,0,0,0.5);
    background: #0080BB;
    background: -moz-linear-gradient(-

45deg, rgba(10,111,183,1) 0%, rgba

(8,73,142,1) 100%);
    background: -webkit-linear-

gradient(-45deg, #0080BB 

0%,#0080BB 100%);
    background: linear-gradient

(135deg, #0080BB 0%,#0080BB 

100%);
    filter: 

progid:DXImageTransform.Microsoft.gr

adient( startColorstr='#0a6fb7', 

endColorstr='#08498e',GradientType=

1 );
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mediabox:hover .ServiceIcon {
	background: rgb(96,96,96);
	background: -moz-linear-gradient(45deg, rgba(96,96,96,1) 0%, rgba(43,43,43,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(96,96,96,1) 0%,rgba(43,43,43,1) 100%);
	background: linear-gradient(45deg, rgba(96,96,96,1) 0%,rgba(43,43,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#2b2b2b',GradientType=1 );
	font-size: 2.5rem;
}
.mediabox h3 {
	margin: 1rem 0 0.5rem;
	text-align: center;
	color: #424242;
	font-size: 1rem;
	height: 4rem;
}
.symbol {
	display: block;
	text-align: center;
	color: orange;
	font-size: 0.9rem;
}
.timeTaken {
	display: block;
	text-align: center;
	color: orange;
	font-size: 0.8rem;
}
.symbol a, .timeTaken a {
	color: #424242;
}
.symbol b, .timeTaken b {
	color: gray !important;
}
.operations {
	margin: 15px auto;
	padding: 0;
}
.operations li {
	list-style: none;
}
.operations li a {
    display: table;
    width: 100%;
    margin: 0 auto 5px;
    padding: 7px 5px;
    font-size: 0.90rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #0080BB;
    background: -moz-linear-gradient(-

45deg, rgba(10,111,183,1) 0%, rgba

(8,73,142,1) 100%);
    background: -webkit-linear-

gradient(-45deg, #0080BB 

0%,#0080BB 100%);
    background: linear-gradient

(135deg, #0080BB 0%,#0080BB 

100%);
    filter: 

progid:DXImageTransform.Microsoft.gr

adient( startColorstr='#0a6fb7', 

endColorstr='#08498e',GradientType=

1 );
    color: #fff;
    text-shadow: 0 2px 1px rgba

(0,0,0,0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.operations li a:hover {
	background: rgb(10,111,183);
	background: -moz-linear-gradient(45deg, rgba(10,111,183,1) 0%, rgba(4,42,73,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(10,111,183,1) 0%,rgba(4,42,73,1) 100%);
	background: linear-gradient(45deg, rgba(10,111,183,1) 0%,rgba(4,42,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6fb7', endColorstr='#042a49',GradientType=1 );
	text-indent: 5px;
}
.operations li a i {
	margin-left: 10px;
	vertical-align: middle;
}
.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

.top-bar {
    background: #0080bb;
    background: -moz-linear-gradient(-

45deg, rgba(10,111,183,1) 0%, rgba

(8,73,142,1) 100%);
    background: -webkit-linear-

gradient(-45deg, #0080bb 

0%,#0080bb 100%);
    background: linear-gradient

(135deg, #0080bb 0%,#0080bb 

100%);
    filter: 

progid:DXImageTransform.Microsoft.gr

adient( startColorstr='#0a6fb7', 

endColorstr='#08498e',GradientType=

1 );
    color: #fff;
    text-shadow: 0 2px 1px rgba

(0,0,0,0.2);
    padding: 0px 5px;
    position: relative;
    border-radius: 2px;
    display: table;
    width: 100%;
    /* height: 100px; */
    margin-bottom: 6%;
    /* margin-top: 5%; */
}

.top-bar h1 {
    padding: 3px;
    margin: 0px;
    font-size: 20px;
    text-align: center;
}

.mediabox h3 {
    margin: 1rem 0 0.5rem;
    text-align: center;
    color: #0098de;
    font-size: 1rem;
    height: 4rem; 
     /* font-weight: 700;*/
}

.symbol b, .timeTaken b {
    color: #ea0000 !important;
}

.tabs nav {
    text-align: center;
    margin-bottom: 35px;
    position: fixed;
    z-index: 999;
    top: 0;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-bottom: 16px solid;
}

.content-current > .mediabox:nth-child(3n+1) {clear: right;}
/* Example media queries */
@media screen and (max-width: 52.375em) {
.tabs nav a span {
	display: none;
}
.tabs nav a:before {
	margin-right: 0;
}
.mediabox {
	float: left;
	width: auto;
	padding: 50px 7px 35px 7px;
	font-size: 90%;
}
.mediabox h3 {
	margin-top: 0;
}
.mediabox p {
	margin-right: 40%;
	margin-right: calc(40% + 25px);
}
.operations {
	width: 95%;
}
.mediabox:before, .mediabox:after {
	content: '';
	display: table;
}
.mediabox:after {
	clear: both;
}
.tabs nav a:before {
	margin-left: 0;
}
}
@media screen and (max-width: 32em) {
.tabs nav ul, .tabs nav ul li a {
	width: 100%;
	padding: 0;
}
.content-current .mediabox:last-child {
	margin-bottom: 0px;
}
.tabs nav ul li {
	width: 25%;
	width: calc(25% + 1px);
	margin: 0 -1px 0 0px;
}
.tabs nav ul li:last-child {
	border-right: none;
}
.mediabox {
	text-align: center;
}
.mediabox img {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.mediabox h3 {
	margin: 1.25em 0 1em;
}
.mediabox p {
	margin: 0;
}
}

