/*! iconagency.com.au */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,800&display=swap);

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #cd202e;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --blue-dark: #000f28;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat",sans-serif;
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,:after,:before {
  box-sizing: border-box;
}
.white {
	color: #fff;
}
#offer { display: none;}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#bp {
	font-family: "Montserrat",sans-serif;
}


article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}



[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important;
}

.TopLinksBox {
    padding: 10px;
    display: flex;
    width: 90%; max-width: 1200px;
    flex-wrap: wrap;
    justify-content: center;
}

a.TopLinks  {
    display:block;
    width: 90%;
    max-width: 300px;
    transition: all 0.5s;
    text-decoration: none;
    color: #333333;
    padding: 5px;
}

a.TopLinks:hover {
    background-color: #ffffff;
}

#bp hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#bp h1,#bp h2,#bp h3,#bp h4,#bp h5,#bp h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

#bp h1,#bp h2,#bp h3,#bp h4,#bp h5,#bp h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
  "aptly", sans-serif; font-weight: 800;
}

#bp h1 {
  font-size: 65px;
  font-weight: 600;
  color: #000;
}

#bp h1.mainHead {
  position: relative;
  margin-top: -100px;
  text-shadow: 3px 3px 6px #000f28;
}

#bp h3 {
  font-size: 1.812rem;
  font-weight: 400;
  color: #000;
  max-width: 650px;
}
#bp h3::after {
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    content: "";
    background: #ec008c;
	margin: 15px auto 0;
}

#bp p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Montserrat",sans-serif;
    font-size: 16px;
}
#bp p.featureWhite {
	font-size: 35px;
	color: #fff;
	line-height: normal;
}

#bp h2.top  {
color: #cd202e;
font-size: 2.55rem;
font-weight: 400;
}


#bp h2  {
color: #000;
font-size: 2.55rem;
font-weight: 400;
	font-size: 50px;
}
#bp h4  {
color: #000;
font-size: 1.5rem;
font-weight: 400;
    margin-top: 20px;
}

/*#bp a {
  color: #cd202e;
  text-decoration: none;
  background-color: transparent;
}

#bp a:hover {
  color: #0056b3;
  text-decoration: underline;
}*/

#bp a:not([href]),a:not([href]):hover {
  /*color: inherit;
  text-decoration: none;*/
}

#bp .price {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 6px;
	background-color: #cd202e;
	border-radius: 4px;
	max-width: 180px;
}

#bp .commons {
	width: 180px;
display: inline-block;
margin: 10px;
background-color: #fff;
padding: 8px;
min-height: 275px;
vertical-align: top;
     border-radius: 8px;
}

#bp .priceNormal {
	font-size: 14px;
	font-weight: 500;
	color: #cd202e;
	padding: 6px;
	background-color: #ffffff;
	border-radius: 4px;
	max-width: 180px;
}

#bp .was {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 0;
	border-radius: 4px;
}

#bp .priceWas {
    text-decoration: line-through;
}

#bp .priceDB {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 6px;
	background-color: #cd202e;
	border-radius: 4px;
	max-width: 150px;
}

#bp .moq {
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	padding: 6px;
	background-color: #253c61;
	border-radius: 4px;
	max-width: 150px;

}

.flexLeft {
        order: 1;
}
    
.flexRight {
    order: 2;
}

#bp img {
  border-style: none;
}

#bp img,#bp svg {
  vertical-align: middle;
}

#bp svg {
  overflow: hidden;
}

#bp .specificationsOuter{
	max-width: 1140px;
	align-items: center;
}

#bp .featureBlock {
	display: flex;
	max-width: 1140px;
	align-items: center;
}

#bp .featureBlock h2 {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
}

#bp .featureBlock h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    background: #ec008c;
}

.lightBG {
    background-color: #ededed;
}

#bp .featureBlock50 {
	display: flex;
	width: 50%;
	margin: 0px auto;	
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 2%;
}

#bp .featureBlock50 h2 {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
}

#bp h2::after {
    
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    content: "";
    background: #ec008c;
	margin: 15px auto 0;

}

#bp .featureText {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

#bp .featureText p {
	text-align: left;
}



#bp .specificationsBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
	justify-content: space-evenly;
	/*max-width: 35%; 
	height: 100px; */
}

