/*
Theme Name: Orca
Theme URI: http://orcaenergy.eu
Author: ESKALA
Author URI: http://eskala.eu
Version: 1.1
License: Proprietary
Text Domain: orca
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 *   1.1 - Clearings
 * 2.0 - Genericons
 * 3.0 - Common
 *   3.1 - Placeholders
 *   3.2 - Alignments
 * 4.0 - Forms
 * 5.0 - Navigations
 *   5.1 - Links
 *   5.2 - Menus
 *      5.2.1 - Top menu
 *      5.2.2 - Categories menu  
 * 6.0 - Accessibility
 * 7.0 - Header
 * 8.0 - Content
 *    8.1 - Posts and pages
 *    8.2 - Highlights
 *    8.3 - Slides
 *    8.4 - Newsletter
 *    8.5 - Products carousel
 *    8.6 - Testimonials
 *    8.7 - Secure purchase 
 *    8.8 - Offers
 * 9.0 - Footer
 * 10.0 - Media
 * 11.0 - Media Queries
 * 12.0 - Print
 * 13.0 - Category page
 * 14.0 - Product page
 * 15.0 - Top menu Page 
 * 16.0 - Moja Orca  
 * 17.0 - Competition  
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

a img {
  border: 0;
}

.current-menu-item a{
  color:#005469; 
}


/**
 * 1.1 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after {
  content: "";
  display: table;
}

.clear:after,
.site:after {
  clear: both;
}

.register-form-holder .clear:after {
  clear: right;
}

.register-form-holder .clear-both:after {
  clear: both;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
 * 3.0 Common
 */

body, button, input, select, textarea {
  color: #414042;
  font-family: "Roboto Condensed", serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

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

p {
  margin-bottom: 0.6em;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite, blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.6;
}

blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 0.6em;
}

ul, ol {
  margin: 0 0 1em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table, th, td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

.container {
  width: 965px;
  margin: 0 auto;
  position: relative;
}

.hidden {
  display: none;
}

.nobgimg {
  background-image: none !important;
}

/**
 * 3.1 Placeholders
 */

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Roboto Condensed", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Roboto Condensed", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Roboto Condensed", sans-serif;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Roboto Condensed", sans-serif;
}


/**
 * 3.2 Alignments
 */

.alignleft {
  display: inline;
  float: left;
  /* margin-right: 30px; */
}

.alignright {
  display: inline;
  float: right;
}

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


/**
 * 4.0 Forms
 */

button, input, select, textarea {
  background-color: #fff;
  border-radius: 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.9;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

input, textarea, select {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}


/**
 * 5.0 Navigations
 */

/**
 * 5.1 Links
 */

a {
  color: #009ec2;
  text-decoration: none;
}

a:hover, a:focus {
  color: #005469;
}


/**
 * 5.2 Menus
 */

/**
 * 5.2.1 Top menu
 */

.top-menu {
  float: right;
  margin-top: 12px;
}

.bottom-menu {
  margin-bottom: 15px;
}

.top-menu ul {
  margin: 0; 
  padding: 0;
  float: left;
}

.top-menu > div > ul > li, .bottom-menu ul li {
  display: inline;
}

.top-menu > div > ul > li > a, .bottom-menu ul li a {
  float: left; 
  text-decoration: none;
  padding: 0px 15px 0 12px;
  font-size: 13px;
  text-transform: uppercase;
}
 
.top-menu ul li a:hover {
  color: #005469;
}

.bottom-menu ul li a {
  color: #fff;
}

.bottom-menu ul li a:hover {
  color: #009ec2;
}

#dyn_bottom_menu {
  margin: 0;
  display: inline-block;
}

#dyn_bottom_menu {
  margin: 0;
  text-align: center;
}

#dyn_bottom_menu li {
  display: inline-block;
}

/**
 * 5.2.2 Categories menu
 */
 
.categories-menu {
  float: left;
  margin: 13px 0 0 0;
}

.categories-menu ul {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.categories-menu ul.four {
  margin-top: 10px;
}

.categories-menu li,
#menu-top-menu .sub-menu li {
  background: url(../orca/img/li-design.png);
  list-style: none;
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 12px;
  margin: 0 0 0 25px;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}

.categories-menu ul:not(.four) li:nth-child(n + 4),
.categories-menu ul.four li:nth-child(n + 3),
#menu-top-menu .sub-menu li {
  margin-left: 0;
}

.categories-menu li a,
#menu-top-menu .sub-menu li a {
  font-size: 94%;
}

.top-bar2-holder .categories-menu .nav-menu > li > .sub-menu,
#menu-top-menu > li > .sub-menu {
  min-width: 275px; 
  background-color: #009ec2; 
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
  padding: 10px 15px;
  position: absolute; 
  left: 0; 
  top: 0; 
  display: none;
  z-index: 999; 
}

.categories-menu .sub-menu {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.categories-menu .sub-menu > li > a,
#menu-top-menu .sub-menu > li > a {
  font-size: 17px;
  color: #fff;
}

.categories-menu .sub-menu > li > .sub-menu a,
#menu-top-menu .sub-menu a {
  font-weight: normal;
  color: #fff;
}


/**
 * 6.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Roboto Condensed", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}


/**
 * 7.0 Header
 */

.top-bar-holder {
  background-color: #e6e7e8;
  height: 44px;
}

.top-bar2-holder {
  background-color: #fff; 
  height: 97px;
  border-bottom: 1px solid #397682;
}

.orca-logo {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.orca-logo a {
  display: block;
}

.contact-number {
  float: right;
  margin: 9px 0 0 10px;
}

.site-tagline {
  font-weight: 700;
  line-height: 1.1;
  color: #005469;
  margin-left: 160px;
  width: 130px;
  padding-top: 25px;
  float: left;
}

.aaa-certificate {
  height: 159px;
  width: 159px;
  position: absolute;
  top: -1px;
  left: -159px;
  overflow: hidden;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

/**
 * 8.0 Content
 */
 
body.custom-background {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-size: 100% 100%;
}
 
.site {
  background-color: transparent;
}

.site-footer {
  padding: 0 0 180px 0;
  background-color: #005469;
  height: 113px;
}

/**
 * 8.1 Posts and pages
 */
 
.content {
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;  
}

.content h2 {
  color: #005469;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}

.content p strong {
  color: #005469;
}

.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
}

.dont-miss-holder {
  background-color: #fff;
}

.dont-miss-elements {
  margin-top: 8px;
  padding-bottom: 20px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  overflow: hidden;
}

.main-holder .dont-miss-elements {
  margin-top: 25px;
  padding-bottom: 0;
}

.right-column .main-holder .dont-miss-elements {
  margin-top: 0;
  border-bottom: 3px solid #009ec2;
}

.dont-miss-element {
  width: 302px;
  display: inline-block;
  border-right: 1px dotted #bcbec0;
  padding-right: 25px;
  margin-right: 24px;
  margin-bottom: 35px;
  vertical-align: top;
  position: relative;
}

.dont-miss-element:nth-child(3n) {
  margin-right: 0;
  border-right: 0 none;
}

.right-column .dont-miss-element:nth-child(3n) {
  margin-right: 24px;
  border-right: 1px dotted #bcbec0;
}

.right-column .dont-miss-element:nth-child(2n) {
  margin-right: 0;
}

.main-holder .dont-miss-element {
  padding-top: 10px;
}

.right-column .main-holder .dont-miss-element {
  padding-top: 0;
}

.main-holder .dont-miss-element:before {
  content: "";
  background-color: #009ec2;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 25px;
  height: 5px;
  line-height: 1px;
}

.right-column .main-holder .dont-miss-element:before {
  display: none;
}

.dont-miss-title {
  color: #009ec2;
  font-weight: bold;
  margin-top: 12px;
  line-height: 24px;
  font-size: 21px;
}

.dont-miss-title.no-image {
  display: block;
  margin-top: 50px;
}

.dont-miss-title.no-image.disc-lvl2 {
  margin-top: 86px;
}

.dont-miss-name {
  font-size: 19px;
  font-weight: bold;
  padding-top: 9px;
  color: #005469;
  text-transform: uppercase;
}

.main-holder .dont-miss-element img {
	max-height: 256px;
	max-width: 277px;
  width: auto;
}

.dont-miss-element .discount {
  position: absolute; 
  top: 20px;
  right: 25px; 
  background-color: #db4900; 
  color: #fff; 
  padding: 5px 10px; 
  font-weight: 500;
}

.right-column .dont-miss-element .discount {
  top: 0;
}

.dont-miss-element .discount.lvl2 {
  top: 57px;
}

.right-column .dont-miss-element .discount.lvl2 {
  top: 37px;
}

#content_page .left-menu-holder {
  font-size: 19px;
  font-weight: 100;
  line-height: initial;
  padding-right: 10px;
}

#content_page .left-title2 {
  background-color: #005469;
  padding: 10px 20px 10px 20px;
  margin: 18px 10px 0px 0px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
}

