/* SEARCH BAR SPACING */
#searchInput {
	width: 100% ;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 13px 20px 13px 20px;
	border: none;
	outline: 0;
	margin-bottom:25px;
}

/* SEARCH BAR BORDER */
input#searchInput {
	border: 2px solid rgba(19,94,140,.5) !important;
	-webkit-border-radius: 3px;    
	border-radius: 3px; 
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	color:#135e8c !important;
}

/* SEARCH BAR ICON COLOR */
i.fa.fa-search:before {
	color:#135e8c;
}

/* SEARCH BAR ICON PLACEMENT */
.searchButton {
	position: relative;
	display: inline-block;
	margin-top: 1%;
	outline: 0;
	border: none;
	top: -72px;
	float: right;
	right: 20px;
	font-size:16px;
	background-color:transparent !important;
	border:none !important;
}

/* 1ST TIER - SPACING OF ACCORDION */
a.name.accordion.head {
	margin:0px;
	background-color: #ffffff;
	padding: 15px 0 5px 20px;
	border-top: 1px solid rgba(19,94,140,.5);
}

/* 1ST TIER - ACCORDION FONT */
a.name .uberHelper.accordionIcon {
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	font-weight:600;
	-webkit-font-smoothing:antialiased;
	color:#135E8C;
}

/* 1ST TIER - PLUS SIGN */
.ctAccordion.skin-flat a.name:after{
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	font-family: FontAwesome;
	content: '\f067';
	color: #135e8c;
	width: 23px;
	margin-right:15px;
	float:right;
}

.ctAccordion.skin-flat li.open > a.name:after {
	content: "\f068";
}

/*------------------------------------------------*/

/* 2ND TIER - 	SPACING OF ACCORDION */
a.name2.accordion.head {
	margin:0px;
	padding:15px 0px 10px 0px !important;
	background-color: #ffffff;
	border-top: 1px solid rgba(19,94,140,.5);
}

/* 2ND TIER - ACCORDION FONT */
a.name2 .uberHelper.accordionIcon {
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	-webkit-font-smoothing:antialiased;
	color:#135E8C;
}

/* 2ND TIER - PLUS SIGN */
.ctAccordion.skin-flat a.name2:after{
	vertical-align: top;
	display: inline-block;
	font-size: 12px;
	font-family: FontAwesome;
	content: '\f067';
	color: #135e8c;
	width: 23px;
	margin-right:15px;
	float:right;
}

.ctAccordion.skin-flat li.open > a.name2:after {
	content: "\f068";
}

/*------------------------------------------------*/

/* 3RD TIER - 	SPACING OF ACCORDION */
a.name3.head {
	margin:0px;
	padding:15px 0px 10px 20px !important;
	background-color: #ffffff;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:500;
	-webkit-font-smoothing:antialiased;
	color:#135E8C !important;
}

/* 3RD TIER - PLUS SIGN */
.ctAccordion.skin-flat a.name3:after{
	vertical-align: top;
	display: inline-block;
	font-size: 10px;
	font-family: FontAwesome;
	content: '\f067';
	color: #135e8c;
	width: 23px;
	margin-right:15px;
	float:right;
}

.ctAccordion.skin-flat li.open > a.name3:after {
	content: "\f068";
}


/* 2ND & 3RD TIER - PRODUCT DESCRIPTION */
p.products {
	font-family:'Montserrat', sans-serif;
	font-size:14px !important;
	line-height:22px !important;
	font-weight:500;
	-webkit-font-smoothing:antialiased;
	color:#000 !important;
}

/* 2ND & 3RD TIER - PRODUCT IMG */
img.prdtimg {
	border: 1px solid rgba(0,0,0,.5);
	padding:10px;
	margin-top:-10px;
}

a.product .uberHelper.accordionIcon {
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:none; 
	-webkit-font-smoothing:antialiased; 
	color:#135e8c;
}

a.productlink .uberHelper.accordionIcon {
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	font-weight:500;
	text-transform:none; 
	-webkit-font-smoothing:antialiased; 
	text-decoration:underline;
	color:#135e8c;
}

/*---------------------------------------------*/

fieldset {
	border: none !important;
}

.helper, .uberHelper {
	position: relative !important;
	display: inline-block !important;
}

.accordionIcon + i {
	padding-left: 10px !important;
	top: 50% !important;
	position: absolute !important;
	margin-top: -9px !important;
}

i {
	vertical-align: top !important;
}

i + .accordionIcon {

}

.noContent:before, .noContent:after {
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border-color: transparent !important
}

ul[id^=accordion] {
	padding-left: 0 !important;
}

ul[id^=accordion] > li > ul {
	padding-left: 0 !important;
}

ul[id^=accordion] > li > ul > li > ul {
	padding-left: 0 !important;
}

.ctAccordion.skin-flat {
	list-style: none;
	-webkit-padding-start: 0 !important
}

.ctAccordion.skin-flat ul {
	overflow: hidden !important;
	line-height: 0 !important;
	-webkit-padding-start: 0 !important;
	margin: 0 !important;

}