#bp .specificationsHead {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
}

#bp .specificationsHead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    background: #cd202e;
}

#bp .specifications {
	color: #ffffff;
	/* background-color: #ffffff; */
	padding: 4px;
	flex-grow: 1;
	margin: 3px;
	text-align: center !important;
	border: 1px solid #fff;
	border-radius: 4px;
	font-weight: 300;
}

#bp table.sizing {
	width: 80%;
}

#bp .sizingBlock {
	width: 600px;
	min-width: 600px;
}

#bp td {
	border: 1px solid #fff;
}

#bp td p {
	margin: 0;
	font-size: 12px;
}

#bp h2.groupHead {
	font-weight: 400;
	color: #ffffff;
	margin-top: 150px;
	max-width: 300px;
	min-width: 300px;
}

#bp h2.groupHead::after {
	content: "";
	width: 200px;
	height: 2px;
	background-color: #cd202e;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

#bp .sideImage {
	width: 50%;
}

#bp ul.prodCont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
	list-style-type: none;
}

#bp li.prods {
	display: inline-block;
	margin: 30px;
	width: 200px;
	background-image: radial-gradient(closest-side,rgba(14,45,82,1),rgba(0,15,40,0));
	flex: 1;
	max-width: 200px;
	min-width: 200px;
	transition: all 0.5s
}

#bp .highlightInner{
	max-width: 1500px;
}

#bp .groupOuter{
	max-width: 1700px;
}

#bp .whiteBlock{
	background-color: #ffffff;
}

#bp .whiteBlockOuter::before {
	position: relative;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: "";
	background-image: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
}

#bp .divider {
	width: 50%;
	height: 1px;
	display: block;
	margin: 40px auto;
	background-color: #ffffff;
}

#bp li.prods img {

	width: 200px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	
}


#bp li.prods img:hover {
	transform: scale(2);
	z-index: 2;
}

#bp li.prods600 img {

	width: 300px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	
}


#bp li.prods600 img:hover {
	transform: scale(2);
	z-index: 2;
}

#bp .mainImage {

	width: 600px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	min-width: 600px;
	
}

#bp .mainImage:hover {
	transform: scale(1.5);
	z-index: 2;
}



#bp li.prods::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    content: "";
    background: #cd202e;
	margin-top: 15px;
}

#bp li.prodFeature {
	flex: 2;
	display: inline-block;
	margin: 30px;
	width: 400px;
	background-image: radial-gradient(closest-side,rgba(14,45,82,1),rgba(0,15,40,0));
}

#bp li.prodFeature img {

	width: 400px;
	margin-bottom: 20px;
}

#bp li.prodFeature::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    content: "";
    background: #cd202e;
	margin-top: 15px;
}

#bp .prodHead {
	color: #cd202e;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	float: left;
	padding-left: 10px;
	border-left: 2px solid #ffffff;
	min-height: 87px;
	
}

#bp .prodHead2::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    content: "";
    background: #ffffff;
	margin-bottom: 15px;
}

#bp a.button {
	padding: 10px;
	color: #fff;
	background-color: #7f3f98;
	transition: all 0.5s;
	margin: 30px auto 0;
	display: block;
    border-radius: 8px;
    max-width: 320px;
    text-decoration: none;
	text-align: center;

}

#bp .blueText {
	color: #000f28 !important;
}

#bp a.button:hover {
	background-color: #ec008c;
	text-decoration: none;
	transition: all 0.5s;color: #fff;

}
#bp a.buttonPink {
	padding: 10px;
	color: #fff;
	background-color: #ec008c;
	transition: all 0.5s;
	margin: 30px auto 0;
	display: block;
    border-radius: 8px;
    max-width: 320px;
    text-decoration: none;
	text-align: center;
}


#bp a.buttonPink:hover {
	background-color: #7f3f98;
	text-decoration: none;
	transition: all 0.5s;color: #fff;

}

#bp .handy {
    max-width: 360px;
margin: 8px;
background-color: #ededed;
    border-radius: 10px;overflow: hidden;
}

#bp .campaign {
    display:flex;
margin: 8px;
background-color: #fff;
    border-radius: 10px;overflow: hidden;
    align-items: center;
   
}

#bp .about {
    display:flex;
