body * {
     /*font-family: 'Open Sans', sans-serif; */
     /*font-family: 'Lora', sans-serif;   */
     font-family: 'Figtree', sans-serif;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}
/* Hides bxslider images until JS has fully loaded */
#siteslides{
	/*visibility: hidden;*/
	/*max-width: 2000px;*/
	margin: 0 auto;
	position: relative;
}
.txtcenter{
	text-align: center;
}

img{
	max-width: 100%;
}
.site-title{
	margin: 0;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* CONTACT PAGE */
#contact-map {
	width: 100%;
	height: 350px;
}

h1 {
	font-family: 'Gotham Black', sans-serif;
	font-size: 30px;
	line-height: 25px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Gotham Black', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 36px;
}
h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
h4 {
	font-family: 'Lora', sans-serif;
	font-style: italic;
	font-size: 26px;
	font-weight: 300;
}
h5 {
	font-size: 16px;
	font-weight: 300;
}
h6 {
	font-family: 'Gotham Black', sans-serif;
	font-size: 15px; 
	letter-spacing: 0.4em;
	text-transform: uppercase;
}
p {
	font-weight: 100;
	line-height: 25px;
}
a {
	font-family: 'Gotham Black', sans-serif;
}

/************************************************************************************
MOBILE NAVIGATION
*************************************************************************************/

.slideout-menu {		
	width: 250px;
   position: fixed;
   top: 0;
   left: -250px;
   height: 100%;
   background: #f5f5f5;
   z-index: 99000;
   overflow-y: scroll;
   color: #000;
}

.slideout-menu i {
	font-family: "FontAwesome";
	font-size: 1.5rem;
}
.screen-reader-text{
	right: 0;
}
.slideout-menu h6 {	
	margin: 0;
   position: relative;
   padding: 12px 10px;
   color: #fff;
   font-size: 1.2em;
   line-height: 2em;
   letter-spacing: 0;
   font-weight: 400;
   /* border-bottom: 4px solid #222; */
   background: #c72319;
   text-transform: uppercase;
}

/* Style up the toggle menu "x" */
.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
	color: #fff;
}

/* Give the menu container some love */
.slideout-menu ul {
	list-style: none;
	font-weight: 300;/*
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;*/
	margin: 0;
	padding: 0;
}

/* And now the list items */
.slideout-menu ul li {
	border-bottom: 1px solid #afa7a7;
}

/* The anchor elements within the list items */
.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 15px;
	color: #595959;
	text-decoration: none;
	text-transform: uppercase;
}

.slideout-menu ul li a button  {
	position: absolute;
	right: 10px;
}

.slideout-menu ul li a:hover {
	/*background: #000;
	color: #fff;*/
}

.slideout-menu ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;    
    content: "";
    height: 42px;
    padding: 0;
    position: absolute;
    text-transform: lowercase;
    top: 3px;
    right: 0;
    width: 42px;
}

.dropdown-toggle:after {
	font-family: "FontAwesome";
    color: white;
    content: "\f078";    
    line-height: 42px;
    position: relative;
    top: 0;
    left: 1px;
    width: 42px;
}

.dropdown-toggle.sub-menu-on:after {
	content: "\f077";    
}
.menu-button a{
	display: block;
	font-size: 14px;
	color: #fff;
}
/* Submenu */
.slideout-menu ul .sub-menu {
	display: none;
}

.slideout-menu ul .sub-menu li {
	border: 0;
	background: #706f6f;
}



/************************************************************************************
Header
*************************************************************************************/
.searchback{
	position: fixed;
	top: 0;
	z-index: 99000;
	background: rgba(0,0,0,0.80);
	width:100%;
	height:100%;
	display: none;
}
.searchformholder{
	position: fixed;
	top:45%;
	left:0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none;
	z-index: 99000;
	width: 100%;
	max-width: 700px;
}

#frm_form_5_container select {
	padding: 0px 0px 0px 6px;
}

#frm_form_5_container input::-webkit-input-placeholder,
#frm_form_5_container textarea::-webkit-input-placeholder {
	color: #666666;
}

#frm_form_5_container input:-moz-placeholder,
#frm_form_5_container textarea:-moz-placeholder {
	color: #666666;
}

#frm_form_5_container input::-moz-placeholder,
#frm_form_5_container textarea::-moz-placeholder {
	color: #666666;
}

#frm_form_5_container input:-ms-input-placeholder,
#frm_form_5_container textarea:-ms-input-placeholder {
	color: #666666;
}

