/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Import: fonts
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300);

@font-face {
    font-family: 'MTCORSVA';
    src: url('../fonts/MTCORSVA.ttf');
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
    font: normal 12px/100% 'Open Sans', Verdana, Arial, sans-serif;
}

body {
    background: url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    font: normal 12px/100% 'Open Sans', Verdana, Arial, sans-serif;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #2D86CA;
    text-shadow: none;
    color: #fff;
    line-height: 1em;
}

::selection {
    background: #2D86CA;
    text-shadow: none;
    color: #fff;
    line-height: 1em;
}

/* WebKit browsers */
::-webkit-input-placeholder {
    color: #102E70;
    line-height: 1em;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #102E70;
    line-height: 1em;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #102E70;
    line-height: 1em;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #102E70;
    line-height: 1em;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, img, video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*button, input, select, textarea {
    outline: none;
    border: 1px solid #999;
    border-radius: 3px !important;
    padding: 5px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px !important;
}*/

input[type=submit], input[type=reset], input[type=button], button {
    /*    -webkit-box-shadow: none;
        -moz-box-shadow: none;
        background: #EEE;
        box-shadow: none;
        border-radius: 5px;
        display: inline-block;
        cursor: pointer;*/
    padding: 5px 20px;
}

textarea {
    resize: vertical;
}

label[for] {
    cursor: pointer;
}

.s_left {
    float: left;
    width: 85%;
}

.s_right {
    float: right;
    padding: 7px 10px;
    width: 15%;
}

form div {
    margin: 5px 0 0 0;
}

form div label {
    /*padding:5px;*/
    /*text-align:right;*/

}

form div label.auto {
    padding: 0;
    text-align: left;
}

form .indent {
    margin: 5px 0 5px 105px;
}

form div.h label {
    padding: 5px;
    margin: 0 3px 0 0;
    float: none;
    display: inline-block;
    width: auto;
    text-align: left;
    cursor: pointer;
}

label.error {
    float: none;
    margin-left: 5px;
    vertical-align: top;
    color: #069;
    padding: 3px;
    text-align: left;
    width: auto;
    top: 5px;
}

[disabled], [disabled] + label[for]:before {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    opacity: 0.5 !important;
    cursor: default !important;
    color: rgba(255, 255, 255, 0.5) !important;
    text-shadow: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none !important;
}

a {
    color: #0085B2;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #335769;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto \9; /* ie8 */
}

.browsehappy {
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    position: absolute;
    width: 100%;
}

#app-notices {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    z-index: 9999999;
    font: 300 18px/100% 'Open Sans', Verdana, Arial, sans-serif;
    text-align: left;
}

#app-notices div.notice {
    padding: 10px;
    background: #181F52;
}

#app-notices div.notice a {
    color: #FFF;
}

#app-notices div.notice div.icon {
    float: left;
    margin: 0 10px 0 0;
}

#app-notices div.notice div.close {
    float: right;
    text-align: left;
    cursor: pointer;
    margin: 0 0 0 10px;
}

#app-wrap {
    text-align: left;
}

#app-wrap div.container {
    max-width: 992px;
    margin: 0 auto;
    position: relative;
}

#app-header {
    background: #1E2661;
    color: #FFF;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
}

#app-header div.logo {
    padding: 12px 0px;
}

#app-header div.right {
}

#app-menu {
}

#app-menu ul {
    margin: 6px 0 10px 0;
    padding: 0;
}

#app-menu ul li {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}

#app-menu ul li a {
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

#app-menu ul li a:hover {
    color: rgba(200, 200, 255, 1);
}

#bs-example-navbar-collapse-33 ul li {
    float: none;
}

#app-search {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    max-width: 250px;
}

#app-search div {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

#app-search.top_search input {
    font-size: 14px;
    background: #36519D;
    color: #FFF;
    border: none;
    padding: 4px 8px 4px 8px;
}

#app-search.top_search input:hover, #app-search.top_search input:focus {
    background: #3F5EB6;
}

#app-search button {
    background: transparent;
    border: none;
    color: #FFF;
    font-size: 125%;
}

.top_search input::-webkit-input-placeholder {
    color: #FFF;
}

.top_search input:-moz-placeholder {
    color: #FFF;
}

