/*! iconagency.com.au */
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600&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;
}

#offer { display: none;}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#collectors {
	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;
}

#collectors hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


#collectors .vtx-tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; */
}


#collectors .vtx-tooltip .vtx-tooltiptext {
  opacity: 0;
  width: 200px;
  background-color: #921a1d;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
    top: 110%;
  left: 50%;
  margin-left: -100px;
    border: 2px solid #fff;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3) !important;
    transition: all 0.5s;
    visibility: hidden;
}


#collectors .vtx-tooltip:hover .vtx-tooltiptext {
  opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}

#collectors h1,#collectors h2,#collectors h3,#collectors h4,#collectors h5,#collectors h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

#collectors h1,#collectors h2,#collectors h3,#collectors h4,#collectors h5,#collectors h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
  font-family: "Montserrat",sans-serif;
}

#collectors h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  color: #921a1d;
}

#collectors h1.mainHead {
  position: relative;
  margin-top: -100px;
  text-shadow: 3px 3px 6px #000f28;
}

#collectors h3 {
  font-size: 1.812rem;
  font-weight: 400;
  color: #921a1d;
  max-width: 650px;
}
#collectors h3::after {
    bottom: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    content: "";
    background: #2e2e2e;
	margin: 5px auto 0;
}

#collectors p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Montserrat",sans-serif;
    font-size: 16px;
}

#collectors h2.top  {
color: #cd202e;
text-transform: uppercase;
font-size: 2.55rem;
font-weight: 400;
}


#collectors h2  {
color: #921a1d;
text-transform: uppercase;
font-size: 2.55rem;
font-weight: 400;
}

#collectors h2.white  {
color: #fff;
text-transform: uppercase;
font-size: 2.8rem;
font-weight: 400;
}

#collectors h2.white::after {
    bottom: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 2px;
    content: "";
    background: #921a1d;
}
#collectors h4  {
color: #000;
text-transform: uppercase;
font-size: 1.3rem;
font-weight: 400;
    margin-top: 20px;
}

#collectors .section-header {
     display: flex; 
    width:100%; 
    min-height: 33vh; 
    background-position: center; 
    background-size: cover;
    align-items: center;
    justify-content: center;
}

#collectors a {
  color: #921a1d;
  text-decoration: none;
  background-color: transparent;
    transition: all 0.5s;
}

#collectors a:hover {
  color: #000;
  text-decoration: underline;
    transition: all 0.5s;
}

#collectors a:not([href]),a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

#collectors .price {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 6px;
	background-color: #cd202e;
	border-radius: 4px;
	max-width: 180px;
}
.flexLeft {
        order: 1;
}
    
.flexRight {
    order: 2;
}

#collectors .commons {
width: 260px;
display: inline-block;
margin: 4px;
background-color: #fff;
min-height: 275px;
vertical-align: top;
z-index: 10;
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
border-radius: 3px;
overflow: hidden;
}

#collectors .product-list-box{
background-color: #fff;
border-radius: 12px; 
overflow: hidden; 
margin: 10px auto; 
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3) !important;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#collectors .product-list-img {
    width: 300px;
    transition: all 0.5s;
}

#collectors .product-list-img:hover {
    transform: scale(1.3);
    transition: all 0.5s;
}

#collectors .commons2 {
	width: 260px;
display: inline-block;
margin: 4px;
background-color: #ededed;
min-height: 275px;
vertical-align: top;
    z-index: 10;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
border-radius: 3px;
overflow: hidden;
}

#collectors .priceNormal {
	font-size: 14px;
	font-weight: 500;
	color: #cd202e;
	padding: 6px;
	background-color: #ffffff;
	border-radius: 4px;
	max-width: 180px;
}

#collectors .was {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 0;
	border-radius: 4px;
}

#collectors .priceWas {
    text-decoration: line-through;
}

#collectors .priceDB {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	padding: 6px;
	background-color: #cd202e;
	border-radius: 4px;
	max-width: 150px;
}

#collectors .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;
}

#collectors img {
  border-style: none;
}

#collectors img,#collectors svg {
  vertical-align: middle;
}

#collectors svg {
  overflow: hidden;
}

#collectors .specificationsOuter{
	max-width: 1140px;
	align-items: center;
}

#collectors .featureBlock {
	display: flex;
	max-width: 1140px;
	align-items: center;
}

#collectors .featureBlock h2 {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
}

#collectors .featureBlock h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    background: #575757;
}

.lightBG {
    background-color: #ededed;
}

