@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Light.otf");
	font-weight:100;
	font-style:normal;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Light.otf");
	font-weight:100;
	font-style:italic;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Regular.otf");
	font-weight:normal;
	font-style:normal;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Regular.otf");
	font-weight:normal;
	font-style:italic;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Medium.otf");
	font-weight:500;
	font-style:normal;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Medium.otf");
	font-weight:500;
	font-style:italic;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Bold.otf");
	font-weight:bold;
	font-style:normal;
}
@font-face {
  	font-family: KohinoorBangla;
  	src: url("../fonts/KohinoorBangla-Bold.otf");
	font-weight:bold;
	font-style:italic;
}
@font-face {
  	font-family: KohinoorTelugu;
  	src: url("../fonts/KohinoorTelugu-Bold.otf");
	font-weight:bold;
	font-style:normal;
}
@font-face {
  	font-family: Upbolters;
  	src: url("../fonts/upbolters-new-italic.otf");
	font-weight:bold;
	font-style:italic;
}

/* HELPERS */
.font-upbolters {
	font-family: Upbolters, sans-serif !important;
	font-weight:bold !important;
	font-style:italic !important;
	text-transform: uppercase !important;
	letter-spacing: .01em;
}
.font-kohinoortelugu {
	font-family: KohinoorTelugu, sans-serif !important;
	font-weight:bold !important;
	font-style:normal !important;
}
.font-kohinoorbangla {
	font-family: KohinoorBangla, sans-serif !important;
}
.font-sans {
	font-family: sans-serif !important;
}
.text-uppercase { text-transform: uppercase !important; }
.text-lowercase { text-transform: lowercase !important; }
.text-normalcase { text-transform: none !important; }
.font-weight-normal { font-weight:normal !important; }
.font-weight-bold { font-weight:bold !important; }
.font-weight-medium { font-weight:500 !important; }
.font-weight-light { font-weight:100 !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
/* LEGACY */
strong, b, .strong { font-weight: bold; }

.z-0 { z-index: 0; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.z-3 { z-index: 3; }
.z-4 { z-index: 4; }
.z-5 { z-index: 5; }
.z-10 { z-index: 10; }
.z-99 { z-index: 99; }

.position-relative { position:relative !important; }
.position-absolute { position:absolute !important; }
.position-fixed { position:fixed !important; }

.text-black { color: black !important; }
.text-white { color: white !important; }
a.text-black:hover { color: rgba(0,0,0,.75) !important; }
a.text-white:hover { color: rgba(255,255,255,.75) !important; }

.text-white .feature-icons li svg * { fill: white !important; }

/*.site-max-width { max-width:1680px; margin:0 auto; }*/


h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 { font-family: KohinoorBangla, Sans-Serif; font-weight: bold; }
.display-1 {}
.display-2 { font-size:calc(2rem + 2.25 * ((100vw - 30rem) / 90 )) !important; line-height:.9; }
.display-3 {}
h1, .h1 { font-size: 28px; line-height:.9; }
h2, .h2 { font-size: 18px; line-height:1; }
h3, .h3 { font-size: 16px; }
h4, .h4 { font-size: 13px; }
h5, .h5 { font-size: 12px; }
h6, .h6 { font-size: 11px; }

.m-0 { margin:0 !important; }
.m-1 { margin:.25rem !important; }
.m-2 { margin:.5rem !important; }
.m-3 { margin:1rem !important; }
.m-4 { margin:1.5rem !important; }
.m-5 { margin:2rem !important; }
.m-6 { margin:3rem !important; }
.mb-0 { margin-bottom:0 !important; }
.mb-1 { margin-bottom:.25rem !important; }
.mb-2 { margin-bottom:.5rem !important; }
.mb-3 { margin-bottom:1rem !important; }
.mb-4 { margin-bottom:1.5rem !important; }
.mb-5 { margin-bottom:2rem !important; }
.mb-6 { margin-bottom:3rem !important; }
.mt-0 { margin-bottom:0 !important; }
.mt-1 { margin-top:.25rem !important; }
.mt-2 { margin-top:.5rem !important; }
.mt-3 { margin-top:1rem !important; }
.mt-4 { margin-top:1.5rem !important; }
.mt-5 { margin-top:2rem !important; }
.mt-6 { margin-top:3rem !important; }
.ml-0 { margin-left:0 !important; }
.ml-1 { margin-left:.25rem !important; }
.ml-2 { margin-left:.5rem !important; }
.ml-3 { margin-left:1rem !important; }
.ml-4 { margin-left:1.5rem !important; }
.ml-5 { margin-left:2rem !important; }
.ml-6 { margin-left:3rem !important; }
.mr-0 { margin-right:0 !important; }
.mr-1 { margin-right:.25rem !important; }
.mr-2 { margin-right:.5rem !important; }
.mr-3 { margin-right:1rem !important; }
.mr-4 { margin-right:1.5rem !important; }
.mr-5 { margin-right:2rem !important; }
.mr-6 { margin-right:3rem !important; }
.p-0 { padding:0 !important; }
.p-1 { padding:.25rem !important; }
.p-2 { padding:.5rem !important; }
.p-3 { padding:1rem !important; }
.p-4 { padding:1.5rem !important; }
.p-5 { padding:2rem !important; }
.p-6 { padding:3rem !important; }
.pb-0 { padding-bottom:0 !important; }
.pb-1 { padding-bottom:.25rem !important; }
.pb-2 { padding-bottom:.5rem !important; }
.pb-3 { padding-bottom:1rem !important; }
.pb-4 { padding-bottom:1.5rem !important; }
.pb-5 { padding-bottom:2rem !important; }
.pb-6 { padding-bottom:3rem !important; }
.pt-0 { padding-bottom:0 !important; }
.pt-1 { padding-top:.25rem !important; }
.pt-2 { padding-top:.5rem !important; }
.pt-3 { padding-top:1rem !important; }
.pt-4 { padding-top:1.5rem !important; }
.pt-5 { padding-top:2rem !important; }
.pt-6 { padding-top:3rem !important; }
.pl-0 { padding-left:0 !important; }
.pl-1 { padding-left:.25rem !important; }
.pl-2 { padding-left:.5rem !important; }
.pl-3 { padding-left:1rem !important; }
.pl-4 { padding-left:1.5rem !important; }
.pl-5 { padding-left:2rem !important; }
.pl-6 { padding-left:3rem !important; }
.pr-0 { padding-right:0 !important; }
.pr-1 { padding-right:.25rem !important; }
.pr-2 { padding-right:.5rem !important; }
.pr-3 { padding-right:1rem !important; }
.pr-4 { padding-right:1.5rem !important; }
.pr-5 { padding-right:2rem !important; }
.pr-6 { padding-right:3rem !important; }

.d-none { display:none !important; }
.d-block { display:block !important; }
.d-flex { display:flex !important; }
.d-inline { display:inline !important; }
.d-inline-block { display:inline-block !important; }
.d-inline-flex { display:inline-flex !important; }

@media only screen and (min-width: 576px) {
	.m-sm-0 { margin:0 !important; }
	.m-sm-1 { margin:.25rem !important; }
	.m-sm-2 { margin:.5rem !important; }
	.m-sm-3 { margin:1rem !important; }
	.m-sm-4 { margin:1.5rem !important; }
	.m-sm-5 { margin:2rem !important; }
	.m-sm-6 { margin:3rem !important; }
	.mb-sm-0 { margin-bottom:0 !important; }
	.mb-sm-1 { margin-bottom:.25rem !important; }
	.mb-sm-2 { margin-bottom:.5rem !important; }
	.mb-sm-3 { margin-bottom:1rem !important; }
	.mb-sm-4 { margin-bottom:1.5rem !important; }
	.mb-sm-5 { margin-bottom:2rem !important; }
	.mb-sm-6 { margin-bottom:3rem !important; }
	.mt-sm-0 { margin-bottom:0 !important; }
	.mt-sm-1 { margin-top:.25rem !important; }
	.mt-sm-2 { margin-top:.5rem !important; }
	.mt-sm-3 { margin-top:1rem !important; }
	.mt-sm-4 { margin-top:1.5rem !important; }
	.mt-sm-5 { margin-top:2rem !important; }
	.mt-sm-6 { margin-top:3rem !important; }
	.ml-sm-0 { margin-left:0 !important; }
	.ml-sm-1 { margin-left:.25rem !important; }
	.ml-sm-2 { margin-left:.5rem !important; }
	.ml-sm-3 { margin-left:1rem !important; }
	.ml-sm-4 { margin-left:1.5rem !important; }
	.ml-sm-5 { margin-left:2rem !important; }
	.ml-sm-6 { margin-left:3rem !important; }
	.mr-sm-0 { margin-right:0 !important; }
	.mr-sm-1 { margin-right:.25rem !important; }
	.mr-sm-2 { margin-right:.5rem !important; }
	.mr-sm-3 { margin-right:1rem !important; }
	.mr-sm-4 { margin-right:1.5rem !important; }
	.mr-sm-5 { margin-right:2rem !important; }
	.mr-sm-6 { margin-right:3rem !important; }
	.p-sm-0 { padding:0 !important; }
	.p-sm-1 { padding:.25rem !important; }
	.p-sm-2 { padding:.5rem !important; }
	.p-sm-3 { padding:1rem !important; }
	.p-sm-4 { padding:1.5rem !important; }
	.p-sm-5 { padding:2rem !important; }
	.p-sm-6 { padding:3rem !important; }
	.pb-sm-0 { padding-bottom:0 !important; }
	.pb-sm-1 { padding-bottom:.25rem !important; }
	.pb-sm-2 { padding-bottom:.5rem !important; }
	.pb-sm-3 { padding-bottom:1rem !important; }
	.pb-sm-4 { padding-bottom:1.5rem !important; }
	.pb-sm-5 { padding-bottom:2rem !important; }
	.pb-sm-6 { padding-bottom:3rem !important; }
	.pt-sm-0 { padding-bottom:0 !important; }
	.pt-sm-1 { padding-top:.25rem !important; }
	.pt-sm-2 { padding-top:.5rem !important; }
	.pt-sm-3 { padding-top:1rem !important; }
	.pt-sm-4 { padding-top:1.5rem !important; }
	.pt-sm-5 { padding-top:2rem !important; }
	.pt-sm-6 { padding-top:3rem !important; }
	.pl-sm-0 { padding-left:0 !important; }
	.pl-sm-1 { padding-left:.25rem !important; }
	.pl-sm-2 { padding-left:.5rem !important; }
	.pl-sm-3 { padding-left:1rem !important; }
	.pl-sm-4 { padding-left:1.5rem !important; }
	.pl-sm-5 { padding-left:2rem !important; }
	.pl-sm-6 { padding-left:3rem !important; }
	.pr-sm-0 { padding-right:0 !important; }
	.pr-sm-1 { padding-right:.25rem !important; }
	.pr-sm-2 { padding-right:.5rem !important; }
	.pr-sm-3 { padding-right:1rem !important; }
	.pr-sm-4 { padding-right:1.5rem !important; }
	.pr-sm-5 { padding-right:2rem !important; }
	.pr-sm-6 { padding-right:3rem !important; }
	
	.d-sm-none { display:none !important; }
	.d-sm-block { display:block !important; }
	.d-sm-flex { display:flex !important; }
	.d-sm-inline { display:inline !important; }
	.d-sm-inline-block { display:inline-block !important; }
	.d-sm-inline-flex { display:inline-flex !important; }
}
@media only screen and (min-width: 768px) {
	.m-md-0 { margin:0 !important; }
	.m-md-1 { margin:.25rem !important; }
	.m-md-2 { margin:.5rem !important; }
	.m-md-3 { margin:1rem !important; }
	.m-md-4 { margin:1.5rem !important; }
	.m-md-5 { margin:2rem !important; }
	.m-md-6 { margin:3rem !important; }
	.mb-md-0 { margin-bottom:0 !important; }
	.mb-md-1 { margin-bottom:.25rem !important; }
	.mb-md-2 { margin-bottom:.5rem !important; }
	.mb-md-3 { margin-bottom:1rem !important; }
	.mb-md-4 { margin-bottom:1.5rem !important; }
	.mb-md-5 { margin-bottom:2rem !important; }
	.mb-md-6 { margin-bottom:3rem !important; }
	.mt-md-0 { margin-bottom:0 !important; }
	.mt-md-1 { margin-top:.25rem !important; }
	.mt-md-2 { margin-top:.5rem !important; }
	.mt-md-3 { margin-top:1rem !important; }
	.mt-md-4 { margin-top:1.5rem !important; }
	.mt-md-5 { margin-top:2rem !important; }
	.mt-md-6 { margin-top:3rem !important; }
	.ml-md-0 { margin-left:0 !important; }
	.ml-md-1 { margin-left:.25rem !important; }
	.ml-md-2 { margin-left:.5rem !important; }
	.ml-md-3 { margin-left:1rem !important; }
	.ml-md-4 { margin-left:1.5rem !important; }
	.ml-md-5 { margin-left:2rem !important; }
	.ml-md-6 { margin-left:3rem !important; }
	.mr-md-0 { margin-right:0 !important; }
	.mr-md-1 { margin-right:.25rem !important; }
	.mr-md-2 { margin-right:.5rem !important; }
	.mr-md-3 { margin-right:1rem !important; }
	.mr-md-4 { margin-right:1.5rem !important; }
	.mr-md-5 { margin-right:2rem !important; }
	.mr-md-6 { margin-right:3rem !important; }
	.p-md-0 { padding:0 !important; }
	.p-md-1 { padding:.25rem !important; }
	.p-md-2 { padding:.5rem !important; }
	.p-md-3 { padding:1rem !important; }
	.p-md-4 { padding:1.5rem !important; }
	.p-md-5 { padding:2rem !important; }
	.p-md-6 { padding:3rem !important; }
	.pb-md-0 { padding-bottom:0 !important; }
	.pb-md-1 { padding-bottom:.25rem !important; }
	.pb-md-2 { padding-bottom:.5rem !important; }
	.pb-md-3 { padding-bottom:1rem !important; }
	.pb-md-4 { padding-bottom:1.5rem !important; }
	.pb-md-5 { padding-bottom:2rem !important; }
	.pb-md-6 { padding-bottom:3rem !important; }
	.pt-md-0 { padding-bottom:0 !important; }
	.pt-md-1 { padding-top:.25rem !important; }
	.pt-md-2 { padding-top:.5rem !important; }
	.pt-md-3 { padding-top:1rem !important; }
	.pt-md-4 { padding-top:1.5rem !important; }
	.pt-md-5 { padding-top:2rem !important; }
	.pt-md-6 { padding-top:3rem !important; }
	.pl-md-0 { padding-left:0 !important; }
	.pl-md-1 { padding-left:.25rem !important; }
	.pl-md-2 { padding-left:.5rem !important; }
	.pl-md-3 { padding-left:1rem !important; }
	.pl-md-4 { padding-left:1.5rem !important; }
	.pl-md-5 { padding-left:2rem !important; }
	.pl-md-6 { padding-left:3rem !important; }
	.pr-md-0 { padding-right:0 !important; }
	.pr-md-1 { padding-right:.25rem !important; }
	.pr-md-2 { padding-right:.5rem !important; }
	.pr-md-3 { padding-right:1rem !important; }
	.pr-md-4 { padding-right:1.5rem !important; }
	.pr-md-5 { padding-right:2rem !important; }
	.pr-md-6 { padding-right:3rem !important; }
	
	.d-md-none { display:none !important; }
	.d-md-block { display:block !important; }
	.d-md-flex { display:flex !important; }
	.d-md-inline { display:inline !important; }
	.d-md-inline-block { display:inline-block !important; }
	.d-md-inline-flex { display:inline-flex !important; }
}
@media only screen and (min-width: 992px) {
	.m-lg-0 { margin:0 !important; }
	.m-lg-1 { margin:.25rem !important; }
	.m-lg-2 { margin:.5rem !important; }
	.m-lg-3 { margin:1rem !important; }
	.m-lg-4 { margin:1.5rem !important; }
	.m-lg-5 { margin:2rem !important; }
	.m-lg-6 { margin:3rem !important; }
	.mb-lg-0 { margin-bottom:0 !important; }
	.mb-lg-1 { margin-bottom:.25rem !important; }
	.mb-lg-2 { margin-bottom:.5rem !important; }
	.mb-lg-3 { margin-bottom:1rem !important; }
	.mb-lg-4 { margin-bottom:1.5rem !important; }
	.mb-lg-5 { margin-bottom:2rem !important; }
	.mb-lg-6 { margin-bottom:3rem !important; }
	.mt-lg-0 { margin-bottom:0 !important; }
	.mt-lg-1 { margin-top:.25rem !important; }
	.mt-lg-2 { margin-top:.5rem !important; }
	.mt-lg-3 { margin-top:1rem !important; }
	.mt-lg-4 { margin-top:1.5rem !important; }
	.mt-lg-5 { margin-top:2rem !important; }
	.mt-lg-6 { margin-top:3rem !important; }
	.ml-lg-0 { margin-left:0 !important; }
	.ml-lg-1 { margin-left:.25rem !important; }
	.ml-lg-2 { margin-left:.5rem !important; }
	.ml-lg-3 { margin-left:1rem !important; }
	.ml-lg-4 { margin-left:1.5rem !important; }
	.ml-lg-5 { margin-left:2rem !important; }
	.ml-lg-6 { margin-left:3rem !important; }
	.mr-lg-0 { margin-right:0 !important; }
	.mr-lg-1 { margin-right:.25rem !important; }
	.mr-lg-2 { margin-right:.5rem !important; }
	.mr-lg-3 { margin-right:1rem !important; }
	.mr-lg-4 { margin-right:1.5rem !important; }
	.mr-lg-5 { margin-right:2rem !important; }
	.mr-lg-6 { margin-right:3rem !important; }
	.p-lg-0 { padding:0 !important; }
	.p-lg-1 { padding:.25rem !important; }
	.p-lg-2 { padding:.5rem !important; }
	.p-lg-3 { padding:1rem !important; }
	.p-lg-4 { padding:1.5rem !important; }
	.p-lg-5 { padding:2rem !important; }
	.p-lg-6 { padding:3rem !important; }
	.pb-lg-0 { padding-bottom:0 !important; }
	.pb-lg-1 { padding-bottom:.25rem !important; }
	.pb-lg-2 { padding-bottom:.5rem !important; }
	.pb-lg-3 { padding-bottom:1rem !important; }
	.pb-lg-4 { padding-bottom:1.5rem !important; }
	.pb-lg-5 { padding-bottom:2rem !important; }
	.pb-lg-6 { padding-bottom:3rem !important; }
	.pt-lg-0 { padding-bottom:0 !important; }
	.pt-lg-1 { padding-top:.25rem !important; }
	.pt-lg-2 { padding-top:.5rem !important; }
	.pt-lg-3 { padding-top:1rem !important; }
	.pt-lg-4 { padding-top:1.5rem !important; }
	.pt-lg-5 { padding-top:2rem !important; }
	.pt-lg-6 { padding-top:3rem !important; }
	.pl-lg-0 { padding-left:0 !important; }
	.pl-lg-1 { padding-left:.25rem !important; }
	.pl-lg-2 { padding-left:.5rem !important; }
	.pl-lg-3 { padding-left:1rem !important; }
	.pl-lg-4 { padding-left:1.5rem !important; }
	.pl-lg-5 { padding-left:2rem !important; }
	.pl-lg-6 { padding-left:3rem !important; }
	.pr-lg-0 { padding-right:0 !important; }
	.pr-lg-1 { padding-right:.25rem !important; }
	.pr-lg-2 { padding-right:.5rem !important; }
	.pr-lg-3 { padding-right:1rem !important; }
	.pr-lg-4 { padding-right:1.5rem !important; }
	.pr-lg-5 { padding-right:2rem !important; }
	.pr-lg-6 { padding-right:3rem !important; }
	
	.d-lg-none { display:none !important; }
	.d-lg-block { display:block !important; }
	.d-lg-flex { display:flex !important; }
	.d-lg-inline { display:inline !important; }
	.d-lg-inline-block { display:inline-block !important; }
	.d-lg-inline-flex { display:inline-flex !important; }
}
@media only screen and (min-width: 1200px) {
	.m-xl-0 { margin:0 !important; }
	.m-xl-1 { margin:.25rem !important; }
	.m-xl-2 { margin:.5rem !important; }
	.m-xl-3 { margin:1rem !important; }
	.m-xl-4 { margin:1.5rem !important; }
	.m-xl-5 { margin:2rem !important; }
	.m-xl-6 { margin:3rem !important; }
	.mb-xl-0 { margin-bottom:0 !important; }
	.mb-xl-1 { margin-bottom:.25rem !important; }
	.mb-xl-2 { margin-bottom:.5rem !important; }
	.mb-xl-3 { margin-bottom:1rem !important; }
	.mb-xl-4 { margin-bottom:1.5rem !important; }
	.mb-xl-5 { margin-bottom:2rem !important; }
	.mb-xl-6 { margin-bottom:3rem !important; }
	.mt-xl-0 { margin-bottom:0 !important; }
	.mt-xl-1 { margin-top:.25rem !important; }
	.mt-xl-2 { margin-top:.5rem !important; }
	.mt-xl-3 { margin-top:1rem !important; }
	.mt-xl-4 { margin-top:1.5rem !important; }
	.mt-xl-5 { margin-top:2rem !important; }
	.mt-xl-6 { margin-top:3rem !important; }
	.ml-xl-0 { margin-left:0 !important; }
	.ml-xl-1 { margin-left:.25rem !important; }
	.ml-xl-2 { margin-left:.5rem !important; }
	.ml-xl-3 { margin-left:1rem !important; }
	.ml-xl-4 { margin-left:1.5rem !important; }
	.ml-xl-5 { margin-left:2rem !important; }
	.ml-xl-6 { margin-left:3rem !important; }
	.mr-xl-0 { margin-right:0 !important; }
	.mr-xl-1 { margin-right:.25rem !important; }
	.mr-xl-2 { margin-right:.5rem !important; }
	.mr-xl-3 { margin-right:1rem !important; }
	.mr-xl-4 { margin-right:1.5rem !important; }
	.mr-xl-5 { margin-right:2rem !important; }
	.mr-xl-6 { margin-right:3rem !important; }
	.p-xl-0 { padding:0 !important; }
	.p-xl-1 { padding:.25rem !important; }
	.p-xl-2 { padding:.5rem !important; }
	.p-xl-3 { padding:1rem !important; }
	.p-xl-4 { padding:1.5rem !important; }
	.p-xl-5 { padding:2rem !important; }
	.p-xl-6 { padding:3rem !important; }
	.pb-xl-0 { padding-bottom:0 !important; }
	.pb-xl-1 { padding-bottom:.25rem !important; }
	.pb-xl-2 { padding-bottom:.5rem !important; }
	.pb-xl-3 { padding-bottom:1rem !important; }
	.pb-xl-4 { padding-bottom:1.5rem !important; }
	.pb-xl-5 { padding-bottom:2rem !important; }
	.pb-xl-6 { padding-bottom:3rem !important; }
	.pt-xl-0 { padding-bottom:0 !important; }
	.pt-xl-1 { padding-top:.25rem !important; }
	.pt-xl-2 { padding-top:.5rem !important; }
	.pt-xl-3 { padding-top:1rem !important; }
	.pt-xl-4 { padding-top:1.5rem !important; }
	.pt-xl-5 { padding-top:2rem !important; }
	.pt-xl-6 { padding-top:3rem !important; }
	.pl-xl-0 { padding-left:0 !important; }
	.pl-xl-1 { padding-left:.25rem !important; }
	.pl-xl-2 { padding-left:.5rem !important; }
	.pl-xl-3 { padding-left:1rem !important; }
	.pl-xl-4 { padding-left:1.5rem !important; }
	.pl-xl-5 { padding-left:2rem !important; }
	.pl-xl-6 { padding-left:3rem !important; }
	.pr-xl-0 { padding-right:0 !important; }
	.pr-xl-1 { padding-right:.25rem !important; }
	.pr-xl-2 { padding-right:.5rem !important; }
	.pr-xl-3 { padding-right:1rem !important; }
	.pr-xl-4 { padding-right:1.5rem !important; }
	.pr-xl-5 { padding-right:2rem !important; }
	.pr-xl-6 { padding-right:3rem !important; }
	
	.d-xl-none { display:none !important; }
	.d-xl-block { display:block !important; }
	.d-xl-flex { display:flex !important; }
	.d-xl-inline { display:inline !important; }
	.d-xl-inline-block { display:inline-block !important; }
	.d-xl-inline-flex { display:inline-flex !important; }
}

.screen-reader-text, .sr-only {
    position: absolute;
	left:-100vw;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body, html {
	background: #F0EEF0 url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
}
body, p, li, div, .normal {
	font-style: normal;
	font-family:KohinoorBangla, Sans-Serif;
    font-weight:400;
    
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}


h1,h2.section-header {
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1.entry-title {
	margin-bottom: 48px;
	padding: 8px 6px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
h1.entry-title.large {
	margin-bottom: 0;
	font-size: 48px;
}
h1.small {
	font-size: 18px;
}
.tightmargin {
	margin-bottom: 8px;
} 

p {
	font-size: 14px;
}
a {
	color: #C8102E;
}
a:hover {
	color: #C8102E;
}
.lower {
	text-transform: lowercase !important;
}
.upper {
	text-transform: uppercase !important;
}
.large {
	font-size: 120%;
}
.larger {
	font-size: 140%;
}
.largest {
	font-size: 200%;
}
.small {
	font-size: 11px;
}
.smaller {
	font-size: 10px;
}
.smallest {
	font-size: 9px;
}
.white {
	color: #fff;
}
.err {
	background: red;
	color: white;
	padding: 4px 8px;
}
.title {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 4px 4px;
}
.title.white {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.big-header {
	margin-bottom: 2rem;
	font-size: 3.8rem;
}
.font-upbolters sup,
.big-header sup {
	padding-left:.25em;
}
.big-header.maxwidth {
	max-width: 1280px;
	margin: 0 auto;
}
.nowrap {
	white-space: nowrap;
}
.bordered {
	border: 1px solid #ccc;
}


.right-aligned {
	text-align: right;
}
.left-aligned {
	text-align: left;
}
.center-aligned {
	text-align: center;
}
.row {
	min-width: 0;
	width: 100%;
}
header {
	position: relative;
	z-index: 99999;
}
footer {
	clear: both;
}
#main-wrap {
	position: relative;
	width: 100%;
	z-index: 5;
	margin-left: 0;
}
#nav-below {
	display: none;
}
#search-wrap {
	width: 30%;
	height: 100%;
	position: fixed;
	background: #333;
	right: -3000px;
	top: 0;
	z-index: 0;
}
#search-form {
	padding: 30px 15px;
}
#search-form input[type='search'] {
	width: 94%;
}
#search-form label {
	display: none;
}
#search-close {
  color: #fff;
  margin: 0 14px;
  background: url(../images/sprite.png) no-repeat -998px -278px;
  line-height: 19px;
  padding-left: 30px;
  height: 18px;
  display: block;
}
#searchsubmit {
  width: 90%;
}
#search-inner-wrap {
	padding-top: 30px;
}
#footer-nav-container {
	padding: 24px 0;
	border-top: 1px solid #D3CCCE;
	background: transparent;
	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
}
#footer-nav-container p,
#footer-nav-container li {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
#footer-nav-container .paddedtop {
	padding-top: 10px;
}
#breadcrumbs {
	display: inline-block;
	margin: 0;
	margin-bottom: 24px;
}
#breadcrumbs > li {
	display: inline-block;
	text-transform: uppercase;
    font-weight: 500;
	padding-right: 5px;
	font-size: 13px;
}
#breadcrumbs > li > a {
	color: #000;
	display: block;
}
.stuck {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}