#content_page .left-content2 {
  margin: 13px 10px 10px 0;
}

#content_page .left-content2 .left-banner {
  margin-top: 14px;
}

/**
 * 8.2 Highlights
 */

div.highlight {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  margin: 17px 45px 27px 0;
  width: 287px;
  display: inline-block;
  vertical-align: top;
  min-height: 68px;
}

div.highlight a, div.highlight a:visited {
  color: #fff;
}

div.highlight:last-child {
  margin-right: 0;
}

div.highlight img {
  max-height: 78px;
  max-width: 78px;
}

.highlight-content {  
  padding-left: 100px;
  font-size: 19px;
  font-weight: 300;
}

.highlight-title {
  font-weight: bold;
  margin-bottom: 2px;
}

div.highlight > img, div.highlight > a {
  float: left;
}

/* Highlights 3 */

.highlights3 {
  background-color: rgba(255, 255, 255, .7);
}

.highlights3  div.highlight{
  color: #005469;
  vertical-align: top;
}

.highlights3  div.highlight a, .highlights3  div.highlight a:visited {
  color: #005469;
}

.highlights4 {
  background-color: #fff;
}

/**
 * 8.3 Slides
 */
 
#slider {
  height: 610px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.slide-info {
  background-color: #005469;
  width: 342px;
  height: 610px;
  color: #fff;
  padding-left: 23px;
  padding-right: 40px;
  padding-top: 32px;
  float: left;
}

.slide-title1 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 25px;
  border-bottom: 1px dotted #bcbec0;
  padding-bottom: 25px;
}

.slide-title2 {
  font-size: 35px;
  font-family: "Noto Serif";
  line-height: 42px;
  margin-top: 5px;
  padding-top: 6px; 
}

.slide-content {
  font-size: 19px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 23px;
  margin-top: 40px;
}

.slide-product {
  float: right;
  width: 300px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}

.options-slide-prod {
  width: 167px;
  position: absolute;
  left: -50px;
  top: 79px;
}

.prod-feature {
  width: 167px;
  height: 100px;
  background: url('../orca/img/slide-prod-option.png') no-repeat;
  padding: 0 40px 0 18px;
  margin-top: 13px;
  margin-left: -50px;
  overflow: hidden;
  display: table;
}

.prod-feature > div {
  width: 124px;
  vertical-align: middle;
  display: table-cell;
}

.prod-feature > div > div {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.main-slide-bar {
  background-image: url('../orca/img/transpar-info.png');
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#left_arrow_slide, #left_arrow_slide_t {
  margin-left: 126px;
  margin-top: 47px;
  float: left;
  cursor: pointer;
}

#right_arrow_slide , #right_arrow_slide_t {
  margin-left: 56px;
  margin-top: 47px;
  float: left;
  cursor: pointer;
}

.slider-img {
  float: left;
  background-position: center center;
  background-size: cover;
}

.slider-content {
  position: relative;
}

.slide-read-more {
  background-image: url('../orca/img/slide_read_more.jpg');
  float: right;
  padding: 7px 35px 0px 35px;
  margin: 24px 24px 0 0;
  height: 72px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
} 

/**
 * 8.4 Newsletter
 */

.newsletter-holder {
  height: 87px;
  border: 1px solid #c2def4;
  margin: 22px auto;
}

.newsletter-label {
  margin: 27px 13px 0 23px;
  float: left;
  font-size: 19px;
  font-size: 1.9rem;
  max-width: 185px;
  line-height: 1em;
}

#newsletter {
  width: 389px;
  height: 50px;
  margin-top: 17px;
  float: left;
  padding-left: 10px;
}
  
.newsletter-icons {
  height: 50px;
  width: 51px;
  float: left;
  margin-top: 17px;
  margin-left: 5px;
}

.newsletter-icons-holder {
  float: right;
  margin-right: 19px;
}

/* Bottom newsletter */

.bottom-newsletter {
  background-image: url('../orca/img/waves.jpg');
  background-repeat: no-repeat;
  height: 275px;
  width: 100%;
  background-size: cover;
}

.bottom-newsletter-content {
  padding-top: 162px;
}

#newsletter2  {
  max-width: 600px;
  width: 100%;
  height: 49px;
  margin-top: 17px;
  float: left;
  padding-left: 10px;
}

/**
 * 8.5 Products carousel
 */

.top-products-holder {
  background-color: #fff;
  height: 290px;
  position: relative;
  overflow: hidden;
}

.home-products-slider {
  height: 240px;
}

.top-prods-mask {
  overflow: hidden;
}

.left-prodslide-arrow {
  cursor: pointer;
  left: 5px;
  position: absolute;
  top: 105px;
  z-index: 10;
}

.right-prodslide-arrow {
  cursor: pointer;
  right: 5px;
  position: absolute;
  top: 105px;
  z-index: 10;
}

ul.bxslider {
  margin: 0;
}

#top_prod_contents {
  position: relative;
}

.catslides {
  position: relative;
  height: 244px;
  overflow: hidden;
}

.top-prod-element {
  border-right: 1px dotted #bcbec0; 
  float: left;
  height: 260px;
  margin-top: 13px;
  width: 322px;
}

.top-prod-img {
  float: left;
  margin: 13px 0 0 7px;
  max-width: 145px !important;
  max-height: 235px;
}

.slider-element-info {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  padding: 15px 15px 0 165px;
}

.top-prod-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 3px;
}


/**
 * 8.6 Testimonials
 */

.testimonials-holder {
  background-color: #ffffed;
  margin-top: 10px;
}

.testimonial-video-holder {
  background-color: #fff;
}

.testimonial-video-holder .container { 
  border-bottom: 1px dotted #bcbec0;
  padding-bottom: 24px;
}

.video-frame {
  margin-top: 10px;
}

.testimonial {
  min-height: 315px;
  position: relative;
  line-height: 25px;
}

