@charset "utf-8";
/*
Template Name: Chantelle
Author: <a href="https://www.w2m.co.uk/">web2market</a>
Author URI: https://www.w2m.co.uk/
Licence: Licensed only for web2market ltd use.
Licence URI: https://www.w2m.co.uk/
File: Layout CSS
*/

@import url("font-awesome.min.css");
@import url("custom.flexslider.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1{border-bottom:1px solid;}
.row2{border-bottom:1px solid;}
.row3, .row3 a{}
.row4, .row4 a{}
.row5{border-top:1px solid;}





/* CSS Document */


nav {
	margin: 50px 0;
	background-color: #30387a;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #30387a;
	}

nav a {
	display:block;
	padding:0 10px;
	color:#FFF;
	font-size:20px;
	/* line-height: 20px; */
	text-decoration:none;
}

nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	 /* the height of the main nav */
	
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}








/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar{padding: 15px 0;font-size:.8rem;text-transform:uppercase;}
.top-container {
   
    max-width: 1366px;
}
#topbar *{margin-right: auto;
    margin-left: auto;}
#topbar ul li{display:inline-block; margin-right:10px; padding-right:15px; border-right:1px solid;}
#topbar ul li:last-child{margin-right:0; padding-right:0; border-right:none;}
#topbar i{margin:0 5px 0 0; line-height:normal;}

.100pad{padding-left: 100px;
    padding-right: 100px;}
    
    
/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{
    padding: 10px 0px;
}

#header #logo{margin:0px 0 0 0;}
#header #logo h1{margin:0; padding:0; font-size:22px; text-transform:uppercase;}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{/* padding:150px 0; */height: 500px;margin-top:-10px;}

#pageintro li article{display:block; max-width:75%; margin:0 auto; text-align:center;}
#pageintro li article *{margin:0;}
#pageintro li p:first-of-type{margin-bottom:10px; font-style:italic;}
#pageintro li .heading{margin-bottom:30px; font-size:3rem; word-wrap:break-word;}
#pageintro li p:nth-of-type(2){line-height:1.5rem;}
#pageintro li footer{margin-top:40px;}




.slider-back{/* max-width:100%; */min-width:100%;min-height: 400px;padding-top:50px;padding-bottom:50px;}
/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{max-width: 1366px;padding: 15px 0px 10px;}
.footer-container{max-width: 1366px;}
/* Content */
.container .content{}

.sectiontitle{display:block; max-width:65%; margin:0 auto 60px; text-align:center;}
.sectiontitle *{margin:0;}

.services li:nth-child(-n+3){margin-bottom:50px;}/* Adds bottom margin to the first three elements only */
.services > li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
.services article{display:block; text-align:center;}
.services article *{margin:0 0 15px 0;}
.services article > :last-child{margin-bottom:0;}
.services article .heading{font-size:1.2rem;}

.logos li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
.logos li a{display:inline-block; max-width:100%;}

.excerpt{display:inline-block; width:100%; max-width:320px; padding-bottom:20px;}
.excerpt img{}
.excerpt .excerpttxt{display:block; position:relative; max-width:84%; margin:-40px auto; padding:20px; text-align:center;}
.excerpt .excerpttxt > ul{margin:0 0 15px 0; padding:0; font-size:.8rem;}
.excerpt .excerpttxt > ul li{display:inline-block; margin-right:8px;}
.excerpt .excerpttxt > ul li:first-child::after{margin-left:10px; content:"|";}
.excerpt .excerpttxt > ul li:last-child{margin-right:0;}
.excerpt .heading{margin:0 0 30px 0;}
.excerpt p:last-of-type{margin:0; padding:0;}

/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding: 30px 0;}
#footer a{color: #ffffff;text-decoration: underline;}
#footer .heading{/* margin-bottom:50px; */font-size:1.2rem;}

#footer .linklist li{display:block;/* margin-bottom:15px; *//* padding:0 0 15px 0; */border-bottom:1px solid;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}

