/*
 layout.css
*/
/* Remove Default Styling
------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
img {
	border: 0;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


@media screen and (max-width: 600px){
	#wpadminbar {
	    position: fixed;
	}
}



/* Typography
------------------------------------------------------------------------------------------------- */
body{
	background: #FFF;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto;
	padding: 0;
}
body, button, input, select, textarea, p {
	 font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration:none;
	color: #000000;
}
a:hover{
    text-decoration:underline;
}

h3{
	clear: left;
}

.slider-content h1,
.slider-content h2,
.slider-content h1,
.slider-content p {

}

/* Overall
------------------------------------------------------------------------------------------------- */
.inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#container{

}
/* Main Header--------------------------------------------------------------*/

header.main{
	width: 100%;
	z-index: 10;
	top: 0;
	background: #1A1A1A;
	display: grid;
	position: relative;
}
#social li strong{
	text-transform: uppercase;
	font-size: 16px;
    padding-left: 10px;
}
#social li a:hover{
	text-decoration: none!important;
}

body.hasadminbar header.main{
	top: 32px;
}
header.main .inner{
	padding: 0;
}
#contacts-header{
	clear: none;
	float: left;
	text-align: left;
	padding: 5px 10px 0;
	color: #FFF;
}
#contacts-header a {
	color: #FFF;
	padding: 0;
	display: inline-block;
	margin: 0 1px;
	text-align: center;
	border: none;
	font-size: 16px;
}
#contacts-header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#contacts-header ul li{
	display: inline-block;
}
#contacts-header a:hover{
	color: #d80d2a;
}

#contacts-header a.button i{
	margin-right: 5px;
}
#contacts-header h3{
	color: #144066;
	font-weight: 400;
	font-size: 18px;
	margin-right: 10px;
}
#member-header{
	text-align: right;
	margin-top: 0;
	color: #FFF;
	padding: 0;
	width: 100%;
	overflow: visible;
}
.member-menu {
	float: right;
}
#menu-top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-top-menu li{
	float: left;
}
.top-menu {
	float: right;
	color: #FFF;
}

.member-menu a.button,
.top-menu li a {
	color: #FFF;
    float: left;
    padding: 1px 5px 5px 5px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 13px!important;
}
.header-logo {
	padding: 1em;
	display: block;
	position: relative;
	background: transparent url(../img/logo-bg.png) no-repeat center left;
}
.header-logo img {
	padding: 0 1em;
	max-width: 100%;
	height: auto;
	padding-right: 124px;
}

@media screen and (min-width: 768px){
	.member-menu a.button,
	.top-menu li a {
	    padding: 6px 10px;
	}
	.member-menu a.button{
		padding: 8px 10px!important;
	}
	.header-logo {
		padding: 0 0 1em;
		display: block;
		float: left;
		width: 100%;
	}
	#member-header{
		float: right;
		width: 100%;
	}
	.header-logo img {
		padding: 0 1em 1em 1em;
		margin-bottom: 3em;
	}
	.woocommerce #member-header a.button,
	.top-menu li a {
	    padding: 0.6em;
	    font-size: 15px;
	}

}

@media screen and (min-width: 1080px){
	.header-logo img {
		margin-bottom: 0;
	}
}

/* Main Nav--------------------------------------------------------------*/

header #access {
	display: none;
}
header #access.open-menu {
	display: block;
	clear: both;
}
.site-description {
	float: left;
	color: #FFF;
	width: 100%;
	background: #47b1e3;
	padding: .5em 1em;
	text-align: center;
	margin: 0;
	position: relative;
    z-index: 11;
}
.site-description.not-mobile {
	display: none;
}
#mobilemenu {
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 1em;
    right: 1em;
}
#mobilemenu:hover {
	text-decoration: none;
}
.mm-list > li > a {
	text-transform: uppercase;
}
#mobilemenu i{
	font-size: 18px;
	margin-top: 4px;
}
nav#access{
	margin: 0;
	padding: 0;
	position: relative;
	background: #47b1e3;
	z-index: 10;
}
nav#access ul {
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
}
nav#access ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
nav#access ul li.right {
	float: right;
}
nav#access ul li.nolink a {
	cursor: normal;
	font-weight: 600;
}
nav#access ul li.menu-item-has-children > a:after {
	content: '?';
	font-family: FontAwesome;
	color: #fff;
	margin: 5px 0 0 8px;
}
nav#access ul li.nolink a:hover {
	cursor: normal;
	text-decoration: none;
}
nav#access ul li a:hover {
	text-decoration: none;
}
nav#access ul li a {
	font-size: 14px;
	padding: 0;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}
nav#access ul li.menu-item-has-children:hover {
	background: #404042;
}
nav#access ul li.menu-item-has-children:hover a {
	color: #FFF;
}
nav#access ul li.menu-item-has-children:hover > a:after{
	color: #FFF;
}
nav#access ul ul{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #333333;
	color: #FFF;
	width: 200px;
}
nav#access ul ul li {
	float: none;
	display: block;
	clear: both;
}
nav#access ul ul li a {
	color: #FFF;
	padding: 0;
}
nav#access ul li:hover ul {
	display: block;
}
nav#access ul li.current-menu-item a {
	color: #FFF;
}
nav#access ul:after {
	clear: both;
}
nav#access ul li .angled-container .text {
	width: 100%;
	padding: 1em;
	overflow: hidden;
	display: block;
	-webkit-transition: background .35s;
    -moz-transition: background .35s;
    -ms-transition: background .35s;
    -o-transition: background .35s;
    transition: background .35s;
}
nav#access ul li:nth-child(1) .angled-container .text {
    background: #47b1e3;
}
nav#access ul li:nth-child(2) .angled-container .text {
    background: #2ba99b;
}
nav#access ul li:nth-child(3) .angled-container .text {
    background: #27bd60;
}
nav#access ul li:nth-child(4) .angled-container .text {
    background: #a5c63b;
}
nav#access ul li:nth-child(5) .angled-container .text {
    background: #ffcd02;
}
nav#access ul li:nth-child(6) .angled-container .text {
    background: #ffa800;
}
nav#access ul li:nth-child(7) .angled-container .text {
    background: #ff6000;
}

nav#access ul li:nth-child(1):hover .angled-container .text {
    background: #4099C3;
}
nav#access ul li:nth-child(2):hover .angled-container .text {
    background: #1D988A;
}
nav#access ul li:nth-child(3):hover .angled-container .text {
    background: #19A74F;
}
nav#access ul li:nth-child(4):hover .angled-container .text {
    background: #84A029;
}
nav#access ul li:nth-child(5):hover .angled-container .text {
    background: #D8AD00;
}
nav#access ul li:nth-child(6):hover .angled-container .text {
    background: #D68D00;
}
nav#access ul li:nth-child(7):hover .angled-container .text {
    background: #e05a09;
}

.angled-container img {
    position: absolute;
    right: 0;
    height: 100%;
}

/* ie8 --------------------------------------------------------------*/

.ie8 .angled-container  {
    position: relative;
		left: 0;
}
.ie8 #menu-item-23 .angled-container .text {
    background: #2ba99b;
}
.ie8 #menu-item-35 .angled-container .text {
    background: #27bd60;
}
.ie8 #menu-item-39 .angled-container .text {
    background: #a5c63b;
}
.ie8 #menu-item-36 .angled-container .text {
    background: #ffcd02;
}
.ie8 #menu-item-1097 .angled-container .text {
    background: #ffa800;
}
.ie8 #menu-item-30 .angled-container .text {
    background: #ff6000;
}

@media screen and (min-width: 768px){
	.site-description.mobile {
		display: none;
	}
	header #access {
		display: block;
	}
	#mobilemenu {
		display: none;
	}
	nav#access{
		clear: none;
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		height: 35px;
	}
	nav#access:after{
		content: "";
		margin: 0;
		padding: 0;
		height: 100%;
		width: 2000px;
		left: 100%;
		display: block;
		position: absolute;
		background: #e05a09;
		z-index: 10;
		visibility: visible;
		top: 0;
		margin-left: -55px;
	}
	nav#access:before{
		content: "";
		margin: 0;
		padding: 0;
		height: 100%;
		width: 2000px;
		right: 100%;
		display: block;
		position: absolute;
		background: #47b1e3;
		z-index: 10;
		visibility: visible;
		top: 0;
	}
	nav#access ul{
		margin: 0 10px 0 0;
		padding: 0;
		list-style: none;
		overflow: visible;
		width: auto;
	}
	nav#access ul li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		margin-top: -65px;
		width: 100px;
	}
	nav#access ul li a {
		padding: 6px 10px;
		outline: none;
		border-radius: 0;
		font-size: 15px;
		font-weight: 600;
		color: #FFFFFF;
		text-transform: uppercase;
		display: block;
		-webkit-transition: color 0.2s; /* Safari */
	   	transition: color 0.2s;
	}
	nav#access ul li.current-menu-item a, nav#access ul li a:hover{
		color: #c90e2b;
		text-decoration: none;
	}
	nav#access ul:after{
		clear: both;
	}
	nav#access ul li ul{
		position: absolute;
		top: 30px;
		left: 0;
		width: auto;
		white-space: nowrap;
		background: #1a1a1a;
		display: none;
	}
	nav#access ul li:hover ul{
		display: block;
	}
	.menu {
	    display: block;
	    float: right;
	}
	.menu-main-menu-container .text{
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    padding: 1em;
	    text-align: center;
	    left: 0;
	    background: #4bbcf1;
	}
	nav#access ul li a {
	    -webkit-backface-visibility : hidden;
	    -moz-backface-visibility : hidden;
	    backface-visibility : hidden;
	    -webkit-transform : skew(-30deg, 0);
	    -moz-transform : skew(-30deg, 0);
	    transform : skew(-30deg, 0);
		overflow: hidden;
		width: 116px;
		height: 100px;
		position: relative;
		z-index: 11;
		padding: 0;
	}
	.angled-container  {
	    -webkit-transform : skew(30deg, 0);
	    -moz-transform : skew(30deg, 0);
	    transform : skew(30deg, 0);
	    height: 100px;
	    position: relative;
   		left: -28px;
	}
	nav#access ul li .angled-container .text {
		width: 151px;
		padding: 6px 0 0 0;
	}
	.angled-container .text {
		left: -13px;
		width: 135px;
		color: #000;
		padding: 8px;
		font-size: 14px;
		height: 35px;
	}
	.angled-container img {
		top: -46px;
		position: relative;
		width: 150px;
		left: 18px;
		height: auto;
	}

}

