/* 
	Table of Contents

    01. Settings ----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Link --------------------------------------
    06. Fonts -------------------------------------
    07. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    08. Reset -------------------------------------
    09. Regions -----------------------------------
    10. Container ---------------------------------
    11. Content -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    12. Footer ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    13. Header ------------------------------------
         Small Desktop ----------------------------
         Mobile -----------------------------------
    14. Main --------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    15. Main Product ------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
         Mobile -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. Bar ---------------------------------------
         Mobile -----------------------------------
    21. Boxes -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    22. Button ------------------------------------
         Button Block -----------------------------
    23. Button Menu -------------------------------
    24. Play Button -------------------------------
    25. Callout -----------------------------------
         Mobile -----------------------------------
    26. Features ----------------------------------
    27. Form Elements -----------------------------
    28. Form Subscribe ----------------------------
         Mobile -----------------------------------
    29. Form Search -------------------------------
    30. Checkbox ----------------------------------
    31. List Checkbox -----------------------------
    32. Select ------------------------------------
    33. List Selects ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    34. Intro -------------------------------------
         Tablet Portrait --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    35. List --------------------------------------
    36. List Dots ---------------------------------
         Mobile -----------------------------------
    37. List Links --------------------------------
    38. List Contacts -----------------------------
    39. List Tools --------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    40. List Features -----------------------------
         Mobile -----------------------------------
    41. Logo --------------------------------------
    42. Nav ---------------------------------------
    43. Nav Secondary -----------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    44. Post --------------------------------------
    45. Search ------------------------------------
         Mobile -----------------------------------
    46. Section -----------------------------------
    47. Section Services --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    48. Section News ------------------------------
    49. Section Tools -----------------------------
         Mobile -----------------------------------
    50. Section Events ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    51. Section Product ---------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    52. Section Table -----------------------------
         Mobile -----------------------------------
    53. Section About -----------------------------
         Mobile -----------------------------------
    54. Slider ------------------------------------
    55. Socials -----------------------------------
    56. Table -------------------------------------
    57. Widget ------------------------------------
    58. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
    border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
	overflow-y: auto;
	max-height: 500px;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }

.nice-select.disabled:after {
      border-color: #cccccc; }

.nice-select.wide {
    width: 100%; }

.nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }

.nice-select.right {
    float: right; }

.nice-select.right .list {
      left: auto;
      right: 0; }

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }

.nice-select.small:after {
      height: 4px;
      width: 4px; }

.nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }

.nice-select .option.selected {
      font-weight: bold; }

.nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-arrow-down { background-image: url(../images/sprite.png); background-position: 78.97091722595079% 39.58333333333333%; background-size: 2335% 4027.2727272727275%; width: 20px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-arrow-red { background-image: url(../images/sprite.png); background-position: 79.82261640798227% 53.24074074074075%; background-size: 2918.75% 4027.2727272727275%; width: 16px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-arrow { background-image: url(../images/sprite.png); background-position: 75.49668874172185% 57.407407407407405%; background-size: 3335.7142857142853% 4027.2727272727275%; width: 14px; height: 11px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-check-small { background-image: url(../images/sprite.png); background-position: 64.28571428571429% 82.4607329842932%; background-size: 765.5737704918033% 726.2295081967213%; width: 61px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-check { background-image: url(../images/sprite.png); background-position: 44.559585492227974% 63.53591160220995%; background-size: 576.5432098765432% 546.9135802469136%; width: 81px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-cloud { background-image: url(../images/sprite.png); background-position: 100% 0%; background-size: 576.5432098765432% 546.9135802469136%; width: 81px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-cmyk-small { background-image: url(../images/sprite.png); background-position: 80.29556650246306% 82.4607329842932%; background-size: 765.5737704918033% 726.2295081967213%; width: 61px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-colorcloud-small { background-image: url(../images/sprite.png); background-position: 0% 82.67716535433071%; background-size: 765.5737704918033% 714.516129032258%; width: 61px; height: 62px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-consulting-small { background-image: url(../images/sprite.png); background-position: 54.567901234567906% 40.15748031496063%; background-size: 753.2258064516129% 714.516129032258%; width: 62px; height: 62px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-cross { background-image: url(../images/sprite.png); background-position: 80.82788671023965% 42.758620689655174%; background-size: 5837.5% 5537.5%; width: 8px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-facebook { background-image: url(../images/sprite.png); background-position: 81.4410480349345% 35.66433566433567%; background-size: 5188.888888888889% 3164.285714285714%; width: 9px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-hardware { background-image: url(../images/sprite.png); background-position: 100% 23.480662983425415%; background-size: 576.5432098765432% 546.9135802469136%; width: 81px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-linkedin { background-image: url(../images/sprite.png); background-position: 78.27050997782705% 35.66433566433567%; background-size: 2918.75% 3164.285714285714%; width: 16px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-lock { background-image: url(../images/sprite.png); background-position: 99.32584269662922% 60.426540284360186%; background-size: 2122.7272727272725% 2109.5238095238096%; width: 22px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-pantone-small { background-image: url(../images/sprite.png); background-position: 16.00985221674877% 82.67716535433071%; background-size: 765.5737704918033% 714.516129032258%; width: 61px; height: 62px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-pantonelive { background-image: url(../images/sprite.png); background-position: 0% 63.53591160220995%; background-size: 569.5121951219512% 546.9135802469136%; width: 82px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-play { background-image: url(../images/sprite.png); background-position: 93.01204819277108% 65.21739130434783%; background-size: 898.076923076923% 851.923076923077%; width: 52px; height: 52px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-search { background-image: url(../images/sprite.png); background-position: 98.88143176733782% 66.19385342789597%; background-size: 2335% 2215%; width: 20px; height: 20px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-software-small { background-image: url(../images/sprite.png); background-position: 0% 100%; background-size: 765.5737704918033% 714.516129032258%; width: 61px; height: 62px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sundigiguide { background-image: url(../images/sprite.png); background-position: 66.58031088082902% 63.53591160220995%; background-size: 576.5432098765432% 546.9135802469136%; width: 81px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sundigiproof { background-image: url(../images/sprite.png); background-position: 22.337662337662337% 63.53591160220995%; background-size: 569.5121951219512% 546.9135802469136%; width: 82px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sunecg-small { background-image: url(../images/sprite.png); background-position: 96.06879606879608% 82.4607329842932%; background-size: 778.3333333333334% 726.2295081967213%; width: 60px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sunguide-small { background-image: url(../images/sprite.png); background-position: 32.098765432098766% 82.4607329842932%; background-size: 753.2258064516129% 726.2295081967213%; width: 62px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sunmatch-small { background-image: url(../images/sprite.png); background-position: 48.275862068965516% 82.4607329842932%; background-size: 765.5737704918033% 726.2295081967213%; width: 61px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sunmatch { background-image: url(../images/sprite.png); background-position: 100% 46.96132596685083%; background-size: 576.5432098765432% 546.9135802469136%; width: 81px; height: 81px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-sunproof-small { background-image: url(../images/sprite.png); background-position: 70.86419753086419% 40.05235602094241%; background-size: 753.2258064516129% 726.2295081967213%; width: 62px; height: 61px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-twitter { background-image: url(../images/sprite.png); background-position: 75.49668874172185% 53.613053613053616%; background-size: 3335.7142857142853% 3164.285714285714%; width: 14px; height: 14px; display: inline-block; vertical-align: middle; font-size: 0px; }

.ico-youtube { background-image: url(../images/sprite.png); background-position: 77.92494481236203% 43.45794392523364%; background-size: 3335.7142857142853% 2953.3333333333335%; width: 14px; height: 15px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo-suncolorbox { background-image: url(../images/sprite.png); background-position: 0% 0%; background-size: 122.25130890052355% 297.31543624161077%; width: 382px; height: 149px; display: inline-block; vertical-align: middle; font-size: 0px; }

.logo { background-image: url(../images/sprite.png); background-position: 0% 41.351351351351354%; background-size: 215.20737327188942% 606.8493150684932%; width: 217px; height: 73px; display: inline-block; vertical-align: middle; font-size: 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.ico-arrow-down { background-image: url(../images/sprite.@2x.png); background-position: 0% 0%; background-size: 161.53846153846155% 100%; width: 19.5px; height: 10.5px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-cross { background-image: url(../images/sprite.@2x.png); background-position: 100% 0%; background-size: 393.75% 131.25%; width: 8px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0px; }
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Helvetica Neue LTStd Roman', sans-serif; font-size: 16px; line-height: 1.88; color: #000; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.94em; font-family: 'Helvetica Neue LTStd', sans-serif; }

h1 { font-size: 50px; line-height: 1.1; }

h2 { font-size: 34px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.88em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
    Link
\* ------------------------------------------------------------ */