#collectors .featureBlock50 {
	display: flex;
	width: 50%;
	margin: 0px auto;	
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding: 10px 2%;
}

#collectors .featureBlock50 h2 {
	position: relative;
	padding-bottom: 1rem;
	text-align: center;
}

#collectors h2::after {
    
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    content: "";
    background: #575757;
	margin: 15px auto 0;

}

#collectors .featureText {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

#collectors .featureText p {
	text-align: left;
}



#collectors .specificationsBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
	justify-content: space-evenly;
	/*max-width: 35%; 
	height: 100px; */
}

#collectors .specificationsHead {
	position: relative;
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	text-align: left;
}

#collectors .specificationsHead::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    background: #575757;
}

#collectors .specifications {
    text-align: left;
    padding: 7px 0;
    font-size: 15px;
    color: #4c4c4c;
}

#collectors ul.specifications {
	width: 100%;
}

#collectors table.sizing {
	width: 80%;
}

#collectors .sizingBlock {
	width: 600px;
	min-width: 600px;
}

#collectors td {
	border: 1px solid #fff;
}

#collectors td p {
	margin: 0;
	font-size: 12px;
}

#collectors h2.groupHead {
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 150px;
	max-width: 300px;
	min-width: 300px;
}

#collectors h2.groupHead::after {
	content: "";
	width: 200px;
	height: 2px;
	background-color: #cd202e;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

#collectors .sideImage {
	width: 50%;
    justify-content: space-around;
    display: flex;
    align-content: space-between;
}

#collectors ul.prodCont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
	list-style-type: none;
}

#collectors 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
}

#collectors .highlightInner{
	max-width: 1500px;
}

#collectors .groupOuter{
	max-width: 1700px;
}

#collectors .whiteBlock{
	background-color: #ffffff;
}

#collectors .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));
}

#collectors .divider {
	width: 50%;
	height: 1px;
	display: block;
	margin: 40px auto;
	background-color: #ffffff;
}

#collectors li.prods img {

	width: 200px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	
}


#collectors li.prods img:hover {
	transform: scale(2);
	z-index: 2;
}

#collectors li.prods600 img {

	width: 300px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	
}


#collectors li.prods600 img:hover {
	transform: scale(2);
	z-index: 2;
}

#collectors .mainImage {

	width: 600px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	min-width: 600px;
	
}

#collectors .mainImage:hover {
	transform: scale(1.5);
	z-index: 2;
}



#collectors li.prods::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    content: "";
    background: #cd202e;
	margin-top: 15px;
}

#collectors 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));
}

#collectors li.prodFeature img {

	width: 400px;
	margin-bottom: 20px;
}

#collectors li.prodFeature::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 2px;
    content: "";
    background: #cd202e;
	margin-top: 15px;
}

#collectors .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;
	
}

#collectors .prodHead2::after {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 1px;
    content: "";
    background: #ffffff;
	margin-bottom: 15px;
}

#collectors a.button {
	padding: 10px;
	border: 1px solid #921a1d;
	color: #fff;
	background-color: rgba(146,26,29,1);
	transition: all 0.3s;
	margin-top: 10px;
	display: block;
    border-radius: 8px;
    max-width: 320px;
    text-decoration: none;
    width: 90%;

}

#collectors .blueText {
	color: #000f28 !important;
}

#collectors a.button:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
	transition: all 0.3s;
    color: #921a1d;

}

#collectors a.buy {
	padding: 10px;
	border: 1px solid #921a1d;
	color: #fff;
	background-color: rgba(146,26,29,1);
	transition: all 0.3s;
	margin: 0 10px 30px 10px;
	display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}

#collectors .sold-out {
	padding: 10px;
	border: 1px solid #333333;
	color: #333333;
	background-color: #ededed;
	transition: all 0.3s;
	margin: 0 10px 30px 10px;
	display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}

#collectors a.buy:hover {
	background-color: rgba(255,255,255,1);
	text-decoration: none;
	transition: all 0.3s;
    color: #921a1d;

}

#collectors .handy {
    max-width: 360px;
margin: 8px;
background-color: #ededed;
    border-radius: 10px;overflow: hidden;
}

#collectors .campaign {
    display:flex;
margin: 8px;
background-color: #fff;
    border-radius: 10px;overflow: hidden;
    align-items: center;
   
}

#collectors .about {
    display:flex;
margin: 8px;
background-color: #ededed;
    border-radius: 10px;overflow: hidden;
    align-items: center;
}

