@charset "UTF-8";
/* CSS Document */

body, html {
height:100%;
width: 100%;
padding:0px;
margin:0px;
font-family: 'Arial', sans-serif;
}

body {
	/*background-color: #8C8C8C;	*/
	background-color: #F8F8F8;	
}
.img-responsive {
	/*width: 100%;*/
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 10px;
}
.h1, h1 {
	font-size:30px;
}
.h2, h2 {
	font-size:28px;
}

p {
   /* font-family: 'Exo 2', sans-serif;*/
}


.nav > li > a {
    padding: 10px 10px;
}

sc_orange { /* Solder Connection Orange */ 
	color:#fc7a1c; 
}

.btn-warning {
	background-color: #fc7a1c;
	border-color: #fc7a1c;
}
.btn-warning:hover {
	background-color: #f86517;
	border-color: #f86517;
} 

header {
	background-color: #58595b;	
}

.header-nopadding {
	padding-left: 0px;
	padding-right: 0px;	
}
	
.header-logo {
	background-color: #58595B;	
	
}
.header-container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
	display: flex;
	background-color: #fff;
}
.header-title {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #58595b;	
	background-image: url(/img/banner_pattern-03.jpg);
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	width: 100%;
	padding-bottom: 0px;
	
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.header-title h1 {
	color: #fff;
	padding-left: 20px;
	padding-top: 14px;
	font-size: 46px;
	margin-bottom: 10px;
	font-family: 'Michroma', sans-serif;
}

.header-title h4 {
	color: #fff;
	padding-left: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
	font-family: 'Michroma', sans-serif;
}



.slogan {
	padding-left: 30px;
	padding-top: 10px;
	border-top: 2px solid #fff;	
	color: #fff;
	font-family: 'Michroma', sans-serif;
}

.slogan h4 {
	margin-top:6px;
	margin-left:-6px;
}
.slogan p {
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-size:14px;
	line-height:18px;
	padding-top:0px;
	margin-top: 0;
	margin-bottom: 0;
}
.slogan p a {
	color: #fff;
	padding-top:0px;
	margin-top: 0;
	margin-bottom: 0;
}
/*.header-title p {
	color: #fff;
	padding-right: 30px;
	padding-top: 10px;
}
.header-title p a {
	color: #fff;
}

*/


.affix {
  top: 0;
  width: 100%;        
	z-index: 9999 !important;
}
.img-responsive.prod_pic {
	display:inline;
	padding:15px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}
@media (max-width: 620px) { 
header {
	display: none;
}
}
@media (max-width: 900px) {
	
	.header-title h1 {
		
		font-size: 30px; 
		/*margin-bottom: 40px;*/	
	}
}
/** Navigation  
**********************************************************/
.glyphicon {
	margin-left: 10px;	
}

.arrow-down {
	background-color: transparent;
	border-color:transparent;	
	cursor:pointer;
	
}

.btn-dropdown {
	margin-left: 0px;	
	top: 1px;
}

.glyphicon.glyphicon-user {
	top: 1px;	
}
.navbar {
	border-top: 2px solid #fff;
	border-left: 0px;
	border-right: 0px;
	background-color: #58595b;	
	margin-bottom: 0px;
	border-radius: 0px;
	box-shadow: 0px 5px 10px RGBA(32, 32, 32, 0.33);
	border-bottom: 1px solid #5a5a5a;
	font-family: 'Michroma', sans-serif;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	
border-color:#515151;

}
.navbar-default .navbar-brand {
	color: #FFFFFF;	
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #fc7a1c;
}

.navbar-default .navbar-nav > li > a {
	color: #E3E3E3;	
	font-weight:bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fc7a1c;	
	background-color: transparent;	
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #fc7a1c;
	background-color: #4b4b4d;	
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fc7a1c;
}

.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
	color: #fc7a1c;
}
.sub-menu {
	display: none;
	background-color: #3C3C3C;
	padding-left: 20px;
		
}
.navbar-nav>li>.dropdown-menu {
 	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #4b4b4d;
}