.searchformholder input.search-field::-webkit-input-placeholder {
   color: #fff;
}
.searchformholder input.search-field:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.searchformholder input.search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.searchformholder input.search-field:-ms-input-placeholder {  
   color: #fff; 
}
.searchformholder input.search-field {
  height: 70px;
  font-size: 55px;
  display: inline-block;
  font-weight: 300;
  border: none;
  outline: none;
  color: #fff;
  background: none;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  width: 83%;
  cursor: text;
}
.searchformholder .search-form input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(../images/search-icon.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
.searchformholder .search-form input[type="submit"]:hover {
  opacity: 0.8;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus,
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
	color: #c72017;
	text-decoration: none;
	font-style: normal;
	background: transparent;
}
.toggle-mob-nav .fa {
	color: #fff;
	font-size: 40px;
	margin-top: 10px;
}
.stickybar {
	background: #000;
	padding: 20px 0;
}
.menu-item-26:hover > a, .menu-item-26 a:hover, .menu-item-26:focus > a, .menu-item-26 a:focus {
	color: #fff !important;
}
/************************************************************************************
FOOTER - WITH ACCORDION FEATURE ON MOBILE
*************************************************************************************/

.footer-content{
	/*text-align: center;*/
	height: 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
}
.footer-content.footeractive{
	height: auto;
}
.black-back {
	padding: 25px 0;
	background: #000;
	color: #fff;
	text-align: center;
}
.black-back a {
	color: #fff;
}

.footer-text img {
	margin-left: 20px;
}
.footer-text {
	margin: 10px 0;
}
.footer-text a,
.footer-text p {
	margin: 0;
	font-family: 'Merriweather';
}
.page-id-5 .site-footer .red-triangle {
	display: none;
}
/************************************************************************************
404 Page
*************************************************************************************/

.site-content-404 {
	text-align: center;
}

.wrapper-404 {
	padding-top: 55px;
	padding-bottom: 55px;
	/*background: #000;*/
}

.wrapper-404 * {
	color: #c72218; /* <-- change to desired colour */
}

.wrapper-404 a {
	text-decoration: underline;
}

.icon-404-icon {
	background: #c72218; /* <-- change to desired colour */
	width: 179px;
	height: 149px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}

.header-404 {
	
}

.header-404 span {
	position: relative;
	display: inline-block;	
	font-size: 4rem;
}

.header-404 span:before {
	content: "";
	border-bottom: 5px solid #c72218; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	left:-55px;
}

.header-404 span:after {
	content: "";
	border-bottom: 5px solid #c72218; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	right:-55px;
}

.header-404 .title-404 {
	margin: 0;
	font-weight: normal;	
	color: white;
	background: #c72218; /* <-- change to desired colour */
	width: 50%;
	max-width: 350px;
	margin: 15px auto;
	position: relative;	
}

.header-404 .title-404:before {
	content: '';
    border: 62px solid #c72218;
    border-left-color: transparent;
    border-left-width: 30px;
    position: absolute;
    top: 0;
    left: -60px;
}

.header-404 .title-404:after {
	content: '';
    border: 62px solid #c72218;
    border-right-color: transparent;
    border-right-width: 30px;
    position: absolute;
    top: 0;
    right: -60px;
}

.header-404 .title-404 h1 {
	color: white;
	font-size: 4rem;
	font-weight: normal;
	z-index: 1001;
	position: relative;
	margin: 0;
}

.header-404 h2 {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0 48px 0;
}

.content-404 {
	width: 90%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.content-404 p:first-child {
	margin-bottom: 25px;
}
.error404 .stickybar{
	background: #000;
}

/***********************************************
Front Page
************************************************/
.red-container {
	background: #c92a27;
	color: #fff;
	position: relative;
}
.our-work-triangle {
	padding-top: 50px;
}
.banner-image {
	min-height: 470px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.bxslider li:before {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	display: block;
	z-index: 1;
	background-color: rgba(0,0,0, 0.5);
	content: "";
}
.internal-banner:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	display: block;
	z-index: 1;
	background-color: rgba(0,0,0, 0.5);
	content: "";
}
.bxslider li {
	position: relative;
}
.displayondesk {
	display: none;
}
.square-image {
	min-height: 300px;
}
.no-pad {
	padding: 0 !important;
}
.displayonlarge {
	display: none;
}
.banner-content {
	position: absolute;
	top: 20%;
	width: 100%;
	color: #fff;
	z-index: 9999;
}

.red-bar {
	margin: 10px auto;
	padding: 0;
	border-top: 5px solid #c72017;
	width: 50px;
}
.banner-content h5 {
	margin-bottom: 0;
}
.banner-content h1 {
	margin: 20px 0 0;
}
.banner-content h2 {
	margin: 0 0 0px;
}
.banner-content h4 {
	margin: 0;
}
.banner-button {
	color: #fff;
	border: 5px solid #c72017;
	font-family: 'Gotham Black';
	padding: 30px 40px;
	display: inline-block;
}
.banner-button:hover {
	color: #fff;
	text-decoration: none;
	background: #c72017;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0px;
	height: 5px;
	width: 50px;
	background: #cecece;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c72017;
}
.white-container {
	padding: 25px 0;
}
ul {
	padding: 0 5%;
}
ul li {
	list-style-image: url(../images/spartan-link.png);
}
ul li h5 {
	margin: 15px 0;
}
.logo-link {
	background: url(../images/spartan-link.png) 0px 0px  no-repeat;
	padding: 0 25px;
	color: #c72017;
}
.logo-link:hover {
	color: #878787;
	text-decoration: none;
}
.clientslider li {
	min-height: 150px;
}
.venue-logo {
	padding: 10px;
}
.ma-top-mob {
	margin-top: 60px;
}
/***********************************************
Who we are
************************************************/
.quote-button {
	border: 4px solid #000;
	color: #000;
	padding: 30px 60px;
	display: block;
	text-align: center;
}
.quote-button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.request-quote-container h6 {
	margin-bottom: 0;
}
/***********************************************
Our Services
************************************************/
.service-image {
	max-height: 280px;
}
.our-service-container {
	position: relative;
}

.our-service-container {
	padding: 10px 0;
}

.with-subtitle h5 {
	margin-top: 0;
	font-weight: 600;
}
.with-subtitle h2 {
	margin-bottom: 0;
}
.fbx-modal {
	position: fixed !important;
}

.fbx-inner {
	width: 300px !important;
	height: 505px !important;
	margin: 0 !important;
	top: 50% !important;
	left: 50% !important;
	   -moz-transform: translate(-50%, -50%) !important;
	    -ms-transform: translate(-50%, -50%) !important;
	     -o-transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	        transform: translate(-50%, -50%) !important;
	position: absolute !important;
}

.fbx-inner h2 {
	margin-bottom: 37.5px;
	text-align: center;
}

.fbx-inner .frm_style_formidable-style.with_frm_style .frm_submit button {
	margin: auto;
	display: block;
}

.fooformhold {
	padding: 0.9375rem !important;
}
/***********************************************
Contact
************************************************/
.contact-container img,
.contact-container p {
	display: inline-block;
}
.contact-container img {
	position: relative;
	vertical-align: top;
	margin-bottom: 15px;
}
.contact-details p, 
.contact-details a {
	color: #000;
	font-family: 'Gotham Black';
	font-size: 18px;
	padding: 0px 0 0 20px;
}
.frm_button_submit .frm_final_submit {
	display: block;
	text-align: center;
}
.contact-details a:hover {
	color: #c72017;
	text-decoration: none;
}
.internal-banner {
	min-height: 220px;
	position: relative;
	background-position: center;
	background-size: cover;
}

.internal-banner-content h1 {
	margin: -20px 0 25px 0;
}
.team {
	padding: 25px 0 50px;
}
.team p {
	padding: 0;
}
.team h3 {
	font-size: 24px;
	margin-top: 0;
	line-height: 30px;
}
.contact-container .contact-button {
	background: #c72017;
	color: #fff;
	padding: 26px 26px;
	text-transform: uppercase;
	display: block;
	border: 4px solid #c92a27;
	text-align: center;
}
.contact-container .contact-button:hover {
	background: #fff;
	color: #000;
	border: 4px solid #c92a27;
	text-decoration: none;
}
.contact-form h2 {
	font-size: 30px;
	margin-top: 0;
}
.below-internal-banner {
	/*padding-top: 50px;*/
	padding-top: 5px;
}
.below-internal-banner h5 {
	margin-top: 0;
	line-height: 28px;
}
.internal-square-image-container {
	margin-top: 30px;
}
.relative-container {
	position: relative;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	font-family: 'Gotham Black';
	letter-spacing: 0.4em;
	padding: 30px 60px;
}
.request-quote-container {
	padding-bottom: 30px;
}

.right-menu {
    text-align: right;
}

.desktop-only{display:none !important;}
.mobile-only{display:block !important;}

.red-container.ma-top-mob{padding-top: 60px;}

#menu-item-26 a{
    color: #fff;
    border: 5px solid #c72017;
    padding: 8px;
    margin-top: 0px !important;
}

ul.nav-menu ul a:hover{
    background: none !important;
}

ul.sub-menu{
    padding: 10px 0 10px 10px !important;
}


/************************************************
2024 updates 
*************************************************/
.paddingtoplrg{
	padding-top: 50px;
} 
.paddingbottomlrg{
	padding-bottom: 50px;
}
.paddingbottommed{
	padding-bottom: 30px;  
}
.blogtile{
	/* height: 420px; */
	height: 100%;
	/* padding: 0 15px;  */
	padding: 0;
	margin-bottom: 40px; 
}
.blogtile img{
	/* height: 350px; */
	height: 200px;
	object-fit: cover; 
}
.blogcontent h5, .blogcontent p{ 
	color: black;
}
.blogcontent h5{ 
	padding:20px 0; 
	margin: 0;
	font-weight: 800;
} 
.date{
	margin-bottom:0;
	padding-top: 20px;
}
.blogcontent p:last-of-type{
	max-height: 50px;
	overflow: hidden;
}
.blogbutton::before{
	content: url(../images/spartan-link.png);   
	position: relative;
	left: 0;
	top:0;
	margin-right: 5px; 
}
.blogbutton{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.wni-flex{
	display: flex;
  	flex-wrap: wrap; 
}
/* #single-blog .banner-content,  */ 
#blog-archive .banner-content{
	top: 50%; 
} 
#blog-archive a:hover{
	text-decoration: none;
}
#blog-archive a:hover img{ 
		filter: brightness(80%); 
		transition: all 200ms ease-in; 
}
.fontcolourwhite a{
	color: white !important; 
}
.blogimage{
	display: flex;
	justify-content: center; 
}
.blogimage img{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 10px;
}
 


