

/* Body Styles */

body { 
  margin: 0px; 
  padding: 0px; 
	background-color:#fff;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Heebo', sans-serif;
	font-size:16px !important;
	line-height:22px;

} 
body-sm { 
	font-size:15px;
	margin-left:5px;  
}
.bkg-beige{
	background:#F9F4E9;
	padding-left: 10px;
	border-radius: 0.1rem;
}
.note {
	font-size: 1.2rem;
	font-family: 'PT Sans Narrow', sans-serif;
}
.title-ex-h {
	line-height: 165%;
	
}
.text-red{
color: red;
}
.bg-black{
	background-color: black;
}

#blkbar-main {
	padding:.5%;
	margin-left: 0;
	width: 100%;
	font-size:30px;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	text-align:center;
	background-color:#000;
line-height: 160%;
}
.blkbar-main {
	padding:.5%;
	margin-left: 0;
	width: 100%;
	font-size:30px;
	font-family: 'Heebo', sans-serif;
	color:#fff;
	text-align:center;
	background-color:#000;
line-height: 160%;
}

.product_bar-main {
	padding:.5%;
	font-size:1.5rem;
	font-family: 'Heebo', sans-serif;
	color:black;
	text-align:center;	
	font-weight: bold;

}
#orange-bar-main {
	padding:.5%;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'Heebo', sans-serif;
	color:#CCC9C9;
	text-align:center;
	background-color:#DE5B06;

}
.tooltip-wide {
  max-width: 400px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.tooltip-ex-wide {
  padding: 0.75rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.card-NB {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 4px 8px #2626261a;
  background-color: #FFF;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
 padding: 0.5rem;	
}
.card-title-top-sm {
padding-left:5%;
padding-top: 2%;
font-weight: bold;
color: darkgreen;
}
.card-title-top-sm-l {
font-size: 1.25rem;
padding-top: .25rem;
padding-bottom: .25rem;	
padding-left: 1.25rem;	
color: whitesmoke;
}
.card-title-top-sm-gray {
font-size: 1.3rem;
padding-top: .25rem;
padding-bottom: .25rem;	
padding-left: 1.25rem;	
color: dimgray;
font-weight: bold;
}

.card-title-top-left {
font-size: 1.5rem;	
font-weight: bold;
padding-bottom: .6rem;
}
.card-title-top-m {
font-size: 1.5rem;	
padding-left:5%;
padding-top: 2%;
font-weight: bold;
color: darkgreen;
}
.card-title-top-m-c {
font-size: 1.5rem;	
text-align: center;
padding-left:1%;
padding-top: 1%;
font-weight: bold;
color: darkgreen;
}

.card-img-top-sm {
  width: 75%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-body-sm {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 5px;
	}
/*background*/
.bkg-blk{
	background: #000000;
}
/*buttons*/

.btn-info-or {
	margin-bottom: .5rem;
	margin-top: .5rem;
  color: #fff;
padding: 8px;
  background-color: darkorange;
  border-color: darkorange;
border-radius:10px;
}

.btn-info-or:hover {
  color: #000;
  background-color: orange;
  border-color:orange;
}

.btn-info-or:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
	
}

.btn-info-or.disabled, .btn-info:disabled {
  color: #000;
  background-color: darkorange;
  border-color: darkorange;
}

.btn-info-or:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: darkorange;
  border-color: darkorange;
}

.btn-info-or:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}


/* colour swatches-CUTEK<sup>&reg;</sup> */
.colourtone{
width:120px;
float:none;
display:inline-block;
margin:20px
}
 .colourtone-image {
width:100%
}
.colourtone-title{
font-size:18px;
text-align:center;
}

.card-video {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;

 }
.card-video-body {  
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.main-item {
  margin-bottom: 30px;
}

 .banners-area { border-top: 1px solid #ccc; }

.copyright{
	font-size: 12px;
	color: #000;
}	
/* back to top arrow*/
        #backtop {
	        position: fixed;
            left:auto;right: 20px;top:auto;bottom: 20px;
	        outline: none;
            overflow:hidden;
            color:#fff;
            text-align:center;
            background-color:#F27B3B;
            height:40px;
            width:40px;
            line-height:40px;
            font-size:14px;
            border-radius:2px;
            cursor:pointer;
            transition:all 0.3s linear;
            z-index:999999;

            opacity:1;
            display:none;
        }
        #backtop:hover {
            background-color:#F27B3B;;
        }
        #backtop.mcOut {
            opacity:0;
        }
		
		/*links*/

a.banner:link {
	color:#ffffff;
}
a.banner:visited {
	color:#fff;
}
a.banner:hover {
	color:orange;
}
a.banner:active {
	color:#fff;
}	
		
	/* responsive video */ 		
	.videoWrapper {
	position: relative;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe,  
.videoWrapper object,  
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*.container {
	padding-right: 15px;
	padding-left:15px;
	margin-right: auto;
	margin-left: auto
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

#copyright {
	clear: left;
	text-align: left;
	font-size: 10pt;
	float: left;
	width: 60%;

}
#credit {
	font-size: 10pt;
text-align: right;

}

  @media (max-width: 600px) {
	.footer-leftside {
	display:block;
	font-size: 10pt;
	line-height:40px;
	width:100%;
	float:left;
	margin-left:0;
	}

#copyright {
	font-size: 10pt;
	float: left;
	width: 100%;
	line-height:20px;
	padding-top:5px;
}
#credit {
	font-size: 10pt;
	float: left;
	margin-left:10px;
	width: 100%;
	padding-top:5px;
}
}
/*search stylesheet*/
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
		.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }
	