.flex-video {
	padding-bottom: 55%;
	padding-top: 0;
}
.padder {
	padding: 14px;
}
.floated {
	float: left;
	width: 60%;
}
.new-thumb {
	float: right;
	width: 35%;
}


/* MAIN NAV */
#main-nav-wrap {
	position: relative;
	height: 70px;
	margin:0 auto;
}
#main-nav-wrap-inner {
	height: 68px;
	display: inline-block;
	float: right;
	text-align: right;
}
#logo {
	height: 5rem;
    width: 12rem;
	position: absolute;
	top: -1rem;
	left:-1rem;
	background: url(../images/Wooster_Logo.svg) no-repeat left center;
	background-size: contain;
	display: block;
}
#main-nav-cnt {
	display: block;
	height: 100%;
}
#menu-main-menu {
	display: inline-block;
	padding: 0 14px;
	height: 100%;
	position: initial;
	/*border-top: 5px solid #000;
	padding-top: 5px;*/
}
#menu-main-menu > .menu-item {
	display: inline-block;
	margin: 0; 
	padding:0;
	text-transform: uppercase;
    font-weight: 500;
	font-size: 14px;
	height: 100%;
	vertical-align: middle;
	letter-spacing: 2px;
}
#menu-main-menu > .menu-item.where-to-buy {
	margin-left: 14px;
	padding-left: 14px;
}
#menu-main-menu > .menu-item.search-btn {
	padding-left: 14px;
}
#menu-main-menu > .menu-item > a {
    font-weight:900;
	display: block;
	line-height: 53px;
	color: #000;
	margin: 0;
	padding: 0 8px;
}
#menu-main-menu > .menu-item > a.active {
	/*background: #C8102E;*/
	background: #990E29;
	border-radius: 3px;
	color: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