@media screen and (min-width: 1080px){
	nav#access ul li{
		margin-top: -115px;
	}
	nav#access ul li a {

		height: 150px;
	}
	.angled-container  {
		height: 150px;

	}
	.angled-container .text {
		left: -30px;
		width: 135px;
		height: 35px;
		font-size: 14px;
		padding-top: 6px;
	}
	.angled-container img {
		top: -40px;
		width: auto;
		left: 4px;
	}

	/* ie8 --------------------------------------------------------------*/

	.ie8 .angled-container  {
   		left: 0;
	}
}

@media screen and (min-width: 1110px){
	.site-description.not-mobile {
		display: block;
	}
	.site-description{
		width: auto;
		background: 0;
		margin: .5em 0 1.5em;
		padding: 0 0 0 1em;
	}
}

@media screen and (min-width: 1400px){
	nav#access {
	    margin-left: 25px;
	}
}


/* Ticker--------------------------------------------------------------*/

.ticker {
	background: #1a1a1a;
}
.ticker .inner {
	background: #1a1a1a;
}
.mtphr-dnt-posts-excerpt,
.mtphr-dnt-posts-title a {
	color: #FFF;

}
.mtphr-dnt-posts-title{
	font-weight: bold;
}
.mtphr-dnt-posts-title:after{
	content: '-';
	margin-left: 10px;
	margin-top:0;
	color: #FFF;
}
.mtphr-dnt-posts-title, .mtphr-dnt-posts-excerpt{
	display: inline-block;
	margin-right: 10px;
	margin-top:0;
	margin-bottom: 0;
	font-size: 1em;
	top: 0;
	height: 50px;
	line-height: 50px;
}
.mtphr-dnt-posts-excerpt{
	color: #DDD;
}
.mtphr-dnt-posts-date {
	display: none;
}
.mtphr-dnt-posts-readmore {
	color: #4bbcf1;
}
.ticker h2 {
	color: #FFF;
	margin: 0;
	font-size: 1.2em;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #000;
}
.ticker h2 span {
	color: #4bbcf1;
}

@media screen and (min-width: 450px){
	.ticker {
		height: 50px;
		line-height: 50px;
	}
	.ticker .inner {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1a1a1a+58 */
		background: #000000; /* Old browsers */
		background: -moz-linear-gradient(left,  #000000 0%, #1a1a1a 58%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #000000 0%,#1a1a1a 58%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #000000 0%,#1a1a1a 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a',GradientType=1 ); /* IE6-9 */
	}
	.ticker h2 {
		text-align: left;
		position: absolute;
		color: #FFF;
		height: 50px;
		left:0;
		top: 0;
		margin: 0;
		z-index: 10;
		font-size: 1.4em;
	    font-weight: 600;
	    width: auto;
	    padding: 0;
	}
	.ticker h2 span {
		background: #1a1a1a;
		color: #4bbcf1;
	    text-transform: uppercase;
		height: 50px;
		padding: 0 3em 0 1em;
		line-height: 50px;
		margin: 0;
		display: block;
		position: relative;
	}
	.ticker h2 span:after {
		content: ' ';
	    position: absolute;
	    left: 100%;
	    top: 0;
	    width: 0;
	    height: 0;
	    border-bottom: 50px solid transparent;
	    border-left: 30px solid #1a1a1a;
	}
}

/* Breadcrumbs--------------------------------------------------------------*/

#breadcrumb {
	background: #f6f6f6;
	color: #666;
	font-size: 14px;
	padding: 4px 0 2px 0;
	overflow: hidden;
}
.single-post #breadcrumb {
	background: #ffcd02;
}
#breadcrumb i{
	color: #008b1f;
	margin-right: 8px;
	font-size: 14px;
}
#breadcrumb .mashsb-container{
	font-size: 80%;
	width: 243px;
	float: right;
	padding: 0;
}
.mashsb-count{
	font-size: 34px!important;
	 margin-top: 8px!important;
}
#breadcrumb p.crumb{
	float: left;
	font-size: 100%;
	margin: 5px 25px;
}

/* Banner--------------------------------------------------------------*/

.home #banner {
	height: 350px;
}

#banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#banner .alignnone, #banner .wp-post-image {
	margin: 0;
	width: 100%;
	height: auto;
	min-width: 1200px;
}
#banner .bannerpanel{
	width: 30%;
	position: absolute;
	bottom: 20px;
	opacity: 0.9;

}
#banner .bannerpanel h1{
	font-size: 2.6em;
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
}
#banner img {
	position: absolute;
	top:0;
	height: 100%;
	width: auto;
}
#banner .su-column {
	padding: 2em 1em;
	color: #FFF;
	margin: 0;
	background: transparent url(../img/black60angle.png) no-repeat bottom right;
	width: 100% !important;
    margin: 0!important;
    float: right !important;
    z-index: 10;
    position: relative;
    height: 100%;
}
#banner .su-column  h2{
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 1.6em;
}
#banner .su-column .su-button{
	margin-top: 20px!important;
}
.su-button{
	text-transform: uppercase;
	font-weight: 800;
}

@media screen and (min-width: 768px){
	#banner .su-column {
		text-align: right;
	    margin: 0;
	    padding: 3em 2em 3em 160px;
	    float: right;
	    width: 55% !important;
	    background: transparent url(../img/black60angle.png) no-repeat bottom left;
	    min-height: 220px;
	}
	#banner .active > .su-column {
		right: 0;
	}
	#banner .su-column .su-column-inner {
		max-width: 450px;
		margin-left: 50px;
		color: #fff;
	}
	#banner .su-column p,
	#banner .su-column  h4,
	#banner .su-column  h1,
	#banner .su-column  h2{
		color: #fff;
	}
	#banner .su-column  h2{
		font-size: 2.25em;
		line-height: 1em;
		font-weight: 600;

	}
}

.newsarchive #banner{
	height: 34px;
}
.maincolumn .filters{
	list-style: none;
	margin: -10px 0 20px;
	padding: 0;
	overflow: hidden;
	color: #666;
	font-size: 13px;
}
.maincolumn .filters li{
	float: left;
	padding: 2px 3px;
	margin: 0;
}
.maincolumn .filters li a{
	background: #008b1f;
	color: #FFF;
	border-radius: 4px;
	padding: 3px 8px;
	text-decoration: none;
	transition: all 0.3s;
}
.maincolumn .filters li a:hover{
	background: #006b18;
}
.su-gmap{
	margin-top: 34px!important;
}

/* Homepage slider--------------------------------------------------------------*/


#banner .casestudies-slider {
	margin: 0;
	padding: 0;
	position: relative;
}
#banner .casestudies-slider li {
	display: block;
}
#banner .casestudies-slider img.slider-img   {
    height: auto;
    width: 100%;
    position: relative;
}
#banner .casestudies-slider img.slider-client-logo {
    position: absolute;
    height: auto;
    width: auto;
    bottom: 1em;
    top:auto;
    left:1em;
    z-index: 10;
}
#banner .casestudies-slider .slider-content {
    position: absolute;
   right: 0;
   top:0;
   height: 100%;
}
#banner h1{
	text-transform: uppercase;
	color: #FFF;
}

#banner *{
	color: #FFF;
}

@media screen and (min-width: 768px){
	#banner .casestudies-slider .slider-content{
		text-align: right;
	    margin: 0;
	    padding: 3em 2em 3em 160px;
	    float: right;
	    width: 55% !important;
	    background: transparent url(../img/black60angle.png) no-repeat bottom left;
	    min-height: 220px;
	   	right: -100%;
	   	top: 100%;
	   	-webkit-transition: right 1s;
	    -moz-transition: right 1s;
	    -ms-transition: right 1s;
	    -o-transition: right 1s;
	    transition: right 1s;
	}
	#banner .casestudies-slider .active .slider-content {
		right: 0;
		top:0;
	}
}


/* Homepage--------------------------------------------------------------*/

.home-section-full,
.home-section-right,
.home-section-left {
	padding: 1em;
	width: 100%;
	float: left;
}
.home-section-container {
	width: 100%;
	float: left;
}

