/*====================*/
/*=== Thanks for taking the time to read ===*/
/*====================*/

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,600);

@media ( min-width: 800px){.container{ max-width:1350px; }}

/* Some basic animations */
@keyframes fadeup { 0% { opacity:0; } 100% {opacity:1;} }
#wrapper.transitionOut { opacity:0;}
#wrapper { animation-duration:1s; animation-name:fadeup; opacity:1;}

/* Some basic animations */
@keyframes slideUp { 0% { margin-bottom:-40px; opacity: 0; } 100% {margin-bottom:0; opacity: 1;} }
.slideUp { animation-duration:1s; animation-name:slideUp; margin-bottom:0; opacity: 1;}

@keyframes slidePush { 0% { padding-top:40px; opacity: 0; } 100% {padding-top:0; opacity: 1;} }
.slidePush { animation-duration:1s; animation-name:slidePush; padding-top:0; opacity: 1;}

/* Smooth state transitions */
.transitionOut {}
.transitionIn {}
.tr-gone { transition: .5s;}
.tr-slideUp,.tr-slideDown { transition: 1s; margin-top: inherit; animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in;}
.transitionOut .tr-gone { opacity: 0;}
.transitionOut .tr-slideDown  { opacity: 0; display: block; margin-top:-50px!important; transition: .3s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; }
.transitionOut .tr-slideUp  { opacity: 0; display: block; margin-top:50px!important; transition: .3s; animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; }

.transitionOut #logo { bottom: 0; opacity: 0; margin-bottom: -50px;}
.logo { transition: 1s;}

body a { text-decoration:none!important;}

/* Scrolling menu only */
#menu-wrapper { z-index:50; display:block; position:relative; height: 60px;}
#header.fix #menu-wrapper { position:fixed; top:0; left:0; right:0; }
#menu-wrapper-faux { width:100%; display:none; height:60px; }
#header.fix .sa { top:15px; left:285px; font-size:14px;}

.canvas { overflow:hidden; position:relative; display:block;}

#oldie { background:#2b333c; color:#fff; padding:10px 15px; position:fixed; bottom:0; left:0; right:0; z-index:900; font-size:12px;}

