/* CSS Document */
/*
Theme Name: bandai
Description: bandai is a custom responsive theme created for Bandai America Incorporated
Author: Sharon Colombo
Author URI: https://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, custom header, custom footer, featured image, valid XHTML, valid CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body 
{
    background-color: #ffffff;
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border-top: none;
    line-height: 26px;
}
.row {
  clear: both;
  overflow: hidden;
}

/* Wrapper Styles */


.wrapper { width: 100%; overflow: hidden; height: auto; }

.wrapper.colorbar {
    height: 11px;
    background: linear-gradient(to right, transparent 50%, #df4f61 50%);
}

.wrapper.colorbar .fullwidth.row {
    background-image: url(images/colorbar.png);
    background-size: auto;
    height: 11px;
    background-repeat: no-repeat;
    background-position: right;
	max-width: 1160px;
}

@media (max-width: 1200px) {
.wrapper.colorbar {
    background: transparent;
}
.wrapper.colorbar .fullwidth.row {
    background-size: contain;
    height: 11px;
    background-repeat: no-repeat;
    background-position: right top;
}	
	
}
@media (max-width: 1125px) {
	iframe#careerframe { height: 1900px !important; }
}
/* tablet width */
@media (max-width: 768px) {
.wrapper.colorbar .fullwidth.row {
    background-image: url(images/colorbar_tablet.png);
}
}

@media (max-width: 500px) {
.wrapper.colorbar .fullwidth.row {
    background-image: url(images/colorbar_mobile.png);
}
}

.wrapper.bottommargin { padding-bottom: 70px; }
.wrapper.featvid.bottommargin { padding-bottom: 50px; }
.wrapper.topmargin { padding-top: 70px; }
.wrapper .fullwidth { width: 92%; padding: 0 4%; max-width: 1360px; margin: auto; }
.wrapper.header {
    background-color: #fff;
    overflow: visible;
    z-index: 99990;
    height: 76px;
}
.wrapper.header .fullwidth.row {
    overflow: visible;
    height: 76px;
}
.wrapper.first {
    float: left;
}
.wrapper.news { background-color: #df4662;}
.wrapper.white { background-color: #ffffff; }
.wrapper.orange { background-color: #ffa628; }
.wrapper.yellow { background-color: #ffc100; }
.wrapper.teal { background-color: #01afb8; }
.wrapper.blue { background-color: #0169b2; }
.wrapper.red-orange { background-color: #ff5b00;}
.wrapper.red { background-color: #e60000; }
.wrapper.grey { background-color: #f1f1f1; /* grey */ }
.wrapper.dkgrey { background-color: #666666; }
.wrapper.bgimg {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  border-bottom: 1px solid #b7b7b7;
}
.wrapper.white.support { min-height: 400px; }
.wrapper.footer { text-align: center;}

.fullwidth {
  max-width: 1260px;
  width: 92%;
  padding: 0px 4% 40px;
  margin: auto;
}  
.internal .fullwidth { padding: 0 4%; }
.single .wrapper.white .fullwidth { padding: 50px 5%; }
.single-post .wrapper.white .fullwidth { padding: 0 4%; }
.wrapper.bgimg.internal .fullwidth {  padding: 80px 4% 60px;}
.wrapper.footer .fullwidth { padding: 50px 4%; }


.wrapper.header #banner
{
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 166px;
}
.wrapper.header #banner.internal {
    height: 166px;
    margin: 0;
}

#banner { width: 100%; float:left;background-color:#f1f1f1;margin-top:0px;}
#banner.empty { }
#bannerinner {
    max-width: 100%;
    margin: auto;
}
#banner img {
    width: 100%;
	float: left;
}



/* Header Logo and Social Icons */

#logo { width: auto; float: left; padding: 18px 0px 8px; }
img#mobilelogo { display: none; }
img#desktoplogo { float: left; width: 205px; }
#tagline {
    float: right;
    line-height: 55px;
    font-weight: 600;
}

#social {
    width: auto;
    float: right;
    height: 25px;
    padding: 0;
    clear: right;
}
#social a {
    color: #989b9c;
    font-size: 24px;
    padding-left: 15px;
}
/* Form Styles */

textarea {
	height: 100px;
}

input, select {
	font-size:16px;
  font-family: proxima-nova,sans-serif;
	color: #353535;
	padding: 5px;
  font-weight: 300;

}

input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select {
	border:1px solid #bfbfbf;
		width: 95%;
	max-width: 600px;
  margin: 5px 0 10px;
  height: 30px;
}
select { height: 45px; }
textarea { height: 100px; }
input[type="button"] {
    font-family: 'Poppins',sans-serif;
	font-size:16px;
  -webkit-appearance: none;
}
/* custom button font styles */
input[type="button"], input[type="submit"], .button, *.button:link {
    margin: 10px 5px;
    padding: 10px 40px;
    height: auto;
    line-height: 28px;
    font-family: 'Poppins',sans-serif;
    font-size: 28px;
    width: auto;
    color: #353535 !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    background: #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    text-transform: uppercase;
	text-align: center;
    font-weight: 600;
    border: 3px solid #353535;
}
.orange .button { color: #ffffff !important; background-color: transparent;border: 3px solid #ffffff;}

.button.small {
    height: 38px;
    line-height: 38px;
    margin: 0 0 0 5px;
    font-size: 18px;
    border: none;
    float: left;
}

input[type="button"]:hover, input[type="submit"]:hover, .button:hover
{
  color: #e60000 !important;
  border-color: #e60000;
	background-color: #ffffff;
}
.orange .button:hover { background-color: transparent;  color: #353535 !important; border-color: #353535;}

input#birthdate {
    float: left;
}
span#invaliddate { display:none;font-size: 14px;clear:both;color:red;padding-top: 5px;}

#over13, #under13 {
    clear: both;
    display: none;
}
.swal-overlay--show-modal { z-index: 99999; }
.swal-overlay .swal-button--proceed, .swal-overlay .swal-button--proceed:hover {
    background-color: #e60000;
}
.swal-overlay .swal-title { display: none;}
.swal-overlay .swal-text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 75px 0px 0 0px;
    background-image: url(https://bandai-staging.v0efspcx-liquidwebsites.com/wp-content/uploads/bandai_namco_logo.png);
    background-repeat: no-repeat;
    background-size: 220px;
    background-position: center 15px;
	width: 85%;
}

input[type="submit"].wpcf7-submit {
    line-height: 32px;
}

.wpcf7-form span.wpcf7-list-item {
    display: block;
}
.wpcf7-form span.wpcf7-list-item.last {
    padding-bottom: 15px;
}

.mc-field-group input[type="submit"] {
    background-color: #666666;
    height: 42px;
    line-height: 34px;
	font-size: 18px;
}
.mc-field-group input[type="submit"]:hover {
	background-color: #e60000;	
}

label {
    width: 100%;
    float: left;
    color: #666;
    font-weight: 400;
    padding-bottom: 5px;
    font-size: 18px;
}
.mc-field-group {
	width: 26%;
	padding: 0 2% 0 0;
	float: left;
}
.mc-field-group.submit {
    width: 14%;
    padding: 26px 0 0;
}
div#mc_embed_signup {
    padding-top: 20px;
}

/* contact form 7 */

.wpcf7-form p {
    overflow: hidden;
    padding-bottom: 10px;
}

.white span.wpcf7-not-valid-tip {
    color: #e60000; /* red */ 
	font-size: 16px;
}

.white div.wpcf7-validation-errors, 
#content div.wpcf7-acceptance-missing {
    border: none;
}

.white div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
}



@media (max-width: 1100px) {
.mc-field-group {
	width: 48%;
}
div#mc_embed_signup {
    padding-top: 0px;
}
}

@media (max-width: 550px) {
.mc-field-group {
	width: 98%;
}
div#mc_embed_signup {
    padding-top: 0px;
}
}

