

/* page structure */
body {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*---------------------------------------Shekh HomePage Support-------------------------*/
.bgadd{
	padding:28px 0 !important;
	background:url(../../images/bgadd.jpg) no-repeat left top;
	/*background-attachment:fixed;*/
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
    margin: 0 auto;
    width: 96%;
}
.transp_color{
	margin:0 auto;
	width:88%;
	background-color:rgba(207, 230, 244,0.45);
}
.pad{
    padding-top:38px;
	padding-bottom:38px;
}
.pad h3{ color:#000;text-shadow:1px 1px #006792;}
.rght{ border-left:1px solid #6cc7d2;}
.mid{ text-align:center; display:block; color:#007c8b; margin-bottom:3px !important;}
.bdr{ background:#00babe; width:90px; height:5px; margin:0 auto;}
.link_sec{
	margin:0 auto;
    padding:0;
	width:100%;
}
.link_sec ul{
	margin:0;
	padding:0;
}

.link_sec ul li{
	margin:0;
	padding:0 0 38px 0;
	list-style-type:none;
	float:left;
	width:50%;
	text-align:center;
}
.link_sec ul li a{
	margin:0;
	padding:0;
	text-decoration:none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;	
    font-weight:bold;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
}
.link_sec ul li a img{ padding-bottom:8px;}




@media (max-width: 1280px)  {
.transp_color{ width:94%;}
.rght{ border:none; left:37%;}
}

@media (max-width: 1199px)  {
.transp_color{ width:94%;}
.rght{ border:none; left:0%;}
}
@media (max-width: 1024px) {
.transp_color{ width:95% !important;}
.rght{ border:none; left:0%;}
.bgadd{background-size: auto, auto;  padding: 24px 0 !important;}
.pad {
    padding-bottom: 10px;
    padding-top: 13px;
}
.transp_color .section-subheading{ margin-bottom:0;}
.transp_color .container{ width:100%;}

}
@media (max-width: 800px) {

.transp_color .section-subheading{ font-size:16px;}
.transp_color .mid{ font-size:30px;}
.transp_color .container{ width:100%;}
.bdr{ width:70px;}
.link_sec ul li{ padding-bottom:14px;}
}
@media (max-width:900px) {

.transp_color .section-subheading{ font-size:16px;}
.transp_color .mid{ font-size:30px;}
.transp_color .container{ width:100%;}
.bdr{ width:70px;}
.link_sec ul li{ padding-bottom:14px;}
}

/*---------------------------------------Shekh HomePage Support-------------------------*/

/* min-height for larger screens */
@media (min-width: 767px) {
	.body-wrapper {
		min-height: 500px;
	}
	.grid-item-inner{min-height:280px;}
}

/* adnsf grid system */
@media (max-width: 767px) {
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
		width: 100%;
		float: none;
		display: block; 
	}
}

/* buttons */

.button {
	display: inline-block;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #f0f0f0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

	.button:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.button:hover,
	.button:focus {
		color: #333333;
		text-decoration: none;
	}

	.button:active,
	.button.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.button.disabled,
	.button[disabled],
	fieldset[disabled] .button {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}


.call-to-action {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}

	.call-to-action:hover,
	.call-to-action:focus,
	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		color: #ffffff;
		background-color: #3276b1;
		border-color: #285e8e;
	}

	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		background-image: none;
	}

	.call-to-action.disabled,
	.call-to-action[disabled],
	fieldset[disabled] .call-to-action,
	.call-to-action.disabled:hover,
	.call-to-action[disabled]:hover,
	fieldset[disabled] .call-to-action:hover,
	.call-to-action.disabled:focus,
	.call-to-action[disabled]:focus,
	fieldset[disabled] .call-to-action:focus,
	.call-to-action.disabled:active,
	.call-to-action[disabled]:active,
	fieldset[disabled] .call-to-action:active,
	.call-to-action.disabled.active,
	.call-to-action[disabled].active,
	fieldset[disabled] .call-to-action.active {
		background-color: #428bca;
		border-color: #357ebd;
	}

	.call-to-action .badge {
		color: #428bca;
		background-color: #fff;
	}

/* header elements */
.header-cart {
	margin: 10px 0 0 0;
}
.logo-wrap img {
	max-width: 100%;
}
/* horizontal navigation */

.topnav, .footernav {
	margin: 8px 0px;
}

	.footernav .navbar-nav {
		margin: 0px;
	}

.nav-input-pad {
	padding: 9px 15px 0px 15px;
}

.nav-button-pad {
	padding: 5px 15px 0px 15px;
}

@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0px;
	}

	.navbar-form.search-wrap {
		padding-top: 8px;
		margin-top: 0px;
	}
}

/* responsive checkout styles */
@media (max-width: 991px) {
	.checkout-tabs {
		border: none 0px;
	}

	.checkout-steps-wrap ul li {
		display: block;
	}

	.checkout-tabs > li > a {
		border-radius: 4px;
		padding: 2px 4px;
		display: block;
	}

	.checkout-tabs > li.active > a,
	.checkout-tabs > li.active > a:hover,
	.checkout-tabs > li.active > a:focus {
		color: #555555;
		background-color: #eee;
		border: 1px solid #dddddd;
		cursor: default;
		text-decoration: none;
	}
}

.opc-wrap  .opc-page-left-column{
	width: 60%;
}

.opc-wrap  .opc-page-right-column{
	width: 38%;
}

@media (max-width: 767px) {
	.cart-title {
		clear: both;
	}

	.opc-wrap  .opc-page-left-column {
		width: 100%;
		float: none;
	}

	.opc-wrap  .opc-page-right-column {
		width: 100%;
		float: none;
	}
}


/* product page */
.variant-options-label {
	font-weight: bold;
}

.product-image-wrap .product-image {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* kit product */
.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}
.kit-sidebar{
	position: static;
	z-index: 0;
	width: 190px;
	background-color: #fff;
	text-align: left;
}
.kit-sidebar{
	width: 100%;
}
@media (max-width: 767px) {
	.kit-group-content select {
		width: 90%;
	}

	.kit-group-content input[type='text'] {
		width: 90%;
	}

	.kit-groups .kit-column-content {
		width: auto;
		display: block;
	}

	.kit-groups .kit-column-sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}

	.kit-group-item-image {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}

	

	.kit-groups{
		width: 100%;
	}
}