.testimonial-img-holder img, .testimonial-content iframe { 
  position: absolute;
  left: 0;
  top: 35px;
}

.testimonial-data {
  float: right;
  width: 500px;
}

.testimonial-info {
  float: left;
  width: 420px;
  margin-top: 20px;
  padding: 10px 20px;
}

.video-holder {
  margin-top: 10px;
}

.testimonial-title {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.testimonial-content {
  font-size: 18px;
}

.testimonial-content p {
  margin: 1em 0 0;
}

.testimonial-content strong {
  display: block;
  margin-top: 10px;
}

.video-holder {
  max-height: 214px;
}

.left-quote-img {
  float:left;
  margin-top: 65px;
}

.right-quote-img {
  float:right;
  margin-top: 112px;
}

.play-btn {
  background-image: url('../orca/img/slide_read_more.jpg');
  float: right;
  height: 84px;
  background-size: 84px 84px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  padding: 12px 25px 0px 25px;
  cursor: pointer;
  margin-top: -40px;
  font-weight: bold;
}

.play-btn.close {
  height: 72px;
  padding-top: 10px;
}

.play-btn-img {
  margin-top: -1px;
  margin-right: 12px;
}

.play-btn-title, .play-btn-title-close {
  float: right;
  margin-top: 1px;
  text-transform: uppercase;
}

.play-btn-title-close, .play-btn.close  .play-btn-title, .play-btn.close .play-btn-img {
  display: none;
}

.play-btn.close  .play-btn-title-close {
  display: block;
}

.prodvideo-btn .play-btn-title {
  margin-top: 17px;
}


/**
 * 8.7 Secure purchase
 */

.secure-purchase-holder {
  background-color: #fff;
}

#secure_purchase {
  border-top: 2px solid #005469;
  color: #005469;
}

#secure_purchase .highlight-content , #secure_purchase .highlight-title, .highlights5 .highlight-content , .highlights5 .highlight-title {
  color: #005469;
}

.secure-purchase-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
}


/**
 * 8.9 Offers
 */

.page-title-center {
  text-align: center;
  color: #fff;
}

.page-title-center h1 {
	font-size: 35px;
	margin: 20px 10px 10px;
	font-family: "Noto Serif";
	line-height: 42px;
}

.page-title-center h2 {
	font-size: 26px;
	line-height: 31px;
	font-weight: 300;
  margin: 10px 10px 20px;
}

.page-title-center h2 p {
  margin: 0;
}


/**
 * 9.0 Footer
 */

 /* Footer contact */

.footer-contact-holder {
  background-color: #0093be;
}

.footer-contact-content {
  border-top: 1px solid #fff;
  height: 112px;
}

.footer-contact-info {
  width: 583px;
  margin: 25px auto;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}

.footer-contact-img {
  float: left;
  padding-right: 10px;
  max-width: 286px;
}
 
.site-info {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  padding-top: 25px;
  text-align: center;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
}

.site-info a:hover,
.site-info a:focus {
  color: #999;
}

#btm_floating_banner {
  position: fixed; 
  left: 0; 
  bottom: 0; 
  width: 100%; 
  z-index: 101; 
  background-color: rgba(0, 147, 189, 0.85); 
  color: #fff; 
  line-height: 20px; 
  box-shadow: 0 0 3px 0 rgba(0, 84, 105, 0.8); 
  padding: 7px 0;
}

#btm_floating_banner > div {
  float: left; 
  padding: 11px 10px 10px; 
  text-align: right; 
  width: 50%;
}

#btm_floating_banner > div span { 
  font-weight: bold; 
  font-size: 19px;
}

#btm_floating_banner > div span:first-child {
  text-transform: uppercase;
}

#btm_floating_banner > a, #btm_floating_banner > a:visited, #btm_floating_banner > a:active {
  margin: 10px; 
  background-color: #db4900;
  border: 1px solid #fff;
  float: left; 
  text-transform: uppercase; 
  font-size: 21px; 
  padding: 12px 17px; 
  font-weight: bold; 
  color: #fff;
}

#arrow-scroll {
  position: fixed;
  bottom: 0;
  right: 7px;
  bottom: 1px;
  cursor: pointer;
  z-index: 102;
}

#arrow-scroll .down {
  cursor: default;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode:both;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/**
 * 10.0 Media
 */

audio, canvas {
  display: inline-block;
}

embed, iframe, object, video {
  /* margin-bottom: 1.6em; */
  max-width: 100%;
  vertical-align: middle;
}

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
}


/**
 * 11.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


/**
 * 12.0 Print
 */

@media print {

}

/**
 * 13.0 Category page
 */

.product-category {
  min-height: 205px;
  margin-top: 24px;
}

.product-category-img {
  max-width: 280px;
  top: 5px;
  left: 0;
  position: absolute;
}

.product-category-info {
  float: right;
  color: #fff;
  width: 635px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 25px;
}

.single-post .product-category-info {
  margin-bottom: 10px;
}

.product-category-title {
  font-size: 35px;
  margin-bottom: 14px;
  font-family: "Noto Serif";
  line-height: 42px;
}

.product-category-title2 {
  font-size: 35px;
  margin-bottom: 14px;
  font-family: "Noto Serif";
  line-height: 35px;
  color: #fff;
}

.post-short-description {
  margin-top: 15px;
}

