@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;
}

.navigation {
    background: #0088ce;
}

.headbanner {
    background: #005294 url(../images/headerbg.png);
}

.slogan {
    background: #004d8b;
}

.slogan p {
    font-size: 16px;
}

.topbar {
    background: #98DAE8;
}

.simplesearch-highlight {
    background: #FFC107;
}

.products {
    background: #F3F3F3;
}

.prodcard {
    min-height: 248px;
}
.prodcard a {
	color: #000 !important;
}
.represent {
    background: #e2e4e7;
}

.prodheading {
    background: #0088CE;
    font-size: 20px;
}

.prodlist {
    background: #E4E6E9;
}

.prodlist ul {
    margin: 0;
}

.prodlist ul li {
    list-style: none;
}

.prodlist ul li a {
    position: relative;
    display: block;
    padding-left: 12px;
    color: #3B3B3B;
}

.prodlist ul>li a:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 13px;
}

.prodlist ul li.active {
    font-weight: 700;
}

.prodcat_rc ul li.active a {
    font-weight: 700;
	color: #fff;
}
.col-input .error {
    color: #000;
}
.cforminner h3,
.cforminnerbt h3 {
    font-weight: bold;
    color: #0088CE;
}

.mapoverlay {
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../images/worldmapsm2.png');
    background-size: cover;
}
.error {
	margin-bottom: 0;
	background: #F8D7DA;
	color: #000;
}
.textred {
	color: red;
	font-size: 12px;
}
.bg-darkblue {
	background: #025EE8;
}
.prodcat_rc li:hover {
	background: #025EE8 !important;
}
.qmessage {
    background: #0c71c2 url(../images/send-emailbl1.png) no-repeat right bottom;
}

.footer {
    background: #004D8B url(../images/footerbg1.png) center;
    color: #FFF;
}

.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 {
    list-style: none;
}

.footer-nav ul>li a:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f105";
    font-size: 14px;
    font-family: 'FontAwesome';
}

.bottomlinks {
    background: #E6E6E6;
}

.credit {
    background: #004D8B;
    border-top: #0061B0 1px solid;
}

.captcha-g {
	height: 60px;
}

.captcha-g .g-recaptcha {
	transform:scale(0.75);
	-webkit-transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 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;
}

/*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;
}

/* 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: -9px;
    content: " ";
    left: -9px;
    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;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}

/* pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 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;
}

@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) {
    .address-top {
        text-align: center;
        margin: 0 auto;
    }

    .prodmainimg {
        float: none !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
    }

    .topbar {
        text-align: center;
    }

    .midbar form {
        margin-top: 10px;
    }

    .searchtop {
        text-align: center !important;
    }

    .search {
        width: 70% !important;
        margin: 0 auto;
    }
}
}