/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
	padding-bottom: 16px;
	text-align: center;
}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* narrow forms */

@media (max-width: 767px) {
	.payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
		width: 100%;
	}
}
/*@media (max-width: 638px) {
.link_sec ul li{ width:100%;
}*/
@media (max-width: 480px) {
	.bgadd {   padding: 8px 0 !important; background-size: auto 100%, auto auto;}
	.transp_color .mid{ font-size:18px;}
	.bdr{ width:63px;}
	.transp_color .section-subheading{ font-size:14px;}
	.bgadd h3.section-subheading{ line-height:22px;}
	.link_sec ul li{ width:50%;}
	.link_sec ul li a{ font-size:14px;}
}

@media (max-width: 360px) {
	.bgadd {background-size: auto 102%, auto auto;}
	.pad {  padding-bottom: 0;   padding-top: 5px;}
	.bdr{ height:3px; width:48px;}
	.pad h3{ margin-top:7px;}
	.bgadd h3.section-subheading{ font-size:13px; line-height:19px;}
	.link_sec ul li a img{ width:16%; padding-bottom:0;}
}

/* account page and create account page */

.okay-to-email input{
	margin: 2px;
}
.okay-to-email label{
	margin-right: 4px;
}
.over-thirteen input{
	margin-right: 4px;;
}

/* product ratings */
.rating-form .one-fifth {
	width: 20%;
	display:inline;
}

/* Add To Cart Form Styles */
.table-order {
	text-align: right;
}
.blackbg{background:#000;color:#fff;border-bottom:5px solid #00131b;}
.blackbg a{color:#fff;}
.bluebg{background:#00131b;}
.whitebg{background:#fff; color:#232323;}
.bannerrow{background:url(../../Images/Homepage/TritechBanner1.jpg) no-repeat;}
.carouselbg{background: #fff;}

.homepageblurb{line-height:1.7;text-align:left;margin-bottom:20px;}
.text-green{color:#bdd63c;}
a.text-green:hover{color:#7fba00;}
.testimonials h3{
margin-top:25px;
} 
.topfootercolor{color:#fff;background:#232323;padding: 20px 0;margin-bottom:10px; text-align:left; }
.topfootercolor em{font-size:80%;}
footer,.footercolor{color:#fff;background:#acb9c1; font-weight:normal;font-size:11px;}
.topfootercolor div.container.sitemap div.one-fourth p{font-size:11px;}
.topfootercolor div.container.sitemap div.one-fourth p em{color:#badbea;}
footer a{color:#fff; font-weight:normal;}
footer h2{font-size:14px;}
footer h3{font-size:12px;}
table em.fa-circle{color:#badbea;}
.product-image{margin: 5px auto;}
.grid-item-image-wrap{min-height:150px;}
.catSortBy span,.pagesize span{font-size:11px;}
.sale-price,div.price > div > div.price.sale-price{float:right;width:60%;font-family: Open Sans;}
div.product-page div.price > div > div.price.regular-price{font-size:17px;}
div.variant-price > div > div > span,div.variant-price span,.sale-price span,.product-view .regular-price span{display:none;}
.regular-price,div.price > div > div.price.regular-price
{     
	color: #aaaaaa;
    font-weight: normal;
	text-decoration: line-through;
	float:left;
	width:40%;
	font-family: Arial;
	}
	.entityPageSortWrap select{max-width:200px;}
		.entityPageSortWrap div {text-align:left;}
		#categoryContent > div.entityDescriptionWrapper > h3 {margin-bottom:20px;}
.grid-item-inner{border:1px solid #ccc; margin-bottom:20px; border-radius:4px;}
.add-to-cart-selectors select{max-width:100px; margin-bottom:10px;}
i.fa.fa-info.fa-stack-1x.fa-inverse{margin-bottom:5px;}