/************************************************************************************
Larger than 200
*************************************************************************************/
@media screen and (min-width: 200px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

}
/************************************************************************************
Larger than 425
*************************************************************************************/
@media screen and (min-width: 425px) {
	.menu-button a{
		padding: 0 15px;
		margin-top: 10px;
	}

	.blogtile img{
		height: 200px;
	}
	.blogtile{
		padding: 0 5px; 
	}
	
}
/************************************************************************************
Larger than 660
*************************************************************************************/
@media screen and (min-width: 660px) {
	.blogimage img{ 
		padding-bottom: 0;  
		padding-top: 20px; 
	 }
	.blogtile img{
		height: 300px;
	}
	.blogtile{
		padding: 0 15px; 
	}

	.txtright{
		text-align: right;
	}
	
	/* 404 */
	.wrapper-404 {
		padding-top: 220px;
		padding-bottom: 80px;
	}

	.header-404 span:before {
		width: 65px;
		left: -85px;
	}

	.header-404 span:after {
		width: 65px;
		right: -85px;
	}
	.displayonmob {
		display: none;
	}
	.displayondesk {
		display: block;
	}
	h1 {
		font-family: 'Gotham Black', sans-serif;
		font-size: 80px;
		line-height: 60px;
		text-transform: uppercase;
	}
	h2 {
		font-family: 'Gotham Black', sans-serif;
		font-size: 48px;
		text-transform: uppercase;
		line-height: 36px;
	}
	.red-container.ma-top-mob h2{
	    line-height: 48px;
	}
	h3 {
		font-size: 34px;
		line-height: 50px;
		font-weight: 300;
	}
	h4 {
		font-family: 'Lora', sans-serif;
		font-style: italic;
		font-size: 26px;
	}
	h5 {
		font-size: 20px; 
	}
	h6 {
		font-family: 'Gotham Black', sans-serif;
		font-size: 14px; 
		line-height: 16px;
		letter-spacing: 0.4em;
		text-transform: uppercase;
	}
	a {
		font-family: 'Gotham Black', sans-serif;
	}
/***********************************************
Header
************************************************/
	.stickybar{
		background: transparent;
		width: 100%;
		padding: 20px 0;
		position: fixed;
		top: 0;
		/*z-index: 99000; comflicting with magnific popup window - changed to 20*/
		z-index: 20;
		transition: all .4s ease-in-out;
	}
	.stickybar.is-unscrolled,
	.stickybar.fixed.is-unscrolled{
		background: transparent;
		border-bottom: 0px;
		/*z-index: 99000; comflicting with magnific popup window - changed to 20*/
		z-index: 20;
		padding: 40px 0;
	}
	.stickybar{
		background: transparent;
	}
	.stickybar.fixed{
		position: fixed;
		width: 100%;
		background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, .6);
		transition: all .4s ease-in-out;
		/*z-index: 99000; comflicting with magnific popup window - changed to 20*/
		z-index: 20;
	}
	.stickybar.fixed.noback{
		background: transparent;
	}
	.navbar {
		background: transparent;
	}
	.navbar li a {
		font-family: 'Gotham Black', sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		/* margin: 20px 16px 0 0; */
		margin: 20px 12px 0 0;  
	}
	.error404 .stickybar.is-unscrolled,
	.error404 .stickybar.fixed.is-unscrolled{
		background: rgba(0, 0, 0, .6);
	}
