/* ==========================================================================
Reset - http://meyerweb.com/eric/tools/css/reset/ 
========================================================================== */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
Universal Box Sizing with Inheritance + Vendor Prefixes
========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

* {
  min-width: 0;
  min-height: 0; }

/* ==========================================================================
Clearfix
========================================================================== */
.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

/* ==========================================================================
Forms
========================================================================== */
[type='button'],
[type='reset'],
[type='submit'],
button {
  font-family: 'Heebo';
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #eee;
  background-color: #d31c1c;
  -webkit-appearance: none; }

button:hover,
[type='button']:hover,
[type='reset']:hover,
[type='submit']:hover {
  opacity: .9; }

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='search'],
[type='number'],
[type='tel'],
[type='range'],
[type='date'],
[type='month'],
[type='week'],
[type='time'],
[type='datetime'],
[type='datetime-local'],
[type='color'],
[type='submit'],
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Heebo';
  width: 100%;
  padding: 0 15px;
  color: #000;
  border: 1px solid #eee;
  -webkit-appearance: none; }

textarea {
  height: 120px; }

[type='submit'],
button {
  font-family: 'Heebo';
  color: #fff; }

button {
  border: none; }

::-webkit-input-placeholder {
  color: #777; }

:-moz-placeholder {
  color: #777; }

::-moz-placeholder {
  color: #777; }

:-ms-input-placeholder {
  color: #777; }

/* ==========================================================================
Embeds
========================================================================== */
embed,
iframe,
object,
img {
  max-width: 100%; }

/* ==========================================================================
Text Styles
========================================================================== */
em {
  font-style: italic; }

strong {
  font-weight: bold; }

/* ==========================================================================
   Layout
   ========================================================================== */
html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  direction: rtl;
  font-family: 'Heebo';
  line-height: 1;
  padding-top: 110px;
  -webkit-appearance: none; }

#site-wrap {
  position: relative;
  min-height: 100%;
  margin: auto; }

.container {
  width: 1230px; }

.container-m {
  width: 1610px; }

.container-l {
  width: 1850px; }

.post-edit-link {
  position: absolute;
  z-index: 1; }

/* ==========================================================================
   Helpers and Misc
   ========================================================================== */
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.map-canvas {
  width: 100%;
  height: 304px; }

.entry-image img,
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

.fade-in {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0; }

/* ==========================================================================
   Titles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #000; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2 {
  font-size: 24px;
  font-size: 2.4rem; }

h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

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

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

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

/* ==========================================================================
   Text Styles
   ========================================================================== */
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
  color: inherit; }

/* ==========================================================================
   Entry Content
   ========================================================================== */
.entry-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: justify; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 20px; }
  .entry-content ul,
  .entry-content ol {
    padding-right: 40px;
    list-style-position: outside; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content a {
    color: #d31c1c; }
    .entry-content a:hover {
      text-decoration: underline; }
  .entry-content img {
    height: auto; }

/* ==========================================================================
   Icons
   ========================================================================== */
.sprite {
  display: inline-block;
  background-image: url(../../assets/img/sprite.png);
  background-repeat: no-repeat; }
  .sprite.sprite-envelope {
    width: 19px;
    height: 15px;
    background-position: -10px -5px; }
  .sprite.sprite-envelope-open {
    width: 22px;
    height: 21px;
    background-position: -135px -109px; }
  .sprite.sprite-facebook {
    width: 53px;
    height: 53px;
    background-position: -109px -139px; }
  .sprite.sprite-marker {
    width: 15px;
    height: 21px;
    background-position: -10px -61px; }
  .sprite.sprite-phone {
    width: 16px;
    height: 17px;
    background-position: -35px -61px; }
  .sprite.sprite-waze {
    width: 52px;
    height: 52px;
    background-position: -168px -195px; }
  .sprite.sprite-youtube {
    width: 51px;
    height: 51px;
    background-position: -169px -139px; }
  .sprite.sprite-checked {
    width: 40px;
    height: 41px;
    background-position: -4px -88px; }
  .sprite.sprite-menu-trigger {
    width: 18px;
    height: 12px;
    background-position: -108px -62px; }
  .sprite.sprite-close-menu {
    width: 14px;
    height: 14px;
    background-position: -132px -62px; }
  .sprite.sprite-slider-arrow-right {
    width: 35px;
    height: 66px;
    background-position: -54px -147px; }
  .sprite.sprite-slider-arrow-left {
    width: 35px;
    height: 66px;
    background-position: -7px -147px; }
  .sprite.sprite-arrow-down {
    width: 16px;
    height: 17px;
    background-position: -112px -88px; }
  .sprite.sprite-arrow-left {
    width: 16px;
    height: 13px;
    background-position: -107px -116px; }
  .sprite.sprite-close {
    width: 14px;
    height: 15px;
    background-position: -87px -115px; }

/* ==========================================================================
   Skiplinks
   ========================================================================== */
.skiplinks a {
  font-weight: bold;
  position: absolute;
  top: -3em;
  color: #fff; }
  .skiplinks a:focus {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 150px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    max-width: 550px;
    height: 150px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header .header-top {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 110px;
  background-color: #fff; }
.site-header #header-image .header-image-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 140px;
  background-color: #000;
  background-position: center center;
  background-size: cover; }
  .site-header #header-image .header-image-in .entry-title {
    font-size: 72px;
    font-size: 7.2rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff; }
.site-header .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.site-header .col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .site-header .col-right .site-logo {
    margin: 11px 0 0 60px; }
    .site-header .col-right .site-logo img {
      max-width: 100%; }
  .site-header .col-right #site-navigation {
    margin-left: 10px;
    padding-top: 28px; }
    .site-header .col-right #site-navigation ul:not(.sub-menu) > li {
      position: relative;
      float: right; }
      .site-header .col-right #site-navigation ul:not(.sub-menu) > li > a {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 500;
        display: block;
        margin: 0 20px;
        padding-bottom: 7px;
        border-bottom: 1px solid transparent; }
      .site-header .col-right #site-navigation ul:not(.sub-menu) > li.current-menu-ancestor a, .site-header .col-right #site-navigation ul:not(.sub-menu) > li.current-post-ancestor a, .site-header .col-right #site-navigation ul:not(.sub-menu) > li.current-menu-parent a, .site-header .col-right #site-navigation ul:not(.sub-menu) > li.current-menu-item a {
        font-weight: bold; }
      .site-header .col-right #site-navigation ul:not(.sub-menu) > li:hover > a {
        color: #cc1a16;
        border-color: #cc1a16; }
      .site-header .col-right #site-navigation ul:not(.sub-menu) > li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1; }
      .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        position: absolute;
        z-index: 10;
        top: calc(100% + 43px);
        right: 0;
        visibility: hidden;
        width: 240px;
        margin: 0 auto;
        opacity: 0;
        background: rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
        box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06); }
        .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu:before {
          position: absolute;
          top: -40px;
          right: 0;
          display: block;
          width: 100%;
          height: 40px;
          content: '';
          background: #fff; }
        .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li {
          position: relative; }
          .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li.menu-item-has-children > a:after {
            font-family: 'FontAwesome';
            position: absolute;
            top: 13px;
            left: 15px;
            content: '\f104'; }
          .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li a {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 500;
            display: block;
            padding: 14px 20px;
            color: #000; }
            .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li a:hover {
              color: #fff;
              background: #cc1a16; }
          .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li:hover ul.sub-menu {
            visibility: visible;
            opacity: 1; }
          .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li.current-menu-item {
            background: #f5f5f5; }
          .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li ul.sub-menu {
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
            position: absolute;
            top: 0;
            right: 100%;
            visibility: hidden;
            padding-bottom: 0;
            opacity: 0;
            border-top: none; }
            .site-header .col-right #site-navigation ul:not(.sub-menu) > li ul.sub-menu li ul.sub-menu:before {
              display: none; }
  .site-header .col-right .search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 230px; }
    .site-header .col-right .search-wrap form {
      position: relative; }
      .site-header .col-right .search-wrap form ::-webkit-input-placeholder {
        color: #000; }
      .site-header .col-right .search-wrap form :-moz-placeholder {
        color: #000; }
      .site-header .col-right .search-wrap form ::-moz-placeholder {
        color: #000; }
      .site-header .col-right .search-wrap form :-ms-input-placeholder {
        color: #000; }
      .site-header .col-right .search-wrap form [type='search'] {
        font-size: 20px;
        font-size: 2rem;
        height: 50px;
        padding-right: 55px;
        border: 1px solid #000; }
      .site-header .col-right .search-wrap form [type='submit'] {
        font-size: 20px;
        font-size: 2rem;
        position: absolute;
        top: 0;
        right: 25px;
        width: auto;
        height: 100%;
        padding: 0;
        color: #000;
        border: none;
        background: none; }
.site-header .col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-right: auto; }
  .site-header .col-left .phone-wrap {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 2px; }
    .site-header .col-left .phone-wrap a {
      font-weight: 900;
      color: #d31c1c; }
      .site-header .col-left .phone-wrap a .fa {
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
  .site-header .col-left .header-contact {
    position: relative;
    margin-right: 35px;
    background: #ddd; }
    .site-header .col-left .header-contact .btn-toggle-contact-form-js {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 400;
      height: 110px;
      padding: 0 35px;
      background: #cc1a16; }
      .site-header .col-left .header-contact .btn-toggle-contact-form-js.form-open {
        background: #000; }
        .site-header .col-left .header-contact .btn-toggle-contact-form-js.form-open .sprite {
          width: 14px;
          height: 14px;
          background-position: -61px -115px; }
    .site-header .col-left .header-contact .contact-form {
      position: fixed;
      z-index: 5;
      top: 110px;
      left: 0;
      display: none;
      width: 100%;
      padding: 25px 15px;
      background: rgba(204, 26, 22, 0.95); }
      .site-header .col-left .header-contact .contact-form .wpcf7-form-control-wrap {
        margin-bottom: 0; }
      .site-header .col-left .header-contact .contact-form .wpcf7-response-output {
        padding-top: 20px;
        text-align: center;
        color: #fff !important; }
      .site-header .col-left .header-contact .contact-form .ajax-loader {
        position: absolute;
        bottom: 0;
        left: 0; }
      .site-header .col-left .header-contact .contact-form .fields {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .site-header .col-left .header-contact .contact-form .fields .entry-text {
          font-size: 20px;
          font-size: 2rem;
          margin-left: 25px;
          color: #fff; }
      .site-header .col-left .header-contact .contact-form .entry-input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        flex: 0 1 230px;
        -webkit-flex: 0 1 230px;
        -ms-flex: 0 1 230px;
        -webkit-box-flex: 0 1 230px;
        -moz-box-flex: 0 1 230px;
        -moz-flex: 0 1 230px;
        margin-left: 20px; }
        .site-header .col-left .header-contact .contact-form .entry-input ::-webkit-input-placeholder {
          color: #000; }
        .site-header .col-left .header-contact .contact-form .entry-input :-moz-placeholder {
          color: #000; }
        .site-header .col-left .header-contact .contact-form .entry-input ::-moz-placeholder {
          color: #000; }
        .site-header .col-left .header-contact .contact-form .entry-input :-ms-input-placeholder {
          color: #000; }
        .site-header .col-left .header-contact .contact-form .entry-input input {
          font-size: 18px;
          font-size: 1.8rem;
          display: block;
          height: 47px;
          padding: 0 15px;
          border: none; }
      .site-header .col-left .header-contact .contact-form .submit-wrap {
        flex: 0 1 200px;
        -webkit-flex: 0 1 200px;
        -ms-flex: 0 1 200px;
        -webkit-box-flex: 0 1 200px;
        -moz-box-flex: 0 1 200px;
        -moz-flex: 0 1 200px; }
        .site-header .col-left .header-contact .contact-form .submit-wrap input {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          height: 47px;
          border: 1px solid #fff; }

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */
#mn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: fixed;
  z-index: 9999;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  padding: 1px 4px;
  background: #cc1a16; }
  #mn-trigger:focus {
    outline: none; }
  #mn-trigger:hover {
    opacity: 1; }
  #mn-trigger #mn-icon {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    #mn-trigger #mn-icon .mn-line {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      opacity: 1;
      border-radius: 9px;
      background: white; }
      #mn-trigger #mn-icon .mn-line:nth-child(1) {
        top: 5px; }
      #mn-trigger #mn-icon .mn-line:nth-child(2), #mn-trigger #mn-icon .mn-line:nth-child(3) {
        top: 13px; }
      #mn-trigger #mn-icon .mn-line:nth-child(4) {
        top: 21px; }

#mn-menu {
  -moz-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
  -webkit-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: auto;
  width: 250px;
  height: 100%;
  padding: 20px;
  background: #cc1a16; }
  #mn-menu ul:not(.sub-menu) {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #mn-menu ul:not(.sub-menu) > li {
      position: relative;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
      #mn-menu ul:not(.sub-menu) > li:last-child {
        border-bottom: none; }
      #mn-menu ul:not(.sub-menu) > li > a {
        font-size: 18px;
        font-size: 1.8rem;
        display: inline-block;
        color: #fff; }
      #mn-menu ul:not(.sub-menu) > li.menu-item-has-children:after {
        font-family: "FontAwesome";
        position: absolute;
        top: 4px;
        left: 0;
        content: '\f107';
        color: #fff; }
    #mn-menu ul:not(.sub-menu) ul.sub-menu {
      display: none; }
      #mn-menu ul:not(.sub-menu) ul.sub-menu li a {
        font-size: 16px;
        font-size: 1.6rem;
        display: block;
        padding: 5px 0;
        color: #fff; }

#mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active #site-wrap {
    overflow: hidden; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(1), body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active #mn-menu {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  body.mn-active #mn-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7); }

/* ==========================================================================
   Contact Forms
   ========================================================================== */
.wpcf7 .wpcf7-response-output {
  font-size: 16px;
  font-size: 1.6rem;
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.wpcf7 .wpcf7-not-valid-tip {
  display: none; }
.wpcf7 .wpcf7-validation-errors {
  color: red; }
.wpcf7 .wpcf7-mail-sent-ok {
  color: green; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  padding: 10px; }
.wpcf7 [type=submit] {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 20px;
  font-size: 2rem;
  background: #d31c1c; }

/* ==========================================================================
   Sliders
   ========================================================================== */
.entry-slider li .slide {
  position: relative; }

/* ==========================================================================
   Home Slider
   ========================================================================== */
.section-slider .slider-home {
  position: relative; }
  .section-slider .slider-home li {
    display: block !important; }
  .section-slider .slider-home .entry-image img {
    display: block;
    width: 100%;
    height: 100%; }
  .section-slider .slider-home .slick-arrow {
    font-size: 80px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border: none;
    background: none; }
    .section-slider .slider-home .slick-arrow:focus {
      outline: none; }
    .section-slider .slider-home .slick-arrow.slick-prev {
      right: 0; }
    .section-slider .slider-home .slick-arrow.slick-next {
      left: 0; }
  .section-slider .slider-home .entry-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.5); }
    .section-slider .slider-home .entry-caption .entry-title {
      font-size: 50px;
      font-size: 4rem;
      margin-bottom: 0;
      text-align: center;
      color: #000; }
  .section-slider .slider-home .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 23px;
    left: 30px; }
    .section-slider .slider-home .slick-dots li {
      display: inline-block;
      float: left;
      margin-left: 4px; }
      .section-slider .slider-home .slick-dots li button {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        width: 10px;
        height: 10px;
        padding: 0;
        text-indent: -9999px;
        border: none;
        background: #e6d5b8; }
      .section-slider .slider-home .slick-dots li.slick-active button {
        background: #e01212; }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  font-size: 15px;
  padding: 5px 0 25px; }
  .breadcrumbs a span {
    color: #000; }
  .breadcrumbs .breadcrumb_last {
    color: #d31c1c; }

.section-contact {
  margin-bottom: 20px; }
  .section-contact .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 20px 5%;
    background: #ddd; }
    .section-contact .cols .titles {
      flex: 0 0 210px;
      -webkit-flex: 0 0 210px;
      -ms-flex: 0 0 210px;
      -webkit-box-flex: 0 0 210px;
      -moz-box-flex: 0 0 210px;
      -moz-flex: 0 0 210px;
      font-weight: 600;
      margin-left: 20px;
      text-align: center; }
      .section-contact .cols .titles .entry-title {
        font-size: 21px;
        font-size: 2.1rem;
        display: block;
        color: #cc1a16; }
      .section-contact .cols .titles .entry-subtitle {
        font-size: 16px;
        font-size: 1.6rem;
        display: block; }
    .section-contact .cols .form-wrap {
      flex: 0 1 560px;
      -webkit-flex: 0 1 560px;
      -ms-flex: 0 1 560px;
      -webkit-box-flex: 0 1 560px;
      -moz-box-flex: 0 1 560px;
      -moz-flex: 0 1 560px;
      position: relative;
      margin-left: auto; }
      .section-contact .cols .form-wrap .fields {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center; }
        .section-contact .cols .form-wrap .fields .wpcf7-form-control-wrap {
          flex: 0 1 33%;
          -webkit-flex: 0 1 33%;
          -ms-flex: 0 1 33%;
          -webkit-box-flex: 0 1 33%;
          -moz-box-flex: 0 1 33%;
          -moz-flex: 0 1 33%;
          margin-bottom: 0;
          padding-left: 10px; }
          .section-contact .cols .form-wrap .fields .wpcf7-form-control-wrap input {
            font-size: 13px;
            height: 32px;
            border: none; }
        .section-contact .cols .form-wrap .fields .submit-wrap {
          flex: 0 0 65px;
          -webkit-flex: 0 0 65px;
          -ms-flex: 0 0 65px;
          -webkit-box-flex: 0 0 65px;
          -moz-box-flex: 0 0 65px;
          -moz-flex: 0 0 65px; }
          .section-contact .cols .form-wrap .fields .submit-wrap [type='submit'] {
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 600;
            height: 32px;
            padding: 1px 0 0;
            color: #000;
            border: none;
            background: #fff; }
        .section-contact .cols .form-wrap .fields .ajax-loader {
          position: absolute;
          top: calc(100% + 5px);
          right: 0; }
      .section-contact .cols .form-wrap .wpcf7-response-output {
        font-size: 16px;
        font-size: 1.6rem;
        position: absolute;
        top: calc(100% + 5px); }
    .section-contact .cols .phone .entry-text {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 600;
      color: #cc1a16;
      text-shadow: 2px 0 4px #969696; }
    .section-contact .cols .phone .fa {
      font-size: 30px;
      font-size: 3rem; }

.section-image-and-links {
  padding-top: 40px; }
  .section-image-and-links .row-images-and-links {
    font-size: 16px;
    font-size: 1.6rem; }
    .section-image-and-links .row-images-and-links .item {
      margin-bottom: 85px; }
      .section-image-and-links .row-images-and-links .item:hover .entry-footer .entry-text {
        color: #e01212; }
      .section-image-and-links .row-images-and-links .item:hover .entry-image .overlay {
        visibility: visible;
        opacity: 1; }
      .section-image-and-links .row-images-and-links .item.active .entry-image .menu-trigger {
        color: #fff;
        background: #cc1a16; }
      .section-image-and-links .row-images-and-links .item.active .sprite-arrow-left {
        width: 14px;
        height: 15px;
        background-position: -87px -115px; }
      .section-image-and-links .row-images-and-links .item .entry-image {
        position: relative;
        margin-bottom: 15px; }
        .section-image-and-links .row-images-and-links .item .entry-image .menu-trigger {
          font-size: 24px;
          font-size: 2.4rem;
          position: absolute;
          z-index: 5;
          top: -50px;
          width: 100%;
          height: 50px;
          color: #fff;
          color: #cc1a16;
          background: #efefef; }
          .section-image-and-links .row-images-and-links .item .entry-image .menu-trigger:focus {
            outline: none; }
          .section-image-and-links .row-images-and-links .item .entry-image .menu-trigger .sprite {
            margin-left: 5px; }
          .section-image-and-links .row-images-and-links .item .entry-image .menu-trigger:hover {
            opacity: 1; }
        .section-image-and-links .row-images-and-links .item .entry-image .overlay {
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease;
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          visibility: hidden;
          width: 100%;
          padding: 20px 10% 30px 10%;
          opacity: 0;
          background: rgba(255, 255, 255, 0.8); }
          .section-image-and-links .row-images-and-links .item .entry-image .overlay .links li {
            text-align: center; }
            .section-image-and-links .row-images-and-links .item .entry-image .overlay .links li:last-child a:after {
              display: none; }
            .section-image-and-links .row-images-and-links .item .entry-image .overlay .links li a {
              font-size: 19px;
              font-size: 1.9rem; }
              .section-image-and-links .row-images-and-links .item .entry-image .overlay .links li a:after {
                display: block;
                width: 35px;
                height: 1px;
                margin: 13px auto;
                content: '';
                background: #000; }
              .section-image-and-links .row-images-and-links .item .entry-image .overlay .links li a:hover {
                color: #cc1a16; }
      .section-image-and-links .row-images-and-links .item .entry-footer .entry-text {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        font-size: 20px;
        font-size: 2rem;
        text-align: center; }

.section-content-bottom {
  margin-bottom: 60px; }
  .section-content-bottom .row-title {
    margin-bottom: 40px;
    text-align: center; }
    .section-content-bottom .row-title .entry-title {
      font-size: 40px;
      font-size: 4rem;
      font-weight: 500;
      display: inline-block;
      padding-bottom: 10px;
      color: #cc1a16;
      border-bottom: 2px solid #cc1a16; }
  .section-content-bottom .row-content .entry-content {
    font-size: 18px;
    font-size: 1.8rem; }
    .section-content-bottom .row-content .entry-content h2,
    .section-content-bottom .row-content .entry-content h3 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      color: #cc1a16; }
    .section-content-bottom .row-content .entry-content ul {
      padding: 0; }
      .section-content-bottom .row-content .entry-content ul li {
        position: relative;
        padding-right: 15px;
        list-style-type: none; }
        .section-content-bottom .row-content .entry-content ul li:before {
          font-family: 'FontAwesome';
          position: absolute;
          right: 0;
          content: '\f104'; }

.single .section-content-bottom .row-content .entry-content h2,
.section-content-bottom .row-content .entry-content h3 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: right;
  text-decoration: underline; }

.home .section-content-bottom .row-content .entry-content {
  padding: 30px;
  border-bottom: 3px solid #cc1a16;
  background: #f2f2f2; }

.section-content {
  margin-bottom: 75px; }
  .section-content .row-content .entry-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25; }
    .section-content .row-content .entry-content h1 {
      margin-bottom: 35px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.home .site-footer {
  margin-top: 0; }

.site-footer {
  margin-top: 70px; }
  .site-footer .footer-top {
    padding: 26px 0;
    background: #f2f2f2; }
    .site-footer .footer-top .footer-cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center; }
      .site-footer .footer-top .footer-cols .sep {
        display: block;
        width: 2px;
        height: 85px;
        background: #cc1a16; }
      .site-footer .footer-top .footer-cols .col-consult {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.3;
        color: #cc1a16; }
        .site-footer .footer-top .footer-cols .col-consult .fa {
          -moz-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
          margin-left: 5px; }
      .site-footer .footer-top .footer-cols .col-slogan img {
        display: block; }
      .site-footer .footer-top .footer-cols .col-socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        direction: ltr;
        margin-bottom: 25px;
        padding-top: 17px; }
        .site-footer .footer-top .footer-cols .col-socials a {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-transition: all 150ms ease;
          -moz-transition: all 150ms ease;
          -ms-transition: all 150ms ease;
          -o-transition: all 150ms ease;
          transition: all 150ms ease;
          font-size: 28px;
          font-size: 2.8rem;
          float: right;
          margin-left: 13px; }
          .site-footer .footer-top .footer-cols .col-socials a:last-child {
            margin-left: 0; }
          .site-footer .footer-top .footer-cols .col-socials a:hover {
            opacity: .75; }
      .site-footer .footer-top .footer-cols .col-contact {
        padding-top: 15px; }
        .site-footer .footer-top .footer-cols .col-contact .item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 10px; }
          .site-footer .footer-top .footer-cols .col-contact .item .entry-icon {
            flex: 0 0 22px;
            -webkit-flex: 0 0 22px;
            -ms-flex: 0 0 22px;
            -webkit-box-flex: 0 0 22px;
            -moz-box-flex: 0 0 22px;
            -moz-flex: 0 0 22px;
            display: inline-block;
            margin-left: 7px;
            text-align: center; }
          .site-footer .footer-top .footer-cols .col-contact .item .entry-text {
            font-size: 18px;
            font-size: 1.8rem; }
      .site-footer .footer-top .footer-cols .col-hours {
        text-align: center; }
        .site-footer .footer-top .footer-cols .col-hours .entry-subtitle {
          font-size: 21px;
          font-size: 2.1rem;
          font-weight: 700;
          margin-bottom: 4px; }
        .site-footer .footer-top .footer-cols .col-hours .entry-text {
          font-size: 20px;
          font-size: 2rem; }
  .site-footer .footer-bottom {
    padding: 13px 0;
    text-align: center;
    color: #fff;
    background: #d31c1c; }

/* ==========================================================================
   Gallery
   ========================================================================== */
#gallery-2 {
  margin: 50px -5px !important; }
  #gallery-2 .gallery-item {
    padding: 0 5px; }
    #gallery-2 .gallery-item:hover img {
      border: 2px solid #000; }
    #gallery-2 .gallery-item img {
      display: block;
      width: 100%;
      border: 2px solid transparent; }
    #gallery-2 .gallery-item .gallery-caption {
      font-size: 20px;
      font-size: 2rem;
      padding: 20px 0; }

.row-results .search-title {
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  z-index: 1; }
.row-results .search-results li {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }
  .row-results .search-results li .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #cc1a16; }
  .row-results .search-results li p {
    line-height: 1.35; }
    .row-results .search-results li p a {
      color: #cc1a16; }
      .row-results .search-results li p a:hover {
        text-decoration: underline; }

.pagination {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 50px; }
  .pagination .current {
    color: #cc1a16; }

body.search .site-footer {
  margin-top: 100px; }

body.search-no-results .site-footer {
  position: fixed;
  bottom: 0; }

.page-template-template-contact .row-main {
  margin-bottom: 30px; }
.page-template-template-contact .row-content .entry-content {
  line-height: 1.4; }

.fixed-phone {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background: #cdcdcd; }
  .fixed-phone .entry-text {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    color: #cc1a16;
    text-shadow: 2px 0 4px #969696; }
  .fixed-phone .fa {
    font-size: 30px;
    font-size: 3rem; }

.post-item {
  margin-bottom: 30px; }
  .post-item a .post-thumbnail {
    position: relative;
    overflow: hidden; }
    .post-item a .post-thumbnail img {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .post-item a .post-thumbnail .entry-footer {
      font-weight: 600;
      position: absolute;
      right: 0;
      bottom: 35px;
      padding: 17px 30px;
      background: rgba(211, 28, 28, 0.9); }
      .post-item a .post-thumbnail .entry-footer .entry-title {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 500;
        margin-bottom: 0;
        color: #fff; }
  .post-item a:hover .post-thumbnail img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.section-products-gallery {
  margin-bottom: 100px; }

.entry-slider-pages {
  position: relative;
  margin-bottom: 20px; }
  .entry-slider-pages .slider .entry-image img {
    display: block;
    width: 100%; }
  .entry-slider-pages .slider .slick-arrow {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 120px;
    font-size: 12rem;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 154px;
    margin: auto;
    opacity: .7;
    border: none;
    background: none; }
    .entry-slider-pages .slider .slick-arrow:hover {
      opacity: 1; }
    .entry-slider-pages .slider .slick-arrow.slick-next {
      left: 60px; }
    .entry-slider-pages .slider .slick-arrow.slick-prev {
      right: 60px; }
  .entry-slider-pages .slider-caption {
    position: absolute;
    z-index: 5;
    bottom: 65px; }
    .entry-slider-pages .slider-caption .page-title {
      font-size: 48px;
      font-size: 4.8rem;
      font-weight: 800;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 0;
      padding: 10px 30px 10px 50px;
      color: #fff;
      background: #d31c1c; }

.section-contact-form {
  margin-bottom: 45px;
  background: #ddd; }
  .section-contact-form .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 30px 0; }
    .section-contact-form .cols .details {
      flex: 0 0 360px;
      -webkit-flex: 0 0 360px;
      -ms-flex: 0 0 360px;
      -webkit-box-flex: 0 0 360px;
      -moz-box-flex: 0 0 360px;
      -moz-flex: 0 0 360px;
      font-size: 20px;
      font-weight: 600;
      margin-left: 25px;
      color: #d31c1c; }
    .section-contact-form .cols .fields {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      position: relative; }
      .section-contact-form .cols .fields .ajax-loader {
        position: absolute;
        bottom: 0;
        left: 0; }
      .section-contact-form .cols .fields .entry-input {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: auto;
        margin-left: 10px; }
        .section-contact-form .cols .fields .entry-input label {
          font-size: 20px;
          font-size: 2rem;
          margin-left: 7px; }
        .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap {
          flex: 0 1 100%;
          -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
          -webkit-box-flex: 0 1 100%;
          -moz-box-flex: 0 1 100%;
          -moz-flex: 0 1 100%;
          margin-bottom: 0; }
          .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap ::-webkit-input-placeholder {
            color: #000; }
          .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap :-moz-placeholder {
            color: #000; }
          .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap ::-moz-placeholder {
            color: #000; }
          .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap :-ms-input-placeholder {
            color: #000; }
          .section-contact-form .cols .fields .entry-input .wpcf7-form-control-wrap input {
            height: 42px;
            border: none; }
      .section-contact-form .cols .fields .submit-wrap {
        flex: 0 0 150px;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        -webkit-box-flex: 0 0 150px;
        -moz-box-flex: 0 0 150px;
        -moz-flex: 0 0 150px; }
        .section-contact-form .cols .fields .submit-wrap input {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 600;
          height: 42px;
          padding: 0;
          color: #fff;
          border: none;
          background: #d31c1c; }
    .section-contact-form .cols .wpcf7-response-output {
      position: relative;
      top: 20px;
      text-align: center; }

.entry-slider-products {
  overflow: hidden;
  padding-right: 5px;
  padding-left: 5px; }
  .entry-slider-products .row {
    margin-right: -5px;
    margin-left: -5px; }
    .entry-slider-products .row .col-md-4 {
      padding-right: 5px;
      padding-left: 5px; }
  .entry-slider-products .slider-products .row-slide {
    display: block !important;
    width: auto !important; }
    .entry-slider-products .slider-products .row-slide .entry-image {
      position: relative;
      margin-bottom: 10px; }
      .entry-slider-products .slider-products .row-slide .entry-image .fa {
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 70px;
        position: absolute;
        z-index: 5;
        top: 50%;
        left: 50%;
        color: #d31c1c; }
      .entry-slider-products .slider-products .row-slide .entry-image .image-wrap {
        position: relative;
        overflow: hidden; }
        .entry-slider-products .slider-products .row-slide .entry-image .image-wrap img {
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease;
          width: 100%; }
        .entry-slider-products .slider-products .row-slide .entry-image .image-wrap:hover img {
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
        .entry-slider-products .slider-products .row-slide .entry-image .image-wrap .number {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          font-size: 20px;
          font-size: 2rem;
          font-weight: 600;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 60px;
          height: 60px;
          color: #fff;
          background: rgba(178, 20, 21, 0.75); }
      .entry-slider-products .slider-products .row-slide .entry-image .entry-title {
        font-size: 20px;
        font-size: 2rem;
        display: block;
        padding: 15px 0;
        text-align: center; }
  .entry-slider-products .slider-options {
    margin-top: 15px;
    text-align: center; }
    .entry-slider-products .slider-options .slider-options-in {
      position: relative;
      display: inline-block;
      height: 25px;
      padding: 0 50px; }
      .entry-slider-products .slider-options .slider-options-in .slick-arrow {
        font-size: 42px;
        position: absolute;
        top: -20px;
        width: 25px;
        height: 25px;
        padding: 0;
        border: none;
        background: none; }
        .entry-slider-products .slider-options .slider-options-in .slick-arrow:focus {
          outline: none; }
        .entry-slider-products .slider-options .slider-options-in .slick-arrow .fa {
          color: #d31c1c; }
        .entry-slider-products .slider-options .slider-options-in .slick-arrow.slick-prev {
          right: 0; }
        .entry-slider-products .slider-options .slider-options-in .slick-arrow.slick-next {
          left: 0; }
      .entry-slider-products .slider-options .slider-options-in .slick-dots li {
        display: inline-block;
        margin-left: 10px; }
        .entry-slider-products .slider-options .slider-options-in .slick-dots li:last-child {
          margin-left: 0; }
        .entry-slider-products .slider-options .slider-options-in .slick-dots li button {
          width: 10px;
          height: 10px;
          padding: 0;
          text-indent: 9999px;
          border-radius: 50%;
          background: #b8b8b8; }
        .entry-slider-products .slider-options .slider-options-in .slick-dots li.slick-active button {
          position: relative;
          top: -2px;
          width: 15px;
          height: 15px;
          background: #d31c1c; }

.section-description,
.section-content-top {
  margin-bottom: 30px; }

.section-related .row-title .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 50px; }

.page-template-template-landing {
  position: relative;
  padding-top: 0; }
  .page-template-template-landing .slider-header-gallery {
    position: relative;
    margin-bottom: 20px; }
    .page-template-template-landing .slider-header-gallery li {
      display: block !important; }
    .page-template-template-landing .slider-header-gallery *:focus {
      outline: none; }
    .page-template-template-landing .slider-header-gallery .entry-image-bg {
      height: 640px;
      background-position: center center;
      background-size: cover; }
    .page-template-template-landing .slider-header-gallery .slick-arrow {
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 120px;
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 70px;
      opacity: .8;
      border: none;
      background: none; }
      .page-template-template-landing .slider-header-gallery .slick-arrow.slick-prev {
        right: 30px; }
      .page-template-template-landing .slider-header-gallery .slick-arrow.slick-next {
        left: 30px; }
  .page-template-template-landing .header-landing {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 640px;
    margin-bottom: 20px;
    padding-top: 20px;
    background-size: cover; }
    .page-template-template-landing .header-landing .entry-phone {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 20px;
      text-align: center; }
    .page-template-template-landing .header-landing .entry-image img {
      width: auto;
      margin: auto; }
    .page-template-template-landing .header-landing .title-wrap {
      position: absolute;
      right: 0;
      bottom: 60px;
      left: 0;
      width: 100%;
      max-width: 970px;
      margin: auto;
      padding: 0 15px;
      text-align: center; }
      .page-template-template-landing .header-landing .title-wrap > .entry-title {
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        margin-bottom: 0;
        padding: 20px 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.7); }
    .page-template-template-landing .header-landing .title-with-banner .title-wrap > .entry-title {
      padding-left: 250px; }
    .page-template-template-landing .header-landing .title-with-banner .title-wrap .banner {
      -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
      position: absolute;
      bottom: -30px;
      left: 50px;
      width: 190px;
      height: 220px;
      padding: 10px;
      background: #fff;
      box-shadow: 0 3px 8.46px 0.54px rgba(0, 0, 0, 0.21); }
      .page-template-template-landing .header-landing .title-with-banner .title-wrap .banner .banner-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: 100%;
        height: 100%;
        padding: 10px;
        color: #fff;
        border: 1px solid #000;
        background: #d31c1c; }
        .page-template-template-landing .header-landing .title-with-banner .title-wrap .banner .banner-in .entry-title {
          font-size: 45px;
          font-size: 4.5rem;
          font-weight: 600;
          margin-bottom: 0;
          color: #fff; }
        .page-template-template-landing .header-landing .title-with-banner .title-wrap .banner .banner-in .entry-text {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 600; }
  .page-template-template-landing .main .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; }
    .page-template-template-landing .main .cols .col-right {
      flex: 0 1 820px;
      -webkit-flex: 0 1 820px;
      -ms-flex: 0 1 820px;
      -webkit-box-flex: 0 1 820px;
      -moz-box-flex: 0 1 820px;
      -moz-flex: 0 1 820px;
      padding-top: 30px; }
      .page-template-template-landing .main .cols .col-right .content-title {
        font-size: 41px;
        font-size: 4.1rem;
        font-weight: 600;
        margin-bottom: 50px;
        color: #080808; }
      .page-template-template-landing .main .cols .col-right .entry-list .list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.25;
        float: right;
        width: 50%;
        padding-left: 30px; }
        .page-template-template-landing .main .cols .col-right .entry-list .list li:before {
          flex: 0 0 40px;
          -webkit-flex: 0 0 40px;
          -ms-flex: 0 0 40px;
          -webkit-box-flex: 0 0 40px;
          -moz-box-flex: 0 0 40px;
          -moz-flex: 0 0 40px;
          display: inline-block;
          height: 41px;
          margin-left: 15px;
          content: '';
          background-image: url(../../assets/img/sprite.png);
          background-position: -4px -88px; }
        .page-template-template-landing .main .cols .col-right .entry-list .list li .item {
          width: 275px;
          max-width: 100%;
          margin-bottom: 30px; }
          .page-template-template-landing .main .cols .col-right .entry-list .list li .item .entry-title {
            margin-bottom: 5px; }
          .page-template-template-landing .main .cols .col-right .entry-list .list li .item .entry-text {
            font-size: 18px;
            font-size: 1.8rem; }
    .page-template-template-landing .main .cols .col-left {
      flex: 0 1 380px;
      -webkit-flex: 0 1 380px;
      -ms-flex: 0 1 380px;
      -webkit-box-flex: 0 1 380px;
      -moz-box-flex: 0 1 380px;
      -moz-flex: 0 1 380px; }
      .page-template-template-landing .main .cols .col-left .cf-wrap {
        padding: 40px;
        background: #d31c1c; }
        .page-template-template-landing .main .cols .col-left .cf-wrap .titles {
          margin-bottom: 25px; }
          .page-template-template-landing .main .cols .col-left .cf-wrap .titles .entry-title {
            font-size: 35px;
            font-size: 3.5rem;
            margin-bottom: 0;
            text-align: center;
            color: #fff; }
          .page-template-template-landing .main .cols .col-left .cf-wrap .titles .entry-subtitle {
            font-size: 25px;
            font-size: 2.5rem;
            font-weight: 400;
            margin-bottom: 0;
            text-align: center;
            color: #fff; }
        .page-template-template-landing .main .cols .col-left .cf-wrap .fields .entry-input {
          margin-bottom: 20px; }
          .page-template-template-landing .main .cols .col-left .cf-wrap .fields .entry-input label {
            font-size: 18px;
            font-size: 1.8rem;
            display: block;
            margin-bottom: 5px;
            color: #fff; }
          .page-template-template-landing .main .cols .col-left .cf-wrap .fields .entry-input input {
            height: 37px; }
        .page-template-template-landing .main .cols .col-left .cf-wrap .fields .submit-wrap {
          padding-top: 5px; }
          .page-template-template-landing .main .cols .col-left .cf-wrap .fields .submit-wrap [type='submit'] {
            font-size: 18px;
            font-size: 1.8rem;
            height: 40px;
            color: #fff;
            border: none;
            background: #000; }
        .page-template-template-landing .main .cols .col-left .cf-wrap .wpcf7 .wpcf7-response-output {
          color: #fff; }
  .page-template-template-landing .site-footer {
    margin-top: 35px; }

.mobile-sticky-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  height: 46px; }
  .mobile-sticky-footer .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    width: 49.5%;
    height: 100%;
    color: #fff;
    background: #d31c1c; }
    .mobile-sticky-footer .btn.active {
      background: #000; }
    .mobile-sticky-footer .btn .sprite,
    .mobile-sticky-footer .btn .fa {
      margin-left: 7px; }
  .mobile-sticky-footer .entry-form {
    position: absolute;
    position: fixed;
    top: 60px;
    display: none;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #f0f0f0; }
    .mobile-sticky-footer .entry-form ::-webkit-input-placeholder {
      color: #000; }
    .mobile-sticky-footer .entry-form :-moz-placeholder {
      color: #000; }
    .mobile-sticky-footer .entry-form ::-moz-placeholder {
      color: #000; }
    .mobile-sticky-footer .entry-form :-ms-input-placeholder {
      color: #000; }
    .mobile-sticky-footer .entry-form form {
      width: 235px;
      margin: auto; }
    .mobile-sticky-footer .entry-form .entry-title {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 5px;
      text-align: center;
      color: #cc1a16; }
      .mobile-sticky-footer .entry-form .entry-title strong {
        font-weight: 600;
        display: block; }
    .mobile-sticky-footer .entry-form input {
      font-size: 18px;
      padding-right: 15px;
      padding-left: 15px; }
    .mobile-sticky-footer .entry-form.visible {
      z-index: 9999; }

.row-content-before-posts {
  padding-top: 50px; }
  .row-content-before-posts h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 60px;
    color: #d31d19; }
    .row-content-before-posts h2 strong {
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 1px solid; }

.row-content-after-posts {
  padding-top: 50px; }
  .row-content-after-posts h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 60px;
    color: #d31d19; }
    .row-content-after-posts h2 strong {
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 1px solid; }
  .row-content-after-posts h3 {
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: underline;
    color: #d31d19; }

.section-title {
  margin-bottom: 45px;
  text-align: center; }
  .section-title .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0;
    text-decoration: underline;
    color: #cc1a16; }

.search .row-results {
  padding-top: 50px; }
  .search .row-results .search-title {
    color: #d31c1c; }
  .search .row-results .search-results-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee; }
    .search .row-results .search-results-list li .entry-title {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 5px;
      color: #d31c1c; }

#mn-search {
  position: relative; }
  #mn-search .search-input {
    font-size: 16px;
    height: 48px;
    border: none; }
  #mn-search .search-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border: none;
    background: #8c120f; }

/*# sourceMappingURL=style.css.map */

.footer{
	background-color: #f6f6f6;
	padding: 55px 0;
}


.footer__center-container {
    display:flex;
    flex-wrap: wrap;
	text-align: right;
	justify-content: space-between;
	color: #fff;
}
.footer__center-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-container {
	max-width: 95vw;
	width: 1600px;
}

.footer__center-title {
	font-size: 21px;
	position: relative;
	padding-bottom: 20px;
	color: #25252d;
    font-weight: 500;
    line-height: 1.2;
}

.footer__center-title::before {
	width: 100%;
	background-color: #a9a5a4;
	opacity: .4;
}

.footer__center-title::after, .footer__center-title::before {
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer__center-title::after {
	background-color: #cc1a16;
    width: 55px;
}

.footer__center-container ul {
	list-style: none;
	padding: 5px 0 30px;
}

.footer__center-container ul {
	list-style: none;
}
.footer__center-container a {
	color: #3d3d3d;
	font-size: 17px;
    line-height: 1.5;
    font-weight:400;
    transition: all .2s
}

.footer__center-container a:hover {
	color: #cc1a16 ;
}

.footer__social-links {
	display: flex;
	justify-content: center;
}
.footer__social-link {
	color: #cc1a16  !important;
}

.footer__social-links {
	display: flex;
	justify-content: center;
    margin-top:10px;
}

.footer__social-links a{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 45px;
    height: 45px;
    background-color: #fff;
    margin: 5px;
    color: #cc1a16!important;
    transition:all .5s;
    font-size: 18px;
}

.footer__social-links a:hover {
    background-color: #cc1a16;
    color:#f6f6f6!important;
}

.footer__text{
    text-align:right; 
    direction:rtl;
}


@media (max-width: 992px){
    .footer__center-nav{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer__text{
        text-align:center; 
    }
    .footer {
         padding: 55px 0 0;
     }
}