/*!
Theme Name: prepak_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: prepak_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

prepak_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: "Lato", sans-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: "Lato", sans-serif; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 44px;
  font-weight: 200;
  font-family: "Lato", sans-serif;
}
h2 {
  font-size: 33px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
h4,
h5 {
  font-weight: 800;
  font-family: "Lato", sans-serif;
}

.bold,
strong {
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.extrabold {
  font-weight: 800;
  font-family: "Lato", sans-serif;
}
.ultrabold {
  font-weight: 900;
  font-family: "Lato", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

ul,
ol {
  margin: 0 0 1.5em 0em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
h1.media-ct {
  font-weight: 600;
  margin: -34px 0 0 0;
  padding: 0;
}

.media-container h2 {
  margin: 2px 0px 15px 0;
  font-weight: 600;
}
.media-container .contain-media {
  display: inline-block;
  vertical-align: top;
}
.media-container .posit-News {
  width: 31%;
  margin-right: 2.1%;
}
.media-container .posit-Videos {
  width: 66%;
}
.media-container .contain-media ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.media-container .contain-media > ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.tagvideo-title {
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
  color: #000;
  padding: 0 2px;
  font-size: 0.9em;
}
.tagnews-ct > a,
.tagnews-ct a:visited {
  color: #000;
  font-weight: 600;
}
.tagnews-ct a:hover {
  color: #1e3f7c;
}
.media-container .contain-media > ul.ul-News li {
  width: 100%;
  padding: 7px 0 7px 0;
  border-bottom: 1px solid #dedede;
}
.media-container .contain-media > ul.ul-News li a {
  font-size: 0.9em;
}
.media-container .contain-media > ul.ul-Videos li {
  width: 44.5%;
  margin: 0 2.5% 5% 2.5%;
}

.media-container .contain-media .title-Videos {
  margin-left: 2.5%;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.singlevideo-ct {
  margin: 30px auto 30px auto;
  width: 70%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/****************************  Start Custom CSS  *********************************/
/* WebColor  #1e3f7c  Blue  // #1e3f7c Red   */

body {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fefefe;
}

img {
  max-width: 100%;
  width: auto;
  border: 0;
}

ul {
  padding: 0;
  margin: 0;
}
b,
strong {
  font-weight: bold;
  font-weight: 800;
}
p {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
}
::-moz-selection {
  background: #1e3f7c;
  color: #fff;
}
::selection {
  background: #1e3f7c;
  color: #fff;
}

h2 {
  font-size: 2em;
  margin: 0 20px 0 0;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}

.frame {
  width: 96%;
  margin: 0 auto;
  max-width: 1150px;
}
.frameheader {
  width: 96%;
  margin: 0px auto 0 auto;
  max-width: 1150px;
}
.customer-ct {
  width: 90%;
  margin: 0px auto 0 auto;
  padding-left: 35px;
}
#myweather {
  width: 100%;
  position: absolute;
  left: 28%;
  top: 3px;
  max-width: 1400px;
  min-width: 1250px;
}

.framefull {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
}
.forecastct {
  font-size: 14px;
  display: inline-block;
  color: #0095d2;
  position: absolute;
  float: right;
  width: 70px;
  left: 65%;
  top: 10px;
}

.forecastct a,
.forecastct a:visited {
  color: #0095d2 !important;
  text-decoration: underline;
}

section {
  padding-bottom: 30px;
  z-index: 1;
}

.wp1s-caption-title {
  display: none !important;
}
.topslider {
  margin-top: 90px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.header {
  margin: 0 !important;
  padding: 7px 0 0 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 1800px;
  position: fixed;
  border-bottom: 1px solid #dedede;
}
.header-shadow {
  box-shadow: 1px 1px 10px #666;
  -webkit-box-shadow: 1px 1px 10px #666;
  -moz-box-shadow: 1px 1px 10px #666;

  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

/* Search 
.searchbox {
    position: absolute;
    padding: 7px 5px 7px 10px;
    width:325px;
    margin-top: -60px;
    background-color: #fff;
    border: none;
    -webkit-transform: translate3d(-100px,0,0);
	transform: translate3d(-100px,0,0); 
	transition:all ease-in-out .5s;
    font-size:1.2em;
	visibility:hidden;
}

       .searchbox.opensearch {
        -webkit-transform: translate3d(-1px,0,0);
        -ms-transform: translate3d(-1px,0,0);
        -o-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0);
        transition:all ease-in-out .5s;
visibility:visible;
    }

    .searchbox img {
   padding:0!important;margin-bottom:-15px;cursor:pointer;
         }
    .searchbox input {
    border:none;
    padding:10px 5px; 
	font-size:1em;
   
    }
.searchicon {
cursor:pointer;
}

.closesearch {
    margin-top: -13px;
    font-size: 1.4em;
    color:#05539c;
    cursor:pointer;
    padding:0 5px;
}
.search-submit {background-image:url('/wp-content/themes/napco-national/images/Homepage-Search-Blue.png')!important;background-color:transparent!important;background-repeat:no-repeat;width:30px;height:30px;display:inline-block;}
.search-form {display:inline-block;min-width:275px;}
.search-field{width: 86%;display:inline-block;}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	color:#fff;
	text-indent: -99999px;
}*/

.logo {
  width: 19%;
  display: inline-block;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 180px;
}

#hamb-menu-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 319px;
  background-color: rgba(255, 255, 255, 0.98);
  padding-top: 1px;
  z-index: 100;
  border-right: solid 1px #dcdcdc;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#hamb-menu-container #hamb-menu {
  overflow-x: auto;
  min-height: 100%;
  font-weight: normal;
  position: relative;
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  -o-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#hamb-menu-container #hamb-menu li,
#hamb-menu-container #hamb-menu ul {
  list-style-type: none;
}

#hamb-menu-container #hamb-menu .hamb-submenu {
  margin-top: 0px;
  margin-left: 20px;
}

#hamb-menu-container #hamb-menu .hamb-submenu > li {
  border-bottom: 1px solid #dbdbdb;
  padding: 3px 0px 3px 0;
}
#hamb-menu-container #hamb-menu .hamb-submenu > li:last-child {
  border-bottom: 0px solid #dbdbdb;
  padding: 3px 0px 3px 0;
}

#hamb-menu-container #hamb-menu .hamb-submenu > li a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0;
  font-weight: 500;
}
#hamb-menu-container #hamb-menu .hamb-submenu > li a:hover {
  color: #1e3f7c;
  font-weight: 500;
}

#hamb-menu-container.open {
  visibility: visible;
  opacity: 1;
}

#hamb-menu-container.open #hamb-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#navbar-container {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
}
/*#navbar-burger {  
 
	z-index: 102;
    position: relative;
    
    background-color:#1e3f7c ;
    border: 0;
    cursor: pointer;
    width: 60px;
   padding: 40px 0px 0px 15px;
    min-height: 79px;
    vertical-align: bottom;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
 


    } */

