/* Page layout */
@import url(https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

@font-face {
    font-family: 'merlo_roundregular';
    src: url('../fonts/merlo-roundregular-webfont.woff2') format('woff2'),
         url('../fonts/merlo-roundregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'fontawesome';
    src: url('/Websites/_global/fonts/fontawesome-webfont.woff2') format('woff2'),
         url('/Websites/_global/fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Smartphone stylesheet */



body
{

	color:black;
font-family: 'PT Sans', sans-serif;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	 -webkit-text-size-adjust: 100%; /* prevents iphone making text bigger when rotate handset */
background-color:white;
}
.pageTop
{
	display:none;
}
.pageSides
{

}
.header
{
	background-color:#4c4c4c;
text-align:center;
    margin-bottom: -13px;
}




#headerContactButton
{
    position: relative;
    top: 21px;
    /* right: 122px; */
    text-transform: uppercase;
    z-index: 100000;
    font-size: 10pt;
    width: 112px;
    margin: 0px auto;

}

#headerContactButton a
{
color: #fff !important;
    border: 1px solid #4c4c4c;
    height: 26px;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    background: #a2c03a; 
}


.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks 
{ 
margin: 0px auto;
    position: relative;
    top: 83px;
    height: 0px;
    /* left: 145px; */
    text-align: center;
    /* z-index: 20; */
}
.socialLinks.footer 
{ 
    position: unset;

    height: unset;
    width: 205px;
 }


.socialLinks.footer .fas {

    margin: 0 0 0 0px;

}


.socialLinks .fa {  color:#000; margin:0 5px 0 0;}
.socialLinks .social 
{ 
    color: #000;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 10px 10px;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover .fa { color:#737373;}
.socialLinks.footer .social .fa { color:#737373;}
.socialLinks.footer .social:hover .fa { color:#507b89;}

#telephone 
{ 
    position: absolute;
    top: 116px;
    left: 13px;
    color: #000;
    font-size: 11pt;
    /* font-weight: bold; */
    z-index: 20;
}
#location 
{ 
position: absolute;
    top: 116px;
    right: 14px;
    color: #000;
    font-size: 11pt;
    text-align: right;
    z-index: 20;
}
#telephone .fa,#location .fa { margin-right:3px;}
#telephone a{color:#000; text-decoration: none;}

/* HOME SLIDES */

.animationPanelHomepage
{
display:none;
}

/*IMPORTANT: Add .animationPanelHomepage {display: unset !important;} to HOMEPAGE SMARTPHONE HTML*/

.homeSlides
{ 
margin-top: 0px;
}

.homeSlides img
{ 
    height: 200px !important;
    position: relative;
    right: 0px;
width: 100% !important;
}

.homeSlides a .text 
{     
width: 100% !important;
    /* font-family: 'Cantata One', serif; */
    position: absolute;
    bottom: -26px;
    left: 0px; 
    margin-left: 0px;
    background-color: rgb(238, 0, 142);
    color: #fff;
    padding: 14px 0px;
    text-align: center;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-size: 12pt !important;
    /* border: solid 2px #fff;*/
}

.homeSlides a .text:hover
{
background-color: #000;

}

.weddingTable
{
Width: 100%;
Height: 350px;
}

.weddingTableTextLeft
{
float: left;

margin-right: 20px;
text-align: right;
}

.weddingTableTextRight
{
float: left;


}


.page
{
	background-color: white; 
}

.column1of1
{

}

.bannerRight
{
	float:right;
	text-align:right;
	padding-right:10px;
}


.clearBoth
{
	clear:both;
height: 0px;
}
.clearLeft
{
	clear:left;
}
.pageBottom
{

height: 20px;
    /* clear: both; */
    background-color: #4c4c4c;

}


.mobileButton
{
	background-image: url(../../_global/Images/smartphoneButton.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#8A8A8A;
	margin-bottom: 5px;
	margin-top: 5px;
	color: Black;
	border-bottom:#353535 1px solid;
	border-top: #E9E9E9 1px solid;
}

.mobileButton a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:black;
	padding-right:25px;
	text-decoration:none;
}
.mobileButton a:visited
{
	color:black;
}
.mobileButtonHighlight
{
    background-image: url(../../_global/Images/smartphoneButtonHighlight.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #4c4c4c !important;
    margin-bottom: 5px;
    margin-top: 5px;
    color: white;
    /* border-bottom: #353535 1px solid; */
    /* border-top: #E9E9E9 1px solid; */
    width: 80%;
    margin: 0px auto;
}

.mobileButtonHighlight a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:white;
	padding-right:25px;
	text-decoration:none;
}
.mobileButtonHighlight a:visited
{
	color:white;
}

.footerText .mobileButton {
    background-color: #a2c03a !important;
}

.dropDown
{
	font-size:100%;
}




/* Mobile Nav Bar */
.navBarWrapper {
    margin-bottom: 0px;
z-index: 5000;

}
.navBar
{
width: 100%;

    background-repeat: repeat-x;
    height: 38px;
    padding-top: 4px;
    margin-bottom: 0px;
    background-color: #4c4c4c;

    text-transform: uppercase;
-webkit-box-shadow: 0px 5px 12px 0px rgb(50 50 50 / 45%);
    -moz-box-shadow: 0px 5px 12px 0px rgb(50 50 50 / 45%);
box-shadow: 0px 5px 12px 0px rgb(50 50 50 / 45%);
}
.navBarHome
{
	float:left;
	width:33%;
	padding-top:10px;
	padding-left:5px;
}
.navBarHome a
{
	width:100%;
	height:30px;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;

}
.navBarHome a:visited
{
	color:white;
}
.navBarBasket
{
	float:left;
	width:33%;
	padding-top:10px;
	color:white;
}
.navBarBasket a
{
	color:white;
	text-decoration:none;
}
.navBarBasket a:visited
{
	color:white;
}
.navBarCall
{
	padding-top:10px;
	text-align:right;
	padding-right:5px;
	color:white;
}
.navBarCall a
{
	width:100%;
	height:30px;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
}
.navBarCall a:visited
{
	color:white;
}

/* Nav bar to hide basket  */

.navBar .navBarBasketIcon
{
display:none;
}

.navBar .navBarIcon 
{
    width:33%;
}


.navBar .navBarSearchIcon
{
display:none;
}


/* Shop Product Page */
.products a
{
	text-decoration:none;
}

.productSummary
{
	width: 100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat: repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryFeatured
{
	width:100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat:repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryImage
{
	margin-top:1px;
	float:left;
	margin-right:10px;
	padding-left:0px;
}

.productSummary a
{
	display: block;
}
.productSummary a:visited
{

}
.productSummaryName
{
	padding-top:10px;
	color:black;
	overflow:hidden;
	height:40px;
	line-height:20px;
	margin-right:0px;
	padding-right:20px;
}
.productSummaryName a
{
	padding-top:20px;
}

.productSummaryPrice
{
	padding-top:5px;
	color:#404040;
}

.productSummaryButtons
{
	float:right;
	height:81px;
}
.productSummaryMore
{
}

/* General Style */
a
{
text-decoration: none;
    color: #a2c03a;
}
a:visited
{
	text-decoration:none;
	color:#a2c03a;
}
.linkButton
{
	text-decoration:underline;
}

p
{
	padding-top:0px;
	margin-top:0px;
line-height: 26px;
text-align: center;
}
h1
{
margin-top: 50px;
    padding-top: 0px;
    font-size: 26pt;
    color: #a2c03a;
    font-weight: normal;
    font-family: 'merlo_roundregular';
    margin-bottom: 21px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:20pt;
    color: #a2c03a;
font-weight:normal;
    font-family: 'merlo_roundregular';
}
h3
{
	margin-top:0px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#000;
	font-size:100%;

}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
hr
{
	color:Green;
}
.faint
{
	color:gray;
}
.footerContainer 
{ 
    width: 90%;
    margin: 0 auto;
    padding: 0px 5%;
}
.footerText
{
background-color: #4c4c4c;
    padding-top: 36px;

    text-align: center;
    border-top: #a2c03a 1px solid;
    font-weight: normal;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    font-size: 14pt !important;
    color: #a2c03a;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0px;
}
.footerText p 
{
font-weight: 300;
    color: #fff;
    font-size: 10pt;

}
.footerText a
{
text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 10pt;
    line-height: 27px;
    margin-top: 9px;
}
.footerText a:hover
{
text-decoration: none;
    color: #a2c03a;
    font-weight: bold;
}


.footerCol1of4
{
    text-align: center;
    /* margin-top: 0px; */
    padding-top: 25px;
    /* float: left; */
    width: 100%;
    /* padding-left: 0px; */
    /* padding-right: 20px; */
    margin-left: 0px;
    border-top: 1px solid #a2c03a;
    margin-bottom: 38px;
}

.footerCol2of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 48%;
    padding-left: 0px;
    padding-right: 4%;
    line-height: 31px;

}

.footerCol4of4
{
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
    width: 48%;
    /* padding-left: 12px; */
    padding-right: 0px;
    line-height: 31px;

}

.footerCol5of4
{
    text-align: left;
    margin-top: 24px;
    padding-top: 0px;
    /* margin-left: 620px; */
    float: right;
    padding-right: 0px;
    width: 100%;
    border-radius: 4px;
}

.footerCol5of4 a
{
text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 12pt;
    width: 150px;
    text-align: center;
    padding: 20px 20px;
background: #4c4c4c;
border-radius: 4px;
}

.footerCol5of4 a:hover
{
text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    background: #a2c03a;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
    border: #a2c03a solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
border-radius: 4px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}


.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */

.mobileMenuHeader
{
	display:block;
	padding-top:10px;
	color:black;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom: black 1px solid;
}

.menu
{
	width:100%;
text-align:left;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:10;
}
.menu ul li
{
    	width:100%;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Black;
	border-bottom: black 1px solid;
}
.menu ul li a
{
	padding-top:10px;
	display:block;
	padding-left: 10px;
	color:black;
	text-decoration:none;
	height:30px;
}
.menu ul li a:hover
{
    text-decoration:underline;
}
.menu ul li a:visited
{
	color:black;
	text-decoration:none;
}
.menuSelected
{
	color: black;
	text-decoration:none;
}
.menuDisplayFull
{
	display:block;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:10px;
}





/* Product Menu */

.productMenuTitle
{
	padding-top:10px;
	color:Black;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
}
.productMenu
{

}
.productMenuTopSection
{
	display:none;
}
.productMenuSearchTitle
{
	display:none;
}
.productMenuSearchBox
{
	display:none;
}
.productMenuSearchButton
{
	display:none;
}
.productMenuSearchDropDown
{
	display:none;

}
.productMenu ul
{
	list-style-type: none;
	width:100%;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
	display:block;
	color:black;
	height: 22px;
	font-weight: bold;
	padding-top: 20px;
	margin-left:0px;
	padding-left:10px;
	border-bottom:#333 1px solid;

}
.productMenuSubCategory
{
	width:100%;
	
}

.productMenuSubCategory a
{
	display:block;
	color:black;
	text-decoration:none;
	height:30px;
	padding-left: 10px;
	padding-top:10px;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: #333 1px solid;
}
.productMenuSubCategory a:hover
{
	text-decoration:none;

}
.productMenuBottom
{
	display:none;
}




/* Product Details Page */

.productDetails
{
}
.productDetailsCol1
{
}
.productDetails h1
{
}

.productDetailsImageWrapper
{
	
}
.productDetailsImage
{
		width:180px;

}

.productDetailsCol2
{
	margin-left:0px;

}

.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#666666;
}

.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsDescription
{
	clear:left;
}
.productDetailsModifierList
{
	font-size:large;
}
.productDetailsBack
{
	padding-top:15px;
	text-decoration:underline;
}
.productDetailsNote
{
	clear:right;
	margin-top:20px;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsProductModifiersTable
{
}
.productDetailsProductModifiersTable td
{
	padding-bottom:10px;
}

.productDetailsLinkedProducts
{
	
}
.productDetailsLinkedProducts h1
{
}

/* checkout page */





/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

#pnlContact {
margin: 0px auto;
    width: 100%;
    background-color: #a2c03a;
    padding: 44px 0px 0px 0px;
}

#pnlContact span
{
    color: #fff;

    position: relative;

}


.contactFormPrompt
{
width: 30%;
    display: inline;
    float: left;
    text-align: right;
    color: #fff;
    font-size: 12pt;
    font-weight: normal;
    margin-left: 2%;
}
.contactFormField
{
    width: 55%;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ffffff;
}
.contactFormMessageBox
{
width: 55% !important;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ffffff;
}
.contactFormButton
{
	width:330px;
	display:inline;
	float:left;
	text-align:right;
}

.contactFormCheckBox {
    margin-top: 7px;
    position: relative;
    left: -5px;
    color: #fff;
}



#Captch1_txtCaptchaWord
{
margin-top: 20px;
}
#Captch1_imgCaptcha, #Captch1_btnGetNew {
    padding-left: 0px;
}

/* Site Map Page */
.siteMap
{
}
.siteMapPages
{
}

.siteMapProducts
{
	
}
.siteMapProducts ul
{
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}
.siteMapCategory
{
	font-size:smaller;

}
.siteMapPage
{
	 text-decoration:none;
}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	font-size:smaller;
	text-indent: 10px;
	text-decoration: none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	 font-size:smaller;
	text-decoration:none;
	text-indent: 20px;
	overflow:hidden;
	display:block;
	height:20px;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}



/* Captcha */
.captch
{
 vertical-align:top;
 }




 /* Gallery */
 
.gallery
{
	background-color:White;
}
 
.dng_photo1
{
}



/*Site Specific*/

.fas {  
color: #a2c03a;
    margin: 0 0 0 27px;
    font-family: 'fontawesome';
    font-style: unset;
}

i.fas.fa-star
{
    font-size: 33pt;
    margin: 16px 0px 5px 0px;
}

.jumpBoxContent 
{
text-align: center;
}

.homeBannerHidden
{
    margin-bottom: 0px;
}
.homeBannerHidden img
{
width: 100% !important;
}


.quotes p
{
    width:100%;
    margin: 0px auto;
    margin-bottom: -20px;
line-height: 37px;
}


.quotes p::before {
content: url(/Websites/1120/Images/upload/image/openQuoteFW.png);
    position: relative;
    /* z-index: 100000; */
    left: -166px;
    top: 70px;
    display: block;
    opacity: 0.3;
margin-top: -47px;
}

.quotes p::after {
    content: url(/Websites/1120/Images/upload/image/closeQuoteFW.png);
    position: relative;
    /* z-index: 100000; */
    right: -414px;
    top: -89px;
    display: block;
    opacity: 0.3;
display: none;
}


/* PAGE CONTENT */


.pageContentWrapper
{

width: 100%;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 1px 0px 20px 0px;
}

.pageContent
{
    position: relative;
    /* top: 14px; */
    width: 95%;
    margin: 37px auto;
    font-size: 12pt;

}


.pageContent .infoButton
{
    width: auto;
    height: 32px;
    /* border: 1px solid #010101; */
    color: #010101;
    text-align: center;
    margin: 0px auto;
    padding-top: 9px;
    margin-top: 40px;
}

.pageContent .infoButton:hover
{

}

.pageContent .infoButton a
{

    padding: 13px 25px;
    color: #ffffff;
    border: 1px solid #a2c03a;
    background: #a2c03a;

}

.pageContent .infoButton a:hover
{
padding: 13px 25px;
    color: #fff;
    border: 1px solid #a2c03a;
background-color: #a2c03a;  
}

.pageContentList p {
    margin-bottom: 7px;
}

.pageContentList p::after {
content: "-";
    position: absolute;
    right: 50%;
    margin-top: 17px;
}

.pageContentList p:last-child::after  {
display: none;
}

.boxText
{
    margin-bottom: -33px;
margin-top: -10px;
}

/* Grid Jumps */

#homeTextOuter2 
{ 
background: #fff;
width: 100%;
margin: 0px auto;

   
}
.grid {
position: relative;
    clear: both;
    margin: 0 auto;
    /* padding: 1em 0 4em; */
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid figure {
position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 0px auto;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 92%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {

	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
color: #fff;
}

.grid figure h2 span {

}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/* Apollo */


figure.effect-apollo {
background: #a2c03a;

}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
margin: 42px;
font-weight: bold;
font-size: 19pt;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/* Apollo Centre */


figure.effect-apolloCentre {
    background: #a2c03a;
    margin: 17px auto;
}

figure.effect-apolloCentre img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apolloCentre figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apolloCentre p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apolloCentre h2 {
	text-align: left;
margin: 42px;
font-weight: bold;
font-size: 19pt;
}

figure.effect-apolloCentre:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apolloCentre:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apolloCentre:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}




/*Info Box Images*/



.gridClientContainer
{
    width: 88%;
max-width: 1430px;
    margin: 0px auto;
}
.gridClient {
	position: relative;
	clear: both;
	margin: 0 auto;

width: 100%;
	list-style: none;
	text-align: center;
}

.gridClient figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 0px auto;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 92%;
    max-width: 335px;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #9e9e9e;
}

.gridClient figure img {
position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.gridClient figure figcaption {

	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gridClient figure figcaption::before,
.gridClient figure figcaption::after {
	pointer-events: none;
}

.gridClient figure figcaption,
.gridClient figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridClient figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.gridClient figure h2 {
color: #000000;
    line-height: 33px;
}

.gridClient figure:hover h2 {

    opacity: 1;
}

.gridClient figure h2 span {

}

.gridClient figure h2,
.gridClient figure p {
	margin: 0;
}

.gridClient figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-apolloClients {
    background: #ffffff;
    margin: 17px auto;
    padding-bottom: 66px;
}

figure.effect-apolloClients img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apolloClients figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
width: 86%;
    height: 132%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apolloClients p {
position: absolute;
    right: 0;
    bottom: 0;
    margin: 2em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}

figure.effect-apolloClients h2 {
text-align: center;
    margin: 32px 10px 0px 10px;
    font-weight: normal;
    font-size: 15pt;
    position: relative;
top: 72%;
}

figure.effect-apolloClients:hover img {
	opacity: 0.2;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apolloClients:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apolloClients:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}



.infoBoxWrapper
{
background-color: #4c4c4c;
    width: 100%;
    margin: 0px auto;
padding: 0px 0px 0px 0px;

}

.infoBoxWrapper p
{
color: #fff;
text-align: center;
}

.infoBoxContainer
{
width: 95%;
    margin: 0px auto;
}


.infoBox3Wide
{
width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}

.infoBox2Wide
{
width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

.infoBox1Wide
{
width: 100%;

    text-align: center;
    margin-top: 60px;
}


.infoIcon
{
    text-align: center;
    font-size: 50pt;
margin-bottom: 30px;
}
.infoTitle
{
color: #fff;
    text-align: center;
    font-size: 23pt;
    font-weight: bold;
margin-bottom: 10px;
    text-transform: capitalize;
}


.infoText
{
color: #fff;
text-align: center;
}

.infoList
{
color: #fff;
text-align: center;
}

.infoButton
{
    width: auto;
    height: 32px;
    /* border: 1px solid #010101; */
    color: #010101;
    text-align: center;
    margin: 0px auto;
    padding-top: 9px;
    margin-top: 40px;
}

.infoButton:hover
{

}

.infoButton a
{

padding: 13px 25px;
    color: #ffffff;
    border: 1px solid #fff;

}

.infoButton a:hover
{
padding: 13px 25px;
    color: #fff;
    border: 1px solid #a2c03a;
background-color: #a2c03a;  
}

/*Info Box White Background*/

.infoBoxWrapperWhite
{
background-color:white;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.infoBoxWrapperWhite p
{
color: #010101;
text-align: center;
}

.infoBoxWrapperWhite .infoTitle
{
color: #010101;
}


.infoBoxWrapperWhite .infoText{
color:#010101;
}

.infoBoxWrapperWhite .infoList{
color:#010101;
}

.infoBoxWrapperWhite .infoButton
{
    width: auto;
    height: 32px;
    /* border: 1px solid #010101; */
    color: #010101;
    text-align: center;
    margin: 0px auto;
    padding-top: 9px;
    margin-top: 40px;
}

.infoBoxWrapperWhite .infoButton:hover
{

}

.infoBoxWrapperWhite .infoButton a
{

    padding: 13px 25px;
    color: #010101;
    border: 1px solid #000;

}

.infoBoxWrapperWhite .infoButton a:hover
{
padding: 13px 25px;
    color: #fff;
    border: 1px solid #a2c03a;
background-color: #a2c03a;  
}

/*Info Box Green Background*/

.infoBoxWrapperGreen
{
background-color: #a2c03a;
    width: 100%;
    margin: 0px auto;
padding: 1px 0px 50px 0px;

}
.infoBoxWrapperGreen a
{
color: #fff;
}
.infoBoxWrapperGreen a:hover
{
color: #4c4c4c;
}

.infoBoxWrapperGreen p
{
color: #fff;
text-align: center;
}

.infoBoxWrapperGreen .fas {
    color: #fff;
    margin: 0 0 0 20px;
    font-family: 'fontawesome';
    font-style: unset;
}

.infoBoxWrapperGreen .infoButton
{
    width: auto;
    height: 32px;
    /* border: 1px solid #010101; */
    color: #010101;
    text-align: center;
    margin: 0px auto;
    padding-top: 9px;
    margin-top: 40px;
}

.infoBoxWrapperGreen .infoButton:hover
{

}

.infoBoxWrapperGreen .infoButton a
{

padding: 13px 25px;
    color: #ffffff;
    border: 1px solid #fff;

}

.infoBoxWrapperGreen .infoButton a:hover
{
padding: 13px 25px;
    color: #fff;
    border: 1px solid #4c4c4c;
background-color: #4c4c4c;  
}

/*FAQ*/

.question
{
    font-size: 18pt;
    padding: 5px 10px;
    margin-top: 29px;
    margin-bottom: 2px;
    text-align: center;
}
.question .fas
{
    font-size: 36pt;
    position: relative;
    top: 7px;
    margin: 0px 10px 0px 0px;
}
.questionAlt
{
    font-size: 18pt;
    padding: 5px 10px;
    margin-top: 29px;
    margin-bottom: 2px;
    text-align: center;
}
.questionAlt .fas
{
    font-size: 36pt;
    position: relative;
    top: 7px;
    margin: 0px 10px 0px 0px;
}

.answer
{
text-align: justify;
    padding: 5px 10px;
    line-height: 26px;
}
.answer .fas
{
font-size: 21pt;
    margin-right: 8px;
    margin-left: 0px;
    position: relative;
    top: 3px;
}

.answerAlt
{
text-align: justify;
    padding: 5px 10px;
    line-height: 26px;
}
.answerAlt .fas
{
font-size: 21pt;
    margin-right: 8px;
    margin-left: 0px;
    position: relative;
    top: 3px;
}



