@import url(https://fonts.googleapis.com/css?family=Righteous&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin,latin-ext);
@import "animate.css";
@import "font-awesome.min.css";

@charset "UTF-8";
/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/
@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}
/*
* @section      Normalize
*
* @description  Resets default browser styling
*
* @link         http://github.com/necolas/normalize.css
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      3.0.3
* @revision     1.0
*/
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, button, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button, input, textarea, select {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom-left-radius: 1px !important;
}

/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*--------------------------------------------------------------------
/*                              Navbar
 *------------------------------------------------------------------*/
.paw-navbar-container {
  display: none;
  color: #333333;
  background: #fefefe;
  font: 400 24px "Lato", sans-serif;
}

.paw-navbar-container, .paw-navbar, .paw-navbar > * {
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
}

.paw-navbar {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  background: inherit;
  overflow: hidden;
  z-index: 9999999;
}

.paw-navbar > * {
  position: fixed;
  top: 8px;
  z-index: 2;
}

.paw-navbar button {
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.paw-navbar button, .paw-navbar button:focus, .paw-navbar button:active {
  display: inline-block;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
}
.paw-navbar button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.paw-navbar-menu {
  left: 12px;
}

.paw-navbar-title {
  left: 72px;
  right: 72px;
  line-height: 48px;
}

@media (max-width: 767px) {
  .paw-navbar, .paw-navbar-container {
    height: 64px;
    display: block;
  }
}
@media (max-width: 767px) {
  .paw-navbar-container {
    font-size: 18px;
  }

  .paw-navbar-container, .paw-navbar {
    height: 56px;
  }

  .paw-navbar * {
    top: 4px;
  }

  .paw-navbar-menu {
    left: 4px;
  }

  .paw-navbar-title {
    left: 56px;
    right: 56px;
  }
}
@media (max-width: 479px) {
  .paw-navbar-container {
    font-size: 11px;
  }
}
/*--------------------------------------------------------------------
/*                         Navbar Search Form
 *------------------------------------------------------------------*/
.paw-navbar-search {
  display: none;
  background: inherit;
  right: 72px;
  margin: 4px 0 2px;
}

.paw-navbar-search.active {
  display: block;
}

.paw-navbar-search_toggle {
  right: 12px;
  color: inherit;
}
.paw-navbar-search_toggle:hover {
  color: #e12219;
}

.paw-navbar-search_input {
  display: block;
  padding: 4px 0;
  margin: 0;
  width: 208px;
  font: inherit;
  line-height: 32px;
  height: 32px;
  color: #cccccc;
  outline: none;
  background-color: inherit;
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #f4f4f4;
  border-bottom-color: rgba(238, 238, 238, 0.5);
  -moz-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
}

.paw-navbar-search_input:focus {
  color: inherit;
  border-bottom-color: #e12219;
}

@media (max-width: 767px) {
  .paw-navbar-search {
    right: 56px;
  }

  .paw-navbar-search_input {
    margin: 4px 0 3px;
    padding: 4px 0;
    line-height: 26px;
    height: 26px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 479px) {
  .paw-navbar-search {
    left: 56px;
  }

  .paw-navbar-search_input {
    width: 100%;
  }
}
/*--------------------------------------------------------------------
 *                             Side Nav
 *------------------------------------------------------------------*/
body {
  width: 100%;
}

.paw-sidenav-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.lt-ie9 .paw-sidenav-container {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000');
  zoom: 1;
}

.paw-sidenav_toggle {
  color: inherit;
}
.paw-sidenav_toggle:hover {
  color: #e12219;
}

.paw-sidenav {
  position: fixed;
  left: -241px;
  top: 64px;
  bottom: 0;
  width: 240px;
  color: #333333;
  font: 700 16px/16px "Lato", sans-serif;
  background: #fefefe;
  border-right: 1px solid;
  border-right-color: #0b0b0b;
  border-right-color: rgba(0, 0, 0, 0.14);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  z-index: 9999999;
  -moz-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
  -o-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
  -webkit-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
  transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.paw-sidenav-container.active {
  right: 0;
}
.paw-sidenav-container.active .paw-sidenav {
  left: 0;
}

.paw-sidenav {
  padding: 8px 0;
}
.paw-sidenav a {
  display: block;
  padding: 16px;
}
.paw-sidenav ul {
  font-weight: 400;
}
.paw-sidenav ul a {
  padding-left: 32px;
}
.paw-sidenav ul ul a {
  padding-left: 48px;
}
.paw-sidenav li a:hover, .paw-sidenav li.active > a {
  color: white;
  background: #e12219;
}

@media (max-width: 767px) {
  .paw-sidenav {
    top: 56px;
  }
}
/*--------------------------------------------------------------------
/*                           Spinner
 *------------------------------------------------------------------*/
/* Default Version */
.paw-spin-container {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.paw-spin, .paw-spin_shape, .paw-spin_dash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.paw-spin_shape {
  width: 50%;
  overflow: hidden;
}

.paw-spin_dash {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 200%;
  border-style: solid;
  border-width: 5px;
}

.paw-spin_shape.left {
  right: auto;
}
.paw-spin_shape.left .paw-spin_dash {
  border-color: #2d3134 transparent transparent #2d3134;
}

.paw-spin_shape.right {
  left: auto;
}
.paw-spin_shape.right .paw-spin_dash {
  left: -100%;
  border-color: #2d3134 #2d3134 transparent transparent;
}

/* SVG Version */
.paw-spin-container svg {
  width: 100%;
  height: 100%;
}

.paw-spin-container circle {
  stroke: #2d3134;
  fill: transparent;
  stroke-width: 4;
  stroke-dasharray: 190;
}

/* IE8 Version */
.paw-spin-container {
  font: 700 15px "Lato", sans-serif;
  line-height: 80px;
}

/*--------------------------------------------------------------------
/*                           Ink Effect
 *------------------------------------------------------------------*/
.paw-ink {
  position: relative;
  overflow: hidden;
}

.paw-ink_effect {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #d2d2d2;
  background: rgba(204, 204, 204, 0.5);
}

.paw-ink_content {
  display: block;
  position: relative;
}
/*==================  Super Fish   ======================*/
.sf-menu {
  display: inline-block;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  border-left: 1px solid #d8d7d7;
  border-right: 1px solid #d8d7d7;
  color: #2d3134;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  border-left: 1px solid #d8d7d7;
}
.sf-menu > li a, .sf-menu > li a:hover {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.sf-menu > li > a {
  padding: 25px 28px;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #2d3134;
  color: #fff;
}

.sf-menu ul {
  background: #fff;
  color: #777;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  width: 269px;
  z-index: 1;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li + li {
  border-top: 1px solid #d9d9d9;
}
.sf-menu ul li.active > a, .sf-menu ul li.sfHover > a, .sf-menu ul li > a:hover {
  background: #e12219;
  color: #fff;
}
.sf-menu ul a {
  padding: 15px 30px;
}

.sf-menu ul ul {
  position: static;
  margin: 0;
  border-top: 1px solid #d9d9d9;
}

.sf-menu > li > ul {
  -webkit-box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
  -moz-box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
  box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
}

.sf-with-ul {
  position: relative;
}
.sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -25px;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sf-menu ul .sf-with-ul:before {
  content: '\f0d7';
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -15px 0 0 -15px;
  font: 400 12px/30px 'FontAwesome';
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  border-top: 1px solid #d8d7d7;
  background: #fff;
  border-bottom: 1px solid #d8d7d7;
}
@media (max-width: 979px) {
  .stuck_container {
    text-align: center;
  }
  .stuck_container .nav, .stuck_container .search-form {
    float: none;
  }
  .stuck_container .search-form {
    margin: 20px auto 15px;
    max-width: 400px;
  }
  .stuck_container .sf-menu {
    border-top: 1px solid  #d8d7d7;
  }
}
@media (max-width: 767px) {
  .stuck_container {
    display: none;
  }
}

.isStuck {
  z-index: 999;
}
.isStuck .hdr-brand {
  padding: 0 0 11px;
  float: left;
}
.isStuck .hdr-brand h1 {
  margin-top: 8px;
  font-size: 40px;
  line-height: 36px;
}
.isStuck .hdr-brand p {
  margin-left: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2.7px;
}
.isStuck .nav__ins2 {
  padding: 26px 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================    Map    ======================*/
.map {
  height: 370px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}
.map .gm-style-iw p {
  font: 400 22px/28px 'Lato', sans-serif;
  padding: 15px 15px 6px 15px;
  color: #ffffff;
}
.map .gm-style-iw span {
  font: 700 24px/28px 'Righteous', sans-serif;
}
.map .gm-wrapper > div {
  top: -105px !important;
  -ms-transform: translateX(73%) !important;
  -webkit-transform: translateX(73%) !important;
  transform: translateX(73%) !important;
  width: 285px !important;
  height: 133px !important;
  background: #e12219;
}
.map .gm-wrapper > div:before {
  content: '';
  position: absolute;
  top: 47px;
  left: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #e12219 transparent;
  -moz-transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-0.00000000000000018369, M12=1, M21=-1, M22=-0.00000000000000018369);
  zoom: 1;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  z-index: 9999999999999999999;
}
.map .gm-wrapper > div > div > div {
  display: none;
}
@media (max-width: 991px) {
  .map .gm-style-iw p {
    font: 400 14px/20px 'Lato', sans-serif;
    padding: 5px 0px 0px 5px;
  }
  .map .gm-style-iw span {
    font: 400 16px/20px 'Righteous', sans-serif;
  }
  .map .gm-wrapper > div {
    top: -90px !important;
    width: 189px !important;
    height: 87px !important;
  }
  .map .gm-wrapper > div:before {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .map .gm-wrapper > div {
    top: -90px !important;
  }
}
@media (max-width: 520px) {
  .map .gm-wrapper > div {
    top: -180px !important;
    -ms-transform: translateX(36%) !important;
    -webkit-transform: translateX(36%) !important;
    transform: translateX(36%) !important;
    width: 174px !important;
    height: 78px !important;
  }
  .map .gm-wrapper > div:before {
    top: 78px !important;
    left: 15px;
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=-1, M12=-0.00000000000000012246, M21=0.00000000000000012246, M22=-1);
    zoom: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .map .gm-wrapper > div > div > div {
    display: none;
  }
  .map .gm-style-iw p {
    padding: 0px;
  }
}
@media (max-width: 479px) {
  .map .gm-wrapper > div {
    top: -180px !important;
    -ms-transform: translateX(44%) !important;
    -webkit-transform: translateX(44%) !important;
    transform: translateX(44%) !important;
    width: 142px !important;
    height: 78px !important;
  }
  .map .gm-wrapper > div:before {
    top: 78px !important;
    left: 10px;
    border-width: 0px 13px 13px;
  }
  .map .gm-style-iw p {
    font: 400 11px/20px 'Lato', sans-serif;
    padding: 0px;
  }
  .map .gm-style-iw span {
    font: 400 14px/20px 'Righteous', sans-serif;
    padding: 0px;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  background: white;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.header-panel {
  padding-top: 28px;
  padding-bottom: 23px;
}
.header .brand {
  float: left;
  display: inline-block;
}
.contact-info {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .header .brand, .contact-info {
    text-align: center;
    float: none;
  }
  .brand_wrapper + .contact-info {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  .header .brand, .contact-info {
    font-size: 28px;
    line-height: 24px;
  }
  .brand_wrapper + .contact-info {
    margin-top: 25px;
  }
}
/*==================     Brand     ======================*/
.brand_wrapper {
  display: block;
}
.brand_wrapper .brand {
  display: inline-block;
}
.brand_wrapper .brand_name {
  overflow: hidden;
  font-weight: 400;
  font-family: "Righteous", sans-serif;
  font-size: 80px;
  line-height: 78px;
  letter-spacing: -2px;
}
.brand_wrapper .brand_name span {
  display: block;
  border-top: 1px solid #191919;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1.3px;
}
/*==================    Brand      ======================*/
.brand_wrapper .brand h1 {
  overflow: hidden;
}
.brand_wrapper .brand h1 a {
  display: inline-block;
}
.brand_wrapper .brand .logo {
      padding: 5px 5px 5px 0px;
      line-height: 0;
      font-size: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
.brand_wrapper .brand h1 span {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
.brand_wrapper .brand h1 span {
    font-size: 29px;
    line-height: 29px;
  }
}
@media (max-width: 479px) {
.brand_wrapper .brand h1 span {
    font-size: 19px;
    line-height: 19px;
  }
.brand_wrapper .brand h1 {
    font-size: 52px;
    line-height: 54px;
  }
.brand_wrapper .brand .logo {
     width:69px;
     height:49px;
  }
}
/*==================    Address     ======================*/
.contact-info p:first-child {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #2d3134;
  text-transform: uppercase;
  letter-spacing: -.56px;
}
.contact-info .phone, .contact-info .email, .contact-info .language {
  color: #e12219;
}
.contact-info .phone:before, .contact-info .email:before, .contact-info .language:before {
  color: #c9c9c9;
  font-family: "FontAwesome";
  font-weight: 400;
  padding-right: 10px;
}
.contact-info .phone a:hover, .contact-info .email a:hover, .contact-info .language a:hover{
  text-decoration: underline;
}
.contact-info .language {
  margin-top: 0px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #2d3134;
}
.contact-info .language:before {
  content: '\f1ab';
  font-size: 28px;
}
.contact-info .email {
  margin-top: 13px;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -.42px;
}
.contact-info .email:before {
  content: '\f0e0';
  font-size: 25px;
}
.contact-info .phone {
  margin-top: 11px;
  font-family: "Righteous", sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1px;
}
.contact-info .phone:before {
  content: '\f10b';
  font-size: 64px;
}
@media (max-width: 479px) {
  .contact-info .phone {
    font-size: 33px;
  }
  .contact-info .phone:before {
    font-size: 48px;
  }
  .contact-info p:first-child {
    font-size: 17px;
    line-height: 22px;
  }
}
/*==================    Box     ======================*/
.box .phone, .box .email {
  color: #ffffff;
}
.box .phone:before, .box .email:before {
  color: #ffffff;
  font-family: "FontAwesome";
  font-weight: 400;
  padding-right: 5px;
}
.box .phone a:hover, .box .email a:hover {
  text-decoration: underline;
}
.box .email {
}
.box .email:before {
  content: '\f0e0';
}
.box .phone {
    font-size: 18px;
}
.box .phone:before {
  content: '\f095';
}
@media (max-width: 479px) {
  .box .phone {
    font-size: 15px;
  }
  .box .phone:before {
    font-size: 15px;
  }
  .box p:first-child {
    font-size: 15px;
  }
}

/*==================       Nav      ======================*/
.nav {
  float: left;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 700;
  background: #ebebeb;
  color: #777;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Righteous", sans-serif;
  color: #e12219;
}
h1 span {
  color: #2d3134;
}
h2, h3 {
  color: #191919;
}
h4 {
  color: #191919;
}
.color3 h4 {
  color: #e12219;
}
h2,
h3 {
  text-transform: uppercase;
  font-weight: 700;
}
h2 span,
h3 span {
  font-weight: 300;
}
h2 span {
  font-size: 40px;
  line-height: 49px;
}
h2 {
  font-size: 60px;
  line-height: 69px;
  letter-spacing: -1.2px;
}
h3 {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #777;
}
h5 a:hover {
  text-decoration: underline;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  color: #777;
}
h6 a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
h4 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}
h4 a:hover {
  color: #e12219;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .gallery-overlay {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .gallery-overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
  margin-top: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .gallery-overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 a[data-gal] .gallery-overlay:before {
  display: none;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80278032', endColorstr='#80278032');
  zoom: 1;
}
a[data-gal]:hover .gallery-overlay:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.lt-ie9 a[data-gal]:hover .gallery-overlay:before {
  display: block;
}
.appear {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .appear {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
a[data-gal] + .off1,
img + .off1 {
  margin-top: 21px;
}
h3 + .off1 {
  margin-top: 27px;
}
h3 + .off2 {
  margin-top: 45px;
}
h3 + .off3 {
  margin-top: 24px;
}
h3 + .off4 {
  margin-top: 37px;
}
.row + .off1 {
  margin-top: 33px;
}
.row + .off5 {
  margin-top: 21px;
}
p + .off1 {
  margin-top: 48px;
}
p + .off2 {
  margin-top: 23px;
}
.off10 {
  margin-top: 15px;
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #e5e5e5;
  background-image: url(../images/inset-shadow.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  padding-top: 30px;
}
.content__off1 {
  margin-top: 0px;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 80px 0 82px;
  position: relative;
}
.wrapper1__ins1 {
  padding-bottom: 106px;
}
.wrapper1__ins2 {
  padding-bottom: 73px;
}
@media (max-width: 767px) {
  .wrapper1__mod {
    padding-bottom: 0;
  }
}
.wrapper2 {
  padding: 61px 0 92px;
  position: relative;
}
.wrapper2__ins1 {
  padding-bottom: 80px;
}
.mt-img {
  margin-top: 8px;
}
/*========= Boxes ======================*/
.box {
  position: relative;
}
.box img {
  width: 100%;
}
.box h3 {
  color: #ffffff;
}
.box h3 span {
  color: #e12219;
}
.box_cnt {
  padding-right: 30px;
}
.box .link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
}
.box .link:hover {
  color: #e12219;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .box h3 {
    font-size: 36px;
    line-height: 41px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box h3 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 479px) {
  .box h3 {
    font-size: 30px;
    line-height: 37px;
  }
}
.box__mod h3 span {
  color: #ffffff;
}
@media (max-width: 979px) {
  .box__mod h3 span {
    color: #e12219;
  }
}
.box2_cnt {
  background: #ffffff;
  padding: 11px 5px 29px 20px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 1199px) {
  .box2 a[data-gal] {
    display: block;
  }
}
/*========= Buttons ======================*/
.btn1 {
  display: inline-block;
  font: 700 22px/33px 'Lato', sans-serif;
  padding: 24px 0 23px;
  text-align: center;
  min-width: 199px;
  color: #191919;
  background: #e12219;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn1 span {
  line-height: 33px;
  color: #ffffff;
  margin-left: 9px;
}
.btn1:hover {
  color: #e12219;
  background: #191919;
}
.btn2 {
  display: inline-block;
  font: 700 20px/33px 'Lato', sans-serif;
  padding: 19px 0 18px;
  text-align: center;
  min-width: 162px;
  color: #ffffff;
  background: #191919;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn2:hover {
  background: #e12219;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*========= Backgrounds ======================*/
.bg {
  background: #191919;
  position: relative;
  overflow: hidden;
}
.bg h3,
.bg h4,
.bg p {
  color: #ffffff;
}
.bg .overlay {
  right: 32.7%;
  height: 140%;
  background: #e12219;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .bg .overlay {
    right: 57.7%;
  }
}
@media (max-width: 979px) {
  .bg .overlay {
    display: none;
  }
}
.lt-ie9 .bg .overlay {
  right: 61.7%;
}
.overlay {
  position: absolute;
  width: 120%;
  top: 0;
  -moz-transform: rotate(114deg);
  -ms-transform: rotate(114deg);
  -webkit-transform: rotate(114deg);
  -o-transform: rotate(114deg);
  transform: rotate(114deg);
}
.bg2 {
  background: #191919;
  color: #ffffff;
}
.bg2 h3 {
  color: #ffffff;
}
/*========= Caption ======================*/
.caption {
  text-align: right;
}
.caption h2 {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .caption h2 {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .caption h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
.caption h2 + .btn1 {
  margin-top: 16px;
}
@media (max-width: 479px) {
  .caption {
    text-align: center;
    bottom: 40px;
  }
  .caption h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .caption h2 span {
  font-size: 28px;
  line-height: 40px;
}
}
/*========= Markered List ======================*/
.markered-list li + li {
  margin-top: 31px;
}
.markered-list a {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 22px;
  color: #191919;
}
.markered-list a:before {
  content: '\f105 ';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 30px;
  color: #e12219;
}
.markered-list a:hover {
  color: #e12219;
}
.markered-list a:hover:before {
  color: #191919;
}
.img-wrap {
  position: absolute;
  bottom: 0;
}
.img-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .img-wrap {
    position: relative;
  }
}
/*========= Address ======================*/
address {
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}
address p {
  position: relative;
  padding-left: 45px;
  font-weight: 700;
}
address p:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  line-height: 34px;
  color: #e12219;
}
address p + p {
  margin-top: 21px;
}
address .addr:before {
  content: '\f041';
  font-size: 40px;
}
address .phone {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
address .phone:before {
  content: '\f10b ';
  font-size: 50px;
}
address .fax {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
address .fax:before {
  content: '\f1ac ';
  font-size: 28px;
}
address .hours:before {
  content: '\f017';
  font-size: 33px;
}
address .mail:before {
  content: '\f0e0';
  font-size: 28px;
}
address .mail a {
  color: #ffffff;
}
address .mail a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  address {
    font-size: 16px;
    line-height: 28px;
  }
  address .mail {
    font-size: 18px;
  }
  address .phone {
    font-size: 28px;
  }
  address .fax {
    font-size: 28px;
  }
}
/*========= Map ======================*/
.map {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.map_caption {
  position: relative;
  padding-top: 71px;
  z-index: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .map_caption {
    padding-bottom: 20px;
  }
}
.map h3 {
  color: #ffffff;
}
.map .overlay {
  right: 27.2%;
  height: 170%;
  background: rgba(25, 25, 25, 0.8);
  z-index: 1;
}
.lt-ie9 .map .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .map .overlay {
    width: 156%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .map .overlay {
    width: 192%;
    right: 9.2%;
  }
}
@media (max-width: 767px) {
  .map .overlay {
    width: 100%;
    left: 0;
    right: 0;
    top: 350px;
    bottom: 0;
    height: auto;
    transform: none;
  }
}
.lt-ie9 .map .overlay {
  right: 50%;
}
@media (max-width: 767px) {
  .map {
    height: auto;
    padding-top: 350px;
    overflow: inherit;
  }
}
/*========= Number-box ======================*/
.number-box {
  position: relative;
  padding-left: 100px;
}
.number-box:before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  top: 10px;
  width: 66px;
  height: 66px;
  line-height: 62px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  background: #e12219;
}
.number-box:after {
  content: '';
  position: absolute;
  left: 66px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #e12219;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-box {
    padding: 100px 0 0;
  }
  .number-box:before {
    top: 0;
    left: 50%;
    margin-left: -33px;
  }
  .number-box:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .number-box {
    padding: 100px 0 0;
  }
  .number-box:before {
    top: 0;
    left: 50%;
    margin-left: -33px;
  }
  .number-box:after {
    display: none;
  }
}
/*========= Quote ======================*/
.quote {
  padding-left: 58px;
  position: relative;
}
.quote:before {
  content: '\f10d ';
  position: absolute;
  left: 0;
  top: 8px;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}
.quote p + h4 {
  margin-top: 29px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.policy-box + .policy-box {
  margin-top: 26px;
}
.policy-link {
  margin-top: 29px;
}
.policy-link a {
  text-decoration: none;
}
.policy-link a:hover {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 25px 0 26px;
}
@media (max-width: 767px) {
  .footer {
    border-top: 1px solid #777;
  }
  .footer .social-list {
    float: none;
  }
}
.copyright a:hover {
  color: #e12219;
}
/*========================================================
                    Widget styles
=========================================================*/
/* parallax styles
========================================================*/
.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  position: relative;
  background-image: url(../images/page1-img8.jpg);
  overflow: hidden;
  padding: 317px 0 90px;
}
.parallax1 .caption {
  position: relative;
}
.parallax1 .camera_overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax1 .camera_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
@media (max-width: 479px) {
  .parallax1 {
    padding-top: 150px;
  }
}
.parallax2 {
  background-image: url(../images/page1-img8.jpg);
  color: #ffffff;
}
.parallax2 .parallax-overlay {
  background: rgba(25, 25, 25, 0.8);
}
.lt-ie9 .parallax2 .parallax-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc191919', endColorstr='#cc191919');
  zoom: 1;
}
.parallax2 h3,
.parallax2 h4 {
  color: #ffffff;
}
/*==================     ToTop     ======================*/
#toTop {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  position: fixed;
  z-index: 20;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #484848;
}
#toTop:hover {
  color: #e12219;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
/*------------------isotop items------------------*/
/*============  Isotope =============*/
.portfolioFilter { 
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: -5px;
}
.portfolioFilter a { 
  display: inline-block;
  color: #282828;
  margin: 0 15px 15px 0;
  cursor: pointer;
}
.portfolioFilter a:hover { 
  color: #e12219;
}
.portfolioFilter a.current { 
  color: #e12219;
}

.portfolioContainer img {
    margin-bottom: 0px;
}

.isotope-item {
    margin-top: 30px;
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
@media (max-width: 479px) {
  .portfolioFilter {
  font-size: 21px;
  text-align: left;
  }
}
/*============ PRICE ==============*/
#content .price-box {
  text-align: center;
  color: #ffffff;
  margin-top: 0px;
  padding: 21px 0 36px;
}
#content .price-box .heading {
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 15px;
}
#content .price-box .price {
  background: #ffffff;
  padding: 30px 0 3px;
  font-size: 55px;
  line-height: 25px;
  font-weight: 700;
}
#content .price-box .price span {
  font-size: 22px;
  font-weight: 700;
  line-height: 0px;
}
#content .price-box .price span + span {
  font-size: 14px;
  line-height: 48px;
}
#content .price-box .list {
  margin-top: 19px;
  padding: 0 13px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 29px;
}
#content .price-box .list li {
  padding-top: 12px;
}
#content .price-box .list li .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
}
#content .price-box .list li .divider2 {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 12px;
}
.ie8 #content .price-box .list li .divider {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  zoom: 1;
}
#content .price-box .list a:hover {
  text-decoration: none;
  color: #e12219;
}
#content .price-box .btn2 {
  margin-top: 34px;
}
.o__hidden {
  overflow: hidden;
}
.bg_1 {
  background: #191919;
}
.color_1 {
  color: #191919;
}
.bg_2 {
  background: #191919;
}
.color_2 {
  color: #191919;
}
.bg_3 {
  background: #191919;
}
.color_3 {
  color: #191919;
}
.bg_4 {
  background: #e12219;
}
.color_4 {
  color: #e12219;
}
.white {
  color: #ffffff;
}
#content .price-box .btn21 {
  margin-top: 34px;
}
#content .btn21 {
  display: inline-block;
  min-width: 162px;
  border: 1px solid #ffffff;
  padding: 11px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
#content .btn21:hover {
  text-decoration: none;
  color: #000;
  background: #ffffff;
}
header .social {
  margin-top: 0px;
  margin-right: 15px;
  display: inline-block;
  color: #c9c9c9;
  font-size: 28px;
  line-height: 32px;
}
header p a:hover {
  color: #e12219;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.social-list {
  float: right;
  color: #777;
  margin-top: 0px;
}
.social-list li {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
}
.social-list li + li {
  margin-left: 5px;
}
.social-list a:hover {
  color: #e12219;
}
.off11 {
  margin-top: 5px;
}