.prodcat-other-info {
  min-height: 250px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.procat-inf {
  width: 460px;
  margin-left: 330px;
  margin-bottom: 50px;
  min-height: 220px;
}

.prodcat-second-title {
  padding-top: 50px;
  color: #005469;
}

.prodcat-second-title h1 {
  font-family: "Noto Serif";
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 25px;
  padding-right: 25px;
  text-shadow: 0 0 0.3em #fff;
}

.prodcat-content-holder {
  background-color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.prodcat-content-holder h3, .right-content-holder h3 {
  font-family: "Noto Serif";
  font-size: 35px; 
  font-weight: 400;
  color: #005469;
  line-height: 40px;
  margin-bottom: 15px;
  clear: none;
}

.container .left-column {
  float: left; 
  width: 300px; 
  font-size: 26px; 
  line-height: 30px; 
  color: #005469;
}

/*.container .right-column {
  float: right; 
  width: 300px; 
  font-size: 26px; 
  line-height: 30px; 
  color: #005469;
}*/

.container .left-content2 {
  font-size: 26px; 
  line-height: 30px; 
  color: #005469;
}

.container .left-content-holder {
  max-width: 600px; 
  float: left;
  width:100%;
}
.container .right-content-aside {
  float:right;
  max-width:300px;
  width:100%;
}

.container .right-column {
  margin-left: 330px; 
  overflow: hidden;
}

.container .subcats h2 {
  border-top: 2px dotted #005469; 
  color: #005469; 
  font-size: 26px; 
  font-weight: 700; 
  line-height: 30px; 
  padding: 10px 0 15px;
}

.container .subcats h2:not(:first-child) {
  margin-top: 20px;
}

.container .subcats h3 {
  border-top: 1px dotted #009ec2; 
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
  color: #009ec2; 
  font-size: 26px; 
  line-height: 30px; 
  padding: 10px 30px 0 0;
  margin: 0 0 5px;
  cursor: pointer;
  background-image: url('../orca/img/down-arrow.png');
  background-position: right 20px;
  background-repeat: no-repeat;
  clear: both;
}

.container .subcats .subcat-desc {
  margin-bottom: 13px;
}

.container .subcats .subcat-content {
  display: none;
  margin-left: -60px;
}

.container .subcats .subcat-product {
  border-top: 1px dotted #bcbec0;
  height: 352px;
  position: relative;
  width: 50%;
  float: left;
  overflow-x: hidden;
  margin-bottom: 25px;
}

.container .subcats .subcat-prod-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 60px;
}

.container .subcat-content .prod-image {
  padding-bottom: 10px;
}

.container .subcat-content .prod-image a {
  display: block;
}

.container .subcat-content .prod-image img {
  max-height: 190px;
}

.container .subcat-prod-content .bottom-bar {
  background-color: #005469;
  color: #fff;
  font-family: "Roboto Condensed",serif;
  font-size: 21px;
  font-weight: 700;
  height: 33px;
  line-height: 34px;
  margin-top: 10px;
  overflow: hidden;
  padding-right: 10px;
  text-align: right;
}

.container .subcat-prod-content .prod-icon {
  height: 33px;
  width: 33px;
  border-right: 2px solid #fff;
  float: left;
}

.btn {
  background-image: url('../orca/img/slide_read_more.jpg');
  height: 72px;
  overflow: hidden;
}

.btn a {
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
}

.btn a:hover {
  color: #fff;
}

.btn-play a {
  background: url('../orca/img/play_icon.png') no-repeat;
  padding-left: 40px;
}

.floating {
  position: fixed;
  top:55px;
  right:0;
  z-index:99999;
}

@media screen and (max-width: 964px) {

}

.happy-to-help {
  font-weight: bold;
  font-size: 19px;
  text-shadow: 0 0 0.3em #fff;
}

.happy-to-help.dark-bg {
  color: #fff;
  text-shadow: 0 0 0.3em rgba(0, 0, 0, 0.5);
}

.catimg-bottom-box {
  border-bottom: 4px solid #fff;
}

.catimg-bottom-holder {
  height: 77px;
  overflow: hidden;
}

.catimg-bottom {
  background: url('../orca/img/green-cord.jpg') no-repeat;
  background-position: center center;
  background-size: 100% 77px; 
  width: 100%;
  min-height: 77px;
}

.catalog-holder {
  background-color: #eae7e4;
  background-image: url('../orca/img/green-cord.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 21px;
  line-height: 30px;
  padding-top: 2px;
  padding-bottom: 15px;
}

.catalogue-image {
  position: absolute;
  bottom: -19px;
}

.catimg-bottom .catalogue-image {
  display: none;
}

.catalog-info {
  float: left;
}

.catalog-title {
  color: #005469;
  line-height: 20px;
  padding-top: 21px;
  font-weight: 700;
}

.price-list {
  color: #009ec2;
  font-weight: 300;
}

.catalog-btn {
  background-color: #009ec2;
  min-height: 75px;
  float: right;
  margin-top: 30px;
  margin-bottom: 15px;
}

.catalog-btn a {
  padding: 20px 17px 15px 17px;
  color: #fff;
  display: block;
  height: 100%;
  line-height: 20px;
}

.catalog-btn a span:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.catalog-btn a span:last-child {
  font-size: 17px;
  font-weight: 300;
}

#content_page .product-category-title {
  margin-bottom: 0;
}

#content_page .right-content-holder {
  margin: 13px 0 0 330px;
  font-size: 19px;
  font-weight: 300;
}

/* Products series */

.prods-series-holder {
  height: 95px;
  line-height: 24px;
}

.type-series {
  font-size: 21px;
  color: #005469;
  font-weight: bold;
  padding-top: 24px;
}

.type-series-description {
  font-size: 19px;
  color: #414042;
}

.catcontact-holder {
  height: 344px;
  background-color: #fff;
  text-align: center;
}
 
.catcontact {
  height: 221px;
  background-color: #005469;
  text-align: center;
  color: #fff;
}

.catcontact-title {
  font-weight: bold;
  font-size: 19px;
  padding-top: 34px;
}

.catcontact-or-title {
  font-weight: bold;
  font-size: 19px;
  padding-top: 11px;
}

.catcontact-img {
  margin-top: 17px;
}

.send-inquairy-btn {
  width: 460px;
  margin: -34px auto 0px auto;
}

.happy-to-help2 {
  font-size: 19px;
  font-weight: bold;
  color: #005469;
  margin-top: 6px;
}

/* Product page */

.product-holder {
  position: relative;
  z-index: 1;
}

.product-title {
  font-family: "Noto Serif";
  font-size: 35px;
  line-height: 42px;
  color: #fff;
  padding: 25px 0 25px 330px;
}

.left-block {
  /*
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 10;
  */
  width: 315px;
  float: left;
  margin-top: -60px;
  margin-bottom: 30px;
}

.product-features {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 440px;
  padding-top: 10px;
  margin-left: 50px;
}

.left-extrainfo {
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 20px;
}

.left-extrainfo strong {
  display: block;
}

.product-short-desc {
  font-size: 26px;
  font-weight: 300;
  line-height: 31px;
  color: #005469;
  padding: 20px 0 20px 330px;
}

.product-highlights {
  border-bottom: 1px dotted #a7a9ac;
  border-top: 1px dotted #a7a9ac;
  margin-left: 330px;
}

.product-highlights  div.highlight {
  width: 46% !important;
  color: #005469 !important;
}

.product-highlights  div.highlight a, .product-highlights  div.highlight a:visited {
  color: #005469 !important;
}