.home-section-bg-left,
.home-section-bg-right {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
@media screen and (min-width: 768px){
	.home-section-left {
    		padding-right: 15%;
	}
	.home-section-right,
	.home-section-left {
		padding: 3em 1em;
		width: 50%;
	}
	.home-section-full{
		padding: 3em 1em;
	}
	.home-section-bg-right {
		left: 50%;
    		width: 56%;
	}
	.home-section-bg-left {
		width: 50%;
		left: 0;
	}
}


/* Homepage News--------------------------------------------------------------*/

.news-section {
	position: relative;
	width: 100%;
	float: left;
}
.news-section .home-section-left h2 {
	color: #FFF;
    font-size: 1.5em;
    padding: 0 1em 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #1a1a1a;
    height: 50px;
    float: left;
    line-height: 50px;
}
.news-section .home-section-left h2:after,
.news-section .home-section-right h2:after {
	content: ' ';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #1a1a1a;
}
.news-section .home-section-left p {
	clear:both;
}
.news-section .home-section-left {
	background: #FFF;
}
.news-section .home-section-right {
	position: relative;
	background: #eeeeee;
}
.news-section .home-section-right h2 {
	color: #FFF;
	font-size: 1.5em;
	padding: 0 1em;
	margin: 0 0 1em 0;
	position: relative;
	background: #1a1a1a;
	height: 50px;
	float: left;
	line-height: 50px;
	z-index: 2;
	margin-left: -65px!important;
	padding-left: 80px!important;
}
.news-section .home-section-bg-right {
	background: #eee;
}
body.home .news-section .home-section-bg-right{
	background: #ccc;
}
svg {
  display: none;
}
.news {
	clear: both;
	widows: 100%;
}

@media screen and (min-width: 768px){
	.grey-fade {
		width:100%;
		background: transparent url(../img/fade.png) repeat bottom left;
		height: 35px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.news-section .home-section-right h2:after {
		content: ' ';
		position: absolute;
		right: 100%;
		top: 0;
		left: auto;
		width: 60px;
		height: 100%;
		border-bottom: 0;
		border-left: 0;
		background: #1a1a1a;
	}
	.news-section .home-section-left h2 {
	    min-width:320px;
	}
	.news-section {
		position: relative;
		width: 100%;
		float: left;
	}
	.news-section .home-section-left {
		background: 0;
	}
	.news-section .home-section-left {
		position: relative;
	}
	.svg-1 {
	    display: block;
	    width: 180px;
	    height: 100%;
	    left: 50%;
	    margin: 0 0 0 -90px;
	    position: absolute;
	    z-index: 3;
	    pointer-events: none;
	}
	.svg-2 {
	    display: block;
	    width: 180px;
	    height: 100%;
	    left: 50%;
	    margin: 0 0 0 -90px;
	    position: absolute;
	    z-index: 1;
	    pointer-events: none;
	}
	.news-section .home-section-right {
		background: 0;
		padding-left: 100px;
	}
	.news {
		padding-left: 4%;
	}
	.news img {
		width: 100px!important;
		height: auto;
		float: right;
		margin-left: 20px;
		margin-top: 10px;
	}
	#content .news p{
		clear: none;
	}

}


/* Services News--------------------------------------------------------------*/

.services-section {
	position: relative;
	width: 100%;
	float: left;
	background: #f2f2f2;
}
.services-section h2{
	text-transform: uppercase;
}
.services-section .services ul{
	list-style: none;
	margin: 2em 0;
	padding: 0;
}
#content .services-section .services ul li .slider-title a{
	font-weight: bold;
	text-decoration: none;
}
.services-section .services ul li .slider-title{
	font-size: 14px;
}
.cs-container {
	max-width: 1320px;
    margin: 0 auto;
}
#main h2.cs-desc-title {
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0.6em 0;
    color: #222;
    background: 0;
    padding: 0;
    height: auto;
}
#main h2.cs-desc-title:after {
   display: none;
}

@media screen and (min-width: 768px){
	.services-section {
		height: 400px;
	}
	.services-section .slider-content-container img {
		height: auto!important;
		max-height: 376px;
		float: right;
		margin-top: -80px;
		margin-right: 4%;
		margin-left: 15%;
	}
}




.page-details{
	display: block;
	margin-bottom: 10px;
	border-top: 5px #F6F6F6 solid;
	border-bottom: 5px #F6F6F6 solid;
	padding: 5px 0;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	clear: both;
	width: 100%;
}

.page-displaying{
	float: left;
	width: 50%;
	display: none;
}

.page-options{
	float: none;
	width: 100%;
	text-align: center;
}

.page-numbers{
	padding: 4px 4px;
	width: 30px;
	text-align: center;
	margin: 0 1px;
	background: #EEE;
	display: inline-block;
}

.page-numbers.current{
	background: #ffa800;
	color: #FFF;
}



/* Newsletter News--------------------------------------------------------------*/

.newsletter-section{
	background: #1a1a1a;
	width: 100%;
	position: relative;
}
.newsletter-section .home-section-left h3 {
	color: #FFF;
	font-weight: 600;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #4bbcf1;
    height: 50px;
    float: left;
   line-height: 50px
}
.newsletter-section .home-section-left h3:after,
.newsletter-section .home-section-right h3:after {
	content: ' ';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #4bbcf1;
}
.newsletter-section .home-section-bg-right{
	background: #040404;
}
.newsletter-section .home-section-left p {
	clear:both;
	color: #FFF;
}
.newsletter-section .php_wysija label{
	display: none;
}
.newsletter-section .php_wysija .wysija-input{
	background: #cccccc;
	padding: 10px;
	color: #333;
	text-transform: uppercase;
	border: none;
	width: 100%;
	outline: none;
	text-align: center;
}
.newsletter-section .home-section-right .wysija-paragraph{
	width: 100%;
	float: left;
	clear: left;
	margin: 5px 0!important;
}
.newsletter-section .home-section-right .wysija-submit{
	border: none;
    background: #4bbcf1;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    white-space: normal;
    width: 100%;
    font-size: 19px;
    padding: .5em 1em;
    line-height: 1em;
    float: left;
    margin: 5px 0 0 0;
}

@media screen and (min-width: 768px){
	.newsletter-section .home-section-right .wysija-paragraph{
		width: 65%;
	    margin: 0 0 15px!important;
	}
	.newsletter-section .home-section-left h3  {
	    min-width:320px;
	    font-size: 1.4em;
	}
	.newsletter-section .home-section-left p {
		width: 70%;
	}
	.newsletter-section{
		height: 260px;
	}
	.newsletter-section .home-section-right .wysija-submit{
	    width: 110px;
	    height: 110px;
	    font-size: 30px;
	    float: none;
	    padding: 10px;
	    margin: 20px 0 0 0;
	}
	.newsletter-section .php_wysija .wysija-paragraph {
		position: relative;
	}
	.newsletter-section .php_wysija .wysija-paragraph:before {
		content: '';
	    position: absolute;
	    right: 100%;
	    top: 0;
	    background: #ccc;
	    width: 90px;
	    height: 100%;
	}
	.newsletter-section .php_wysija .wysija-input{
		width: 90%;
		text-align: left;
		font-size: 1.4em;
	}
	.newsletter-section .php_wysija .wysija-paragraph:nth-child(even) .wysija-input{
		padding: 10px 10px 10px 0;
	}
	.newsletter-section .php_wysija .wysija-paragraph:nth-child(odd) .wysija-input{
		padding: 10px 10px 10px 20px;
	}
}

@media screen and (min-width: 900px){
	.newsletter-section{
		height: 230px;
	}
}

@media screen and (min-width: 980px){
	.newsletter-section .home-section-right .wysija-paragraph{
		width: 75%;
	}
}


/* catalogue --------------------------------------------------------------*/

.catalogue-section{
	background: #4bbcf1;
	width: 100%;
	position: relative;
}
.catalogue-section .home-section-right h3 {
	color: #FFF;
	font-weight: 600;
	font-size: 1.2em;
	padding: 0em 1em ;
	margin: 0 0 1em 0;
	position: relative;
	background: #4bbcf1;
	height: 50px;
	float: left;
    line-height: 50px;
}
.catalogue-section .home-section-left h3:after,
.catalogue-section .home-section-right h3:after {
	content: ' ';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #4bbcf1;
}
.catalogue-section .home-section-bg-right{
	background: #1e4b60;
}
.catalogue-section .home-section-right .text-content{
	clear: both;
	color: #FFF;
}
.catalogue-section .home-section-right p {
	clear:both;
	color: #FFF;
}
.real3dflipbook-1{
	text-align: center;
}
.real3dflipbook-1 img{
	width: 375px;
}

@media screen and (min-width: 768px){
	.catalogue-section{
		height: 370px;
	}
	.real3dflipbook-1 img{
		margin-top: -1.4em;
	}
	.catalogue-section .home-section-right h3 {
		font-size: 1.4em;
		padding: 0 1em 0 6em;
	}
	.catalogue-section .home-section-right .text-content{
		padding-left: 7em;
	}
	.catalogue-section .home-section-right p {
		width: 70%;
	}
}
@media screen and (min-width: 900px){
	.catalogue-section{
		height: 300px;
	}
	.real3dflipbook-1 img{
		margin-left: 20%;
	}
}

/* CARD --------------------------------------------------------------*/

#demoslider2.lightskin {
	background: #FFF;
}

@media screen and (min-width: 768px){
	#demoslider2.lightskin {
		background: #eee;
	}
}

@media (max-width: 992px){
	.cs-container .cs-slide > .cs-description {
	    width: 100%;
	    height: 100%;
	    padding: 1em 60px;
	}
}

/* How can we help --------------------------------------------------------------*/

.how-can-we-help{
	background: #1e4b60;
	color: #FFF;
	font-size: 2em;
	overflow: hidden;
	text-align: center;
	clear: left;

}

.how-can-we-help h4{
	display: inline-block;
	margin: 0!important;
	padding: 1em;
	color: #FFF!important;
	font-size: 20px!important;
	line-height: 20px;
	font-weight: 600!important;
	text-transform: uppercase;
	vertical-align: middle;
}

.how-can-we-help a.button{
	display: inline-block;
	color: #FFF!important;
	text-decoration: none!important;
	background: #4bbcf1;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
	font-weight: 800;
	vertical-align: middle;
	margin-bottom: 16px;

}

body.post-type-archive-service .how-can-we-help a.button, body.single-service .how-can-we-help a.button{
	background: #2ba99b;
}

@media screen and (min-width: 768px){
	.how-can-we-help a.button{
		margin-bottom: 0;

	}
}


/* Services --------------------------------------------------------------*/

.su-button span {
	padding: 0!important;
}
.su-button {
	float: left;
	padding: 10px 15px!important;
}

@media screen and (min-width: 768px){
	#banner .su-button {
		float: right;
	}
}

/* Services --------------------------------------------------------------*/

.post-type-archive-service .mainfull{
	max-width: 100%;
	padding: 0!important;
}