margin: 8px;
background-color: #ededed;
    border-radius: 10px;overflow: hidden;
    align-items: center;
}

#bp .handyP {
    font-size: 14px;
    padding: 10px;
}

.handy > img {
  max-height: 180px;
  object-fit: cover;
  width: 100%;
}

#bp .wrap {
    flex-wrap: wrap;
    max-width: 1200px;
}

#bp a.buttonBlue {
	padding: 10px;
	border: 1px solid #000f28;
	color: #000f28;
	background-color: rgba(0,15,40,0);
	transition: all 0.5s;
	margin-top: 30px;
	display: block;
	max-width: 150px;

}

#bp a.buttonBlue:hover {
	background-color: rgba(0,15,40,0.3);
	text-decoration: none;
	transition: all 0.5s;

}

#bp a.dl {
	padding: 10px;
	color: #ffffff;
	background-color: #cd202e;
	transition: all 0.5s;
	margin-top: 30px;
	display: block;
	max-width: 300px;
	text-transform: uppercase;
	border-radius: 4px;

}

#bp a.dl:hover {
	background-color: #ffffff;
	color: #cd202e;
	text-decoration: none;
	transition: all 0.5s;

}

#bp .highlightImg{
	float:left; 
	min-height: 400px;
	margin: auto 20px;
}

#bp .highlightBox{
	background-color: #ffffff;

	margin: 0 auto;
	background-image: url(/content/assets/features/af2021/tileBG.jpg);
	overflow: hidden;
	background-attachment: fixed;
	/*display:flex;*/
}
#bp .featureDetail {
	background-color: rgba(0,15,40,0.5);
	padding: 30px;
	height: 100%;
}

#bp .hFlex {
	display: flex;
	/*align-items: center;*/
	justify-content: space-evenly;
}

#bp .highlightBox::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    content: "";
	background-image: linear-gradient(to top,rgba(0,15,40,1),rgba(0,15,40,0));

}
#bp .highlightBox::before {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    content: "";
	background-image: linear-gradient(to bottom,rgba(0,15,40,1),rgba(0,15,40,0));

}

#bp .featureSword {
	width: 100%;
	margin-bottom: 15px;
}

#bp .zoomImg {
	display: inline-block;
	transition: all 0.3s;
	width: 200px;
	margin: 0 20px;
}

#bp .zoomImg120 {
	display: inline-block;
	transition: all 0.3s;
	width: 120px;
	margin: 0 20px;
}

#bp .zoomImg:hover {
	transform: scale(2);
	transition: all 0.3s;
}

#bp .zoomImg120:hover {
	transform: scale(2);
	transition: all 0.3s;
}


@media(max-width:960px) {
	
#bp h1.mainHead {
  margin-top: -50px;
}	
	
#bp h1 {
  font-size: 30px;
}

#bp h2.top  {
  font-size: 2rem;
}

#bp h3 {
  font-size: calc(1.275rem + .3vw);
  padding: 0 15px;
}
#bp .logo {
	width: 120px;
}
#bp .scroll-left2 {
	height: 100px;
}
#bp p.featureWhite {
	font-size: 30px;
}
}

@media(max-width:800px) {
#bp .hFlex {
	display: block;
}

#bp .campaign {
    display:block;
    }
    
#bp .highlightImg{
	float: none; 
	min-height: initial;
}

#bp .sideImage {
	width: 100%;
}

#bp .featureBlock50 {
	width: 100%;
	margin: 20px auto;	
}

}

@media(max-width:400px) {
	
#bp .mainImage {
	width: 350px;
	min-width: 0;
}	

#bp .specificationsOuter {
	width: 95%;
}

#bp .featureBlock {
	display: block;
	margin-top: 45px;
}

#bp .featureText {
	max-width: 95%;
}
	
#bp table.sizing {
	width: 95%;
	margin-top: 20px;
}

#bp .sizingBlock {
	width: 380px;
	min-width: 380px;
}

#bp td {
	border: 1px solid #fff;
}

	
#bp .zoomImg {
	display: block;
	width: 400px;
	margin: 10px 0;
}

#bp .zoomImg:hover {
	transform: scale(1);
}
	
#bp .featureSword {
	object-fit: cover;
	height: 200px;
}
	
#bp h2.groupHead {
	font-size: 1.8rem;
}	