.desk-prodinfo-holder {
  height: 272px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.desk-prodinfo {
  background-repeat: no-repeat;
  min-height: 272px;
  background-position: center center;
  background-size: cover;
}

.prodinfo-holder {
  background-color: #fff;
}

.product-holder .highlight-title, .product-holder .highlight-title a, .product-holder .highlight-title a:visited {
  color: #fff;
}

.left-menu-holder {
  float: left;
  width: 300px;
  font-size: 19px;
  background-color: #fff;
  /* min-height: 290px; */
  padding-bottom: 10px;
}

.variation-imgs {
  margin-bottom: 10px;
}

.variation-img {
  float: left;
  margin-right: 3px;
}

.small-variation-img {
  float: left;
  margin-right: 2px;
  width: 33px;
  height: 33px;
  margin-top: 14px;
}

.price-btn {
  background-color: #005469;
  height: 75px;
  margin-top: 10px;
}

.price-btn a{
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 75px;
  text-align: center;
}

.right-content-holder {
  margin: 0 0 30px 330px;
  font-size: 19px;
  font-weight: 300;
}

.prodinfo-holder .right-content-holder {
  margin-top: 10px;
}

.prodinfo-title {
  font-size: 35px;
  font-family: "Noto Serif";
}

.prodinfo-content {
  font-size: 19px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.prodinfo-content h3 {
  clear: right;
}

.prodinfo-content > p, .prodinfo-content > strong {
  display: block;
  margin-top: 15px;
}

.prodinfo-content > p > strong, .prodinfo-content > strong , .left-menu-holder > strong {
  color: #005469;
  font-weight: 700;
}

.prodinfo-content ul li strong {
  font-weight: 700;
}

.prodinfo-video {
  display: block;
  width: 630px;
  height: 445px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 630px 445px;
  background-color: #000;
  margin: 25px 0;
}

.prodvideo-btn {
  width: 370px;
  padding-top: 178px;
  margin: auto;
  cursor: pointer;
}

.prodplay-btn {
  background-image: url('../orca/img/slide_read_more.jpg');
  height: 84px;
  background-size: 84px 84px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  padding: 14px 25px 0px 25px;
}
 
.left-menu-holder h6 {
  background-color: #005469;
  height: 75px;
  margin-top: 10px;
  color: #fff;
  font-size: 34px;
  padding: 11px 0px 8px 25px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.runvideo {
  background-color: #000;
  height: 444px;
}

.pump-details {
  border-top: 1px dotted #005469;
  margin-top: 30px;
}

.pump-details h4 {
  font-size: 19px;
  color: #005469;
  font-weight: 700;
  margin: 10px 0;
}

.pump-details table {
  background-color: #eae7e4; 
  color: #231f20; 
  font-size: 15px; 
  border-top: 1px dotted #a7a9ac;
  border-left: 0 none;
}

.pump-details table th, .pump-details table td {
  font-weight: 300;
  padding: 0.3em 0.4em;
  border-right: 0 none;
  border-bottom: 1px dotted #a7a9ac;
  vertical-align: middle;
}

.pump-details thead {
  color: #fff;
  font-size: 19px;
  background-color: #005469;
}

.pump-details thead th {
  border-bottom: 0 none;
  padding-bottom: 0.5em;
  padding-top: 0;
}

.pump-details thead tr:first-child th {
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0;
}

.pump-details table td.highlight {
  font-size: 19px;
  font-weight: 700;
}

.pump-details table td.highlight span {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: -4px;
}

.pump-details table td.control {
  color: #009ec2;
  text-align: right;
  padding-right: 10px;
  font-size: 19px;
  cursor: pointer;
}

.pump-details table td.control img {
  float: right;
  margin: 10px 0 0 10px;
}

.pump-details.energy {
  position: relative;
}

.pump-details.energy > div {
  overflow-y: visible;
  overflow-x: auto;
  padding-left: 150px;
  border-top: 1px dotted #a7a9ac;
}

.pump-details.energy .pd-arrow-right {
  position: absolute; 
  top: 51px; 
  right: 5px;
}

.pump-details.energy > div > table {
  width: auto;
  border-top: 0 none;
  margin-bottom: 0;
}

.pump-details.energy > div > table th {
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.pump-details.energy > div > table th,
.pump-details.energy > div > table td {
  white-space: nowrap;
  padding: 0 0.4em;
  border-right: 1px solid #fff;
}

.pump-details.energy > div > table td {
  height: 27px;
}

.pump-details.energy > div > table td.highlight {
  font-size: 15px;
}

.pump-details.energy > div > table td span {
  display: inline;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
}

.pump-details.energy > div > table td.eclass {
  background-color: #009640;
  color: #fff;
}

.pump-details.energy > div > table th:first-child,
.pump-details.energy > div > table td:first-child {
  min-width: 150px;
  max-width: 150px;
  position: absolute;
  left: 0;
  top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #eae7e4;
  border-right: 2px solid #ccc;
}

.pump-details.energy > div > table th:first-child {
  background-color: #005469;
}

/* Top menu Page  */

.news-title {
  margin: auto;
  height: 90px;
  text-align: center;
  font-size: 35px;
  font-family: "Noto Serif";
  color: #fff;
  padding: 17px 0 0;
}

#about_title.news-title {
  margin: 0 0 0 329px;
  text-align: left;
  font-size: 35px;
  font-family: "Noto Serif";
  color: #fff;
  padding: 31px 0 0;
}

.left-menu-about {
  color: #005469;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

.about-title  h3 {
  margin-top: 35px;
  clear: initial;
}

.main-holder, .more-news-holder {
  margin-top: 18px;
  padding: 5px 0 20px;
  background-color: #fff;
  font-size: 19px;
}

.right-column .main-holder {
  margin-top: 0;
  padding-top: 0;
}

.about-page .right-content-holder h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	text-transform: none;
	padding: 0;
	color: #777;
}

.about-page .right-content-holder h2 a {
	white-space: nowrap;
}

.about-page.more-news-holder {
  margin-top: 0px;
  padding: 30px 0 0;
}

.about-page.sub-menu, .about-page.sub-menu .right-content-holder {
  margin-bottom: 25px;
}

.more-news-title {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  width: 35%;
  color: #005469;
  font-size: 21px;
  margin-top: 22px;
}

.more-news-list {
  float: left;
  width: 65%;
}

.main-holder .info {
  padding: 55px 0 40px;
}

.post-holder {
  border-bottom: 1px dotted #bcbec0;
  padding: 22px 0 25px;
}

.post-title {
  color: #009ec2;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
}

.post-date {
  color: #005469;
  float: left;
  margin-right: 5px;
}

.post-content {
  line-height: 24px;
  font-weight: 300;
}

.more-news-btn {
  background-image: url('../orca/img/more-news-bg.png');
  height: 52px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

.left-arrow-news {
  float: left;
  padding: 9px 0px 0px 28px;
}

.right-arrow-news {
  float: right;
  padding: 9px 27px 0px 0px;
}

/* Moja Orca */

.login-holder {
  width: 630px;
  margin: 27px 0px 8px 0px;
  float:right; 
  background-color: #fff;
}

.login-title {
  color: #005469;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 27px 0 0 33px;
}

.login-content {
  color: #000;
  font-size: 19px;
  margin-top: 25px;
  width: 492px;
  margin: 27px 0px 0px 33px;
}

.form-element-holder {
  margin-bottom: 25px;
}

.form-element-holder > label, .gender label {
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  width: 160px;
}

.game .form-element-holder > label {
  width: 200px;
  font-weight: 400;
  margin-top: 10px;
} 

.game .radio-box {
  margin-left: 210px; 
  margin-top: -22px;
}

.game .gender label {
  width: auto;
} 

.game .wpcf7-radio .wpcf7-list-item-label {
  margin-top: -10px;
}

.form-element-holder2 {
  margin-left: 49px;
  margin-top: 20px;
}

.checkbox-hol {
  margin-left: 170px;
}

.game .checkbox-hol {
  margin-left: 210px;
}

.checkbox-hol:first-of-type {
  margin-top: -57px;
}

.checkbox-hol label {
  text-align: left;
  display: inline-block;
}

.checkbox-hol  #house_type span, .checkbox-hol  #device span {
  width: auto;
}

.checkbox-hol .approve-field {
  margin-top: 20px;
}

.checkbox-hol3 {
  margin-left: 160px;
  margin-top: 25px;
}

#house_type span, #device span {
  display: block;
}

#house_type .wpcf7-list-item-label, #device .wpcf7-list-item-label {
  margin-top: 15px;
}

#heating_area, input.wpcf7-captchar {
  width: 130px;
}

.wpcf7-captchar {
  width: 192px;
}

.capcha1 {
  margin-top: 65px;
}

.form2-capcha {
  margin-top: 10px;
}

.form2-capcha > div {
  background-color: #fff;
  float: left;
}

.form1-info {
  margin-right: 30px;
  margin-top: 25px;
}

#login_email, #login_password {
  width: 300px;
  margin-left: 25px;
  border: 1px solid #a7a9ac;
  height: 46px;
}

.login-submit-holder{
  height: 124px;
  background-color: #005469;
  color: #93d6e5;
  margin-top: 28px;
}

.forgot-password {
  float: left;
  margin: 49px 0px 0px 54px;
}

.login-submit{
  float: right;
  margin-right: 33px;
  margin-top: 26px;
}

/* Competition */