.top_searchh input::-moz-placeholder {
    color: #FFF;
}

.top_search input:-ms-input-placeholder {
    color: #FFF;
}

.both-top {
    margin-right: -30px;
}

.top_search {
    /*margin-right: 20px;*/
}

#app-categories {
    background: #189CA4;
}

#app-categories ul {
    max-width: 992px;
    margin: 0 auto;
    padding: 0;
}

#app-categories ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#app-categories ul li:last-child {
    margin: 0;
}

#app-categories ul li a {
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 8px;
    display: block;
    text-transform: uppercase;
}

#app-categories ul li a {

    font-size: 16px;
    padding: 11px 6px;
}

#app-categories ul li a:hover, #app-categories ul li.current a {
    background: #14858C;
}

#app-main {
    padding: 143px 0 0 0;
}

#app-login {
    background: rgba(255, 255, 255, 0.5);
}

#app-login form > div {
    margin: 0;
    padding: 10px 10px 10px 0;
    display: inline-block;
    position: relative;
}

#app-login form > div:first-child {
}

#app-login form input, #app-login form button, #app-login form a.button {
    border: none;
    border-radius: 5px;
    padding: 8px;
    width: 325px;
    font-size: 16px !important;
    font-weight: 300;
    color: #102E70;
    background: rgba(255, 255, 255, 0.5);
}

.tid_1.cid_1 .products-grid span {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}

form#staff-login button {
    border: none;
    border-radius: 5px;
    padding: 8px;
    font-size: 18px;
    font-weight: 300;
    color: #102E70;
    background: #BCE3F8;
}

form#staff-login input {
    margin-left: 0px;
}

.main-menu {
    margin-bottom: 0px;
}

nav ::-webkit-input-placeholder {
    color: lightgrey;
}

nav :-moz-placeholder {
    /* Firefox 18- */
    color: lightgrey;
}

nav ::-moz-placeholder {
    /* Firefox 19+ */
    color: lightgrey;
}

nav :-ms-input-placeholder {
    color: lightgrey;
}

#app-login form button, #app-login form a.button, form#staff-login button {
    width: auto;
    padding: 10px 19px;
    text-transform: uppercase;
    display: inline-block;
}

#app-login form button:hover, #app-login form a.button:hover {
    background: rgba(255, 255, 255, 0.8);
}

#app-login form button i.fa, #app-login form .button i.fa {
    margin-left: 5px;
}

#app-login form label.errored {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: auto;
    z-index: 999;
    color: #FFF;
    background: rgba(20, 150, 130, 0.7);
    border-radius: 0 0 5px 5px;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

#app-login form div:first-child label.errored {
    left: 10px;
}

#app-content {
    background: #FFF;
    padding: 20px;
    font-size: 14px;
}

#app-footer {
    background: #2D86CA;
    color: #FFF;
    text-align: center;
    padding: 20px 10px 10px 10px;
}

#app-footer h2.logo {
    font: bold 50px/100% Times New Roman, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#app-footer h2.logo a {
    color: #FFF;
}

#app-footer h2.tagline {
    font: normal 30px/100% 'MTCORSVA', Arial, sans-serif;
    margin: 10px 0;
    color: #FFFFb6;
    padding: 0;
}

#app-footer nav ul li {
    display: inline-block;
    margin: 0 10px;
}

#app-footer nav ul li a {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

#app-footer nav ul li a:hover {
    text-decoration: underline;
}

.banner, .banner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner {
    width: 100%;
    position: relative;
}

.banner > .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
}

.banner .slide img {
    width: 100%;
    position: static;
    display: block;
}

div.products-grid p, div.products-grid div.product {
    margin: 5px 0;
    padding: 0 10px;
}

div.products-grid p a, div.products-grid div.product a {
    /*    font-size: 18px;
        font-weight: 300;
        line-height: 20px;
        /!*text-transform:uppercase;*!/
        /!*padding: 0 15px;*!/*/
}

div.products-grid p a:hover, div.products-grid div.product a:hover {
    opacity: 0.5;
}

div.products-grid p a span, div.products-grid div.product a span {
    display: block;
}

.product_info {
    padding: 10px;
}