#navbar-burger {
  z-index: 102;
  position: relative;
  background-color: #1e3f7c;
  border: 0;
  cursor: pointer;
  width: 60px;
  padding: 15px 0px 0px 15px;
  min-height: 56px;
  vertical-align: bottom;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 45px;
  display: block;
}

#navbar-burger .b-bun {
  position: relative;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#navbar-burger .b-bun--top {
  top: 0;
}

#navbar-burger .b-bun--mid {
  top: 6px;
}
#navbar-burger .b-bun--mid2 {
  top: 12px;
}
#navbar-burger .b-bun--bottom {
  top: 18px;
}

#navbar-burger .b-bun--bottom,
#navbar-burger .b-bun--mid,
#navbar-burger .b-bun--mid2,
#navbar-burger .b-bun--top {
  height: 2px;
  width: 30px;
}

#hamb-menu li a:hover,
#hamb-menu li a:visited:hover,
#hamb-menu li a:active:hover {
  color: #1e3f7c !important;
}
#hamb-menu-level-1 {
  padding: 52px 10px 10px 10px;
}

#hamb-menu-container #hamb-menu li,
#hamb-menu-container #side-menu ul {
  list-style-type: none;
}

#hamb-menu-container #hamb-menu > ul li a {
  font-size: 17px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}
#hamb-menu-container #hamb-menu > ul ul li:last-child {
  border-bottom: 0px solid #dbdbdb;
}
#hamb-menu-container #hamb-menu > ul ul li {
  margin-left: 10px !important;
}
#hamb-menu-container #hamb-menu > ul ul li a {
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #000;
}

#hamb-menu-level-1 li {
  width: 100%;
  display: list-item;
  border-bottom: 2px solid #dbdbdb;
  list-style-type: none;
  padding: 8px 6px 8px 6px;
  font-weight: 700;
  font-size: 1.1em;
}
#hamb-menu-level-1 > li:last-child {
  border-bottom: 2px solid #1e3f7c;
}
#hamb-menu-level-1 a {
  text-decoration: none;
  color: #000;
}
#hamb-menu-level-1 li a:hover {
  text-decoration: none;
  color: #1e3f7c;
}
#navbar-container.open #navbar-burger {
  background-color: transparent;
}
#navbar-container.open #navbar-burger .b-bun {
  background: #1e3f7c;
}
#navbar-container.open #navbar-burger .b-bun--top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
#navbar-container.open #navbar-burger .b-bun--mid,
#navbar-container.open #navbar-burger .b-bun--mid2 {
  opacity: 0;
}
#navbar-container.open #navbar-burger .b-bun--bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}

#hamb-menu-level-2 {
  padding: 0 20px;
  margin: 10px 0 0 0;
  text-align: left;
}

#hamb-menu-level-2 li {
  width: 100%;
  display: list-item;
  border-bottom: 2px solid #dbdbdb;
  list-style-type: none;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 1.1em;
}
#hamb-menu-level-2 li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

#hamb-menu-level-2 li a:hover {
  text-decoration: none;
  color: #1e3f7c;
}
#hamb-menu-level-2 li:first-child {
  padding: 5px 5px;
}
#hamb-menu-level-2 li:last-child {
  border-bottom: 0px solid #dbdbdb;
}
.menu-sm-icons {
  padding: 0px 12px 0 0px;
  text-align: right;
}
.menu-sm-icons li {
  display: inline-block;
  width: 23%;

  border: none;
}

.menu-sm-icons li:hover {
  opacity: 0.7;
}

.hm-right-div {
  margin-top: 0;
}

.hm-right-icons {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hm-right-icons li {
  max-width: 62px;
  position: relative;
  z-index: 0;
  background-color: #1e3f7c;
  margin-top: 0;
  border-top: 1px solid #eee;
  max-height: 56px;
}

.hm-right-icons li img {
  padding: 8px 0 0px 7px;
}

ul.home-sm-icons {
  padding: 25px 0 0 0;
  margin: 0;
  list-style: none;
  float: left;
  position: fixed;
  top: 100px;
  right: 0;
}

.home-sm-icons li:hover a img {
  opacity: 0.5;
}

.iconsbg {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.1% 1.5%;
}

.menu {
  display: inline-block;
  width: 73%;
  margin-right: 0;
  text-align: right;
  /* font-size: 1.2em; */
  font-weight: 600;
  text-transform: none;
  vertical-align: bottom;
  margin-bottom: 5px;
  min-width: 600px;
  float: right;
  margin-top: 35px; /*old 50px*/
}

.menu-top_menu-container {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  text-align: right;
  /*font-size: 1.2em;*/
  font-weight: 500;
  text-transform: none;
  vertical-align: bottom;
  margin-bottom: 0px;
  min-width: 500px;
  float: right;
  margin-top: 15px;
}
.menu-top_menu-container > ul.menu {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  list-style-type: none;
  width: 72%;
  text-align: right;
}

/*	li.menu-item:hover
li.menu-item-type-post_type:hover
li.menu-item-object-page:hover
li.menu-item:active
li.menu-item-type-post_type:active
li.menu-item-object-page:active{
border-bottom: 5px solid #1e3f7c;
}*/

.menu-top_menu-container > ul > li {
  display: inline-block;
  padding: 5px 20px 3px 20px;
  font-size: 1.05em;
}
.menu-top_menu-container > ul > li:first-child {
  padding: 5px 20px 0px 0px;
}
.menu-top_menu-container > ul > li:last-child {
  padding: 5px 0px 0px 20px;
}

.menu-top_menu-container > ul > li > a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  /* font-size: 0.95em; */
}
.menu-top_menu-container > ul > li > a:hover {
  color: #1e3f7c;
}

/********* Current item on menu *********	
		.menu-top_menu-container > ul > li:hover{
			border-bottom: 0px solid #1e3f7c;
			
		}
		.menu-top_menu-container > ul > li:hover a{
			color:#1e3f7c ;
		}


			 .menu-top_menu-container > ul > li.current-menu-item,  .menu-top_menu-container > ul > li.current_page_item {
				border-bottom: 0px solid #1e3f7c;
	
			}
 
			.menu-top_menu-container > ul > li.current-menu-item > a, .menu-top_menu-container > ul > li.current_page_item > a {
                color:#1e3f7c ;				
			}
  /********* End Current item on menu *********/

.currentm {
  /*background-color:#ddd!important;*/
  transition: all ease-in-out 0.5s;
  color: #1e3f7c !important;
}
.currentm a {
  color: #1e3f7c !important;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 1);
}
.fixed .logo {
  width: 18%;
  transition: all ease-in-out 0.5s;
}
.fixed .menu ul {
  margin-top: 0;
  transition: all ease-in-out 0.5s;
}