form#perpageform {
    width: 50%;
    float: right;
    padding-top: 15px;
}

select#perpageselect {
    width: auto;
    float: right;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #666;
}
#perpageform label {
    display: inline-block;
    float: right;
    width: auto;
    line-height: 46px;
    font-size: 16px;
    padding-right: 6px;
}

/* tablet width */
@media (max-width: 768px) {
form#perpageform {
    width: 100%;
    float: right;
    padding-top: 0px;
}
}


/* Link Styles */

a, a:link {
  color: #e60000; /* red */
  text-decoration: none;
  font-weight: 600;
}
a:visited {
  color: #e60000; /* red */
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #e60000; /* red */
  text-decoration: underline;
  font-weight: 600;
}
.teal a, .teal a:link {
    color: #353535;
    text-decoration: underline;
}
.teal a:hover {
    color: #ffffff;
}

/* Paragraph, Headers and List Styles */

p 
{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 15px;
    font-weight: 300;
}
p.date {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.teal p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
p a {
  color: #e60000;
  text-decoration: none;
}
p a:hover {
  color: #666666;
  text-decoration: none;
}
h1 sup {
	font-size: .5em;
	font-weight: normal;
}
h2 sup {
    font-size: 20px;
    vertical-align: text-top;
    line-height: 28px;
}
h4 sup {
    font-size: 15px;
    vertical-align: text-top;
    line-height: 24px;
}
p sup,
ol li sup,
ul li sup {
    vertical-align: text-top;
    font-size: 20px;
}

.footer p
{
  font-size: 16px;
  text-align: center;
}


/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
  padding: 0 0 15px 0;
  font-weight: 600;

}

h1 {
  font-size: 48px;
  line-height: 54px;
}

h1.centered {
  text-align: center;
}
h1.brandlist  {
    padding-bottom: 30px;
    width: 50%;
    float: left;
}
h1.brandhead {
    padding: 40px 0 20px;
    color: #e60000;
    float: left;
    width: 50%;
}



h2 {
    font-size: 42px;
    line-height: 48px;
}
/*h2.sectionhead {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    border: 9px solid #e60000;
    width: max-content;
    border-radius: 10px;
    padding: 8px 15px;
    line-height: 28px;
    position: relative;
    margin-bottom: 40px;
}*/
h2.sectionhead {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    margin-bottom: 30px;
}
/*
h2.sectionhead:after {
	content: "";
    position: absolute;
    bottom: -22px;
    left: -10px;
    background-image: url(images/redcorner.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: visible;
    height: 30px;
    width: 27px;
}*/
.news h2.sectionhead {
	color: #ffffff;
	display: inline-block;
}
/*.news h2.sectionhead:after {
    background-image: url(images/whitepinkcorner.png);
}*/
p#viewall {
    display: inline-block;
    padding-bottom: 0;
}
p#viewall a {
    color: #fff;
    padding-left: 20px;
}

@media (max-width: 500px) {
h2.sectionhead {
    font-size: 24px;
    padding: 5px 10px;
}
}
@media (max-width: 400px) {
h2.sectionhead {
    font-size: 20px;
    padding: 3px 8px;
}
}

#rightcol h2, #leftcol h2 {
    color: #353535;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
}
.icons h2.sectiontitle {
    color: #353535;
    text-align: center;
    padding: 10px 0 40px;
}
.carousel h2.sectiontitle{
    color: #666666;
    text-align: center;
    padding: 0px 0 40px;
}
.profile h2 {
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
    padding-top: 20px;
}
.profile {
	padding: 10px 0px;
}