#menu-main-menu > .menu-item.highlight > a {
	line-height: 49px;
}
#menu-main-menu > .menu-item.highlight {
	text-transform: lowercase;
	font-style: normal;
	background: transparent;
	font-size: 22px;
	letter-spacing: 0;
}
#menu-main-menu > .menu-item > .sub-menu {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 83px;
	/*background: #C8102E;*/
	background: #990E29;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.arrow {
	position: absolute;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
	width: 0; 
	height: 0; 
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	/*border-top: 32px solid #C8102E;*/
	border-top: 32px solid #990E29;
}
#menu-main-menu > .menu-item > .sub-menu > li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#menu-main-menu > .menu-item.where-to-buy > a {
	width: 32px;
	height: 50px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -993px -460px;
}
#menu-main-menu > .menu-item.search-btn > a {
	width: 32px;
	height: 50px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat -846px -463px;
}

.col_block_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col_block {
	display: inline-block;
	text-align: center;
}
.span_1_of_2 {
	width: 49.8%;
}
.span_1_of_3 {
	width: 32.5%;
}
.span_1_of_4 {
	width: 24.4%;
}
.span_1_of_5 {
	width: 19.6%;
}
.span_1_of_6 {
	width: 16%;
}
#menu-main-menu > .menu-item > .sub-menu > li > a {
	color: white;
	display: block;
	padding: 60px 20px;
	margin: 12px 0;
	border-right: 1px solid #fff;
    font-weight: bold;
	font-size: 16px;
	line-height: 130%;
}
#menu-main-menu > .menu-item > .sub-menu > li:last-child > a {
	border-right: none;
}
#menu-main-menu > .menu-item > .sub-menu > li > a > span {
	display: block;
	text-transform: lowercase;
	font-weight:100;
	font-size: 14px;
	letter-spacing: 0;
}

