/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1.2; }
table { border-collapse: collapse; border-spacing: 0; } 
/* end reset browser styles */

* { -moz-box-sizing: border-box; box-sizing: border-box; }

/***** Basic Content Settings *****/
html { height: 100%; }
body { height: 100%; font-family: 'Roboto', sans-serif; background-color: #222222; }

/***** Box that creates content for full screen *****/
#main-content { min-height: 100%; width: 1170px; margin: 0 auto; background-color: #323232; box-shadow: 3px 3px 5px rgba(0,0,0,.5); }
#content-main { min-height: 500px; background-color: #FFFFFF; padding: 20px; }

/****** MAIN Site Settings *****/
br.clear { clear: both; }
h1 { font-weight: bold; font-size: 1.30em; } 
h2 { font-size: 1.15em; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
h3 { font-size: 1.75em; font-weight: bold; color: #FF9900; margin: 0 10px 10px 0; }
h4 { font-weight: bold; margin-bottom: 5px; }
h5 { color: #FFFFFF; }
h6 { font-size: 1.75em; font-weight: bold; color: #444; margin: 10px 20px 10px 0; }
p { margin: 10px 0; }
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1.2; }
table { border-collapse: collapse; border-spacing: 0; } 
/* end reset browser styles */

* { -moz-box-sizing: border-box; box-sizing: border-box; }

/***** Basic Content Settings *****/
html { height: 100%; }
body { height: 100%; font-family: 'Roboto', sans-serif; background-color: #222222; }

/***** Box that creates content for full screen *****/
#main-content { min-height: 100%; width: 1170px; margin: 0 auto; background-color: #323232; box-shadow: 3px 3px 5px rgba(0,0,0,.5); }
#content-main { min-height: 500px; background-color: #FFFFFF; padding: 20px; }

/****** MAIN Site Settings *****/
br.clear { clear: both; }
h1 { font-weight: bold; font-size: 1.30em; } 
h2 { font-size: 1.15em; font-weight: bold; margin-top: 10px; margin-bottom: 5px; }
h3 { font-size: 1.75em; font-weight: bold; color: #FF9900; margin: 0 10px 10px 0; }
h4 { font-weight: bold; margin-bottom: 5px; }
h5 { font-size: 1.25em; font-weight: bold; margin-bottom: 10px; color: #333; }
h6 { font-size: 1.75em; font-weight: bold; color: #444; margin: 10px 20px 10px 0; }
p { margin: 10px 0; }
h4 a { color: #0F3B5F; }
h4 a:hover { color: #FF9900; }
blockquote { font-style: italic; color: #0F3B5F; margin: 20px; }
ul {  }
ul li { list-style: none; }
a { color: #0F3B5F; }
a:hover { color: #323232; text-decoration: none; }
table { margin-top: 10px; }
button { 
	background-color: #323232; 
	float: left; 
	border: none; 
	outline: none; 
	cursor: pointer; 
	padding: 14px 16px; 
	transition: 0.3s; 
	color: #FFFFFF; 
	}
button:hover { background-color: #FFF; color: #333; }
#content-main ul li { margin-left: 10px; }
#content-main ul li i { margin-right: 10px; }
.floatRight { float: right; vertical-align: top; margin-left: 20px; }
.space { margin-left: 20px; margin-right: 20px; }
.select_style { padding: 10px; font-size: 1.10em; }
.column-content img { width: 640px; }
.product img { width: 400px; }
.centerThis { text-align: center; margin-left: auto; margin-right: auto; }
.redFont { color: #FF0000; }
.linkToEmail { color: red; }
/****** END MAIN Site Settings *****/

/***** Header *****/
header { position: relative; background-color: #FFFFFF; }
.lineup { display: inline-block; }
.logo { width: 240px; } 
.logo img { width: 100%; margin: 9px; }
.phone h3 { position: absolute; top: 10px; right: 10px; font-weight: bold; font-size: 1.75em; color: #FF9900; text-align: right; }
.phone h3 i { color: #FF0000; margin-right: 10px; }
.phone iframe { position: absolute; top: 15px; right: 300px; text-align: right; }
.mainNav { float: right; margin-top: 69px;}
.mainNav ul { background-color: #0F3B5F; color: #FFFFFF; border-radius: 40px 0 0 0; padding: 10px 20px; }
.mainNav ul li{ display: inline-block;  }
.mainNav ul li a { color: #FFFFFF; padding: 10px 20px; }
.mainNav ul li a:hover { color: #323232; background-color: #FFFFFF; }
.mainNav h4 { font-weight: bold; color: #323232; font-size: 1.25em; }
.specialNav { display: none; } 


.image { background-color: #323232; }
.storeImg { width: 100%; overflow: hidden; } 
/**** End header ****/

/**** Navigation Bar ****/
.nav { width: 100%; background-color: #323232; z-index: 100; }
.nav ul { }
.nav li { display: inline-block; list-style: none; }
.nav li a { display: block; color: #FFFFFF; font-size: 1.10em; padding:14px 15px; }
.nav li a:hover { color: #FFFFFF; background-color: #FF0000; }
.nav ul ul { display: none; position: absolute; background: #323232; z-index: 200; }
.nav ul ul li { display: block; width: 200px; }
.nav ul ul a { line-height: 120%; padding: 10px 15px; }
.nav ul li:hover > ul { display: block;  }

/***** end navigation *****/

.column-content { display: inline-block; width: 675px; margin-right: 40px; vertical-align: top; }
.product { display: inline-block; width: 410px; }
.battery-size { margin-left: auto; margin-right: auto; width: 370px; padding: 10px;  }
.battery-size h2 { background-color: #0F3B5F; color: #FFFFFF; font-weight: bolder; font-size: 2.0em; padding: 10px; }
.battery-size table { width: 100%; }
.battery-size table td { padding: 0 10px; }

/***** footer *****/
footer { background-color: #323232; }
footer p { color: #EEEEEE; font-size: .75em; padding-top: 25px; padding-bottom: 25px; }
footer h4 { text-align: left; font-size: 1.3em; margin: 0 0 10px 40px; color: #ffffff; }
footer h5 { color: #dddddd; font-size: 0.9em; }
.store { width: 25%; border-right: 1px inset #444; padding-right: 20px; padding-left: 50px; vertical-align: top; display: table-cell; }
.noborder { border-right: none; }

.phone { color: #FF9900; font-size: 1.1em; }
.storeTitle { font-size: 1em; color: #FFFFFF; }
.break { padding-top: 20px; text-transform: uppercase; }
.day { color: #FFCC00; padding-top: 5px; }

/***** end footer ****/

/****** Start To Top Button ******/

#toTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ddd; /* Set a background color */
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 100px;
}

#toTopBtn:hover {
  background-color: #FF9900; /* Add a dark-grey background on hover */
}	

/****** End To Top Button ******/

/***** Home Page *****/
.battery-boxes { width: 100%; margin-left: 15px; margin-bottom: 20px; }
.column-index { display: inline-block; vertical-align: top; margin: -100px 15px 10px 10px; }
.diamond-shape { 
	max-width: 260px; max-height: 260px;
	background: #444;
	text-align: center;
	transform:rotate(45deg);
	background-image: url("../img/bkgdMetal.jpg");
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	}
.item-count { 
	color: #FF9900;
	display: table-cell;
	height: 260px;
	transform: rotate(-45deg);
	vertical-align: middle;
	width:260px;
	}
.diamond-shape a { font-size: 1.5em; color: #FF9900; }
.diamond-shape a:hover { text-decoration: none; color: #FFFFFF; }
a.item1:before, a.item2:before, a.item3:before, a.item4:before { font-family: FontAwesome; display: block; font-size: 1.5em; }
a.item1:before { content: "\f041"; }
a.item2:before { content: "\f2b5"; }
a.item3:before { content: "\f240"; }
a.item4:before { content: "\f0e0"; }
/***** END Home Page Style *****/

/****** Start Content-main ******/
/****** END Content Main ******/

/***** Location Page Style *****/
.locationTitle { font-size: 1.1em; font-weight: bold; color: #FF0000; padding: 0; margin: 0; }

.location p { padding: 0; margin: 0; font-size: 110%; }
.location img { max-width: 200px; margin: 10px; }
.location h2 { margin-top: 10px; }
.locationPage { display: grid; grid-template-columns: 50% 50%; }
.location { display: inline-block; vertical-align: top; margin-right: 30px; }
.location-right { padding: 10px 15px; margin: 10px; background-color: #0F3B5F; color: #fff; justify-items: end; }
.map { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.map iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; }
.specialsBox { color: #FF9900; font-size: 1.25em; text-align: right; }
.specialsBox:hover { color: #FFFFFF;  }

/***** END Location Page STYLE *****/

/***** FORM STYLES *****/
input[type=text], textarea {
    width: 100%;
    padding: 5px ;
    margin: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	color: #333333;
}

input[type=submit], input[type=reset] {
    width: 40%;
	display: inline-block;
    background-color: #0F3B5F;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover {
    background-color: #FF9900;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}

.myForm {
	margin-top: 30px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#contactFormWrapper {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.signup {
	display: inline-block;
	vertical-align: top;
 
}
/***** END FORM STYLE *****/

/**** 404 page styles *****/
.center404 { height: 200px; width: 100%; color: #333333; font-size: 3.0em; margin-top: 75px; }
.center404 i, .center404 h1 { margin: auto; width: 100%; text-align: center; }

/**** construction style ****/
.construction { max-height: 600px; margin: auto; }
.construction img { margin-left: auto; margin-left: auto; }

/***** START Accordion Styles *****/
.accordion, .accordion * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.accordion { overflow:hidden; border-radius:3px; background:#fff; }
/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.100em;
	color:#fff;
	border-bottom: 1px solid #444444;
}
.accordion-section-title:after { content: '\002B'; color: #FFF; font-weight: bold; float: right; margin-left: 5px; }
.active:after { content: "\2212"; }
.accordion-group { background: #0F3B5F; color: #FFF; padding: 15px; font-size:1.100em; }
.accordion-section-title.active, .accordion-section-title:hover { background:#FF9900; color: #FFFFFF; /* Type */ text-decoration:none; }
.accordion-section:last-child .accordion-section-title { border-bottom:none; }
/*----- Section Content -----*/
.accordion-section-content { padding:15px; display:none; }
.accordion-section-content img { max-width: 100%; }
.accordion-section-content table { width: 100%; }
/* ------ table style of the products ------- */
.batteryApplication td { padding: 2px 2px; }
.batteryApplication tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }
/***** END Accordion Styles *****/
.reference { width: 100%; }
.productTable { width: 100%; vertical-align: middle; }
.productTable th { background-color: #0F3B5F; padding: 10px; color: #FFFFFF; font-weight: normal; vertical-align: middle; }
.productTable td { padding: 5px 5px 5px 10px; vertical-align: middle; }
.productTable tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }
.crownTable { width: 100%; }
.crownTable th { background-color: #0F3B5F; padding: 5px; border: 1px solid #FFFFFF; color: #FFFFFF; font-weight: normal; vertical-align: middle; text-align: center; }
.crownTable td { padding: 5px 5px 5px 10px; vertical-align: middle; text-align: center; border: 1px solid #888888; }
.addColor { background: #DFE4E9; }
.crownTable tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }

/***** START Trojan *****/
.trojan { margin-bottom: 10px; }
.tSpec { width: 50%; }
.trojanTable { width: 100%; }
.tSpec th { text-transform: uppercase; text-align: right; padding: 5px 10px 5px 0; background: #0F3B5F; color: #FFFFFF; font-weight: normal; }
.tSpec td { padding: 0 0 0 15px; font-weight: bold; }
.spacerTable { padding: 20px; }
.trojanTable, .trojanTable tr, .trojanTable th, .trojanTable td { border: 1px solid #7f7f7f; text-align: center; vertical-align: middle; }
.trojanTable tr td { padding: 10px 0; }
.tableDecor { background: #0F3B5F; color: #FFFFFF; padding: 10px; font-weight: normal; }
.grey { background: #D3D3D3; font-weight: bold; }
.trojanTable .go-left { text-align: left; padding-left: 20px; } 

.column-spec { display: inline-block; }
.spec { }
.spec th { text-transform: uppercase; text-align: right; padding: 5px 10px 5px 40px; background: #0F3B5F; color: #FFFFFF; font-weight: normal; }
.spec tr { padding-top: 10px; padding-bottom: 10px; }
.spec td { padding: 0 40px 0 15px; font-weight: bold;  }
.specImage { display: inline-block;	}
.specImage img { max-height: 250px; margin-left: 200px; } 
.abc { width: 100% }
.abc li { display: inline-block; width: 31%; border-bottom: 1px solid rgba(8, 8, 8, .1); padding-left: 15px; padding-top: 5px; }

/***** END Trojan *****/

/******** RESPONSIVE VIDEO ********/
.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
/******** END RESPONSIVE VIDEO ********/

.accordion ul {
    list-style: none;
    padding: 0;
  
    .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
      
        &.show {
          /*display: block;*/
        }
    }
  
    li {
        margin: .5em 0;
      
        a.toggle {
            width: 100%;
            display: block;
            background: rgba(0,0,0,0.78);
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
          
            &:hover {
                background: rgba(0, 0, 0, 0.9);
            }
        }
    }
}

.goback { background-color: #ff9900; padding: 5px; margin: 10px; color: #FFFFFF; }


/*********************************************

START SPECIALS PAGE 

**********************************************/
.products { display: grid; grid-gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr; justify-items: center; align-items: center; justify-content: space-between; }
.product-card { margin: auto 0;  padding: 10px 7px; border: 1px solid #eee;}
.product-info { margin: auto 5px; text-align: center; }
.products form { border: none; text-align: center; }
.product-image, .product-image img { margin: auto 5px; text-align: center; }
.product-image img { max-width: 275px; }
.product-info h4 { padding-bottom: 5px; font-size: 125%; color: #0F3B5F; }
.product-info h5 { padding-bottom: 15px; font-size: 110%; color: #333; }
.createGrid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	justify-items: center;
	align-items: center;
	justify-content: space-between;
}
.product-detail { margin: auto 0; }
.column-special { margin: auto 0; width: 100%; }
.product-card-content h2 { text-align: center; font-size: 125%; background-color: #0F3B5F; color: #FFF; padding: 10px; }
.paypal form { border: none; }
.paypal { text-align: center; }

/****************************************************************

					Breadcrumbs 

*****************************************************************/

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/****************************************************************

					Breadcrumbs 

*****************************************************************/

.contentBlock { width: 100%; margin-left: auto; margin-right: auto; display: grid; grid: auto / auto auto; grid-gap: 10px; padding: 10px;  }
.contentBlock > div { vertical-align: middle; padding: 10px; font-size: 1.25em; color: #333; }
.contentGrid h4 { background: #FF9900; padding: 8px; }
.contentGrid img { max-height: 150px; display: block; }
blockquote { width: 80%; background-color: #ddd; padding: 25px; margin-left: auto; margin-right: auto; }
blockquote { font-style: italic; font-color: #0F3B5F; margin: 20px; }
ul {  }
ul li { list-style: none; }
a { color: #0F3B5F; }
a:hover { color: #323232; text-decoration: none; }
table { margin-top: 10px; }
button { 
	background-color: #323232; 
	float: left; 
	border: none; 
	outline: none; 
	cursor: pointer; 
	padding: 14px 16px; 
	transition: 0.3s; 
	color: #FFFFFF; 
	}
button:hover { background-color: #FFF; color: #333; }
#content-main ul li { margin-left: 10px; }
#content-main ul li i { margin-right: 10px; }
.floatRight { float: right; vertical-align: top; margin-left: 20px; }
.space { margin-left: 20px; margin-right: 20px; }
.select_style { padding: 10px; font-size: 1.10em; }
.column-content img { width: 640px; }
.product img { width: 400px; }
.centerThis { text-align: center; margin-left: auto; margin-right: auto; }
.redFont { color: #FF0000; }
/****** END MAIN Site Settings *****/

/***** Header *****/
header { position: relative; background-color: #FFFFFF; }
.lineup { display: inline-block; }
.logo { width: 240px; } 
.logo img { width: 100%; margin: 9px; }
.phone h3 { position: absolute; top: 10px; right: 10px; font-weight: bold; font-size: 1.75em; color: #FF9900; text-align: right; }
.phone h3 i { color: #FF0000; margin-right: 10px; }
.phone iframe { position: absolute; top: 15px; right: 300px; text-align: right; }
.mainNav { float: right; margin-top: 69px;}
.mainNav ul { background-color: #0F3B5F; color: #FFFFFF; border-radius: 40px 0 0 0; padding: 10px 20px; }
.mainNav ul li{ display: inline-block;  }
.mainNav ul li a { color: #FFFFFF; padding: 10px 20px; }
.mainNav ul li a:hover { color: #323232; background-color: #FFFFFF; }
.mainNav h4 { font-weight: bold; color: #323232; font-size: 1.25em; }
.specialNav { display: none; } 


.image { background-color: #323232; }
.storeImg { width: 100%; overflow: hidden; } 
/**** End header ****/

/**** Navigation Bar ****/
.nav { width: 100%; background-color: #323232; z-index: 100; }
.nav ul { }
.nav li { display: inline-block; list-style: none; }
.nav li a { display: block; color: #FFFFFF; font-size: 1.10em; padding:14px 15px; }
.nav li a:hover { color: #FFFFFF; background-color: #FF0000; }
.nav ul ul { display: none; position: absolute; background: #323232; z-index: 200; }
.nav ul ul li { display: block; width: 200px; }
.nav ul ul a { line-height: 120%; padding: 10px 15px; }
.nav ul li:hover > ul { display: block;  }

/***** end navigation *****/

.column-content { display: inline-block; width: 675px; margin-right: 40px; vertical-align: top; }
.product { display: inline-block; width: 410px; }
.battery-size { margin-left: auto; margin-right: auto; width: 370px; padding: 10px;  }
.battery-size h2 { background-color: #0F3B5F; color: #FFFFFF; font-weight: bolder; font-size: 2.0em; padding: 10px; }
.battery-size table { width: 100%; }
.battery-size table td { padding: 0 10px; }

/***** footer *****/
footer { background-color: #323232; }
footer p { color: #EEEEEE; font-size: .75em; padding-top: 25px; padding-bottom: 25px; }
footer h4 { text-align: left; font-size: 1.3em; margin: 0 0 10px 40px; color: #ffffff; }
footer h5 { color: #dddddd; font-size: 0.9em; }
.store { width: 25%; border-right: 1px inset #444; padding-right: 20px; padding-left: 50px; vertical-align: top; display: table-cell; }
.noborder { border-right: none; }
.phone { color: #FF9900; font-size: 1.1em; }
.storeTitle { font-size: 1em; color: #FFFFFF; }
.break { padding-top: 20px; text-transform: uppercase; }
.day { color: #FFCC00; padding-top: 5px; }

/***** end footer ****/

/****** Start To Top Button ******/

#toTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ddd; /* Set a background color */
  color: #000; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 100px;
}

#toTopBtn:hover {
  background-color: #FF9900; /* Add a dark-grey background on hover */
}	

/****** End To Top Button ******/

/***** Home Page *****/
.battery-boxes { width: 100%; margin-left: 15px; margin-bottom: 20px; }
.column-index { display: inline-block; vertical-align: top; margin: -100px 15px 10px 10px; }
.diamond-shape { 
	max-width: 260px; max-height: 260px;
	background: #444;
	text-align: center;
	transform:rotate(45deg);
	background-image: url("../img/bkgdMetal.jpg");
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	}
.item-count { 
	color: #FF9900;
	display: table-cell;
	height: 260px;
	transform: rotate(-45deg);
	vertical-align: middle;
	width:260px;
	}
.diamond-shape a { font-size: 1.5em; color: #FF9900; }
.diamond-shape a:hover { text-decoration: none; color: #FFFFFF; }
a.item1:before, a.item2:before, a.item3:before, a.item4:before { font-family: FontAwesome; display: block; font-size: 1.5em; }
a.item1:before { content: "\f041"; }
a.item2:before { content: "\f2b5"; }
a.item3:before { content: "\f240"; }
a.item4:before { content: "\f0e0"; }
/***** END Home Page Style *****/

/****** Start Content-main ******/
/****** END Content Main ******/

/***** Location Page Style *****/
.locationTitle { font-size: 1.1em; font-weight: bold; color: #FF0000; padding: 0; margin: 0; }

.location p { padding: 0; margin: 0; font-size: 110%; }
.location img { max-width: 200px; margin: 10px; }
.location h2 { margin-top: 10px; }
.locationPage { display: grid; grid-template-columns: 50% 50%; }
.location { display: inline-block; vertical-align: top; margin-right: 30px; }
.location-right { padding: 10px 15px; margin: 10px; background-color: #0F3B5F; color: #fff; justify-items: end; }
.map { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.map iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; }
.specialsBox { color: #FF9900; font-size: 1.25em; text-align: right; }
.specialsBox:hover { color: #FFFFFF;  }

/***** END Location Page STYLE *****/

/***** FORM STYLES *****/
input[type=text], textarea {
    width: 100%;
    padding: 5px ;
    margin: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	color: #333333;
}

input[type=submit], input[type=reset] {
    width: 40%;
	display: inline-block;
    background-color: #0F3B5F;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover, input[type=reset]:hover {
    background-color: #FF9900;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0F3B5F;
  opacity: 1;
  font-size: 1.1em;
}

.myForm {
	margin-top: 30px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#contactFormWrapper {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.signup {
	display: inline-block;
	vertical-align: top;
 
}
/***** END FORM STYLE *****/

/**** 404 page styles *****/
.center404 { height: 200px; width: 100%; color: #333333; font-size: 3.0em; margin-top: 75px; }
.center404 i, .center404 h1 { margin: auto; width: 100%; text-align: center; }

/**** construction style ****/
.construction { max-height: 600px; margin: auto; }
.construction img { margin-left: auto; margin-left: auto; }

/***** START Accordion Styles *****/
.accordion, .accordion * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.accordion { overflow:hidden; border-radius:3px; background:#fff; }
/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	background:#333;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.100em;
	color:#fff;
	border-bottom: 1px solid #444444;
}
.accordion-section-title:after { content: '\002B'; color: #FFF; font-weight: bold; float: right; margin-left: 5px; }
.active:after { content: "\2212"; }
.accordion-group { background: #0F3B5F; color: #FFF; padding: 15px; font-size:1.100em; }
.accordion-section-title.active, .accordion-section-title:hover { background:#FF9900; color: #FFFFFF; /* Type */ text-decoration:none; }
.accordion-section:last-child .accordion-section-title { border-bottom:none; }
/*----- Section Content -----*/
.accordion-section-content { padding:15px; display:none; }
.accordion-section-content img { max-width: 100%; }
.accordion-section-content table { width: 100%; }
/* ------ table style of the products ------- */
.batteryApplication td { padding: 2px 2px; }
.batteryApplication tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }
/***** END Accordion Styles *****/
.reference { width: 100%; }
.productTable { width: 100%; vertical-align: middle; }
.productTable th { background-color: #0F3B5F; padding: 10px; color: #FFFFFF; font-weight: normal; vertical-align: middle; }
.productTable td { padding: 5px 5px 5px 10px; vertical-align: middle; }
.productTable tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }
.crownTable { width: 100%; }
.crownTable th { background-color: #0F3B5F; padding: 5px; border: 1px solid #FFFFFF; color: #FFFFFF; font-weight: normal; vertical-align: middle; text-align: center; }
.crownTable td { padding: 5px 5px 5px 10px; vertical-align: middle; text-align: center; border: 1px solid #888888; }
.addColor { background: #DFE4E9; }
.crownTable tr:nth-of-type(even) { background-color: rgba(8, 8, 8, .1); }

/***** START Trojan *****/
.trojan { margin-bottom: 10px; }
.tSpec { width: 50%; }
.trojanTable { width: 100%; }
.tSpec th { text-transform: uppercase; text-align: right; padding: 5px 10px 5px 0; background: #0F3B5F; color: #FFFFFF; font-weight: normal; }
.tSpec td { padding: 0 0 0 15px; font-weight: bold; }
.spacerTable { padding: 20px; }
.trojanTable, .trojanTable tr, .trojanTable th, .trojanTable td { border: 1px solid #7f7f7f; text-align: center; vertical-align: middle; }
.trojanTable tr td { padding: 10px 0; }
.tableDecor { background: #0F3B5F; color: #FFFFFF; padding: 10px; font-weight: normal; }
.grey { background: #D3D3D3; font-weight: bold; }
.trojanTable .go-left { text-align: left; padding-left: 20px; } 

.column-spec { display: inline-block; }
.spec { }
.spec th { text-transform: uppercase; text-align: right; padding: 5px 10px 5px 40px; background: #0F3B5F; color: #FFFFFF; font-weight: normal; }
.spec tr { padding-top: 10px; padding-bottom: 10px; }
.spec td { padding: 0 40px 0 15px; font-weight: bold;  }
.specImage { display: inline-block;	}
.specImage img { max-height: 250px; margin-left: 200px; } 
.abc { width: 100% }
.abc li { display: inline-block; width: 31%; border-bottom: 1px solid rgba(8, 8, 8, .1); padding-left: 15px; padding-top: 5px; }

/***** END Trojan *****/

/******** RESPONSIVE VIDEO ********/
.video-container {
  position: relative;
  padding-bottom: 56.25%; /*16:9*/
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }
/******** END RESPONSIVE VIDEO ********/

.accordion ul {
    list-style: none;
    padding: 0;
  
    .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
      
        &.show {
          /*display: block;*/
        }
    }
  
    li {
        margin: .5em 0;
      
        a.toggle {
            width: 100%;
            display: block;
            background: rgba(0,0,0,0.78);
            color: #fefefe;
            padding: .75em;
            border-radius: 0.15em;
            transition: background .3s ease;
          
            &:hover {
                background: rgba(0, 0, 0, 0.9);
            }
        }
    }
}

.goback { background-color: #ff9900; padding: 5px; margin: 10px; color: #FFFFFF; }

/****** Wholesale Customer Login *****************/ 
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fall back color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0; 
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Bordered form */
form { border: 3px solid #f1f1f1; }

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover { opacity: 0.8; }

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer { text-align: center; margin: 24px 0 12px 0; }

/* Add padding to containers */
.container { padding: 16px; }

/* The "Forgot password" text */
span.psw { float: right; padding-top: 16px; }

/*********************************************

START SPECIALS PAGE 

**********************************************/
.products {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	justify-items: center;
	align-items: center;
	justify-content: space-between;
}

.product-card { margin: auto 0; }
.product-info { margin: auto 5px; text-align: center; }
.products form { border: none; text-align: center; }
.product-image, .product-image img {
	margin: auto 5px;
	text-align: center;
}

.product-image img {
	max-width: 275px;
}

.product-info h4 {
	padding-bottom: 5px;
	font-size: 125%;
	color: #0F3B5F; 
}

.product-info h5 {
	padding-bottom: 15px;
	font-size: 110%;
	color: #333;
}

.createGrid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	justify-items: center;
	align-items: center;
	justify-content: space-between;
}
.product-detail { margin: auto 0; }
.column-special { margin: auto 0; width: 100%; }
.product-card-content h2 { text-align: center; font-size: 125%; background-color: #0F3B5F; color: #FFF; padding: 10px; }
.paypal form { border: none; }
.paypal { text-align: center; }

/****************************************************************

					Breadcrumbs 

*****************************************************************/

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/****************************************************************

					Breadcrumbs 

*****************************************************************/

.contentBlock { width: 100%; margin-left: auto; margin-right: auto; display: grid; grid: auto / auto auto auto; grid-gap: 10px; padding: 10px;  }
.contentBlock > div { vertical-align: middle; padding: 10px; font-size: 1.25em; color: #333; }
.contentGrid h4 { background: #FF9900; padding: 8px; }
.contentGrid img { max-width: 150px; display: block; }
.navigator { max-width: 150px; }
blockquote { width: 80%; background-color: #ddd; padding: 25px; margin-left: auto; margin-right: auto; }
h5 { color: #FFFFFF; }
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #0F3B5F;
  color: #fff;
  width: 30%;

}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: #FFF;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #CCC;
  color: #000; 
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #FFF;
  color: #000; 
}

/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	width: 70%;
	border-left: none;
	min-height: 800px;
}