h2.imageblock {
    width: 100%;
    height: 350px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    color: #e60000;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 350px;
	background-size: cover;
	background-position: center;
	padding: 0;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
h2.imageblock a {
	-webkit-text-stroke: 3px #fff;
    font-weight: 700;
}
h2.imageblock a:hover { text-decoration: none;}
h2.imageblock.toys {
    background-image: url(https://www.bandai.com/wp-content/uploads/Bandai_Category_toys.jpg);
}
h2.imageblock.collectibles{
    background-image: url(https://www.bandai.com/wp-content/uploads/Bandai_Category_Collectibles.jpg);
}
@media (max-width: 1350px) { h2.imageblock { font-size:60px;}}
@media (max-width: 1100px) { 
	h2.imageblock { font-size:52px;}
	h2.imageblock a {-webkit-text-stroke: 2px #fff;}
}	
@media (max-width: 950px) { h2.imageblock { height: 250px;line-height: 250px;font-size:42px;}}
@media (max-width: 800px) { h2.imageblock { font-size:34px;}}
@media (max-width: 600px) { h2.imageblock { font-size:42px;}}
h3 {
	font-size:32px;
  line-height: 40px;
}

h3.numbertext {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}
h3.red {
    color: #e60000;
    line-height: 46px;
    max-width: 1100px;
    margin: auto;
}

h4 {
	font-size:28px;
	line-height:34px;
}
h4 a, h4 a:link, h4 a:visited {
    color: #353535;
    text-transform: uppercase;
    text-decoration: underline;
}
h4 a:hover {
  color: #e60000; /* red */	
}
.news h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
	text-align: center;
	padding: 5px 0px;
}
.news h4 a {
    color: #ffffff;
	text-decoration: none;
}
.news p {
    color: #fff;
    padding: 0px 0px 10px;
    text-align: center;
}


p.more {
    clear: both;
    padding: 25px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
	font-size:24px;
  line-height: 28px;
}

h6 {
	font-size:18px;
	line-height:24px;
}

/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 15px;
	text-align: left;
}
p.centered {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 0 50px 5px;
}

.bgimg p {
  font-size: 24px;
  line-height: 32px;
}

.center h1,
.center h2,
.center h3,
.center h4,
.center h5, 
.center h6,
.center p { text-align: center;}

.right h1,
.right h2,
.right h3,
.right h4,
.right h5, 
.right h6,
.right p { text-align: right;}


.dkgrey h1,
.dkgrey h2,
.dkgrey h3,
.dkgrey h4,
.dkgrey h5, 
.dkgrey h6,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5, 
.orange h6,
.red-orange h1,
.red-orange h2,
.red-orange h3,
.red-orange h4,
.red-orange h5, 
.red-orange h6,
.red h1,
.red h2,
.red h3,
.red h4,
.red h5, 
.red h6,
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5, 
.blue h6,
.featvid h2, 
.featvid p { color: #ffffff; }

.dkgrey p,
.dkgrey ol li, 
.dkgrey ul li,
.orange p,
.orange ol li, 
.orange ul li,
.red-orange p,
.red-orange ol li, 
.red-orange ul li,
.red p,
.red ol li, 
.red ul li,
.blue p,
.blue ol li, 
.blue ul li
{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}
.teal p,
.teal ol li, 
.teal ul li { font-weight: 500;font-size:20px;line-height: 30px;}

.yellow p,
.grey p,
.featvid p
{
    font-size: 20px;
    line-height: 28px;
}



/* tablet width */
@media (max-width: 768px) {
.wrapper.topmargin { padding-top: 30px; }
.wrapper.bottommargin { padding-bottom: 30px; }	
h1.brandlist  {
    padding-bottom: 20px;
    width: 100%;
}

.wrapper.bgimg {
    background-image: none !important;
}
.wrapper.bgimg .twothirds { display: none;}
}

@media (max-width: 500px) {
.bgimg h1 { padding-top: 10px; }		
.bgimg p {
    font-size: 20px;
    line-height: 26px;
}
	
h2.imageblock {
    width: 100%;
    height: 200px;
    font-size: 36px;
    line-height: 200px;
}	
h2.imageblock a {
	-webkit-text-stroke: 2px #fff;
}

}

/* Image Styles */


img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}

.fancybox-container .fancybox-image { background: #ffffff; }

/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 700;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


.wp-caption {
    max-width: 100%;
}

img.desktop { display: block;}
img.mobile { display: none; }
@media (max-width: 600px) {
img.mobile { display: block;}
img.desktop { display: none; }	
}



input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* Labels are clickable, we can make this behavior more obvious by setting the cursor to indicate this. */
button, input[type="submit"] {
	cursor:pointer;
}

/* focus styles */
:focus {
	outline: 0;
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
    background-color: #d9d9d9;
    margin: 30px 0;
    padding: 30px 30px 15px;
    text-align: center;
}
blockquote p {
    font-size: 15px;
    line-height: 20px;
}
blockquote .bottomborder {
    border-top: 1px solid #666666;
    padding-bottom: 12px;
}

.aftercontent .innerwrap {
    border: 1px solid #000;
    padding: 50px 50px 20px;
    margin-top: -50px;
}
.aftercontent .innerwrap h4 { padding-bottom: 20px;}


#content iframe {
    width: 100%;
}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.video .videowrapper { margin: 0; }
.featuredvid {
    float: right;
    width: 47%;
    padding: 0px;
}



div#smallparts, div#battery {
    padding: 0 3% 15px 0;
	float: left;
	width: 47%;
}
@media (max-width: 450px) {
div#smallparts, div#battery {
    padding: 0 0 15px 0;
	width: 100%;
}	
}

.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#paging {
    margin-top: 40px;
    padding: 15px 0 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