.competition-title {
  margin-top: 20px;
}

/* Register form */
.register-form-holder {
  background-color: #eae7e4;
  margin-top: 10px;
}

.register-form-title {
  color: #005469;
  font-size: 35px;
  font-weight: bold;
}

.register-form-content {
  color: #000;
  font-size: 19px;
  margin-top: 25px;
  margin: 27px 0px 0px 42px;
  padding-top: 35px;
}

.game .register-form-content {
  font-size: 18px;
  margin-left: 22px;
}

.register-form-description {
  margin-top: 30px;
}

.register-form-holder span.required {
  color: #becc00;
}

.form-checkbox{
  width: 46px;
  height: 46px;
  border: 1px solid #a7a9ac;
  cursor: pointer;
  background-color: #fff;
  float: left;
  margin-right: 15px;
}

.form-checkbox-activ{
  background-image: url('../orca/img/checkactiv.png');
  background-repeat: no-repeat;
  background-position: 6px 5px;
}

.triangle-icon {
  margin-top: -8px;
  margin-left: 292px;
}

.approve-field {
  float: right;
  margin-right: 30px;
  margin-top: 10px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}

.approve-f2 {
  margin-top: 0px;
}

.form-element-holder.approved .approve-field {
  background-image: url('../orca/img/approved_field.png'); 
}

.form-element-holder.not-approved .approve-field {
  background-image: url('../orca/img/not-approved.png'); 
}

.form-element-holder.not-approved input {
  border: 1px solid #be1e2d;
}

input[type=checkbox],
input[type=radio] {
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
}

input[type=checkbox] + span,
input[type=radio] + span {
  display: inline-block;
}

input[type=radio] + span > span,
input[type=radio] + span.wpcf7-list-item-label {
  background-image: url('../orca/img/check-empty.png');
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 46px;
  margin-right: 20px;
 /* width: 46px;*/
  padding-left: 58px;
  padding-top: 7px;
  text-align: left;
}

input[type=checkbox] + span {
  background-image: url('../orca/img/check-empty.png');
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  height: 46px;
  margin-right: 20px;
  padding-left: 58px;
  padding-top: 7px;
  text-align: left;
  margin-top: -10px;
}

.form2-info input[type=checkbox] + span {
 /* height: auto;*/
  padding-top: 20px;
  margin-bottom: 20px;
}

input[type=checkbox]:checked + span ,
input[type=radio]:checked + span > span,
input[type=radio]:checked + span.wpcf7-list-item-label {
  background-image: url('../orca/img/check-active.png');
  background-repeat: no-repeat;
}

.wpcf7-list-item-label {
  width: 100%;
}

#gender .wpcf7-list-item-label {
  width: auto;
}

span.wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-text, .wpcf7-captchar, .wpcf7-select {
  border: 1px solid #a7a9ac;
  height: 46px;
  width: 347px;
}

.login-submit-holder input {
  color: #fff;
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 72px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
}

.form2-textarea {
  height: 176px;
  width: 347px;
  border: 1px solid #a7a9ac;
  line-height: 24px;
  resize: vertical;
}

.form2-info {
  font-size: 13px;
  line-height: 18px;
  margin: -25px 40px 20px 170px;
}

.game .form2-info {
  margin-left: 210px;
}

.form2-info span.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 17px;
  margin: 0 0 15px -17px;
}

.form3-info {
  height: 280px;
  font-size: 13px;
  width: 347px;
  line-height: 18px;
  margin-left: 160px;
  margin-top: 20px;
}

.first-info-form {
  margin-top: 0;
}

.game .first-info-form {
  font-size: 19px;
}

.form3-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 158px;
  margin-top: 30px;
}

.contact-info {
  float: right;
  width: 290px;
}

.testimonial-title2, .small-menu-icon, .mob-icon-menu, .tablet-categories, .product-category-mob, .highlights5, .product-category-title2 , .product-highlights2, .top-prod-info-mob {
  display: none;
}

.form-element-holder  input.wpcf7-form-control, .form-element-holder  select.wpcf7-form-control {
  width: 59%;
}

.approve-field, .top-empty-bar {
  display: block;
}