#menu-footer-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-footer-menu > li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#menu-footer-menu > li > a {
	color: #000;
	display: block;
	padding: 0 7px;
	border-right: 1px solid #000;
}
#menu-footer-menu > li:last-child > a {
	padding-right: 0;
	border-right: none;
}

#established-icon {
	display: block;
    margin: 0 auto;
    width: 170px;
    height: 52px;
    background: url(../images/wooster-flag-new.png) no-repeat center;
    background-size: contain;
    margin-bottom: 8px;
}


/* FILTER BAR */
.filter-view {
	display: none;
	padding-top: 24px;
}
.filter-bar {
	padding: 14px;
	margin-bottom: 0;
	position: relative;
	background: transparent;
	z-index: 9999;
	min-height: 70px;
	color: #fff;
}
.filter-bar.stuck {
	padding: 15px;
	position: fixed;
	border-top: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.3);
}
.filter-bar.stuck, .filter-bar.expanded {
	background: #C8102E;
	z-index: 99999999;
}
.filter-bar.stuck a, .filter-bar.expanded a {
	color: #fff;
}
.filter-bar .filter-targets {
	display: none;
	padding: 0 24px;
}
.filter-bar.expanded .filter-targets {
	display: block;
}

#btn-apply-types {
	margin-right: 24px;
}

