 /*==========================

Fonts

==========================*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');





body {

	max-width: 100%;
	min-height: 100%;
	overflow-x:hidden;
	background:#FFF;
	color:#222;
	font-weight: 400;
    font-size: 16px;
    font-family: 'Lato', 'Arial', sans-serif;
    
}

h1,h2,h3,h4,h5,h6 {
	
}

.fa-blue {color: #0A00E8!important;}
.fa-red {color: #E8000A!important;}
.fa-light {color: #ffffff;}
.fa-dark-muted {color: #CCC;}
.fa-dark {color: #333333;}
.fa-light-muted {color: #999999;}
.fa-muted {color: #eeeeee;}
.fa-light-green {color:#59B559;}
.fa-shadow-muted { text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}

label.form-error,
div.form-error,
a.form-error,
textarea.form-error,
select.form-error,
input[type=checkbox].form-error,
input[type=email].form-error,
input[type=number].form-error,
input[type=password].form-error,
input[type=text].form-error,
input[type=url].form-error {
border: 1px solid #dd4b39!important;
}

a {
	color: #CE0000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

p {
    margin-bottom: 2rem;
}
/* print */
.no-print {
	display:block
}
.print {
	display:none;
}

.img-fill {
	width:100%!important;
}

.nop {
	padding: 0!important;
}
.nom {
	margin:0!important;
}

.light {
	font-weight: 300;
}
strong,
.bold {
	font-weight: 600;
}
em,
.italic {
	font-style:italic!important;
}
.italic-bold {
	font-style:italic!important;
}
.fw-100 {
font-weight: 100;
}
.fw-300 {
font-weight: 300;
}
.fw-400 {
font-weight: 400;
}
.fw-500 {
font-weight: 500;
}
.fw-600 {
font-weight: 600;
}
.fw-700 {
font-weight: 700;
}
.fw-900 {
font-weight: 900;
}
.font-500 {
	font-size: 600%!important;
}
.font-350 {
	font-size: 350%!important;
}
.font-250 {
	font-size: 250%!important;
}
.font-200 {
	font-size: 200%!important;
}
.font-175 {
	font-size: 175%!important;
}
.font-150 {
	font-size: 150%!important;
}
.font-120 {
	font-size: 120%!important;
}
.font-90 {
	font-size: 90%!important;
}
.font-80 {
	font-size: 80%!important;
}
.font-70 {
	font-size: 70%!important;
}
.font-1 {
	font-size: 1rem!important;
}
.font-12 {
	font-size: 1.2rem!important;
}
@media (max-width: 767.98px)  {
    .font-500 {
        font-size: 400%!important;
    }
    .font-350 {
        font-size: 230%!important;
    }
    .font-250 {
	font-size: 200%!important;
    }
    .font-200 {
	font-size: 170%!important;
    }
}
.uc {
	text-transform: uppercase!important;
}
.lc {
	text-transform: lowercase!important;
}
.cap {
	text-transform: capitalize!important;	
}
.spread {
	letter-spacing: 0.05em;
}
.clearboth {
	clear:both;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.valign {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
}
.lh-280 {
	line-height: 280%;
}
.lh-140 {
	line-height: 140%;
}
.lh-110 {
	line-height: 110%;
}
.lh-90 {
	line-height: 90%;
}
.lh-80 {
	line-height: 80%;
}
.w-80 {
   width: 80%!important;
}
.w-100.w-lg-25 {
	width: calc(100% - 70px)!important;
}
 @media (min-width: 992px)  {
	.w-100.w-lg-25 {
	width: 25%!important;
	}
 }
 @media (min-width: 1330px)  {
    .max-container {
        max-width: 90%;
    }
 }
 .max-container-width {
    max-width: 1600px;
}
.zero-opacity {
    opacity:0!important;
}
.bg-placeholder-img {
    width: 100%;
}
.bg-red {
    background-color:#ED1C24;
}
.bg-orange {
    background-color:#F7931D;
}
.bg-lightgrey {
    background-color:#E6E7E8;
}
.overflow-hidden {
   overflow:hidden;
}
.light-red {
   color:#ED1C24;
}
.light-orange {
   color:#F7931D;
}
.red {
  color:#ED1C24;  
}
.orange {
  color:#F7931D;  
}
.black {
    color:#000000;
}
fieldset,
.fieldset {
  background:#EEE;
  border-radius: 4px;
  padding: 0 25px 25px 25px;
}
.btn-sbp {
   border-radius: 0px;
   color:#FFF;
   background-color:#ED1C24;
   border-color:#FFF;
   padding: .6rem 0.9rem;
   font-size: 1.2rem;
   border-width:2px;
}
.btn-sbp:hover {
   background-color:#000;
   border-color:#000;
   color:#FFF;
}
 /*==========================

 Chrome frame prompt

==========================*/
.chromeframe {
	position:fixed;
    margin: 0;
    background: #ccc;
    color: #000;
	text-align:center;
	z-index: 99999;
	width: 100%;
	padding: 8px 0;
	left:0px;
	top:0px;
}
 /*==========================

 Debug

==========================*/
#debug_data {
	font-family: "Lato";
}

