.navbar {
    background-color: #1f437e;
    /*background-image: linear-gradient(to bottom right, #5d8bd7, #072666);*/
    /*border-bottom: 2px solid #777;*/
    /*border-bottom: 1px solid #1f437e;*/
}



@media (min-width: 768px) {
    .navbar {
        height: 60px;
    }
}

h1 {
    color: #1f437e;
    font-size: 2.5rem;
}
.bg-darkblue {
    background-color: #1f437e;
}

.bg-darkgrey {
    background-color: #282828;
}

.nav-link {
    color: white !important;
}

footer.nav {
    line-height: 0.9;
}

.heading
{
    /*background-image: linear-gradient(to bottom right, #e4e4e4, #ffffff);*/
    /*background-image: url("images/wave.png") !important;*/
}
.nav {
    text-transform: uppercase;
    font-weight: bold;
    font-size:  normal;    
}
@media only screen and (min-width : 601px) and (max-width: 1024px) {
    .nav {
        font-size: small;    
        font-weight: normal;
   }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .25rem;
    }
}

.fa {
    padding: 6px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 4px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    /*background: #125688;*/
    background-image: url("images/instagram.jpg");
    color: white;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.bg {
    background-image: url("images/background2.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h6 {
    font-weight: bold;
}

.btn {
    color: white;
    background-color:#bdbec0;
}
.btn.active
{
    color: white;
    background-color:#1f437e;
    /*background-color:#c80c0c;*/
}

.logo {
   /* padding: 0px 10px 1px 10px;*/
    /*border:1px solid #1f437e;*/
   /* background-color: white;*/
    z-index: 1;
    /*padding-left:2.5em;*/
   /* box-shadow: 0px 0px 15px #666;*/
}

.underline {
    border-bottom: 1px solid #777;
    width: 100%;
    display: block;
    padding-bottom: 1em;
}

.bordershadow {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}

.minilink {
    color: white;
    font-size: 0.8rem;
    font-weight: lighter;
    font-style:italic;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
a:hover {
    color: #ccc;
}
.group-header-telephones {
    margin-right: 10px;    
}
.header-single-telephone {
    color: #333;
    margin-bottom: 3px;
}
.header-telephone {
    margin-top: 5px;
    margin-right: 10px;
    color: #736060;
 /*   float: right;*/
}
.footer-telephone {
    color: white;
}
a {
    color: #333;
}


ul {
  list-style-type: none;
}

.product {
    text-align: center;
    padding: 0.75rem;
    /*margin-top:40px;*/
    padding: 2.5rem 0.5rem 0.5rem 0.5rem;
    opacity:0.85;
 }

.product:hover {
    transition:all 0.3s ;   
    transition-timing-function: linear;
    opacity:1.0;
    transition-delay: 0.03s;
    transform: scale(1.07);
    box-shadow: inset 0 0 0 2px #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.galleryimage h6
{
    color: #1f437e;
}

.galleryImage {
    text-align: center;
    padding: 1.75rem;
    /*margin-top:40px;*/
    padding: 3.5rem 1.5rem 1.5rem 1.5rem;
    opacity:1.0;    
   /* box-shadow: inset 0 0 0 2px #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
}
.galleryImage img {
    border-radius: 10px;
}

.galleryImage:hover {
    transition:all 0.3s ;   
    transition-timing-function: linear;
    opacity:0.8;
    transition-delay: 0.03s;
    transform: scale(.98);
/*    box-shadow: inset 0 0 0 3px #1f437e;*/
   box-shadow: inset 0 0 0 2px #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.download
{
    /*box-shadow: inset 0 0 0 2px #eee;*/
}
.download:hover
{
    transition:all 0.2s ;   
    transition-timing-function: linear;
    opacity:0.7;
    transition-delay: 0.05s;
    /*box-shadow: inset 0 0 0 2px #222;*/
}

.download a,
.video a,
.product a,
.galleryImage a,
.galleryImage p 
{
    color:#1f437e;
}

.selectedicon {
    padding: 10px;
    background-color: #1f437e;
    margin: 10px;
}

.unselectedicon {
    padding: 10px;
    background-color: #777;
    margin: 10px;
}


/*
nav {
  margin-top: 40px;
  padding: 24px;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}*/
.link {
  transition: 0.3s ease;
  /*background: #1f437e;
  color: #ffffff;
  text-decoration: none;
  border-top: 4px solid #1f437e;
  border-bottom: 4px solid #1f437e;
  padding: 20px 0;
  margin: 0 20px;*/
}
.link:hover {
    color:#282828;
/*  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  padding: 6px 0; */
    
}

#banner
{
    box-shadow: -20px 0px 20px -20px #555, 20px 0px 20px -20px #555;
}
.banner
{
    box-shadow: -20px 0px 20px -20px #555, 20px 0px 20px -20px #555;
    width: 100%;
    margin: 8px 0;
}

/* Regions map  */
.regionscale        { width:100%; }
#regions 			{ padding: 0px; background: url(images/regions_l.png) no-repeat; width: 750px; height: 350px; margin: 10px auto; position: relative; }
#na					{ position:absolute; left:0px; top:0px; /*width: 321px; height: 222px;*/ }
#sa					{ position:absolute; left:169px; top:204px; /*width: 116px; height: 151px; */}
#eu					{ position:absolute; left:299px; top:11px; /*width: 175px; height: 155px;*/ }
#as					{ position:absolute; left:421px; top:0px; /*width: 352px; height: 269px; */}
#af					{ position:absolute; left:299px; top:151px; /*width: 155px; height: 164px;*/}
#me					{ position:absolute; left:395px; top:139px; /*width: 115px; height: 104px; */}
#au					{ position:absolute; left:549px; top:224px; /*width: 139px; height: 117px;*/ }

@media only screen and (max-width : 850px)  
{
    .regionscale    { width:50%; }
    #regions 		{ padding: 0px; background: url(images/regions_s.png) no-repeat; width: 370px; height: 200px; margin: 10px auto; position: relative; }
    #na				{ position:absolute; left:0px; top:0px; /*width: 160px; height: 111px;*/ }
    #sa				{ position:absolute; left:84px; top:102px; /*width: 58px; height: 75px;*/ }
    #eu				{ position:absolute; left:150px; top:5px; /*width: 88px; height: 78px;*/ }
    #as				{ position:absolute; left:210px; top:0px; width: 304px; /*height: 135px;*/ }
    #af				{ position:absolute; left:150px; top:75px; /*width: 78px; height:82px;*/}
    #me				{ position:absolute; left:198px; top:70px;/*width: 58px; height: 52px;*/ }
    #au				{ position:absolute; left:274px; top:112px; width: 140px; /*height: 58px;*/ }
}

#regions li 		{ padding: 0px; display: block; margin:0px; list-style-type: none; }
#regions a 			{ display: block; text-indent: 0px; text-decoration: none; font-size:10px; }
#regions img		{ border: 0px; padding:0; margin:0; }

/*
#na					{ position:absolute; left:0px; top:0px; width: 257px; height: 178px; }
#sa					{ position:absolute; left:135px; top:163px; width: 93px; height: 121px; }
#eu					{ position:absolute; left:239px; top:9px; width: 140px; height: 124px; }
#as					{ position:absolute; left:337px; top:0px; width: 282px; height: 215px; }
#af					{ position:absolute; left:239px; top:121px; width: 124px; height: 131px;}
#me					{ position:absolute; z-index:1000; left:316px; top:111px; width: 92px; height: 83px; }
#au					{ position:absolute; left:439px; top:179px; width: 111px; height: 94px; }
*/



/*#regiondetails img		{ float:left; border:0; margin:0; padding:0; }*/
/*#regiondetails table	{ margin-left:130px; }*/
/*#regiondetails td		{ font-size: 12px; background-color: #fff; color: #444; padding: 2px; }*/

.line {
	border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
    margin-bottom: 10px;
}

.moreinfo {
    font-size: 1.0rem;
    margin-left: 10px;
    transition: 0.3s ease;
}
.moreinfo:hover {
    transition:all 0.2s ;   
    transition-timing-function: linear;
    opacity:0.5;
    transition-delay: 0.05s;
}

#mc_embed_signup { margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; } 
#mc_embed_signup form { padding-left:0; }
#mc_embed_signup .button { background-color: #1f437e; !important }
#mc_embed_signup .mc-field-group input { border-radius: 0.5rem; }

#contactForm
{
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #e8ebf0, #fff);
}

.contactField
{
    width: 100%;
    margin: 0px auto;
}

@media only screen and (max-width : 600px)  
{
    #div_for_keycaptcha
    {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; 
    }
    
    .contactField
    {
        margin: 0px auto;
    }    
}

.colourpanel
{
    background-color: #f0f0f0;
    background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
    margin: 0px 2px 0px 2px;
    padding-top: 20px;
}

button.btn {
    background-color: #999999;
}
button.btn:hover {
    background-color: #4f73ae;
}
button.btn:active, button.btn:focus, button.btn:target, button.btn:active:focus {
    background-color: #1f437e;
}

.contactbar {
    
}


/*
body{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}*/

.contact-form{
   /* background: #fff;
    margin-top: 10%;*/
    margin-bottom: 3em;
   /* width: 95%;*/
}

.contact-form .form-control{
    border-radius:0.5rem;
}
.contact-image{
    text-align: center;
}
/*
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}*/
.contact-form form{
    padding: 3em;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #1f437e;
}
.contact-form .btnContact {
    /*width: 50%;*/
    border: none;
    border-radius: 0.5rem;
    padding: 2.5%;
    background: #1f437e;
    /*font-weight: 600;*/
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.btnContactSubmit
{
    width: 50%;
    border-radius: 0.5rem;
    /*padding: 1.5%;*/
    color: #fff;
    background-color: #1f437e;
    /*border: none;*/
    cursor: pointer;
}

.svg-container {
  width: 1000px;
}

.table td, .table th 
{
    padding: .3em;
    border-top: 0px;
}


/*
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
*/

// This CSS is not necessary to function. It simply crops images so theyre all the same size.

// Use Bootstrap breakpoints for consistency.
$bootstrap-sm: 576px;
$bootstrap-md: 768px;
$bootstrap-lg: 992px;
$bootstrap-xl: 1200px;

// Crop thumbnail images.
#gallery {
  
  img {
    height: 40vw;
    object-fit: cover;
    
    @media (min-width: $bootstrap-md) {
      height: 25vw;
    }
    
    @media (min-width: $bootstrap-lg) {
      height: 18vw;
    }
  }
}


// Crop images in lightbox.
.carousel-item {
  
  img {
    height: 60vw;
    object-fit: cover;
    
    @media (min-width: $bootstrap-sm) {
      height: 350px;
    }
  }
}

.w-100 {
    width: 100% !important;
    max-height: 250px;
    margin-bottom: 1rem;
    object-position: center;
    object-fit: cover;
    min-height: 250px;    
}











/*

* {
  box-sizing: border-box;
}
*/
/*
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
    display: none;
    border: 10px white solid;
    border-radius: 10px;
}

.mySlides img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.slide {
    max-width: 100%;
    height: auto;    
}
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    /*color: white;*/
    color: #cccccc !important;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/*
img {
  margin-bottom: -4px;
}
*/
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/*
img.hover-shadow {
  transition: 0.3s;
}
*/
/*
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/