#bp h2 {
	font-size: 1.8rem;
}
	
#bp .highlightBox{
	display: block;
	border-radius: 0;
	padding: 0;
}
	
#bp p.featureWhite {
	font-size: 20px;
}
	
#bp li.prods img {

	width: 350px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: all 0.4s;
	
}


#bp li.prods img:hover {
	transform: scale(1);
}

#bp li.prods {
	display: inline-block;
	margin: 30px 0;
	width: 350px;
	background-image: radial-gradient(closest-side,rgba(14,45,82,1),rgba(0,15,40,0));
	flex: 1;
	max-width: 350px;
	min-width: 350px;
	transition: all 0.5s
}

}

summary {
  padding: 10px;
	border: 1px solid #000;
	color: #000;
	background-color: rgba(255,255,255,1);
	transition: all 0.5s;
	margin-top: 30px;
	display: block;
    border-radius: 8px;
    max-width: 320px;
    text-decoration: none;
  cursor: pointer;
  position: relative;
        margin-bottom: 20px;
}
    
        summary:hover {
	background-color: rgba(0,0,0,1);
	text-decoration: none;
	transition: all 0.5s;color: #fff;
}
    

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
    
    details summary ~ * {
  animation: sweep2 .5s ease-in-out;
}
details[close] summary ~ * {
  animation: sweep2 .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
    
@keyframes sweep2 {
  0%    {opacity: 1; margin-top: 0px}
  100%  {opacity: 0; margin-top: -10px}
}
    
    #af100 p {text-align: center; color: #000000;}

#af100 li.prods {
    display: inline-block;
    margin: 30px;
    width: 200px;
    background-image: radial-gradient(closest-side,rgba(14,45,82,1),rgba(0,15,40,0));
    flex: 1;
    max-width: 500px;
    min-width: 500px;
}

#af100 li.prods::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    content: "";
    background: #0c285a;
    margin-top: 15px;
}

    #af100 h2 {
        text-align: center;
    }
#af100 h2::after {
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    content: "";
    background: #516152;
    margin: 15px auto 0;
}

#af100 .highlightBox {
    background-color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    background-attachment: fixed;
    /* display: flex; */
}
  

#af100 .button {
  font-size: 1em;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
font-size: 18px;
border: none;
border-radius: 5;
  background-color: #516152;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
    text-align: center;
}
#af100 .button:hover {
  background-color: #404c41;
  text-decoration: none;
    color: #ffffff;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
z-index: 18;
background-color: rgba(0, 40, 80, 0.7); 
color: rgba(0, 40, 80, 0.7);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #ffffff;
  color: white;
}

.instagram {
  background: #ffffff;
  color: white;
}


.youtube {
  background: #ffffff;
  color: white;
}


li {
    list-style-type: none;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  opacity: 0;
      display: flex;
    justify-content: center;
    flex-direction: column;
}

.specList::before {
	content: '';
display: inline-block;
height: 20px;
width: 20px;
background-image: url('/content/assets/features/blackhawk/bullet.svg');
background-size: contain;
background-repeat: no-repeat;
}

.specList {
	color: #ffffff;
	list-style: none;
	text-align: left;
}