.mega-dropdown {
  position: static !important;
  /*width:100%;*/
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-nav .open .dropdown-menu {
	background-color: #4b4b4d;

}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin-bottom: 10px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #e4e4e4;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus,
.dropdown-title > a:hover,
.dropdown-title > a:focus
 {
  text-decoration: none;
  color: #fc7a1c;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;	
}

.mega-dropdown-menu .dropdown-header {
  background-color: #454545;
  border-left: 2px solid #fc7a1c;
  font-size: 16px;
  font-weight:bold;
  min-height: 65px;
}
.dropdown-header  {
	padding: 5px 0px;	
}

.dropdown-header > a {
	color: #fc7a1c;
}

.mega-dropdown-menu form {
    margin:3px 20px 3px 0;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.dropdown-title {
	display: inline-block;	
	padding: 3px 0px 3px 20px;
	margin-right: 60px;
}
.dropdown-title > a {
	white-space: pre-wrap;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #e4e4e4;
	display:inline;
	
}
.submenu-icon {
	margin-right:5px;
	margin-top: 15px;
		
}
.submenu-icon > a {
	color:#7D7D7DE6;
		
}
.submenu-icon:hover {
	color: #fc7a1c;	
	
}

.admin-wrapper {
	height: 32px;	
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;	
	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #424242;
}
.navbar-default .navbar-toggle {
	border: none;	
}
.dropdown-menu .divider {
	background-color: #d2d2d2;	
}



@media (max-width: 767px) {
	
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
			padding: 5px 0px;
		
	}

}

@media (min-width: 620px) {
	
	.navbar-brand {
		display: none;	
	}
	

}

@media (max-width: 620px) {
	
	.navbar {
		border-top: 0px;	
	}	
	
	.submenu-icon {
		margin-right:10px;
		margin-top: 15px;
		
}
}


.breadcrumbs {
	background-color: #D5D5D5;
}

.breadcrumbs .container {
	padding: 10px 20px 10px 50px;
	color: #2D2D2D;
}

.breadcrumbs .container a {
	color: #2D2D2D;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}



/** Cookie popup Banner
********************************************************/

#cookie_banner_wrapper {
	/*position: fixed;*/
	width: 100%;
	top:0;
	background-color: rgba(0,0,0,0.60);
	z-index: 9001;
}

.cookie-banner {
	max-width:1100px;	
	margin:0 auto;
}
.cookie-banner h3 {
	color: #fff;
} 
.cookie-banner p {
	color:#FFF;
	font-size:12px !important;
	line-height:14px !important;
	margin-top:8px !important;
}
.cookie-banner p a {
	color: #F3F300;
}

.cookie-banner .btn {
	margin-top: 6px;
	color:#FFFFFF !important;
}





/** Main Body
********************************************************/
.main-body  {
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #F8F8F8;
}
.product-group {
   	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  	display: -o-flex;
	display: -ms-flexbox;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: row wrap;
	-webkit-flex-flow: row wrap; 
	flex-flow: row wrap;
	-ms-flex-direction: row wrap;
	
	
    justify-content: space-between;
  	position:relative;
	margin-bottom: 15px;
}
.product {
	padding: 3px 10px 5px 10px;
	color: #fff;
	/*margin-bottom: 40px;*/
	text-align:center;
}
.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #6E6E6E;
	/*min-height: 70px;*/
	min-height: 50px;
	font-size: 20px;	
}

.product-tile {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position: relative;
	/*width: 230px;*/
	flex-basis: 24.8%;
	margin-bottom: 20px;
}
.product-tile-4 {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position: relative;
	flex-basis: 24.5%;
}
.product-tile-3 {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position: relative;
	/*width: 310px;*/
	flex-basis: 32.8%;
}
.product-tile-2 {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position: relative;
	flex-basis: 49.8%;
}
.product-tile-1 {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;
	position: relative;
	flex-basis: 49.8%;
}
.synopsis {
	padding-left: 5px;	
	padding-right: 5px;
}
/*.product p {
	
	padding: 5px;	
}
*/
.more-info {
	position:relative;
	background-color: #fc7a1c;
	border-color: #fc7a1c;
	bottom: 8px;
	margin: auto;
	margin-top:4px;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 95%;
	color: #1d1d1d;
	font-size: 16px;	
}