.btn-flat-small {
  background-color: #009ec2;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  display: block;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

.wide-link {
  font-weight: bold; 
  font-size: 23px; 
  display: block;
  border: 1px solid #009ec2; 
  text-align: center; 
  padding: 10px; 
  margin: 20px 0px;
}

.mejs-container {
  clear: right !important;
  margin-top: 20px;
}

.bg-1 {
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.bg-1 .catalog-holder {
  background-color: transparent;
  background-image: initial;
}

/* TABLET */
@media screen and (max-width: 964px) {
  
  .contact-number, .top-bar2-holder .categories-menu, #highlights, .prodcat-other-info > .highlights3, .approve-field{
    display: none;
  } 
  
  .newsletter-label {
    max-width: initial;
    line-height: initial;
  }
  
  .tablet-categories a {
    color: #fff;
  }
  
  .tablet-categories .categories-menu {
    width: 100%;
    margin: 13px 0 0 0;
    border-bottom: 3px solid #fff;
    margin-top: 0px;
    padding: 25px 0 23px 288px;
  }
  
  .tablet-categories .categories-menu ul:first-child {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-left: 70px;
  }
  
  .tablet-categories .categories-menu li a { 
    font-size: 100%;
    line-height: 1.4em;
  }
  
  .tablet-categories .categories-menu .nav-menu > li {
    margin-left: 0;
  }
  
  .tablet-categories .categories-menu .nav-menu > li > a {
    font-size: 110%;
  }
  
  .prodinfo-content {
    padding-right: 70px; 
  }
  
  .prodcat-other-info  .prodcat-second-title {
    width: 300px;
  }
  
  .prodcat-other-info {
    background-position: center center;
    background-size: 964px;
  }
  
  .container  .left-column {
    display: none;
  }

  .container  .right-column {
    margin-left: 0;
  }
  
  .container {
    width: auto;
    position: relative;
    margin: 0px 70px 0px 70px;
  }
  
  .site-tagline {
    margin-left: 168px;
  }
  
  .small-menu-icon {
    float: right;
    display: inline;
    margin-top: 30px;
    cursor: pointer;
  }
  
  .top-menu ul li a {
    padding: 0 0 0 27px;
  }
  
  #slider_tablet {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }
  
  .slide-info {
    float: none;
    width: auto;
    height: auto; 
    margin: 0px;
    background-color: #005469;
    color: #fff;
    padding: 40px 70px 20px;
  }
  
  .slider-holder{
    float: left;
  }
  
  .slide-content {
    width: 50%;
    float: left;
    margin-top: 14px;
  }
  
  .slide-product {
    height: 521px;
  }
  
  .slide-title2 {
    width: 50%;
    float: left;
    margin-top: 0px;
    margin-top: 2px;
    padding-right: 10px;
  }

  .options-slide-prod {
    top: 24px;
  }
  
  .slide-product {
    background-position: 0 10px;
  }
  
  #content_page .right-content-holder {
    margin: 12px 0 30px 280px;
  }
  
  #content_page .left-menu-holder.hidden + .right-content-holder {
    margin-left: 0;
  }
  
  .newsletter-label {
    float: none;
    margin: 0px;
  }  
  
  #newsletter, #newsletter2 {
    width: 38%;
    margin-top: 7px;
  }
  
  .newsletter-icons {
    margin-top: 7px;
  }
  
  .newsletter-holder {
    height: 119px;
    margin: 9px 70px;
    padding: 8px 20px 20px;
  }
  
  .newsletter-icons-holder {
    width: 280px;
    float: right;
  }
  
  .top-prod-element {
    width: 100%;
  }
  
  .testimonial {
    min-height: 345px;
  }
  
  .testimonial-img-holder {
    width: 50%;
  }
  
  .testimonial-img-holder img {
    width: 50%;
  }
  
  .testimonial-content iframe {
    width: 50%;
    height: 308px;
  }
  
  .testimonial-data {
    width: 50%;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  
  .testimonials-holder .container  {
    width: 100%;
    margin: 0px;
    /* padding: 0px; */
    /* overflow: hidden; */
  }
  
  .testimonial-video-holder .play-btn {
    background-size: 53px 53px;
    font-size: 22px;
    height: 49px;
    margin-right: 10%;
    margin-top: -25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .testimonial-info {
    width: 77%;
  }
  
  .play-btn-img {
    margin-right: 12px;
    margin-top: -12px;
    max-width: 35px;
  }
  
  .play-btn-title {
    float: right;
    line-height: 36px;
    margin-top: -5px;
    text-align: left;
    width: 173px;
  }
  
  .prodvideo-btn .play-btn-title {
    margin-top: 0px;
  }
  
  .dont-miss-element {
    width: 30%;
  }
  
  .right-column .dont-miss-element {
    width: 47%;
  }
  
  div.highlight {
    width: 28%;
  }
  
  div.highlight > img, div.highlight > a {
    float: none;
  }
  
  .highlight-content {
    padding-left: 0px;
    margin-top: 10px;
  }
  
  .product-category-info {
    width: 100%;
    padding-left: 288px;
    float: none;
  }
    
  .product-category {
    height: auto;
  }

  .prodvideo-btn {
    padding-top: 22%;
    width: auto;
  }
 
  .prodvideo-btn .play-btn {
    float: none;
    margin: auto;
    width: 282px;
  }

  .procat-inf {
    width: 376px;
    margin-left: 288px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .prodcat-other-info .btn a {
    font-size: 23px;
    line-height: 50px;
    padding: 11px 25px;
  }
  
  .prodcat-other-info .btn {
    width: 330px;
  }
  
  .testimonial-video-holder .container {
    margin: auto 0;
  }
  
  .product-holder .container, .prodinfo-holder .container {
    margin-left: 0;
    margin-right: 30px;
  }
  
  .product-highlights div.highlight{
    margin: 27px 14px 27px 0;
  }
  
  .highlights5 {
    display: block;
    background-color: #fff;
  }
  
  #gender .wpcf7-list-item-label  {
    margin-top: -12px;
  }
  
  .form-element-holder label {
    display: block;
    margin-right: 0px;
    text-align: left;
    width: auto;
  }
  
  .game .form-element-holder > label {
    margin-top: 0;
  }
  
  .checkbox-hol, .game .checkbox-hol {
    margin-left: 0px;
  }
  
  .checkbox-hol:first-of-type {
    margin-top: 0;
  }
  
  .game .checkbox-hol:first-of-type {
    margin-top: -10px;
  }
  
  .register-form-title {
    color: #005469;
    font-size: 25px;
    font-weight: bold;
  }
  
  .form-element-holder2 {
    margin-left: 0px; 
    margin-top: 20px;
  }
  
  .form-element-holder input.wpcf7-form-control, .form2-textarea, .form-element-holder select.wpcf7-form-control {
    width: 90%;
    margin-top: 10px;
  }
  
  .checkbox-hol3 {
    margin-left: 0px;
  }
  
  .gender  {
    display: block;
  }  
  
  .gender label {
    display: inline-block;
  }
  
  #house_type span, #device span {
    display: inline-block;
  }
  
  .form2-info, .game .form2-info {
    margin-left: 0;
  }
  
  .game .radio-box {
    margin-left: 0;
    margin-top: 25px;
  }
  
  .left-menu-holder {
    padding-left: 70px;
  }
  
  #content_page .left-menu-holder, .about-page .left-menu-holder {
    padding-left: 0;
    width: 280px;
  }
  
  #content_page .product-category-info {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
  
  .catimg-bottom {
    background-position: center top;
    background-size: auto 77px;
    padding-top: 10px;
  }
  
  .catimg-bottom .catalogue-image {
    display: block;
    position: unset;
    top: auto;
    right: auto;
    margin: 0 auto;
  }
  
  .catalog-holder .catalogue-image{
    display: none;
  }
  
  .catalog-btn {
    float: none;
    width: 350px;
    margin: 10px 0 0;
  }
  
  .left-extrainfo {
    margin-left: 10px;
  }
  
  .about-page.sub-menu {
    padding-top: 16px; 
    margin-bottom: 15px;
  }
  
  .about-page.sub-menu .left-menu-holder {
    padding: 0;
  }
  
  .about-page.sub-menu .right-content-holder {
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  
  #about_title.news-title {
    text-align: center;
    margin-left: 0;
  }
  
  .left-menu-about {
    font-size: 22px;
  }
}