.row_sep {
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin: 00px 0px 30px 0px;
    padding: 30px 0 0 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.nowrap {
    white-space: nowrap;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    display: none;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

[unselectable], .unselectable, label {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width: 20em) {
}

/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width: 20em) and (orientation: portrait) {
}

/* smartphones, iPhone, portrait 480x320 phones */
@media only screen and (min-width: 20em) and (orientation: landscape) {
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media only screen and (min-width: 30.063em) {
}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media only screen and (min-width: 40.063em) {
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width: 60.063em) {
}

/* big landscape tablets, laptops, and desktops */
@media only screen and (min-width: 64.063em) {
}

/* hi-res laptops and desktops */
@media only screen and (min-width: 80.063em) {
}

/* very hi-res laptops and desktops */
@media only screen and (min-width: 100.063em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

img.text-center.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

h1, h2 {
    font-weight: 300;
    color: #3F5EB6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    line-height: 1.2em;
}

#app-content h1 {
    color: #189CA4;
}

div.product {
    /*float: left;
    margin: 5px 0;*/
    padding: 0;
    /*
        width: 25%;*/
    text-align: center;
    display: block;
    overflow: hidden;
}

div.product img {
    max-height: 200px;
    width: auto;
    margin: 0 auto;
}

.related_products img {
    /*
        max-height: 90px;*//*
        width: auto;*/
}

.add_group {
    margin-top: 3px;
}

.text-center img {
    margin-left: auto;
    margin-right: auto;
}

div.products-grid div.product a span {
    padding: 20px 0px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
}

#app-content {
    line-height: 1.5em;
}

#easy_zoom {
    width: 353px;
    height: 353px;
    border: 5px solid #D2E6F1;
    background: #fff;
    color: #333;
    position: absolute;
    top: 66px;
    right: 130px;
    overflow: hidden;
    /*-moz-box-shadow:0 0 10px #777;
    -webkit-box-shadow:0 0 10px #777;
    box-shadow:0 0 10px #777;*/
    /* vertical and horizontal alignment used for preloader text */
    line-height: 400px;
    text-align: center;
    z-index: 999999;
}

.product_rhs {
    /*    float: left;
        width: 50%;*/
    text-align: center;
}

.product_lhs {
    /*
        float: right;
        width: 45%;*/
}

.related_products ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.related_products ul li {
    padding: 0 0 0 0;
    /*margin: 5px;
    float: left;
    width: 22%;*/
    text-align: center;
}

.related_products ul li a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#paging_top {
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
}

a.paginate {
    border: 1px solid #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 12px;
    color: rgb(168, 147, 167);
    cursor: default;
    background-color: #fff;
    line-height: 1em;
    overflow: hidden;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}

a.paginate:hover {
    background-color: #2D86CA;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #2D86CA;
}

a.current {
    /*border: 1px solid #2D86CA;*/
    padding: 7px 11px;
    cursor: default;
    background: #2D86CA;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    line-height: 1em;
    font-weight: bold;
}

span.inactive {
    border: 1px solid #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 11px;
    color: #CCCCCC;
    cursor: default;
    background-color: #FFFFFF;
    line-height: 1em;
    overflow: hidden;
}

#pagi_bottom {
    margin-bottom: 12px;
    clear: both;
}

div.pp_overlay {
    z-index: 9999 !important;
}

.nav_2 li {
    margin: 0px !important;
}

.nav_2 a {
    font-size: 12px !important;
    padding: 7px 1px 13px 1px !important;
    text-transform: none !important;
}

header nav#app-categories > ul > li {
    position: relative;
}

header nav#app-categories > ul > li > ul {
    display: none;
    position: absolute;
    background: #14858C;
    width: auto;
    line-height: 1.5em;
    padding: 10px 0px 0px 0px;
    max-height: 405px;
    overflow-y: auto;
}

header nav#app-categories > ul > li > ul li {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #116e74;
}

header nav#app-categories > ul > li > ul li a {
    clear: both;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    padding: 4px 16px 4px 8px;
    font-size: 14px;
}

header nav#app-categories > ul > li:hover {
    background: #14858C !important;
}

header nav#app-categories > ul > li:hover ul {
    display: block;
}

header nav#app-categories > ul > li:hover ul li:hover, header nav#app-categories > ul > li:hover ul li.active {
    background: #116e74 !important;
}