#footer .contact{}
#footer .contact.linklist li, #footer .contact.linklist li:last-child{position:relative; padding-left:40px;}
#footer .contact li *{margin:0; padding:0; line-height:1.6;}
#footer .contact li i{display:block; position:absolute; top:0; left:0; width:30px; font-size:16px; text-align:center;}

#footer input, #footer button{border:1px solid;}
#footer input{display:block; width:100%; padding:8px;}
#footer button{padding:8px 18px 10px; text-transform:uppercase; font-weight:700; cursor:pointer;}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:10px 0;}
#copyright *{margin:0; padding:0;}
#copyright p{font-size:14px;}

/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .28s ease-in-out;}
#mainav form *{transition:none !important;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation */
#mainav{}
#mainav ul{text-transform:uppercase;}
#mainav ul ul{z-index:9999; position:absolute; width:180px; text-transform:none;}
#mainav ul ul ul{left:180px; top:0;}
#mainav li{display:inline-block;position:relative;/* margin:0 15px 0 0; */padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}
#mainav li a{display:block;/* padding:30px 0; */}
#mainav li li a{border:solid; border-width:0 0 1px 0;}
#mainav .drop{padding-left:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:35px; left:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden;opacity:0;padding-top: 10px;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}

#mainav form{display:none; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:none;}
#mainav form select option{margin:5px; padding:0; border:none;}

/* Breadcrumb */
#breadcrumb{padding:120px 0 15px;}
#breadcrumb ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb li a::after{top:3px; right:0; content:"\f101";}
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}

/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:9px; left:5px; content:"\f101";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}

/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; margin:8px 5px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:36px; height:36px; line-height:36px; font-size:18px; text-align:center;}