.more-info:active {
	background-color: #DF5E00;	
}

.btn-orange {
	background-color: #fc7a1c;
	border-color: #fc7a1c;
	color: #000;
	font-size: 16px;
}

.btn-orange:hover {
	background-color: #f86517;
	border-color: #f86517;
	color: #FFFFFF;
}

.more-info:hover {
	background-color: #f86517;
	border-color: #f86517;
	color: #FFFFFF;
}
.product-group .col-md-3, .product-group .col-sm-6, .product-group .col-xs-12  {
	margin: 2px;	
	padding: 2px;
}

.tile_pic_wrapper {
	min-height:250px;
	background-color: #fff;	
	display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  	display: -o-flex;
	display: -ms-flexbox;
	display: flexbox;
	justify-content: center;
}

.pic-wrap {
	min-height: 210px;
	height: 210px;
	background-color: #FFFFFF;
	/*padding: 5px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
	/*Center horizontaly ie */
	
	
	justify-content: center; /* align horizontal */
	-ms-flex-pack: center;
	
	overflow:hidden;
		
}
.product-img {
	max-height: 200px;
	max-width:100%;
	margin: auto;	
	display:block;
}

.prod_pic {
	margin: auto;	
	
}

#MobileCarousel {
	background-image:url(../img/angled_orange_bg_02.jpg);
	background-size: cover;
	height: 300px;	
}

.carousel_content {
	padding: 15px;
	margin: 15px;
	background: #fff;	
	
}

.popup-pic {
	cursor:zoom-in;
}

 .zoomContainer{ z-index: 9999;}
 .zoomWindow{ z-index: 9999;}



@media (min-width: 620px) {
	
	.mobile_carousel {
		display: none;	
}
	

}

@media (max-width: 620px) {
	
	#Carousel {
		/*display: none;*/	
		margin-top:10px;
}
	
	.main-body  {
	padding-top: 0px;

}

}





@media screen and (max-width: 1160px) {
	div[class^="product-tile"] {
    flex-basis: 49%;
		margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
	div[class^="product-tile"] {
    flex-basis: 100%;
		margin-top: 5px;
  }
}

/****************************/


/** Product tab Panels 
*************************************************************/ 
.tab-pane {
	padding-top:20px;
	padding-bottom:30px;
}

.tab-pane ul li {
	margin-top:10px;
}

.tab-pane a {
	color: #565656;
}

.tab-pane a:hover {
	color: #fc7a1c;
}



/** right Col 
*************************************************************/ 

#right-col {
	padding-top:0px !important;
	padding-left:0px;
}

.bg_orange {
	background-color: #f86517;
}

.bg_grey {
	
	border: 1px solid #dedede;
	padding: 10px;
	background-image:url(/img/51.jpg);
	background-size: contain;
}

/*.bg_grey h4 {
	padding: 5px;
	border-left: 2px solid #fc7a1c;
	border-right: 2px solid #fc7a1c;
	background-color: #9993;
	
}*/

.certification {
	margin: auto;
	border:1px solid #b7b7b7	;
}

.btn-training {
	display: block;
	margin: auto;
	
}

#right-col .bg_orange {
	text-align:center;
	color:#ffffff;
	padding:10px 6px 30px;
	margin-bottom:25px;
	background-image:url(/img/pattern-01.jpg);
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-size: cover;
}
#right-col .bg_orange h2 {
	font-size:20px;
	font-weight:bold;
}
#right-col .bg_orange h3 {
	font-size:16px;
	font-weight:bold;
}



.placeholder {
	margin-bottom: 10px;	
}

.grey-box {
	background-color: #EAEAEA;

}

.orange {
	/*background-color: #f18d2b;*/
	background-color: #f86517;
	height: 600px;

}


/**   Footer             
***************************************************/