header nav#app-categories > ul > li.active {
    background: #14858C !important;
}

.filter_holder {
    background: #E2F0FA;
    padding: 15px;
    margin: 0 0 20px 0px;
    overflow: hidden;
    font-size: 13px;
}

.filter_holder div {
    float: left;
    margin: 0 20px 0 0;
}

.filter_holder label {
    padding: 0px;
    width: auto;
    color: #158991;
}

.filter_holder button {
    background: #189CA4;
    border: #189CA4;
    color: #fff;
}

.inside_web {
    display: inline !important;
}

.inside_web.profile_edit .onwhite {
    text-align: right;
    padding: 20px 0px;
    clear: both;
}

.inside_web.forgot-password .onwhite {
    text-align: left;
    padding: 20px 0px;
    clear: both;
}

.onwhite .button {
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #102E70;
    background: rgba(25, 156, 164, 0.5);
}

.forgot-password form {
    width: 50%;
}

.wrong-details {
    padding: 0px 10px 10px 10px;
    color: #990000;
    display: none;
}

.da-l {
    float: left;
    display: inline-block;
    width: 48%;
    min-height: 300px;
}

.da-r {
    float: right;
    display: inline-block;
    width: 48%;
    min-height: 300px;
}

#app-content {
    overflow: hidden;
}

#prod-loader #pagi_bottom, #cust-loader #pagi_bottom {
    margin-top: 30px;
}

#prod-loader #pagi_bottom *, #prod-loader #pagi_bottom, #cust-loader #pagi_bottom *, #cust-loader #pagi_bottom {
    border: none !important
}

#prod-loader, #cust-loader {
    padding: 15px 15px;
    clear: both;
    display: block;
}

#prod-loader table, #cust-loader table {
    border-bottom: 1px dotted #A9A9AA;
}

#cust-loader table td {
    border-top: 1px dotted #A9A9AA;
    line-height: 1.2em;
    padding: 6px 6px 6px 6px;
}

#prod-loader table td {
    border-top: 1px dotted #A9A9AA;
    line-height: 1.2em;
    padding: 0px 6px 0px 6px;
}

#prod-loader .noline td {
    border-top: 0px solid #fff;
    padding-top: 0px;
    padding-bottom: 10px;
}

#prod-loader .extra_info {
    display: none;
}

#prod-loader small {
    font-size: 12px;
}

#prod-loader p {
    padding: 0px;
    margin: 5px 0 5px 0px;
    font-size: 12px;
}

#prod-loader .noline p {
    margin: 0px 0 5px 0px;
}

#prod-loader .info {
    color: #666;
}

#prod-loader .td_end {
    padding-top: 10px;
}

#cust-loader td strong {
    color: black;
}

#cust-loader td a.fa-sign-out {
    color: #189CA4 !important;
}

.input-group .fa-plus {
    color: #189CA4;
}

td .fa-plus {
    margin-top: -2px;
}

#scs, input#cust {
    border: 1px solid #C8EBFF;
    /*width: 100%;*/
    background: #EFF8FD;
    font-size: 14px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-slider {
    margin-bottom: 0px;
}

input.button {
    outline: none;
    border: 1px solid #C8EBFF;
    background: #C8EBFF;
    border-radius: 5px;
    margin: 0px 0 0 5px;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}

select.styled {
    border: 1px solid #C8EBFF;
    /*width: 100%;*/
    background: #EFF8FD;
    font-size: 14px;
    padding: 4px;
}

#preview {
    position: absolute;
    border: 0px solid #ccc;
    background: #189CA4;
    padding: 5px;
    display: none;
    color: #fff;
}

/*::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}*/

.p_input {
    /*    outline: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        padding: 1px;
        margin-top: -3px;
        font-size: 14px;*/
}

.pp_social, .pp_nav {
    display: none !important;
}

#easy_zoom {
    width: 600px;
    height: 400px;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    position: absolute;
    top: 15px;
    left: 400px;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height: 400px;
    text-align: center;
    z-index: 99999999999999;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.force_close {
    width: 30px;
    height: 30px;
    background: url('/scripts/prettyPhoto/images/prettyPhoto/default/sprite.png') 2px 1px no-repeat;
    cursor: pointer;
    display: block;
    float: right;
}