.ctAccordion.skin-flat span {
	position: relative !important;
	display: block !important;
	min-width: 50px !important;
}

/* FONT  */
.ctAccordion.skin-flat a {
	position: relative !important;
	display: block !important;
	min-width: 50px !important;
}

/*FONT HOVER*/
.ctAccordion.skin-flat a:hover {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.productimage {
	width:120px !important;
	height:120px !important;
}

.productimage2 {
	width:120px !important;
	height:120px !important;
}

.ctAccordion.skin-flat > li {
	width: 100% !important;
}

.ctAccordion.skin-flat > li:first-child > a, .ctAccordion.skin-flat > li:first-child > span {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.ctAccordion.skin-flat > li:last-child > a, .ctAccordion.skin-flat > li:last-child > span {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.ctAccordion.skin-flat > li:last-child.open > a, .ctAccordion.skin-flat > li:last-child.open > span {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.ctAccordion.skin-flat > li:last-child > ul:last-child {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.ctAccordion.skin-flat > li > span {
	background-color: #000;
	padding: 15px 0 15px 20px !important;
}

/* Main background color */
.ctAccordion.skin-flat > li > a {
	background-color: #fff;
}

.ctAccordion.skin-flat > li > a .searchMatch {
	background: #8b8855;
	background: linear-gradient(bottom, #8b8855 0, #e9d925 100%);
	background: -moz-linear-gradient(bottom, #8b8855 0, #e9d925 100%);
	background: -o-linear-gradient(bottom, #8b8855 0, #e9d925 100%);
	background: -webkit-linear-gradient(bottom, #8b8855 0, #e9d925 100%);
	background: -ms-linear-gradient(bottom, #8b8855 0, #e9d925 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8b8855), color-stop(1, #e9d925))
}

.ctAccordion.skin-flat > li > ul {
	list-style: none !important;
	padding: 0 !important;
}

/* SECOND LAYER MENU */
.ctAccordion.skin-flat > li > ul > li > a, .ctAccordion.skin-flat > li > ul > li > span {
	padding: 15px 0 15px 45px !important;
	background-color: #ffffff;
	border-top: 1px solid rgba(19,94,140,.5);
	font-size:16px;
	line-height:18px;
}

.ctAccordion.skin-flat > li > ul > li > ul {
	list-style: none !important;
	margin: 0 !important;
}

.ctAccordion.skin-flat > li > ul > li > ul > li > a, .ctAccordion.skin-flat > li > ul > li > ul > li > span {
	background-color: #ffffff;
	padding: 15px 0 15px 30px !important;
	border-bottom: 1px solid #E6E6E6;
}



a.name4.accordion.head {
	background-color: #ffffff;
	padding: 10px 0 0px 40px !important;
	border-top: 1px solid #E6E6E6;
	font-size:14px !important;
}


.ctAccordion.skin-flat > li > ul > li > ul > li > a:before, .ctAccordion.skin-flat > li > ul > li > ul > li > span:before {
	content: ""
}

.ctAccordion.skin-flat > li > ul > li > ul > li > a .uberHelper, .ctAccordion.skin-flat > li > ul > li > ul > li > span .uberHelper {
	width: 87%
}

.ctAccordion.skin-flat > li > ul > li > ul > li > a:hover, .ctAccordion.skin-flat > li > ul > li > ul > li > span:hover {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-decoration: underline
}

.ctAccordion.skin-flat > li > ul > li > ul > li > p {
	font-size: 12px
}

@media screen and (max-width: 768px) {
	.oldSkins .ct-u-header2 {
		padding-top: 0
	}
	
	ul[id^=accordion] {
		padding-bottom: 5% !important
	}
	
	ul[id^=accordion] .accordion:after {
		float: left !important;
		margin-left: 0 !important
	}
	
	ul[id^=accordion] li a:before {
		width: 0 !important;
		padding-right: 20px
	}

	#accordion4 li a:before {
		width: 100% !important;
		float: right !important;
		padding-right: 20 pxight20 !important
	}}

@media (max-width: 768px) {
	.oldSkins .row {
		margin: 0 !important
	}
	
	.oldSkins .row .col-md-3 {
		padding-top: 0 !important
	}
	
	.oldSkins .row .col-md-12 {
		padding-top: 0 !important
	}
	
	.oldSkins .row .col-md-12 ul {
		padding-bottom: 0 !important
	}
	
	.skin-flat a:after, .skin-glossy a:after, .skin-sport a:after {
		right: 50px !important
	}
	
	.skin-flat a i {
		float: left;
		padding-right: 0 !important;
		padding-left: 20px
	}

	.skin-flat > li > a .helper {
		left: 0 !important;
		top: 32.4px !important
	}
	
	.skin-flat > li > ul > li > a .helper {
		left: 50px;
		top: 15.4px
	}

	.skin-flat > li > a > .uberHelper {
		padding-right: 35px
	}

	.skin-flat > li > ul > li > ul > li > a > .uberHelper {
		padding-right: 8px
	}
}

@media screen and (max-width: 309px) {
	.skin-flat > li > a .helper {
		left: 20px !important;
		top: 14.4px !important
	}
}