footer {
	background-image: url(../img/black_pattern.jpg);
	padding: 70px 140px 30px 140px;
	/*border-top: 2px solid #f18d2b;*/
	border-top: 2px solid #f86517;
	background-color: #58585a;
	bottom: 0px;
	color: #999;
}
footer .container {
	border-bottom: 1px solid #999;	
	padding-bottom: 60px;
}

footer .col-sm-4 {
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;	
}

footer .col-xs-3 {
	margin-bottom: 15px;
}
footer h4 {
	margin-bottom: 20px;
}
footer h5 {
	margin-bottom: 15px;	
}
.fa {
	color: #999;
	font-size: 35px;
	margin-bottom: 10px;
}
.fa:hover {
	/*color: #f18d2b;*/
	color: #f86517;
}
footer p {
	color: #999;
	padding-top: 5px;
}
footer p a {
	color: #B3B3B3;
}
footer p a:hover {
	color: #f86517;
	text-decoration:none;
}

#emailsignup {
	border-radius: 0px;	
	box-shadow: none;
	background-color: #4d4d4d;
	color: #fc7a1c;
}
.emailsubmit {
	background-color: #fc7a1c;
	border-color: #fc7a1c;
	border-radius: 0px;	
}

#submit {
	font-size: 14px;
	
}

.footer-terms {
	padding-top: 25px;
	font-size: 10px;
}

@media (max-width: 768px) {
.footer-title {
	margin-top: 40px;	
}	
}


/********************************/
.floatright {
	float:right;
}
.floatleft {
	float:left;
}

/********************************/

@media (max-width: 1200px) {
	.container {
		width: 100%;
	}
}


/** Web Site Admin Top Nav ... /admin_solcon/inc/admin_web_top_nav.php
 **************************************************************** **/
 .admin_web_top_nav {
	min-height: 32px;
	background-color: #E9E9E9;
	z-index: 9000;
	color: #373737;
	-webkit-box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.30);
	position:fixed;
 }
 .admin_web_top_nav p {
	padding-top:4px;
 }
 .admin_web_top_nav a {
	color: #373737;
 }
 @media (max-width: 768px) {
	 .admin-wrapper{
	 	display: none;
	 }
		 
 }
 
 
 
/** page_products_listings ... /inc/page_product_listings.php
**************************************************************** **/
 
 .product-listing {
	margin-top: 0px;	 
 }


.pagination > li > a, .pagination > li > span {
	background-color: #58595b;
	border: 1px solid #777;
	color: #FFFFFF;
}
 
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #fc7a1c;
	border-color: #fc7a1c;
}	
 
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	background-color: #fff;
}
 
 /** page_product ... /inc/page_product_detail.php
 **************************************************************** **/
 
 .panel {
	border-radius: 0px;	 
	 
 }
 
 .panel-heading {
	padding: 15px 15px;	 
 }
 
 .panel-body {
	padding: 20px;	 
 }
 
 .product-image {
	padding-right: 0px;	 
	 
 }
 .checkout-btn {
	/*margin-top: 10px;*/
	padding: 10px; 
	width: 100%;	 
 }
 .input-number {
  width: 48px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}
.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}
.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.nav-tabs > li > a {
	color: #333;	
}
.caro-button {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0px;
	border-top-left-radius: 4px;
	background-color: white;
	color: #000000;
	border-top: 1px solid black;
	border-color: #000000;
}
.slick-next {
	float: right;
		
}
.carousel-tile {
	border: 1px solid #4d4d4d;
	background-color: #4d4d4d;	
	margin: 5px;
	width: 210px;
}
.carousel-header {
	min-height: 50px;	
}
.carousel-btn {
	width: 100%;	
}
.product-assoc-text {
	min-height: 90px;
}	

.product-carousel {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  	display: -o-flex;
	display: -ms-flexbox;
	display: flexbox;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.product-carousel-feature {
	padding: 10px;
	color: #FFFFFF;
}

.pic-wrap-carousel {
	
	min-height: 250px;
	background-color: #FFFFFF;
		
}	
	


@media (max-width: 768px) {
	 .checkout-btn {
	margin-top: 10px;
	}
}



/** mega-dropdown-menu Search Bar
***************************************************************** **/

.dropdown-header #fmSearchBar {
	font-weight:normal;
}