.imagecorner{
	position: relative;
	text-align: center;
}
.imagecorner:after {
    border-color: transparent transparent #eee;
    border-style: solid;
    border-width: 0 0 50px 30px;
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.imagecorner img{
	max-height: 300px;
	width: auto;
}

/* Homepage--------------------------------------------------------------*/

.service-loop-full,
.service-loop-right,
.service-loop-left {
	padding: 1em;
	width: 100%;
	float: left;
}
.service-loop-container {
	width: 100%;
	float: left;
}

.service-loop-bg-left,
.service-loop-bg-right {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
}
.service-loop .black60 .service-loop-right {
	padding: 1em;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
}
.service-loop {
	position: relative;
	width: 100%;
	float: left;
}
.service-loop .service-loop-left h2 {
	color: #FFF;
    font-size: 1.5em;
    padding: 0 1em 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #2ba99b!important;
    height: 50px;
    float: left;
    line-height: 50px;
}
.service-loop .service-loop-left h2:after,
.service-loop .service-loop-right h2:after {
	content: ' ';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #2ba99b!important;
}
.service-loop .service-loop-left p {
	clear:both;
}
.service-loop .service-loop-left {
	background: #FFF;
}
.service-loop .service-loop-right {
	position: relative;
	background: #eee;
}
.service-loop .service-loop-right h2 {
	color: #FFF;
    font-size: 1.5em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #2ba99b!important;
    height: 50px;
    float: left;
    line-height: 50px;
    z-index: 2;
}
.service-loop .service-loop-bg-right {
	background: #eee;
}
.service-loop .black60 .service-loop-right ul{
	margin-bottom: 0!important;
	color: #FFF;
}
.service-loop .black60 p{
	color: #FFF;
}
.service-loop .button{
	background: #2ba99b;
	padding: 10px 15px;
	color: #FFF!important;
	text-decoration: none!important;
	font-weight: bold;
	text-transform: uppercase;
}
.service-loop .black60 .service-loop-left {
		display: none;
}
.service-loop .su-list .fa-check{
	color: #2ba99b!important;
}

.service-loop-left-logoarea img{
	height: 150px!important;
	width: auto;
	margin-top: 115px;
}

@media screen and (min-width: 768px){
	.service-loop-right,
	.service-loop-left {
		padding: 3em 1em;
		width: 50%;

	}
	.service-loop-full{
		padding: 3em 1em;
	}
	.service-loop-bg-right {
		left: 50%;
   		width: 56%;
	}
	.service-loop-bg-left {
		width: 50%;
		left: 0;
	}
	.service-loop .black60 .service-loop-right{
		margin-top: 35px;
		margin-bottom: 35px;
		width: 60%;
		padding: 2em;
	}
	.service-loop .black60 .service-loop-left {
			display: block;
	}
	.service-loop{
		min-height: 350px;
	}
	.service-loop .service-loop-left h2 {
	    min-width:320px;
	}
	.service-loop {
		position: relative;
		width: 100%;
		float: left;
	}
	.service-loop .service-loop-left {
		background: 0;
		position: relative;
		float: left;
		width: 25%;
	}
	.service-loop .service-loop-right {
		background: 0;
		padding-left: 100px;
		float: right;
	}

}
@media screen and (min-width: 850px){
	.service-loop .black60 .service-loop-right{
		width: 40%;
	}
}




/* partners --------------------------------------------------------------*/

.partners-section{
	width: 100%;
	min-height: 300px;
	text-align: center;
	background: #FFF;
}

.partners-section h4{
	font-size: 20px;
	color: #999;
}


/* img captions --------------------------------------------------------------*/

#container .wp-caption p.wp-caption-text {
	color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #4bbcf1;
    height: 50px;
    float: left;
    line-height: 50px;
    width: 90%;
    width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px)
}
body.page-id-24 #container .wp-caption p.wp-caption-text{
	background: #ffa800;
}

.wp-caption {
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
    margin: 0;
    width: 100%!important;
}
#container .wp-caption p.wp-caption-text:after {
	content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #4bbcf1;
}
body.page-id-24 #container .wp-caption p.wp-caption-text:after{
	border-left: 30px solid #ffa800;
}
#main .wp-caption img {
	max-width: 100%;
    height: auto;
    width: 100%;
}
#main h2 {
	color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #1a1a1a;
    height: 50px;
    float: left;
    line-height: 50px;
}
#main h2:after {
	content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #1a1a1a;
}

@media screen and (min-width: 768px){
	#main h2 {
		min-width:320px;
    	font-size: 1.4em;
	}
	#container .wp-caption p.wp-caption-text {
	    font-size: 1.4em;
	}
}


/* Map --------------------------------------------------------------*/


.map-section-header h2{
	color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #1a1a1a;
    height: 50px;
    float: left;
    line-height: 50px;
}
.map-section-header h2:after {
	content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #1a1a1a;
}

@media screen and (min-width: 768px){
	.map-section-header h2 {
		min-width:320px;
    	font-size: 1.4em;
	}
}

/* Buttons --------------------------------------------------------------*/

.su-button.su-button-style-default {
	color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    position: relative;
    background: #4bbcf1;
    float: left;
    border: none;
}
.su-button.su-button-style-default span {
    color: #FFFFFF!important;
    height: 50px;
    padding: 0 1em!important;
    font-size: 1.2em!important;
    line-height: 50px!important;
    border: 0!important;
}


/* Team --------------------------------------------------------------*/


.team-section-header {
	padding: 1em;
	background: #1e4b60;
	width: 100%;
}
.team-section-header h2 {
	color: #FFF;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}

@media screen and (min-width: 768px){
	.team-section-header h2 {
		font-size: 2em;
	}
}



/* Supplier Logos --------------------------------------------------------------*/

.supplier-logos{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.supplier-logos li{
	display: inline-block;
	height: auto;
	width: 50%;
	padding: 10px;
}

.supplier-logos li img{
	height: auto;
	width: auto;
	max-height: 100px;
}

.supplier-logos .owl-item li{
	width: 100%;
	text-align: center;
}

.supplier-logos.columns-2 li{
	width: 50%;
}

@media screen and (min-width: 768px){
	.supplier-logos li{
		width: 20%;
	}
}


#abovefooter .widget_sp_image img{
	height: auto!important;
}

/* Content--------------------------------------------------------------*/

.mainfull {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 1em;
}
.home .mainfull {
    max-width: 100%;
    padding: 0;
}
#container{
	background: #FFFFFF;
	overflow: hidden;
}

#content .homepanel p{
	margin-bottom: 5px;
	color: #FFF;
}
#content h1{
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 34px;
}
#content .sue-photo-panel-content h2{
	padding-top: 10px;
}
/*
#content p{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 22px;
	clear: left;
}*/
#content h4{
	clear: both;
}
#content ul{
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 24px;
}
#content .su-list{
	clear: both;
}
#content a{
	color: #59595b;
	text-decoration: underline;
}

.maincolumn a{
	text-decoration: underline;
}
.maincolumn ul{
	color: #2c2c2c;
	font-size: 15px;
	margin-bottom: 30px;
}
.maincolumn ul a{
	color: #2C679E;
	text-decoration: underline;
}
.maincolumn .su-button{
	padding: 4px 0;
}
.maincolumn{
	width: 100%;
	float: left;
	padding: 1em;
}
.topbox{
	max-width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 768px){
	.mainfull {
	    padding: 2em 1em;
	}
	.maincolumn{
		width: 70%;
	}
}

@media screen and (min-width: 900px){
	.mainfull {
	    padding: 3em 1em;
	}
}

/* OLD--------------------------------------------------------------*/

/*.su-row.fullheight{
	display: flex;
}
.su-row.fullheight .su-column .su-column-inner{
	height: 100%;
	flex: 1 1 0;
}
.su-row.fullheight .su-column .su-column-inner .sue-photo-panel{
	height: 100%;
}
.sue-photo-panel-head{
	overflow: hidden;
}
.sue-photo-panel-head img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.sue-photo-panel:hover .sue-photo-panel-head img {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
     transform:scale(1.15);
}
.sue-member{
	overflow: hidden;
	margin: 20px 0!important;
}
.sue-member-name{
	color: #d80d2a;
	font-size: 24px!important;
}
.sue-member-photo{
	width: 35%;
	float: left;
}
.sue-member-info{
	width: 60%;
	padding: 0!important;
	float: right;
}
.redcolumn{
	background: #d80d2a;
	color: #FFF;
}
.redcolumn *{
	color: #FFF!important;
}
.redcolumn ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.redcolumn ul li{
	padding: 0 15px 10px 15px;
	margin: 0;
	text-align: center;
}
.homevideo.su-column-size-1-2{
	padding: 150px 20px;
}
#content .homevideo h3{
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
}
.slidergradient{
	background: -moz-linear-gradient(top,  rgba(19,18,49,0) 0%, rgba(19,18,49,0) 46%, rgba(19,18,49,1) 92%, rgba(19,18,49,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,18,49,0)), color-stop(46%,rgba(19,18,49,0)), color-stop(92%,rgba(19,18,49,1)), color-stop(100%,rgba(19,18,49,1)));
	background: -webkit-linear-gradient(top,  rgba(19,18,49,0) 0%,rgba(19,18,49,0) 46%,rgba(19,18,49,1) 92%,rgba(19,18,49,1) 100%);
	background: -o-linear-gradient(top,  rgba(19,18,49,0) 0%,rgba(19,18,49,0) 46%,rgba(19,18,49,1) 92%,rgba(19,18,49,1) 100%);
	background: -ms-linear-gradient(top,  rgba(19,18,49,0) 0%,rgba(19,18,49,0) 46%,rgba(19,18,49,1) 92%,rgba(19,18,49,1) 100%);
	background: linear-gradient(to bottom,  rgba(19,18,49,0) 0%,rgba(19,18,49,0) 46%,rgba(19,18,49,1) 92%,rgba(19,18,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00131231', endColorstr='#131231',GradientType=0 );
}*/

/* Form--------------------------------------------------------------*/

.wpcf7-text, .wpcf7-textarea{
	padding: 2%;
	width: 94%;
	border: 1px #CCC solid;
}

/* woo--------------------------------------------------------------*/