div#next {
    float: right;
}
div#previous {
    float: left;
}

#previous a, #next a {
    text-transform: uppercase;
    font-family: hwt-artz, sans-serif;
    color: #666;
    font-size: 24px;
    padding-right: 6px;
    line-height: 24px;
}
#previous i.fas, #next i.fas {
    background-color: #666666;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    float: right;
}
#previous a {
    padding-left: 6px;
}
#previous i.fas {
    float: left;
}

/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 15px 0;
}
ul {
	margin-left: 20px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
	font-size: 18px;
    line-height: 24px;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:20px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
    padding: 0 0 3px 0;
    font-size: 18px;
    line-height: 24px;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

.sideblog ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.sideblog ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 18px;
    line-height: 24px;
}

.sideblog ul li a:hover {
	text-decoration: none;
}

/* -- TABLE STYLES ----  */

table {
    border-collapse: collapse;
	margin-bottom: 20px;
}

table tr td {
    border: 1px solid #666666;
    padding: 10px;
	vertical-align: top;
}

table tr td h3 {
	padding-bottom: 0px;
}

/* ---  IMAGE STYLES --- */

img {
}
a img {
	border: 0 none;
}
img.alignright {
    float: right;
    max-width: 50%;
    width: 100%;
    padding: 0px 0 20px 3%;
}
img.alignright.wp-post-image {
	padding-top: 10px;
}
img.alignnone { width: 100%; height: auto;}
img.alignleft {
    float: left;
    max-width: 50%;
    width: 100%;
    padding: 0 3% 20px 0;
}
.excerpt img.wp-post-image {
    float: left;
    width: 99%;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.blogimage {
    width: 46%;
    padding-right: 4%;
    float: left;
}
.blogcopy {
    width: 50%;
    float: left;
}

@media (max-width: 900px) {
.blogimage {
    width: 100%;
    padding-right: 0%;
}
.blogcopy {
    width: 100%;
}	
}


/* tablet width */
@media (max-width: 768px) {
.blogimage {
    width: 46%;
    padding-right: 4%;
}
.blogcopy {
    width: 50%;
}		
}

@media (max-width: 600px) {
.blogimage {
    width: 100%;
    padding-right: 0%;
}
.blogcopy {
    width: 100%;
}	
}


@media (max-width: 550px) {

img.alignright,img.alignleft {
  max-width: 100%;
  padding: 0 0 20px 0;
}
}


#mainmenu {
    float: left;
	width: 100%;
}

#mainmenu ul
{
  height: 76px;
  margin: 0;
  padding: 0;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    float: left;
    height: 76px;
    position: relative;
}

#mainmenu ul.mainmenu li a {
    color: #353535;
    font-size: 28px;
    font-weight: 600;
    height: 30px;
    margin: 25px 0 20px 10px;
    border-right: 1px solid #353535;
    padding-right: 10px;
    display: inline-block;
    line-height: 30px;
    text-transform: uppercase;
}
#mainmenu ul.mainmenu li:last-child a {
    border-right: none;
    padding-right: 0;
}


#mainmenu ul.mainmenu li a:hover,
#mainmenu ul.mainmenu li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-ancestor a {
   text-decoration: none;
	  color:  #e60000; /* red */ 
}

#mainmenu ul.mainmenu li ul {
    background-color: #ffffff;
    display: none;
    left: 0;
    margin: 0;
    padding: 10px 0 10px;
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 99999;
    height: auto;
    border: 1px solid #b7b7b7;
}

#mainmenu ul.mainmenu li:last-child ul {
    left: unset;
    right: -24px;
    text-align: right;
}


#mainmenu ul.mainmenu li ul li ul {
  border-top: none;
}

#mainmenu ul.mainmenu li:hover ul
{
display: block;
}

#mainmenu ul.mainmenu li ul li {
    display: block;
    list-style-type: none;
    height: auto;
    line-height: 20px;
    width: 200px;
}

#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li:last-child ul li a,
#mainmenu ul.mainmenu li ul li:last-child a, 
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #666666;
    display: inline-block;
    font-size: 18px;
    height: auto;
    line-height: 22px;
    padding: 0px;
    margin: 10px 25px;
    width: auto;
}

#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a {
  color:  #e60000; /* red */ 
}

#mainmenu ul.mainmenu li ul li ul,
#mainmenu ul.mainmenu li ul li ul li,
#mainmenu ul.mainmenu li ul li:hover ul,
#mainmenu ul.mainmenu li ul li ul li a
{
	display: none !important;
}


#mobilemenubutton
{
 display: none;
}


@media (max-width: 1000px) {

#mainmenu ul.mainmenu li a {
    font-size: 24px;
}
	
}

@media (max-width: 850px) {

#mainmenu ul.mainmenu li a {
    font-size: 22px;
}
	
}

/* tablet width */
@media (max-width: 768px) {

.wrapper.header {
overflow: visible;
}
	
#tagline {
	display: none;
/*    width: calc(100% - 176px);
    text-align: center;
    line-height: 22px;
    padding: 16px 5px 16px 25px;
    float: left;*/
}
#logo {
    padding: 12px 0 0 0;
    width: 50%;
}	
img#desktoplogo { display: none; }
img#mobilelogo { display: block; float: left; }
	
.wrapper.header .fullwidth.row {
    height: 86px;
}	
#social {
    float: left;
    padding: 15px 0px 10px;
}
#social a {
    padding: 0 15px 0 0;
}	
	
#mobilemenubutton {
    display: block;
    float: right;
    width: 50%;
    padding: 10px 0px 4px;
    margin-right: 0;
}