.sidenav a {
  padding: 4px;
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

/*.sidenav a::after {
 position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    content: "";
    background: #ffffff;
	margin-top: 5px;
}*/

.sidenav .closebtn {
  position: absolute;
  top: 120px;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
}

.closebtn::after{
	height: 0 !important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
iframe{width:100%;height:100%;}
}
.clearfix::before {
	clear: both;
}


.page-content--centered { width: 100% !important; max-width: 100% !important; margin: 0 !important;}
.lightP { font-size: 20px; margin-bottom: 15px;}
.model a { color: #7db2ce !important;}
.page-heading {display: none;}
.breadcrumbs {display: none !important;}
.body { margin: -12px 0 0 0 !important;}

.footer .container {
	max-width: 113.54286rem !important;
	padding: 0 3.2rem !important;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important;
	width: 100%;
}
.scroll-left {
 height: 395px;	
 overflow: hidden;
 position: relative;
}
.scroll-left .inner {
 position: absolute;
 width: 200vw;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 15s linear infinite;
 -webkit-animation: scroll-left 15s linear infinite;
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(0%); }
 100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(0%); }
 100% { -webkit-transform: translateX(-50%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(0%); /* Browser bug fix */
 -webkit-transform: translateX(0%); /* Browser bug fix */
 transform: translateX(0%); 		
 }
 100% { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 
 }
}
.scroll-left2 {
 height: 198px;	
 overflow: hidden;
 position: relative;
 display: none;

 
}
.scroll-left2 .inner2 {
 position: absolute;
 width: 200vw;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(0%);
 -webkit-transform:translateX(0%);	
 transform:translateX(0%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 15s linear infinite;
 -webkit-animation: scroll-left 15s linear infinite;
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left2 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes scroll-left2 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes scroll-left2 {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(0%); /* Browser bug fix */
 -webkit-transform: translateX(0%); /* Browser bug fix */
 transform: translateX(0%); 
 }
}

@media(max-width:960px) {
	.scroll-left{ display: none;}
	.scroll-left2{ display: block;}
}

#af100 h1.mainHead {
    /* position: relative; */
    /* margin-top: -100px; */
    text-shadow: 3px 3px 6px #000f28;
}



@media only screen and (max-width: 360px) {

.icon-bar {
    position: fixed;
    z-index: 18;
    background-color: rgba(0, 40, 80, 0.7);
    color: rgba(0, 40, 80, 0.7);
    top: 86%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: inline-block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}

.footersection{
font-size: 30px;
}




img {
  max-width: 100%;
  height auto; /* default */
}

.sideImage {
    padding-top: 10px;
    padding-bottom: 10px;
}

.collectionimage{
max-width: 100%;
}







iframe{
width: 100%;
height: auto;
}

#af100 .featureBlock50 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
}

#af100 p{
max-width: 100%;
}

.forheading{
max-width: 100%;
}

.animate-creator-photo-div{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}

}


@media only screen and (max-width: 768px) {
.sideImage {

    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-bar {
    position: fixed;
    z-index: 18;
    background-color: rgba(0, 40, 80, 0.7);
    color: rgba(0, 40, 80, 0.7);
    top: 86%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: inline-block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}

iframe{
width: 100%;
height: auto;
}

#af100 .featureBlock50 h2 {
    margin: 0;
    padding: 0;
    width: 100%;
}

}

#af100 h2 {
    font-size: 2.55rem;
    font-weight: 400;
text-transform: capitalize;
}
    #easy {background-color: #ededed;}

    #easy .thumbnails {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
        flex-wrap: wrap;
    }
    .easyzoom {
        mix-blend-mode: multiply;
    }
    
    #easy .thumbnails2 {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
        flex-wrap: wrap;
    }

    .easyzoom2 {
        mix-blend-mode: multiply;
    }

#easy .thumbnails3 {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
    flex-wrap: wrap;
    }
    }
    .easyzoom3 {
        mix-blend-mode: multiply;
    }

#easy .thumbnails4 {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
    }
    .easyzoom4 {
        mix-blend-mode: multiply;
    }

#easy .thumbnails5 {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
    flex-wrap: wrap;
    }

    .easyzoom5 {
        mix-blend-mode: multiply;
    }

#easy .thumbnails6 {
        display: flex;
        justify-content: space-around;
        mix-blend-mode: multiply;
    flex-wrap: wrap;
    }
    .easyzoom6 {
        mix-blend-mode: multiply;
    }
.flip-card {
  background-color: transparent;
   display: inline-block;
margin-bottom: 1em;
    width: 300px;
height: 270px;
  -webkit-perspective: 1000px; 
  perspective: 1000px; 
}

.flip-card-inner {
  position: relative;
    width: 300px;
  text-align: center;
display: inline-block;
margin: auto;
  transition: transform 0.8s;
   -webkit-transition: transform 0.8s;
  transform-style: preserve-3d;
   -webkit-transform-style: preserve-3d;
}