.cta-band {
	text-align: right;
}
.cta-band a,
.cta-band p {
	display: inline-block;
	margin-right: 14px;
	color: #fff;
}
#show-hide-cta {
	position: absolute;
	top: 18px;
	right: 14px;
	width: auto;
	font-size: 27px;
	line-height: 33px;
	display: inline-block;
	margin-right: 8px;
	color: #000;
}
.cta .action-arrow {
	display: inline-block;
	width: 31px;
	height: 25px;
	background: url(../images/sprite.png) no-repeat -993px -188px;
}
.filter-bar.expanded #show-hide-cta .action-arrow, 
.filter-bar.expanded.stuck #show-hide-cta .action-arrow {
	background: url(../images/sprite.png) no-repeat -993px -229px;
}
.action-msg {
	color: #fff;
}
.action-msg-smaller {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
	vertical-align: middle;
}
.show-hide-icon {
	width: 31px;
	height: 31px;
	position: absolute;
	top: 8px;
	right: 23px;
	background: url(../images/sprite.png) -993px -71px;
}
#retailer-list .cta .action-arrow {
	background: url(../images/sprite.png) no-repeat -993px -192px;
	vertical-align: middle;
}
#retailer-list.expanded .cta .action-arrow {
	background: url(../images/sprite.png) no-repeat -993px -233px;
}
.current-filters-wrap {
	border-top: 1px solid #fff;
	padding: 14px 8px 4px;
}
.current-filters-wrap > .title {
	display: inline-block;
	padding-right: 14px;
	margin: 0;
	border: none;
	color: #fff;
}
.filter-current {
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.3);	
	margin-bottom: 8px;
}
.filter-current > a {
	padding: 4px;
	color: #fff;
	padding-right: 30px;
	display: block;
}
.filter-current > a:hover {
	text-decoration: none;
}
.filter-current .cat-name {
	font-size: 11px;
}
.loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