#loggedin_top {
    padding-left: 10px;
    text-align: left;
    margin-top: 14px !important;
    float: left;
}

#app-login #sc_login {
    text-align: right;
}

body.tid_1.cid_81 #fullResImage {
    max-width: 300px !important;
    max-height: 300px !important;
    width: auto !important;
    height: auto !important;
}

#sc_login .button i {
    padding: 0px;
    background: none;
}

.ui-widget-content {
    line-height: 1.2em;
}

.mobile_login_slider {
    width: 100%;
}

.show_mobile, body div.open_login_holder {
    display: none;
}

.show_desktop {
    /*display:block;*/
}

.o_u {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999999;
    text-transform: uppercase;
    z-index: 999999;
    font-size: 16px;
    display: none;
}

.o_u .inner {
    padding: 10px 15px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #000;
    color: #fff;
    display: inline-block;
}

.tid_1.cid_85 #app-login, .tid_1.cid_86 #app-login, .tid_1.cid_87 #app-login {
    display: none;
}

.news_image {
    float: right;
    margin: 0 0 15px 15px;
}

.tid_1.cid_86 .filter_holder {
    padding: 0px 10px;
    color: #1E2661;
}

.tid_1.cid_86 .filter_holder h1 {
    color: #1E2661 !important;
}

.tid_1.cid_86 .filter_holder a {
    color: #1E2661;
    text-decoration: none;
}

div.row_sep.mobile {
    display: none;
}

.deep_red {
    color: #AE0000;
}

.tid_1.cid_1 .products-grid a {
    padding: 0px 0px 0px 0px;
}

.line-content {
    background: #E2F0FA;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: #1E2661;
    line-height: 1.5em;
}

.line-content p {
    padding: 0px;
    margin: 0px;
}

.navbar-default {
    background-color: #1E2661;
    border: none;
}

.logo {
    margin-bottom: 15px;
}

.navbar-bo {
    background: #189CA4;
    margin-bottom: 0px;
}

.navbar-bo .navbar-collapse.topnav {
    border-top: 2px solid #14858C !important;
    margin-left: 0px;
}

.navbar-bo .nav {
}

.navbar-bo .nav > li {
}

.navbar-bo .nav li {
    clear: both;
    width: 100%;
}

#app-categories ul li a {
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 8px;
    text-transform: uppercase;
}

#app-categories ul li a {
    font-size: 16px !important;
    padding: 11px 6px !important;
}

#app-categories ul ul a {
    font-size: 14px !important;
    padding: 5px 6px !important;
}

nav input {
    margin-top: 10px
}

#bs-example-navbar-collapse-33,
#bs-example-navbar-collapse-33 ul {
    text-align: right;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
}

#bs-example-navbar-collapse-33 ul li a {
    text-align: right;
    padding: 5px 0px;
}

.maxy {
    max-width: 780px;
}

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

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    border-radius: 0px;
}

nav .clearfix {
    width: 100%;
}

#scs, input#cust {

}

#bs-example-navbar-collapse-2 ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    display: block;
    font-weight: bold;
}

#bs-example-navbar-collapse-2 ul li ul li a {
    padding: 5px 7px;
    font-weight: normal;
    text-transform: capitalize;
}

#bs-example-navbar-collapse-2 ul li ul {
    padding-left: 25px;
}

.navbar-header {
    border-bottom: 2px solid rgba(54, 81, 157, 0.51) !important;
}

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

input[type=submit], input[type=reset], input[type=button], button {
    background: #189CA4;
    color: #fff;
    border: 2px solid #189CA4;
    font-size: 12px !important;
}

.square {
    width: 100%;
    /* max-width: 232px;
     min-width: 232px */
    max-height: 232px;
    min-height: 232px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-position: center; */
}

.mfp-iframe-scaler iframe {
    background: #fff;
}

.header_big {
    font-size: 26px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url('/images/cross.png') center no-repeat;

}

.mfp-close {
    font-size: 28px !important;
}

.preview, .preview:hover {
    text-decoration: none !important;
}

.tid_1.cid_81 .logged-in .im-in {
    position: fixed;
    width: 992px;
    margin-bottom: 20px;
    margin-top: 0px;
    background: #EFF8FD !important;
}

.tid_1.cid_81 .logged-in #app-content {
    margin-top: 52px;
}

