@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Rubik');

@font-face {
	font-family: 'fs_joeyregular';
	src: url('../fonts/fs_joey-regular-webfont.woff2') format('woff2'),
		url('../fonts/fs_joey-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fs_joeybold';
	src: url('../fonts/fs_joey-bold-webfont.woff2') format('woff2'),
		url('../fonts/fs_joey-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'fs_joeyregular', sans-serif !important;
	font-size: 17px !important;
	color: #34332D !important;
	background: #FFF !important;
}

a {
	outline: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 9pt 0 !important;
}

/* HTML5 Boilerplate clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/*Preloading*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999999;
}

.sk-spinner-wave.sk-spinner {
	margin: -75px 0 0 -75px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	text-align: center;
	font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
	display: none;
}

.sk-spinner-wave div {
	background-color: #ccc;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.header {
	padding: 20px 0;
	background: url("../images/headerbg2.jpg") left bottom;
}
.content {
	margin-top: 20px;
}
.content ul li {
    /*margin-left: 30px;*/
}
.content p {
    text-align: justify;
}
.content em {
    font-weight: bold;
}
.content  a {
    color: #3B3B3B !important;
	text-decoration: underline !important;
}
.content em:before {
	content: "\f0ac";
    font-family: 'FontAwesome';
	margin-right: 5px;
}
.simplesearch-search-form input {
    padding: 0 10px;
    border-radius: 4px;
}
.navigation {
	background: #0088CE;
}
.bcrumbs {

}
.prodimgplaceholder {
	padding: 20px;
	border: #AAAAAA 1px solid;
	margin-bottom: 20px;
}
ul.B_crumbBox {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	padding: 10px;
	background: #E2E4E7;
}
ul.B_crumbBox li {
	display: inline-block;
}
.jumbotron {
	background: #E0F4FF;
}

.banner {
	margin-bottom: 0;
	background: #0067AA;
}
.headbanner {
	margin-bottom: 0;
	background: #005294 url("../images/headerbg.png");
	padding: 40px 0;
}
.headbanner h1 {
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
	margin: 0;
}
.leftnav h3 {
    background: #0088CE;
    padding: 10px;
    margin: 0 !important;
    color: #FFF;
    font-size: 18px;
	font-weight: bold;
}
.prodheading {
	background: #0088CE;
	padding: 10px;
	color: #FFF;
	font-size: 20px;
	margin: 0 !important;
}
.prodlist {
	background: #E4E6E9;
	padding: 10px;
	margin-bottom: 20px;
}
.prodlist ul {
	margin: 0;
}
.prodlist ul li {
	list-style: none;
}
.prodlist ul li a {
	position: relative;
    display: block;
    padding-left: 12px;
    /*margin-left: 10px;*/
}
.prodlist ul>li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: 'FontAwesome';
}
.prodlist ul li.active {
	display: none;
}
.prodplaceholder {
	margin-bottom: 10px;
	text-align: center;
	border-bottom: #A5B5DA 1px solid;
	background: #D8DFEF;
	padding: 15px;
}
.prodplaceholder p {
	margin: 10px 0 0;
}
.cforminner h3, .cforminnerbt h3 {
	font-weight: bold;
	color: #0088CE;
}
.textred {
    color: #FF0000;
}
.formelements {
	background: #EDEDED;
	padding: 15px;
}
.formelements label {
	font-size: 14px;
}
.mapoverlay {
	background: url("../images/worldmapsm1.png") center no-repeat;
}
.mapoverlay p {
    color: #000;
}
.error {
    margin-bottom: 0;
}
.weburl {
	background: #D6D8DB;
	padding: 5px 10px;
	border-radius: 50px;
	display: inline-block;
}
.weburl p {
	margin: 0;
}
/* gallery */
.gallery-album-wrap {
	margin-bottom: 20px;
}
.gallery-album-img-wrp {
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1;
}
.gallery-album-img-wrp {
    position: relative;
}
.gallery-album-img-wrp::after {
    border-width: 4px !important;
    bottom: -7px;
    content: " ";
    left: -7px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-style: none none double double !important;
    border-color: #ccc;
    z-index: -1;
}
.gallery-album-title {
    padding: 10px 0 0;
	text-align: center;
}
.gallery-album-title a {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.gallery-album-title a:hover {
	text-decoration: none;
}
.createdon {
    text-align: center;
}
.gal-item {
    margin-bottom: 30px;
}
/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	font-size: 12px;
}
.pagination > li > a.active, .pagination > li > a.active:hover, .pagination > li > a.active:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > li > a:hover, .pagination > li > a:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.card-text {
    text-align: center !important;
}
.cmx {
	text-align: center;
	background: #004D8B;
	color: #FFF;
	padding: 10px 0;
}
.cmx h1 {
	font-size: 28px;
}
.cmx p {
	font-size: 16px;
}