.faico a{color:#inherit; background-color:#353535;}
.faico a:hover{color:#FFFFFF;}

.faicon-dribble:hover{background-color:#EA4C89;}
.faicon-facebook:hover{background-color:#3B5998;}
.faicon-google-plus:hover{background-color:#DB4A39;}
.faicon-linkedin:hover{background-color:#0E76A8;}
.faicon-twitter:hover{background-color:#00ACEE;}
.faicon-vk:hover{background-color:#4E658E;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{
    font-family: 'futura_heavy', sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    padding-top: 0px;
    color: #000000;
    background-color: #e4e4e4;
}
a{color:#30387a;}
a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{border-color: #ffffff;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#30387a;}

.overlay{color:#FFFFFF;background-color: #30387a;}
.overlay::after{color:inherit;}
.overlay.light{color:#474747;}
.overlay.light::after{background-color:rgba(255,255,255,.9);}

.btn, .btn.inverse:hover{color:#FFFFFF;background-color: #b71c1c;border-color: #b71c1c;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}



.btn1, .btn1.inverse:hover{color:#FFFFFF;border: #ffffff 1px solid;padding: 20px;     display: inline-block;
    padding: 8px 18px 10px;
    text-transform: uppercase;
    border: 1px solid;}
.btn1:hover, .btn1.inverse{color:inherit; background-color: #b71c1c;; border-color: #b71c1c;}



blockquote::before{color:rgba(255,255,255,.2);}

.icon{color:#30387a; border-color:#D7D7D7;}
a > .icon:hover, .services article:hover .icon{color:#FFFFFF; background-color:#30387a; border-color:#30387a;}


/* Rows */
.row0, .row0 a{color:#474747;/* height: 70px; */background-color:#EFEFEF;}
.row1{
    color: #ffffff;
    background-color: #30387a;
    }
.row2{color:#474747; background-color:#EFEFEF; border-color:#D7D7D7;}
.row3{color:#474747; background-color:#FFFFFF;}
.row4{color: #fdfdfd;background-color: #30387a;}
.row4 a{colour:#fff;}
.row4 h6{font-weight: bold;}

.row5, .row5 a{color:#CBCBCB; background-color:#222222;}
.row5{border-color:rgba(255,255,255,.1);}

.one_fifth{width:19.7%; display:inline-block;}
/* Top Bar */
#topbar ul li{border-color:rgba(0,0,0,.1);}
#topbar > div:last-of-type li:first-child a{color:#30387a;}


/* Header */
#header #logo a{color:inherit;}


/* Content Area */
.excerpt .excerpttxt{color:inherit; background-color:#FFFFFF;}


/* Footer */
#footer .heading{color:#FFFFFF;}
#footer hr, #footer .borderedbox, #footer .linklist li{border-color: rgb(48, 56, 122);}

#footer input, #footer button{border-color:transparent;}
#footer input{color:#FFFFFF; background-color:#353535;}
#footer input:focus{border-color:#30387a;}
#footer button{color:#FFFFFF; background-color:#30387a;}


/* Navigation */
#mainav li a{color: #ffffff;font-size: 16px;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color: #b71c1c;background-color:inherit;font-size: 16px;text-decoration: underline;}
#mainav li li a, #mainav .active li a{color:#FFFFFF;background-color: rgb(48, 56, 122);border-color: rgb(48, 56, 122);}
#mainav li li:hover > a, #mainav .active .active > a{color:#FFFFFF; background-color:#30387a;}
#mainav form select{color:#FFFFFF; background-color:#000000;}

#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#30387a;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#30387a;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#30387a;}

#backtotop{color:#FFFFFF; background-color:#30387a;}


/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
#comments input:focus, #comments textarea:focus, #comments *:required:focus{border-color:#30387a;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.mobile-show{display:none;}
/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- 
@media screen and (min-width:978px){
	.hoc{max-width: 1266px;}
}
*/

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width: 100%;}

	#topbar{}

	#header{padding:30px 0 15px;}
	#header #logo{margin:0;}

	#mainav{width:93%;}
	#mainav ul{display:none;}
	#mainav form{display:block;}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
}


@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block;float: left;margin: 20px -10px 15px -35px;}
	.fl_left, .fl_right{display:block;float: left;}
	.group .group > *:last-child, .clear .clear > *:last-child, .clear .group > *:last-child, .group .clear > *:last-child{margin-bottom:0;}/* Experimental - Needs more testing in different situations, stops double margin when stacking */
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block;float:none;width:auto;margin: 0 0 100px 0;padding:0;}

	#topbar{padding-top:15px; text-align:center;}
	#topbar ul{margin:0 0 15px 0; line-height:normal;}

	#header{text-align:center;}
	#header #logo{margin-bottom: 1px;}

	.sectiontitle{max-width:none; text-align:left;}
}


@media screen and (max-width:450px){
	#topbar ul li{margin-bottom:2px; padding-right:0; border-right:none;}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px){
    #map {Display:none!important;
    background-image: url(/images/MAPimage.PNG);
    height: 100%!important;
    width: 100%!important;
    background-position: top center;
    top: auto!important;
    position: absolute;
    background-repeat: no-repeat;
}
    
    body {
   
    max-width: 100%;
 
}
#breadcrumb {
    padding-left: 10px;
}
.mob-img{display:inline-block; width:48%;  padding:10px;  }
.mob-img img{object-fit:cover; height:300px; max-width:100%;}
.carousel-article{display:none!important;}
    .mobile-show{display:block;}
	
    #header{height:270px; }
    .one_fifth{width: 15.7%;display:inline-block;}
.one_fifth img{max-height:30px;}
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.4rem;}
	.font-x3{font-size:1.6rem;}

	#pageintro li article{max-width:none; width:100%;}
	#pageintro li .heading{font-size:1.6rem;}
	.100pad{padding-left: 10px;
    padding-right: 10px;}
}

















/*************************** carousel and lightbox **************************/

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */



.carousel-article img {
  display: block;
  width: 400px;
    max-width: 400px;
  height:400px;
  -o-object-fit:cover;
     object-fit:cover;
}
.rotate1 {
    /* -webkit-transform: rotate(90deg); */
    -ms-transform: rotate(90deg);
    /* transform: rotate(90deg); */
}
.carousel-section {
  width: 100%;
  overflow: hidden;
}

.carousel-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-animation: bannermove 30s linear infinite;
          animation: bannermove 30s linear infinite;
}

.carousel-article.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.carousel-div {
  width: 100%;
}

.carousel-article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.carousel-article li {
 width: 400px;
  margin-right:5px; 
  margin-left:5px;
  background: white;
}

.carousel-article li:nth-child(2) {
  background:white;
}

 .carousel-article li:nth-child(3) {
  background: white;
}

@-webkit-keyframes "bannermove" {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes "bannermove" {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}





/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {position: fixed;
top: -100%;
left:-5%;
min-width: 110%!important;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;-webkit-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out
;overflow: hidden;
z-index: 99;}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.3);
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
-webkit-box-sizing: border-box;
        box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: 80px;
right: 25%;
-webkit-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-ms-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}





/*************************** end carousel and lightbox **************************/














.rotate1upgrades {
    transform: rotate(90deg);
    height: 250px;
    padding-top: 60px;
    /* width: 300px; */
}

.machine-upgrades {
    height: 250px;
    /* object-fit: cover; */
    /* clear: both; */
    /* Display: block; */
    Margin-bottom: 10px;
}




.machine-upgradesh2   { Color: #fff;
    Background: #30387a;
    Padding: 10px;
margin-top: -10px;}





.rotate1{/* transform: rotate(90deg); */}
.rotate2{transform: rotate(180deg);}




.bannerlink{color:#fff;}

.bannerlink:hover{color: #b71c1c;background-color:inherit;font-size: 20px;text-decoration: underline;}



#chartdiv {
  width: 100%;
  height: 500px;
}


/**************************** SLIDER ******************************/



#slider-mcl{
  position: relative;
}

#slider-mcl, #slider-mcl > .img{
  height: 500px;
}

#container{
  width: 70%;
  margin: 0 auto;
}

#slider-mcl > .hide-img{
  opacity: 0;
}

.img{
  position: absolute;
  width: 100%;
    background:no-repeat center center; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition:.8s
}

#slider-mcl > .img::before{
  content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.image1{background: url('/images/Gem2.png'); 
background-size:cover; background-repeat:no-repeat; background-position:center;}

.image2{background:url('/images/Image-4.2.png'); 
background-size:cover; background-repeat:no-repeat; background-position:center;}

.image3 {background: url('/images/Van.Imge2-NoSign.light.png'); 
background-size:cover; background-repeat:no-repeat; background-position:top center;}

.arr{
  position: absolute;
  width: 70px;
  height: 70px;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index:20;
  line-height: 70px;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  color: white;
  opacity: 0.6;
}

.arr:hover{
  opacity: 1;
}

.arrL{
  left: 0;
}


.arrR{
  right: 0;
}


.content-img{
      width: 75%;
      margin: auto;
      position: absolute;
      left: 13%;
      top: 50px;
      bottom : 0;
      z-index: 20;
}




.slider-text{color:#fff;text-align:center;vertical-align: middle;padding-top:80px;font-size: 18px;}




.slider-text h3{font-size:35px;}


#map{background-image:url(/images/MAPimage.PNG);height:504px;width:840px;background-position: top center;top: 30px;position: absolute;background-repeat: no-repeat;}

.location{Background:#000; color:#fff; border-radius:7px; padding:5px; text-transform:uppercase; font-size:13px;}

#div1{
  margin-top: 215px;
  margin-left: 285px;
  /* position:absolute; */
 }
#div2{
  margin-top:250px;
  margin-left:185px;
  /* position:absolute; */
 }
#div3{
  margin-top:300px;
  margin-left:175px;
     /* position:absolute; */ }


#div4{
  margin-top: 230px;
  margin-left:370px;
  /* position:absolute; */
  }

#div5{
  margin-top:230px;
  margin-left:375px;
     /* position:absolute; */
}

#div6{
  margin-top: 240px;
  margin-left:370px;
  /* position:absolute; */
 }


#div7{
  margin-top:215px;
  margin-left:390px;
  /* position:absolute; */}

#div8{
  margin-top:290px;
  margin-left: 555px;
  /* position:absolute; */
  }

#div9{
  margin-top:260px;
  margin-left: 600px;
  /* position:absolute; */
  }

#div10{
  margin-top:335px;
  margin-left:580px;
   /* position:absolute; */}


.rotate1 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

    
    .display {
      
    }
    
    .js .display {
      display: none;
    }