/***********************************************
Front Page
************************************************/
	.bxslider li {
	    -webkit-transform: scale(1.2, 1.2);
	    -moz-transform: scale(1.2, 1.2);
	    -ms-transform: scale(1.2, 1.2);
	    -o-transform: scale(1.2, 1.2);
	    transform: scale(1.2, 1.2);
	    position: relative;
	}
	.bxslider li {
	 	width: 100%;
	    overflow: hidden;
	}
	.bxslider li.active-slide{
	    transition: transform 8000ms ease-out;
	}
	.bxslider li.active-slide {
	    transition: transform 8000ms ease-out;
	    transform: scale(1, 1);
	}
	.banner-image {
		min-height: 100vh;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.banner-content {
		position: absolute;
		top: 25%;
		width: 100%;
		color: #fff;
	}

	.ma-top-mob {
		margin-top: 0;
	}
	.internal-banner-content {
		top: 30%;
	}
	.red-bar {
		margin: 50px auto;
		padding: 0;
		border-top: 5px solid #c72017;
		width: 50px;
	}
	.banner-content h5 {
		margin-bottom: 0;
	}
	.banner-content h1 {
		margin: 20px 0 0;
	}
	.banner-content h2 {
		margin: 0 0 80px;
	}
	.banner-content h4 {
		margin: 0;
	}
	.banner-button {
		color: #fff;
		border: 5px solid #c72017;
		font-family: 'Gotham Black';
		padding: 30px 40px;
		display: inline-block;
		font-size: 24px;
	}
	.banner-button:hover {
		color: #fff;
		text-decoration: none;
		background: #c72017;
	}
	.white-container {
		padding: 100px 0;
	}
	.white-container h3 {
		margin-top: 0;
	}
	.internal-container {
		padding: 70px 0 100px;
	}
	.square-image {
		min-height: 400px;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		z-index: 10;
	}
	.spartarrowhold{
		position: relative;
	}
	.spartarrowhold .medium-6:nth-child(3n) {
		z-index: 12;
		position: relative;
	}
	.spartarrow{
		position: absolute;
		z-index: 11;
		top: 215px;
		left:163px;
	}
	.venue-container {
		/*padding: 50px 0;*/
		padding: 10px 0;
	}
	.venue-logo {
		/*border-right: 2px solid #b52623;*/
		border-bottom: 1px solid #a1221f;
		max-height: 220px;
		padding: 20px 0 0;
	}
	.venue-logo img {
		border-right: 2px solid #b52623;
		margin: 20px 0 40px 0;
		padding: 20px 0;
	}
	.venue-logo:nth-child(4n+4) img{
		border-right: none;
	}
	.venue-logo:nth-child(15n+13),
	.venue-logo:nth-child(15n+14),
	.venue-logo:nth-child(15n+15) {
		border-bottom: none;
	}
	.fiftywidth {
		width: 50%;
	}
	.clear-border {
		height: 10px;
		width: 100%;
		border-right: 20px solid #c92a27;
	}
	.red-triangle {
		height: 128px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	    position: relative;
    	bottom: -1px;
	}
	.red-container {
		margin: 0;
	}
	.red-container h2 {
		/*padding-top: 50px;*/
		padding-top: 0px;
		margin:0;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: -70px;
	}
/***********************************************
Our Work
************************************************/
	.internal-venue-container {
		/*padding: 50px 0 150px;*/
		padding: 5px 0 150px;
	}
	/* .page-id-13 .red-container {
		padding-top: 50px;
	} */
/***********************************************
Our Services
************************************************/
	.middlealign{
	    position: absolute;
	    top: 50%;
	    transform:translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    padding: 0 5%;
	    width: 100%;
	}
	.quote-before {
		background: url(../images/logo-big.png) 0px 0px  no-repeat;
		padding: 5px 0;
	}
	.internal-square-image-container {
		margin-top: 80px;
	}
	/* .services-container {
		padding-top: 50px;
	} */

	.our-service-container {
		padding: 50px 0;
	}
	.quote-button {
		display: inline-block;
	}
/***********************************************
Contact
************************************************/
	.internal-banner {
		min-height: 750px;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
	}
	/* .page-id-13 .internal-banner, */
	/* #blog-archive .internal-banner, */
	/* #single-blog .internal-banner {
		min-height: 510px;  
	} */
	.banner-triangle {
		min-height: 128px;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		background-position: center;
		bottom: -1px;
		z-index: 9;
	}
	.contactheight {
		border-right: 1px solid #ccc;
	}
	.team {
		padding-top: 33px;
	}
	.request-quote-container {
		padding-top: 100px;
		padding-bottom: 0;
	}
	.fbx-inner {
		width: 500px !important;
	}
	.contact-details p, 
	.contact-details a {
		font-size: 22px;
	}
	.frm_button_submit .frm_final_submit {
		display: inline-block;
	}
	.contact-container .contact-button {
		display: inline-block;
	}
/***********************************************
Footer
************************************************/
	.footer-text {
		display: inline-block;
		border-right: 1px solid #fff;
	}
	.footer-text a,
	.footer-text p {
		margin: 0 20px;
	}
	.black-back {
		padding: 50px 0;
	}
	.no-border {
		border-right: none;
	}
}