/** header search field
***************************************************************** **/

.btn-search {
	  background: #424242;
	  border-radius: 0 3px 3px 0;
	  color: #fff;
	 /* border-width: 1px;
	  border-style: solid;
	  border-color: #424242;*/
	}
	.btn-search:link, .btn-search:visited {
	  color: #fff;
	}
	.btn-search:active, .btn-search:hover {
	  background: #1c1c1c;
	  color: #fff;
	}
	
	
#header-search-form .fa {
	font-size:14px;
	margin-bottom:3px;
}


 /** page_product_tips ... /page_product_tips.php
 **************************************************************** **/
.sorting_1 {
	text-align: center;
}

#datatable_length {
	
	float: left;	
}

#datatable_info, .dataTables_info {
	float: left;	
}

.top {
	/*margin-top: 25px;*/
}



 /** cart_checkout ... /cart_checkout.php
 **************************************************************** **/
 
 
 .product-title {
	 /*margin-bottom: 20px;*/	 
 }
 
  /** CartCheckout3 ... /CartCheckout3.php
 **************************************************************** **/
 
 #logoDisplay {
	 text-align: center; 
 }
 
 #wpLogo {
	text-align: center;	 
 }

/************************** Table styling for froala	*/
/* in /css/froala_style_custom.css file 

.class1 thead tr th, .class1 tbody tr td  {
	border: 1px solid #ddd;
  }
  
.class1 thead {
	background: #E6E6E6;	
}

.class1 th, .class1 td {
	padding:2px 4px;
}
.class1 td a {
	color: #DD5E02;
}

.class1 tbody tr:nth-child(2n) {
  background: #eaeaea;
}


/** Map
*************************************/

 #map {
   width: 100%;
   height: 400px;
 }



/** Product page pic carousel
*************************************/

.prod_pic_carousel .col-xs-4 {
	padding-right: 2px;
	padding-left: 2px;
}


.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.prod_pic_carousel .carousel-inner.prod_pics {
		transition: border .2s ease-in-out;
}
.prod_pic_carousel .carousel-inner.prod_pics:hover {
		border-color: #fc7a1c;
}

.prod_pic_carousel .thumbnail {
    padding: 0;
		border-radius: 0px;
}
.prod_pic_carousel a.thumbnail:hover {
		border-color: #fc7a1c;
}


.carousel-inner { 
	width:100%;
}

.carousel-inner.prod_pics { 
	border:1px solid #E9E9E9;
	height:250px;
}

.carousel-inner .carousel_pic_box {
	display:table-cell;
	vertical-align:middle;
	align-content:center;
	height:240px;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/*Center horizontaly ie */
	
	
	justify-content: center; /* align horizontal */
	-ms-flex-pack: center;
}
.carousel-inner img {
    max-height: 100%;
		margin:auto;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    /*width: 100%;*/
}

/*.col-sm-3 a {
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 2s ease;
}

.col-sm-3 a:hover {
    border: 1px solid #fc7a1c;
}*/




#department {
	position:absolute;
	left:4000px;
	width:1px;
}


/* ************ forms ********************** */

.form-horizontal .form-group {
	margin-right:0;
	margin-left:0;
}

.checkbox, .radio {
    margin-top: 0px;
}


/* Required field START */
.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #fc7a1c;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */


/******** Page Tile Drop Down menu **************/

.product .dropdown { 
}

.product .dropdown-menu {
	width:264px;
	background-color:#fc7a1c;
	left:-30px;
}

.product .dropdown-menu > li > a {
	white-space: normal;
}

.product .dropdown-menu > li > a:focus, .product .dropdown-menu > li > a:hover {
	color: #fff;
	background-color:#f86517;
}

.product .dropdown-submenu {
  position: relative;
	width:240px;
}

.product .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -20px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;

}

.product .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.product .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.product .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.product .dropdown-submenu.pull-left {
    float: none;
}

.product .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.errormsg {
	color:#f00;
}
.red_border {
	border:1px solid #f00;
}

 floatright { 
 	float:right;
 }
 floatleft { 
 	float:left;
 }