.flip-card:hover .flip-card-inner {
     -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
    width: 300px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.flip-card-back {
 -webkit- transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.flip-card-front {
  color: black;
}

.flip-card-back {
  transform: rotateY(180deg);
 -webkit- transform: rotateY(180deg);
}


.flip-card-front > img {
backface-visibility: hidden;
}


[data-sub-layout="0ee438ed-20ee-4bb4-b47b-8abbb7273237"] {
   margin: 0 !important;
  padding: 0 !important;
}
  
	h1, h2, h3 {
		font-family: "parisplus-std", sans-serif; font-weight: 400; line-height: normal; color: #f26522;
	}
	
	#bp p{
		text-align: center;
	}
	.blockPadding {
  padding: 100px 0;
}
	.featured {
  font-size: 20px !important;
}
	.xBold {
		font-family: "parisplus-sombre", sans-serif;
		font-weight: 700;
	}
	.xlFeature {
		font-size: 100px !important;
	}
	.blockMargin {
		margin: 100px auto;
	}
		.blockPadding {
		padding: 100px 0;
	}
	
/* #categoryFeatured1 .categoryFeatured1__item {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    margin: 0.5%;
    border-radius: 20px 20px 0 20px;
  }*/
.star--ratingFull {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' stroke='%23ffffff' fill='%23fdb10d'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 ' /%3E%3C/svg%3E"); 
width: 20px;
  height: 20px;
  margin-right: 4px;
display: inline-block;
  vertical-align: middle;
}

	.simply-scroll .simply-scroll-list li {
		background-color: #DFDFDF !important;
	}
	
	#scroller p {
		color: #333 !important;
	}

#contact {
  background: #ec008c;
  border-radius: 8px;
	color: #fff;
	transition: all 0.5s;
}
#contact .text {
	color: #fff;
}	
	#contact:hover {
  background: #7f3f98;
}
	.icons {width: 45%;
	max-width: 200px;
	margin: 20px auto;
	}
	.iconDiv {
		max-width: 300px;
		width:24%;
		color: #fff;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 5px;
	}
	.iconDiv > p {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-size: 18px !important;
		line-height: 1.5 !important;
}
	.iconDiv img {
		filter: drop-shadow(5px 5px 5px rgb(127, 63, 152));
	}
	
.container--medium {
    max-width: none;
	padding: 0;
}
	#categoryFeatured1 .categoryFeatured1__item .content-wrapper {
		opacity: 0;
		transition: opacity .1s ease;
	}
	#categoryFeatured1 .categoryFeatured1__item:hover .content-wrapper {
		opacity: 1;
		transition: opacity .1s ease;
	}
    ol {
        margin-left: 60px;
    }
    li::marker {
        color: #7f3f98;
        font-weight: bold;
    }
    .page-heading {
        display: none;
    }
    .page-content {
        /*background-color: #ffd703;
        background-image: url(/content/images/adelaide.webp);
        background-repeat: no-repeat;
        background-size: contain;*/
    }

    .breadcrumb-wrapper {
        display: none;
    }
	#p {
		font-size: 18px;
		text-align: center;
	}
	.white {color: #fff !important}
	h1 {text-align: center}
	h2 {text-align: center; font-size: 50px;}
	
.ideasInner {
  width: 95%;
  margin: 20px auto;
  padding: 30px 30px;
  background-image: url(/content/images/bigIdeas2.webp?v=1.1);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
}
.ideasOuter {
		max-width: 1800px; 
		width: 100%; 
		margin: 20px auto; 
		background-image: url(/content/images/yellowPink.webp?v=1);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	border-radius: 10px;
	}
	

	
@media(max-width:600px) {
	.featured {
  font-size: 1rem !important;
}
	
	.xlFeature {
		font-size: 50px !important;
	}
	.icons {width: 45%;
	max-width: 150px;
	margin: 10px auto;
	}
	.ideasOuter {
		border-radius: 0;
	}
	.ideasInner {
		min-height: 400px;
	}
	.iconDiv {
		max-width: 220px;
		width:48%;
		color: #fff;
	}
	.iconDiv img {
    width: 140px;
}
.iconDiv > p {
  font-size: 14px !important;
}
	.blockMargin {
		margin: 40px auto;
	}
		.blockPadding {
		padding: 40px 0;
	}
	h2 {
	font-size: 	30px
	}
	p {
		font-size: 15px;
	}
	}
.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-next::before, .slick-prev::before {
  background-position: 50%;

  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 0.9375rem;
  width: 0.5625rem;
  margin: 0 auto;

}
.slick-prev::before {
  content: "";
}
.slick-prev::before, .slick-next::before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.halo-image-instagram .image-collection .image-with-overlay::after, .home-layout-3 .halo-image-instagram .image-collection .image-with-overlay::after {
  padding-bottom: 100%;
}
.halo-image-instagram .image-collection .image-with-overlay::after {
  content: '';
  display: block;
  padding-bottom: 139%;
}
@media (min-width: 1025px) {
  .halo-image-instagram .image-collection:hover .image-with-overlay::before {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .image-with-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 2;
    transform: none;
    position: absolute;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
  }
}

@media (min-width: 1025px) {
  .halo-image-instagram .image-collection {
    display: block;
    overflow: hidden;
    position: relative;
  }
}

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-next::before, .slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 0.9375rem;
  width: 0.5625rem;
  margin: 0 auto;
}
.slick-prev::before {
  content: "";
}
.slick-prev::before, .slick-next::before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
element {
}
@media (min-width: 1400px) {
  #halo_instagram_2 .slick-arrow.slick-prev {
    left: 120px;
  }
}
@media (min-width: 1025px) {
  #halo_instagram_2 .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media (min-width: 551px) {
  .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
.slick-arrow {
  height: 32px;
  width: 32px;
  border-color: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: white;
  color: transparent;
  transform: translate(0, -50%);
  border: 1px solid #949494;
    border-top-color: rgb(148, 148, 148);
    border-right-color: rgb(148, 148, 148);
    border-bottom-color: rgb(148, 148, 148);
    border-left-color: rgb(148, 148, 148);
  z-index: 2;
  padding: 0;
  margin: 0;
}
@media (min-width: 1400px) {
  .slick-prev {
    left: -3.375rem;
  }
}
.slick-prev {
  left: -5px;
}
.slick-next, .slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid black;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  border-radius: 50%;
}
.slick-prev {
  left: -25px;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}