/***********************************************
SUPPORT - NEW TRAINING PAGE 
************************************************/
.btn-gallery {
    margin-bottom: 20px;
}

.training-post {
    display: flex;
    flex-direction: column;
    margin: 12px 0px;
    padding: 0px 10px;
}

.training-post h5 {
    font-weight: 700 !important;
    margin-top: 0px;
}

.training-gallery {
    margin-bottom: 20px;
}

.training-gallery .slide {
        margin: 0px 0.9375em;
        position: relative;
        overflow: hidden;
        max-height: 300px !important;
        width: 271.875px;
}

  .slide_image {
    width: 100%;
    height: 100%;
        }
    .slick-arrow {
        position: absolute;
        background-color: transparent;
        top: 50%;
        transform: translateY(-50%);
        text-indent: -999999px;
        width: 40px;
        height: 40px;
        background-image: url(../images/spartan-arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: 50%;
        cursor: pointer;
        z-index: 1;
    }
    .slick-next {
            right: -50px;
    }
    .slick-prev {
         transform: translateY(-50%) rotate(-180deg);
         left: -50px;
    }
    
    .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .slick-dots li {
        margin: 10px;
    }

/************************************************************************************
Larger than 740
*************************************************************************************/
@media screen and (min-width: 740px) {
	.desktop-only{display:block !important;}
	.mobile-only{display:none !important;}
	
	.training-post {
        flex-direction: row;
        margin: 12px 0px;
    }
    
    #training-content {
    margin-left: 30px;
    }
    .btn-gallery {
    margin-right: 20px;
    }
    .mfp-content {
    max-width: 70% !important;
    }
    .mfp-image-holder {
        max-width: 70% !important;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/************************************************************************************
Larger than 1024
*************************************************************************************/
@media screen and (min-width: 1024px) {
	.blogtile img{
		height: 350px;
	}
	
	.menu-button a{
		padding: 0 35px;
	}
	.team {
		padding-top: 62px;
	}
	.banner-content {
		top: 15%;
	}
	.internal-banner-content {
		top: 30%;
	}
	
	.banner-content h6{
	    margin-top: 100px;
	}
	
	.right-menu{
	    width: 43%;
	}
	
	.header-logo{
	    width: 22%;
	}
	
    .left-menu {
        width: 35%;
    }
    
    .navbar li a{
        /* font-size: 16px; */
		font-size: 14px;
    }
    
    .menu-left-menu-container {
        float: left;
    }
    
    li#menu-item-26 a:last-child{margin-right: 0 !important;}
    
}
/************************************************************************************
Larger than 1200
*************************************************************************************/
@media screen and (min-width: 1200px) {
	.displayonlarge {
		display: block;
	}
	.displayonipad {
		display: none;
	}
	.below-arrow {
		margin-top: 190px;
	}
	.request-quote-container {
		padding-top: 100px;
	}
	.x-large-6 {
		width: 50%;
	}
	.x-large-offset-3 {
		margin-left: 25%;
	}
	.banner-content {
		top: 25%;
	}
	
}