/*====================*/
/*=== Thanks for taking the time to read ===*/
/*====================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;800&display=swap');

@media ( min-width: 800px){.container{ max-width:100%; width:1500px; }}


/* Some basic animations */
.waypoint.slideUp { opacity:0;}
@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;}

.waypoint.slidePush { opacity:0;}
@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;}

/* Some basic animations */
@keyframes fadeup { 0% { opacity:0; } 100% {opacity:1;} }

@-webkit-keyframes bounce {0% {opacity: .6;}50% {opacity: .2; padding-top:10px; }100% {opacity: .6;}}
@-moz-keyframes bounce {0% {opacity: .6;}50% {opacity: .2; padding-top:10px; }100% {opacity: .6;}}
@-o-keyframes bounce {0% {opacity: .6;}50% {opacity: .2; padding-top:10px; }100% {opacity: .6;}}
@keyframes bounce {0% {opacity: .6;}50% {opacity: .2; padding-top:10px; }100% {opacity: .6;}}
.bounce { animation-name: bounce; animation-duration: 2s; animation-iteration-count: infinite; animation-direction: forwards; animation-timing-function: ease-in-out; }

.blue_grad {
    background:#ee2831;
    background: -webkit-linear-gradient(left,#b30e16,#ee2831,#b30e16);
    background: -o-linear-gradient(left,#b30e16,#ee2831,#b30e16);
    background: -moz-linear-gradient(left,#b30e16,#ee2831,#b30e16);
    background: linear-gradient(left,#b30e16,#ee2831,#b30e16);
    }

.yellow { color:#e0bf32;}
.yellow_bkg { background:#e0bf32;}

/* Smooth state transitions */
.transitionOut {}
.transitionIn {}
.transitionOut .videobg { opacity:0;}
.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 .overlay.open { opacity:0;}

.logo { transition: 1s;}

/* 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; }

.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: 26px; position: relative; overflow-y: scroll!important; font-weight:normal; margin-bottom:0!important; background-color:#fff; color: #111;  background-size:cover; background-repeat:no-repeat; background-position:center; background-attachment:fixed; letter-spacing:0.05em; font-family: 'Lato', sans-serif; }

.notice { text-transform: none; font-size: 13px; text-align: center; line-height: 20px; background: #eee; padding: 20px; }

@media ( min-width: 800px){.container.thin,.thin{ max-width:820px; }}

.space { letter-spacing:0.2em; text-transform:uppercase;}
.grey { opacity:.7;}

h1 { font-size:28px;}
h2 { font-size:24px;}
h3 { font-size:18px;}

blockquote{ font-size:14px;  border-left:solid 3px #b30e16; }
blockquote strong { color:#000; }

.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:#b30e16; text-decoration:none;}

strong,b { font-weight:bold;}

.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:#ddd; clear:both; margin:40px 0; border:none;}

.button { padding:10px 22px; border:solid 1px #333; color:#333; font-weight:600; display:inline-block;}
.button:hover {border:solid 1px #b30e16; background:#b30e16; color:#fff;}

.btn {-webkit-border-radius:4px;-moz-border-radius:4px; border-radius:4px;}

.btn-primary { border:none; }
.btn-primary { position:relative; overflow:hidden; display:inline-block;  padding:15px 40px; border:none; color:#fff; font-size:16px; background:#000; text-decoration:none!important; font-weight: normal;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus { background:#fff; color:#b30e16; }
.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 #b30e16; padding: 10px 0; margin-top: 30px; display: block;  clear: both;}
.download_sheet span { margin-left: 15px;}
.download_sheet:hover { color: #fff; background: #b30e16; }

/* 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: #b30e16;}
.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,#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,#header:after,#footer-wrapper a {-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.rslides .info a i,.ident a i {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}


#wrapper,.anim-400,.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,.item img,.rslides li a,.rslides li .overlay,.blocks-gallery-item a img,.ghost div ,.ghost h2:after,#feature_nav li a:before,#feature_nav li a:after,.feature > div a:after ,.feature > div a:before,.slick-prev,.slick-next,.services_mininav a:before,.services_mininav a:after,.services_mininav a h3,.item .overlay,.menu-navigation-container li a:after,.tiny-slider-wrapper #prev,.tiny-slider-wrapper #next,#customize-thumbnails li,.ghost:after,.item,.item .wipe,.feature .info,.feature .info .overlay,#features .feature .overlay,#features .feature img,#testimonial,.instagram > a > div.overlay,.instagram > a img {-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, .ghost img,#slider #features .feature .image,.rslides .info{-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}


.anim-1000, body,.main ul li:before,.b-lazy,.overlay-hugeinc ul li a:before,#intro h2:before,#intro p,.rslides li,.item img,.videobg {-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;}

.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 { margin:15px 30px; position:relative; display:block; }

#header .right { position:absolute; top:0; right:0; }
#header .right a { color:#e7c732; }
#header .right span { display:block; color:#fff; }
#header .right span a.phone { font-size:28px; font-weight:bold;}

.social-links {padding:0;  display: block; float: right; margin: 0 auto; text-align: center; }
.social-links li { list-style: none;}
.social-links a { display: inline-block; width: 25px; margin: 0 5px;  position: relative; font-size: 14px; opacity:.8;}
.social-links a:hover { opacity:1; }

#head { display:block; color:#fff; position:relative; overflow:hidden;}

#search { width:100%; overflow:hidden; clear:both; display:block; background:none; position:relative; border-bottom:solid 1px rgba(255,255,255,.6); margin-top:30px; margin-right:0;}
#search input[type="text"]{ float:left; background:none; border:none; color:#fff; padding:10px 0; width:calc(100% - 40px);}
#search #searchsubmit { float:left; color:#fff; background:none; border:none; font-size:14px; width:40px; text-align:right; padding:10px 0;}
#search input[type="text"]::placeholder { color:#aaa;}

.logo { z-index:30; width:300px; position:absolute; top:7px; left:0; }
.logo img { max-width:100%;}

/* Main menu */
#menu-navigation  { margin: 0 auto; padding: 0; max-width:500px;  justify-content: space-between!important; text-align:center; list-style: none;  position: relative; display: flex; align-items: center; justify-content: center;}
#menu-navigation > li { display:inline-block; list-style: none; position: inherit; text-align:center; box-sizing:border-box; padding:0;}
#menu-navigation li a {   border-bottom:0; letter-spacing:0.1em; outline: none; display: block; color:#fff; position: relative; padding:15px 0;  text-transform:uppercase; font-weight:bold; }
#menu-navigation > li.current-menu-item a,#nav-bar ul > li.current-menu-item a:hover,#nav-bar li a:hover { color:#e7c732; opacity:1; }
#menu-navigation .caret { display: none;}

    /* Overlay style for huge menu */
.overlay-screen {  visibility: hidden; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index:100; background: rgba(0,0,0,0.9); }
.overlay-screen nav { text-align: center; position: relative; height:100vh;  display: flex; align-items: center; justify-content: center; font-size:15px;  }
.overlay-screen .menu-navigation-container { max-width:inherit; width:100%;}
.overlay-screen .menu-navigation-container > ul { width:80%; justify-content: space-around!important; text-align:center; list-style: none; padding: 0!important; margin: 0 auto!important;  position: relative; display: flex; align-items: center; justify-content: center;}
.overlay-screen ul li {  display:inline-block; margin:0;}
.overlay-screen ul li a { letter-spacing:inherit; text-transform:none; position:relative; text-decoration:none; outline:none; background:none!important; display:inline-block; color: #fff; -webkit-transition: color 0.2s; transition: color 0.2s; vertical-align: central; font-size:36px; border: none!important; }
.overlay-screen ul li a span.desc { color:#fff; font-size:16px; display:block; margin-top:25px;}
.overlay ul li a:focus { color: rgba(255,255,255,0.9)!important; }
.overlay-screen ul li a:hover {}
.overlay-screen ul li .dropdown-menu { display: block; visibility: visible; position: relative; }

#menu-mobile-menu { padding:0!important;}

.overlay-screen ul li { width:inherit;}
.overlay-screen ul li.logo { display:none!important;}

/* Effects */
.overlay-screen { opacity: 0; visibility: hidden; -webkit-transition: opacity 0.5s, visibility 0s 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; }
.overlay-screen.open {  opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.overlay-screen nav { -webkit-perspective: 1200px; perspective: 1200px; }
.overlay-screen 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-screen.open nav ul { opacity: 1; -webkit-transform: rotateX(0deg); transform: rotateX(0deg); }
.overlay-screen.close nav ul { -webkit-transform: translateY(25%) rotateX(-35deg); transform: translateY(25%) rotateX(-35deg); }

    /* Highlight hover effect */
.overlay-screen ul li a:before {content:""; display:block; position:absolute; margin:0 auto; bottom:-50px; left:0; right:0; width:1px; background:#fff; height:50px;}
.overlay-screen ul li a:hover:before { height:80px; bottom:-80px; background:#b30e16 ; }

/* Search variation */
.overlay-search { display:-ms-flexbox; display:-webkit-flex; display:flex; margin: 0 auto; text-align: center; align-items: center;  justify-content: center; flex-direction:column;}
.overlay-search .searchform { max-width:100%; width:650px; margin-top:50px;}
.overlay-search #search-toggle-holder button { width:60px; height:60px;}
.overlay-search .searchform input[type=text] { display:inline-block; background:none; color:#fff; border:none; border-bottom:solid 1px #222; max-width:100%; font-size:22px; padding:15px; width:500px;}
.overlay-search .searchform button { border:none; background:none; color:#fff; padding:15px; font-size:22px;}


#trigger-overlay { cursor: pointer; z-index:500; border:none; top:10px; display:block; right:25px; position:absolute; }
#trigger-overlay > span { position: relative; right: 55px;   font-size: 16px;}
#trigger-overlay:active { padding:0; margin:0;}
.c-hamburger { background:none; 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; }

.fa-long-arrow-right { border-left:solid 2px #fff; padding-left:10px; margin-right:25px;}


/* Welcome video */
#slider {  height:70vh; min-height:350px; width:100%; position: relative;  margin:0 auto; z-index: 1; opacity: 1; background: #eee; display:block; }
#slider.active { opacity: 1;}
#slider .overlay  { position: absolute; top:0; bottom: 0; left: 0; right:0; background: rgba(0,0,0,.4); }
.rslides {  position:relative; list-style: none; width: 100%; padding: 0; margin: 0; height:100%; background:#000; }
.rslides li { -webkit-backface-visibility: hidden; position: absolute;  width: 100%;  height:100%; background-position:center center; background-size:cover; background-repeat:no-repeat; color:#fff; }
.rslides li h1 { font-size: 52px; font-weight: 700; letter-spacing:0.05em; text-transform:uppercase; line-height: 24px;  margin: 0px 0 30px; line-height:1em; }
.rslides li h3 {  font-size: 18px; line-height:24px;   margin: 0 auto 10px; }
.rslides .info{position: absolute; bottom:40%; left:0; right:0; text-align: center;  max-width:1300px;   margin:0 auto;  }
#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(0,0,0,0.3); padding: 0 8px; }
#slider .rslides_nav:hover { background:rgba(0,0,0,0.5);}
#slider .rslides_nav.prev { left:0;}
#slider .rslides_nav.next { right:0;}
#slider:hover .rslides_nav { opacity:1;}
#slider .particles {}

#homepage_form { color:#fff; border-radius:4px; z-index:1000; padding:15px 20px;  margin:0 auto; position:absolute; bottom:-40px; left:0; right:0; display:block; max-width:1200px; margin-top:-100px; }
#homepage_form .form-group { width:20%; padding:0 10px; float:left; display:inline-block; margin:0;}
#homepage_form .form-group.forth { width:calc(40% - 120px)}
#homepage_form .form-group.fifth { width:120px;}
#homepage_form #nouislider { width:calc(100% - 30px); margin:0 auto;}
#homepage_form a { text-transform:uppercase; letter-spacing:0.1em; clear:both; display:block; width:150px; margin:20px  auto; background:#b30e16; color:#fff!important; -webkit-border-radius:4px;-moz-border-radius:4px; border-radius:4px; text-align:center; padding:10px; height:inherit!important; }
#homepage_form label { font-weight:normal;}
#homepage_form input,#homepage_form select,#homepage_form .select2-selection { padding:10px; height:inherit; background:rgba(0,0,0,0.3); border-color:rgba(255,255,255,.2);  -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);}
#homepage_form .select2-container--open .select2-dropdown--above,#homepage_form .select2-container--default .select2-search--dropdown .select2-search__field {background:#222d48!important; border-color:rgba(255,255,255,.2)!important; color:#fff!important;}
#homepage_form .select2-container--default .select2-selection--single .select2-selection__rendered { color:#fff!important;}
#homepage_form .select2 { height:inherit; border:none;}
#homepage_form .select2-selection { height:inherit;  padding:5px 10px;}
#homepage_form .select2-selection__arrow { right:10px; top:6px;}
#homepage_form #update { float:right; color:#000; font-weight:bold; text-transform:uppercase; border-radius:4px; border:none; padding:10px 0; margin-top:25px; width:100%; letter-spacing:0.05em;}
#homepage_form #price_max_label,#homepage_form #price_min_label { font-size:12px; opacity:.5;}

.home-vehicles { padding-top:40px; position:relative;}
.home-vehicles .grey { background:#eee; display:block; position:absolute; top:0; left:0; right:0; height:80%;}
.home-vehicles .title { margin-bottom:40px; letter-spacing:.1em;}

.grey-bkg { background:#eee; padding:20px 0;}
.item { text-decoration:none; background:#fff; display:block;  position:relative; color:#111; margin-bottom:30px; padding-bottom:30px;}
.item h3 { font-size:18px;}
.item h2 {  font-size:18px; font-weight:bold;}

#body_wrapper { padding-top:30px; position:relative!important;  margin:0 auto; display:block; overflow:hidden!important;}
#filter_holder {  width:300px;  margin-bottom:30px; position:absolute; margin-left:30px;}
#filter_holder h2 { font-weight:bold; text-transform:uppercase; font-size:18px; margin-bottom:25px;}
#filter_holder a { text-transform:uppercase; letter-spacing:0.1em; clear:both; display:block; width:150px; margin:20px  auto; background:#b30e16; color:#fff!important; -webkit-border-radius:4px;-moz-border-radius:4px; border-radius:4px; text-align:center; padding:10px; height:inherit!important; }
#filter_holder input,#filter_holder select { max-width:100%!important; padding:10px; height:inherit; border-color:#ddd;}
#filter_holder .select2 { height:inherit; max-width:100%!important;}
#filter_holder .select2-selection { height:inherit;  border-color:#ddd; padding:5px 10px;}
#filter_holder .select2-selection__arrow { right:10px; top:6px;}
#vehicles { min-height:700px; width:calc(100% - 380px); float:right; margin-right:30px; padding-bottom:50px; margin-top:20px;}
#loader { display:block; text-align:center; font-weight:bold; padding:20px 0;}
#price_min_label { float:left; margin-top:5px;}
#price_max_label { float:right; margin-top:5px;}
#filter_holder #nouislider { width:calc(100% - 35px); margin:0 auto;}

#price_min_label { float:left; margin-top:5px;}
#price_max_label { float:right; margin-top:5px;}

.noUi-connect {background:#e7c732!important;}
#homepage_form .noUi-target { background:#111d3b!important; border:none!important; box-shadow:none!important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background:#b30e16!important;}

.home-vehicles .item h2,.grid-items .item h2 { line-height:32px; height:30px; overflow:hidden;}

.home-vehicles { margin-top:50px;}

.item { position:relative;}
.item .price { color:#3e8f3e; display:block; text-align:right;  font-weight:bold; position:absolute; top:20px; font-size:22px; right:30px;}
.item .image-wrapper { overflow:hidden; border-radius:4px; display:block;  overflow:hidden; position:relative; width:100%; }
.item .image-wrapper span { position:absolute; top:inherit!important; padding:10px 20px; bottom:0; right:0; color:#fff; text-align:center; display:block;  text-transform:uppercase; z-index:10; }
.item span.status { bottom:inherit; left:0; right:0; font-weight:bold; margin:0 auto; padding:5px 10px; width:120px; box-sizing:border-box; text-align:center; display:inline-block; top:-15px; position:absolute; z-index:50; color:#fff; text-transform:uppercase;  }
.item span.status:before { top:0; content:""; display:block; width: 0;height: 0;border-style: solid;border-width: 0 0 15px 15px;border-color: transparent transparent #000 transparent; position:absolute; left:-15px;}
.item span.status:after { top:0; content:""; display:block; width: 0;height: 0;border-style: solid; border-width: 15px 0 0 15px;border-color: transparent transparent transparent #000 ; position:absolute; right:-15px;}
.item .image-wrapper img { width:100%; position:absolute; top:0; left:0; right:0;}
.item .image-wrapper img.holder { position:relative; }
.item p { text-align:center;}
.item .price {}
.item .title_details { margin:15px 0; padding-bottom:15px; border-bottom:solid 1px #e4e4e4; flex-direction:row; display:-ms-flexbox; display:-webkit-flex; display:flex; height:50px; align-content:center; justify-content:flex-start; align-items:center; overflow:hidden;
}
.item .title_details h2 { margin:0; display:inline-block; letter-spacing:0; }
.item .title_details h2 span { opacity:.5; }
.item .detail { font-weight:bold; opacity:.5; text-align:left; margin-bottom:10px; width:50%; box-sizing:border-box; padding:0 0px; display:inline-block; float:left;}
.item .detail span { display:none; }
.item .detail i { font-size:8px; text-align:center; margin-right:15px;  display:inline-block; font-weight:normal; border-radius:50%; width:30px; height:30px;  font-style:normal; color:rgba(0,0,0,.5); background:#ddd; padding:5px; color:#fff;}
.item .details {display:block; overflow:hidden; margin-right:30px;}
.item .details i:before { margin-right:15px; display:inline-block; content:""; width:20px; height:20px; background-repeat:no-repeat; margin-bottom:-5px;}
.item .details .berth i:before { background-image:url("../images/icons/01.svg");}
.item .details .year i:before { background-image:url("../images/icons/02.svg");}
.item .details .fuel i:before { background-image:url("../images/icons/03.svg");}
.item .details .mileage i:before { background-image:url("../images/icons/04.svg");}
.item .details .transmission i:before { background-image:url("../images/icons/05.svg");}
.item .details .doors i:before { background-image:url("../images/icons/06.svg");}
.item .details .engine i:before { background-image:url("../images/icons/07.svg");}
.item hr { margin:15px 0;}
h2.title { font-weight:bold; margin-bottom:20px;}
h2.title:after { display:block; width:50px; height:2px; background:#e7c732; content:""; margin:15px auto 15px;}

.vehicle-profile { position:relative; overflow:hidden; border-radius:0!important; border:none; }
.vehicle-profile .vehicle-image { width:50%; display:inline-block; float:left;border-radius:4px!important; }
.vehicle-profile .vehicle-image li { border-radius:4px; overflow:hidden;}
.vehicle-profile .info { width:50%; float:left; display:inline-block; padding:30px 40px;}
.vehicle-profile .info h3 { margin-top:0; }
.vehicle-profile .info h2 > { font-size:32px; max-width:500px;}
.vehicle-profile .info h2 span { opacity:1; display:block; font-size:16px;}
.vehicle-profile .info .price { font-size:24px; text-align:left; margin:10px 0 0; color:#fff; padding:15px 30px;}
.vehicle-profile .info .details { height:inherit;}
.vehicle-profile .info .details .detail { width:100%; margin-bottom:15px; display:inline-block; float:left;}
.vehicle-profile .info .details .detail i { opacity:1!important; background:none; text-align:left; width:150px; float:left; display:inline-block;}
.vehicle-profile .info .details .detail i span { display:inline-block; font-size:14px; color:#000;}
.vehicle-profile .info p { text-align:left; }
.vehicle-profile .buttons { padding:30px 0; margin:0 -15px; position:relative;}
.vehicle-profile .buttons a { text-decoration:none; background:#b30e16; color:#fff; text-align:center; float:left; border-radius:50px; display:inline-block; padding:20px 0 25px; width:calc(50% - 30px); box-sizing:border-box; margin:0 15px; font-size:16px; font-weight:bold;}
.vehicle-profile .buttons a span { font-weight:normal; display:block; font-size:14px; text-transform:uppercase;}
.vehicle-profile .buttons a.telephone { font-size:26px; background:#339e3d;}
.vehicle-profile .vehicle-image img { width:100%;}
.vehicle-profile .vehicle-image img { transform: scale(1)!important;}
.lSPager .active a img {opacity:.5;}
.vehicle-profile span.status { width:auto; top:inherit; position:relative; margin-bottom:15px; font-size:24px; padding:15px 30px; }
.vehicle-profile span.status:before,.vehicle-profile span.status:after { display:none; }

.vehicle-profile { border-bottom:solid 1px #ddd; padding-bottom:50px; margin-bottom:10px;}
.vehicle-profile .info { position:relative;}
.vehicle-profile .info form { border-radius:4px; background:#f4f4f4; padding:15px 15px; margin-top:20px;}
.vehicle-profile .info form input { border-color:#ddd; margin:0 5px 10px; width:calc(33.3% - 10px); float:left; padding:10px 10px; box-sizing:border-box; height:inherit;}
.vehicle-profile .info form input.btn { margin:15px auto 0!important; display:block!important;}
.vehicle-profile .info form input[type=submit] { background:#b30e16; color:#fff; }
.vehicle-profile .info form h2 { font-size:18px; text-align:center; text-transform:uppercase; font-size:16px; }
.vehicle-profile .info form h2:after { content:""; display:block; width:50px; height:2px; background:#e7c732; margin:10px auto 15px;}

.vehicle-profile #images,.vehicle-profile #videos { display:none;}
.vehicle-profile #images.active,.vehicle-profile #videos.active { display:block;}
#media_nav {margin:0; padding:0; width:100%; display:block; position:relative; height:40px; overflow:hidden; }
#media_nav ul { margin:0; padding:0; width:100%; display:block; }
#media_nav ul li { display:inline-block; width:50%; float:left; padding:0; box-sizing:border-box; margin:0; text-align:center;}
#media_nav ul li a { font-weight:bold; opacity:.5; text-decoration:none; text-transform:uppercase; letter-spacing:0.1em;}
#media_nav ul li a.active { opacity:1;}


.description { text-align:left; margin-top:30px; display:block; float:left; width:100%;}
.description p {text-align:left;}

.title { font-size:18px; text-align:center; text-transform:uppercase; font-size:16px; }
.title:after { content:""; display:block; width:50px; height:2px; background:#e7c732; margin:10px auto 15px;}

/* Heritage */
.home-notice { background:#b30e16; color:#fff;}
#heritage { display: flex; align-items: center; justify-content: center; flex-direction:row; width:100%; margin:50px auto 80px; }
#heritage h2 { text-align:left; font-weight:bold; text-transform:uppercase; letter-spacing:0.05em; position:relative; display:block; margin:0 0 20px;}
#heritage h2:after { display:inline-block; margin:0 20px 5px; }
#heritage img { max-width:100%; margin-left:30px; height:inherit!important;}
#heritage p { font-size:15px;}
#heritage a { color:#fff; font-weight:bold; text-decoration:underline;}

.home-images { height:50vh; width:100%; float:left;}
.home-images .bkg-image { box-sizing:border-box; float:left; width:50%; height:100%; display:inline-block; position:relative; overflow:hidden; border:solid 10px #666;}
.home-images .bkg-image:first-child {border-right-width:5px;}
.home-images .bkg-image:last-child {border-left-width:5px;}

.instagram {position:relative; box-sizing:border-box; border:solid 5px #666; overflow:hidden; }
.instagram > a { overflow:hidden; position:relative; color:#fff; width:25%; display:inline-block; float:left; box-sizing:border-box; border:solid 5px #666;}
.instagram > a img { width:100%;}
.instagram > a > div.overlay { opacity:0; position:absolute; top:0; bottom:0; left:0; right:0;  position:absolute; display:-ms-flexbox; display:-webkit-flex; display:flex; background:rgba(0,0,0,.5); align-content:center; justify-content:center; align-items:center; padding:0 30px; }
.instagram > a > div p { display:block; text-align:center;}
.instagram > a:hover > div.overlay { opacity:1; top:15px; bottom:15px; left:15px; right:15px; padding:0 15px;}
.instagram > a:hover img {transform: scale(1.05);}

#features .feature { display:inline-block; float:left; padding:3px; position:relative; overflow:hidden;}
#features .feature {}
#features .feature .info { padding:15px 0; height:70px; text-align:center;}
#features .feature .info h2 { font-weight:bold; color:#000; font-size:16px; text-transform:uppercase; margin:0;}
#features .feature .info h3 { font-size:14px; margin-top:5px;}
#features .feature img { width:100%;}
#features .feature:hover img{transform: scale(1.02);}
#features .feature .image_wrap { position:relative; overflow:hidden;}
#features .feature .overlay { text-align:center; color:#fff; background:rgba(0,0,0,.4); top:0px; bottom:0px; left:0px; right:0px; opacity:0; position:absolute; display:-ms-flexbox; display:-webkit-flex; display:flex; margin: 0 auto; align-items: center;  justify-content: center; flex-direction:row; }
#features .feature .overlay h2 { margin:0; padding:0; font-size:14px; text-transform:uppercase;}
#features .feature:hover .overlay { top:15px; bottom:15px; left:15px; right:15px; opacity:1;}

#testimonial { position:relative; min-height:50px; margin:10px 0 40px;}
#testimonial {  padding:20px 30px; list-style:none;}
#testimonial li { font-style:italic; display:none; text-align:center;  position:relative;  left:0; right:0; color:#000;  letter-spacing:0.08em; max-width:70%; margin:0 auto;}
#testimonial li span { font-weight:bold; font-style:normal; font-size:14px; }

/* Split Layout */

.section { width: 100%; display:grid; margin: 0 auto;  grid-auto-flow: column;  grid-gap:0;  margin:0;}
.section > div {  display:-ms-flexbox; display:-webkit-flex; display:flex;  align-items: flex-start;  justify-content: center; flex-direction:column; margin:0; }
.section .holder { display:block;}
.section h2 { font-size:42px;}

.section .ident { width:15vw; background:rgba(0,0,0,.3);}
.section .ident a {  color:#fff; display:block;}
.section .ident a:hover i {padding-left:15px; border-color:rgba(255,255,255,0)}
.section .info { padding:30px 60px;}
.section .info.short { width:35vw; box-sizing:border-box;}


#about {}
#about .ident {text-align:center; background:none;  }
#about .ident:before { content:""; width:1px; height:80%; display:block; background:#ddd;}
#about .ident,#about .info.short { background:#fff; color:#000;}
#about .info.short {}
#about .heading { width:15vw;}
#about .post { width:35vw;}
#about h2 { margin:0 0 20px; color:#777; font-size:42px;}
#about h4 { line-height:22px; font-size:16px; font-weight:bold;}
#about img { }

#blog {}
#blog h2 { }
#blog .ident a { margin-top:30px; color:#fff; display:block;}

.waypoint .ghost { opacity:0; }
.waypoint .ghost:after { top:0;}

.ghost:after { position:absolute; top:100%; right:0; bottom:0; left:0; display:block; content:""; background:#fff; }

#sponsors { display:-ms-flexbox; display:-webkit-flex; display:flex; margin: 0 auto; text-align: center; align-items: center;  justify-content: center; flex-direction:row;  padding:15px; margin-bottom:50px; flex-wrap: wrap;}
#sponsors div { display:inline-block; position:relative;  padding:0 30px; margin:15px 0; }
#sponsors div img { max-height:55px; max-width:100%;}
#sponsors.special div img { max-height:80px;}


/* Home news*/
.home-news { display:block; float:left; width:100%; clear:both;}
.home-news #ff-stream-1 .ff-item-meta,.home-news .ff-theme-flat .ff-icon, .home-news .ff-theme-flat.ff-style-3 .ff-item-cont:before { display:block!important;}
.home-news .picture-item__inner:before { display:none!important;}
.home-news .ff-item-cont { font-size:13px; background:#fff;
background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1));
background: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1));
background: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1));
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,1)); }
.home-news #ff-stream-1 .ff-item:not(.ff-ad) .ff-content,.home-news #ff-stream-1 .ff-item:not(.ff-ad) h4,.home-news #ff-stream-1 .readmore-js-toggle { display:block!important;}

/* Home events*/
.home-events > div { width:33.3%; display:inline-block; float:left; padding:0 15px; margin-top:25px;}

/* Scroll icon */
.scroll { margin: 0 auto; width: 100%;  padding: 10px 0 0px 0; text-align: center; position:absolute; bottom: 20px; left:0; right:0;  display: block; text-align: center; z-index: 30; color: #000; font-size: 11px; letter-spacing:0;  }
.scroll img { width:18px; opacity:1}

#contact { position:absolute; top:20px; left:30px; font-size:17px; color:#000;}
#contact:hover { color:#b30e16;}


/* Opener */
.opener { float:left; display:block; width:100%; text-align:center; height:50vh; padding:50px 0; display:-ms-flexbox; display:-webkit-flex; display:flex; text-align: center; align-items: center;  justify-content: center;  }
.opener h2 { margin:30px 0 15px; text-transform:uppercase; letter-spacing:0.2em;}
.opener p { max-width:600px; margin:0 auto;}
.opener h2:first-child { margin-top:0;}

/* 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 {}

/* CTA section */
#cta { margin: 30px 0 70px; padding:50px 0; display: block; position: relative; text-align: center; font-size: 13px; position:relative;}
#cta .overlay {background:#0d2e6b; opacity:.75; position:absolute; top:0; bottom:0; left:0; right:0;}
#cta h2 {  margin: 0 auto 20px; color:#fff;  }
#cta h2:after { display:none!important;}
#cta a { padding: 15px 30px; letter-spacing:0.03em; background: #3c87d8; color: #fff; display: inline-block; margin: 0 auto 0; font-size:18px;  position: relative;  }
#cta a:hover { background: #000;}

/* 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;  position:relative; text-transform:uppercase;  margin-bottom:20px; color:#333;}
h3.title {  font-size: 14px; margin-top: 10px; letter-spacing:0; margin-bottom:30px; }
h2.home-title { text-align:center;}
h2.home-title.small { font-size:16px;}
h2.home-title:after { margin:10px auto 10px;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0),#4bd239,#ff9600,#ff0000,#d13cec,rgba(255,255,255,0));
    background: -o-linear-gradient(left,rgba(255,255,255,0),#4bd239,#ff9600,#ff0000,#d13cec,rgba(255,255,255,0));
    background: -moz-linear-gradient(left,rgba(255,255,255,0),#4bd239,#ff9600,#ff0000,#d13cec,rgba(255,255,255,0));
    background: linear-gradient(left,rgba(255,255,255,0),#4bd239,#ff9600,#ff0000,#d13cec,rgba(255,255,255,0));
}
.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; }

/* 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 { position:relative; min-height:130px;  box-sizing:border-box;  width: 100%; background:url('../images/bkg.jpg'); background-size:cover; background-position:center;
    display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;-webkit-justify-content:center; justify-content:center; align-items:center; flex-wrap: wrap;  -webkit-flex-wrap: wrap;
}
#banner h1 { text-transform:uppercase; font-weight:bold; font-size: 26px;  margin:30px auto 0;  color:#b30e16; text-align:center; }

#banner.mini-banner { min-height:180px; }

.single { display: flex; align-items: center; justify-content: center; flex-direction:row; width:100%;  margin:0 auto; }
.single h2 { font-size:26px; position:relative; display:inline-block;}
.single > div { background:#fff;  z-index:6; text-align:left;}
.single img { max-width:50%; height:inherit!important;margin-left:50px; }

#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; padding:45px 15px; color: #ddd; text-align: center; position: relative; float:left; width:100%; display: block; margin:0 0; }
#footer-wrapper h2 { margin: 0 0 40px; color: #ddd; font-size:14px;  }
#footer-wrapper ul { padding: 0; margin:0 auto 30px; }
#footer-wrapper li { list-style: none; display: inline-block; margin: 0 10px 20px;}
#footer-wrapper li a { color:rgba(255,255,255,1); font-size: 13px; letter-spacing:0.2em; text-transform:uppercase; }
#footer-wrapper li a:hover { color: #fff;}
#footer-wrapper span { display: block; margin-bottom: 5px;}
#footer-wrapper  a{ color: #fff;}
#footer-wrapper .text { color:rgba(255,255,255,.7);}
#footer-wrapper .g { height:100%; position:absolute; width:30px; top:0; bottom:0; right:0; width:auto; display:inline-block; }
#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;}

#footer-wrapper .connister { float:right; display:block;}

#footer-wrapper ul.social-links { width:100px; top:80px; position:absolute; left:0; right:0; margin:0 auto;}

#footer .map { width: 228px; max-width: 100%; height: 400px; display: block; margin: 0 auto;}

.footer_logo,.footer_tnf { position:absolute; top:30px; bottom:30px; display:block; max-height:calc(100% - 60px); left:30px; max-width:25%;}
.footer_tnf {left:inherit; right:30px; }

.disclaimer { display:block; text-align:center; clear:both;}
#copyright {text-align:center; display:block; }
#copyright,#scorch  {  font-size:11px; color:rgba(255,255,255,.7); position:relative; display:inline-block!important; margin: 10px 10px; }
#scorch a { color:rgba(255,255,255,.7); }

.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;}

.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:#b30e16;}

/* Contact Page */
.map { display:block; width:100%; height:320px; font-size:15px; margin: 10px 0; }
.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:#b30e16; text-decoration:none!important; color:#fff; -webkit-border-radius:6px;-moz-border-radius:6px; padding:15px 20px; margin:20px 0; border-radius:6px;}


.contact-page { text-align: center; padding:40px 0;}
.contact-page span { display: block; margin: 15px 0; font-size:18px;}
.contact-page span i { font-style:normal; display:block; font-size:13px; text-transform:uppercase; opacity:.7;}
.contact-page .col-sm-6 > span { display: block; margin-bottom: 10px;}
.contact-page .col-sm-6 > span a { color:#fff; text-decoration: none; font-weight: bold; }
.contact-page .col-sm-6 { min-height:320px; flex-direction:column; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;-webkit-justify-content:center; justify-content:center; align-items:center; flex-wrap: wrap;  -webkit-flex-wrap: wrap;}

.contact-page_sub { padding:40px 0;}
.contact-page_sub .form-control { padding:30px 15px; border:solid 1px #333; border-radius:0; -webkit-border-radius:0;-moz-border-radius:0; box-shadow:none; background:#111; -webkit-border-radius:0px;-moz-border-radius:0px; border-radius:0px;  }
.contact-page_sub .form-control::placeholder { color:#888;}
.contact-page_sub textarea { width: 100%; display: block; height:165px;}
.contact-page_sub input[type=text],.contact-page textarea { margin-bottom:40px;}
.contact-page_sub textarea.form-control { max-width: 100%; display: block;}

.contact-page_sub input[type=submit] { border:solid 2px #fff; padding:20px 40px;  background:none;}

.alert-success { text-align:center; margin:40px 0;}
.alert-success h2 { margin:0;}

#ContactForm { text-align: left;}
#ContactForm .btn { float: left; margin:0 auto 0; display:inline-block; float:none;}
#ContactForm .btn:hover {  background:#b30e16;  color:#fff; }
#ContactForm label { font-weight: normal; text-transform: uppercase;}

.page-images { margin: 0 0 30px; float: left; width: 100%; }
.page-images img { display: inline-block; float: left;}
.page-images img.one { width: 100%;}
.page-images img.two { width: 50%;}
.page-images img.three { width: 33.33%;}
.page-images img.four { width: 25%;}

.profile-pic { float: right; margin-top: -250px; position: relative; display: inline-block; z-index: 10;}

/* Accordion*/
.acc { margin-bottom:10px; position: relative; width:100%; text-align:left;}
.acc > h2 { display:block; background:#fff; border:solid 1px #e4e4e4; color:#333; padding:20px 20px; margin:0!important; font-size:16px; cursor:pointer;   }
.acc > h2:after { width: inherit; height:inherit; content: '\e259'; font-family: "Glyphicons Halflings"; background: none; position: absolute; text-align: right; right:20px; top:23px; font-size: 12px; }
.acc.active > h2,.acc.active > h2:hover  { background:#b30e16; color: #fff;}
.acc > h2:hover { background: #f8f8f8;}
.acc.active > h2:after  { content: "\e260"; }
.acc-body { padding:15px 0; display:none;}
.resources .acc-body a { display:block; border-bottom:solid 1px #eee; position:relative; padding:5px; }
.resources .acc-body a:after { content: '\e026'; font-family: "Glyphicons Halflings";  position: absolute; right:0px; top:0px; font-size:22px; color:#ddd;  }

.acc h2 span { float: right; text-align: center; margin-right:30px;  width: 30px; height: 30px;  border: solid 1px #eee; -webkit-border-radius:50%;-moz-border-radius:50%; border-radius:50%; padding: 0 0; margin-top: -3px; background: #fff;}
.acc.active h2 span { color: #b30e16;}
.acc > li { list-style: none; padding: 0 15px;}
.acc .file { width: 100%; position: relative; overflow: hidden; text-decoration: none; display: block; border-bottom: solid 1px #eee; padding-bottom: 5px; margin-bottom: 5px;}
.acc .file i { float: right;}

/* Downloads */
.downloads .acc-body a { display: block; border-bottom: solid 1px #eee; padding:10px 15px 10px; }
.downloads .acc-body a span { float: right; }

/* Slick items */
#people .item { position: relative; display: block; overflow: hidden; margin-bottom:30px; background:#000; display:-ms-flexbox; display:-webkit-flex; display:flex; text-align: center; align-items: center;  justify-content: center;  }
#people .item img { width: 100%; position: relative;}
#people .item h2 {  color: #fff; font-weight: normal; position:relative; font-size: 14px; margin: 0; text-align:center; padding:0 15px; letter-spacing:0.15em; line-height:18px; text-transform:uppercase; letter-spacing:0.2em; }
#people .item h2 span { display:block; font-size:13px; height:25px; opacity:1; margin-top:10px; color:#ddd; letter-spacing:0; text-transform:none;}
#people .item b { margin-top:10px; display:block;}
#people .item h2.large { font-size:32px; top:50%;}
#people .item .overlay { background:rgba(47,50,60,1); position:absolute; top:0; bottom:0; left:0; right:0; opacity:.3;}

#people { margin-bottom:1px;}
#people .item { width:calc(33.3% - 20px); margin:10px; display:inline-block; float:left; padding:0; box-sizing:border-box; overflow:hidden;}
#people .item img { width:100%;}
#people .item .overlay {  opacity:1; left:0; right:0; bottom:0; padding:15px 0 0 0px; justify-content: flex-end; display:flex; flex-wrap: wrap; flex-direction: column; align-items:center; text-align:center; background:rgba(47,50,60,.6); top:inherit;}
#people .item .overlay h2 { position:relative; font-size:18px; top:0; }
#people .item .overlay h3 { text-align:center; color:#fff; font-weight:normal; font-size:14px; margin:10px 0 15px; letter-spacing:0.05em;}
.item:hover img { transform: scale(1.02);}
#people .item.filler { }


/* General page */
.main a.breadcrumb { background:none; z-index:50; padding:0; position:relative; text-decoration:none; float:left; margin-top:-60px;}
.main { margin:30px 30px 40px;   }
.main h1 { text-transform:uppercase; font-weight:bold; font-size:42px; position:relative; text-align:center; }
.main h1:after { display:block; content:""; position:relative; width:80px;  height:5px; margin:10px auto 15px; background:#b30e16;}
.main h3.subheading { margin:5px 0 15px;}
.main.medium { max-width: 900px;}
.main .thin { max-width: 650px; margin:0 auto;}
.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;}
.main h2:after { margin: 0 auto 30px; 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 .aligncenter { text-align: center; margin: 0 auto; display: block; }

.main.single-person {}

.v6_1 { width:96%; margin:0 auto; display:block;}
.v6_2,.v6_3 { position:absolute; top:0; bottom:0; left:-180px;}
.v6_3 { left:inherit; right:-180px; transform: rotate(180deg);}

.contact-heading { margin-bottom:30px;}


/* 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;
}

/* Gallery page */
.main .gallery { text-align:center;}
.main .gallery .gallery-item { margin: 0!important; padding: 0; border: none; display:inline-block!important; float:none!important;}
.main .gallery .gallery-item img{ margin: 0; border: solid 1px #fff!important;}
.gallery .wp-caption-text { display: none;}


#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 #eee; text-align:center; padding:0; border-top:solid 1px #eee;}
.nav-links a,.nav-links span { padding: 10px; display: inline-block; text-decoration: none; color:#000;}
.nav-links a:hover { background: #f8f8f8;}
.nav-links span { background: #000; color: #fff;}
.page-numbers.dots { background:#fff; color:#000;}

/* 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: #b30e16; }

/* Team gallery */
.gallery { position: relative; overflow: hidden; margin-bottom: 30px; display: block;}
.gallery img { width: 100%;}
.gallery .overlay { position: absolute; top:10px; left:10px; right:10px; bottom:10px; background:rgba(0,0,0,.7); color: #fff; text-align: center; opacity: 0; padding-top: 35%; }
.gallery:hover .overlay { opacity: 1;}
.gallery h2 { font-size: 18px; margin: 10px 0 0;}
.gallery h3 { font-size: 14px; margin: 0;}
.featherlight-content { overflow: visible!important; min-width: 800px; max-width: 1000px;}
.featherlight-content div { font-size: 13px!important; line-height: 18px; max-height:70vh; overflow-y:auto;}
.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 .featherlight-inner{ height:100%; display:-ms-flexbox!important; display:-webkit-flex!important; display:flex!important; margin: 0 auto; align-items: center;  flex-direction:row;}

.featherlight-content img { float: left; margin-right: 30px;}
.featherlight-content h2 { margin: 0px 0 20px;}
.featherlight-content h2 span { border:none!important; padding:0; font-size:14px; color:#777; margin: 0 0 0 15px!important;}
.featherlight-content h3 { margin: 0;  text-transform: none; color: #777; font-size:16px; margin:15px 0 5px;}
.featherlight-content > div span { display:inline-block; padding: 15px 0; margin: 0 auto; }
.featherlight-content > div span > i { font-style: normal; min-width: 100px; display: none;}
.featherlight-content > div span > a { min-width: 200px; font-weight:bold; display: inline-block; font-size:18px;}
.featherlight-content span:before {}

img.filler { max-width:100%; opacity:1;}
.team-title { color:#fff; text-align:center; margin:0 0 10px!important; font-size:26px!important;}
.team-title:after { content: ""; display: block; width: 200px; height: 2px; position: relative; background: rgba(255,255,255,.1); margin: 15px auto 20px;}

.offset-md-3 { margin-left:25%;}

/* Controls */
#controls { margin: 0;  display:block; position:relative; overflow:hidden; border-top:solid 1px #eee;}
#controls .wrap {  margin:0 auto;}
#controls .control { float:left; width:33%;min-height:110px; text-align:center; box-sizing: border-box; padding:20px 15px 10px; }

#controls .control > a { position: relative; overflow: hidden; padding: 0; text-decoration:none; text-transform: uppercase; font-weight: bold;}
#controls .control > a i { display: block;line-height:1.2em; font-size:12px; font-style: normal; font-weight: normal; color:#333;}


.vehicle-profile .disclaimer { font-size:12px; display:block; border-top:solid 1px #eee; margin-top:20px; padding-top:20px; line-height:15px; opacity:.7;}

#print { position:absolute; top:15px; right:15px; text-decoration:none; text-transform:uppercase; font-weight:bold;}
#print i { font-size:16px; margin-left:5px;}


@-webkit-keyframes fadein {
    0% { -webkit-filter:blur(30px); -moz-filter:blur(30px); -o-filter:blur(30px); -ms-filter:blur(30px); filter:blur(30px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); }
    100% { -webkit-filter:blur(0px); -moz-filter:blur(0px); -o-filter:blur(0px); -ms-filter:blur(0px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); filter:blur(0px); }
}

@media (max-width: 1380px) {

}

@media (max-width: 1180px) {
    .logo { width:230px;}
    #menu-navigation { max-width:400px;}
    .rslides li h1 { font-size:42px;}
}

@media (max-width: 991px) {
    .logo { width:200px;}
    #header .right span a.phone { font-size:18px;}
    #menu-navigation { max-width:380px;}
    .rslides li h1 { font-size:42px;}


}


@media (max-width: 900px) {
    #menu-navigation { max-width:350px;}
    #menu-navigation > li { letter-spacing:0;}
}


@media (max-width: 767px) {

    #filter-form { padding-bottom:65px;}

    #body_wrapper { padding-top:0;}

    .item .title_details { height:inherit!important;}
    .main { margin:0;}
    #filter-form input,#homepage_form input { font-size:16px!important;}

    #vehicles { width:100%; float:none;}
    #filter_holder { position:relative; float:none; width:100%; padding:0 15px; margin:0!important;}
    #filter_holder .select2-container { width:100%!important; display:block;}
    #filter_holder h2 { font-size:16px; text-align:center;}

    #filter_holder,#vehicles { display:none;}
    #filter_holder.active,#vehicles.active { display:block;}

    #search_toggle { border-top:solid 1px #ddd; background:#fff; position:fixed; left:0; right:0; bottom:0; z-index:150; text-align:center; }
    #search_toggle a { opacity:0.5; box-sizing:border-box;  width:calc(50%); display:inline-block; float:left; padding:15px; border-top-right-radius:4px; border-top-left-radius:4px; background:#fff; flex-direction:row; display:-ms-flexbox; display:-webkit-flex; display:flex; align-content:flex-start; justify-content:center; align-items:center;}
    #search_toggle a i { margin-right:10px; display:inline-block; font-size:14px; }
    #search_toggle a.active { opacity:1; font-weight:bold;}

    .vehicle-profile .info .price { position:relative; text-align:center; left:inherit; right:inherit; margin:0 0 20px;}

    .vehicle-profile .info form input { width:100%;}

    #homepage_form .form-group { width:100%!important; margin-bottom:10px;}

    #slider { height:350px; margin-bottom:420px;}
    #homepage_form { position:relative; overflow:hidden; bottom:inherit; top:-10px; }



    .select2 { width:100%;}

    #header .logo { position:relative; max-width:70%; }
    #header .right { display:none;}

    .vehicle-profile .vehicle-image { width:100%; display:block; }
    .vehicle-profile .info { width:100%; display:block; padding: 30px 0; }
    .vehicle-profile .buttons a { width:calc(100% - 30px); box-sizing:border-box; display:block; margin: 10px 15px;}

    .item .details { height:inherit;}

    #nav-bar .nav-holder { display:none;}
    #footer-wrapper .connister { max-width:100%; float:none;}
    #footer-wrapper ul { float:none;}
    #footer-wrapper ul.social-links { position:relative; top:0; margin:30px auto;}

    #welcome { height:inherit;}
    #welcome .image { width:100%; margin-top:70px; top:0!important; position:relative;}
    #welcome .info { margin-top:0!important; text-align:center;}

    #heritage { display:block;}
    #heritage img { margin-left:0;}

    #banner { height:220px; align-items:flex-end; padding:25px; }
    .opener { height:inherit;}


    .home-images { height:auto;}
    .home-images .bkg-image { width:100%; min-height:53.3vw; border-width:10px!important;}
    .home-images .bkg-image:last-child { border-top-width:0!important;}

    .instagram > a { width:50%;}

    #features .feature { width:100%!important;}
    #testimonial li{ max-width:100%;}
    .single { display:block;}
    .single img { max-width:100%; margin:20px 0;}

    .nav-tabs { display:block;}
    .nav-tabs > li { display:block; width:100%; text-align:center;}

    .contact-page h2.title { margin:30px 0;}
    #slider #features { position:relative;}
    #slider #features .feature { width:100%!important;}
    #slider #features .feature .image { display:none;}
    #slider #features .feature .info { min-height:inherit}
    #slider > h2 { top:150px;}

    #slider #features .feature .info .colour { opacity:.15; }
    #slider #features .feature .info .overlay { opacity:1; }

    #ghosts .ghost { width:100%; display:block; margin-bottom:2px;}

    #video,.videobg { bottom:inherit; position:relative; width:100vw; height:56vw; padding:0;}

    .scroll { display:none; }

    .logo { top:0; left:0; width:260px; margin:10px 0 15px; display:inline-block; position:relative; }
    #banner h1 { font-size:18px;}

    #footer-wrapper li { display:block;}

    .rslides>li { height:inherit!important;}

    #footer-wrapper p { max-width:100%;}

    #people .item.filler { display:none!important;}

    .featherlight { max-height:100vh;}
    .featherlight .featherlight-content { max-height:98vh!important;}
    .featherlight-content div { max-height:inherit!important;}

    .people-grid .item { margin-bottom:15px;}

    .news-main .service-image { margin:0 0 20px 0;}

    .news-main h3 { font-size:16px;}

    .main.contact-page ul li { margin-bottom:7px;}

    #featherlite_gallery { margin-top:-40px;}

    .breadcrumb { display:none;}

    .key_points { margin:0 0 15px;}

    .main h1 { font-size:18px;}

    .nfa_banner { padding:0;}
    .nfa_banner .balancer { display:block;}
    .nfa_banner img { margin:0 0 20px;}

    .tns-outer { margin-right:0;}
    .beneficiary img { width:100%; margin:0 0 20px;}
    .beneficiary .info { display:block;}
    .tiny-slider-wrapper { padding-bottom:120px;}
    #customize-thumbnails { right:0; left:0; top:inherit; bottom:-0px; display:block; text-align:center;}
    #customize-thumbnails li { display:inline-block;}

    .footer_logo, .footer_tnf { display:none;}


    #sponsors { box-shadow:none; padding:20px 0 0 ; display:block;}
    #sponsors a { max-width:50%; float:left; margin-bottom:20px;}
    #sponsors a img { max-width:100%;}

    #fund_total { margin-top:0;}
    #fund_total .jg-widget { box-shadow:none; padding:0;}
    html .jg-widget:after { display:none!important;}
    #fund_total .jg-widget .jg-button-magic { margin-top:0;}


    #controls .control > a i { display:none;}
    #controls .control { min-height:50px;}
    .services_mininav a { padding-bottom:10px;}

    .services_mininav.main-service a:before, .services_mininav.main-service a:after,.services_mininav a.active:after, .services_mininav a.active:before,.services_mininav a:before,.services_mininav a:after {display:none;}

    #people .item { width:100%;}

    .service-image { margin:0 0 30px 0;}
    .news-main { font-size:14px!important;}
    .news-main .col-xs-12 {  display:block; }

    #main #ff-stream-1 .ff-item-cont { height:150px;}
   .ff-stream .ff-item { width:calc(100%)!important; margin:0 0 30px!important;  }
    .home-events > div a{ height:auto!important; min-height:170px;}
    .home-news .ff-stream .ff-item { min-height:auto;}

    .home-events > div { width:100%;}

    .services_mininav { display:block;}
    .services_mininav > a { width:100%!important; display:block;text-align:center;}
    .services_mininav > a h3:after { display:none;}


    #events, #news, #past-events { padding:0 15px;}
    #past-events > div h3 { font-size:14px;}
    #events h3.title, #news h3.title, #past-events h3.title { margin-bottom:40px;}
    .home-events > div { padding:0;}
    #events > div a span,#past-events > div a span { display:none;}

    #events > img { float:none; max-width:100%; margin-bottom:20px;}
    #events > div { width:100%; float:none; }
    #events > div.first h4:after { left:0;}

    #slider .info h2 {margin-top:20vh;}


    .acc.knowledge h2 span { display:none;}

    .knowledgesearch { margin-top:10px;}

    #footer-wrapper li { margin: 0 0 0px; font-size: 11px;}

    .menu-navigation-container > ul > li.logo a { padding-left:inherit;}

    .menu-navigation-container > ul > li.logo a { display:inline-block; text-indent:0; content:""; margin:0!important; width:inherit!important; color:#fff; }
    .menu-navigation-container > ul > li.search a { text-indent:0;}
    .menu-navigation-container > ul > li.search a :after { display:none;}

    #footer-wrapper h2 { letter-spacing:0; font-size:14px;}

    #head .menu { display:none;}
    #slider .info h2 { font-size:14px; letter-spacing:0;}


    .gallery .overlay { opacity: 1; top: inherit; padding: 15px 0;}
    .featherlight {overflow-y: scroll;}
    .featherlight .featherlight-close-icon { color:#fff;}
    .featherlight-content { box-sizing: border-box; max-width: 97%; min-width: inherit; margin: 5px auto;  max-height: inherit!important; }
    .featherlight-content img { float: none; max-width: 100%; margin: 0 0 10px;}
    .featherlight .featherlight-close-icon { color: #fff!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: #000;}
    .featherlight .featherlight-inner { display:block!important;}


    .overlay-hugeinc .menu-navigation-container > ul { flex-direction:column;}
    .overlay-hugeinc ul li { margin:0; display:block;}
    .overlay-hugeinc ul li a { position:relative; text-decoration:none; outline:none; background:none!important; display:inline-block; color: #fff; -webkit-transition: color 0.2s; transition: color 0.2s; vertical-align: central; font-size:42px; border: none!important; }
    .overlay-hugeinc ul li a:before { display:none; }
    .overlay-hugeinc ul li a span.desc { font-size:14px; margin:5px 0 0; }


    body:before,body:after,.strip { 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 { }

    #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 #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:15vh; }
    .rslides li h1,.rslides li h1 span { font-size: 28px; padding: 0 10px; line-height: 32px;  }
    .rslides li h3 { font-size: 18px; margin: 0 20px;}
    .rslides .info { left:0; right:0; top: inherit; bottom: 30px; }

    #intro { margin: 0 0 0; height:auto;}
    #intro  h2 { font-size: 18px;}
    #intro p { width:inherit;}

    #footer-wrapper { width:100%;}
    #footer-wrapper .g { display:none;}

   .article h3 { font-size: 16px;}

    #controls .control .arr { top: 200px;}

    .service-holder {}

    .service-holder::before,.service-holder::after { display: none;}
    .service-holder .single-service { width: 100%; display: block; border-bottom: solid 1px #eee;}

    #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; }

    .rslides > li { width:100%!important; display:block; height:400px; }

    #trigger-menu { top: 20px!important; position: absolute;}
    #header-faux { display: none!important;}

    #header .social-links {display:none;}

    #footer ul li { display: block;}


    #banner  .title { margin: 0;}

    .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:after { display: none!important;}
    .main.two_column .col-xs-12 {-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;}
#banner { height: 160px;}



    .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;}


    #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.full-banner { height:auto;}

    #banner.buttoned .col-xs-12 { margin-top:40px;}

    #banner .bkg-image { background-size: cover; background-position:center;}

    #banner { margin:0; min-height: inherit;}
    #banner #breadcrumb { display: none!important;}
    #banner .title {max-width:calc(100% - 60px); top:0; margin: 0 auto; padding:0; left:0; right:0;}
    #banner .title h1 { font-size:22px; margin:50px 0 0; }
    #banner .title h3 { margin:5px 0 0; font-size: 14px; }

    .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;}

    .acc > h2 { font-size:14px;}

    .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 {}
    .overlay-hugeinc ul li a { font-size:16px; font-weight:normal; text-transform:uppercase; letter-spacing:0.2em; margin:20px 0; }

    #footer { margin:10px 0 0 0;}
    #copyright,#scorch  { font-size:11px; text-align:center;  padding:10px 0 0; margin:0; display:block;  float:none; }


    #call-to-action h2 { font-size:18px;}
    #call-to-action .btn { padding:15px 20px;}

    .contact a { font-size:18px;}

    #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;}
}


/* 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;}