.woocommerce .button.redbutton, .woocommerce .button.quick-checkout-button, .wpcf7-submit{
	background: #ffa800;
	color: #FFF!important;
	border: 2px #ffa800 solid;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 130%;
	border-radius: 0;
	line-height: unset;
	text-decoration: none!important;
}
.woocommerce .button.redbutton:hover, .woocommerce .button.quick-checkout-button:hover,
.woocommerce .button.redbutton:focus, .woocommerce .button.quick-checkout-button:focus,
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background: #FFFFFF;
	color: #ffa800!important;
	border: 2px #ffa800 solid;
}
.woocommerce .button.bluebutton{
	background: #030418;
	color: #FFF;
	padding: 8px 18px;
	border: 2px #FFF solid;
	text-align: center;
	text-transform: uppercase;
	font-size: 130%;
	border-radius: 0;
	line-height: unset;
	text-decoration: none;
}
.sue-plan-options ul li{
	padding: 0.5em 1em!important;
}
.sue-plan-button{
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 0!important;
	text-decoration: none!important;
	padding-top: 8px!important;
}


/* OWl--------------------------------------------------------------*/


.owl-carousel{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.owl-carousel li{
	text-align: left;
}
.owl-carousel li img{
	height: auto;
}
.owl-controls{
	display: none;
}
.owl-prev {
    background: #101c85 none repeat scroll 0 0;
    color: #fff;
    font-size: 40px;
    left: -60px;
    line-height: 0;
    padding: 5px 13px;
    position: absolute;
    top: 30%;
    width: auto;
}
.owl-next {
    background: #101c85 none repeat scroll 0 0;
    color: #fff;
    font-size: 40px;
    line-height: 0;
    padding: 5px 13px;
    position: absolute;
    right: -60px;
    top: 30%;
    width: auto;
}
.owl-next:hover, .owl-prev:hover {
    background: #666 none repeat scroll 0 0;
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}
#sponsorslider{
	margin: 0 20px;
}
#sponsorslider .owl-carousel .owl-item{
	text-align: center;
}
#sponsorslider .owl-carousel .owl-item img{
	width: 90%;
	margin: 0 auto;
}
.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}
.page-details{
	display: block;
	margin-bottom: 10px;
	border-top: 1px #DDD solid;
	border-bottom: 1px #DDD solid;
	padding: 5px 0;
	font-size: 13px;
	color: #666;
	overflow: hidden;
}
.page-displaying{
	float: left;
	width: 50%;
}
.page-options{
	float: right;
	width: 50%;
	text-align: right;
}
.page-numbers{
	padding: 4px;
}
.su-spoiler-title{
	font-size: 22px!important;
}

/* BLOG AND NEWS ================================================ */

#news_navigation{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
}
#news_navigation h1{
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 310px;
	margin: 0;
	font-size: 36px;
}

#news_navigation ul{
	list-style: none;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#news_navigation ul li{
	width: 20%;
	float: left;
	padding-top: 30px;
}
#news_navigation ul li a{
	display: block;
	padding: 20px 0 40px 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	position: relative;
}
#news_navigation ul li a:hover, #news_navigation ul li:hover a{
	text-decoration: none!important;
}
#news_navigation ul li a.selected:after{
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 20px;
	margin-left: -20px;
}
#newsarticles{
	display: flex;
	flex-wrap: wrap;
}
#newsarticles article.hentry{
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 20px!important;
	margin-left: 2%;
	position: relative;
}
#newsarticles article.hentry footer{
	positon: absolute;
	width: 100%;
	bottom: 0;
	display: none;
	padding: 10px;
}
#newsarticles article.hentry:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 30px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}




#newsarticles article.hentry .entry-header{
	height: 220px;
	padding: 20px;
	text-align: left;
}

#newsarticles article.hentry figure{
	overflow: hidden;
}
.angled-container img,
#newsarticles article.hentry figure img {
    -webkit-transition: transform .5s ease; /* Safari and Chrome */
    -moz-transition: transform .5s ease; /* Firefox */
    -ms-transition: transform .5s ease; /* IE 9 */
    -o-transition: transform .5s ease; /* Opera */
    transition: transform .5s ease;
}
.menu-item a:hover .angled-container img,
#newsarticles article.hentry:hover figure img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

#newsarticles article.hentry .entry-header .news-excerpt p{
	font-size: 13px;
	line-height: 18px;
}

.news-date{
	color: #a9a9a9;
	font-size: 12px;
}

#newsarticles article.hentry a.button{
	background: #1a1a1a;
	display: block;
	width: 150px;
	margin: 10px auto;
	border-radius: 0;
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

#newsarticles article.hentry.resource{

}

#newsarticles article.hentry.resource .entry-header{
	position: absolute;
	bottom: 0;
	height: auto;
	background: rgba(0,0,0,0.6);
	width: 100%;
	min-height: 0;
	color: #FFF;
}

#newsarticles article.hentry.resource .entry-header h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;

}

#newsarticles article.hentry.resource .entry-header p{
	margin: 0;
	padding: 0;
}

#content h3.news-title{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 1em;
	font-weight: normal;
	padding-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	max-height: 42px;
	overflow: hidden;
}

#content #newsarticles article.hentry.resource h3.news-title{
	max-height: 100px;
	margin-bottom: 0;
}

#content #newsarticles article.hentry.resource .news-excerpt{
	display: none;
}

#content h3.news-title a{
	color: #e9ca01;
	text-decoration: none;
}


/* Resource */

#resource-image{
	width: 50%;
	float: right;
	text-align: right;
}

#resource-content{
	width: 45%;
	float: left;
}

#resource-browser{
	margin: 0;
	padding: 0;
}

#resource-browser > li{
	background: #000;
	margin: 5px 10px 5px 0;
	display: inline-block;
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	font-size: 1.4em;
}

#resource-browser ul{
	background: #000;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	display: none;
}

#resource-browser > li:hover ul{
	display: block;
}

#resource-browser ul li a{
	color: #FFF;
}


.searchform{
	text-align: center;
}

.searchform input{
	font-size: 18px;
	font-style: italic;
	padding: 7px 10px;
	width: 60%;
}

.su-posts-teaser-loop{
	padding: 20px;
}

.su-posts-teaser-loop .su-post-thumbnail img{
	border: none!important;
	border-radius: 0!important;
	padding: 0!important;
	float: left;
}

#content .su-posts-teaser-loop h2.su-post-title{
	font-size: 16px;
	font-weight: normal;
	float: left;
	width: 70%;
	margin: 0!important;
	padding-top: 0!important;
}

#content .su-posts-teaser-loop h2.su-post-title:after{
	display: none;
}
#content .su-posts-teaser-loop h2.su-post-title a{
	text-decoration: none;
}

@media screen and (min-width: 768px){
	#newsarticles article.hentry{
		width: 48%;
		height: 370px;
		margin: 1%;
		overflow: hidden;
	}
}


#newsarticles article.hentry.resource{
	width: 48.2%;
}
#newsarticles article.hentry.resource:nth-child(1n+1){
	margin-left: 1%;
}
#newsarticles article.hentry.resource:nth-child(2n+1){
	margin-left: 0;
}


@media screen and (min-width: 768px){
	#newsarticles article.hentry.resource {
	    height: 246px;
	}
	#newsarticles article.hentry.resource{
		width: 23.2%;
	}
	#newsarticles article.hentry.resource:nth-child(3n+1){
		margin-left: 1%;
	}
	#newsarticles article.hentry.resource:nth-child(4n+1){
		margin-left: 0;
	}
}


@media screen and (min-width: 900px){
	#newsarticles article.hentry{
		width: 31.333%;
	}
	#newsarticles article.hentry.resource{
		width: 18.2%;
	}
	#newsarticles article.hentry.resource:nth-child(4n+1){
		margin-left: 1%;
	}
	#newsarticles article.hentry.resource:nth-child(5n+1){
		margin-left: 0;
	}
}

@media screen and (min-width: 1200px){
	#newsarticles article.hentry.resource{
		width: 14.8%;
	}
	#newsarticles article.hentry.resource:nth-child(5n+1){
		margin-left: 1%;
	}
	#newsarticles article.hentry.resource:nth-child(6n+1){
		margin-left: 0;
	}
}


/* Events ================================================ */
#events_navigation{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
}

#events_navigation ul{
	list-style: none;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#events_navigation h1{
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 310px;
	margin: 0;
	font-size: 36px;
}

#events_navigation ul li{
	width: 33.3333%;
	float: left;
	padding-top: 30px;
}

#events_navigation ul li a{
	display: block;
	padding: 20px 0 40px 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	position: relative;
}

#events_navigation ul li a.selected:after{
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFFFFF;
	border-width: 20px;
	margin-left: -20px;
}

#events_navigation ul li a:hover, #events_navigation ul li:hover a{
	text-decoration: none!important;
}

.tribe-bar-disabled, .tribe-events-page-title, .tribe-events-list-separator-month{
	display: none;
}

.tribe-events-loop{
	display: flex;
	flex-wrap: wrap;
}

.tribe-events-loop div.vevent{
	width: 32%;
	height: 100%;
	background: #f5f5f5;
	margin-bottom: 20px;
	margin-left: 2%;
}

.tribe-events-loop div.vevent:nth-child(3n+1){
	margin-left: 0;
}

.tribe-events-loop div.vevent .entry-header{
	height: 100%;
	padding: 20px;
	text-align: center;
}

.tribe-events-loop div.vevent figure{
	overflow: hidden;
}