body { font-size: 14px; line-height: 22px; position: relative; overflow-y: scroll!important; font-weight:normal; margin-bottom:0!important; color: #0B2533;  }
body,h1,h2,h3,h4,h5,h6,.tp-caption{ font-family: 'Work Sans', sans-serif; text-rendering: optimizelegibility; font-weight:400;  }

h1,h2,h3,h4,h5 { font-weight:normal; }

.notice { text-transform: none; font-size: 13px; text-align: center; line-height: 20px; background: #eee; padding: 20px; }

@media ( min-width: 800px){.container.thin{ max-width:740px; }}

h1 { font-size:28px;}
h2 { font-size:24px;}
h3 { font-size:18px;}


.sa { position:absolute; color:#409a4b; font-size:14px; font-weight:400; font-size:24px; top:40px; left:380px;}
#banner_text { position:absolute;  margin-left:30px;  top:40px; left:380px; font-weight:bold; font-size:16px;}

.b-lazy { visibility: hidden; opacity: 0; transition: .3s; }
.b-loaded { visibility: visible; opacity: 1;}
.bkg-image { position: absolute; top:0; bottom:0; left: 0; right:0; background-position: center; background-size: cover;}

a,a:focus,a:hover {color:#ff7f00; text-decoration:none;}

.main strong { color: #ff7f00;}

strong,b { font-weight:bold;}


/* Waypoint madness */
.waypoint .trans-up,.waypoint .trans-left,.waypoint .trans-right {-webkit-transition: all 0.9s; -moz-transition: all 0.9s; -ms-transition: all 0.9s; -o-transition: all 0.9s; transition: all 0.9s;}
/* Pull up */
.waypoint .trans-up { opacity:0; margin-top:50px;}
.waypoint.in .trans-up { opacity:1; margin-top:0;}
/* Pull left */
.waypoint .trans-left { opacity:0; padding-left:50px;}
.waypoint.in .trans-left { opacity:1; padding-left:0;}
/* Pull right */
.waypoint .trans-right { opacity:0; padding-right:50px;}
.waypoint.in .trans-right { opacity:1; padding-right:0;}

.anim-in.off { opacity:0; padding-top:100px;}

.clear_break { display:block; height:30px; width:100%; clear:both; float:none;}

.horizontal_break_pull { display:block; height:20px; margin:0 0 30px 0; clear:both; background:#eee; position:relative;
    -moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.42); -webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.42); box-shadow:inset 0 5px 5px rgba(0,0,0,0.08);}

hr,.horizontal_break { display:block; height:1px; margin:0; background:#eee; clear:both; margin:40px 0;}

.button { padding:10px 22px; border:solid 1px #333; color:#333; font-weight:600; display:inline-block;}
.button:hover {border:solid 1px #ff7f00; background:#ff7f00; color:#fff;}

.btn {-webkit-border-radius:0px;-moz-border-radius:0px; border-radius:0px;}

.btn-primary { border:none; }
.btn-primary { position:relative; overflow:hidden; display:inline-block;  padding:15px 40px; font-weight:600; border:solid 2px #111; color:#fff; background:#111; text-decoration:none!important; text-transform: uppercase; font-weight: normal; }
.btn-primary:hover,.btn-primary:active,.btn-primary:focus { background:#fff; color:#0B2533; border:solid 2px #111; }
.btn-wide { display:block; width:100%;}

.sbi_load_btn {-webkit-border-radius:0px!important;-moz-border-radius:0px!important; border-radius:0px!important; padding: 15px 30px!important;}

.download_sheet { text-decoration: none!important; display: block; text-align: center; background: #fff; border: solid 2px #ff7f00; padding: 10px 0; margin-top: 30px; display: block;  clear: both;}
.download_sheet span { margin-left: 15px;}
.download_sheet:hover { color: #fff; background: #ff7f00; }

/* Icon box */
.iconbox { display: inline-block; float: left; border-top: solid 1px #eee; width: 50%; box-sizing: border-box; padding: 20px; position: relative; min-height: 240px; line-height: 20px;}
.iconbox:nth-child(odd) { }
.iconbox span { width: 50px; height: 50px; font-size: 38px; display: inline-block; float: left; margin:0 15px 15px 0; color: #ff7f00 ;}
.iconbox p { clear: both;}
.iconbox h3 { margin: 10px 0 15px; font-size: 16px; line-height: 20px;}

.iconbox.small { border: none; min-height: inherit; padding: 5px 15px; }
.iconbox.small h3 {font-size: 13px;}

.iconbox.smaller { border: none; min-height: 80px; padding: 5px 15px; }
.iconbox.smaller h3 {font-size: 13px; text-transform: none; }

.iconbox.short { min-height: 100px;}

.menu-navigation-container li a,.ghost img,.ghost div ,.ghost h2:after,#links a:after,#cta-box span,#cta h2:after,#scroll-header,.ghost-service img,.ghost-service h2:after,.service-drop-small,.service-banner .blue-tint,.service-banner .tint,.service-banner h2,.btn,.rslides_nav,.single-service span,#slider #cats a,.download_sheet,#slider .rslides_tabs li a,#cta a,.sa {-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.searchform input[type=text],.service-dropdown,.menu-navigation-container .dropdown-menu,#info,#banner .title,.ghost div,.menu-navigation-container .dropdown-menu li a:after,.ghost-dropdown div,.ghost h2,.ghost .dots,#slider #info,#controls .control .arr,#header #telephone,#banner_text,.main .news h2,.main .news:before,.main .news span.link,.social-links   {-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s;}


#accordion-menu li,#accordion-menu li *,#page-controls form > div,#page-controls form > span,.gallery .overlay,.feature .overlay,.feature a {-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}


body,.main ul li:before,.b-lazy,#footer-wrapper .social-links a {-webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;}

.rslides li .zoom_holder,.rslides li.initial .zoom_holder {-webkit-transition: all 12s; -moz-transition: all 12s; -ms-transition: all 12s; -o-transition: all 12s; transition: all 12s; -webkit-animation-timing-function: linear; animation-timing-function: linear; }


#contact-details { display:block; position: absolute; top:10px; right:30px; color: #fff; opacity: 1; }
#contact-details a { color: #fff; margin-left: 20px;}

.logo {   margin:25px 0; width:330px; outline:none; position:relative; display:inline-block; float: left; outline: none!important; margin-left: 15px;}
.logo img { width:100%; overflow:hidden;}

.main .alert h2 { color: #444; font-size: 16px; margin: 0;}

#header,.logo,#toggle-holder,.menu-navigation-container,#contact-details,#header .top-bar,#header > .container-fluid:before  {-ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#header { position:fixed; top:0; left:0; right:0; z-index:50; display:block;  height:100px; background: #17232e;  }


#header > .container-fluid::before { position: absolute; content: ""; display: block; left:0; right:0; top: 0; bottom: 0;  background:#17232e; opacity: 0; }

#header.fix { height: 50px;}
#header-faux { width:100%; height:140px; }
#header.fix > .container-fluid:before { opacity: 1; }
#header.fix #contact-details { opacity: 0;}
#header.fix .menu-navigation-container { margin-top: 15px;}
#header.fix .menu-navigation-container li a { padding:0 0 27px; }
#header.fix .logo { width:240px; margin-top: 7px;}
#header.fix .top-bar { opacity: 0; margin-top: -30px; }

#header.fix #telephone { top: 0; opacity: 0;}
#header.fix .social-links { top: 0; opacity: 0;}

#header.fix #banner_text { top:15px;}

#trigger-menu.fix { top: 22px;}

#telephone { position: absolute; top:10px; right:30px; color: #fff;}
#telephone a { font-weight: bold;}

/* Main menu */
.menu-navigation-container { display:inline-block; float: right; margin-right: 15px; margin-top: 30px; }
.menu-navigation-container > ul { margin: 0; padding: 0; }
.menu-navigation-container > ul > li {  display:inline-block; list-style: none; position: relative; margin-left: 25px; text-decoration:none;}

.menu-navigation-container li a {  border-bottom:0; outline: none; display: block; color:rgba(255,255,255,.7); position: relative; padding: 15px 0 25px;  text-transform: uppercase; font-size: 14px; }

.menu-navigation-container > ul > li.current-menu-item a { color: #fff;  }
.menu-navigation-container > ul > li.current-menu-item a:hover,.menu-navigation-container > ul > li a:hover { color: #fff;  }
.menu-navigation-container li.active a { }
.menu-navigation-container > ul > li a:hover {}
.menu-navigation-container .caret { display: none;}

/* Dropdowns */
.menu-navigation-container li ul { width:auto; display:block; opacity:0; padding:0 0 10px; margin:0; position:absolute; border:none; -webkit-border-radius:0;-moz-border-radius:0; border-radius:0; background: rgba(0,0,0,.8); visibility: collapse; left: -20px;}
.menu-navigation-container li ul li a { display:block; width:100%; box-sizing:border-box; border:none; color:rgba(255,255,255,.7); padding: 7px 20px!important; font-size:13px;}

.menu-navigation-container li:hover ul {opacity:1; visibility: visible;}
.menu-navigation-container li ul li a:hover,.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover  {  background:#0B2533!important; color:#fff!important;}

.menu-navigation-container .dropdown-menu li.current-menu-item:hover a { background: none;}

.menu-navigation-container .dropdown-menu.constant { visibility: visible; opacity: 1;}
.menu-navigation-container .dropdown-menu.constant.off { visibility: hidden; opacity: 0;}
.menu-navigation-container .dropdown-menu.on { visibility: visible; opacity: 1;}
.menu-navigation-container .dropdown-menu.on.constant.off { visibility: visible; opacity: 1;}

/* Overlay style for huge menu */
.overlay-hugeinc {  visibility: hidden; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index:100; background: rgba(0,0,0,0.9); }
.overlay-hugeinc nav { text-align: center; position: relative; top:50%; height:70%; font-size:15px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.overlay-hugeinc .menu-navigation-container > ul { list-style: none; padding: 0; margin: 0 auto; height:75vh; position: relative; display: table; }
.overlay-hugeinc ul li {  display: table-row;}
.overlay-hugeinc ul li a { position:relative; text-decoration:none; outline:none; background:none!important; font-weight:700; margin-right:-0.1em; display:inline-block; color: #fff; -webkit-transition: color 0.2s; transition: color 0.2s; text-transform:uppercase; vertical-align: central; font-size:32px; border: none!important; }
.overlay-hugeinc ul li a:hover, .overlay ul li a:focus { color: rgba(255,255,255,0.9); }
.overlay-hugeinc ul li .dropdown-menu { display: block; visibility: visible; position: relative; }

/* Effects */
.overlay-hugeinc { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.5s, visibility 0s 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; }
.overlay-hugeinc.open {  opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.overlay-hugeinc nav { -webkit-perspective: 1200px; perspective: 1200px; }
.overlay-hugeinc nav ul { opacity: 0.4; -webkit-transform: translateY(-25%) rotateX(35deg); transform: translateY(-25%) rotateX(35deg); -webkit-transition: -webkit-transform 0.5s, opacity 0.5s; transition: transform 0.5s, opacity 0.5s; }
.overlay-hugeinc.open nav ul { opacity: 1; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
.overlay-hugeinc.close nav ul { -webkit-transform: translateY(25%) rotateX(-35deg); transform: translateY(25%) rotateX(-35deg); }

/* Highlight hover effect */
.overlay-hugeinc ul li a:before {content:""; display:block; position:absolute; margin:0 auto; bottom:0%; left:0; right:0; width:0%; background:rgba(0,0,0,0.00); height:2px;}
.overlay-hugeinc ul li a:hover:before { width:100%; background:#ff7f00 ; }




/*Animating hamburger menu - amimate to x*/
.mobile-search { display:none; float:none; position:relative; margin-top:50px; width:100%; padding:10px; margin-bottom:-50px;}
.mobile-search .twitter-typeahead { width:85%!important;}
.mobile-search div input[type="text"] { opacity:1; width: 100%;}

#trigger-overlay { background:none; z-index:500; border:none; top:22px; display:block; right:15px; text-indent:-9999px; position:absolute; visibility:visible!important; }
#trigger-overlay:active { padding:0; margin:0;}
.c-hamburger { display: block; position: relative; margin: 0; padding: 0; overflow:visible; width: 32px; height: 32px;  appearance: none; box-shadow: none; border:none; cursor: pointer; }
.c-hamburger:focus { outline: none; }
.c-hamburger span { display: block; position: absolute; top: 14px; left:0; right:0; height: 3px; background:#fff; }
.c-hamburger span::before, .c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 3px; background-color:#fff; content: ""; }
.c-hamburger span::before { top: -8px; }
.c-hamburger span::after { bottom: -8px; }
.c-hamburger--htx span { transition: background 0s 0.3s; }
.c-hamburger--htx span::before, .c-hamburger--htx span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }
.c-hamburger--htx span::before { transition-property: top, transform; }
.c-hamburger--htx span::after { transition-property: bottom, transform; }
/* active state, i.e. menu open */
.c-hamburger--htx.is-active span { background: none; }
.c-hamburger--htx.is-active span::before { top: 0; transform: rotate(45deg); }
.c-hamburger--htx.is-active span::after { bottom: 0; transform: rotate(-45deg); }
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after { transition-delay: 0s, 0.3s; background-color:#fff; }

/* Welcome video */
#slider { float: left;  height:100vh; width: 100%; position: relative;  margin:00px 0 0 ; }

#slider .overlay  { position: absolute; top:0; bottom: 0; left: 0; right:0; background: rgba(0,0,0,.15);}

.rslides { position:relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; height:100%; background:#17232e; }
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display:none; width: 100%;  height:100%; background-position:center top; background-size:cover; background-repeat:no-repeat; z-index:20;}
.rslides li h2 { font-size: 42px; font-weight: bold; text-shadow: 0 0 22px #000; }
.rslides li h3 {  margin-bottom: 40px; text-shadow: 0 0 22px #000; line-height: 22px; }
.rslides .info {/*background: url('../images/shadow.png');*/ background-size: 100% 100%; background-position: center; padding: 50px 0;   }
.rslides .info a { margin: 0 5px;}

.rslides .info h2.bottom { position: absolute; bottom:150px; max-width: 1200px; margin: 0 auto; left:0; right:0; text-align: center; color: #fff; }
.rslides .info h2.left { position: absolute; left:5vw; top:50vh; max-width: 1150px; margin: 0 auto; text-align: left; color: #fff; }
.rslides .info h2.right { position: absolute; right:5vw; top:45vh; max-width: 650px; margin: 0 auto; text-align: right; color: #fff; }

.rslides .info h2.left b { color:#ff7f00;}

#slider .zoom_holder  { position: absolute; top:0; bottom: 0; left: 0; right:0; }
#slider .zoom_holder .image {position: absolute; top:0; bottom: 0; left:0; right:0; background-size: cover; background-position: center;}

.rslides li.rslides1_on .zoom_holder,.rslides li.initial .zoom_holder {transform: scale(1.05); }

.rslides li .particle-holder h2 { font-size: 52px; }

#slider .rslides_nav { color:#fff; line-height:50px;  opacity:0; z-index:150; position:absolute; top:50%;  display:block; width:30px; height:50px; outline:none!important; background:rgba(23,45,36,0.3); padding: 0 8px; }
#slider .rslides_nav:hover { background:rgba(23,45,36,0.5);}
#slider .rslides_nav.prev { left:0;}
#slider .rslides_nav.next { right:0;}
#slider:hover .rslides_nav { opacity:1;}

/* Scroll icon */
#slider .scroll { margin: 0 auto; width: 40px; height: 40px;  padding: 10px 0 0 2px; text-align: center; z-index: 20; position:absolute; top: inherit!important; left:0; right:0; bottom:70px; display: block; text-align: center; }
#slider .scroll span { color: #fff; margin:0 15px; text-transform:uppercase; }
.scroll img { width:22px; position: absolute; top:0; margin: 0 auto; left: 0; right: 0; }
@-webkit-keyframes bounce {0% {opacity: 1;}50% {opacity: .2;}100% {opacity: 1;}}
@-moz-keyframes bounce {0% {opacity: 1;}50% {opacity: .2;}100% {opacity: 1;}}
@-o-keyframes bounce {0% {opacity: 1;}50% {opacity: .2;}100% {opacity: 1;}}
@keyframes bounce {0% {opacity: 1;}50% {opacity: .2;}100% {opacity: 1;}}
.bounce { animation-name: bounce; animation-duration: 2s; animation-iteration-count: infinite; animation-direction: forwards; animation-timing-function: ease-in-out; }


#slider .rslides_tabs { position: absolute; bottom: 0; left:0; right:0; z-index: 20; margin: 0; padding: 0;}
#slider .rslides_tabs { padding: 0; margin: 0; list-style: none;}
#slider .rslides_tabs a { text-transform: uppercase; font-size: 16px; display: inline-block; float: left; width: 25%; box-sizing: border-box; text-align: center; color: rgba(255,255,255,.5); padding: 15px 0; background: rgba(0,0,0,.4); border-top: solid 2px rgba(0,0,0,0); }
#slider .rslides_tabs a:hover,#slider .rslides_tabs .rslides_here a{ background: rgba(0,0,0,.6); border-color: #ff7f00; color: rgba(255,255,255,1); }

/* Introduction */
#intro { margin: 40px 0; float: left; padding-bottom: 30px; text-align: center; line-height: 26px; font-size: 18px; clear: both; display: block; width: 100%; border-bottom: solid 1px #eee; clear:both; clear-after:both;}
#intro .container { max-width: 1000px;}
#intro h2 { font-size:20px; font-weight:bold;}
#intro h2,#intro h3 { color:#ff7f00;}
#intro h3 {font-size:22px; }
#intro i { color:#ff7f00; font-style:normal;}

.service-title { text-align: center; font-size:22px; font-weight: bold; color: #0B2533!important; margin: 50px 0 30px;}

#about { text-align: center; }

/* What we do */
#what_we_do { background: #0B2533; color: #fff; text-align: center; margin: 30px 0 0; padding: 50px 0;  position: relative;}
#what_we_do a { color: #fff;}
#what_we_do h2 { margin: 16px 0 20px; padding-bottom: 8px; display: inline-block; font-size: 18px;  }
#what_we_do h2.middle { font-size: 32px; margin: 0px 0 30px; }
#what_we_do h2:after { content: ""; bottom: 0; height: 3px; background: #ff7f00; width: 70px; display: block; margin: 10px auto 0;}
#what_we_do h2.middle:before {background: url('../images/bar_shape.svg') no-repeat bottom center; content: ""; background-size:100% 100%; display:inline-block;  top: -18px; left:0; right:0; width: 100%; height: 20px; position: absolute; }
#what_we_do p { max-width:230px; margin: 0 auto;}
#what_we_do img { max-width: 280px; height: 130px; margin:0 auto; display: block; position: relative;}


/* Features */
#home-features { margin: 10px 0; float: left; display: block; width: 100%; }
.feature {position: relative; margin-bottom: 30px;}
.feature img { max-width: 100%;}
.feature .overlay { position: absolute; display: block; top:0; bottom: 0; left:0; right:0; opacity: .5; background: #0B2533;  }
.feature h2 { text-align: center; position: absolute; bottom: 180px; display: block; left:0; right:0; color: #fff; text-transform: uppercase; font-weight: bold;}
.feature p { text-align: center; position: absolute; bottom: 150px; display: block; left:0; right:0; color: #fff; font-size: 16px; }
.feature a {  position: absolute; bottom: 40px; left: 50px; right: 50px; border: solid 2px #fff; padding: 20px 0 20px; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold;}

.feature:hover .overlay {opacity: .7;}
.feature:hover a {bottom:55px;}

/* Homepage services */
.service-holder { margin-top: 40px; position: relative; }
.service-holder > span {height: 1px; background: #eee; width: 100%; display: block; float: right; }

.single-service { display: inline-block; width:25%;  box-sizing: border-box; min-height: 150px; float: left; position: relative; padding: 15px; text-decoration: none!important; outline: none; text-align: left; }
.single-service h2 { font-size: 16px; margin: 10px 0 10px;}
.single-service h2 i { font-style: normal; font-size: 13px; line-height: 14px; display: block; margin-top: 5px;}
.single-service span { position: relative; color: #bbb; text-align: center; font-size: 18px; padding:16px 0; height: 55px; width: 55px; background: #f8f8f8; -webkit-border-radius:50%;-moz-border-radius:50%; border-radius:50%; display: block; float: left; margin-right: 15px; border: solid 2px #ff7f00; }

.service-holder .single-service:nth-child(1) span { background: #0B2533;}
.service-holder .single-service:nth-child(1) h2 { margin: 5px 0; color: #ff7f00; font-weight: bold;}
.service-holder .single-service:nth-child(1) h2 i { color: #0B2533; font-weight: normal;}

/* Hover effects */
.hover img {-webkit-transition:.3s; -moz-transition:.3s;  -o-transition:.3s;  transition:.3s;}
.blur,.hover.down img { /*filter:blur(1px); -webkit-filter:blur(1px);  -moz-filter:blur(1px); -o-filter:blur(1px); -ms-filter:blur(1px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1'); */ opacity: .5; }
.hover.down img {}

/* Home news */
#home-news { background-size: cover; padding: 30px 0 40px; margin-top: 40px; position: relative; overflow: hidden; background: #0B2533;}
#home-news .title { margin: 0 0 30px; color: #fff;}
#home-news a { background: #fff; display: block; position: relative; min-height: 330px; }
#home-news a div { max-width: 400px; height: 200px; overflow: hidden; position: relative; display: block; background-size: cover; background-position: center;}
#home-news a div img { max-width:100%;  }
#home-news a div h2 { position: absolute; bottom: 0; left:0; right:0; padding: 50px 0 10px; color: #fff; font-size: 18px; margin: 0 auto; text-align: center;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,6));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));
}
#home-news a p { padding:15px 20px;}


.case-holder .single-case { box-sizing: border-box; text-decoration: none; min-height:360px; display: block;}
.case-holder .single-case div { max-width: 400px; height: 200px; overflow: hidden; position: relative; display:block; background-size: cover; background-position: center;}
.case-holder .single-case h2 { position: absolute; bottom: 0; left:0; right:0; padding: 50px 0 10px; color: #fff; font-size: 18px; margin: 0 auto; text-align: center;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));}
.case-holder .single-case p { padding: 15px 0; }

.case-headings { margin-bottom: 30px; border-bottom: solid 1px #eee; padding-bottom: 20px;}
.case-headings h2,.case-headings h3  { text-align: center;}

/* CTA section */
#cta { float: left; width: 100%; background: #17232e; margin: 30px 0 0 ; display: block; position: relative; text-align: center;position:relative; padding: 80px 0; background-size:cover; background-attachment: fixed;}
#cta .overlay { background:rgba(38,56,75,.8); position: absolute; top:0; bottom: 0; left:0; right:0; display: block;}
#cta h2 { font-size: 26px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 0 0 10px; }
#cta h3 { font-size:14px; color: #fff; margin: 0 auto 10px; max-width: 850px; line-height: 18px;}
#cta span  { max-width: 500px; display: block; margin: 0 auto 20px; line-height: 20px; }
#cta a { padding: 15px 40px; background: #ff7f00;  color: #fff; display: inline-block; margin:10px auto 0; text-transform: uppercase; position: relative; font-weight: normal; border: none;  }
#cta a:hover { color: #0B2533; }

.service-holder #cta { text-align: left; color: #333; background: #eee; margin: 0px 0 0 -7px; z-index: 50; display: inline-block; float: left; width: 66.6%; box-sizing: border-box; padding: 20px 30px;}
.service-holder #cta { font-size: 18px;}
.service-holder #cta span { margin: 0; line-height: 20px; font-size: 14px;}
.service-holder #cta a { text-decoration: none; text-align: center; margin: 0 20px 0 0}


/* Group service */
.group-service { text-align: center; text-decoration: none!important; outline: none!important; color:#333!important; position: relative; display: block;}
.group-service img { margin-bottom: 15px;}
.main .group-service h2 { font-weight: bold; font-size: 16px; color: #0B2533; margin: 10px 0; display: block; min-height: 35px;}
.group-service p { line-height: 18px; min-height: 60px;}
.group-service:after { content: ""; display: block; position: relative; background: #ff7f00; width: 80px; height: 3px; margin: 10px auto 30px;}


/* Built with */
#built-with { margin: 50px 0 0;}
#built-with h2 { text-align: center; font-size: 18px; margin-bottom: 40px;}
#built-with .col-xs-12 { display:-ms-flexbox; display:-webkit-flex; display:flex; text-align: center; justify-content:space-between; flex-wrap: wrap; flex-direction: row; margin-bottom: 30px;}
#built-with .col-xs-12 > .tech  {text-align: center; color: #333; position: relative;  font-size: 16px;  box-sizing:border-box; max-width: 150px; }
#built-with .col-xs-12 > .tech img { max-width: 100%;}
#built-with .col-xs-12 > .tech:last-child { margin-top: -10px; border:none;}
#built-with .col-xs-12 > .tech.dell { max-width: 170px; margin-top: 10px;}

/* Process */
#process { margin: 50px 0 0; }
#process h2 { text-align: center; font-size: 18px;}
#process .col-xs-12,.proc-holder {  display: flex; }
.proc  {flex-grow:1; text-align: center; color: #333; position: relative; padding-bottom:6px; font-size: 16px; margin: 15px 0 20px; padding:0 15px;}
.proc .icon { width: 90px; height: 90px;  display: block; margin: 0 auto; font-size: 68px; color: #ff7f00;}
#process .proc h2 { font-size: 16px; min-height: 50px; line-height: 22px; }
#process .proc p { font-size: 14px; }
#process .proc:after { position: absolute; top: 30px; right: -61px; content: ""; display: block; width: 123px; height: 12px; background: url('../images/dots.jpg'); }
#process .proc:last-child:after { display: none;}

.proc-holder .proc h2 { font-size: 16px;}
.proc-holder .proc p { font-size: 13px;}

/* Clients */
#clients { margin-bottom: 20px; display:-ms-flexbox; display:-webkit-flex; display:flex; text-align: center; justify-content:space-around; flex-wrap: wrap; flex-direction: row;}
.clients_title { text-align: center; font-size: 18px; margin:50px 0 30px;}
#clients .hold { display: inline-block; margin: 15px;}
#clients .hold > img { max-width: 210px; box-sizing: border-box;}

/* Single page title */
.main h4.contact-heading { text-transform: uppercase; margin: 0 0 30px; font-size: 14px;}

/* People page */
#title { text-align: center; padding-bottom: 30px;}
#title h1 { margin: 0; font-size: 20px;}
#title h2 { font-size: 14px; color: #888; margin-top: 10px;}

h2.title { text-align:center; font-size: 18px; margin-top: 50px;}
.people { text-align: center; justify-content:center; display:flex; flex-wrap: wrap; flex-direction: row;}
.people .person { width: 20%; display: inline-block;  text-align: center; box-sizing: border-box; padding: 8px; }
.people .person > img { width: 100%; }
.people .person > div h2 { font-size: 14px; margin: 12px 0 0; height: 40px; display: block;}
.people .person > div h3 { display: none;}

.single-person h2 { font-size: 18px;}
.single-person h3 { font-size: 14px; margin-top: 50px;}
.single-person ul { margin-bottom: 30px!important; display: block!important; position: relative; }
.single-person h5 { font-size: 14px; display: block; }


/* Sidebar */
#sidebar { border-right: solid 1px #eee; padding-left: 20px;}
#sidebar h3 { margin-top: 0;}
#sidebar .news-article { display: block; text-align: left; text-decoration: none; padding-bottom: 15px; border-bottom: solid 1px #eee; }
#sidebar .news-article h4 { text-align: left; font-size: 15px; line-height: 18px; margin: 20px 0 5px;}
#sidebar .news-article p { line-height: 16px;}
#sidebar li { margin-bottom:5px; padding-left: 10px; list-style: none; padding: 0; line-height: 16px; margin-bottom: 10px; position: relative; }
#sidebar li:before { position:absolute; left:-15px; top: 0; bottom: 0; -webkit-border-radius:0;-moz-border-radius:0; border-radius:0; display: block; content: ""; width: 3px; height:100%; background: #ddd; }

/* Services*/
.service-ghosts { margin-top: 30px;}
.services { text-align: center; justify-content:center; display:flex; flex-wrap: wrap; flex-direction: row; }
.services .ghost-service { width: 20%; display: inline-block;  text-align: center; box-sizing: border-box; padding: 8px;  background: #0B2533; }
.services .ghost-service > img { width: 100%; }
.services .ghost-service > div h2 { font-size: 14px; margin: 12px 0 0; height: 40px; display: block;}
.services .ghost-service > div h3 { display: none;}


/* Single Pages */
.service_image { max-width:50%; margin: 0 0 20px 20px; float:right; -webkit-border-radius:4px;-moz-border-radius:4px; border-radius:4px; overflow:hidden; width:100%; }
.service_image img { width:100%; height:auto!important;}

/* Single pages */
#banner { max-width: 1170px;  position:relative;  box-sizing:border-box; margin:100px auto 0; padding: 30px 0; background:url('../images/bird.jpg') no-repeat; background-size: contain; background-position: top right;    }
#banner .overlay { z-index: 5; position: absolute; bottom: 0; left:0; right:0; top:0;}
#banner .title { border-left: solid 5px #ff7f00; padding:15px 30px; }
#banner .title h1 { color: #0B2533; font-size:22px; line-height:26px; font-weight: bold; position:relative; z-index: 10; padding:0; display:block; margin: 0; }
#banner .title h3 { font-size: 16px; line-height: 24px; max-width: 700px;}

#banner .btn { text-transform:uppercase; border:solid 1px #fff; background: rgba(0,0,0,0.4); color:#fff;  padding:15px 25px; clear:none; font-size:16px; margin-top:15px; display:inline-block; font-weight:600;}
#banner .btn:hover { background:#0B2533;}

#banner .case { position: absolute; top: 138px; z-index: 30; margin: 0 auto; left:0; right:0;}


.extra-title { border-left: solid 5px #ff7f00; padding:15px 30px; margin:50px 0 50px; }
.extra-title h2 { color: #0B2533; font-size:22px; line-height:26px; font-weight: bold; position:relative; z-index: 10; padding:0; display:block; margin: 0; }


.under-slider { border:none; margin:10px auto;  font-weight:bold; background:#ff7f00; display:block; width:200px; text-align:center; top:20px;}
.under-slider:hover { background:#000; color:#fff; border:none!important;}


img.alignright { float:right; margin-left:15px; margin-bottom:15px;}
img.alignleft { float:left; margin-right:15px; margin-bottom:15px;}


/* News archive page */
#news { margin: 0; padding: 0;}

#news ul { list-style: none;}
.main .article { border-bottom: solid 1px #eee; padding: 15px 0; line-height: 20px; }
.main .article:before { display: none; }
.main .article span.date { color: #ff7f00; font-size: 14px;}
.main .article a { text-decoration: none;}
.main .article h3 { margin: 0 0 5px;}
.main .article img { float: right; margin-left: 15px;}


/* Banner Navigation controls */
#controls { position: absolute; width:100%; bottom:-40px; left:0; right:0; display: block; margin-bottom: -30px; }
#controls a { padding:10px; color: #ccb152; font-size: 14px;}
#controls a span { font-size: 12px;}
#controls a div { color: #888; font-size: 13px;}
#controls #prev { float: left; text-align: left;}
#controls #next { float: right; text-align: right;}
#controls #prev span { padding-right: 10px;}
#controls #next span { padding-left: 10px;}

/* Controls */
#controls { border-top:solid 1px #eee; display:block; position:relative; overflow:hidden;}
#controls .wrap { max-width:1170px; margin:0 auto;}
#controls .control { float:left; width:33%; border-left:solid 1px #ddd; min-height:110px; text-align:center; box-sizing: border-box; padding:20px 15px; }
#controls .control:first-child { border:none;}
#controls .control > a { position: relative; overflow: hidden; padding: 0; color:#ff7f00; text-decoration:none; text-transform: uppercase; font-weight: bold;}
#controls .control > a i { display: block; font-size:12px; font-style: normal; font-weight: normal; color:#333;}


#page-controls { position: relative; overflow: hidden; text-align: center; border-bottom: solid 1px #eee; margin-bottom: 20px; padding-bottom:20px;}
#page-controls h2 { font-size: 18px;}

#page-controls form > span { position: absolute; left:-50px;  display: inline-block; cursor: pointer;}
#page-controls form input[type=text] { border:none; width:50%; margin: 0 0 10px 30px;}
#page-controls form i { overflow: hidden; text-align: center; float: right; width:30px; position: relative; height: 30px; padding:7px;}
#page-controls form i input { line-height: 42px; display: block; text-indent: -9999px; position: absolute; top:0; left:0; right:0; bottom:0; border:none; background: none; padding:10px; }
#page-controls #tags,#page-controls #filter { position: absolute; bottom:10px; right:0; border:none;}

#newsfilters { float: left;}
#newsfilters select {padding: 5px;}
#news-search { float: right; display: inline-block; width: 200px; position: relative;}

/* Footer Section*/
#footer-wrapper { margin:0; background:#17232e; padding:50px 0 30px; color: #fff; text-align: center; position: relative; float:left; width: 100%; display: block; }
#footer-wrapper .middle:after { position: absolute; content: ""; width:1px; background: #444; margin: auto 0; height: 50%; top:0; bottom:0; right:0;}
#footer-wrapper .middle:before { position: absolute; content: ""; width:1px; background: #444; margin: auto 0; height: 50%; top:0; bottom:0; left:0;}
#footer-wrapper h2 { margin-top: 0; color: #fff; font-size: 16px; }
#footer-wrapper ul { padding: 0; margin: 0;}
#footer-wrapper li { list-style: none; display: inline-block; margin: 0 10px 20px;}
#footer-wrapper li a { color: #fff; text-transform:uppercase; }
#footer-wrapper span { display: block; margin-bottom: 5px;}
#footer-wrapper  a{ color: #fff;}
#footer-wrapper .text { color: #aaa;}

#footer-wrapper .address { display: inline-block; width: 25%; box-sizing: border-box; float: left;  padding: 0 20px;}
#footer-wrapper .address a { font-size: 14px; display: inline-block;}

#footer-wrapper hr { background: #333; border:none; height: 4px;}

#header .social-links { width:300px; position: absolute; top: 10px; right: 115px; }
.social-links {  display:-ms-flexbox; display:-webkit-flex; display:flex; margin: 0 auto; text-align: center; align-items: center;  justify-content: center;}
.social-links a { color: #ff7f00!important; display: inline-block; width: 30px; margin: 0 0px; height:30px;  position: relative; font-size: 17px;}
.social-links a:hover { color: #fff;}
.social-links svg { max-width:60%; fill: #ff7f00; }

#footer .map { width: 228px; max-width: 100%; height:400px; display: block; margin: 40px auto 0;}

#copyright {  float: left;}
#copyright,#scorch  {  font-size:11px; color:#555;  position:relative; display: inline-block; margin: 10px 0; }
#scorch { color: #888;float: right;  }
#scorch a { color: #888!important; }

.disclaimer {position: relative;}
#disclaimer-menu { display:block; position: absolute; left:0; right: 0; margin: 0 auto; padding:12px 0; font-size: 13px; text-align: center;}
#disclaimer-menu ul { margin: 0; padding:0;}
#disclaimer-menu li { list-style: none; display: inline-block; }
#disclaimer-menu li a { list-style: none; display: inline-block; margin: 0 7px; color: #333;}

/* Social bar */
#social { background:#6b6b6b; color:#fff;}
#social h2 { text-transform:uppercase; text-align:center; font-weight:700; font-size:18px; margin:0; padding:5px 0;  }
#social span {  display:inline-block; vertical-align:top; padding:20px 0 0;}
#social #crestashareiconincontent { display:inline-block; position:relative; margin-left:20px;}

.search-result { color:#333; outline:none; margin:20px 0; padding:15px 0; border-bottom:solid 1px #eee; display:block; position: relative; overflow:hidden; }
.search-result h2 {}
.search-result .more { font-weight:bold;}
.search-result:hover { color:#333;}
.search-result:hover .more { color:#ccb152;}

/* Contact Page */
.map { display:block; width:100%; height:350px; font-size:15px; margin-bottom: 15px;  }
.contact { text-align:center!important;}
.contact h2 { text-align:center!important;}
.contact { display:block; text-align:center; margin-bottom:10px; color:#777;}
.contact a { font-weight:bold; color:#333!important; text-decoration:none!important; font-size:26px;}
.contact .btn { background:#ccb152; text-decoration:none!important; color:#fff; -webkit-border-radius:6px;-moz-border-radius:6px; padding:15px 20px; margin:20px 0; border-radius:6px;}

.contactpage { text-align:center; margin-top: 0;}
.contactpage h2 { font-size: 18px; margin: 0;}
.contactpage a { text-decoration:none!important;}
.contact-page { }
.contact-page .col-xs-12 > span { display: block; margin-bottom: 4px;}
.contact-page .col-xs-12 > span a{ color:#0B2533; text-decoration: none; font-weight: bold; }

.contact-page .form-control { padding: 5px; border:solid 1px #e4e4e4; border-radius:0; -webkit-border-radius:0;-moz-border-radius:0; box-shadow:none; margin-bottom:10px; }
.contact-page .input-group {margin-bottom: 5px;}
.contact-page .input-group .input-group-addon {  padding: 0 8px; font-size: 14px; -webkit-border-radius:0px;-moz-border-radius:0px; border-radius:0px;}
.contact-page textarea { width: 100%; display: block;}

.contact-page textarea.form-control { max-width: 100%; width:500px; display: block;}

#ContactForm { text-align: left;}
#ContactForm .btn { float: left; margin-top: 15px;}
#ContactForm label { font-weight: normal; text-transform: uppercase;}

/* Accordion*/
.acc { margin-bottom:10px; position: relative;}
.acc > h2 { display:block; background:#fff; border:solid 1px #e4e4e4; color:#333; padding:20px 20px; margin:0!important; font-size:16px; cursor:pointer;   }
.main .acc > h2:after { width: inherit; height:inherit; content: '\e259'; font-family: "Glyphicons Halflings"; background: none; position: absolute; text-align: right; right:20px; top:22px; font-size: 12px; }
.acc.active > h2,.acc > h2:hover  { background:#f4f4f4; }
.acc.active > h2:after  { content: "\e260"; }
.acc-body { padding:15px 0; display:none;}

/* Downloads */
.downloads .acc-body a { display: block; border-bottom: solid 1px #eee; padding:10px 15px 10px; }
.downloads .acc-body a span { float: right; }

/* General page */
.main { margin-top:30px; margin-bottom: 40px; display: block; position: relative; }
.main h2,.main h3, .main h4, .main h5 { color: #ff7f00;}
.main.medium { max-width: 900px;}
.main.slim { max-width: 650px;}
.main.single-person { max-width:800px;}
.main.single-person ul,.main .two_column ul { margin-left: 0;  transform: translateX(0);}
.main.single-service { }
.main h2 { margin-top: 0; color:#0B2533;}
.main h2:after { margin: 0; width: 60px;}
.main h4 { text-transform: none; font-size: 16px; line-height: 26px; margin: 60px 0 20px; text-align: center;}
.main img { max-width:100%; height:auto; }
.main a { text-decoration:underline; }
.main a:hover { text-decoration:none; }
.page-section { width:100%; position: relative; padding:25px 0; background:#f4f4f4; border-bottom:solid 1px #ddd; border-top:solid 1px #ddd; }

.main ul { list-style: none; padding:0; margin:0 auto; display: inline-block; }
.main ul li { padding-left:15px; margin-bottom: 5px; opacity: 1; position: relative;}
.main ul li:before { content: ""; width:16px; height:16px; display:block; background:url('../images/bullet.jpg') no-repeat; position: absolute; left:-10px; top:6px; }
.main ul li.waypoint:before { opacity: 0; }

.main .aligncenter { text-align: center; margin: 0 auto; display: block; }

.main.single-person {}


.single-service { }

.main-copy { display:block; clear:both; margin-top:-40px;}

.main .service-opener { margin: 0 auto 40px; font-weight: bold; color: #0B2533; max-width: 900px; font-size: 18px; text-transform: uppercase;  text-align: center; line-height: 28px; border-bottom: solid 1px #eee; padding-bottom: 40px;}
.service-image { max-width: 100%; margin:-30px auto 30px; display: block; position: relative; text-align:center; clear-after:both; }
.service-image.bkg { background:#eee; display:block; float:left;}
.straight-contact { background:#eee; margin-top:-30px; padding:10px 20px 20px; display:block; position:relative; overflow:hidden;}
.service-image h2,.straight-contact h2 { margin:15px 0 10px; font-weight:bold;}
.service-image .g-recaptcha,.straight-contact .g-recaptcha{ width:304px; display:inline-block; float:left;}
.service-image .btn,.straight-contact .btn { float:right!important; }
.service-image .priv,.straight-contact .priv { clear:both; font-size:12px; margin-top:10px;}
.service-image img { width: 100%; display: inline-block;}
.service-image img.two { width: 48%;  margin: 0; position: relative;}
.service-image div.two { width: 48%;  margin: 0; position: relative; display:inline-block; clear-after:left;}
.service-image div.two form input,.straight-contact form input{ margin:0 0 10px;}
.service-image .two.float { float:left; width:50%;}
.about-text {  text-align: right; position: relative; z-index: 5; padding: 20px 0 20px 500px; margin-bottom: 30px; }
.about-text p { position: relative; z-index: 5;}
.about-text:before { content: ""; position: absolute; top:0; bottom: 0; left:0; right:500px; display: block; background-size:100%; background-position: center}
.about-text:after { content: ""; position:absolute; top:0; bottom: 0; left:0; right:500px; display: block;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0),rgba(255,255,255,1));
    background: -o-linear-gradient(left, rgba(255,255,255,0),rgba(255,255,255,1));
    background: -moz-linear-gradient(left, rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(left, rgba(255,255,255,0),rgba(255,255,255,1)); }

.main.two_column .col-xs-12, .col-xs-12 .two_column {-moz-column-count:2; -webkit-column-count:2; column-count:2;-moz-column-gap:30px; -webkit-column-gap:30px; column-gap:20px;}

/* Hide the icons maybe? */
#bar-menu a span { font-size:20px; font-weight:700; text-align:center; line-height:24px;  padding:0 20px; background:none!important;}

#registerform { width:100%; height:4300px;}

.modal-dialog {  height:auto; width:90vw; max-height:90vh; margin:4vh auto!important; box-sizing:border-box!important;}
.modal-body iframe { display:block; overflow:visible; width:100%; min-height:80vh; border:none;}

.modal-open {
    padding-right: 0 !important;
}


/* Events */
.main .news { color:#000; position:relative; overflow:hidden; display:block; text-decoration:none; border-bottom:solid 1px #eee; box-sizing:border-box; padding:15px; margin-bottom:30px;}
.main .news h2 { margin:0 0 5px; padding:0;}
.main .news:before { opacity:0; content:""; display:block; width:5px; background:#ff7f00; height:100%; position:absolute; top:0; bottom:0; left:0;}
.main img { float:right; margin-left:20px;}
.main .news span.date { color:#ff7f00; display:inline-block; margin:0; font-size:16px; font-weight:bold; text-align:inherit;  }
.main .news span.link {  float:right;}
.main .news:hover h2 {padding-left:5px;}
.main .news:hover:before { opacity:1;}
.main .news:hover span.link { margin-right:5px;}

#page-controls { position: relative; overflow: hidden; text-align: center; border-bottom: solid 1px #ddd; margin-bottom: 20px; }
#page-controls h2 { font-size: 18px;}

#page-controls form > span { position: absolute; left:-50px;  display: inline-block; cursor: pointer;}
#page-controls form > div { text-align: left; visibility: hidden; opacity: 0;  background:#fff; display: block; position: absolute; left:0; right:100%; bottom: 0;}
#page-controls form.on > div { visibility:visible; opacity: 1; }
#page-controls form > div input[type=text] { border:none; width:50%; margin: 0 0 10px 30px;}
#page-controls form > div i { line-height: 30px; overflow: hidden; text-align: center; float: right; width:30px; height: 30px; position: relative;}
#page-controls form > div i input { display: block; text-indent: -9999px; position: absolute; top:0; left:0; right:0; bottom:0; border:none; background: none; padding: 15px;}
#page-controls form > .search-on { left:0; }
#page-controls form.on > .search-off { left:0; }
#page-controls form.on > .search-on { left:-50px;}
#page-controls form > div {right:0;}


/* Pagination links */
.pagination {display: block; width: 100%; margin-top: 30px;}
.nav-links { border-bottom: solid 1px #ddd; text-align:center; padding:0; border-top:solid 1px #ddd;}
.nav-links a,.nav-links span { padding: 10px; display: inline-block; text-decoration: none;}
.nav-links a:hover { background: #f8f8f8;}
.nav-links span { background: #0B2533; color: #fff;}


/* Share */
#share { text-align: center; position: relative; display: block;}
#share h2 { display: block; color: #bbb; font-size: 16px;}
#share #crestashareiconincontent .sbutton { display: inline-block; float: none;}


/* Tick lists */
ul.tick { margin-left: 30px; list-style: none;}
ul.tick li { padding-left: 35px;}
ul.tick li:before { content: "\e013"; font-family: 'Glyphicons Halflings'; color: #ff7f00; }


/* Split sections */
.split_section { overflow: hidden; position: relative; display: block; width: 100%; padding: 50px 0; min-height: 400px; margin: 30px 0 0; }
.split_section h3 {  font-size: 18px; text-transform: uppercase; margin-top: 70px; font-weight: bold; line-height: 22px;}
.split_section p {  line-height: 20px; }
.split_section {  background-size: contain; background-position: right}
.split_section:after {
    position: absolute; top:0; right:25%; left:0; bottom: 0; content: ""; z-index: 1;
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
}
.split_section h3,.split_section p { display: block; z-index: 2; max-width: 40%; position: relative; overflow: hidden; }
.split_section:nth-child(even) { background-position: left; }
.split_section:nth-child(even):after { right:0; left: 25%;
    background: -webkit-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
}
.split_section:nth-child(even) h3,.split_section:nth-child(even) p { margin-left: 60%;   }


/* Comparison tables */
.comp_table { width: 100%; display: block; margin: 30px 0 0; clear-after: left;}
.comp_table span { width: 25%; display: inline-block; float: left; position: relative;  min-height: 24px;}
.comp_table .headings span { text-align: center; font-weight: bold; color: #ff7f00;}
.comp_table .item { display: block; clear: left; background: #fbfbfb; position: relative; overflow: hidden; border-top: solid 1px #e5e5e5; padding:5px 10px; }
.comp_table .item span:after { content: "\2212"; font-family: 'Glyphicons Halflings'; text-align: center; color: #ddd;  }
.comp_table .item span:first-child:after { content: normal; font-family: inherit; }
.comp_table span.ok:after { content: "\e013"; color:#ff7f00;   }

.comp_table .item span { text-align: center;}
.comp_table .item span:first-child { text-align: left; }

.comp_table .item:nth-child(even) { background: #f6f6f6;}


#zlstxtcnt {}
.zls-lftbtn .zlsblue-btn .zls-chtmn, .zls-rhtbtn .zlsblue-btn .zls-chtmn { background: #ff7f00!important;}
.zls-lftbtn .zlsblue-btn .zlslrgbtn-on-tit1, .zls-rhtbtn .zlsblue-btn .zlslrgbtn-on-tit1, .zlsblue-btn { font-weight:normal!important;background: #ff7f00!important; font-family: 'Raleway', sans-serif!important; }

/* Blackline page */
.black-feat { text-align: center; }

.colour-block { color: #fff; display: block; padding-top: 40px;
    background: -webkit-linear-gradient(top,#943f00,#222);
    background: -o-linear-gradient(top,#943f00,#222);
    background: -moz-linear-gradient(top,#943f00,#222);
    background: linear-gradient(top,#943f00,#222);
}
.colour-block img{ height: 430px;}

#sections { }
#sections .section { overflow: hidden; position: relative; display: block; width: 100%; padding: 50px 0; margin:30px 0; min-height: 330px; background-size: cover;  }
#sections .section h3 {  font-size: 22px; text-transform: uppercase; margin-top:0; font-weight: bold; line-height: 28px;}
#sections .section img { float: right;  max-width: 650px; margin: 50px 0; margin-left: 100px;}
#sections .section p {  line-height: 26px; }
#sections .section.white { background-image: none!important; }
#sections .section.diag { background-image:url('../images/bkg01.jpg')!important; color: #fff;}
#sections .section.diag p {  max-width: 600px;}
#sections .section.white img { max-width: 530px;  margin: 30px 0 40px;}
#sections .section.left img { float: left; margin-left: 0; margin-right: 100px;}
#sections .section.image  {  background-size: contain; background-position:right; }
#sections .section.image.left  {  background-size: contain; background-position:left; }
#sections .section.image img {  display: none; }
#sections .section.image:after {
    position: absolute; top:0; left:0; right:0%; bottom: 0; content: ""; z-index: 1;
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -o-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -moz-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
}
#sections .section.image.left:after {
    position: absolute; top:0; left:0%; right:0; bottom: 0; content: ""; z-index: 1;
    background: -webkit-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
    background: linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.0));
}
#sections .section h3,#sections .section p { display: block; z-index: 2; max-width: 50%; position: relative; overflow: hidden; }
#sections .section.image.left h3,#sections .section.image.left p { margin-left: 50%;   }

/* Team gallery */
.gallery { position: relative; overflow: hidden; margin-bottom: 30px; display: block;}
.gallery img { width: 100%;}
.gallery .overlay { position: absolute; left:0; right:0; bottom:0; color: #fff; text-align: center; padding: 70px 30px 20px;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: -o-linear-gradient(bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
    background: linear-gradient(bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
}
.gallery:hover .overlay { }
.gallery h2 { font-size: 18px; margin: 0 0 10px; color: #ff7f00; font-weight: bold; }
.gallery h3 { font-size: 14px; margin: 0;}

.filler { opacity:.5;}

.featherlight-content { overflow: visible!important; min-width: 800px; max-width: 1000px;}
.featherlight-content div { font-size: 13px!important; line-height: 18px;}
.featherlight .featherlight-close-icon { position: fixed!important; top: 30px!important; right:30px!important; color: #fff!important; background: none!important; font-size: 22px;}
.featherlight-previous span,.featherlight-next span { display: block!important; font-size: 18px!important; }
.featherlight-previous { position: absolute!important; top:0; bottom:0;  left:-120px!important; right: 95%!important; background:none!important; }
.featherlight-next { position: absolute!important; top:0; bottom:0; right:-120px!important; left: 95%!important; background:none!important; }
.featherlight-content img { float: left; margin-right: 30px;}
.featherlight-content h2 { margin: 10px 0 20px;}
.featherlight-content h3 { margin: 0;  text-transform: none; color: #777;}
.featherlight-content > div span { display: inline-block; padding: 15px 0; margin: 0 auto; border-top:solid 1px #eee; }
.featherlight-content > div span > i { font-style: normal; min-width: 100px; display: inline-block;}
.featherlight-content > div span > a { min-width: 200px; display: inline-block;}
.featherlight-content span:before {}

@media (max-width: 1720px) {
#banner_text { max-width:170px; font-size:14px; top:30px; }
#header.fix #banner_text { line-height:14px; top:10px;}
.rslides .info h2 { font-size:32px;}
}


@media (max-width: 1380px) {
#banner_text { max-width:inherit;  top:10px;}
#header.fix #banner_text { opacity:0;}
}

@media (max-width: 1249px) {
    .logo { width: 240px; margin-top: 30px;}
.south_africa { width:180px;}
.sa { font-size:14px; left:290px;}

    .menu-navigation-container > ul > li { margin-left:10px; font-size: 13px;}

    #home-news { background: #222;}
    #home-news .bkg-image { display: none; }
    #home-news a { margin: 0 0 30px 0; min-height: inherit;}
    #home-news a div { max-width: 100%; min-height: inherit; height: 140px; min-height: inherit!important; position: relative;}
    #home-news a div img { min-width: 100%; width: auto; height: auto;  position: absolute; top:0; left:0; right:0; }

    #header.fix .logo { width: 140px; margin-top: 10px;}
    #footer-wrapper li { margin: 0 0 15px; font-size: 11px;}
    #what_we_do h2.middle::before { top: -16px;}
}

@media (max-width:1050px) {
    .logo { width: 170px; margin-top: 20px;}
    #header.fix .logo { width: 140px; margin-top: 10px;}
    .menu-navigation-container > ul > li { margin-left:5px;}
    .menu-navigation-container > ul > li a {  font-size: 13px;}



    #home-news a div {height: 110px; }

    #process .proc .icon { width: 50px; height: 30px; font-size:36px; text-align: center;}
    #process .proc::after { display: none;}
}


@media (max-width: 900px) {

    .menu-navigation-container > ul > li { margin-left:2px;}
    .menu-navigation-container > ul > li a {  font-size: 12px;}



}


@media (max-width: 767px) {

    #slider{max-height: 50vh!important;}

    .service-image .two.float { display:block; float:none; width:100%;}

    #header.banner_txt { height:92px;}


.main ul li:before { left:-5px; }

    .waypoint .trans-up { opacity:1; margin-top:0;}
    .waypoint .trans-left {  opacity:1; padding-left:0;}
    .waypoint .trans-right { opacity:1; padding-right:0;}

    #banner_text { top:0px; text-align:center; z-index:50; left:0; display:block; position:relative!important; opacity:1; margin:-5px 0 10px;}
    .rslides .info h2 { font-size:26px;}

    #header > .container-fluid::before { opacity:1;}

    .rslides .info h2.bottom,.rslides .info h2.right,.rslides .info h2.left { position:relative; left:0; right:0; text-align:center; top:inherit; bottom:0;}


    .main.two_column .col-xs-12, .col-xs-12 .two_column {-moz-column-count:1; -webkit-column-count:1; column-count:1;-moz-column-gap:30px; -webkit-column-gap:30px; column-gap:20px;}

    .feature h2 { bottom:150px;}

    #telephone, #header .social-links { display: none;}

    #cta { background-attachment: inherit; background-size: cover; }

    #sections .section { background-image: none!important; min-height: inherit; margin: 0;}
    #sections .section.diag { background:#111!important;}
    #sections .section img { float: none; max-width: 100%!important; display: block!important; margin: 0!important; float: none!important;}
    #sections .section h3 { margin: 20px 0!important; display:block !important; max-width:inherit!important;}
    #sections .section p { margin: 0!important; display: block!important; max-width: inherit!important;}

    #sections .section.image:after { background: none!important;}

    #intro { font-size: 14px; line-height: 22px;}

    #header { background: rgba(0,0,0,.5);}

    #header .top-bar,.rslides_tabs { display: none!important;}

    #zlstxtcnt {display: none!important;}
    .zls-lftbtn .zlsblue-btn .zlslrgbtn-on-tit1, .zls-rhtbtn .zlsblue-btn .zlslrgbtn-on-tit1, .zlsblue-btn { }

    /* Split sections */
    .split_section { overflow: hidden; position: relative; display: block; width: 100%; padding: 150px 0 20px; min-height: 0px; margin: 30px 0 0; background-repeat: no-repeat; background-position: top left!important;  }
    .split_section h3 {  font-size: 18px; text-transform: uppercase; margin-top: 70px; font-weight: bold; line-height: 22px;}
    .split_section p {  line-height: 20px; }
    .split_section:after {display: none;
    }
    .split_section h3,.split_section p { display: block; z-index: 2; max-width: 100%; margin-left: 0!important; position: relative; overflow: hidden; }
    .split_section:nth-child(even) h3,.split_section:nth-child(even) p { margin-left: 60%;   }

    .main strong { line-height: 22px;}

    .comp_table { margin-top: 70px;}
    .comp_table .headings { width:auto;}
    .comp_table .headings span {transform: rotate(-90deg);  transform-origin: left top 0; top: 30px; line-height: 16px; padding-top: 10px;}

    .comp_table span { width: 15%;}
    .comp_table div span:first-child { width: 55%;}

    #home-news a div {height: 130px; }

    .main .article img { display: none;}

    #banner .case { max-width: 100%; height: 200px; top:75px; max-height: 200px; overflow: hidden;}
    #banner .case > img { width: 100%; height: auto; }

    #built-with { display: block; }
    #built-with .col-xs-12 > .tech {max-width: 50%; padding: 15px; box-sizing: border-box;}

    .partner { min-height: inherit;}
    .partner .partner-header .hold { position: relative; display: block; width: auto; margin: 0; padding: 0; top: 0; left:0;}
    .partner .partner-header p { padding: 15px 0 ;}
    .partner .partner-body { margin: 0;}

    .proc-holder { display: block;}
    .proc-holder .proc { width: 100%!important;}

    .iconbox { width: 100%; float: none;}


    #slider { height: 90vh;}

    #banner .title { margin-bottom:20px!important;}

    #slider #cats { bottom: 0;}
    #slider #cats a { border: none!important; display: block; padding: 5px!important; font-size: 16px!important;  float: none; text-align: center; width: 100%;}

    .menu-navigation-container { float: none; margin: 0!important;}

    #what_we_do h2.middle::before { display: none;}

    #contact-details { display:none;}

    #opener { margin: 10px 0;}
    #opener h1 { font-size: 18px; line-height: 22px;}

    .about-text { padding: 0; text-align: left;}
    .about-text:before,.about-text:after { display: none; }

    #menu-wrapper { display: none;}

    .rslides .info { top:inherit; position:absolute; bottom:0; }
    .rslides li h2 { font-size: 18px; padding: 0 10px; font-weight: bold; position:relative; }
    .rslides li.particle-holder h2 { font-size: 22px;}
    .rslides li h3 { font-size: 13px; line-height: 18px; padding: 0 10px; }
    .rslides .info a { display: none; margin: 15px;}
    .rslides a.linkto { display: inline-block; margin: 0 auto;}

    #what_we_do h2 { margin-bottom: 0px!important; font-size: 18px!important;}
    #what_we_do img { margin-bottom: 00px;}
    #what_we_do p { margin-bottom: 30px; border-bottom: solid 3px rgba(255,255,255,.15); padding-bottom: 30px;}

    #home-news { background: #222;}
    #home-news .bkg-image { display: none; }
    #home-news a { margin: 0 0 30px 0;}
    #home-news a div { max-width: 100%; min-height: inherit; height: 100px; min-height: inherit;}
    #home-news a div img { min-width: 100%; width: auto; height: auto;  position: absolute; top:0; left:0; right:0; }

    .article h3 { font-size: 16px;}

    #controls .control .arr { top: 200px;}

    #process .col-xs-12 { display: block;}
    #process .container .row .col-xs-12 .proc { display: block; width: 100%!important; float: none; flex-grow:0;}

    .service-holder { margin: 0;}

    .feature a { padding: 10px 0;}
    .feature p { bottom: 90px;}

    .service-holder::before,.service-holder::after { display: none;}
    .service-holder .single-service { width: 100%; display: block; min-height:50px;}

    #clients .hold > img { max-width: 150px;}

    #footer-wrapper { padding: 20px 0;}
    #footer-wrapper .address { width: 100%; margin-bottom: 40px;}

    a.menu-logo,a.menu-tel,a.menu-email { display: none; }

    .logo { margin:20px 0!important; width: 190px!important;}
     .sa { left:0; font-size:14px; top:25px; left:220px; }

.logo.south_africa { width:180px;}


    #header { position: absolute; height: 73px;}
    #trigger-menu { top: 20px!important; position: absolute;}
    #header-faux { display: none!important;}

    .service-ghosts { margin-top: 20px;}
    .services .ghost-service{ width: 50%; }
    .services .ghost-service > div h2 { font-size: 13px;}

    #footer ul li { display: block;}


    #banner  .title { margin: 15px 0;}

    .service-image { margin-top:-5px;}

    .people .person { width: 50%; }
    .people .person > div h2 { font-size: 13px;}
    #footer-wrapper { margin: 20px 0;}

    .single-person img { margin-bottom: 30px;}
    .single-person .btn { margin-bottom: 30px;}

    #banner.service-banner ul { display: none;}

    .services .service { width: 100%; margin-bottom: 30px; height: 130px; overflow: hidden;}

    .g-recaptcha.google { max-width:80%; overflow: hidden;}
    .form-control {  box-sizing: border-box;}

    .main .service-image { overflow: hidden; width:auto; max-width: inherit;}

    #cta h2 { font-size: 18px;}

    #header { margin-bottom: 0;}
    #header.constant::before { display: none;}
    .two_column  {-moz-column-count:1; -webkit-column-count:1; column-count:1; -moz-column-gap:0; -webkit-column-gap:0; column-gap:0;}

    .main { margin-top: 0;}
    .contact-page { margin-top: 0;}
    #welcome,#banner { height: 300px;}

    #head .logo {  float: none; margin:50px auto 5px; max-width:80%; display: block;}

    #scroll-header,.service-dropdown,#header .menu-navigation-container { display: none;}

    .main .two-column { -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; -moz-column-gap: 0; -webkit-column-gap: 0; column-gap: 0; }

    .modal-dialog {  height:auto; width:95vw; max-height:70vh; margin:1vh auto!important; box-sizing:border-box!important;}

    .ghost { width:50%;}
    .ghost div {}
    .ghost div h2 { left:5px; bottom: 5px; font-size: 14px; text-align: left!important;}
    .ghost.first h2 {  font-size: 14px; line-height: 18px;  }
    .ghost div { position:absolute; top:0; bottom:0; left:0; right:0; display:block; text-align:center; height:100%;
        background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
        background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
        background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
        background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    }

    #cta { margin: 0;}
    #cta-box, #events { width:100%; border: none; margin:15px 0;}

    #links { border: none; display: block; margin: 0;}
    #links a {  display: block; border:none;}

    body { font-size:13px;}

    #head { display: block; position:relative;}

    h2 { font-size:18px;}

    .dropdown-menu,.caret { display:none!important;}

    #banner { min-height:250px; padding: 300px 0 6px;}

    #banner.buttoned .col-xs-12 { margin-top:40px;}

    #banner .bkg-image { background-size: cover; background-position:center;}


    .gallery .overlay { opacity: 1; top: inherit; padding: 15px 0;}
    .featherlight {overflow-y: scroll;}
    .featherlight-content { box-sizing: border-box; max-width: 97%; min-width: inherit; margin: 5px auto; min-height: 100%; max-height: inherit!important; }
    .featherlight-content img { float: none; max-width: 100%; margin: 20px 0 10px;}
    .featherlight .featherlight-close-icon { color: #0B2533!important; z-index: 500; top: 20px!important;  right: 20px!important;}
    .featherlight-previous { left: 0!important; right: 90%!important; bottom: inherit!important; height: 300px!important;}
    .featherlight-next { right: 0!important; left: 90%!important; bottom: inherit!important; height: 300px!important;}
    .featherlight-previous span i,.featherlight-next span i { color: #0B2533;}

    #banner { height:inherit; margin:0 0 20px; min-height: inherit; padding: 0; top: 70px; }
    #banner .title h1 { font-size:16px; }
    #banner .title h3 { margin-bottom: 30px; }
    #banner .title span { margin: 0; font-size: 16px; display: none; }

    .main .service-opener { font-size: 14px; line-height: 22px;}

    .col-xs-12 > h3 { text-align: center; font-size: 14px; line-height: 18px; }

    .col-xs-12 > a.btn { text-align: center; margin: 30px auto; display: block;}

    .colour-block h2 { text-align: center; margin: 0 0 30px;}
    .colour-block img { text-align: center; margin: 0 auto; display: block;}

    iframe { max-width: 100%; display: block;}

    .iconbox.small { width: 100%;}
    .iconbox.small h3 { font-size: 14px;}

    #cta a { margin-bottom: 20px;}

    #people #banner { display:none; }
    #people .ms-staff-carousel { margin-top:0!important;}

    .ms-staff-carousel .ms-staff-info h3, .ms-staff-carousel .ms-staff-info h4 { color:#333!important;}
    .ms-staff-carousel .ms-staff-info h3 { font-size:18px!important;}
    .ms-staff-carousel .ms-staff-info h4 { font-size:16px!important;}


    #filters { margin-bottom:15px;}
    #filters button { font-size:14px; padding:10px ;}
    .news-archive .news h3 { font-size:16px;}

    .main { padding-bottom:20px; padding-top:20px;}

    #feature { padding:20px 0;}


    .acc > h2 { font-size:16px;}

    #feature iframe,#my-video  { max-width:100%; display:block; float:none; margin:0; height:150px; margin-bottom:20px;}

    .vjs-big-play-button { position:absolute; top:40%!important; left:40%!important; right:0!important;}

    .latest-news h2 { font-size:18px;}

    .latest-news .news h3 { font-size:14px;}

    .contactpage { text-align:center; margin-bottom:20px;}

    #menu { display:none;}

    .scorch { opacity:1!important;}

    .overlay-hugeinc ul { height:75vh;}
    .overlay-hugeinc ul li a { font-size:16px; }

    #footer { margin:10px 0 0 0;}
    #copyright,#scorch  { font-size:11px; text-align:center;  padding:10px 0 0; display:block;  float:none; }


    #call-to-action h2 { font-size:18px;}
    #call-to-action .btn { padding:15px 20px;}

    .contact a { font-size:18px;}



    /* Mobile menu system */
    #mobile-nav { position:absolute; z-index:100; background:#683053 ; left:0; right:0; width:100%; top:0; }
    #mobile-nav ul { padding:0; margin:0; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;-webkit-justify-content:space-between; justify-content:space-around;}
    #mobile-nav li { display:inline-block; position:relative; padding:0; height:50px; padding-top:4px; text-align:center; }
    #mobile-nav li a,#toggle-main { padding:0; margin:0; text-decoration:none; background:none; display:block; position:relative; width:26px; height:26px; font-size:20px; color:#eee; border:none; float:none; margin:0 auto;}
    #mobile-nav li:hover a,#mobile-nav li:hover #toggle-main { color:#fff;}
    #mobile-nav li .menulabel { font-size:11px; text-align:center; display:block; color:#fff;}

    #main-toggle-wrapper { display:block; width:inherit; height:inherit; padding:1px 20px 0 ; margin:0; list-style:none; background:#683053 ; border-radius:0; -webkit-border-radius:0;-moz-border-radius:0; height:48px;min-height:35px }


    .overlay .menu-navigation-container { display:block; width: 100%; float:none; margin:0; text-align: center;}
    .overlay .menu-navigation-container ul { margin: 0; padding: 0; width:100%; display: flex; flex-direction: column; justify-content:space-around;}
    .overlay .menu-navigation-container li { display:block; list-style: none; width:100%; padding:0; border:none; }
    .overlay .menu-navigation-container li a { border:none;  font-weight: normal; display: block; font-size: 14px; color:#fff; padding:0;}
    .overlay .menu-navigation-container li a:after,.overlay .menu-navigation-container li a:before { display: none!important;}
    .overlay .menu-navigation-container li.current-menu-item a,.menu-navigation-container a:hover { color: #fff; border:none;}


    .overlay .menu-navigation-container li.dropdown .dropdown-menu { height:inherit; text-align:center; display:flex!important; float: none;  border: none; position: relative;  padding: 0; margin: 0; top:0; left:0; right:0; background: none!important; color: #fff; border:none!important; }
    .overlay .menu-navigation-container li.dropdown .dropdown-menu li { visibility:visible;}
    .overlay .menu-navigation-container li.dropdown .dropdown-menu li a { color:#ddd!important; background: none!important; color: #eee; padding: 5px 0; border:none!important;}


    #footer { text-align:center;}
    #footer .col-xs-12 { margin-top: 15px; margin-bottom: 15px;}
    #footer #address { margin-top:10px;}
    #footer li a { padding:0!important;}
    #footer span.glyphicon { display:none;}
}

/* Try and target ipad only issues*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    #slider { margin-bottom:-100px; }
    #bar-menu a { height:100px;}
}

/* Old browser nonsence for the rubbish */
.oldbrowser {}

.oldbrowser #bar-menu .menu { text-align:justify; clear:both; display:block; margin:0; padding:0; height:45px;}
.oldbrowser #bar-menu .menu:after {content: ''; display: inline-block;width: 100%;}
.oldbrowser #bar-menu .menu li { display: inline-block; padding-top:2px;  text-align:center; color:#fff; background-position:top left!important; background-size:100% 100%!important; }
.oldbrowser #bar-menu .menu li .dropdown-menu { display:none;}
.oldbrowser .info h2 { font-weight:600!important;}