/* ///////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

@media (min-width: 0px) and (max-width: 479px) {
    .size_warning {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .tid_1.cid_81 .logged-in .im-in {
        width: 957px;
    }

    .tid_1.cid_81 .logged-in #app-content {
        /*margin-top: 44px;*/
    }
}
@media (max-width: 1170px) {
    .tid_1.cid_81 .logged-in .im-in {
        width: 970px;
    }

    .tid_1.cid_81 .logged-in #app-content {
        /*margin-top: 44px;*/
    }
}
@media (max-width: 992px) {

    .tid_1.cid_81 .logged-in .im-in {
        position: relative !important;
        width: inherit !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        background: rgba(255, 255, 255, 0.5) !important;


    }

    .tid_1.cid_81 .logged-in #app-content {
        margin-top: 0px !important;
    }

    .tid_1.cid_81 .logged-in .im-in {
        /*width: 750px;*/
    }

    .tid_1.cid_81 .logged-in #app-content {
        /*margin-top: 44px;*/
    }


    .header_big {
        font-size: 20px;
    }

    .square {
        /*        max-width: 177px;
                min-width: 177px;
                max-height: 177px;
                min-height: 177px;*/
    }

    #app-categories ul ul {
        margin-left: 10px !important;
    }

    #app-content h1 {
        font-size: 28px;
    }

    #app-menu ul li a {
        font-size: 14px;
    }

    .both-top {
        margin-right: -15px;
    }

    #app-header {
        position: relative !important;
    }

    #app-wrap div.container {
        padding: 0 0 0 0;
    }

    #app-login form button, #app-login form a.button, form#staff-login button {
        padding: 10px 19px;
    }

    #app-login form input, #app-login form button, #app-login form a.button {
        padding: 8px;
        width: auto;
        font-size: 14px;
        font-weight: 300;
    }

}

/*@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: none !important;
    }
}*/

@media (max-width: 768px) {



    .mfp-iframe-scaler {
        padding-top: 250%;
    }

    #app-footer ul {
        margin: 15px 0px;
        padding: 0px;

    }

    .filter_holder div,
    .filter_holder label {
        display: block;
        width: 100%;
        text-align: left;
    }

    #app-footer nav ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    #app-search {
        display: none;
        margin-bottom: 0px;
        max-width: 950px;
    }

    nav #app-search {
        display: block;
    }

    .navbar-default {

        border-top: 2px solid #36519D;
        /*border-bottom: 2px solid #36519D;*/
    }

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

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-collapse.topnav {
        border-top: 0px solid rgba(54, 81, 157, 0.51) !important;
    }

    .both-top {
        margin-right: -15px;
    }

    #bs-example-navbar-collapse-33 li,
    #bs-example-navbar-collapse-33 a {
        width: 100%;
        text-align: left !important;
        float: none;
        margin-left: 0px !important;
        text-transform: capitalize !important;

    }

    #app-login form > div {
        margin: 1px 0 0px 0;
        padding: 0px 0px 0px 0;
        display: block;
        position: relative;
    }

    #app-login form button, #app-login form a.button, form#staff-login button {
        padding: 10px 19px;
    }

    #app-login form input, #app-login form button, #app-login form a.button {
        padding: 4px 8px;
        width: 100%;
        clear: both;
        font-size: 14px;
        font-weight: 300;
        border-radius: 0px;
        text-align: left;
    }

    #loggedin_top {
        padding-left: 10px;
        text-align: left;
        margin-top: 14px !important;
        margin-bottom: 10px !important;
        float: left;
    }

}

@media (min-width: 769px) and (max-width: 990px) {
    .extra-nav .navbar-header {
        float: none;
    }

    .extra-nav .navbar-toggle {
        display: block;
    }

    .extra-nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .extra-nav .navbar-collapse.collapse {
        display: none !important;
    }

    .extra-nav .navbar-collapse.collapse.in {
        display: block !important;
    }

    .extra-nav .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .extra-nav .navbar-nav > li {
        float: none;
    }

    .extra-nav .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {

    .mfp-iframe-scaler {
        padding-top: 250%;
    }

    #app-footer h2.logo {
        font: bold 40px/100% Times New Roman, Arial, sans-serif;
    }
}