.tribe-events-loop div.vevent figure img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.tribe-events-loop div.vevent:hover figure img {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.tribe-events-loop div.vevent .entry-summary p{
	font-size: 13px!important;
	line-height: 20px!important;
}

.news-date{
	color: #a9a9a9;
	font-size: 12px;
}

.tribe-events-loop div.vevent .entry-header a.tribe-events-read-more, .tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-widget-link a{
	background: #1a1a1a;
	display: block;
	width: 150px;
	margin: 10px auto;
	padding: 5px 10px;
	color: #FFF!important;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none!important;
}

.tribe-events-back a, .tribe-events-sub-nav a{
	margin: 0;
	width: auto;
	display: inline-block;
}

.tribe-events-widget-link a{
	width: 180px;
	text-align: center;
}

.tribe-events-loop .type-tribe_events{
	padding-top: 0!important;
}

.tribe-events-notices{
	background: #d80d2a;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border: none;
	border-radius: 0;
	text-shadow: none;
}

.tribe-events-cal-links{
	display: none;
}

.tribe-events-event-meta{
	margin-top: 30px;
}

.tribe-events-meta-group-details{
	display: none!important;
}

.tribe-events-meta-group dd{
	margin: 0;
}

.tribe-events-meta-group dt{
	margin: 10px 0 0 0;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	width: 50%;
	padding: 0!important;
}

.tribe-events-meta-group .tribe-events-single-section-title{
	margin-top: 0!important;
	padding-top: 0!important;
}

#content h2.tribe-events-single-event-title{
	text-align: center;
	padding-top: 0;
	margin-top: 0;
}

#content .tribe-events-schedule{
	margin-top: 0;
	text-align: center;
}

#content .tribe-events-schedule h2{
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

#content .tribe-events-schedule h2:after{
	display: none;
}

#content h2.tribe-events-list-event-title{
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 24px;
	font-weight: normal;
	padding-top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
	display: block!important;
}

#content h2.tribe-events-list-event-title a{
	color: #d80d2a;
	text-decoration: none;
}

#content h2.tribe-events-list-event-title:after{
	content: ' ';
	position: relative;
	width: 80px;
	height: 4px;
	display: block;
	background: #1a1a1a;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}
.tribe-events-list-widget .vcalendar{
	padding-left: 0;
}

#content .tribe-events-notices ul{
	margin-bottom: 0;
}

.form-2col{
	width: 47%;
	float: left;
	margin-right: 2.5%;
}

.form-2col input, .wpcf7-form textarea{
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: #CCC;
	width: 100%;
}

.form-2col input:focus, .wpcf7-form textarea:focus{
	border-color: #666;
}

.wpcf7-form textarea{
	width: 97%;
}

.redsection *{
	color: #FFF!important;
}

/* CHECKOUT =============================================== */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	float: none;
	width: 100%;
}
.woocommerce #quick-checkout input, .woocommerce #quick-checkout textarea, .form-row input{
	padding: 7px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

.woocommerce .woocommerce-info::before{
	color: #1a1a1a!important;
}

.woocommerce .woocommerce-info{
	border-top: 3px solid #1a1a1a!important;
	margin-right: 35px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	float: left;
	background: #d80d2a;
	color: #FFF!important;
	border: 2px #FFF solid;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 130%;
	border-radius: 0;
	line-height: unset;
	text-decoration: none!important;
}

#quick-checkout button.mfp-close{
	background: #d80d2a!important;
	color: #FFF!important;
	opacity: 1!important;
}

.woocommerce td.product-name dl.variation dd p{
	margin-top: 0;
}

.woocommerce table.shop_table{
	background: #f6f6f6;
}

/* Sidebar ================================================ */

.rightcolumn{
	width: 100%;
	padding: 1em;;
}
.rightcolumn .right{
	float: none;
}
.rightcolumn #s{
	width: 100%;
	padding: .5em 1em;
}
.rightcolumn .widget_text h3, .rightcolumn .widget_nav_menu h3, .rightcolumn .widget_categories h3{
	color: #000;
	font-weight: 600;
	margin: 0;
	font-size: 16px;
}
.rightcolumn ul{
	color: #222d8e;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rightcolumn ul a{
	color: #000000;
}
.rightcolumn .widget_categories ul, .rightcolumn .widget_recent_entries ul{
	margin: 0;
}
.rightcolumn .widget_categories ul li, .rightcolumn .widget_recent_entries ul li{
	border-bottom: 1px dashed #D2D2D2;
    padding: .5em;
}
.rightcolumn .widget_categories ul li a, .rightcolumn .widget_recent_entries ul li a{
	text-decoration: none!important;
}
.rightcolumn .widget_text input{
	width: 100%;
	padding: 5px;
}
.rightcolumn .widget_text textarea{
	width: 100%;
	padding: 5px;
	height: 120px;
}
.rightcolumn .widget_text input[type="submit"]{
	background: #144066;
	color: #FFF;
	padding: 10px 20px;
	width: auto;
	margin: 0 auto;
	border-radius: 4px;
	border: none;
}
.rightcolumn aside{
	margin-bottom: 10px;
}
#shortcodes-ultimate-2 .su-button {
	margin-top: 0;
}
#content .tribe-events-list-widget-events h4{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
#content .tribe-events-list-widget-events h4 a{
	text-decoration: none!important;
}
.rightcolumn .su-button-style-flat{
	text-transform: uppercase;
}
#content .rightcolumn h3{
	text-transform: uppercase;
	color: #1a1a1a;
	font-size: 19px;
	position: relative;
	margin-bottom: .5em;
}
#sponsorslider ul.owl-carousel{
	margin-bottom: 0;
}
.rightcolumn .widget-title {
	color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0 1em;
    margin: 0 0 1em 0;
    position: relative;
    background: #ffcd02;
    height: 50px;
  	width: 100%;
    line-height: 50px;
}

@media screen and (min-width: 768px){
	.single-post #container {
		width: 100%;
	    max-width: 1200px;
	    margin: 0 auto;
	    position: relative;
	    z-index: 2;
	}
	.rightcolumn .widget-title:after {
		content: ' ';
	    position: absolute;
	    right: 100%;
	    top: 0;
	    width: 0;
	    height: 0;
	    border-top: 50px solid transparent;
	    border-right: 30px solid #ffcd02;
	}
	.rightcolumn{
		width: 25%;
		float: right;
		text-align: right;
	}
}


.supplier-template-default .mainfull{ width: 100%; max-width: 100%; padding: 0; }


/* Social Bar
------------------------------------------------------------------------------------------------- */

#abovefooter .widget_text {
	clear: both;
}
#abovefooter ul.social-media {
	padding:0;
	width: 100%;
	list-style: none;
	margin: 0;
}
#abovefooter ul.social-media li {
	width: 16.66666666666667%;
	height: 35px;
	float: left;
	padding: 0;
	-webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
    	backface-visibility: hidden;
    	-webkit-transform: skew(-30deg, 0);
    	-moz-transform: skew(-30deg, 0);
    	transform: skew(-30deg, 0);
}
#abovefooter ul.social-media li a {
	background: #FFF;
	width: 44px;
	float: right;
	height: 35px;
	color: #222;
}
#abovefooter ul.social-media li a i {
	-webkit-backface-visibility: hidden;
   	-moz-backface-visibility: hidden;
    	backface-visibility: hidden;
    	-webkit-transform: skew(30deg, 0);
    	-moz-transform: skew(30deg, 0);
    	transform: skew(30deg, 0);
	font-size: 22px;
	top: 6px;
	width: 100%;
	text-align: center;
	position: relative;
}
#abovefooter ul.social-media li.footer-5 a  {
	color: #27bd60;
}
#abovefooter ul.social-media li.footer-6 a  {
	color: #2ba99b;
}
#abovefooter ul.social-media li.footer-7 a  {
	color: #4bbcf1;
}
#abovefooter ul.social-media li.footer-1 {
	background: #dd9200;
	display: none;
}
#abovefooter ul.social-media li.footer-2 {
	background: #ffa800;
	display: none;
}
#abovefooter ul.social-media li.footer-3 {
	background: #ffcd02;
	display: none;
}
#abovefooter ul.social-media li.footer-4 {
	background: #a5c63b;
}
#abovefooter ul.social-media li.footer-5 {
	background: #27bd60;
}
#abovefooter ul.social-media li.footer-6 {
	background: #2ba99b;
}
#abovefooter ul.social-media li.footer-7 {
	background: #4bbcf1;
}
#abovefooter ul.social-media li.footer-8 {
	background: #47b1e3;
	width: 33.33333333333333%;
}
#social_bar{
	background: #47b1e3; /* Old browsers */
	background: -moz-linear-gradient(left,  #a5c63b 46%, #47b1e3 46%, #47b1e3 46%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #a5c63b 46%,#47b1e3 46%,#47b1e3 46%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #a5c63b 46%,#47b1e3 46%,#47b1e3 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c63b', endColorstr='#47b1e3',GradientType=1 ); /* IE6-9 */
	overflow: hidden;
}

@media screen and (min-width: 420px){
	#social_bar{
		background: #47b1e3; /* Old browsers */
		background: -moz-linear-gradient(left,  #ffcd02 46%, #47b1e3 48%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #ffcd02 46%,#47b1e3 48%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #ffcd02 46%,#47b1e3 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd02', endColorstr='#47b1e3',GradientType=1 ); /* IE6-9 */
	}
	#abovefooter ul.social-media li.footer-3 {
		display:block;
	}
	#abovefooter ul.social-media li {
		width: 12.5%;
	}
	#abovefooter ul.social-media li.footer-8 {
		width: 37.5%;
	}
}

@media screen and (min-width: 768px){
	#social_bar{
		background: #47b1e3; /* Old browsers */
		background: -moz-linear-gradient(left,  #dd9200 46%, #47b1e3 46%, #47b1e3 46%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #dd9200 46%,#47b1e3 46%,#47b1e3 46%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #dd9200 46%,#47b1e3 46%,#47b1e3 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd9200', endColorstr='#47b1e3',GradientType=1 ); /* IE6-9 */
	}
	#abovefooter ul.social-media li.footer-1,
	#abovefooter ul.social-media li.footer-2 {
		display:block;
	}
	#abovefooter ul.social-media li {
		width: 8.333333333333333%;
	}
	#abovefooter ul.social-media li.footer-8 {

		width: 41.66666666666667%;
	}
}


/* Footer
------------------------------------------------------------------------------------------------- */

.redbar h4{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	margin-top: 5px;
	font-weight: 300;
}

#text-6 h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	color: #CCC;
	margin:  20px 0 0;
}