#mobilemenubutton a i.fas {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 55px;
    margin: 0;
    padding: 0 0 0 0px;
    overflow: hidden;
    text-align: right;
    width: 50px;
	float: right;
}
#mobilemenubutton a i.fas::before {
    color: #666666;
    font-size: 28px;
    line-height: 55px;
    cursor: pointer;
}
	#mobilemenubutton a:hover { text-decoration: none; border: none;}
#mobilemenubutton a i.fas:hover:before {
		color: #666666;
	text-decoration: none;
}	


#mainmenu {
    width: 275px;
    float: right;
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 87px;
    right: 0px;
	border: 1px solid #b7b7b7;
	z-index: 99999;
}

#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 10px 0px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
    width: 88%;
    margin: 0 6%;
}

#mainmenu ul.mainmenu li a {
	height: auto;
    line-height: 24px;
    font-size: 18px;
    padding: 12px 0 12px 0;
    display: block;
    color: #666666;
	margin: 0;
	text-align: right;
	border: none;
}
#mainmenu ul.mainmenu li:last-child a,
#mainmenu ul.mainmenu li:first-child a {
    padding: 12px 0 12px 0;
margin: 0;
	}	

#mainmenu ul.mainmenu li ul {
    display: none;
    left: 0;
    position: relative;
    top: 0;
    border-top: none;
    width: 100%;
}

#mainmenu ul.mainmenu li:hover ul
{
display: none;
}

#mainmenu ul.mainmenu li.current_page_item ul,
#mainmenu ul.mainmenu li.current_page_ancestor ul {
    display: block;
    background-color: transparent;
    border: none;
	padding: 0;
}
	
#mainmenu ul.mainmenu li ul li
{
		width: 100%;
	padding: 0;
	margin: 0;
}

#mainmenu ul.mainmenu li ul li a,
#mainmenu ul.mainmenu li:last-child ul li a,
#mainmenu ul.mainmenu li ul li:last-child a, 
#mainmenu ul.mainmenu li.current-menu-item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a {
    color: #666666;
}
#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li ul li.current-menu-item a,
#mainmenu ul.mainmenu li.current-menu-item ul li.current-menu-item a {
   color: #e60000; /* red */ 
}
	
	
	

}
@media (max-width: 470px) {
#tagline {
	font-size: 16px;
}	
}
@media (max-width: 430px) {
#tagline {
    width: 90%;
    line-height: 22px;
    padding: 10px 5%;
	font-size: 18px;
}	
}

/* END RESPONSIVE HEADER STYLES */



#content .row .round {
    margin-bottom: 20px;
}

#content 
{
  width: 75%;
  float: left;
	padding: 60px 0;
}
.archive #content
{
    padding: 50px 0;
	width: 100%;
	float: right;
}
.archive.category #content
{
    padding: 25px 0;
	width: 75%;
	float: left;
}

#content.wide 
{
	width: 100%;
}

#rightcol 
{
  width: 20%;
  float: right;
  padding: 60px 0 0 5%;
}
#leftcol {
  width: 25%;
  float: left;
  padding: 0 0 0 5%;
}
#leftcol.products {
    margin: 66px 3% 0 0;
    color: #666;
    padding: 0px 0 0px 0;
    width: 17%;
}

#rightcol input[type="submit"], #leftcol input[type="submit"] {
    font-size: 18px;
    height: 40px;
    line-height: 31px;
    padding: 0 15px;
	margin: 10px 0px;
}
form#filterform {
    padding-bottom: 15px;
}

#rightcol ul li {
    list-style-type: none;
}
#rightcol ul {
    margin: 0;
}

#rightcol ul.sidemenu {
    list-style-type: none;
    text-align: left;
	margin: 0;
}
#rightcol ul.sidemenu li {
    display: none;
    background-color: #f1f1f1;
    padding: 30px 30px 12px;
    margin: 0;
}
#rightcol ul.sidemenu li ul li {
    padding: 5px 0px;
    margin: 0px;
}

#rightcol ul.sidemenu li ul {
	margin: 0px;
	padding: 5px 0px;
}

#rightcol ul.sidemenu li a {
    color: #666666;
    display: block;
    font-size: 40px;
	  line-height: 44px;
    font-weight: 400;
    padding: 0 0 5px;
    width: 100%;
    margin-bottom: 0px;
}

#rightcol ul.sidemenu li ul li a {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 400;
  color: #666666; 
}
#rightcol ul.sidemenu li.current-menu-item,
#rightcol ul.sidemenu li.current-menu-ancestor, 
#rightcol ul.sidemenu li.current-menu-item ul li,
#rightcol ul.sidemenu li.current-menu-ancestor ul li,
.events-single #rightcol ul.sidemenu li.event-parent,
.events-single #rightcol ul.sidemenu li.event-parent ul li
{
  display: block;
}
#rightcol ul.sidemenu li a:hover,
#rightcol ul.sidemenu li.current-menu-item a
{
  text-decoration: none;
  color:  #e60000; /* red */ 
}

#rightcol ul.sidemenu li.current-menu-item ul li a
{
  color: #666666;
}
#rightcol ul.sidemenu li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li.current-menu-item a
{
  color:  #e60000; /* red */ 
}

#rightcol ul.sidemenu li ul li.current-menu-item ul li a
{
  color: #666666;
}
#rightcol ul.sidemenu li ul li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li ul li.current-menu-item a
{
  color:  #e60000; /* red */ 
}

#rightcol ul.sidemenu li ul li ul {
    padding: 2px 0 0 0;
}
#rightcol ul.sidemenu li ul li ul li {
    padding: 0 0 0 15px;
}
#rightcol ul.sidemenu li ul li ul li a {
    font-size: 16px;
}

@media (max-width: 900px) {
#content 
{
  width: 70%;
}	
#rightcol.sideblog,	
#rightcol,
#leftcol
{
  width: 25%;
}
	
}	