#debug_data .card {
	background-color: rgba(255,255,255,0.8);
}
#content .alert-debug {
	border-radius: 0px;
	padding: 15px;
}
/*==========================

    Breadcrumb 
    
==========================*/
.breadcrumb {
    margin: 0 0 20px;
    padding: 12px 25px 12px 0;
    line-height: 22px;
    background: transparent!important;
    border: none;
	border-radius:0px;
    display: block;
	border-bottom:1px solid #BBB;
}
.breadcrumb li {
    font-size: 0.7rem;
	text-transform:uppercase;
    display:inline-block;
}
.breadcrumb li a {
    color:#CE0000;
}
.breadcrumb li a:hover {
    color:#000;
}
.breadcrumb>li+li:before {
	font-family: FontAwesome;
	color:#000;
    content: "\f105";
    margin-right: 10px;
    margin-left:7px;
}
.breadcrumb>.active {
   color:#000;
}
/*==========================

    Header slides 
    
==========================*/
.carousel .slide-title {
        position:absolute;
        top:75px;
        background: rgba(0,0,0,0.4);
        padding: 10px 20px;
        color:#FFF;
        font-size: 1.5em;
        max-width: 460px;
        width: 93%;
        max-height: 92px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.9); 
}
.carousel .slide-overlay {
        position:absolute;
        bottom:140px;
        padding: 10px 0;
        color:#FFF;
        font-size: 3.5em;
        line-height: 1em;
        font-weight:bold;
        max-width: 760px;
        max-height: 182px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 93%;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.9); 
}
.carousel .slide-button {
        position:absolute;
        bottom:50px;
        padding: 10px 0;
        color:#FFF;
}
.slide-button .btn-sbp:after {
    font-family: FontAwesome;
    color:#FFF;
    content: "\f105";
    margin-right: 10px;
    margin-left:7px;
    font-weight: 700;
    font-size: 120%;
}
.header UL.dropdown-menu {
    border-top: 7px solid #ED1C24;
    border-radius: 0 0 2px 2px;
}
.header UL.dropdown-menu>LI>a:before {
    font-family: FontAwesome;
	color:#ED1C24;
    content: "\f105";
    margin-right: 10px;
    font-weight: 700;
    font-size: 120%;
}
/*==========================

Re-organise

==========================*/
#inner-content {
    /* padding-top: 20px;*/
   min-height: 520px;
}
.header-logo {
  max-width: 300px!important;  
}
.bg-midgrey {
    background:#6D6E70;
}
.bg-darkgrey {
    background:#231F20;
    color: #FFF;
}
.bg-darkgrey-50 {
    background:rgba(35,31,32, 0.7);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #CE0000;
}

.text-content li,
.text-content td,
.text-content th,
.technical-data-entry {
  
    line-height: 2.1em;
}
@media (max-width: 767.98px) {
    .technical-data-entry {
          font-size: 0.8rem;
    }
}
.text-content p {
  margin-top:0px;
  margin-bottom: 1rem;
}
.text-content h1.mb-5 {
  
    font-weight: 700;
    color:#ED1C24;
  
}
.text-content h2,h3 {
  
    margin: 3rem 0 1.5rem;
  
}
.text-content ul {
	list-style:none;
    margin: 0 0 25px 0;
    padding:0px;
}
.text-content ol {
    margin: 0 0 25px 0;
}
.text-content ul>li:before {
	font-family: FontAwesome;
	color:#ED1C24;
    content: "\f105";
    margin-right: 10px;
    margin-left:7px;
    font-weight: 700;
    font-size: 120%;
}
.companyupdatetext ,
.casestudytext {
min-height: 500px;
}
.accred-logos {position:absolute;z-index:2; right:50px;bottom:30px;}
@media (max-width: 767.98px) {
    .accred-logos {position:absolute;z-index:2; width: 100%; right: 0;bottom:30px;}
    .accred-logos img {width: 375px;}
}
@media (max-width: 1199.98px) {
    .companyupdatetext { padding-bottom: 170px!important;}
    .casestudytext { padding-bottom: 170px!important;}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .accred-logos {position:absolute;z-index:2; width:500px;right: 0;bottom:30px;}
    .accred-logos img {width: 100%;}
}
#expertleft {
  border-right: 7px solid #FFF;  
}
#expertright {
  border-left: 7px solid #FFF;  
}