table {
	border: none;
	background: transparent;
	border-radius: 0;
	width: 100%;
}
th {
	text-align:left;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}
td {
	text-align:left;
	font-size: 13px;
}
table tbody {
    border:none;
}
table tbody tr:nth-child(even),
table tbody tr:nth-child(odd) {
	background: transparent;
}
table tbody tr td, table tbody tr th {
	padding: 4px 8px;
	text-align: center;
}

table.product-detail-specs tbody tr td {
	font-size: 12px;
	text-align: center;
}
table.product-detail-specs tbody tr th {
	font-size: 12px;
	line-height: 140%;
	vertical-align: bottom;
}

.inline-list > li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#retailers {
	width: 330px;
}
#retailers > p {
	text-align: center;
}


.button {
	background: #C8102E;
	color: #fff;
	width: auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 10px 20px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	border-radius: 9px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.button:hover {
	color: #fff;
	background-color: #C0001E;
}

.button.white {
	background: #fff;
	color: #000;
}
.button.white:hover {
	background: #ededed;
	color: #000;
}
.button.large {
	font-size: 14px;
}
.button.small {
	font-size: 9px;
	padding: 6px 12px 6px;
	letter-spacing: 1px;
    font-weight:900;
}

.row > .column:first-child {
	padding-left: 0;
}
.row > .column:last-child {
	padding-right: 0;
}

.row .row {
	margin: 0;
}
.framed {
	padding: 14px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.product-wrap {
	margin-bottom: 14px;
}
.match-heights .featured-article {
	height: 100%;
}
.mobile-only {
	display: none;
}
.catgroup {
	border-top: 1px solid #666;
}
sup,sup.reg, sup.tm {
	font-size: 50%;
	top: -.8em;
}
sub {
	font-size: 50%;
}

.fraction {
	white-space: nowrap;
}
.fraction sub,
.fraction sup {
	font-size: 70% !important;
}

#mobile-nav {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999999;
}
#mobile-nav > .toggle-menu {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/sprite.png) no-repeat -349px -449px;
}
#advisor-promo {
	padding: 12px;
	position: fixed;
	bottom: -100px;
	right: 0;
	display: inline-block;
	z-index: 999;
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);
	font-size: 16px;
	padding-left: 34px;
	padding-right: 34px;
	background: rgb(238,27,46); /* Old browsers */
	border-top-left-radius: 5px;
}
#advisor-promo > em {
	font-size: 18px;
	display: inline-block;
	padding-left: 20px;
}

.product-sizes {
	border-top: 1px solid #000;
}
.status-icon {
	margin-bottom: 0;
	width: 24px;
	height: 24px;
	background: url(../images/sprite.png) no-repeat -998px -352px;
	margin: 0 auto;
}
.status-icon.active {
	background-position: -998px -378px;
}

.entry-content {
	padding: 2rem 1rem;
    max-width: 1280px;
    margin: 0 auto;
}

#related-wrap {
	margin: 24px 0 0;
	padding: 24px;
	background: #C8102E url('../images/redband.jpg') no-repeat left top;
	background-size: cover;
	color: #fff;
}
#related-wrap h1, #related-wrap h2, #related-wrap h3, #related-wrap p {
	color: #fff;
}
#related-wrap .framed {
	padding: 0;
	background: #C8102E;
}
#related-wrap .new-post {
	background: #C8102E;
	border: none;
}
#related-wrap .section-title {
	margin: 14px 0;
}
#related-wrap .resource {
	margin: 0 .5%;
	position: relative;
	width: 24%;
	padding-bottom: 13.15%;
	float: left;
	height: 0;
	overflow: hidden;
}
.resource > .resource-inner {
	position: absolute;
	top: 14px;
	left: 14px;
}
.resource > .resource-inner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9) url(../images/ajax-loader.gif) no-repeat center center;
	display: none;
	z-index: 9999;
}
.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.clear {
	clear: both;
}
.block {
	position: relative;
}
.searchwp-live-search-results {
	padding-right: 12px;
}
.searchwp-live-search-results .product {
	clear: both;
	width: 100% !important;
}
.searchwp-live-search-results .product-photo {
	width: 25%;
	float: left;
}
.searchwp-live-search-results .product-overview {
	width: 75%;
	float: right;
	text-align: left;
	padding: 14px 0;
}
.searchwp-live-search-results .product-title {
	text-align: left;
	font-size: 18px;
}
.searchwp-live-search-results .product-overview a {
	display: inline-block;
	margin: 0;
}
.searchwp-live-search-result p {
	font-size: auto !important;
	padding: 0 !important;
	border: none !important;
}
.searchwp-live-search-results {
	position: fixed !important;
	max-height: 70% !important;
	background: #333 !important;
	box-shadow: none !important;
	padding-top: 10px !important;
}
.searchwp-live-search-result {
	margin-bottom: 14px;
	background: #fff;
	border-radius: 8px;
}
.searchwp-live-search-result .product-photo > img {
	padding: 14px;
}

.intro-block {
	padding: 50px 0;
}
.intro-block h1 {
	font-size: 36px;
}
.intro-block h2 {
	font-size: 30px;
	margin-bottom: 14px;
}
.intro-block p {
	font-size: 26px;
}
.intro-block li {
	font-size: 20px;
}
.intro-block .small {
	font-size: 16px;
}
.intro-block .smallest {
	font-size: 12px;
}

.ninja-forms-required-items {
	display: none;
}

.margined {
	margin-bottom: 18px;
}