.site-footer .inner .footercol aside{
	padding: 10px 0;
}
.site-footer .inner .footercol aside p {
	color: #fff
}
.site-footer .inner .footercol:last-child aside{
	border-right: 0;
}
#abovefooter {
	overflow: hidden;
	width: 100%;
	background: #1a1a1a;
	padding-top: 0;
}
#abovefooter ul#menu-main-menu-1  {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	width: 100%;
}
#abovefooter ul#menu-main-menu-1 {
	margin: 1em 0 0 0;
}
#abovefooter ul#menu-main-menu-1  li {
	display: inline-block;

	margin: 0;
	text-transform: uppercase;
	list-style: none;
}
#abovefooter ul#menu-main-menu-1  li a {
	color: #FFF;
    font-size: 15px;
    display: block;
    font-weight: 300;
    overflow: hidden;
    padding: 0px 17px;
    line-height: 12px;
    border-right: 1px solid #FFF;
}
#abovefooter ul#menu-main-menu-1  li:last-child a {
	border-right: 0;
}
.site-footer {
	overflow: hidden;
	width: 100%;
	background: #1a1a1a;
	padding: 0 1em 2em 1em ;
}

.site-footer .footercol{
	width: 31%;
	float: left;
	margin: 0 1%;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #FFFFFF;
}

.site-footer .footercol.footercol1{
	width: 100%;
	text-align: center;
}

.site-footer .footercol a{
	color: #FFFFFF;
}

.site-footer .footercol ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.site-footer .footercol ul li{
	margin: 0 3px 3px 0;
	padding: 0;
	font-size: 20px;
	display: inline-block;
}

.site-footer .footercol ul li a{
	color: #FFF;
}

.site-footer .footercol h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.site-footer .footercol1 h4{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.site-footer .footercol .su-posts-teaser-loop h2.su-post-title{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 15px;
}

.site-footer .footercol form p{
	background: #FFF;
	padding: 2px;
	margin: 25px auto 5px;
	width: 80%;
	max-width: 400px;
	overflow: hidden;
}

.site-footer .footercol input[type="email"]{
	background: #FFF;
	border: none;
	padding: 10px;
	font-style: italic;
	color: #999;
	width: 70%;
	float: left;
}

.site-footer .footercol input[type="submit"]{
	width: 30%;
	float: right;
	background: #1a1a1a;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	border: none;
	padding: 10px;
}

#copyright {
    color: #FFF;
    clear: both;
    text-align: center;
    font-size: 12px;
	line-height: 20px;
	font-weight: 300;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
}

#copyright a{
    color: #666;
}

.webdesign{
	display: none;
}

@media screen and (min-width: 768px){
	#abovefooter ul#menu-main-menu-1 {
		margin: 3em 0 0 0;
	}
	#copyright,
	.site-footer .footercol{
		font-size: 16px;
		line-height: 24px;
	}
	#abovefooter ul#menu-main-menu-1  li a {
	    font-size: 17px;
	    line-height: 14px;
	}
	.site-footer {
		padding: 0 0 2em 0;
	}
}

/* Helper Styles  */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.highlight {
	color: #c90033;
}

.hide {  }

.clear {
	clear: both;
}

.clearleft{
	clear: left;
}


em {
	font-style: italic;
}

.webdesign{
	width: 167px;
	height: 36px;
	clear: both;
	float: left;
}

.webdesign a{
	width: 167px;
	height: 36px;
	display: block;
	outline: none;
	background: transparent url(../img/cambridge_web_design.png) no-repeat top left;
	text-indent: -30000px;
}


.help{
	cursor: help;
}

.ui-helper-hidden-accessible{ display: none; }


.ui-tooltip, .arrow:after {
    background: white;
    box-shadow: 4px 4px 9px -4px #000;
    opacity: 1;
}
.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 0;
    font-size: 13px;
    width: 80%;
    box-shadow: 0;
    max-width: 500px;
    text-align: left;
    margin-left: 20px;
    z-index: 1001;
}
.arrow {
    width: 50px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin-left: -25px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* CIS Tools Home Page
------------------------------------------------------------------------------------------------- */

/******************************
# Will-Fill Banner
******************************/

.page-template-page-home .will-fill-banner {
	height: 50px;
	background-color: #009ad9;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;

	position: relative;
}

.page-template-page-home .will-fill-banner .banner-body {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
}

.page-template-page-home .will-fill-banner .banner-close {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	z-index: 3;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}

.page-template-page-home .will-fill-banner .banner-close span {
	width: 60%;
	height: 2px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}

.page-template-page-home .will-fill-banner .banner-close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.page-template-page-home .will-fill-banner .banner-close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.page-template-page-home .will-fill-banner .banner-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 5px calc(1em + 50px) 5px 1em; */
	padding: 5px 1em;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	flex: 1 1 auto;
}

@media screen and (min-width: 1024px) {
	.page-template-page-home .will-fill-banner .banner-content {
		padding-right: 0;
	}
}

.page-template-page-home .will-fill-banner .banner-logo {
	height: 30px;
}

.page-template-page-home .will-fill-banner .banner-text {
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto 0 15px;
	font-size: 14px;
}

@media screen and (min-width: 600px) {
	.page-template-page-home .will-fill-banner .banner-text {
		font-size: 18px;
		margin: 0 25px;
	}
}

.page-template-page-home .will-fill-banner .banner-button {
	display: inline-block !important;
  text-align: center;
  text-decoration: none !important;
  box-sizing: content-box !important;
  transition: all .2s;
	color: #FFFFFF;
	background-color: #a5cf4f;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 2px 4px;
  font-size: 14px;
	font-weight: bold;
  line-height: 32px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
	width: 120px;
	/* margin-left: auto; */
	text-transform: uppercase;
}

@media screen and (min-width: 600px) {
	.page-template-page-home .will-fill-banner .banner-button {
		/* padding: 6px 12px; */
		font-size: 16px;
		/* width: 120px; */
	}
}


.page-template-page-home .will-fill-banner .banner-part {
	display: none;
	width: 10%;
	-webkit-transform: skewX(-30deg) translateX(33.33%);
	    -ms-transform: skewX(-30deg) translateX(33.33%);
	        transform: skewX(-30deg) translateX(33.33%);
  will-change: transform;
}

@media screen and (min-width: 1024px) {
	.page-template-page-home .will-fill-banner .banner-part {
		display: block;
	}
}

.page-template-page-home .will-fill-banner .banner-part-1 {
	background-color: #a5cf4f;
}

.page-template-page-home .will-fill-banner .banner-part-2 {
	background-color: #3d5567;
}

/* Will-Fill Landing Page
------------------------------------------------------------------------------------------------- */

/* $color-primary: #009ad9; */
/* $color-secondary: #a5cf4f; */
/* $color-tertiary: #3d5567; */

/******************************
# Will-Fill Divider
******************************/

.page-id-1583 .will-fill-divider {
	height: 35px;
	background-color: #009ad9;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.page-id-1583 .will-fill-divider .divider-part {
	width: 10%;
	-webkit-transform: skewX(-30deg) translateX(33.33%);
	    -ms-transform: skewX(-30deg) translateX(33.33%);
	        transform: skewX(-30deg) translateX(33.33%);
  will-change: transform;
}

.page-id-1583 .will-fill-divider .divider-part:nth-child(1) {
	background-color: #a5cf4f;
}

.page-id-1583 .will-fill-divider .divider-part:nth-child(2) {
	background-color: #3d5567;
}

/* .page-id-1583 .su-column.su-column-size-1-3 {
	t
} */

/******************************
# Banner Slider
******************************/

.page-id-1583 #banner .slider-img-container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-id-1583 #banner .will-fill-slider-footer {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 30px;
}

@media screen and (max-width: 768px) {
	.page-id-1583 #banner .will-fill-slider-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		margin: 0 0 20px;
	}
}

.page-id-1583 #banner .will-fill-logo {
	display: block;
	position: static;
	width: 125px;
	height: auto;
	margin: 0 0 0 auto;
}

.page-id-1583 #banner .will-fill-strapline {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	margin-right: 20px;
	padding-left: 20px;
}

@media only screen and (min-width: 768px) {
	.page-id-1583 #banner .will-fill-strapline {
		font-size: 20px;
		margin: 20px 0;
		padding-left: 0;
	}
}

.page-id-1583 #banner .casestudies-slider .slider-img-container {
	height: 500px;
	width: 100%;
	position: relative;
}

.page-id-1583 #banner .casestudies-slider img.slider-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
		 object-position: center;
}

.page-id-1583 #banner .casestudies-slider .slider-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-id-1583 #banner .casestudies-slider .slider-content {
	padding: 0 !important;
}

.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 768px) {
	.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner {
		max-width: 70%;
		margin: 0;
		padding: 0;
		padding-left: 30px;
		padding-right: 30px;
		text-align: right;
	}
}

/* @media only screen and (min-width: 900px) {
	.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner {
		max-width: 250px;
	}
} */
/* @media only screen and (min-width: 1024px) {
	.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner {
		max-width: 300px;
	}
} */

.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner h2 {
	font-size: 50px;
}

@media only screen and (min-width: 768px) {
	.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner h2 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 900px) {
	.page-id-1583 #banner .casestudies-slider .slider-content .su-column-inner h2 {
		font-size: 28px;
	}
}

.page-id-1583 #main h2 {
	float: none;
	max-width: calc(100% - 30px);
}


/******************************
# SU Row
******************************/
.page-id-1583 .su-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 768px) {
	.page-id-1583 .su-row {
		display: block;
	}
}

/******************************
# SU Columns
******************************/

.page-id-1583 .su-column {
	float: none;
}

/* 3 columns */

.page-id-1583 .su-column-size-1-3 {
	float: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 calc((1 / 3) * 100%);
	        flex: 1 1 calc((1 / 3) * 100%);
	width: calc((1 / 3) * 100%) !important;
}

@media only screen and (max-width: 768px) {
	.page-id-1583 .su-column-size-1-3 {
		width: 100% !important;
	}
}

/******************************
# Product Columns
******************************/

.page-id-1583 .wf-product-items {
	margin-bottom: 50px;
}