.link { position: relative; color: #ed3024; text-decoration: none; font-size: 14px; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; }

.link:before { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: #ed3024; -webkit-transition: width .2s; -o-transition: width .2s; transition: width .2s; }

.link:hover:before { width: 100%; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Helvetica Neue LTStd';
    src: url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Helvetica Neue LTStd Roman';
    src: url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Helvetica Neue LTStd';
    src: url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Md.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue LTStd HvIt';
    src: url('../fonts/HelveticaNeueLTStd-HvIt.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-HvIt.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Helvetica Neue LTStd';
    src: url('../fonts/HelveticaNeueLTStd-Blk.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Blk.woff2') format('woff2');
    font-style: normal;
    font-weight: 800;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
  content: '';
  display: block;
  clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.col--size1 { max-width: 26%; -webkit-box-flex: 0; -ms-flex: 0 0 26%; flex: 0 0 26%; }

.col--size2 { max-width: 24%; -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 992px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 993px) and (max-width: 1060px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1061px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

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

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

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

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

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.page-content { max-width: calc(100% - 300px); }

.content h2 { margin-bottom: 21px; color: #ed3024; line-height: 1; }

/* commented out by LJL */

/*.content p { margin-bottom: 0; }*/

.content .list-dots { margin: 0 0 30px; }

/* Tablet Portrait */

@media (max-width: 992px) {
    /*.content { max-width: calc(100% - 330px); padding-top: 40px; }*/
}

/* Mobile */

@media (max-width: 767px) {
    /*.content { max-width: 100%; padding-top: 0; }*/
}

@media (max-width: 375px) {
    /*.content h2 { font-size: 30px; }*/
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { background: #464145; color: #dbd5dd; font-size: 13px; padding: 20px 0; background: #464145 url(../images/temp/footer-bg.png) no-repeat bottom right; }

.footer p { margin-bottom: 0; }

.footer p + p { margin-top: 10px; }

.footer a { position: relative; }

.footer a:before { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: #7dc639; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.footer a:hover:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.footer .socials { margin-left: 25px; }

.footer .col + .col { padding-left: 25px; }

.footer .footer__title { color: #7dc639; margin-bottom: 6px; }

.footer .footer__bar { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  margin-top: 40px; }

.footer .footer__nav { color: #fff; line-height: 1.2; }

.footer .footer__nav ul { list-style: none; }

.footer .footer__nav a { text-decoration: none; color: inherit; position: relative; }

.footer .footer__nav li { display: inline-block; }

.footer .footer__nav li + li { margin-left: 10px; }

/* Tablet Portrait */

@media (max-width: 992px) {
    .footer .cols { -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .footer .col:first-child { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 20px; }
    .footer .col { max-width: 33.33%; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
    .footer .col:nth-child(2) { padding-left: 0; }

    .footer .footer__bar { display: block; }
    .footer .socials { margin: 10px 0 0; }
}

/* Mobile */

@media (max-width: 767px) {
    .footer { text-align: center;  }
    .footer .col { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
    .footer .col:first-child { margin-bottom: 0; }
    .footer .col + .col { padding-left: 0; margin-top: 30px; }
    .footer .list-contacts { display: inline-block; }
    .footer .socials { margin-top: 20px; }

    .footer .footer__nav li { display: block; }
    .footer .footer__nav li + li { margin: 10px 0 0; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 63px 0 12px; background: #fff; background: url(../images/temp/header-bg.png) no-repeat bottom right; }

.header .header__inner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; }

.header .header__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  }

.header .search { margin-left: 13px; }

.header .btn-menu {display: none; }

/* Small Desktop */

@media (max-width: 1060px) {
    .header { padding: 45px 0 12px; }
}

/* Mobile */

@media (max-width: 767px) {
    .header .nav-secondary { display: none; }
    .header .header__content { background: rgba(255,255,255,.6); padding: 0 10px; }

    .header .btn-menu { display: inline-block; margin-left: 10px; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main .main__body { position: relative; padding: 61px 105px 85px; }

.main .main__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 26px; }

/* Tablet Portrait */

@media (max-width: 992px) {
    .main .main__body { padding: 50px 20px 85px; }
}

/* Mobile */

@media (max-width: 767px) {
    .main .main__body { padding: 30px 0 50px; }
    .main .main__inner { display: block; margin: 0; padding: 0 0 30px; }
}

/* ------------------------------------------------------------ *\
    Main Product
\* ------------------------------------------------------------ */

.main--product .main__body { padding: 61px 45px 0 0; }

.main--product .main__inner { margin-bottom: 0; }

.main--product .main__content { max-width: calc(100% - 192px); padding: 0 0 100px 16px; }

.main--product .aside { max-width: 192px; margin-top: -225px; background: -webkit-gradient(linear, left top, right top, from(rgba(193,193,193,1)),color-stop(1%, rgba(241,241,241,1)),color-stop(1%, rgba(242,242,242,1)),color-stop(47%, rgba(255,255,255,1)),to(rgba(255,255,255,1))); background: -o-linear-gradient(left, rgba(193,193,193,1) 0%,rgba(241,241,241,1) 1%,rgba(242,242,242,1) 1%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(193,193,193,1) 0%,rgba(241,241,241,1) 1%,rgba(242,242,242,1) 1%,rgba(255,255,255,1) 47%,rgba(255,255,255,1) 100%); }

/* Small Desktop */

@media (max-width: 1060px) {
    .main--product .shell { padding: 0; }
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .main--product .main__body { padding: 22px 0 0 0; }
    .main--product .main__content { padding: 0 16px 100px;  }
}

/* Mobile */

@media (max-width: 767px) {
    .main--product .aside { margin: 0 0 30px; max-width: 100%; padding-right: 15px; }
    .main--product .main__inner { display: block; }
    .main--product .main__content { max-width: 100%; padding: 0 10px 50px; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1060px; padding-left: 10px; padding-right: 10px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar { position: relative; top: -91px; right: -105px; max-width: 326px; z-index: 2; }

.page-content {
  height: 100%;
}
/* Mobile */

@media (max-width: 767px) {
    .sidebar { position: static; margin: 30px auto 0; max-width: 100%; }

    .page-content {
      max-width: 100% !important;
    }
}

.form-subscribe {
  background: rgba(169, 204, 214, 0.9);
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Bar
\* ------------------------------------------------------------ */

.bar { background: #e20036; padding: 3px 0 2px; border-bottom: 2px solid #fff; }

/* Mobile */

@media (max-width: 767px) {
    .bar { position: absolute; top: 130px; left: 0; width: 100%; z-index: 100; display: none; border-bottom: 0; padding: 5px 0; }
}

@media (max-width: 480px) {
    .bar { top: 106px; }
}

/* ------------------------------------------------------------ *\
    Boxes
\* ------------------------------------------------------------ */


.boxes { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -8px; }

.box { position: relative; width: 25%; padding: 0 8px; color: #6e6e6e; }

.box .box__title  { font-size: 16px; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; word-wrap: normal; }

.box .box__image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 179px; background-size: cover; background-repeat: no-repeat; background-position: center center; margin-bottom: 4px; }

.box .box__link { position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-decoration: none; color: inherit; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; }

.box .btn-play { -webkit-transition: background .2s, -webkit-box-shadow .2s; transition: background .2s, -webkit-box-shadow .2s; -o-transition: box-shadow .2s, background .2s; transition: box-shadow .2s, background .2s; transition: box-shadow .2s, background .2s, -webkit-box-shadow .2s;  }

.box .btn-play:before { -webkit-transition: border-color .2s; -o-transition: border-color .2s; transition: border-color .2s; }

.box:hover .btn-play { -webkit-box-shadow: 0 0 5px 1px #ed3024; box-shadow: 0 0 5px 1px #ed3024; background: #fff; }

.box:hover .btn-play:before { border-color: transparent transparent transparent #ed3024; }

.box:hover .box__title { color: #ed3024; }

/*box small*/

.box--small .box__image { height: 110px; }

.box--small .box__title { color: #666; font-size: 16px; line-height: 1.25; font-weight: normal; font-family: 'Helvetica Neue LTStd Roman', sans-serif; text-transform: none; }

/*box alt*/

.box--alt .box__title { color: #666; font-size: 16px; line-height: 1.25; font-weight: normal; font-family: 'Helvetica Neue LTStd Roman', sans-serif; text-transform: none; }

.box--alt .box__title strong { color: #666; font-family: 'Helvetica Neue LTStd', sans-serif; }

.box--alt .box__image { margin-bottom: 7px; }

/*grey box*/

.box-grey { width: calc(50% - 16px); margin: 0 8px; background: #ebebeb; padding: 10px 20px; font-size: 22px; }

.box-grey strong { font-family: 'Helvetica Neue LTStd', sans-serif; }

.filter-box {
  background-color: #ebebeb;
  margin: 0 1% 1rem 1%;
  width: 31.33%;
  padding: .5rem;
}

.filter-box .row, .filter-box .col { 
  font-size: .8rem;
}

.section .printer_list {
  padding-right: 0 !important;
}

.printer_list .boxes {
  margin-top: .5rem;
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .boxes--mobile { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -20px; }
    .boxes--mobile .box { width: 50%; margin-top: 20px; }

/*    .filter-box {
      width: 50%;
    }*/

    .box-grey { font-size: 19px; }
}

/* Mobile */

@media (max-width: 767px) {
    .boxes { -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: -20px; }
    .box { width: 50%; margin-top: 20px; }

    .filter-box {
      width: 48%;
    }

    .box-grey { width: 100%; }
    .box-grey + .box-grey { margin-top: 20px; }
}

@media (max-width: 480px) {
  .filter-box {
    width: 100%;
  }
}

@media (max-width: 375px) {
    .box { width: 100%; }
  
    .box .box__title { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; line-height: 1; letter-spacing: 0.15em; background: #fff; color: #ed3024; text-transform: uppercase;  font-weight: bold; padding: 12px; white-space: nowrap; }

.btn .ico-arrow-red { -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }

.btn:hover .ico-arrow-red { -webkit-transform: translateX(-4px); -ms-transform: translateX(-4px); transform: translateX(-4px); }

/*  Button Block  */

.btn--block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
    Button Menu
\* ------------------------------------------------------------ */

.btn-menu { position: relative; display: inline-block; width: 22px; height: 15px; }

.btn-menu span { position: absolute; top: 50%; left: 0; display: block; width: 100%; height: 2px; background: #e20036; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }

.btn-menu:before,
.btn-menu:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #e20036; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }

.btn-menu:after { top: auto; bottom: -1px; }

.btn-menu.open:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); background: #e20036; }

.btn-menu.open:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); bottom: -2px; left: -1px; background: #e20036; }

.btn-menu.open span { left: -100%; opacity: 0; }

/* ------------------------------------------------------------ *\
    Play Button
\* ------------------------------------------------------------ */

.btn-play { position: relative; width: 52px; height: 52px; background: rgba(255,255,255,0.5); border-radius: 50%; }

.btn-play:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 0; height: 0; border-style: solid; border-width: 9.5px 0 9.5px 16px; border-color: transparent transparent transparent #6e6e6e; }

/* ------------------------------------------------------------ *\
    Callout
\* ------------------------------------------------------------ */

.callout { background: #ed3024; color: #fff; padding: 17px 23px; font-size: 25px; line-height: 1.2; letter-spacing: 0.01em; margin: 42px 0 38px; clear: both; }

.callout p { margin-bottom: 0; color: #fff;}

.callout .callout__inner { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (max-width: 992px) {
    .callout { font-size: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
    .callout { text-align: center; }
    .callout .callout__inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .callout .btn { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
    Features
\* ------------------------------------------------------------ */

.feature { padding: 23px 0 0; border-top: 1px solid #acacac; }

.feature .feature__title { 
  font-weight: 700 !important;
  color: #ed3024; 
  line-height: 1.25; 
  margin-bottom: 12px; 
  margin-top: 1rem; 
}

.feature .list-tools { margin-top: -24px; padding-top: 17px; }

.feature .list-tools li { margin-top: 24px; }

.feature + .feature { margin-top: 24px; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *\
    Form Subscribe
\* ------------------------------------------------------------ */

.form-subscribe { padding: 12px; }

.form-subscribe .vfb-col-12{
  padding: 0;
}

.form-subscribe .field { width: 100%; border: 0; background: #fff; padding: 9px 15px; }

.form-subscribe .field:focus { -webkit-box-shadow: inset 0 0 0 1px #96b2ba; box-shadow: inset 0 0 0 1px #96b2ba; }

.form-subscribe .textarea { display: block; height: 77px; }

.form-subscribe .form__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.form-subscribe .form__head { margin-bottom: 4px; }

.form-subscribe .form__title { color: #fff; font-size: 20px; line-height: 1.28; font-weight: 500; width: calc(100% - 141px); padding-top: 3px; margin-bottom: 0; }

.form-subscribe .form__image { width: 140px; margin-right: -6px; }

.form-subscribe .vfb-control-label { display: block;  font-size: 12px; line-height: 1; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 2px; }

.form-subscribe .form__actions { margin-top: 15px; }

.form-subscribe .form__btn { display: block; width: 100%; font-size: 14px; line-height: 1; letter-spacing: 0.1em; background: #ed3024; color: #fff; border: 0; padding: 14px 10px; text-transform: uppercase; -webkit-transition: background .3s; -o-transition: background .3s; transition: background .3s; }

.form-subscribe .ico-arrow  { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s;  }

.form-subscribe .form__btn:hover { background: #ff4236; }

.form-subscribe .form__btn:hover .ico-arrow { -webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); transform: translateX(-5px); }

.form-subscribe .form__row + .form__row { margin-top: 17px; }

/* Mobile */

@media (max-width: 375px) {
    .form-subscribe .form__title { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
    Form Search
\* ------------------------------------------------------------ */

.form-search { position: relative; z-index: 3;  color: #fff; background: #75c2ff; padding: 15px 11px 33px;
    border-top-right-radius: 11px; border-bottom-right-radius: 11px; }

.form-search .form__background { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; border-top-right-radius: 11px; border-bottom-right-radius: 11px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(59,146,201,0.94)),color-stop(1%, rgba(66,165,226,0.92)),color-stop(5%, rgba(74,186,255,0.92)),color-stop(32%, rgba(70,186,255,0.91)),to(rgba(70,186,255,0.91)));
    background: -o-linear-gradient(left, rgba(59,146,201,0.94) 0%,rgba(66,165,226,0.92) 1%,rgba(74,186,255,0.92) 5%,rgba(70,186,255,0.91) 32%,rgba(70,186,255,0.91) 100%);
    background: linear-gradient(to right, rgba(59,146,201,0.94) 0%,rgba(66,165,226,0.92) 1%,rgba(74,186,255,0.92) 5%,rgba(70,186,255,0.91) 32%,rgba(70,186,255,0.91) 100%); }

.form-search .form__shadow { position: absolute; top: 0; bottom: 0; width: 180px; right: 0px; z-index: 1; -webkit-box-shadow: 0 0 10px 0 #7e7e7e; box-shadow: 0 0 10px 0 #7e7e7e; border-top-right-radius: 11px; border-bottom-right-radius: 11px; }

.form-search form { position: relative; z-index: 3; }

.form-search:after { content: ''; position: absolute; top: 30px; left: 100%; margin-left: -1px; z-index: 4; width: 0; height: 0; border-style: solid; border-width: 11.5px 0 11.5px 11px; border-color: transparent transparent transparent #67b9fb; }

.form-search .form__title {  font-size: 24px; line-height: 1.17; letter-spacing: 0.02em; margin-bottom: 9px; color: #fff;}

.form-search .form__subtitle { position: relative; cursor: pointer; font-size: 14px; line-height: 1.79; letter-spacing: 0.03em; text-transform: uppercase; padding-right: 15px; color: #fff; font-weight: bold; }

.form-search .form__head { margin-bottom: 24px; }

.form-search .form__body { padding: 0 3px; }

.form-search .form__actions { padding: 22px 0 0; text-align: center; border-top: 1px solid #acdaff; }

.form-search .form__btn { min-width: 138px; padding: 6px; border: 1px solid #fff; background: #62a3d6; color: #fff; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; font-family: 'Helvetica Neue LTStd', sans-serif; -webkit-transition: background .2s; -o-transition: background .2s; transition: background .2s; }

.form-search .form__btn:hover { background: #5487b0;  }

.form-search .form__icon { position: absolute; top: 12px; right: 0; width:12px; height: 2px; background: #fff; }

.form-search .form__icon:before { content: ''; position: absolute; top: -4px; left: 5px; width: 2px; height: 11px; background: #fff; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }

.form-search .form__icon.open:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.form-search .menu-toggle { position: absolute; top: 12px; right: 0; width:12px; height: 2px; background: #fff; }

.form-search .menu-toggle:before { content: ''; position: absolute; top: -4px; left: 5px; width: 2px; height: 11px; background: #fff; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; -o-transition: transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s; }

.form-search .menu-toggle.open:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.form-search .sub-menu { display: none; }

.form-search .field { width: 100%; font-size: 12px; line-height: 1; letter-spacing: 0.02em;  background: #fff; color: #474747;border: 2px solid #5a9cd3; -webkit-box-shadow: inset 0 0 1px 0 red; box-shadow: inset 0 0 1px 0 red; padding: 6px 6px 5px; }

.form-search .field::-webkit-input-placeholder { color: #474747; text-transform: uppercase; }

.form-search .field:-ms-input-placeholder { color: #474747; text-transform: uppercase; }

.form-search .field::-ms-input-placeholder { color: #474747; text-transform: uppercase; }

.form-search .field::placeholder { color: #474747; text-transform: uppercase; }

.form-search .form__group { padding-bottom: 17px; }

.form-search .form__group + .form__group { border-top: 1px solid #acdaff; padding: 11px 0 11px; }

.form-search .form__group-body { display: none; padding: 6px 0 5px; }

.form-search .list-checkboxes{
  padding-left: 0;
  margin-left: 0;
}

.form-search .list-checkboxes label,
.form-search .list-checkboxes a,
.form-search .list-checkboxes span.count{
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
}


.form-search ul, .form-search li { list-style: none; padding: 0; margin: 0;}

.form-search .menu-item-has-children a { position: relative; cursor: pointer; font-size: 14px !important; line-height: 1.79; letter-spacing: 0.03em; text-transform: uppercase; color: #fff; font-weight: bold !important; background-color: transparent !important; margin: 0 !important; padding: 0 15px 0 0 !important;}

.form-search .sub-menu li a { color: #fff; font-size: 14px !important; font-weight: normal !important; text-transform: none; }

@media (max-width: 767px) {
    .form-search:after { display: none; }
    .form-search .form__shadow { width: 100%; }
}

/* ------------------------------------------------------------ *\
    Checkbox
\* ------------------------------------------------------------ */

.checkbox { position: relative; font-size: 14px; line-height: 1.2; padding-left: 20px; text-transform: capitalize; }

.checkbox:hover { font-weight: bold; }

.checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.checkbox .checkmark { position: absolute; top: 3px; left: 0; width: 10px; height: 10px; background: #fff; }

.checkbox .checkmark:before { content: ''; position: absolute; top: 1px; left: 1px; background-image: url(../images/sprite.png); background-position: 80.82788671023965% 42.758620689655174%; background-size: 5837.5% 5537.5%; width: 8px; height: 8px; display: none; }

.checkbox:hover input ~ .checkmark { background: #cde9ff; }

.checkbox input:checked ~ a .checkmark:before { display: block; }

.checkbox input:checked ~ label { font-weight: bold; }

.checkbox.disabled { opacity: 0.3; }

.checkbox.disabled:hover { font-weight: normal; }

.checkbox.disabled:hover input ~ .checkmark { background: #fff; }

/* ------------------------------------------------------------ *\
    List Checkbox
\* ------------------------------------------------------------ */

.list-checkboxes li + li { margin-top: 9px; }

/* ------------------------------------------------------------ *\
    Select
\* ------------------------------------------------------------ */

.select { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.select select { width: calc(100% - 134px); }

.select .select__label { width: 134px; }

.select .nice-select { width: 100%; height: 45px; padding-right: 45px; border: 1px solid #000; border-radius: 0; }

/*arrow*/

.select .nice-select:after { content: ''; border-color: #fff; width:11px; height:11px; margin-top: -7px; right: 17px; }

.select .nice-select:before { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 45px; background: #ed3024; border-left: 1px solid #000; }

.select .nice-select .list { width: 100%; max-height: 500px; overflow: auto; border-radius: 0; border: 1px solid #000; }

.select .nice-select .option { color: #000; }

.select .nice-select .option:hover,
.select .nice-select .option.focus,
.select .nice-select .option.selected.focus { background: #ed3024;  color: #fff; }

.select .nice-select .option.selected.focus { color: #000;}

.select .mCSB_inside>.mCSB_container { margin-right: 10px;  }

.select .mCSB_scrollTools { width: 10px; }

.select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: red; }

/* ------------------------------------------------------------ *\
    List Selects
\* ------------------------------------------------------------ */

.list-selects { font-size: 24px; max-width: 378px; padding-left: 0; margin-left: 0; }

.list-selects label{ line-height: 1.88; color: #000; font-size: 24px; font-weight: 400; text-transform: none; }

.list-selects > li + li { margin-top: 22px; }

.list-details{ padding-left: 0; margin-left: 0; color: #000; }

.list-details li{ line-height: 1.5; }

/* Tablet Portrait */

@media (max-width: 992px) {
    .select .select__label { font-size: 19px; }
}

/* Mobile */

@media (max-width: 480px) {
    .select .select__label { font-size: 16px; width: auto; white-space: nowrap; padding-right: 15px; }
}

/* ------------------------------------------------------------ *\
    Intro
\* ------------------------------------------------------------ */

.intro { position: relative; z-index: 1;  background-size: cover; background-repeat: no-repeat; background-position: center center; color: #fff; }

.intro .intro__content { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-height: 260px; padding: 45px 105px; }

@media (min-width: 767px) {
  .single-product .intro .intro__content, .tax-product_cat .intro .intro__content, 
  .page-template-template-product-landing-page .intro .intro__content, .search-results .intro .intro__content { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-height: 260px; padding: 45px 250px; 
  }
}

.intro .intro__title { 
  max-width: 818px; 
  text-shadow: 0 0 20px #2b6a80; 
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700 !important;
}

.intro--gutters .intro__content { padding: 45px 210px; }

/* Tablet Portrait */

@media (max-width: 992px) {
    .intro .intro__title { font-size: 45px; line-height: 1.11; }
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .intro .intro__title { font-size: 40px; }
    .intro .intro__content { padding: 45px 20px; }
    .intro--gutters .intro__content { padding: 45px 210px; }
}

/* Mobile */

@media (max-width: 767px) {
    .intro .intro__content { padding: 30px 0; }
}

@media (max-width: 480px) {
    .intro .intro__title { font-size: 35px; }
}

@media (max-width: 375px) {
    .intro .intro__title { font-size: 30px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
    List Dots
\* ------------------------------------------------------------ */

.list-dots { padding-left: 36px; }

.list-dots li { position: relative; padding-left: 13px; }

.list-dots li:before { content: ''; position: absolute; top: 11px; left: 0; width: 5px; height: 5px; background: #000; border-radius: 50%; }

/* Mobile */

@media (max-width: 767px) {
    .list-dots { padding-left: 20px; }
}

/* ------------------------------------------------------------ *\
    List Links
\* ------------------------------------------------------------ */

.list-links { color: #fff; }

.list-links a { text-decoration: none; color: inherit; }

.list-links li + li { margin-top: 8px; }

/* ------------------------------------------------------------ *\
    List Contacts
\* ------------------------------------------------------------ */

.list-contacts { font-size: 11px; }

.list-contacts li { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.list-contacts li + li { margin-top: 12px; }

.list-contacts a { text-decoration: none; white-space: nowrap; }

.list-contacts a:before { bottom: -2px; }

.list-contacts span { padding-right: 10px; }

/* ------------------------------------------------------------ *\
    List Tools
\* ------------------------------------------------------------ */

.list-tools { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 -10px; font-size: 14px; line-height: 1.2; color: #6e6e6e; }

.list-tools li { padding: 0 10px; width: 100px; /*margin-top: 24px; */}

.list-tools figure { text-align: center; }

.list-tools figcaption { margin-top: 12px; }

.list-tools li a{ color: #6e6e6e; }

.list-tools--gutters { padding-left: 10px; }

.list-tools--gutters li { width: 130px; }

/* Tablet Portrait */

@media (max-width: 992px) {
    .list-tools--gutters  { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .list-tools--gutters li { width: 110px; }
}

/* Mobile */

@media (max-width: 767px) {
    /*.list-tools--gutters li { width: 100px; }*/
}

/* ------------------------------------------------------------ *\
    List Features
\* ------------------------------------------------------------ */

.list-features { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; line-height: 1.3; margin-top: -30px; }

.list-features li { width: 50%; margin-top: 30px; }

.list-features li:nth-child(odd) { padding-right: 30px; }

.list-features figure { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; }

.list-features img { width: 63px; }

.list-features figcaption { width: calc(100% - 60px); padding-left: 13px; color: #000; font-size: 16px; font-style: normal; font-family: 'Helvetica Neue LTStd Roman', sans-serif; line-height: 1.3;}

.list-features strong { color: #ed3024; }

/* Mobile */

@media (max-width: 767px) {
    .list-features { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .list-features li { width: 100%; }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { font-size: 0; text-indent: -4000px; }

@media (max-width: 480px) {
    .logo { width: 145px; height: 49px; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { font-size: 13px; line-height: 2.31; color: #fff; }

.nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.nav li + li { margin-left: 48px; }

.nav a { position: relative; text-decoration: none; display: inline-block; }

.nav a:before { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: #fff; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;-o-transition: transform .3s;transition: transform .3s;transition: transform .3s, -webkit-transform .3s; }

.nav a:hover:before {  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1); }

/* ------------------------------------------------------------ *\
    Nav Secondary
\* ------------------------------------------------------------ */

.nav-secondary { font-size: 13px; line-height: 1; }

.nav-secondary li { display: inline-block; }

.nav-secondary li + li { margin-left: 15px; }

.nav-secondary a { position: relative; text-decoration: none; -webkit-transition: color .3s; -o-transition: color .3s; transition: color .3s; }

.nav-secondary a:before { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: #e20036; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.nav-secondary a:hover { color: #e20036; }

.nav-secondary a:hover:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

/* Small Desktop */

@media (max-width: 1060px) {
    .nav ul { margin: 0 -10px; }
    .nav li { padding: 0 10px; }
    .nav li + li { margin-left: 0; }
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .nav-secondary li + li { margin-left: 10px; }
}

/* Mobile */

@media (max-width: 767px) {
    .nav { font-size: 15px;  }
    .nav ul { display: block; text-align: center; }
    .nav .hidden { display: block !important; }
}

/* ------------------------------------------------------------ *\
    Post
\* ------------------------------------------------------------ */

.post-section { position: relative; border-top: 1px solid #acacac; padding: 10px 0 30px; font-size: 15px;  line-height: 1.3; }

.post-section strong { display: block; font-size: 14px; margin-bottom: 2px; color: #000; }

.post-section p { color: #000; line-height: 19.5px; }

.post-section .link { position: absolute; bottom: 10px; right: 0; }

/* ------------------------------------------------------------ *\
    Search
\* ------------------------------------------------------------ */

.search { /*position: relative; display: inline-block; background: rgba(255,255,255,.5); padding: 2px 5px 5px;*/ }

.search .search__btn { font-size: 13px; font-weight: bold; text-decoration: none; }

.search .search__btn:hover .ico-search { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }

.search .ico-search { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.search .search__content { position: absolute; top: 100%; right: 0; border: 1px solid #000; display: none; background: #fff; }

.search.open .search__content { display: block; }

.search .search__field {  width:200px;  padding: 5px 10px; border: 0; }

.search .search__field::-webkit-input-placeholder { color: #7a868c; font-style: italic; font-size: 14px; }

.search .search__field:-ms-input-placeholder { color: #7a868c; font-style: italic; font-size: 14px; }

.search .search__field::-ms-input-placeholder { color: #7a868c; font-style: italic; font-size: 14px; }

.search .search__field::placeholder { color: #7a868c; font-style: italic; font-size: 14px; }

.search .search__submit { background: #fff; border: 0; position: absolute; top: 0; bottom: 0; right: 0; padding: 0 10px; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; }

.search .search__submit:hover { color: #e20036; }

/* Mobile */

@media (max-width: 767px) {
    .search { background: none; }
    .search .search__content { right: -50%; margin-top: 10px; }
}

@media (max-width: 375px) {
    .search .search__content { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section a { font-weight: bold; -webkit-transition: color .2s; -o-transition: color .2s; transition: color .2s; }

.section a:hover { color: #ed3024; }

.section p { margin-bottom: 0; }

.section p + p { margin-top: 16px; }

.section + .section { margin-top: 30px; }

.section .section__title { 
  font-weight: 700 !important;
  color: #ed3024; 
  line-height: 1.25; 
  /*margin-bottom: 4px;*/ 
  margin-bottom: 12px; 
}

.section .section__subtitle { font: italic 700 20px/1.2 'Helvetica Neue LTStd', sans-serif; margin-top: 10px; text-transform: none; }

.section .section__head { margin-bottom: 4px; }

.section .section__group { padding-right: 70px; }

.section .section__group--bigger { padding-right: 0; }

.section .section__group + .section__group { margin-top: 30px; }

/* ------------------------------------------------------------ *\
    Section Services
\* ------------------------------------------------------------*/

.section-services .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section-services .section__image { width: 300px; }

.section-services .section__content { width: calc(100% - 300px); padding-right: 30px; }

.section-services h2, .section-services h3{ 
  font-weight: 700 !important;
  color: #ed3024; 
  line-height: 1.25; 
  margin-bottom: 12px; 
  margin-top: 1rem;
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .section-services .section__group { padding-right: 0; }
}

/* Mobile */

@media (max-width: 767px) {
    .section-services .section__inner { display: block; }
    .section-services .section__content,
    .section-services .section__image { width: 100%; }
    .section-services .section__image { margin-top: 30px; }
}

@media (max-width: 480px) {
    .section-services img { display: block; width: 100%; height: auto; }
}

/* ------------------------------------------------------------ *\
    Section News
\* ------------------------------------------------------------ */

.section-news { border-bottom: 1px solid #acacac; }

.language-select { float:right; width: 25%; }

/* ------------------------------------------------------------ *\
    Section Tools
\* ------------------------------------------------------------ */

/* Mobile */

@media (max-width: 767px) {
    .section-tools .list-tools { -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; margin: -10px 0 -10px -10px; }
    .section-tools .list-tools li { padding: 10px; }
}

/* ------------------------------------------------------------ *\
    Section Events
\* ------------------------------------------------------------ */

.section-event .section__group { padding-right: 14px; }

.section-event .section__image { margin: 30px 0 16px; }

.section-event .section__image img { width: 100%; height: auto; }

.section-event h3{
  color: #ed3024;
  line-height: 1.25;
  /* margin-bottom: 4px; */
  margin-bottom: 12px;
  margin-top: 12px;
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .section-event .section__group { padding-right: 0; }
}

/* Mobile */

@media (max-width: 767px) {
    .section-event .section__head .section__title { font-size: 30px; }
    .section-event .section__subtitle { font-size: 18px; }
}

/* Mobile */

@media (max-width: 767px) {
    .section-event .section__head .section__title { font-size: 28px; }
}

/* ------------------------------------------------------------ *\
    Section Product
\* ------------------------------------------------------------ */

.section-product .section__title { margin-bottom: 8px; }

.section-product .list-dots { padding-left: 10px; }

.section-product .list-dots--gutters { margin: 2px 0 3px; }

.section-product .section__image { margin-bottom: 40px; }

.section-product .section__image img { width: 100%; height: auto; }

.section-product h1{
  color: #ed3024;
  line-height: 1.25;
  font-size: 34px;
  font-weight: 600 !important;
  letter-spacing: 0px;
  margin-bottom: 1rem;
}

/* Tablet Portrait */

@media (max-width: 992px) {
    .section-product .section__image { margin-bottom: 30px; }
}

/* Mobile */

@media (max-width: 767px) {
    /*.section-product .section__title { font-size: 30px; }*/
    .section-product .section__image { margin-bottom: 10px; }
    .section-product .list-dots { margin-bottom: 10px;  }
    .section-product .list-dots--gutters { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
    Section Table
\* ------------------------------------------------------------ */

.section-table .list-dots { margin: 15px 0; }

.section-table .list-selects { padding-top: 22px; }

.section-table .section__group { padding-right: 0; }

/* Mobile */

@media (max-width: 767px) {
    .section-table .boxes { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
    Section About
\* ------------------------------------------------------------ */

.section-about { border-bottom: 1px solid #acacac; padding-bottom: 25px; }

.section-about .list-features { padding: 41px 0 0; margin-left: 0; }

.section-about .section__group { padding-right: 0; }

.section-about .section__image { margin: 27px 0 11px; max-width: 382px; }

.section-about .section__image img { display: block;  width: 100%; height: auto; }

/* Mobile */

@media (max-width: 767px) {
    .section-about .list-features { padding: 20px 0 0; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */

.socials ul { list-style: none; }

.socials li { display: inline-block; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.socials li:hover { -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); }

.socials li + li { margin-left: 14px; }

.socials a:before { display: none; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */


nav.nav-main ul.nav-main--menu > li > ul{
  width: 100%;
  min-height: 0;
}

nav.nav-main ul.nav-main--menu > li{
  margin-left: 27px;
}

nav.nav-main ul.nav-main--menu > li:first-child{
  margin-left: 0;
}

nav.nav-main ul.nav-main--menu li.megamenu-2-columns > ul,
nav.nav-main ul.nav-main--menu li.megamenu-3-columns > ul,
nav.nav-main ul.nav-main--menu li.megamenu-4-columns > ul,
nav.nav-main ul.nav-main--menu li.megamenu-5-columns > ul{
  display: flex;
  flex-wrap: wrap;
}

nav.nav-main ul.nav-main--menu li.megamenu-2-columns > ul > li,
nav.nav-main ul.nav-main--menu li.megamenu-3-columns > ul > li,
nav.nav-main ul.nav-main--menu li.megamenu-4-columns > ul > li,
nav.nav-main ul.nav-main--menu li.megamenu-5-columns > ul > li{
  font-size: 15px;
  flex: 1 1;
}

.nav-main ul.sub-menu ul li > a{
  font-weight: 400 !important;
}

section.related h2{
  font-weight: 700 !important;
  color: #ed3024;
  line-height: 1.25;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

section.related img{
  margin-bottom: 0 !important;
}

section.related ul h2{
  color: #666;
}

.section-resources .box .box__title{
  color: #666;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  text-transform: none;
  font-weight: bold;
}


.page-id-293 .image-cont {
  background-size: contain !important;
  margin: 0 auto;
}

.page-id-293 .srt-resource {
  text-align: center;
}

.single-post .post--content {
   margin-top: 1.5rem;
}