.cmx h2,
.products_home h2 {
	font-weight: bold;
}

.products_home {
	text-align: center;
	padding: 30px 0;
	background-color: #F7F7F7;
}

.card-group::-webkit-scrollbar {
	width: 16px;
}

.card-group::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 100px;
}

.card-group::-webkit-scrollbar-thumb {
	background-color: #d4aa70;
	border-radius: 100px;
}

.card {
	margin-bottom: 30px;
}

.card-img-top {
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.5);*/
}

.card-body {
	text-align: center;
	box-shadow: 0px 15px 15px -8px rgba(0, 0, 0, 0.5)
}

.card-body h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: deeppink;
}

.card-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

/* Image Hover */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.image-box {
	position: relative;
	margin: auto;
	overflow: hidden;
	width: 100%;
}

.image-box img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}

.image-box:hover img {
	transform: scale(1.1);
}

/* *eof Image Hover* */
@media (min-width: 576px) {
	.card-group.card-group-scroll {
		overflow-x: auto;
		flex-wrap: nowrap;
	}
}

.card-group.card-group-scroll>.card {
	flex-basis: 35%;
}

.socials a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
}

.socials a i {
	color: #fff;
	padding: 12px 0;
}

.socials a:nth-child(1) {
	background: #3b5998;
}

.socials a:nth-child(2) {
	background: #ff0000;
}

.socials a:nth-child(3) {
	background: #007bb5;
}

.socials a:nth-child(4) {
	background: #ea4c89;
}
.brands {
	padding: 20px 0;
	background: #E2E4E7;
	margin-top: 30px;
}
.brands h2 {
	font-size: 30px;
	font-weight: bold;
}
.footer {
	background: #004D8B url("../images/footerbg1.png") center;
	padding: 30px 0;
	color: #FFF;
}
.footer-nav ul>li {
	list-style: none;
}
.footer-nav ul>li a {
    position: relative;
    display: block;
    padding-left: 12px;
    margin-bottom: 10px;
    color: rgba(255,255,255,0.9);
}
.footer-nav ul>li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: 'FontAwesome';
}
.content_text {
	display: inline-block;
	font-size: 25px;
	position: relative;
	top: 20px;
	margin-left: 10px;
	font-weight: bold;
}
.ftext {
	margin: 10px 0;
}

.ftext a {
	color: #FFF;
}

.copyright {
	background: #1C2022;
	padding: 10px 0;
}

.copyright p {
	margin: 0;
	color: #FFF;
}

@media (max-width: 800px) {
	.mx-30 {
		margin-bottom: 30px;
	}
}

.gbox p {
	margin: 0;
}

.paddingleft {
	padding-left: 67px;
}

/* bootstrap overrides */
@media (min-width: 1200px) {
	.container {
		/*width: 1100px !important;*/
	}
}

@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	.footer {
	background: #004D8B url("../images/footerbg2.png") center;
	padding: 30px 0;
	color: #FFF;
}	
}