@media (max-width: 997.98px) {
    #expertleft {
      border-right: none;  
    }
    #expertright {
      border-left: none;  
    }
}



.searchbox:hover {
  cursor:pointer;  
}
/*==========================

products

==========================*/
.colour-block img { height: 180px!important;max-height:120px!important;}
.colour-title  { max-width:150px!important;height:50px;overflow:hidden;}
.dwld-block img { height: 63px!important;max-height:63px!important;}
.prod-button .btn-sbp:after {
    font-family: FontAwesome;
    color:#FFF;
    content: "\f105";
    margin-right: 10px;
    margin-left:12px;
    font-weight: 700;
    font-size: 120%;
}
.categorypanel { width: 100%;height: 434px;position:relative;}
.categorypaneltitle { position: absolute; bottom:0px;left:0px;width:100%;z-index:2;color:#FFF;line-height:90px;text-align:center;background-color: rgba(0,0,0,0.5);white-space:nowrap;overflow:hidden}
  .categorypanel:hover .categorypaneltitle{ background-color:#000;}
.categorypaneltitle span {position:relative; display:inline-block;top:22px;margin-top:-22px;margin-left:6px;width:30px;height: 60px;background: url("/images/v-chevron.png") no-repeat 50%; background-size: cover;background-position: left center;}
/*==========================

product range carousel responsive

==========================*/
#carouselRanges .carousel-inner {
  padding: 1em;
  padding-bottom: 100px;
}
#carouselRanges .carousel-control-prev,
#carouselRanges .carousel-control-next {
    background: url(/images/v-chevron.png) no-repeat 50%;
    background-size: cover;
    background-position: left center;
  width: 4vh;
  height: 7vh;
  border-radius: 0;
  top: 40%;
  /*transform: translateY(-50%);*/
}
@media (min-width: 768px) {
  #carouselRanges .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
  #carouselRanges .carousel-inner {
    display: flex;
  }
}
#carouselRanges .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
#carouselRanges img {
    max-height: 100%;
}

#carouselRanges .carousel-control-next {
    right: -60px;
    opacity: 1;
}
#carouselRanges .carousel-control-prev {
    left: -60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    opacity: 1;
}

@media (max-width: 767px) {
  #carouselRanges .img-wrapper {
    height: 17em;
    max-width: 320px;
    margin: 0 auto;
  }
  #carouselRanges .carousel-control-prev {
     left: -40px;
  }
  #carouselRanges .carousel-control-next {
     right: -40px;
  }
}
#carouselRanges .img-title {
    position: absolute;
    width: 100%;
    bottom: -60px;
    z-index:1;
}
#carouselRanges .image-view {
    width:initial;
}
.carousel-pos .carousel-indicators {
   bottom: -45px;
}    
.carousel-pos .carousel-indicators [data-bs-target] {
    background-color:#ED1C24;
}    

/*==========================

Other images

==========================*/
.image-view {
    width:100%;
    -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index:1;
    }
    .image-view:hover {
         -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  overflow:hidden;
    -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index:1;
    }
img.dist-flag {
  max-width: 85px!important;  
}
img.panel-icons {
  max-width: 120px!important;  
}
/*==========================

Footer Panel

==========================*/

footer,
.footer {

}
a.link-sbp {
    color:#CE0000!important;
    text-decoration:none;
}
a.link-sbp:hover {
    color:#FFF!important;
}
a.link-sbp-hover {
    color:#FFF!important;
    text-decoration:none;
}
a.link-sbp-hover:hover {
    color:#CE0000!important;
}
.footer-logo {
  max-width: 250px!important;  
}
.footer-inner {
    line-height: 2.8rem;
}
.footer-inner ul li {
 line-height:2em;
 padding-left:0px;
 padding-top:5px;
 padding-bottom:5px;
 font-size:14px;
 list-style-type:none;
 list-style:none;
}
.footer-inner ul li>a {
 color:#222;
}
.footer-inner ul li>a:hover {
 color:#CE0000;
}
/*
.footer-inner ul li:before {
 font-family: 'FontAwesome';
 content: "\f054";
 color: #CE0000!important;
 margin-right:15px;
}
*/
.signoff {
   min-height: 9rem;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color:#FFF!important;
    text-decoration: none;
	background: #ED1C24;
    border:2px solid #FFF;
	border-radius: 0px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: none;
    z-index: 9998;
}
a.scrollToTop:hover {
	  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
	background-color: #000000;
    border:2px solid #FFF;
   color:#FFF!important;
	text-decoration:none;
	opacity: 0.8;
}