/* MOBILE */
@media screen and (max-width: 768px) {

  .site-tagline, .top-menu, .contact-number, .top-bar2-holder, #slider, .slide-content, .options-slide-prod, .slide-product img, 
  .testimonial-title, .product-category, .highlights3, .desk-prodinfo-holder , .top-empty-bar, .left-banner, #arrow-scroll {
    display: none;
  }
  
  .orca-logo img {
    width: 60px;
  }
  
  .tablet-categories .categories-menu {
    padding-left: 0;
  }
  
  .tablet-categories .categories-menu ul:first-child {
    margin-left: 70px;
  }
  
  .tablet-categories .categories-menu .nav-menu > li {
    margin-left: 0;
  }
  
  .product-holder .container, .prodinfo-holder .container {
    margin-right: 16px;
  }
  
  .left-block {
    /*
    position: initial;
    left: 0;
    top: 0;
    */
    width: auto;
    float: none;
    margin-top: 0;
  }
  
  .product-features {
    width: 275px;
  }
  
  .product-title, .left-block, .product-short-desc {
    padding-left: 16px;
  }
  
  .left-extrainfo {
    margin-left: 0;
  }
  
  .product-highlights {
    margin-left: 16px;
  }
  
  .product-highlights div.highlight {
    width: auto !important;
  }
  
  .gender label, .top-prod-info-mob {
    display: block;
  }
    
  .container {
    width: auto;
    position: relative;
    margin: auto 16px;
    min-height: 47px;
  }
  
  .top-prod-info-mob {
    min-height: 304px;
  }
  
  
  .slider-holder  .container {
    margin: auto 0px;
  }
  
  .mob-icon-menu {
    margin-top: 12px;
    float: right;
    display: inline;
    cursor: pointer;
  }
  
  .top-bar-holder {
    background-color: #fff;
    height: 100%;
    border-bottom: 1px solid #000;
  }
  
  .top-menu {
    float: left;
  }
  
  .slider-img {
    height: 269px;
  }
  
  .slide-title2 {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
  
  .slide-info {
    padding: 22px 17px 17px;
  }
 
  .slide-read-more {
    padding: 4px 30px 0px 30px;
    margin: 13px 24px 0 0;
    height: 72px;
    font-size: 24px;
    font-weight: 100; 
    background-size: 1px 46px;
    background-repeat: repeat-x;
  }
  
  .slide-product {
    width: 141px;
    height: 300px;
    background-size: auto 180px;
  }

  #left_arrow_slide_t, #right_arrow_slide_t {
    margin-left: 45px;
    margin-top: 24px;
    float: left;
    cursor: pointer;
  }
  
  #left_arrow_slide_t {
    margin-left: 16px;
  }
  
  .main-slide-bar {
    height: 70px;
    border-bottom: 1px solid #000;
  }
  
  .slide-title1 {
    font-size: 18px;
    line-height: 19px;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .top-menu ul li {
    display: block;
  }
  
  .newsletter-holder {
    height: 167px;
    margin: 16px;
    padding: 10px;
  }
  
  .newsletter-label {
    margin: 0px 0px 0 0px;
  }

  #newsletter, #newsletter2 {
    height: 49px;
    margin-top: 0px;
  }
  
  form .newsletter-icons {
    margin-top: 0px;
  }
    
  .newsletter-icons-holder {
    margin: 5px auto;
    text-align: center;
    float: none;
    clear: both;
  }
  
  .left-quote-img, .right-quote-img {
    width: 23px;
  }
  
  .right-quote-img {
    margin-top: 90px;
  }
  
  .left-quote-img {
    float: left;
    margin-top: 25px;
  }
  
  .testimonials-holder .container {
    margin: auto 16px;
    width: initial;
    overflow: visible;
    padding-bottom: 30px;
  }
  
  .testimonial {
    height: auto;
  }
  
  .testimonial-img-holder img, .testimonial-img-holder {
    width: 100%;
  }
  
  .testimonial-content iframe {
    width: 100%;
    height: 300px;
  }
  
  .testimonial-info {
    width: 85%;
    margin-top: 0px;
    padding: 12px 20px 15px;
  }
  
  .testimonial-img-holder img {
    position: initial;
  }
  
  .testimonial-data {
    width: 100%;
    float: none;
  }
  
  .testimonial-data.dv {
    margin-top: 300px;
  }
  
  .testimonial-title2 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
  }
  
  .play-btn {
    float: none;
    height: 46px;
    background-size: 46px 46px;
    font-size: 28px;
    padding: 11px 10px 0px 0px;
    margin: -25px auto 0px auto;  
    font-weight: 100;
    text-align: left;
    width: 260px;
    margin-right: auto !important;
  }
  
  .play-btn.close {
    padding-top: 7px;
    text-align: center;
  }
  
  .testimonial-video-holder {
    margin: 0px auto;
  }
  
  .play-btn-title {
    width: auto;
    font-weight: 500;
    float: left;
  }
  
  .play-btn.close .play-btn-title-close  {
    float: none;
  }
  
  .play-btn-img {
    float: left;
    margin-top: -3px;
  }
  
  .prodvideo-btn {
    padding-top: 28%;
  }
 
  .prodvideo-btn .play-btn {
    width: 260px;
  }
  
  .dont-miss-element, .right-column .dont-miss-element {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  
  .dont-miss-element img {
    width: 100%;
  }

  div.highlight {
    display: block;
    width: 100%;
  }
  
  .highlight-content {
    margin-left: 90px;
  }
  
  div.highlight > img, div.highlight > a {
    float: left;
  }
  
  .bottom-newsletter {
    height: auto;
  }
  
  .footer-contact-info {
    width: 100%;
    text-align: center;
  }
  
  .contact-info {
    width: 100%;
  }
  
  .footer-contact-img {
    margin-top: 10px;
    float: none;
  }
  
  .footer-contact-content {
    height: 155px;
  }
  
  .product-category-mob {
    display: inline-block;
    color: #fff;
    min-height: 250px;
    padding: 10px 0px 10px 0px;
  }
  
  .product-category-img-mob {
    max-height: 200px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 127px;
  }
  
  .product-category-title-mob {
    font-size: 18px;
    margin-bottom: 14px;
    line-height: 25px;
  }
  
  .product-category-content-mob {
    float: left;
  }
  
  .product-category-info-mob {
    margin-right: 138px;
    font-family: "Noto Serif";
    font-size: 26px;
    line-height: 28px;
  }
  
  .prodcat-second-title {
    margin-left: 0px; 
    padding-top: 16px;
  }
  
  .prodcat-second-title h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-right: 25px;
  }
  
  .prodcat-other-info {
    background-size: cover;
    min-height: 220px;
  }
  
  .procat-inf {
    margin-left: 0px;
  }
  
  .catalog-info {
    float: none;
  }
  
  .product-category-title2 {
    display: block;
    margin: 16px 0px 0px 15px;
    font-size: 29px;
  }
  
  .product-highlights2 {
    border-top: 1px dotted #fff;
    padding-left: 16px;
  }
  
  .left-menu-holder {
    padding-left: 16px;
    float: none;
  }
  
  #content_page .left-menu-holder {
    float: none;
    padding-left: 0;
    min-height: auto;
    width: auto;
  }
  
  .right-content-holder {
    margin: 16px 0 16px 16px;
    font-size: 19px;
    font-weight: 300;
  }
  
  .prodinfo-holder .right-content-holder {
    margin-top: 10px;
  }
  
  .product-highlights2{
    
  }
  
  .prodinfo-content {
    margin-top: 10px;
  }
  
  .btn a {
    font-size: 26px;
  }
  
  .send-inquairy-btn {
    width: 355px;
  }
  
  .prodinfo-content {
    padding-right: 0;
  }

  .prodvideo-btn .play-btn-title {
    margin-top: -8px;
  }
  
  #content_page .product-category-info {
    text-align: left;
    padding-left: 0px;
  }
  
  .gender label {
    display: inline-block;
  }
  
  #content_page .right-content-holder {
    margin: 0 0 17px 0px;
  }
  
  .prod-img-thumb-holder {
    float: right;
  }
  
  .prod-img-thumb-holder  img {
    display: block;  
    max-height: 300px;
    max-width: 150px;
  }
  
  .product-title-mob {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  
  .product-content-mob {
    margin-right: 170px;
    font-family: "Noto Serif";
    font-size: 29px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 30px;
  }
  
  h2.product-content-mob {
    clear: none;
  }
  
  .container .subcats .subcat-product {
    width: 100%;
  }
  
  .about-page.sub-menu {
    padding-top: 0;
  }
  
  #btm_floating_banner {
    padding: 0;
    line-height: 17px;
  }
  
  #btm_floating_banner > div {
    width: 100%;
    text-align: center;
  }
  
  #btm_floating_banner > div span {
    font-size: 17px;
  }
  
  #btm_floating_banner > div span:last-child {
    display: none;
  }
  
  #btm_floating_banner > a, #btm_floating_banner > a:visited, #btm_floating_banner > a:active {
    clear: both;
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
    width: 250px;
    font-size: 17px;
    padding: 5px 14px;
  }
  
  .site-footer {
    padding-bottom: 205px;
  }
  
}

@media screen and (max-height: 500px) { 
  #btm_floating_banner {
    display: none;
  }
  
  .site-footer {
    padding: 0;
  }
}

@media screen and (max-width: 500px) { 
  .categories-menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media screen and (min-width: 1300px) { 
  .catimg-bottom {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 1275px) { 
  .aaa-certificate {
    display: none;
  }
}

@media screen and (max-width: 768px) { 
  .aaa-certificate {
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    height: 65px;
    left: 60px;
    width: 65px;
    display: block;
  }

  .floating {
    display: none;
  }
}