#wheretobuy {
    width: 100%;
    float: left;
	padding-bottom: 20px;
}
.store {
    width: 25%;
    float: left;
}
.store img {
    width: 86%;
    padding: 0 14% 0 0;
}


div#productcontent {
    width: 50%;
    float: left;
}
#breadcrumbs {
    padding: 0 0 40px 0;
    font-size: 15px;
	font-weight: 600;
}
#productimages {
    width: 45%;
    float: left;
    padding-right: 5%;
}


/* new code for overlay on thumb images */

#productimages .piwrapper.num0 {
    width: 100%;
    padding: 0 0 20px 0;
}
#productimages .piwrapper, #productimages .vidwrapper {
    width: 20%;
    float: left;
    padding: 15px 2.5%;
}
.vidwrapper a {
    display: block;
    position: relative;
}
.vidwrapper a img.imgicon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.vidwrapper a img.hasoverlay {
    z-index: 10;
	opacity: .4;
}

.wp-video {
    padding-bottom: 20px;
}
/* removing 
#productimages img {
    width: 20%;
	padding: 0 2.5% 20px;
}
#productimages img.pimage0 {
    width: 100%;
}
*/
div#brandthumb {
    float: right;
    padding-left: 10px;
}
div#brandthumb img {max-width: 200px;}
@media (max-width: 500px) { div#brandthumb img {max-width: 150px;} .store { width: 50%; } }
.productthumb {
    width: 22%;
    float: left;
    padding: 0px 1.5% 30px 1.5%;
    text-align: center;
    margin-top: 10px ;
  min-height: auto;
}
.brandthumb {
    width: 22%;
    float: left;
    padding: 0px 1.5% 30px 1.5%;
    text-align: center;
    margin: 0;
  min-height: auto;
}
.prod3 .productthumb {
    width: 30%;
}
.pair { width: 50%; float: left; }
.pair .productthumb {
    width: 47%;
    float: left;
}
.pair .brandthumb {
    width: 40%;
    float: left;
    padding: 0px 5% 35px;
}
.productthumb.featured { width: 30.3333%; min-height: 310px; padding: 0 1.5% 10px 1.5%; }
.archive .productthumb {
	min-height: auto;
}
.productthumb img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 80%;
  padding: 5%;
  border-top: 1px solid #f1f1f1;
  margin-bottom: 12px;
}
.brandthumb img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  padding: 0;
  border-top: none;
  margin-bottom: 12px;
}
.brandthumb a,
.productthumb a { color: #666; display: inline-block; line-height: 22px; font-weight:700;}
.tab {
    width: auto;
    margin-top: 5px;
}
.tab h3 {
    display: inline-block;
    float: left;
    padding: 0px 0 4px 0px;
}
.tab h3 a {
    color: #666;
    padding: 14px 20px 10px;
    border: 1px solid #eaeaea;
    font-size: 26px;
    background-color: #eaeaea;
}

@media (max-width: 900px) {  .tab h3 a { font-size: 20px; } .tab h3 { padding-bottom: 1px; } }
@media (max-width: 768px) {   .tab h3 a { font-size: 26px; } .tab h3 { padding-bottom: 4px; } }

.tab.selected h3 a {
    background-color: #ffffff;
    border-bottom: 1px solid #fff;
}
.tab h3 a:hover {
  text-decoration: none;
}
.content {
    clear: both;
    padding: 20px 20px 0px;
    border: 1px solid #eaeaea;
	overflow: hidden;
}
.content.second { display: none; }


.half
{
  float: left;
  width: 47%;
  padding: 0 6% 0 0;
}

.half.last {
  padding: 0;
}

.half.copy {
    padding-top: 80px;
}
.half.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
    width: 50%;
    height: 600px;
}

.cover .half.copy.last,
.cover .half.copy {
    padding: 170px 5% 0;
    width: 40%;
}