/*==========================

Cookie Panel

#cookies a {
	color:#205175!important;
}
#cookies a:hover {
	color:#000;
    text-decoration:underline;
}
#cookies span.btn {
	border:1px solid #4A96CF;
	color:#FFF;
	cursor:pointer;
}
#cookies span.btn:hover {
	background-color: #000;
	border:1px solid #FFF;
	color:#FEFFEA;
	cursor:pointer;
}
==========================*/
#cookies {
	width:100%;
	min-height:57px;
	position:fixed;
	left:0px;
	bottom: 0px;
	padding: 20px;
	color:#000;
	z-index:999;
    border-top:1px solid #000;
    background-color:#FFF;
}
/* ==========================================================================
   Color Box
   ========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:hidden; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;display:none!important}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; -ms-interpolation-mode:bicubic;max-width:100%!important;max-height:100%!important;/*max-width:none; */}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
.cboxElement { outline: none!important; }
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("images/overlay.png") repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url("images/cb-controls-sq.png") no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url("images/cb-controls-sq.png") left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url("images/cb-controls-sq.png") right top repeat-y;}
    #cboxTopCenter{height:21px; background:url("images/border.png") 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url("images/border.png") 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxLoadedContent .row,  #cboxLoadedContent .col-6 {overflow-x:hidden;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center;  width: calc(100% - 125px);color:#000;background:#FFF;padding-left:125px;padding-right: 30px;line-height:21px;font-size:1rem;display:block;padding-top:5px;padding-bottom:5px;text-transform:uppercase;}
		#cboxTitleSingle{position:absolute; bottom:0px; left:0; text-align:center; width:100%;color:#000;background:#FFF;text-align:center;line-height:21px;font-size:1rem;display:block;padding-top:5px;padding-bottom:5px;text-transform:uppercase;}
        #cboxCurrent{position:absolute; bottom:2px; left:58px; color:#000;text-transform:uppercase;font-size:1rem;}
        #cboxLoadingOverlay{background:url("images/loading_background.png") no-repeat center center;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:2px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; background:url("images/cb-controls-sq.png") no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0px; left:27px; background:url("images/cb-controls-sq.png") no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0px; right:0; background:url("images/cb-controls-sq.png") no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

        #cboxPrevious,
        #cboxPrevious:hover,
        #cboxNext,
        #cboxNext:hover,
        #cboxClose,
        #cboxClos:hover {
		  outline:none;
		  -webkit-transition: none;
		  -moz-transition: none;
		  transition: none;
  		}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
		
		
	@media (max-width: 768px) {
		
		 #cboxTitle{}
		
	}
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #E9E9E9;
}
.gradient-line {
	clear:both;height:8px;overflow:hidden;
	background: rgb(24,127,69);
}
.gline
	{
	clear:both;height:1px;overflow:hidden;border-top:1px solid #BBB;margin: 0 6%;
	}