.page-id-1583 .wf-product-items .wf-product-item {
	margin: 0;
}

/******************************
# Image Panel
******************************/

.page-id-1583 .wf-image-wrapper {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.page-id-1583 .wf-image-wrapper img {
	width: 30%;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}

.page-id-1583 .wf-image-wrapper .sue-photo-panel-head {
	width: 100%;
	padding-bottom: 78%;
}

#content .sue-photo-panel-content {
	border-top: 6px solid #a5cf4f;
	background-color: #3d5567;
	color: #fff;
	padding-left: 35%;
	padding-bottom: 40%;
}

#content .sue-photo-panel-content h2 {
	color: inherit;
	background: none;
	padding: 0;
	min-width: 0;
	font-size: 1.7em;
}

#content .sue-photo-panel-content h2::after {
	display: none;
}

/* Tabs */

.page-id-1583 .su-tabs.su-tabs-style-default {
	background: none;
}

.page-id-1583 .su-tabs-nav {
	border-radius: 3px;
	border-bottom-right-radius: 0;
}


.page-id-1583 .su-tabs-nav span.su-tabs-current {
	cursor: default;
	background-color: rgba(165, 207, 79, 1);
}

.page-id-1583 .su-tabs-nav span {
	color: white;
	font-weight: 600;
	background-color: rgba(165, 207, 79, 0.7);
}

.page-id-1583 .su-tabs-nav span:hover {
	background-color: rgba(165, 207, 79, 1);
}

.page-id-1583 .su-tabs-nav span:focus {
	outline: none;
}

.page-id-1583 .su-tabs-panes {
	border-top: 6px solid #a5cf4f;
}

.page-id-1583 .su-tabs-pane.su-tabs-pane-open {
	background: #3d5567;
	color: white;
}

.page-id-1583 .su-tabs-pane.tab-two-column {
	-webkit-column-count: 2;
	        column-count: 2;
}

@media only screen and (max-width: 768px) {
	.page-id-1583 .su-tabs-pane.tab-two-column {
		-webkit-column-count: auto;
		        column-count: auto;
	}
}

/* Contact Form */

.page-id-1583 .wpcf7-form p:nth-child(2) {
	margin-top: 0;
}

.page-id-1583 .wpcf7-form .label-hidden {
	display: none;
}

.page-id-1583 .wpcf7-form .wpcf7-text,
.page-id-1583 .wpcf7-form .wpcf7-textarea {
	width: 100%;
}

.page-id-1583 .wpcf7-form .wpcf7-submit {
	background: #009ad9;
	border: 2px #009ad9 solid;
	-webkit-transition: background .3s ease, border-color .6s ease, color .3s ease;
	-o-transition: background .3s ease, border-color .6s ease, color .3s ease;
	transition: background .3s ease, border-color .6s ease, color .3s ease;
}

.page-id-1583 .wpcf7-form .wpcf7-submit:hover {
	color: #009ad9 !important;
	background: #fff;
}

/* Testimonial Carousel */

.page-id-1583 .car-Testimonials.su-carousel .su-carousel-slide {
	padding: 50px;
}

	@media only screen and (max-width: 1024px) {
	.page-id-1583 .car-Testimonials.su-carousel .su-carousel-slide {
		padding: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.page-id-1583 .car-Testimonials.su-carousel .su-carousel-slide {
		padding: 10px;
	}
}

.page-id-1583 .car-Testimonials.su-carousel .su-carousel-slide img {
	border: 0;
}

/* News */
.page-id-1583 .su-posts.su-posts-default-loop .su-post-title {
	background: none !important;
	color: white !important;
	max-width: 100% !important;
	line-height: 1 !important;
}

.page-id-1583 .su-posts.su-posts-default-loop .su-post-title::after {
	display: none !important;
}

.page-id-1583 .su-posts.su-posts-default-loop .su-post-title a {
	color: #fff !important;
}

.page-id-1583 .su-posts.su-posts-default-loop .su-post-excerpt {
	margin-top: 40px !important;
}

.page-id-1583 .su-posts.su-posts-default-loop .su-post-comments-link {
	color: #f6f7f8 !important;
}


/* Magnific pro */

.mfp-iframe-holder .mfp-content {
	max-width: 90% !important;
}





/* --- Tooling Shop --- */



#main #msm-shop  .product_item .product_info .product_supplier {
	    width: 100px;
}

.msm-products {
    padding: 10px;
}
.alert-danger.beta-site{
	display: none;
}


.mainfull{
	min-height: 500px;
}

.msm-cats .msm-cats_container.root-level .cats_innergrid .cats_image,
.msm-cats_container.root-level .cats_innergrid .cats_image{
	height: auto;
	min-height: 260px;
}


#main #msm-shop h2,
#main .msm-product h2{
	float: none;
	padding: 0;
	color: #333;
	background: transparent;
	font-size: 32px;
	margin: 0;
	height: auto;
	line-height: 1.4;
}

#main #msm-shop h2:after,
#main .msm-product h2:after{
	display: none;
}

.product_item .product_image img{
	height: 100%!important;
}

.product_item .product_basket .product_quantity input,
.product_fullitem .product_info .product_quantity input{
	width: 60px;
}

#content p.product_rrp{ margin-bottom: 4px; }
#content p.product_price{ font-size: 20px!important; }

.msm-modal .btn.btn-primary,
header .btn.btn-primary,
.shop_container .btn.btn-primary{
	background: #ff6000;
	border: #ff6000;
}

.msm-modal .btn.btn-primary:hover,
header .btn.btn-primary:hover,
.shop_container .btn.btn-primary:hover{
	background: #e05700;
	border: #e05700;
}
.shop_container .basket-summary .summary_total p,
header .msm-minibasket_container .basket_footer .total .total_details .total_price,
.msm-modal .product_fullitem .product_info .product_price,
.shop_container .product_item .product_info .product_price,
.shop_container .product_fullitem .product_info .product_price,
.shop_container .product_model .full-details,
header .msm-minibasket_container .basket_items .basket-item_container .basket-item_price{
	color: #ff6000;
}

.shop_container .checkout_address button.msm-edit, .checkout_address button.msm-edit:hover {
    background: none;
    border: none;
}
header .basket-summary .summary_total p{
	color: #ff6000;
	font-size: 20px!important;
}

.shop_container .pagination li.page-item.active span.page-link{
	background: #ff6000;
	border-color: #e05700;
}

.product_fullitem .supplier_container .product_supplier-info .product_supplier-image img {
    width: auto;
    height: 100px!important;
    float: left;
    margin: 5px;
}

#content p.header_title{
	font-size: 1.5rem;
}

#login input{
	font-size: 14px;
	font-weight: 600;
	color: #4e4e4e;
	background-color:#f4f4f4;
	border: 0;
	outline: 0;
	display: block;
	padding: 14px 18px;
	width: 100%;
	transition: color .3s ease;
}

#login input.submit-login{
	background: #4bbcf1;
	color: #FFF;
	text-transform: uppercase;
}

#msm-basket{
	padding: 8px 0 0 0;
	position: relative;
}

.msm-minibasket_container .minibasket_icon i{
	font-size: 18px;
}

/* =============================================================================
   SHOP OVERIDES
   ========================================================================== */

.shop_container .primary_colour_fill {
fill:#ff6000!important;
}
.shop_container .primary_colour {
	background: #ff6000!important;
	border: #ff6000!important; 
}
.shop_container .primary_colour--hover:hover {
	background: #e05700!important;
	border: #e05700!important;
}
 	
   
.shop_container msm-shop {
    background: transparent;
}  
.shop_container .component-block.colour-background {
	background: transparent;
}
.shop_container .product-filters {
    padding: 0;
    border: 1px solid #ececec;
}
#main .filter_container {
    border: none!important;
}
#msm-basket .msm-minibasket_container {
	padding: 0!important;
}
.filter_header p {
    clear: none!important;
}

#main  .product_fullitem .product_info .product_ean img, 
#main  .product_fullitem .product_info .product_partnumber img, 
#main  .product_fullitem .product_info .product_supplier img {
    max-width: 150px;
}

#main  .btn.btn-primary, .btn.btn-primary.dropdown-toggle, 
#main  .btn.btn-primary:not(:disabled):not(.disabled).active, 
#main  .btn.btn-primary:not(:disabled):not(.disabled):active {
    background: #e05b07;
    border: 1px solid #e05b07;
}
header .msm-minibasket_container .basket_close i {
    color: #333;
}

.container.shop-template {
	padding:0;
}
#main  .search_outer--inner,
#main .component-block .component-block_inner {
	max-width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 1em; 
}
header .msm-minibasket_container .minibasket_icon .shopping-basket--icon {
    width: 22px;
}

#main .result-list-ul ul {
    margin: 0;
    padding: 0;
}
#main .result-section .result-title {
    margin: 0;
}
#main .result-list-ul ul li a .result-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
@media screen and (min-width: 992px){
	#main  .filter_container {
	    padding: 1em;
	    border: 1px solid #ececec;
	}
}

#main .dropwdown-select .dropwdown-select_header .dropwdown-select_title {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
}
svg {
	display: block
}
.basket-item_container .basket-item_img img {
	padding-right: 0;
}



article#post-24 .su-row{
	clear:both;
}



.page-id-1317 .card-deck {
    display: flex;
    justify-content: center;
}

.page-id-1317 .card-deck > div {
    padding: 2em;
    border: 1px solid #ccc;
    width: 35%;
    margin: 0 2%;
}
.page-id-1317 .card-deck >div a{
	    text-decoration:none !important;
}
.page-id-1317 .card-deck h4{
	    text-align: center;
	margin-bottom:32px;
}
.page-id-1317 .card-deck .text-center.mt-3 {
    text-align: center;
    margin-bottom: 32px;
}
@media(max-width: 768px){
.page-id-1317 .card-deck {
    flex-direction:column;
}	
	.page-id-1317 .card-deck > div {
    width: 96%;
    margin: 0 2% 20px 2%;
}
}

.post-2639 .su-button {
	float: none!important;
}