.albumgallery {
  margin: 30px 0;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.albumgallery > h2 {
  margin: 5px 0px 15px 0;
  font-weight: 600;
  width: 96%;
}

.galleryimages {
  width: 100%;
}
.galleryimages h2 {
  width: 96%;
  margin: 10px 0px 5px 6px;
  font-weight: 600;
  font-size: 1.4em;
}

.galleryimages > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.galleryimages > ul > li {
  width: 31%;
  display: inline-block;
  margin-right: 2%;
}
.galleryimages > ul > li:last-child {
  margin-right: 0;
}

/******  Content Style  *******/

.article-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-container article.category-news-and-media {
  padding: 25px;
  width: 100%;
  border: 1px solid #dedede;
}

.news-allcta {
  text-align: right;
  margin-bottom: 8px;
}

.article-container article.category-news-and-media ul.hm-allposts-ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li:first-child {
  width: 56%;
  margin: 0 3.5% 0 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.titlepost {
  margin: 15px 0 0px 0;
  font-size: 1.05em;
  font-weight: bold;
  text-transform: capitalize;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.titlepost
  a,
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.titlepost
  a:visited {
  color: #000;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.titlepost
  a:hover {
  /* color:#1e3f7c ; */
  color: #219fda;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.pretextpost {
  margin: 5px 0 0 0;
  font-size: 0.97em;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  > div.archivedate {
  margin: 15px 0 0px 0;
  font-size: 0.85em;
  color: #000;
  font-weight: 600;
}
.article-container article.category-news-and-media ul.hm-allposts-ul li + li {
  width: 40%;
  margin: 0 0 30px 0;
  padding: 10px 10px 15px 10px;
  vertical-align: top;
  display: inline-block;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li.imageli
  div
  a
  img {
  height: 87px;
  width: 190px;
}

.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  + li
  > div.pretextpost {
  display: none;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  + li
  > div.video-ct {
  width: 38%;
  display: inline-block;
  vertical-align: top;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  + li
  > div.titlepost {
  margin: 0px 0 0px 0;
  width: 58%;
  float: right;
  vertical-align: top;
  font-size: 0.95em;
  text-transform: capitalize;
}
.article-container
  article.category-news-and-media
  ul.hm-allposts-ul
  li
  + li
  > div.archivedate {
  width: 58%;
  float: right;
  display: block;
  vertical-align: top;
  margin-top: -20px;
}

section.top {
  padding-bottom: 0px;
}
.aboutctbg {
  min-height: 250px;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}

.newsbg {
  min-height: 350px;
  width: 100%;
}

.benefits-of-sailing {
  display: none;
}
.ourbrandbg {
  background-image: url(/wp-content/themes/prepak_theme/images/brands-background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 460px;
  background-size: cover;
  width: 100%;
}
.ourbrandbg {
  padding-bottom: 0px;
}
.cat-row1,
.cat-row2 {
  width: 47.5%;
  margin: 2% 1%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #fff;
}

.cat-row1 div,
.cat-row2 div {
  padding: 30px 0px;
}
.cat-row1 a,
.cat-row2 a {
  float: left;
  padding: 5px 0px 30px 20px;
}
.cat-row1 h3,
.cat-row2 h3 {
  padding: 0px 20px;
  margin: 0;
  text-align: left;
  font-size: 0.9em;
  font-weight: 500;
}

.botttomslogonbg {
  background-image: url(/wp-content/themes/prepak_theme/images/Seperator-Three-Letters.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 600px;
  background-size: cover;
  width: 100%;
}
.col1-pridetext {
  width: 77%;
  text-align: center;
  margin: 0px auto;
}
.col1-pridetext p {
  padding-top: 0%;
}

.bluecolor {
  color: #0080b9;
}

.pridebg {
  padding-bottom: 0px;
}
.pridetext-small {
  font-size: 1.1em;
}
.pridetext-med {
  font-size: 2em;
}
.pridetext-big {
  font-size: 3em;
}

.pridetext-small,
.pridetext-med,
.pridetext-big {
  font-family: inherit;
  text-align: center;
  width: 100%;
}

.clear {
  height: 35px;
  width: auto;
}
.facts-ct ul {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}
.facts-ct ul li {
  display: inline-block;
  width: 15.5%;
  padding: 0;
  text-align: center;
  margin: 0 1% 0 1%;
}

.facts-ct ul li:first-child {
  margin: 0 1% 0 0%;
}
.facts-ct ul li:last-child {
  margin: 0 0% 0 1%;
}
.facts-ct ul li span {
  color: #1e3f7c;
  font-size: 1.2em;
  line-height: 18px;
}

.facts-ct ul li p {
  line-height: 30px;
  vertical-align: top;
}
.facts-ct ul li span b {
  font-size: 1.3em;
}
.facts-text0 {
  text-align: center;
  font-size: 1.2em;
  width: 96%;
  margin: 10px auto 5px auto;
}
.facts-text {
  text-align: center;
  font-size: 1.2em;
  width: 74%;
  margin: 10px auto 5px auto;
}
.ct-readplus {
  margin-top: 15px;
  display: inline-block;
  width: 50px;
}

.download-pos {
  width: 100%;
  text-align: right;
  margin-top: -55px !important;
}

.clear1 {
  width: 100%;
  height: 28px;
}

.readplus-text-prod {
  color: #fff !important;
}

span[class^="readplus-text"] {
  display: inline-block;
  vertical-align: middle;
  color: #1e3f7c;
  font-size: 1em;
  opacity: 1;
  margin: 0px 4px 0px 0px;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

span[class^="readplus-icon"] {
  display: inline-block;
  height: 25px;
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
  width: 21px;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

span[class^="prod-feat-text"] {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 0.9em;
  opacity: 1;
  margin: 0px 4px 0px 0px;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
span[class^="prod-app-text"] {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 1em;
  opacity: 1;
  margin: 0px 4px 0px 0px;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

span[class^="prod-app-icon"] {
  display: inline-block;
  height: 38px;
  width: 20px;
  margin: 0px 8px 0 0;
  vertical-align: middle;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

span[class^="prod-feat-icon"] {
  display: inline-block;
  height: 38px;
  width: 33px;
  margin: 0px 8px 0 0;
  vertical-align: middle;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.readplus-link > img {
  margin-bottom: -6px !important;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.readplus-link:hover > img {
  opacity: 0.8;
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
}

.readplus-link:hover > span[class^="readplus-icon"] {
  opacity: 0.8;
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
}
.catdesc a.readplus-link:visited {
  color: #000;
}
.catdesc a.readplus-link:hover {
  color: #000;
}
.readplus-link:hover > span[class^="readplus-text"] {
  opacity: 0.8;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
}

.readplus-icon-plus {
  background: url("/wp-content/themes/prepak_theme/images/Plus-Red.png") 55% 50%
    no-repeat;
}
.readplus-icon-plus-white {
  background: url("/wp-content/themes/prepak_theme/images/Plus-Red-white.png")
    55% 50% no-repeat;
}
ul.prod-app-ul,
ul.prod-feat-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.prod-app-ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 110px;
}
ul.prod-feat-ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.5% 0 0;
  padding: 0;
  width: 48%;
}
ul.prod-feat-ul li:last-child {
  margin: 0 0 0 0;
}
.prod-app-icon-water {
  background: url("/wp-content/themes/prepak_theme/images/products/water-icon.png")
    55% 50% no-repeat;
}
.prod-app-icon-milk {
  background: url("/wp-content/themes/prepak_theme/images/products/milk-icon.png")
    55% 50% no-repeat;
}
.prod-app-icon-detergent {
  background: url("/wp-content/themes/prepak_theme/images/products/detergent-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-UV {
  background: url("/wp-content/themes/prepak_theme/images/products/uv-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-gaz-barrier {
  background: url("/wp-content/themes/prepak_theme/images/products/gaz-barrier-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-crystal {
  background: url("/wp-content/themes/prepak_theme/images/products/crystal-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-refill {
  background: url("/wp-content/themes/prepak_theme/images/products/refill-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-odor {
  background: url("/wp-content/themes/prepak_theme/images/products/odor-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-recycle {
  background: url("/wp-content/themes/prepak_theme/images/products/recycle-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-clean {
  background: url("/wp-content/themes/prepak_theme/images/products/clean-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-custom {
  background: url("/wp-content/themes/prepak_theme/images/products/custom-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-transportation {
  background: url("/wp-content/themes/prepak_theme/images/products/transportation-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-print {
  background: url("/wp-content/themes/prepak_theme/images/products/print-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-temprature {
  background: url("/wp-content/themes/prepak_theme/images/products/temprature-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-refillable {
  background: url("/wp-content/themes/prepak_theme/images/products/re-fillable-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-virgin {
  background: url("/wp-content/themes/prepak_theme/images/products/virgin-icon.png")
    55% 50% no-repeat;
}
.prod-feat-icon-automated {
  background: url("/wp-content/themes/prepak_theme/images/products/automated-icon.png")
    55% 50% no-repeat;
}

/* Slider */
.pslider {
  width: 99.9%;
  margin: 10px auto 0 auto;
}

.slider-nav .slick-slide {
  margin: 10px 5px;
}

.slick-slide img {
  max-height: 500px;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
}
.slider-for {
  border: 1px solid #dedede;
}
.slider-for .slick-track {
  background-color: #dedede;
}
.slider-nav .slick-track {
  margin: 0;
}
.slider-nav .slick-slide {
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid #dedede;
}
.slider-nav .slick-current {
  opacity: 1;
  border: 1px solid #1e3f7c;
}

.slider-nav .slick-slide img {
  height: 35px;
}

/***************** Slider ************************/

h1.hm-title-white {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 25px 0 18px 0px;
  margin: 0 0 0 0;
  /* background-image: linear-gradient(0deg, #757273, #757273); */
  background-position: 51% 100%;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: 30px 2px;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
h1.hm-title-black {
  font-size: 1.8em;
  color: #000;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 25px 0 18px 0px;
  margin: 0 0 0 0;
  /* background-image: linear-gradient(0deg, #757273, #757273); */
  background-position: 51% 100%;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: 30px 2px;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
h1.hm-title-products {
  font-size: 1.8em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 0;
  /* background-image: linear-gradient(0deg, #757273, #757273); */
  background-position: 51% 100%;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: 30px 2px;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

h1.pages-title-black {
  font-size: 1.8em;
  color: #000;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  padding: 0px 0 25px 0px;
  margin: 0 0 0 0;
  /* background-image: linear-gradient(0deg, #757273, #757273); */
  background-position: 51% 100%;
  background-origin: initial;
  background-repeat: no-repeat;
  background-size: 30px 2px;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

.latesnewsbg {
  background-color: #1e3f7c;
  min-height: 300px;
}

/************   START PRODUCT LIST ****************/

#PET-Preforms {
  background: url(/wp-content/themes/prepak_theme/images/PET-Preforms.jpg) 50%
    50% no-repeat;
  background-size: cover;
}
#PolyCarbonate-Gallons {
  background: url(/wp-content/themes/prepak_theme/images/PolyCarbonate-Gallons.jpg)
    50% 50% no-repeat;
  background-size: cover;
}
#PET-Bottles--Gallons {
  background: url(/wp-content/themes/prepak_theme/images/PET-Bottles--Gallons.jpg)
    50% 50% no-repeat;
  background-size: cover;
}

#Plastic-Caps--Handles {
  background: url(/wp-content/themes/prepak_theme/images/Plastic-Caps--Handles.jpg)
    50% 60% no-repeat;
  background-size: cover;
}

.fullbg {
  background: #1e3f7c;
}
.productssections {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.productssections ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #1e3f7c;
}
.product-list .second-level-menu-nav-list {
  background: #1e3f7c;
}
.product-list li.col-sm-6 {
  padding-right: 0;
  padding-left: 0;
  opacity: 1;
}

.product-list li.borderli {
  min-height: 300px;

  box-shadow: 0 0 10px rgb(30, 63, 124);
  -moz-box-shadow: 0 0 10px rgb(30, 63, 124);
  -webkit-box-shadow: 0 0 10px rgb(30, 63, 124);
  -o-box-shadow: 0 0 10px rgb(30, 63, 124);
}

.product-list .content {
  background: #1e3f7c;
  min-width: 250px;

  position: absolute;

  bottom: 0;
  left: 21%;
  padding: 0;
}

.product-list .content h4 {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  font-size: 1.3rem;
  padding: 2px 8px;
  color: #fff;
  margin: 0;
}

.product-list > li h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.7rem;
  padding: 10px 20px 0 20px;
  margin: 0;
}
.product-list > li {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 0 0;
  width: 33%;
  display: inline-block;
  padding: 0;
  position: relative;
}

.product-list li p {
  color: #fff;
  padding: 0 20px 20px 20px;
}
.product-list li a,
.product-list li a:visited {
  color: #fff;
}

.second-level-menu-nav-list {
  background: #1e3f7c;
  display: none;
  height: auto;
  opacity: 1;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  text-align: left;

  color: #fff !important;
}

/************   END PRODUCT LIST ****************/

.breadcrumbs-ct {
  margin-top: -42px;
}

#breadcrumbs {
  list-style: none;
  margin: 8px 0;
  overflow: hidden;
  padding: 0;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #05539c;
  font-style: italic;
  font-size: 0.85rem;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #05539c;
}
#breadcrumbs a {
  color: #05539c;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #000;
}

div.entry-content {
  margin-bottom: 20px;
  margin-top: 0px;
}
article ul {
  margin-left: 18px;
}
div.entry-content ul {
  margin-left: 18px;
}
div.entry-content ol {
  margin-left: 18px;
}
ul.tabs {
  display: inline-block;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
  border-bottom: 0px solid #fff;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

#Refillable-Gallons {
  background: url(/wp-content/themes/prepak_theme/images/Refillable-Gallon.jpg)
    50% 60% no-repeat;
  background-size: cover;
}

ul.tabs li {
  display: inline-block;
  margin: 0;
  padding: 12px 15px 12px 15px;
  text-align: center;
  font-size: 1.08em;
  width: 49.8%;
  background-color: #dedede;
}

ul.tabs li.active-li {
  background-color: #fff;
  font-size: 1.1em;
}
ul.tabs li a {
  color: #000;
}
ul.tabs li a.active {
  color: #1e3f7c;
  font-weight: 800;
}
ul.tabs li a:hover {
  color: #1e3f7c;
}

div.active-ct {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-top: 1px solid #fff;
  padding: 5px 20px;
}

/*ul.tabs li + li{
	border-right: 1px solid #000;
}
ul.tabs li:first-child{
	border-right: 1px solid #000;
	padding:0px 15px 0 0px;
}
ul.tabs li:Last-child{
	border-right: 0px solid #000;
}
*/
.prodformbg {
  padding: 30px 10px 30px 45px;
  background-color: #dedede;
  width: 100%;
  min-width: 320px;
  margin: 10px 0 5px 0;
}
.formcontainer {
  width: 100%;
}
.formcontainer h2 {
  color: #1e3f7c;
  font-size: 1.7em;
}

.contactform-field {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.contactform-field2 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-left: 0.5%;
}

.rquestbtn {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.contactform-field > div {
  display: inline-block;
  width: 91%;
  height: auto;
  text-align: left;
}
.contactform-field2 > div {
  display: inline-block;
  width: 98%;
  height: auto;
  text-align: left;
}
.contactform-field > div span input,
.contactform-field > div span select,
.contactform-field2 > div span input,
.contactform-field2 > div span select {
  margin-top: 18px;
  padding: 5px 0 7px 8px;
  width: 97%;
  min-height: 20px;
}
.contactform-field2 > div span textarea {
  margin-top: 18px;
  padding: 5px 0 7px 8px;
  width: 97%;
  height: 86px;
}

input[type="submit"].btn-submit {
  border-color: #1e3f7c #1e3f7c #1e3f7c;
  background-color: #1e3f7c !important;
  color: #fff !important;
  width: 97%;
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px 3px #1e3f7c;
  -moz-box-shadow: 1px 1px 3px #1e3f7c;
  -webkit-box-shadow: 1px 1px 3px #1e3f7c;
  box-shadow: 1px 1px 3px #1e3f7c;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-submit:hover {
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.product-preform1,
.product-preform2,
.product-preform3,
.product-preform4,
.product-preform5 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.95em;
  width: 19.4%;
}

.product-section1,
.product-section2,
.product-section3,
.product-section4 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.95em;
  width: 24%;
}

.product-sec1,
.product-sec2,
.product-sec3,
.product-sec4,
.product-sec5,
.product-sec6,
.product-sec7 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.95em;
  width: 13%;
}

.product-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.product-lists li {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding: 13px 0;
  text-align: center;
}
.product-lists li:last-child {
  padding: 10px 0 10px 0;
  border-bottom: 0px solid #dedede;
}
.product-lists li.product-header {
  font-weight: bold;
  text-align: center;
  border-bottom: 0px solid #dedede;
  padding: 5px 0 5px 0;
}

.product-lists li.product-specs-icons {
  background: url(/wp-content/themes/prepak_theme/images/products/Grey-Stripe.jpg)
    50% 50%;
  background-repeat: repeat-x;
  padding: 0 0 0 0;
  border-bottom: 0px solid #dedede;
}
.product-lists li.product-specs-icons > div {
  padding: 0;
}
span[class^="prod-specs-"] {
  display: inline-block;
  height: 53px;
  width: 50px;
  margin: 0px 0px 0 0;
  vertical-align: middle;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.prod-specs-type {
  background: url(/wp-content/themes/prepak_theme/images/products/Type.png) 50%
    50% no-repeat;
}
.prod-specs-volume {
  background: url(/wp-content/themes/prepak_theme/images/products/volume.png)
    50% 50% no-repeat;
}
.prod-specs-build {
  background: url(/wp-content/themes/prepak_theme/images/products/Build.png) 50%
    50% no-repeat;
}
.prod-specs-weight {
  background: url(/wp-content/themes/prepak_theme/images/products/weight.png)
    50% 50% no-repeat;
}
.prod-specs-height {
  background: url(/wp-content/themes/prepak_theme/images/products/height.png)
    50% 50% no-repeat;
}
.prod-specs-closure {
  background: url(/wp-content/themes/prepak_theme/images/products/closure.png)
    50% 50% no-repeat;
}
.prod-specs-carton {
  background: url(/wp-content/themes/prepak_theme/images/products/carton.png)
    50% 50% no-repeat;
}

.prod-specs-pallet {
  background: url(/wp-content/themes/prepak_theme/images/products/pallet.png)
    50% 50% no-repeat;
}
.prod-specs-container {
  background: url(/wp-content/themes/prepak_theme/images/products/container.png)
    50% 50% no-repeat;
}
.prod-specs-octabin {
  background: url(/wp-content/themes/prepak_theme/images/products/octabin.png)
    50% 50% no-repeat;
}
.prod-specs-Length {
  background: url(/wp-content/themes/prepak_theme/images/products/Length.png)
    50% 50% no-repeat;
}

span[class^="prod-specsss-"] {
  display: inline-block;
  height: 40px;
  width: 80px;
  margin: 0px 0px 0 0;
  padding: 0;
  vertical-align: middle;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.prod-specsss-application {
  background: url(/wp-content/themes/prepak_theme/images/products/aplication.png)
    50% 50% no-repeat;
}

.contactusbg {
  background-color: #dedede;
  min-height: 300px;
  width: 100%;
}
.socialfeedsbg {
  background-color: #fff;
  min-height: 300px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.coursesbg {
  background-color: #fff;
  min-height: 300px;
}
.coursestitlebg {
  background-color: #1e3f7c;
}

.in-content-width40 {
  width: 40%;
}
.in-text-white {
  color: #fff;
  font-size: 1.08em;
  text-align: left;
}

.in-text-black {
  text-align: left;
  color: #000;
  font-size: 1.08em;
}
.in-text-black a,
.in-text-black a:visited {
  color: #000;
  text-decoration: none;
}
.in-text-black a:hover {
  opacity: 0.8;
  color: #000;
}
section.contactusbg {
  padding-bottom: 0px;
}
iframe {
  width: 100%;
  height: 100%;
  min-width: 600px;
  min-height: 400px;
}

.partnerbg {
  padding: 15px 0;
  background-color: #1e3f7c;
}
.contact-col4,
.contact-col5 {
  display: inline-block;
  vertical-align: top;
}
.contact-col4 {
  width: 89%;
  margin-right: 2.5%;
}
.contact-col5 {
  width: 8%;
  text-align: left;
}

.contact-col1 {
  display: inline-block;
  width: 35%;
  margin-right: 10%;
  vertical-align: top;
}

.contact-col2 {
  display: inline-block;
  width: 54%;
  vertical-align: top;
}

.workshours {
  margin-top: 45px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tablehs {
  width: 100%;
}

.map {
  margin: 40px 0 -7px 0;
}
.in-text-white > p a:link {
  color: #fff;
}
.careersct {
  margin-top: 15px;
}
.careersct a,
.careersct a:visited {
  color: #fff;
}

.contact-ul,
.contact-ul2 {
  list-style: none;
  display: inline-block;
  margin: 0px 0 0 0;
  padding: 0;
  width: 100%;
}
.contact-ul li {
  display: inline-block;
  width: 15%;
  opacity: 1;
  transform-origin: 50% 0;
  transform: scale(1.02);
  -webkit-transform: scale(1.05);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.contact-ul2 li {
  display: inline-block;
  width: 48%;
  opacity: 1;
}
.contact-ul li:hover {
  opacity: 0.8;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
}

/********************* END POPUP ******************/
/* Popup CSS Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  overflow-y: scroll;
}
.popup-inner ul {
  margin-left: 20px;
}
/* Inner */
.popup-inner {
  max-width: 1100px;
  width: 94%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 1%);
  transform: translate(-50%, 1%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  z-index: 99999999;
  color: #000;
  font-size: 1em;
}

/* Close Button */
.popup-close {
  width: 40px;
  height: 40px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 7%;
  right: 12%;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: rgba(0, 0, 0, 0);
  font-family: Arial, Sans-Serif;
  font-size: 32px;
  text-align: center;
  line-height: 100%;
  color: #032191 !important;
  text-decoration: none;
  z-index: 9999999999999999;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}

/** Popup Content **/

/********************* END POPUP ******************/

/*** Social Media feeds ***/
.h-com-dowanloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

.h-com-dowanloads ul.h-com-ul1 li {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4%;
  margin-left: 0px;
  z-index: 999;
}

.h-com-dowanloads ul.h-com-ul1 li:hover > img {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  z-index: 9999999;
  padding: 10px;
  background-color: #fff;
  position: relative;
  max-width: 250px;
}

.h-com-dowanloads ul li a {
  text-decoration: none;
  line-height: 18px;
  font-size: 0.9em;
  font-weight: 600;
}

.h-com-dowanloads ul.h-com-ul1 li > img {
  vertical-align: top;
  display: inline-block;
  width: 41%;
  max-width: 100px;
  border: 1px solid #dedede;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  z-index: 9999;
}

.h-com-dowanloads ul.h-com-ul1 li > span {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  font-size: 0.9em;
  font-weight: 600;
}

.h-com-dowanloads ul.h-com-ul1 li > span > span.pricebooks {
  color: #219fda;
  font-weight: 600;
  font-size: 1.6em;
}

/****** Side bar ********/

.primary-content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
aside.widget-area_courses {
  width: 21%;
  margin-right: 4.5%;
  display: inline-block;
  min-width: 230px;
  vertical-align: top;
  margin-bottom: 40px;
}
aside.widget-area_courses ul {
  list-style: none;
}
aside.widget-area_courses ul li ul.children {
  display: none !important;
}
aside.widget-area_courses ul li.page_item {
  padding: 8px 10px 8px 0;
  border-bottom: 2px solid #a5a5a5;
}
aside.widget-area_courses ul li.page_item:hover {
  border-bottom: 2px solid #032191;
}
aside.widget-area_courses ul li.page_item:hover a {
  color: #1e3f7c !important;
}
aside.widget-area_courses ul li.current_page_parent {
  border-bottom: 2px solid #032191;
}
aside.widget-area_courses ul li.current_page_parent a {
  color: #1e3f7c !important;
  font-weight: 700 !important;
}
aside.widget-area_courses ul li.current_page_item {
  border-bottom: 2px solid #032191;
}
aside.widget-area_courses ul li.current_page_item a {
  color: #032191 !important;
  font-weight: 700 !important;
}
aside.widget-area_courses ul li a {
  color: #000;
}

/********* Side bar ********/

div.booked-weather-custom-160-main p.par {
  line-height: 27px !important;
  font-size: 14px !important;
  margin: 5px 9px 5px 9px;
  font-family: arial !important;
}

div.booked-weather-custom-160-main p.par span {
  line-height: 27px !important;
  font-size: 14px !important;
  font-family: arial !important;
}
div.booked-weather-custom-160-main p.par span.subpar:first-child {
  margin: 0 23px 0 0;
}

div.booked-weather-custom-160-main p.par span.subpar:child-nth(2) {
  margin: 0 2px 0 0;
}
div.booked-weather-custom-160-main p.par strong {
  font-family: arial !important;
  font-weight: 600;
}

/* Scroll To Top*/
.back-to-top {
  position: fixed;
  bottom: 3em;
  right: 10px;
  display: none;
  border-radius: 50%;
  color: #1e3f7c;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9em;
  padding: 1.3em 0 4.5em 1.3em;
  height: 2.5em;
  width: 4.5em;
  z-index: 98;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.back-to-top svg path {
  /*fill:#05539C;*/
}

.back-to-top:hover {
  opacity: 0.8;
  margin-bottom: 4px;
  transition: all 0.25s ease-in;
  color: #0095d2;
}

/* End  Scroll To Top*/

.precontent-ct {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
.precontent-ct div.maintitle {
  width: 99.4%;
  background-color: #2096d4;
  color: #fff;
  font-size: 1.4em;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 600;
}
.reqqoute {
  margin-top: 30px;
}

.prodlev {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}
.subprod-col1 {
  vertical-align: top;
  display: inline-block;
  width: 67%;
}
.subprod-col2 {
  vertical-align: top;
  display: inline-block;
  width: 30%;
  margin-left: 2%;
  max-width: 363px;
}
.descprod {
  font-size: 1.05em;
}

.prod-details h3 {
  margin: 0px 0 10px 0;
}

.cta-btn {
  border: none;
  color: #fff;
  border-radius: 6px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 500 !important;
  border-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
}
.cta-btn-benefist:hover {
  opacity: 0.8;
  color: #fff;
}
.cta-btn-benefist {
  background-color: #032191;
  border: none;
  color: #fff;
  font-size: 1.1em;
  float: right;
  /* padding: 12px; */
  padding: 7px 29px;
  margin-top: 2px;
  margin-bottom: 15px;
  margin-right: 4px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-weight: 500 !important;
  /* border-radius: 50px; */
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius: 50px 50px 50px 50px;
  /* -webkit-border-top-left-radius: 50px; */
  /* -webkit-border-top-right-radius: 50px; */
  /* -webkit-border-bottom-left-radius: 50px; */
  /* -webkit-border-bottom-right-radius: 50px; */
}
.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn a,
.ctn-btn a:visited {
  color: #fff;
  font-size: 0.9em;
}
.cta-twitter {
  background-color: #0391e3;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  margin: 30px 0 20px 0;
  width: 178px;
}
.cta-facebook {
  background-color: #0054a6;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  margin: 30px 0 20px 0;
  width: 178px;
}

.cta-insta {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  margin: 30px 0 20px 0;
  width: 178px;
}
.cta-linkin {
  background-color: #00629b;
  font-family: inherit;
  font-weight: bold;
  text-align: center;
  padding: 3px 10px;
  margin: 30px 0 20px 0;
  width: 178px;
}
.sm-feeds h3 {
  text-align: left;
  color: #fff;
  padding: 10px;
}
.facebook-feeds h3 {
  background-color: #3b5998;
}
.twitter-feeds h3 {
  background-color: #00aced;
}

.facebook-feeds,
.linkedin-feeds,
.insta-feeds {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  min-height: 590px;
}
.twitter-feeds {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
}
.facebook-feeds2,
.twitter-feeds2,
.linkedin-feeds2,
.insta-feeds2 {
  background-color: #fff;
  padding: 0px 20px 20px 20px;
}
.sm-feeds h3 img {
  max-width: 27px;
  margin-bottom: -3px;
}
.sm-feeds .col-md-4 {
  padding: 15px 10px;
}
.twitter-feeds p,
.facebook-feeds p,
.linkedin-feeds p,
.insta-feeds p {
  padding: 15px 10px;
  margin: 0;
}

.twitter-feed,
.fb-feed,
.linkedin-feed,
.insta-feed {
  width: 94%;
  display: inline-block;
  border-bottom: 0px solid #dbdbdb;
  margin: 10px 0 0px 0;
  padding: 15px 0;
}

.twitter-feed > div,
.fb-feed > div,
.linkedin-feed > div,
.insta-feed > div {
  display: inline-block;
}
.twitter-photo,
.fb-photo {
  width: 20%;
  margin-right: 1%;
  vertical-align: top;
}
.twitter-photo img,
.fb-photo img {
  border-radius: 50%;
}
.twitter-date,
.fb-date {
  width: 100%;
  font-size: 0.9em;
  margin: 0px 0 30px 0;
}
.twitter-date a,
.fb-date a {
  font-size: 1.1em !important;
  font-style: normal;
}
.twitter-text,
.fb-text {
  width: 100%;
  padding: 0px 0 10px 0;
  font-size: 1em;
}
.twitter-text img,
.fb-text img {
  border: 0px solid #dbdbdb;
  max-height: 230px;
  width: 100%;
}
.twitter-text p,
.fb-text p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.twitter-date a,
.twitter-text a {
  color: #0391e5;
}
.fb-date a,
.fb-text a {
  color: #1e3f7c;
}
.twitter-date a:hover,
.twitter-text a:hover,
.fb-date a:hover,
.fb-text a:hover {
  color: #000;
}

.fb-text {
  font-size: 0.95rem;
}

/**************************** Social Media feeds ****************************/
.rss-container {
  width: 98%;
  margin: 0 auto;
  vertical-align: top;
}
.rss-col-title {
  padding: 2% 0 1% 5%;
  width: 99%;
}
.rss-col {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 0 5%;
  color: #fff;
  font-family: inherit;
}

.rss-col > a,
.rss-col > a:visited {
  color: #fff;
  cursor: pointer;
}
.rss-col > a:hover {
  opacity: 0.8;
}

/******  End  Content Style  *******/
/* FOOTER */
.footer {
  color: #fff;
  background-color: #1e3f7c;
  font-size: 0.85em;
  padding: 19px 0 19px 0;
  /* margin-top: 25px; */
  text-align: center;
  /* font-weight: bold; */
  border-top: 2px solid #dedede;
}

.footercol1,
.footercol2,
.footercol3 {
  width: 33.1%;
  display: inline-block;
  font-size: 1.05em;
}
.footlinks a,
.footlinks a:visited {
  color: #fff;
}
.footlinks a:hover {
  opacity: 0.8;
}

.footercol1 {
  text-align: left;
}
.footercol2 {
  text-align: center;
}
.footercol3 {
  text-align: right;
}
.footer ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.footer ul li {
  line-height: 1.5rem;
  vertical-align: top;
  font-size: 1em;
  display: inline-block;
}

.footer ul li a:link,
.footer ul li a:visited {
  text-decoration: none;
  color: #fff;
}
.margin120 {
  margin-top: 120px;
}

.margin180 {
  margin-top: 180px;
}
.margin190 {
  margin-top: 190px;
}
.margin-cont {
  margin-top: 160px;
}

@media screen and (max-width: 425px) {
  .cat-row1,
  .cat-row2 {
    width: 99.8%;
  }
  .customer-ct {
    width: 90%;
    margin: 0px auto 0 auto;
    padding-left: 25px;
  }
  .contact-col1 {
    margin-bottom: 15px;
  }
  .subprod-col1,
  ul.prod-feat-ul li {
    width: 100%;
  }
  .subprod-col2 {
    width: 90%;
    margin-bottom: 30px;
  }
  div.active-ct {
    padding: 5px 5px;
  }
  .product-lists li.product-header {
    display: none;
  }
  span[class^="prod-specs-"] {
    width: 45px;
  }
  .product-preform1,
  .product-preform2,
  .product-preform3,
  .product-preform4 {
    width: auto;
    padding-right: 4px;
  }
  .product-preform1:after,
  .product-preform2:after,
  .product-preform3:after,
  .product-preform4:after {
    content: "|";
    padding-left: 4px;
    color: red;
  }

  .product-preform5,
  .product-section4,
  .product-sec7 {
    width: auto;
    padding-right: 4px;
  }

  .product-section1,
  .product-section2,
  .product-section3 {
    width: auto;
    padding-right: 4px;
  }
  .product-section1:after,
  .product-section2:after,
  .product-section3:after {
    content: "|";
    padding-left: 4px;
    color: red;
  }

  .product-sec1,
  .product-sec2,
  .product-sec3,
  .product-sec4,
  .product-sec5,
  .product-sec6 {
    width: auto;
    padding-right: 4px;
  }
  .product-sec1:after,
  .product-sec2:after,
  .product-sec3:after,
  .product-sec4:after,
  .product-sec5:after,
  .product-sec6:after {
    content: "|";
    padding-left: 4px;
    color: red;
  }
  .productssections .product-list li.borderli {
    width: 99.9% !important;
  }
  .product-list li.borderli {
    width: 93% !important;
    margin-bottom: 10px;
  }
  .product-list .content {
    left: 10%;
  }
  .prodformbg {
    padding: 15px 0px 15px 25px;
  }
  .contactform-field {
    width: 99%;
  }
  .contactform-field2 {
    width: 92%;
  }
  .contactform-field > div span input,
  .contactform-field > div span select,
  .contactform-field2 > div span input,
  .contactform-field2 > div span select {
    margin-top: 8px;
  }
  .wp1s-main-wrapper .wp1s-pagination .bx-pager.bx-default-pager {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: -12%;
    width: 115px;
    left: 0.7%;
    margin-left: 7px;
    display: none !important;
  }
  .wp1s-caption-wrapper.wp1s-caption-type-3 .wp1s-caption-content {
    margin-top: 27%;
  }
  .wp1s-caption-wrapper.wp1s-caption-topleft,
  .wp1s-caption-wrapper.wp1s-caption-middleleft,
  .wp1s-caption-wrapper.wp1s-caption-bottomleft {
    left: 1.7%;
    margin-left: 10px;
    margin-right: 36px;
    width: 55%;
    max-width: 550px;
  }
  .wp1s-caption-wrapper.wp1s-caption-type-2 .wps1-readmore-button,
  .wp1s-caption-wrapper.wp1s-caption-type-3 .wps1-readmore-button {
    color: #1e3f7c;
    font-weight: 600;
    font-size: 1.05em;
  }
  .facts-ct ul li {
    display: inline-block;
    width: 34.5%;
  }

  #navbar-burger {
    display: block;
    margin-top: 18px;
  }
  .facts-text {
    text-align: left;
  }
  .aboutspacebg {
    min-height: 100px;
  }
  .back-to-top {
    padding: 1.3em 0 7em 1.3em;
  }
  .download-pos {
    margin-top: -7px !important;
    text-align: left;
  }
  .productssections ul li {
    width: 100%;
  }
  .pridetext-big {
    font-size: 1.7em;
  }
  .pridetext-med {
    font-size: 1.7em;
  }
  .col1-pridetext {
    width: 99%;
  }
  .contact-col4 {
    width: 98%;
  }
  .contact-col5 {
    width: 98%;
  }
  .article-container article.category-news-and-media {
    padding: 15px 10px 0 10px;
  }
  .article-container
    article.category-news-and-media
    ul.hm-allposts-ul
    li:first-child {
    width: 98%;
    margin-bottom: 25px;
  }
  .article-container article.category-news-and-media ul.hm-allposts-ul li + li {
    width: 98%;
  }
  .article-container
    article.category-news-and-media
    ul.hm-allposts-ul
    li
    + li
    > div.video-ct {
    width: 100%;
  }
  .article-container
    article.category-news-and-media
    ul.hm-allposts-ul
    li
    + li
    > div.titlepost {
    width: 100%;
    margin-top: 10px;
  }
  .article-container
    article.category-news-and-media
    ul.hm-allposts-ul
    li
    > div.pretextpost {
    display: none;
  }
  .contact-col1,
  .contact-col2 {
    width: 99%;
  }
  .workshours {
    margin-top: 1px;
  }
  .botttomslogonbg {
    min-height: 750px;
  }
  .clear {
    width: 5%;
    height: 30px;
    display: inline-block;
  }
  .in-text-white {
    font-size: 1.1em;
  }
  iframe {
    min-width: 400px;
  }
  .footercol1,
  .footercol2,
  .footercol3 {
    text-align: center;
    width: 99%;
    padding-bottom: 7px;
  }
  .hidemobile {
    display: none;
  }
  .primary-content {
    width: 100%;
  }
  aside.widget-area_courses {
    display: none;
  }
  .precontent-ct div.maintitle {
    width: 100%;
  }
  .precontent-ct div.col_1,
  .precontent-ct div.col_2,
  .precontent-ct div.col_3 {
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  div.entry-content ul {
    margin-left: 1px;
  }
  ul.tabs li:first-child {
    border-right: 0px solid #000;
    border-bottom: 1px dashed #000;
    padding-bottom: 4px;
  }
  ul.tabs li + li {
    border-right: 0px solid #000;
    border-bottom: 1px dashed #000;
  }
  ul.tabs li {
    width: 95%;
    margin: 2px 0;
    padding: 8px;
  }
  .margin120,
  .margin180,
  .margin190 {
    margin-top: 99px;
  }
  .popup-inner h2 {
    font-size: 1.5em;
  }
  .precontent-ct div.col1,
  .precontent-ct div.col2 {
    width: 48.5%;
    min-height: 80px;
  }
  .cta-btn-benefist {
    font-size: 1em;
  }

  .h-com-dowanloads {
    padding-top: 25px;
  }
  .footer-icon-phone-blue {
    background: url(/wp-content/themes/prepak_theme/images/Phone-Icon-blue.png)
      0% 0 no-repeat;
  }
  .h-com-dowanloads ul.h-com-ul1 li {
    width: 70%;
    margin-left: 14px;
  }
  .h-com-dowanloads ul.h-com-ul1 li:hover > img {
    max-width: 200px;
    margin-left: 30%;
  }
  .galleryimages > ul > li {
    width: 90%;
  }
  .media-container .posit-News {
    width: 94%;
  }
  .media-container .posit-Videos {
    width: 95%;
    margin-top: 20px;
  }
  .media-container .contain-media > ul.ul-Videos li {
    width: 95%;
    margin-bottom: 20px;
  }
  .tagvideo-title {
    margin-top: 5px;
  }
  h1.media-ct {
    font-size: 2.1em;
  }
  .albumgallery > h2 {
    font-size: 1.4em;
  }
}
/* Start media 767px */
@media screen and (max-width: 769px) {
  #navbar-burger {
    display: block;
    margin-top: 14px;
  }
  .facts-text {
    text-align: center;
  }

  section {
    padding-bottom: 0px;
  }
  .frameheader .logo {
    float: left;
  }
  .menu {
    display: none;
  }

  .search-field {
    width: 81%;
  }
} /* End media 767px */

/* Start media 900px */
@media screen and (max-width: 900px) {
  #hamb-menu-container,
  #navbar-container {
    display: block !important;
  }
  #navbar-burger {
    display: block;
    margin-top: 14px;
  }
  .facts-text {
    text-align: center;
  }

  .menu {
    display: none;
  }
  .frameheader .logo {
    float: left;
  }
  .search-field {
    width: 81%;
  }
  section {
    padding-bottom: 0px;
  }
  .frame {
    width: 96%;
  }
  .frameheader {
    width: 96%;
  }
  .topheader-text h1 {
    font-size: 1.5em;
  }
  .topheader {
    padding-top: 90px;
  }
  .topheader .btn svg {
    top: 65%;
    right: 7rem !important;
  }
  .menu-icons ul.sect1 li {
    min-width: 90px;
  }
  .footer {
    width: 100%;
    margin-top: 0 !important;
  }
} /* End media 900px */

/****************************  End Custom CSS  *********************************/