.half.copy h2 {
    color:  #e60000; /* red */ 
}
.dkgrey .half.copy h2,
.green .half.copy h2, 
.dkgrey .half.copy p,
.green .half.copy p
{ color: #ffffff; }
.yellow .half.copy h2
{ color: #666666; }

.half.copy h2,
.half.copy p
{ text-align: center; }

.half.copy.last h2,
.half.copy.last p
{ text-align: center; }
.sidebyside .half.last {
    float: right;
}
.cover .half.last.cover {
    float: right;
}
.blue .half.last,
.half.videocopy.last {
    padding: 50px 6.5% 0;
    width: 34%;
}
.teal .half.last {
    padding: 0px;
    width: 47%;
}
.half.videocopy {
    padding: 20px 11% 0 8%;
    width: 34%;
}
.half.video.last {
    float: right;
}

.third
{
  width: 30%;
  float: left;
  padding: 0 5% 0 0;
}

.third.last {
  padding: 0;
}


.twothirds {
    float: left;
    width: 65%;
    padding: 0 5% 0 0;
}


.onethird {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
}

.twothirds.last {
    padding: 0;
}
.onethird.last {
	padding: 0;
}
.onethird.last.news {
	width: 20%;
	padding: 20px 2% 10px 2%;
	border-left: 8px solid #e60000;
	background-color: #f1f1f1;
}



.onefourth {
	float: left;
	width: 25%;
	padding: 0 5% 0 0;
}
.threefourths {
	float: left;
	width: 70%;
	padding: 0 5% 0 0; 
}
.threefourths.last,
.onefourth.last { padding: 0; }


.photoround {
	height: 400px;
	width: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;	
	border-radius: 50%;
	margin: auto;
}

@media (max-width: 1350px) {

.blue .half.last,
.half.videocopy.last {
    padding: 20px 5.5% 0;
    width: 36%;
}
.half.videocopy {
    padding: 0px 4% 0 4%;
    width: 45%;
}
	
}
@media (max-width: 1000px) {
.half.videocopy {
    padding: 0px 4% 0 0%;
    width: 49%;
}
.blue .half.last,	
.half.videocopy.last {
    padding: 0px 1% 0;
    width: 45%;
}
}


@media (max-width: 1150px) { .photoround { height: 350px; width: 350px; } .half.copy { padding-top: 50px; } 
.onethird.last.news { padding: 20px 1% 10px 1%; }
.productthumb.featured { min-height: 270px; }	
.prod3 .productthumb { min-height: 290px;}		
}
@media (max-width: 900px) { .half.copy { padding-top: 30px; } 
.onethird.last.news { width: 96%; padding: 20px 2% 10px; }
.twothirds.featured { width: 100%; padding: 0; }	
.prod3 .productthumb { min-height: 270px;}	
}
@media (max-width: 768px) { 
.page-id-78572 .half,
.blue .half,
.teal .half,
.blue .half.last,
.teal .half.last,	
.half.video, .half.videocopy.last {
    width: 90%;
    padding: 20px 5% 20px;
}
.half.videocopy {
    padding: 20px 5% 0;
    width: 90%;
}
.photoround { height: 250px; width: 250px; margin-top:30px; } 
.half.copy { padding-top: 0px; } 
.prod3 .productthumb { min-height: 255px; padding-bottom: 0px;}	

}
@media (max-width: 600px) {  
	.productthumb.featured { width: 92%; padding: 0 4% 20px; }	
	.photoround { height: 300px; width: 300px;  margin: 0 auto 20px; }
	.prod3 .productthumb {
     width: 92%; padding: 0 4% 20px;
    }
}


.profilecopy {
  float: left; 
  width: 75%;
}
.profileimage {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    float: left;
    margin: 0 30px 10px 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
}
@media (max-width: 1100px) {  .profilecopy { width: 70%; } }
@media (max-width: 900px) {  .profilecopy { width: 60%; } }
@media (max-width: 768px) {  .profilecopy { width: 70%; } .profile h2 { clear: left; }}
@media (max-width: 700px) {  .profilecopy { width: 65%; } }
@media (max-width: 600px) {  .profilecopy { width: 100%; } .profileimage {margin: 0 0 10px 10px;} }
@media (max-width: 400px) { .profileimage { width: 250px; height: 250px; } }


.redtab p {
    background-color: #e60000;
    color: #ffffff;
    padding: 20px;
	line-height: 30px;
	font-weight: 500;
}
h4.tabtop {
    background-color: #e60000;
    width: max-content;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
@media (max-width: 1000px) { h4.tabtop { font-size: 24px;} }
@media (max-width: 600px) { h4.tabtop { font-size: 20px; } .redtab p { line-height: 24px;font-size: 16px;} }
@media (max-width: 400px) { h4.tabtop { font-size: 16px; } }


/* BLOG STYLES */

hr {
    border: none;
    border-top: 1px solid #666666;
    padding-top: 12px;
}

p.meta {
    font-weight: 400;
    color: #666666;
}

.single-post img.wp-post-image {
    width: 99%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
}
.news img {
    border: 1px solid #f1f1f1;
}

.row.excerpt { padding-bottom: 50px;}

.excerpt h2 {
    font-size: 38px;
    line-height: 42px;
}
.excerpt h2 a {
	color: #e60000;
  font-weight: 400;
}

.blog h1,
.category h1 {
	padding-bottom: 30px;
}



#rightcol.sideblog ul li a {
	color: #666666;
  font-weight: 400;
}

#rightcol.sideblog ul {
	padding-bottom: 20px;
}


#rightcol.sideblog h4 {
    font-size: 36px;
    line-height: 44px;
    color: #0a9bd7;
}

@media (max-width: 1000px) { .pair { width: 100%;  } #leftcol.products h2 { font-size: 36px; line-height: 36px; } .post-type-archive-brands #content h1, .post-type-archive-products #content h1 { padding-left: 4%; } .featuredvid { float: left; width: 94%; padding: 30px 3%; margin: 0 0 25px;}}
/* tablet width */
@media (max-width: 768px) {

div#productcontent {
    width: 100%;
    float: left;
}
#productimages {
    width: 100%;
    float: left;
    padding: 0 0 20px 0%;
	
}	
.post-type-archive-brands #content,
#content, .archive #content, .archive.category #content 
{
  width: 100%;
  padding: 30px 0 0 0;
}
	
#rightcol.sideblog {
    margin: 0;
    padding: 30px 0% 5px;
    width: 100%;
    border-top: 1px solid #bababa;
    margin-top: 20px;
}	
	
.post-type-archive-brands #content h1 {
    padding: 0;
}	
	

#rightcol, #leftcol.products 
{
  width: 100%;
  padding: 30px 0 0 0;
  border: none;
}
#leftcol.products { margin: 0; }


.onethird,
.twothirds,
.onethird.first,
.twothirds.first
{
width: 100%;
padding: 0;
}

.third,
.third.first
{
  width: 100%;
  padding: 0 0 30px 0;
}

#content .third,
#content .third.first
{
  padding: 0;
}
	
.cover .half.copy.last, .cover .half.copy {
   padding: 70px 5% 0;
}	
.half.cover {

    height: 500px;
}	


}




@media (max-width: 600px) {

.half	
{
  float: left;
  width: 100%;
  padding: 0 0 20px;
}

.half.first {
  padding: 0 0 30px 0;
}

#content .half.first
{
padding: 0;
}
.half.cover {
    width: 100%;
    height: 400px;
}	
	
.cover .half.copy.last, .cover .half.copy {
    width: 90%;
    padding: 40px 5% 20px;
}		
	
	


}