/* GALLERY STUFF */
.image_carousel {
	padding: 15px 0 15px 40px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: block;
	float: left;
}
.pagination {
	text-align: center;
}
.pagination a {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	background: #DEDEDE;
	border-radius: 8px;
}
.pagination.carou-product-pag a {
	padding:0 !important;
}
.pagination a.selected,
.pagination a:hover {
	background: #C8102E;
}
.pagination a.selected {
	cursor: default;
}
.pagination a span {
	display: none;
}
.searchwp-live-search-no-results {
	color: #fff;
}
.spinner > div > div {
	background: #fff !important;
}
.alternating-list-item {
	margin: 2px 0;
	border: 1px solid #d3ccce;
}
.alternating-list-item:nth-child(even) {
	background: #fff;
}
.alternating-list-item:nth-child(odd) {
	background: #efefef;
}
.career-title {
	display: block;
	padding: 14px;
	color: #333;
}
.career-title > span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 40%;
}

.catalogs h1 {
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #000;
	font-size: 16px;
}
.catalogs img {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 18%;
	height: auto;
}
.nopad {
	padding: 0;
}

#retailer-list {
  display: block;
  position: relative;
  width: 500px;
  z-index: 99999;
  cursor: pointer;
}
#retailer-select-all-wrap {
	display: none;
	box-shadow: 0px 0px 2px rgba(0,0,0,.6);
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	z-index: 99999;
}
#retailer-list.expanded #retailer-select-all-wrap {
	display: block;
}
.retailer-select {
  display: block;
  padding: 14px;
  background: #C8102E;
  border-bottom: 1px solid rgba(255,255,255,.6);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  z-index: 99999;
}
.retailer-select:hover,
.retailer-select.current {
  background: #BC001E;
  color: #fff;
}
.retailer-select-wrap:last-child > .retailer-select {
  border-bottom: none;
}
.where-to-buy.menu-item,
.search-btn {
	position: relative;
}

.page-load-status {
	display: none;
}
.page-load-status .infinite-scroll-request {
	margin: 1rem 0;
	background-image: url(../images/ajax-loader-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 2.5rem;
	width: 100%;
}

/* ARCHIVE PAGINATION */
.archive-pagination {
	padding: 1rem;
}
.archive-pagination .page-numbers {
	border: 1px solid #D3CCCE;
	padding: .5rem 1rem;
	font-size: .8rem;
	font-weight: bold;
	background: #C8102E;
	color: white;
	transition: .5s all ease-out;
}
.archive-pagination .page-numbers.current {
	background: white;
	color: #C8102E;
}
.archive-pagination a.page-numbers:hover {
	background: #BC001E;
	color: white;
}


@media only screen and (min-width: 768px) {
	.where-to-buy.menu-item:hover .hidden {
		display: block !important;
		visibility: visible;
		position: absolute;
		top: 50px;
		left: -46px;
		width: 100px;
		font-size: 10px;
		line-height: 120%;
		text-align: right;
		letter-spacing: 1px;
	}
	.search-btn:hover .hidden {
		display: block !important;
		visibility: visible;
		position: absolute;
		top: 50px;
		left: -61px;
		width: 100px;
		font-size: 10px;
		line-height: 120%;
		text-align: right;
		letter-spacing: 1px;
	}
}
#main-cnt .ajax-container h1.product-title {
	font-size:28px;
}
#main-cnt .ajax-container h1.product-title .highlight,
.big-header .highlight,
.product-wrap .font-upbolters .highlight {
	display: inline-block;
    font-size: 75%;
    line-height: 1;
    padding: 1px 5px;
    margin: .3rem;
    color: white;
    vertical-align: text-top;
    position: relative;
}
#main-cnt .ajax-container h1.product-title .highlight > span,
.big-header .highlight > span,
.product-wrap .font-upbolters .highlight > span {
	position:relative;
	z-index:1;
}
#main-cnt .ajax-container h1.product-title .highlight:before,
.big-header .highlight:before,
.product-wrap .font-upbolters .highlight:before {
	content:'';
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transform: skewX(-11deg);
    background: black;
    border-radius: 3px;
}
.big-header .highlight {
	color:#C8102E;
	vertical-align: middle;
}
.big-header .highlight:before {
    background: white;
}
#main-cnt .ajax-container .product-descriptor {
	font-size:18px;
}

@media only screen and (min-width: 1100px) {
	#logo {
		height: 7rem;
		width: 18rem;
	}
}

@media only screen and (max-width: 959px) {
	#menu-main-menu > .menu-item > a {
		padding: 0 5px;
	}
	#menu-main-menu > .menu-item {
		font-size: 11px;
		letter-spacing: 1px;
	}
	#menu-main-menu > .menu-item.where-to-buy {
		margin-left: 8px;
		padding-left: 0;
	}
	#menu-main-menu > .menu-item.highlight {
		font-size: 18px;
	}
	#menu-main-menu > .menu-item > .sub-menu > li > a {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1280px) {
	#menu-main-menu > .menu-item > a {
		padding: 0 14px;
	}
	#menu-main-menu > .menu-item {
		letter-spacing: 2px;
	}
	#menu-main-menu > .menu-item.where-to-buy {
		margin-left: 14px;
		padding-left: 14px;
	}
	#menu-main-menu > .menu-item.highlight {
		font-size: 22px;
	}
}