.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
}
.slick-next::before, .slick-prev::before {
  background-position: 50%;

  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 0.9375rem;
  width: 0.5625rem;
  margin: 0 auto;

}
.slick-next::before {
  content: "";
}
.slick-prev::before, .slick-next::before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
element {
}
@media (min-width: 1400px) {
  #halo_instagram_2 .slick-arrow.slick-next {
    right: 120px;
  }
}
@media (min-width: 1025px) {
  #halo_instagram_2 .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow.slick-next {
    right: -10px;
  }
}
@media (min-width: 551px) {
  .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
.slick-arrow {
  height: 32px;
  width: 32px;
  border-color: white;

  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .slick-arrow.slick-next {
    right: -15px;
  }
}
.slick-arrow.slick-next {
  right: 15px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: white;

  color: transparent;
  transform: translate(0, -50%);
  border: 1px solid #949494;

    border-top-color: rgb(148, 148, 148);
    border-right-color: rgb(148, 148, 148);
    border-bottom-color: rgb(148, 148, 148);
    border-left-color: rgb(148, 148, 148);

  z-index: 2;
  padding: 0;

  margin: 0;

}
@media (min-width: 1400px) {
  .slick-next {
    right: -3.375rem;
  }
}
.slick-next {
  right: -5px;
}
.slick-next, .slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid black;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem;
  border-radius: 50%;

}
.slick-next {
  right: -25px;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}
@media (min-width: 1025px) {
  .halo-image-instagram {
    white-space: unset;
    padding-left: 0;
  }
}
.halo-image-instagram {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
 .slick-arrow {
    height: 32px;
    width: 32px;
    border-color: white;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }
    .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
      border-color: black; }
    @media (min-width: 551px) {
      .slick-arrow {
        height: 50px;
        width: 50px; } }
    @media (max-width: 1024px) {
      .slick-arrow.slick-prev {
        left: 10px; }
      .slick-arrow.slick-next {
        right: 10px; } }
    @media (max-width: 550px) {
      .slick-arrow:before {
        width: 9px;
        height: 12px; } }
  .home-layout-4 .slick-arrow {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: none; }
    .home-layout-4 .slick-arrow:before {
      width: 36px;
      height: 36px; }
    @media (min-width: 1025px) {
      .home-layout-4 .slick-arrow {
        width: 46px;
        height: 46px; }
        .home-layout-4 .slick-arrow:before {
          width: 46px;
          height: 46px; } }