@media (max-width: 500px) {

.half.cover {
    height: 300px;
}
}


/* ACCORDION STYLES */

p.accordionHead {
    border-top: 1px solid  #666666; /* grey */
    cursor: pointer;
    padding: 10px 0 10px 0;
    font-weight: 400;
	font-size: 20px;
}

p.accordionHead a {
  color:  #666666; /* grey */
}

p.accordionHead a:hover {
  text-decoration: none;
  color:  #666666; /* grey */
}

p.accordionHead i.fas {
    color:   #666666; /* grey */
    cursor: pointer;
    display: block;
    float: right;
    font-size: 18px;
    line-height: 30px;
    padding: 1px 0;
}

p.accordionHead:hover i.fas,
p.accordionHead:hover a {
  color:  #666666; /* grey */
}
.bottomborder {
    border-top: 1px solid #666666;
    padding-bottom: 25px;
}

.resource p
{
	font-size: 20px;
	line-height: 28px;
}

div#filter {
    float: right;
    width: 200px;
    padding-top: 40px;
	position: relative;
}
#filter .resource {
    position: absolute;
    background: #fff;
    width: 158px;
    padding: 20px 20px 0px;
    border: 1px solid #bababa;
	border-top: 0px;
}
#filter p.accordionHead { border-top: 1px solid #bababa; border-bottom: 1px solid #bababa; }
#filter p.accordionHead i.fas {
    line-height: 20px;
}

@media (max-width: 500px) {
h1 { font-size: 36px; line-height: 44px; }
	h2, .profile h2 { font-size: 26px; line-height: 34px;}
	h3, h3.red { font-size: 24px; line-height: 32px;}
	h4 { font-size: 22px; line-height: 28px;}
	
	p, .resource p, ul li, ol li {font-size: 18px; line-height: 24px; }
	.post-type-archive-brands #content, .post-type-archive-products #content { max-width: 100%; }	
	.pair .brandthumb, .pair .productthumb {
		width: 90%; }
	.post-type-archive-brands #content h1, .post-type-archive-products #content h1 { font-size: 48px; line-height: 48px;}
	.tab h3 {
    padding-bottom: 2px;
}
	.tab h3 a {
    font-size: 18px;
    padding: 12px 10px 8px;
}
}


.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.videowrapper video {
    width: 100%;
    height: auto;
}

	
/* FOOTER STYLES */

.wrapper.footer {
    background-color: #000000;
    color: #ffffff;
    overflow: hidden;
}

#footermenu, #subfootermenu {
    width: 94%;
    float: none;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px auto;
}

ul.footer-menu, ul.footer-menu ul, ul.sub-footer-menu {
	margin: 0;
	padding: 0;
}
ul.footer-menu ul { padding-top: 3px; text-align:center;}
ul.footer-menu li, ul.sub-footer-menu li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
}
ul.footer-menu li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}
ul.sub-footer-menu li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}

@media (max-width: 900px) {
   ul.footer-menu li {
    padding: 0 15px;
   }
   ul.footer-menu li a {
	font-size: 16px;
  }
}
@media (max-width: 768px) {
  ul.footer-menu li, ul.sub-footer-menu li {
    display: block;
    padding: 3px 20px;
    }
   ul.footer-menu li a {
	font-size: 18px;
  }
}


p.socialicons {
	padding: 10px 0px;
  text-align: center;
}
p.socialicons.internal { text-align: left; padding: 0 0 15px 0;}

p.socialicons a {
    color: #fff;
    font-size: 46px;
    display: inline-block;
    padding: 0 8px;
}
p.socialicons.internal a { color: #666; padding: 0 5px 0 0; }
p.socialicons a i:before {
    font-weight: 400;
}
.footer p.socialicons {
	padding: 20px 0px;
}
.footer p.socialicons a {
    font-size: 28px;
}

.footer .fullwidth {
    padding: 60px 0 30px;
    width: 92%;
}


.address h4 {
    text-align: center;
    padding-bottom: 5px;
}
.address p {

    text-align: center;

}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/





#slider
{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
	padding: 0;
	margin: 0 0 0 0;
	background-color:#f1f1f1;
}
#sliderinner {
    max-width: 100%;
    margin: auto;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
	width: 100%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper img {
    max-width: 100%;
    display: inline-block;
}

.bx-viewport li { 
    min-height: 1px; 
    min-width: 1px; 
}

.bxhomeslider li 
{
  display: none;
}

.bxhomeslider li:nth-child(1)
{
  display: block;
}

.bx-wrapper .bxhomeslider li
{
 display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bxhomeslider 
{
 margin: 0;
padding: 0;
float: left;
}


.bx-wrapper .bxhomeslider li
{
 position: relative;
  display: block;
  float: left;
  padding: 0;
	margin: 0;
}
.bxhomeslider li img {
    width: 100%;
    height: auto;
  float: left;
}

.bxhomeslider li div.copy {
    position: absolute;
   text-align: center;
	bottom: 10px;
	width: 100%;
}


div.copy p {
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    padding: 0 20px 20px 0;
}

/* tablet width */
@media (max-width: 600px) {
div.copy p {
    padding: 0 20px 0px 0;
}	

	
}

@media (max-width: 500px) { 
	div.copy { display: none; }
}

.back-to-top {
    background-color: #666666;
    color: #FFFFFF !important;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
	text-decoration: none !important;
  }
a.back-to-top i.fas {
	color: #ffffff !important;
	font-size: 22px;
}

  a.back-to-top {
    font-weight: 1000;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
    padding-left: 2px;
    padding-top: 14px;
  }

  .back-to-top:hover, .back-to-top:focus, .back-to-top:visited {
    color: #FFFFFF;
  }

  .back-to-top.show {
    opacity: 1;
  }