@media only screen and (max-width: 768px) {
	body, html {
		background: #F0EEF0;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		padding: 0;
		margin-bottom: 14px;
	}
	.column:last-child, .columns:last-child {
		float: none;
	}
	[class*="column"]+[class*="column"]:last-child {
		float: none;
	}
	.mobile-only {
		display: block;
	}
	
	#footer-nav-container .right-aligned,
	#footer-nav-container .left-aligned {
		text-align: center;
	}
	
	
	h1 {
		font-size: 18px;
	}
	h1.entry-title.large {
		font-size: 30px;
	}
	h2 {
		font-size: 14px;
	}
	h3 {
		font-size: 14px;
	}
	h4 {
		font-size: 12px;
	}
	
	h1.small {
		font-size: 16px;
	}
	p, li, div {
		font-size: 11px;
	}
	.small {
		font-size: 10px;
	}
	.smaller {
		font-size: 9px;
	}
	.smallest {
		font-size: 8px;
	}
	
	
	.big-header {
		font-size: 2rem;
	}
	
	.intro-block {
	  padding: 0 0;
	}
	.intro-block h1 {
	  font-size: 22px;
	}
	.intro-block p {
	  font-size: 18px;
	}
	
	.entry-content {
		padding: 12px;
	}
	
	.button {
		margin-bottom: 8px;
	}
	#retailer-list {
	  width: 100%;
	}
	#retailer-list .cta p {
	  font-size: 13px !important;
	}
	#advisor-promo {
		font-size: 12px;
	}
	#advisor-promo > em {
	  font-size: 15px;
	  display: inline-block;
	  padding-left: 0px;
	}
	table.product-detail-specs tbody tr td {
	  font-size: 10px;
	  text-align: center;
	  line-height: 130%;
	}
	.catalogs img {
	  width: 40%;
	}
	
	#logo {
		position: relative;
	}
	
	header {
	  position: relative !important;
	  background: #C8102E;
	  border-bottom: 1px solid rgba(255,255,255,.4);
	}
	#main-nav-wrap {
	  position: relative;
	  height: auto;
	}
	#main-nav-wrap-inner {
	  height: auto;
	  display: block;
	  float: none;
	  text-align: left;
	}
	#menu-main-menu {
	  display: block;
	  padding: 0;
	  height: auto;
	}
	#menu-main-menu > .menu-item {
	  display: block;
	  text-transform: uppercase;
	  height: auto;
	  border-top: 1px solid rgba(255,255,255,.6);
	}
	#menu-main-menu > .menu-item > .sub-menu {
	  display: block;
	  position: relative;
	  width: 100%;
	  left: auto;
	  top: auto;
	  margin-bottom: 8px;
	  display: none;
	}
	#menu-main-menu > .menu-item > .sub-menu > li {
	  display: block;
	  text-align: left;
	  width: 100% !important;
	}
	#menu-main-menu > .menu-item > .sub-menu > li > a {
	  border-right: none;
	  font-size: 11px;
	  padding: 14px;
	  border-bottom: 1px solid rgba(255,255,255,.4);
	  margin: 0;
	}
	#menu-main-menu > .menu-item > .sub-menu > li:last-child > a {
	  border-bottom: none;
	}
	#menu-main-menu > .menu-item > .sub-menu > li > a > span {
	  display: none;
	}
	
	#main-nav-cnt {
		padding-top: 30px;
		padding-bottom: 60px;
		display: none;
	}
	#main-nav-cnt.active {
		display: block;
	}
	
	.where-to-buy.menu-item .hidden,
	.search-btn .hidden {
		display: block !important;
		visibility: visible;
		position: absolute;
		top: auto;
		left: 50px;
		width: auto;
		font-size: inherit;
		line-height: inherit;
		letter-spacing: inherit;
		text-align: left;
	}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.nobottom {
	margin-bottom: 0;
}
.tightbottom {
	margin-bottom: .5rem;
}
.normalbottom {
	margin-bottom: 1rem;
}
.loosebottom {
	margin-bottom: 1.5rem;
}
.looserbottom {
	margin-bottom: 2rem;
}
.loosestbottom {
	margin-bottom: 3rem;
}
.notop {
	margin-top: 0;
}
.tighttop {
	margin-top: .5rem;
}
.normaltop {
	margin-top: 1rem;
}
.loosetop {
	margin-top: 1.5rem;
}
.loosertop {
	margin-top: 2rem;
}
.loosesttop {
	margin-top: 3rem;
}

img.fitwidth {
	width: 100%;
	height: auto;
}



/* NINJA FORMS */
.nf-field-label label {
	font-size:1rem;
}
.entry-content .label-above .nf-field-label {
	margin-bottom: .25rem;
}
.entry-content .nf-field-container {
	margin-bottom:.5rem;
}
.field-wrap.html-wrap h3 {
	text-transform: uppercase;
    letter-spacing: .2rem;
	padding-top:2rem;
}
.field-wrap.html-wrap h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.nf-field-description {
	padding-bottom:1rem;
}
.nf-next,
.nf-previous {
	font-size: 1.4rem;
    padding: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: bold;
}
.nf-progress {
	background-color:#EE1B2F !important;
}
.nf-field-container.hr-container  {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.nf-field-container.hr-container hr {
	max-width:100%;
}

.nf-element.button.xlarge {
	font-size: 2.4rem;
    padding: 1rem 2rem;
}

.nf-field-element p.review {
    padding: .5rem;
    margin: 0;
    margin-top: .25rem;
    background: rgba(202,202,202,.5);
    font-size: .9rem;
}
.nf-field-element p.review:first-of-type,
.nf-field-element p.review.hide_if_empty {
    margin-top:0;
}
.nf-field-element p.review.hide_if_empty {
    padding-top:0;
}
.nf-field-element p.review.hide_if_empty:empty {
    display:none;
}
.nf-field-element h5.review {
    text-transform: uppercase;
    letter-spacing:.15rem;
    font-size:1rem;
}
.nf-field-container.review-section-divider hr {
    margin:.5rem auto;
}
.entry-content .nf-breadcrumbs li a {
    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: .08rem;
    color: #333;
    padding: 0 .5rem;
    border: 1px solid rgb(186,186,186);
    border-radius: 1rem;
}
.entry-content .nf-breadcrumbs li.active a {
    font-weight:bold;
    background: #333;
    color:white;
    padding: 0 1rem;
    font-size: .8rem;
}

/* KITS */
ul.included-products-list {
    margin:0 0 1rem;
    padding:0;
    list-style:none;
}
ul.included-products-list li {
    padding:0;
    margin:0;
}
ul.included-products-list li .included-product {
    display:block;
    padding:.5rem;
    border-bottom:1px solid #ededed;
}
ul.included-products-list a {
    padding:0;
    margin:0;
    display:block;
}
ul.included-products-list .title {
    border:none;
    font-weight:bold;
}

.kits {
    display:flex;
    flex-direction:row;
}
.kits .kit {
    padding:.5rem;
    max-width:50%;
}
.kits .kit a {
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    padding:.5rem 2rem .5rem .5rem;
    border:1px solid #ededed;
    border-radius:.5rem;
    box-shadow:0 0 3px 0 rgba(0,0,0,.15);
    color:#000;
    transition:.5s all ease-in-out;
}
.kits .kit a:hover {
    color: #C8102E;
    box-shadow:0 0 3px 0 rgba(0,0,0,.75);
}
.kits .kit img {
    width:100%;
    max-width:4rem;
    flex-grow:1;
}



.feature-icons {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    margin-bottom:1rem;
}
.feature-icons li {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.feature-icons li .svg-wrap {
    position:relative;
    width:3rem;
    height:3rem;
}
.feature-icons li svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: contain;
    object-position: center;
}
.feature-icons li span {
    line-height:1.1;
    text-transform:uppercase;
    font-size:.7rem;
    display:inline-block;
    padding-left:.5rem;
    padding-right:1.5rem;
}
.archive .feature-icons li .svg-wrap {
	min-width:2rem;
	min-height:2rem;
	/*flex: 0 0 2rem;*/
}
.archive .feature-icons li {
	max-width:33%;
}
.archive .feature-icons br { display:none !important; }
.archive .feature-icons li svg * {
	fill: black;
}
.archive .feature-icons li span {
	font-size:.5rem;
    padding-left: .25rem;
	padding-right: .5rem;
}
@media only screen and (max-width: 1280px) {
	.feature-icons li {
		flex-direction: column;
	}
	.feature-icons {
		align-items: flex-start;
	}
	.feature-icons li span {
		text-align: center;
		width:100%;
	}
}
.product-descriptor {
	text-transform:uppercase;
	font-size:.7rem;
	font-weight:bold;
}