﻿@import url('icons/css/fontello.css');


@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

              
/**********************************
    General
***********************************/
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: "latoregular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	color: #2B2B2B;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "new-order", sans-serif;
	font-weight: 600;
	font-style: normal;
    color: #000;
    margin: 1em 0em;
	line-height: 1.1em;
}  
p {
	font-size: 1.1em;	
	line-height: 1.5;
}
h1 {font-size: 2.5em;}
h2 {font-size: 1.9em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.5em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}

.h1-line h1, .h1-line h2, .h1-line h3, .h1-line h4 {
	border-bottom: solid 2px #f99f1e;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}



.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {
	text-decoration: none;
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #f99f1e;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #C97600;
	}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 0.75em;margin-bottom: 0.75em;}    
img {max-width:100%;}
figure {margin:0}

.center .form-group {
	margin-left: auto;
	margin-right: auto;
}
.center input:not([type=submit]):not([type=image]),.center textarea  {
	margin-right: 0px !important;
}

#background {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}	
@media (min-width: 719px) {
   #background {
      display:block;
   } 
}
.main-content img {
	border-radius: 10px;
}
        
/**********************************
    Grid
***********************************/
.container {
    margin: 0 auto;
    max-width: none !important;
    width: 100%;
}
.page-editor {
    max-width: 1200px !important;	
	padding-left: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.row {
	max-width: none;
}
.row.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.restrict-width-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.restrict-width-mid {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.restrict-width-mini {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.colour {
	padding-top: 3em;
	padding-bottom: 3em;
	background-color: #FFFFFF;
	position: relative;
}
.colour.no-pad {
	padding-top: 0.001em;
	padding-bottom: 0.001em;
}
.colour.no-pad-top {
	padding-top: 0.001em;
}
.colour.no-pad-bottom {
	padding-bottom: 0.001em;
}
.colour.no-pad figure {
	margin-bottom: 0px;
}
.no-pad img {
	margin: 0px !important;
	display: block;
}

.column {
	padding-left: 1em;
	padding-right: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.colour.colour-HR {
	padding-top: 0em;
	padding-bottom: 0em;	
}

@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 1.5rem; /* 1rem */
        padding-right: 1.5rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.66%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.33%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.66%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 9px 20px 7px 20px;
    font-size: 0.95em;
    border-radius: 5px;
    display: inline-block;
    margin: 1em 0em;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: solid 0px #1b4d74;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "new-order", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: transparent;
    /*text-transform: uppercase;*/
    /*background-image: url(images/go.png);
    background-position: right 18px center;
    background-size: auto 20px;
    background-repeat: no-repeat;*/
}

.btn.btn-primary {
	color: #fff;
	background-color: #f9a01b;
}
.btn.btn-primary:hover {
	transform: translateY(-5px)
}
.btn.btn-secondary {
	color: #ffffff;
	background-color: #888888;
}
.btn.btn-secondary:hover {
	color: #ffffff;
	background-color: #511086;
}
.btn.btn-default {color: #ffffff;background-color: #babcbb;}
.btn.btn-default:hover {color: #ffffff;background-color: #8c8e8d;border-color: #8c8e8d;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: transparent;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
}
figure.hdr:hover img {


}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {

}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* MODIFICATIONS
===============================================*/


.column.two-thirds-maintain { width: 66.7%;	float: left; }
.column.two-fourth-maintain { width: 75%; float: left; }
.column.two-fifth-maintain { width: 80%; float: left; }
.column.two-sixth-maintain { width: 83.3%; float: left; }
.column.half-maintain { width: 50%;	float: left; }
.column.third-maintain { width: 33.3%; float: left; }
.column.fourth-maintain { width: 25%; float: left; }
.column.fifth-maintain { width: 20%; float: left; }
.column.sixth-maintain { width: 16.6%; float: left; }



.three-images img {
	width: 33.33%;
	}
.two-images img {
	width: 50%;
	}
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.three-circles-half img {
	max-width: 30%;
	}
	
/* Page header one */
figure.header-one {
	margin-top: 0px !important;

	}
figure.header-one figcaption {
	height: auto;
	text-align: left;
	bottom: 0px;
	top: 0px;
	background-color: transparent;
	margin: 0px !important;
	padding: 0px !important;
	background-image: url(images/anim-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
figure.header-one figcaption H1 {
	position: absolute;
	bottom: 3%;
	display: block;
	font-family: "new-order", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #fbb112;
    background-color: transparent;
    padding: 0.5em 0px 0.5em 85px;
    margin: 0px 0px 0px 0px;
    font-size: 3.5em;
    /*background-image: url(images/star.png);*/
    background-position: left 30px center;
    background-size: auto 38px;
    background-repeat: no-repeat;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
figure.header-one figcaption span {
	color: #ffffff;
	font-size: 16px;
}


.header-fine figure.hdr figcaption {
	top: 21%;
}
.header-fine figure {
	margin-bottom: 0px;
}


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
    height: auto;
    text-align: center;
    bottom: 0em;
    top: 0px;
    padding-bottom: 0.5em;
    background-color: rgba(0,174,202,0.0);
    padding-top: 10%;
    background-image: -webkit-linear-gradient(0deg,rgba(27,77,116,0.77) 0%,rgba(68,128,174,0.80) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(27,77,116,0.77) 0%,rgba(68,128,174,0.80) 100%);
    background-image: -o-linear-gradient(0deg,rgba(27,77,116,0.77) 0%,rgba(68,128,174,0.80) 100%);
    background-image: linear-gradient(90deg,rgba(27,77,116,0.77) 0%,rgba(68,128,174,0.80) 100%);
}
figure.header-two figcaption H1,figure.header-two figcaption H2,figure.header-two figcaption H3,figure.header-two figcaption H4 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-transform: none;
}



@media (max-width: 719px) {
.clear-mobile {
	clear: both;	
}
.center-mobile {
	text-align: center;
	}
.two-img-col img {
	width: 50%
	}
.three-img-col img {
	width: 33.3%
	} 
.fourth-half {
	width: 50%;
	float: left; 
	}
.sixth-third {
	width: 33.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {

}

}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
/* Page header two */

figure.header-two figcaption {
	padding-left: 0.5em;
	padding-right: 0.5em;
	bottom: 0em;
	padding-bottom: 0.3em;
}
	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.sixth-third {
	width: 50%;
	}
}

/* Footer components
===========================*/
.footer {
	position: relative;
}
.footer-wrap {
    padding: 50px 0px 30px 0px;
    color: #ffffff;
    font-size: 0.90em;
    line-height: 1.43em;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-image: url(images/bg1.jpg);
	}
.footer2-wrap {
	background-color: #3463ad;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0.5em 0em;
	border-top: solid 1px rgba(255,255,255,0.26);
	}
.footer-img {
    background-color: #000000;	
}
.footer-img figure {
    margin: 0px;	
}
.footer-wrap .restrict-width {
	padding-top: 0px;
	padding-bottom: 10px;
}
.footer-wrap a {
	color: #ffffff !important;	
	font-family: "new-order", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer2-wrap a {
	color: #ffffff !important;	
	font-family: "new-order", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer2-wrap a:hover {
	color: #fbb112 !important;
	font-family: "new-order", sans-serif;
	font-weight: 400;
	font-style: normal;
	}	
.footer-img img {
	display: block;
}	
.footer-3 img {
	width: 130px;
}
.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #909090;
	}
.footer-1 {
}
.footer-1 .btn {
	width: calc(90% - 60px);
	margin: 0.0em 0em 1em 0em;
	color: #ffffff !important;
	padding: 13px 20px 11px 20px;
	font-weight: 600;
	font-style: normal;
	font-size: 1.2em;
}
.footer-1 .btn:hover {
	color: #ffffff !important;
	font-weight: 600;

}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.25);
	border-right: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 15px;
	min-height: 350px;
}
.footer-2 P,.footer-3 P  {
	margin: 0.3em 0em;
}
P.F-header {
    font-family: "new-order", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    color: #ffffff;
    margin: 1em 0em 0.6em 0em !important;
	border-bottom: 2px #f99f1e solid;
}

.footer-3 {
}
.footer-5 {
	text-align: right;	
}
.logo-strap  {
	text-align: right;
}
.logo-strap img {
	width: 180px;
}
.f-links a {
	display: inline-block;
	background-image: url(images/TLAM-icon-c2a-chart.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding: 13px 0px 13px 45px;
}
.F-location a {
	display: inline-block;
	background-image: url(images/icon-location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding: 9px 0px 9px 40px;
}
.F-menu {
	margin-top: 0px;
	margin-bottom: 5px;
	}
.F-menu a {
	}
.footer-sm {
	margin-top: 20px;
}
.footer-sm img {
	width: 35px;
    margin-left: 15px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 0px;
	margin-top: 20px;
}
.f-iso img {
	max-width: 200px;
	border-radius: 5px;
}

.footer-env-logo img {
	width: 150px;
	padding-top: 30px;
}

.f-logos img {
	height: 65px;
	margin: 10px;
}

.footer-small-text {
	font-size: 0.85em;
}
.F-sm img {
	width: 40px;
	padding: 0px 5px;
}


@media (max-width: 1150px) {
	
}
@media (max-width: 719px) {


	
.footer-img {
	overflow: hidden;
}
.footer-img img {
	width: 200% !important;
	max-width: none !important;
	margin-left: -100%;
}	
	
	
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
	min-height: auto;
}
.footer-5 {
	text-align: center;
}
.footer-sm {
	text-align: center;
	padding-top: 40px;
}
	.footer-sm img {
	margin: 0px 7px;
}
.F-menu,.F-powered {
	margin-left: 0px;
	}
.footer {
	text-align: center;	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
.logo-strap {
	text-align: center;
	padding-top: 20px;
}
	.colour-social-testim .column {
		padding-top: 20px;
		padding-bottom: 20px;
	}
.footer-1 .btn {
    width: auto;
	display: inline-block;
}
	
}
@media (max-width: 450px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 120px;
	padding-bottom: 3em;
}
}

/* Snippet Colours
======================================*/
.page-header {
	background-color: #C11718;
	background-image: url(images/bg1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
}
.page-header H1 {
	color: #ffffff;
}


.gradt {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/shadow.png);
    background-size: 50% auto;
}

.purple {
	background-color: #00aeca;
}


.trans {
	background-color: transparent;	
}
.blue {
	background-color: transparent;
	background-image: -webkit-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: -o-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: linear-gradient(90deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
	color: #FFFFFF !important;
}
.blue P {
	color: #FFFFFF !important;
}
.blue H1,.blue H2,.blue H3,.blue H4,.blue a,.blue UL {
	color: #f0d100 !important;
	font-weight: 500;
}
.blue a {
	color: #ffffff !important;
}
.green {
	background-color: rgba(57,169,53,1);
	color: #FFFFFF !important;
}
.green P,.green H1,.green H2,.green H3,.green H4,.green a,.green UL {
	color: #FFFFFF !important;
}
.green2 {
	background-color: rgba(57,169,53,0.70);
}
.green2 h2 {
	color: #FFFFFF !important;
}
.blue2 {
	background-color: rgba(0,174,202,0.85);
}
.blue2 h2 {
	color: #FFFFFF !important;
}
.grey1 {
	background-color: #EBEBEB;
}
.grey2 {
	background-color: #767676;
}
.grey2 P,.grey2 H1,.grey2 H2,.grey2 H3,.grey2 H4,.grey2 a,.grey2 UL {
	color: #FFFFFF !important;
}
.grad {
	background-image: url(images/footer-bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 30px 30px;
}

.opaque {
	background-color: rgba(255,255,255,0.70);	
}
.black {
    background-color: rgba(0,0,0,0.0);
    color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.28) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.28) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.51) 0%,rgba(0,0,0,0.28) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.51) 0.00%,rgba(0,0,0,0.28) 100.00%);
}
.black-solid {
	background-color: #000000;
	color: rgba(255,255,255,1.00);
}

.black H4 {
	color: #ffffff !important;
}
.contact-bg {
	background-color: rgba(0,0,0,0.70);
}
@media (min-width: 720px) {
.half-bg {
	background-image: url(images/bg-half.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	background-size: 100% auto;
}
.column.h-contact,.column.h-twitter {
	padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (max-width: 719px) {
.half-bg {
	background-color: rgba(236,236,236,1.00);
}

}

/* Full Form
====================================*/
.form-full input:not([type=submit]):not([type=image]) {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full textarea {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full .btn.btn-primary {
	width: 100%;
	margin-right: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.form-full .wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-width: 100%;
	border-top: none;
}
.form-full .form-group {
    display: block;
}

/* Home
================== ====================*/
.h2-small h2 {
	font-size: 1.2em;
	border: none;
}

.header-left figure {

}
.header-left figure.header-two figcaption {
    height: auto;
    bottom: 0em;
	right: 50%;
	width: auto;
	top: 0px;
    padding-bottom: 0.5em;   
	background-color: rgba(31,32,62,0.0);
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	/*background-image: url(images/anim-bg-w.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;	*/

}
.header-right figure.header-two figcaption {
    height: auto;
    bottom: 0em;
	right: 0px;
	width: auto;
	top: 0px;
	left: 50%;
    padding-bottom: 0.5em;
	background-color: rgba(31,32,62,0.0);
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.header-left figure.hdr div,.header-right figure.hdr div {
    height: auto !important; 
}
.header-left figure.header-two figcaption,.header-right figure.header-two figcaption {
	padding: 2em 5%;
	
	max-width: 90%;
    width: 500px;
	border-radius: 15px;
	margin: 30px;
}

.header-right .btn.btn-primary, .header-left .btn.btn-primary {
    color: #ffffff;
    border-color: #fff;
}

@media only screen and (max-width: 1023px) {
.header-left figure.header-two figcaption {
	right: 33%;
}	
.header-right figure.header-two figcaption {
	left: 33%;
}
}
@media only screen and (max-width: 719px) {
	figure.hdr figcaption {
		position: relative;
		padding: 2.5em 1.5em;

	}
	.header-left figure.header-two figcaption {
		right: 0%;
		background-color: rgba(31,32,62,0.90);
	}	
	.header-right figure.header-two figcaption {
		left: 0%;
		background-color: rgba(31,32,62,0.90);
	}
	
	.header-left figure.header-two figcaption, .header-right figure.header-two figcaption {
		/*padding: 2em 5%;
		max-width: 90%;
		width: 500px;
		border-radius: 15px;*/
		margin: -50px 30px 20px 30px;
	}
}



.img100 p img {
	width: 100px !important;
}



.table1 {
	border-collapse: collapse;
}
.table1 td {
	border: none!important;padding: 10px 7px;
}
.table1 tr:nth-of-type(odd) {
	background-color: rgba(228,228,228,1.00)
}



.colour.c2a {
	
}
.splitter-bullets li { 
	list-style-image: url("images/bullet1.png"); 
	padding: 0px 0px 15px 0px;
}


.panel-icons {
	padding: 0px;
}
.panel-icons img {
	width: 40px;
}
.panel-icons p {
	margin-top: 0px;
	margin-bottom: 0.3em;
}
.panel-icons figure {
	border: solid 2px #EBEBEB;
}
.splitter-select figure {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 2px #00aeca !Important;
	padding-top: 3px;
}
.panel-icons .column.fifth {
	width: 20%;
	float: left;
}
@media only screen and (max-width: 600px) {
.panel-icons p {
	font-size: 0.7em;
}
}
@media only screen and (max-width: 450px) {
.splitter-select figure {
	background-color: #ffffff;
	border-radius: 0px;
	border: none !Important;
	border-bottom: solid 2px #00aeca !Important;
	padding-top: 3px;
}
	.panel-icons .column.fifth {
	padding-left: 4px;
    padding-right: 4px;
}
}



.client-portal {
	background-color: rgba(0,0,0,1.00);	
}
.client-portal .btn {
	margin: 0.4em 0.4em;
	padding: 5px 28px;
	font-size: 0.9em;
}
.colour.updated {
	background-color: #c11718;
	color: #FFFFFF;
}
.holding-footer {
	font-size: 0.8em;
}
.box-border {
	border: solid 1px #CBCBCB;
	margin-left: 1.0rem;
    margin-right: 1.0rem;
	padding: 1rem;
}
.testimonial-colour {
	padding: 6em 0em 4.5em 0em;
	min-height: 450px;

}
.testimonial_message {
	color: #fff;
    font-size: 2.0em;
	font-family: "new-order", sans-serif;
	font-weight: 500;
	font-style: normal;
    padding: 40px;
    background-image: -webkit-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: -o-linear-gradient(0deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-image: linear-gradient(90deg, rgba(27, 77, 116, 0.77) 0%, rgba(68, 128, 174, 0.80) 100%);
    background-color: transparent;
    margin: 0px 0px 0px 0px;

	border-radius: 20px;
	text-align: center;
}
.testimonial_whoby {
	font-family: "new-order", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff !important;
	padding: 30px 0px 0em 0px !important;
	text-align: center;
	margin: 0px 0px 0px 0px;
    background-image: url(images/icon-speech.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 25px auto;
}
.testimonial-column {
	/*min-height: 10em;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	background-image: url(images/speech.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;*/

}
.testimonial_wrapper {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}



.p-banner {
    height: calc(85vh - 100px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-top: 40vh !important;*/
    position: relative;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.30) 15.95%,rgba(0,0,0,0.00) 52.75%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.30) 15.95%,rgba(0,0,0,0.00) 52.75%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.30) 15.95%,rgba(0,0,0,0.00) 52.75%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.30) 15.95%,rgba(0,0,0,0.00) 52.75%);
}
.p-banner.p-banner-80 {
	height: 80vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-20 {
	height: 20vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner-40 {
	padding: 7em 0em;
	font-size: 1.2em;
}
.h-banner-inner {
max-width: 600px;
}
.p-banner .column {
    position: absolute;
	z-index: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
	
	/*background-image: url(images/anim-bg2.png);	
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size:  auto 100%;*/
	
	background-image: url(images/anim-bg.png);	
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.h-header-message {

}
.p-banner-inner {
	width: 100%;	
}
.holder-logo-img {
	width: 250px;
}
.p-banner H1 {
	font-size: 1.5em !important;
	line-height: 1.25em;
	font-family: "new-order", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: rgba(0,0,0,0.0);
	color: #FFFFFF !important;
	text-transform: none;
	display: block;
	padding: 0px 50px 0px 35px;
	max-width: 680px;
	margin: 0em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: left;
}
.p-banner P {
	font-size: 1.0em !important;
	padding: 15px 50px 0px 35px;
	margin: 0px;
	
}
.p-banner H1 span {
	color: #fff;
    font-size: 2.6em;
    font-style: normal;
    line-height: 1em;
    text-transform: none;
    font-weight: 500;
}
.p-banner .btn.btn-primary {
	font-size: 1.1em;
    color: #fff;
    border-color: #fff;
    background-image: url(images/detail1.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 36px auto;
	padding: 9px 20px 7px 50px;
}

.h-brochures img {
	width: 250px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-brochures img:hover {
	transform: scale(1.05)
}
.h-icons H3 {
	font-size: 2em;
	margin-bottom: 5px;
}
.h-icons H4 {
    color: #fbb112;
    margin: 0px 0 20px 0;
	padding-bottom: 30px;
	font-size: 1.5em;
	background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(images/shadow.png);
    background-size: 50% auto;
}
.h-icons img {

}
.h-icons p {
	margin: 0.05em 0em;
}
.h-icons2 figure {
    padding: 2px 10px 15px 10px;
    border: solid 1px #EBEBEB;
    -webkit-box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 13%);
    background-color: rgba(255,255,255,1);
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index: 9999
}
.h-icons2 figure img {
    max-height: 250px;
}
.h-icons2 figure:hover {
	transform: scale(1.025)
}

.h-icons2 button {
	padding: 10px 35px 10px 49px;
	font-size: 1.1em;
	border-radius: 0px 25px 0px 25px;
	display: inline-block;
	margin: 1.0em auto;
	width: 130px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: solid 1px #00aeca;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: "new-order", sans-serif;
	font-weight: 500;
	font-style: normal;
	background-color: transparent;
    text-transform: uppercase;
	
}

.c2a3 figure img {
    /*background-color: #f0d100;*/
    border-radius: 15px;
	padding: 15px;
    /*border: 14px #f0d100 solid;*/
    width: 200px;
    margin: 0em auto;
    margin-top: -70px;
    background-image: -webkit-linear-gradient(270deg,rgba(27,77,116,1.00) 0%,rgba(68,128,174,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(27,77,116,1.00) 0%,rgba(68,128,174,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(27,77,116,1.00) 0%,rgba(68,128,174,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(27,77,116,1.00) 0%,rgba(68,128,174,1.00) 100%);
}
.c2a3 h3 {
	margin-top: 15px;

}
.c2a3 .column.third {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(images/shadow.png);
    background-size: 100% auto;
	}
.c2a2.colour {
    background-color: rgba(240,240,240,0.90);
}

@media screen and (max-width: 720px) {
	.c2a .column.fourth {
		width: 100%;
	}
	.c2a3 figure {
		max-width: 450px;
		margin: 0px auto;
	}
	.c2a3 {
		padding-bottom: 1px;
	}
}

@media screen and (max-width: 719px) {
	.c2a3 .column.third {
		padding-bottom: 40px;
		margin-bottom: 85px;
	}
}


.prod-icons img {
	width: 220px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 10px #DCDCDC;
	border-radius: 40px;
}
.prod-icons img:hover {
	border: solid 10px #00afc7;
	transform: scale(1.05)
}
.prod-icons P {
	max-width: 75%;
	margin: 1em auto;
}
.colour.p-brochures {
	padding-bottom: 0em;
}
.cats-header .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
}
.cats-header H2 {
	color: #BFBFBF;
	font-size: 1.5em;
	margin-bottom: 1px;
}
.cats-header H1 {
	font-size: 2em;
	margin-top: 1px;
}
.h-column-contact {
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	padding-top: 2em;
	padding-bottom: 2em;
}
@media (min-width: 720px) {
.col-valign-middle .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;	
}
}
@media (max-width: 999px) {
	.p-banner H1 {
	}
	.p-banner P {
		font-size: 1.0em !important;
	}
		.p-banner H1 span {
		font-size: 2.0em;
	}
}
@media (max-width: 720px) {
.p-banner .column {	
	background-image: url(images/anim-bg.png);	
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.testimonial-colour .column {
    min-height: 14em;
}
.testimonial_message {
    font-size: 1.4em;
}
.p-banner H1 {
	padding: 25px 20px 20px 25px;
}
	.p-banner p {
	padding: 0px 30px 25px 25px;
}
	.p-banner .btn {
		font-size: 1em;
	}
	.h-icons .column.fourth {
		padding-bottom: 25px;
	}
}
@media (max-width: 600px) {
	.p-banner H1 {
		font-size: 1.3em !important;

	}
	.p-banner H1 span {
		font-size: 2.0em;
	}
}



.h-cats figure {
	position: relative;
	/*max-width: 350px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: transparent;	/*background-color: #C11718;*/
	border: solid 1px rgba(255,255,255,0.46);
	
}

.h-cats figure:hover {

	/*transform: scale(1.05);*/
}
.h-cats figcaption {
	text-align: left;
	/*border-top: solid 2px #ffffff;*/
	padding: 0.1em 0.6em 20px 0.6em;
	background-color: rgba(255,255,255,0.08);
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: auto 20px;
}
.h-cats figure img {
	max-width: 50%;
	padding: 20px 0em;
}
.h-cats H2 {
	font-size: 1.2em;
	color: #ffffff !important;
	text-transform: uppercase;
	margin-bottom: 0.1em;
	letter-spacing: normal;
}
.h-cats P {
	font-size: 0.9em;
	color: #ffffff;
	margin-top: 0.1em;
}
.colour.h-cats {
	padding-top: 1em;
	padding-bottom: 1em;
}

.h-cats {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;	
}
.h-cats .column {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}
@media screen and (max-width: 1100px) {

.h-cats figure img {
    max-width: 30%;
    padding: 10px 0em;
}
}
@media (max-width: 720px) {
.h-cats .column {
	width: 50% !important;
}
}
@media screen and (max-width: 550px) {

.h-cats figure img {
    max-width: 40%;
    padding: 10px 0em;
}
}
@media screen and (max-width: 400px) {
.h-cats .column {
	width: 100% !important;
}
.h-cats figure img {
    max-width: 25%;
    padding: 10px 0em;
}
}






/* SLIDER
============================*/
/* SLIDER
============================*/
.wbSliderHeader, .wbSliderSecondary {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00) !important;

	position: relative;
	text-align: left;
	display: inline-block;
}
.wbSliderHeader {
    background-color: #3b3fe5;
    color: #ffffff !important;
	border-right: solid 2px #ffffff;
	text-transform: uppercase;
	
    font-size: 1.7em !important;
	font-family: "new-order", sans-serif;
	font-weight: 600;
	font-style: normal;


    padding: 20px 30px 20px 40px !important;
    margin: 40vh 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	cursor: pointer;

}
.wbSliderSecondary {
    font-family: "new-order", sans-serif;
    font-weight: 300;	
	font-size: 1.7em !important;
	font-style: normal;
	margin-top: 0vh;
	color: #ffffff;
	background-color: #a9131c;
	border-radius: 0px 35px 35px 0px;
	padding: 20px 60px 20px 30px !important;
    background-image: url(images/go.png);
    background-position: right 15px center;
    background-size: auto 30px;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.wbSliderSecondary:hover {
	padding: 20px 75px 20px 30px !important;
}
.imageParentDiv img {
	max-width: none;
}

@media (max-width: 1300px) {
	.wbSliderHeader,.wbSliderSecondary {
		font-size: 1.3em !important;
	}
}
@media (max-width: 650px) {
	.wbSliderHeader,.wbSliderSecondary {
		font-size: 1.1em !important;
		background-size: auto 25px;
		border-radius: 0px 35px 35px 0px;
		margin-left: 0px;
		padding-left: 25px !important;
	}
	.wbSliderSecondary {
		margin: 10px auto 0px 0px;
		width: 100%;
		border-radius: 0px 0px 0px 0px;

		}
}
@media (max-width: 650px) {

}
@media (max-width: 400px) {

}

.center .wcs-wrap-wrap {
	border-top: none;
	padding-top: 10px;
	margin: 0px auto 15px auto;
	width: 240px;
	background-color: rgba(255,255,255,0.80);
	border-radius: 3px;
}
.wcs_wrap {
	font-size: 0.85em;
	color: rgba(61,61,61,1.00);
	text-align: left;
}
.contact-bg input,.contact-bg textarea {
	margin-right: 0px !important;
}

/*************************************************************************/
.h-fav figure {
    padding: 2px 20px 0px 20px;
    border: solid 1px #EBEBEB;
    -webkit-box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 13%);
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 13%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
.h-fav figure img {
    width: 200px;
}
.h-fav figure p {
    font-size: 0.9em;
}
.h-fav figure h4 {
    margin: 0.5em 0em;
}





/* KETO
===========================================================*/
.c2a .column.third {
    padding: 10px !important;
}
.c2a-pad {
	padding: calc(1.5rem - 10px)
}

.c2a figure {
	position: relative;
	margin: 0px 0px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.c2a figure:hover {
	transform: scale(1.03)
}

.c2a figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 4px 0px 0px 0px;
    pointer-events: none;
    background-image: url(images/c2a-bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #f9a01b;
    background-size: 200px auto;
	border-radius: 0px 0px 15px 0px;
	
}
.c2a h3 {
    margin: 0em;
	padding: 8px 0px 8px 34px;
    color: #fff;
    font-size: 1.4em;
    width: 180px;
    background-image: url(images/go-white.png);
    background-position: left 8px top 9px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}





/*-------------------------KETO--------------------------------*/

.brands img {
	margin: 1.5em 0em !important;
}
@media (max-width: 900px) {
	.c2a .third {
	width: 50%;
	}
}
@media (max-width: 719px) {
	.c2a .third {
	width: 50%;
		float: left;
	}
}
@media (max-width: 540px) {
	.c2a .third {
	width: 100%;
		float: none;
	}
	.c2a .column.third {
    padding: 0px !important;
}
}


.box-inner {
	background-color: #fff;
	margin: 20px 0px;
				-webkit-box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
}
.box-inner img {
	float: left;
	width: 50%;
}
.box-inner figcaption {
	float: left;
	padding: 10px 20px;
	width: calc(50% - 40px);
}

@media (max-width: 1200px) {
	.box-inner h4 {
		margin: 0.5em 0em 0.1em 0em;
	}
	.box-inner p {
		margin: 0.4em 0em 0.4em 0em;
	}
}

@media (max-width: 550px) {
		.box-inner {
		background-color: #fff;
		margin: 20px auto;
		max-width: 340px;

	}
		.box-inner img {
		float: none;
		width: calc(100% - 40px);
			border: 20px #fff solid;
			
	}
		.box-inner figcaption {
		float: none;
		padding: 10px 20px;
		width: calc(100% - 40px);
	}
}



/*---------------
--------------------------------------------*/
.c2a figure {
	-webkit-box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
	border-radius: 0px 10px 10px 10px;
}
.c2a figcaption {
    /*padding: 6px 0px 0px 0px;
    background-image: none;
    border-radius: 0px 0px 15px 0px;
	background-color: #fff;
	border: solid 3px #f99f1e;
    border-top: none;
	border-left: none;*/
}
.c2a h3 {
    /*color: #000;
    background-image: url(images/go-orange.png);
	text-transform: uppercase;
	font-weight: 300;*/
}

.main-content img {

}

.c2a {
	padding-top: 1.5em;
}

/*-----------------------*/
.box-inner {
	
	border-radius: 10px;
}

.box-inner img {
	
	border-radius: 10px 0px 0px 10px;
}

.box-inner {
	background-color: #fff;
	margin: 20px 0px;
				-webkit-box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 0%);
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 0%);
}
.c2a figcaption img {
	width: 60px;
	padding-left: 20px;
	display: inline-block;
}
.c2a figcaption * {
	vertical-align: middle;
}
.c2a figcaption img {
	width: 40px;
	padding-left: 10px;
	display: inline-block;
}
.c2a figcaption h3 {
	display: inline-block;
	background-image: none;
	padding: 15px 0px 8px 9px;
	width: 155px;
}