.gline-full
	{
    margin: 0 0!important;
	width: 100%!important;
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak75p
	{
	clear:both;height:75px;overflow:hidden;
	}
.lineBreak100p
	{
	clear:both;height:100px;overflow:hidden;
	}
.lineBreak200p
	{
	clear:both;height:200px;overflow:hidden;
	}
/* ==========================================================================
  Media devices sizing
   ========================================================================== */
    /* X-Small devices (portrait phones, less than 576px) */
    @media (max-width: 575.98px) {

        .header-logo {
          max-width: 270px!important;  
        }
        
    }
    /* // Small devices (landscape phones, less than 768px) */
    @media (min-width: 576px) and (max-width: 767.98px) {

        .cboxPhoto {min-width:450px!important;height:auto!important;}

    }


   	/* Smallest devices (small screen, 767px and under) */
	@media (max-width: 767.98px) {

		
	}
	/* Smallest devices (small screen, 768px and over) */
	@media (min-width: 768px) {

		.container { 
			min-width: 738.98px;
            max-width: 940px;
			width: 100%;
		}


	}
    
    /* // Medium devices (tablets, less than 992px)*/
    @media (min-width: 768px) and (max-width: 991.98px) {
        
        .image-enlarge img {
          max-width:80%!important;
        }

        .cboxPhoto {min-width:500px!important;height:auto!important;}


    }

    @media (max-width: 991.98px) {

      .navbar-light .navbar-toggler {
          border-color:transparent;
      }
      .navbar-toggler:focus {
         box-shadow: none;
      }
      #uppernavbar, #navbarUpper {
          background: rgb(255,255,255)!important;
      }
      #navbarUpper a.link-dark {
         color: #212529;
      }
      

         .distribution-title {
        font-size: 100%!important;  
        }
      
  }

	/* Medium devices (med desktops, 992px and below) */
    @media (min-width: 992px){
		
		.container { 
            max-width: calc(100% - 120px);
			width: 100%;
		}
		
	}
    
    /* // Large devices (tablets, less than 1200px)*/
    @media (min-width: 992px) and (max-width: 1199.98px) {
      
      .image-enlarge img {
        margin-top:-30px;
        zoom: 1.7;
        -moz-transform: scale(1.7);
        -moz-transform-origin: 0 0;
        -o-transform: scale(1.7);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(1.7);
        -webkit-transform-origin: 0 0;
      }

      .cboxPhoto {min-width:700px!important;height:auto!important;}


  }

    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
		
		.container { 
			min-width: 1110px;
			max-width: 1110px;
			width: 100%;
		}
		
        .footer .col-xl-2.align-items-stretch {
          width: 20%!important;  
        }
        
    }

    /* // X-Large devices (large desktops, less than 1400px)*/
    @media (min-width: 1200px) and (max-width: 1399.98px) {

        .image-enlarge img {
          margin-top:-50px;
          zoom: 1.4;
          -moz-transform: scale(1.4);
          -moz-transform-origin: 0 0;
          -o-transform: scale(1.4);
          -o-transform-origin: 0 0;
          -webkit-transform: scale(1.4);
          -webkit-transform-origin: 0 0;
        }

        .cboxPhoto {min-width:800px!important;height:auto!important;}


    }

    /* Large devices (large desktops, 1330px and up) */
    @media (min-width: 1330px) {
		
		.container { 
            padding-right: 30px;
            padding-left: 30px;
			min-width: 1230px;
			max-width: 1410px;
			width: 100%;
		}
		
		
    }
    
    
/* // XX-Large devices (larger laptops) */
@media (min-width: 1400px) and (max-width: 1799.98px) {
    
    .image-enlarge img {
      margin-top:-50px;
      zoom: 1.4;
      -moz-transform: scale(1.4);
      -moz-transform-origin: 0 0;
      -o-transform: scale(1.4);
      -o-transform-origin: 0 0;
      -webkit-transform: scale(1.4);
      -webkit-transform-origin: 0 0;
    }
    
    .cboxPhoto {min-width:1000px!important;height:auto!important;}


}

/* // XX-Large devices (larger desktops) */
@media (min-width: 1800px) and (max-width: 1999.98px) {
    
    .image-enlarge img {
      margin-top:-50px;
      zoom: 1.4;
      -moz-transform: scale(1.4);
      -moz-transform-origin: 0 0;
      -o-transform: scale(1.4);
      -o-transform-origin: 0 0;
      -webkit-transform: scale(1.4);
      -webkit-transform-origin: 0 0;
    }

    .cboxPhoto {min-width:1000px!important;height:auto!important;}

}

/* // XX-Large devices (larger desktops) */
@media (min-width: 2000px) {
    
    .image-enlarge img {
      margin-top:-50px;
      zoom: 1.4;
      -moz-transform: scale(1.4);
      -moz-transform-origin: 0 0;
      -o-transform: scale(1.4);
      -o-transform-origin: 0 0;
      -webkit-transform: scale(1.4);
      -webkit-transform-origin: 0 0;
    }
    
     .cboxPhoto {min-width:1000px!important;height:auto!important;}

}

    
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #0065f2; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ebf3fe !important; } }

.images-ratio {
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .images-ratio::before {
    content: '';
    display: block;
    box-sizing: border-box; }
  .images-ratio.ratio-2-1::before {
    padding-top: 48.64%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-2-1::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-2::before {
    padding-top: 54.62%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-2::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-3::before {
    padding-top: 70.37%; }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-3::before {
        padding-top: 100%; } }
  .images-ratio.ratio-4-5::before {
    padding-top: calc(109.24% + 30px); }
    @media (max-width: 991.98px) {
      .images-ratio.ratio-4-5::before {
        padding-top: 100%; } }
  .images-ratio.ratio-16-9 {
    max-height: 600px; }
    .images-ratio.ratio-16-9::before {
      padding-top: calc(109.24% + 30px); }
      @media (max-width: 991.98px) {
        .images-ratio.ratio-16-9::before {
          padding-top: 100%; } }
  .images-ratio.ratio-3-1::before {
    padding-top: 36.93%; }

.section-break {
  background: #f2f2f2;
  text-align: center;
  line-height: 30px;
  font-size: 11px; }