#collectors .handyP {
    font-size: 14px;
    padding: 10px;
}

.handy > img {
  max-height: 180px;
  object-fit: cover;
  width: 100%;
}

#collectors .wrap {
    flex-wrap: wrap;
    max-width: 1200px;
}

#collectors 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;

}

#collectors a.buttonBlue:hover {
	background-color: rgba(0,15,40,0.3);
	text-decoration: none;
	transition: all 0.5s;

}

#collectors 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;

}

#collectors a.dl:hover {
	background-color: #ffffff;
	color: #cd202e;
	text-decoration: none;
	transition: all 0.5s;

}

#collectors .highlightImg{
	float:left; 
	min-height: 400px;
	margin: auto 20px;
}

#collectors .highlightBox{
	background-color: #ffffff;

	margin: 0 auto;
	background-image: url(/content/assets/features/af2021/tileBG.jpg);
	overflow: hidden;
	background-attachment: fixed;
	/*display:flex;*/
}
#collectors .featureDetail {
	background-color: rgba(0,15,40,0.5);
	padding: 30px;
	height: 100%;
}

#collectors .hFlex {
	display: flex;
	/*align-items: center;*/
	justify-content: space-evenly;
}

.hFlex::after {
  background: linear-gradient(to bottom, rgb(102, 102, 102) 0%, rgba(102,102,102,0) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  z-index: 2;
  mix-blend-mode: multiply;
    left: 0;
}

#collectors .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));

}
#collectors .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));

}

#collectors .featureSword {
	width: 100%;
	margin-bottom: 15px;
}

#collectors .zoomImg {
	display: inline-block;
	transition: all 0.3s;
	width: 200px;
	margin: 0 20px;
}

#collectors .zoomImg120 {
	display: inline-block;
	transition: all 0.3s;
	width: 120px;
	margin: 0 20px;
}

#collectors .zoomImg:hover {
	transform: scale(2);
	transition: all 0.3s;
}

#collectors .zoomImg120:hover {
	transform: scale(2);
	transition: all 0.3s;
}


@media(max-width:960px) {
	
#collectors h1.mainHead {
  margin-top: -50px;
}	
	
#collectors h1 {
  font-size: 3rem;
}

#collectors h2.top  {
  font-size: 2rem;
}

#collectors h3 {
  font-size: calc(1.275rem + .3vw);
  padding: 0 15px;
}
#collectors .logo {
	width: 120px;
}
#collectors .scroll-left2 {
	height: 100px;
}
}

@media(max-width:800px) {
#collectors .hFlex {
	display: block;
}

#collectors .campaign {
    display:block;
    }
    
#collectors .highlightImg{
	float: none; 
	min-height: initial;
}

#collectors .sideImage {
	width: 100%;
}

#collectors .featureBlock50 {
	width: 100%;
	margin: 20px auto;	
}

}

@media(max-width:400px) {
	
#collectors .mainImage {
	width: 350px;
	min-width: 0;
}	

#collectors .specificationsOuter {
	width: 95%;
}

#collectors .featureBlock {
	display: block;
	margin-top: 45px;
}

#collectors .featureText {
	max-width: 95%;
}
	
#collectors table.sizing {
	width: 95%;
	margin-top: 20px;
}

#collectors .sizingBlock {
	width: 380px;
	min-width: 380px;
}

#collectors td {
	border: 1px solid #fff;
}

	
#collectors .zoomImg {
	display: block;
	width: 400px;
	margin: 10px 0;
}

#collectors .zoomImg:hover {
	transform: scale(1);
}
	
#collectors .featureSword {
	object-fit: cover;
	height: 200px;
}
	
#collectors h2.groupHead {
	font-size: 1.8rem;
}	

#collectors h2 {
	font-size: 1.8rem;
}
	
#collectors .highlightBox{
	display: block;
	border-radius: 0;
	padding: 0;
}
	

	
#collectors li.prods img {

	width: 350px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	transition: all 0.4s;
	
}


#collectors li.prods img:hover {
	transform: scale(1);
}

#collectors 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;
}
@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;
}

#navClose {
    width: 0;
    height: 100%;
    z-index: 17;
    position: fixed;
    top: 0;
    left: 0
}
}

.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: 8px;
  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 {

  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;
}

.clearfix:nth-of-type(2n) {
  background-color: #ededed !important;
}

.container{ max-width: 100vw !important; margin: 0 !important;padding: 0 !important; width: 100% !important;}
.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;
}


.button{
line-height: 1;
}


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;
    }
