body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tenor Sans', sans-serif;
}
header#masthead {
  background-color: #fff;
  padding-bottom: 13px;
  box-shadow: rgba(0,0,0,0.20) 0 0 10px;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
  z-index: 10;
  width: 100%;
}

.sitebg {
  background-image: url(../img/bckgr.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 86px;
  float: left;
  width: 100%;
}

.admin-bar header#masthead {
  top: 32px;
}
.home header#masthead {
    background-color: transparent;
    box-shadow: none;
}
.home.scroll header#masthead {
  background-color: #fff;
	  box-shadow: rgba(0,0,0,0.20) 0 0 10px;
}
.masthead-wraper {
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1440px;
  width: 85%;
}
.custom-logo-link svg {
  width: 180px;
}

.custom-logo-link {
  margin-top: 15px;
}

.home .custom-logo-link svg {
  width: 250px;
}
.home.scroll .custom-logo-link svg {
  width: 180px;
}


.scroll .custom-logo-link #text-logo * {
  fill: #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.custom-logo-link #text-logo * {
  fill: #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.home .custom-logo-link #text-logo * {
  fill: #fff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.home.scroll .custom-logo-link #text-logo * {
  fill: #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.site-branding {
  float: left;
}

.main-navigation {
  float: right;
  margin-top: 30px;
  margin-right: 75px;
}
#primary-menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#primary-menu li {
  float: left;
}
#primary-menu li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .8em;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    font-weight: 700;
    color: #000;
    padding: 3px 13px;
}
#primary-menu li.pll-parent-menu a {
  background: #E2211C!important;
  color: #fff;
  font-size: 16px;
  padding: 0px 2px;
  width: 100%;
  text-align: center;
  line-height: 23px;
}
.home #primary-menu li a {
  color: #fff;
}
.home.scroll #primary-menu li a {
  color: #000;
}
.home #primary-menu li.current-menu-item a {
	background: none
}

#primary-menu li a:hover {
  background-color: #E2211C;
  color: #fff!important;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  border-radius: 20px;
}
/* #primary-menu li.current-menu-item a {
  background-color: #E2211C;
  color: #fff;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  border-radius: 20px;
} */

.sub-menu {
  display: none;
}


.pll-parent-menu-item a {
    position: relative;
    color: #fff!important;
    font-size: 16px!important;
    background: #e2211c;
    padding: 3px 3px!important;
    margin-left: 20px;
}


.pll-parent-menu-item a:hover {
	border-radius: 0!important;
}

.pll-parent-menu-item a:after {
    border-color: #E2211C transparent;
    border-style: solid solid none;
    border-width: 7px 7px medium;
    height: 7px;
    right: -20px;
    position: absolute;
    top: 11px;
    width: 0;
    text-decoration: none;
    color: #fff;
    content: ' ';
}
.pll-parent-menu-item .sub-menu a:after {
	display: none;
}
.pll-parent-menu-item .sub-menu a {
    text-align: center;
    padding: 4px !important;
}

.footer-heading {
  color: #fff;
  background-color: #E2211C;
  font-size: 1.6em;
  text-align: center;
  padding: 16px 0;
}
.footer-widgets {
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1440px;
  width: 85%;
  margin-top: 20px;
}
.widget-col {
  float: left;
  margin: 0 25px;
  position: relative;
}
.widget-col:after {
   content: ' ';
   position: absolute;
}
.widget-col::after {
  content: ' ';
  position: absolute;
  background: #b1c0e0;
  right: 0;
  top: 10px;
  height: 60px;
  width: 1px;
}
.widget-col:last-child::after {
  width: 0px;
}

.widget-col {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #929292
}

.widget-col.col-firtst {
  width: calc(20% - 50px)
}

.widget-col.col-second{
  width: calc(40% - 50px)
}
.widget-col.col-last{
  width: calc(40% - 50px)
}

.widget-col a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
	text-decoration: none;
  color: #929292
}
#colophon {
  float: left;
  width: 100%;
	background: #fff;
	margin-bottom: 5px
}
#primary {
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1440px;
  width: 85%;
}
#primary {
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1440px;
  width: 85%;
}
.breadcrumbs-div-conteiner {
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  max-width: 1440px;
  width: 85%;
}




#breadcrumbs a {
	font-size: 13px;
	color: #848484;
}
#breadcrumbs {
  margin: 0;
  font-size: 13px;
  color: #848484;
}
.breadcrumbs-div {
  margin-top: 38px;
  float: left;
  width: 100%;
}
.entry-title {
  width: auto;
  text-transform: uppercase;
  margin: 3px 0 20px 0;
  padding: 0;
  float: left;
}

.entry-title:after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	background-color: #E2211C;
	margin-top: 7px;
}

.entry-header {
  float: left;
  width: 100%;
}
#text-3 {
  float: left;
  width: 50%;
}
#text-5 {
  float: left;
  width: 50%;
}
#text-8 {
  float: left;
  width: 50%;
}
#text-7 {
  float: left;
  width: 50%;
}

.site-submenu {
  background-color: #E2211C;
  height: 45px;
}
#site-submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	max-width: 1440px;
	white-space: initial;
	width: 85%;
}

#site-submenu-list li {

}
#site-submenu-list li a {
  color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 45px;
	float: left;
	-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease;
	text-transform: uppercase;
}

#site-submenu-list li a:hover {
  background-color: #213153;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}





.angle-right .wpb_content_element {
  margin-bottom: 0px !important
}

.angle-right img {
  float: left;
}




.footer-logos {
    padding: 40px 0;
}


.footer-logo-item img {
  -webkit-filter: grayscale(1);
  opacity: .8;
  height: 50px;
}
.footer-logo-item:hover img {
  -webkit-filter: grayscale(0);
  opacity: 1;
}


.owl-item {
	padding: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
    object-fit: scale-down;
}




.product-cat-content {
  float: left;
  width: 48.5%;
}
.product-cat-image {
  float: left;
  width: 48.5%;
  margin-left: 3%;
}
.site-btn {
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  border: solid 1.5px #E2211C;
	background: #E2211C;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
}
.site-btn:hover {
  background-color: #fff;
  color: #E2211C;
  border: solid 1.5px #E2211C;
}
.site-btn.outter {
  border-color: #E2211C;
  color: #E2211C;
	background: none
}

.site-btn.outter:hover {
  border-color: #E2211C;
  background: #E2211C;
  color: #fff;
}
.site-btn.intter {
  border-color: #fff;
}

.product-cat-content h2 a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #213153;
}
.product-cat-description {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.product-cat-content h2 {
  padding: 0;
  margin: 80px 0 14px 0
}
.product-cat-block {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.product-cat-block::after {
  position: absolute;
  content: ' ';
  width: 132%;
  height: 1px;
  background: #b1c0e0;
  top: 500px;
  left: -16%;
}


.owl-carousel {
  float: left;
}

.owl-carousel .owl-stage-outer {
    padding: 15px 0 25px 0;
}


.single-product-block {
  width: 31.33%;
  float: left;
  margin-bottom: -19px;
  margin-right: 3.005%;
}

.single-product-block:nth-child(3n+3) {
  margin-right: 0%;
}
.site-btn.outter.prd-btn:hover {
  background: #fff;
  color: #E2211C;
}
.product-title a {
	font-weight: 500;
}
.page-title {
  margin-bottom: 19px;
}

.single-product-content {
  /* padding: 20px; */
	position: relative;
	min-height: 676px;
}
.single-product-image {
	position: relative;
	z-index: 2
}
.single-product-image a{
	position: relative;
	z-index: 2
}
.single-product-image::after {
  position: absolute;
  content: ' ';
  background: #e2211c;
  width: 100%;
  height: 97%;
  top: 0;
  z-index: 1;
  left: 0px;
  transition: 0.2s;
}
.single-product-block:hover .single-product-image::after {
  top: -15px;
  left: -15px;
}

.product-title {
	margin: 20px 0 5px 0;
  padding: 0;
  z-index: 1;
  text-transform: uppercase;
  min-height: 68px;
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 24px;
}

.product-title a {
  text-decoration: none;
  font-size: 22px;
  line-height: 34px;
	color: #000;
}
.product-title a span {
  background: #e2211c;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  float: left;
  border-radius: 100%;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 13px;
}
.product-content {
  float: left;
  width: 100%;
  min-height: 167px;
  font-size: 16px;
  color: #000;
}
.image-gallery-single {
  width: 33.33%;
  float: left;
}
.image-gallery-body {
  padding: 15px;
}


.product-cat-block-home {
  float: left;
  width: 20%;
}
.product-cat-body-home {
  padding: 15px;
}
.product-cat-frame-home {
  width: 100%;
  height: 200px;
  border: solid 1px #213153;
  position: relative;
	padding: 10px;
}

.product-cat-content-home h2 a {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.product-cat-content-home h2 {
  margin: 0;
  line-height: 1;
  max-width: 130px;
	position: relative;
	z-index: 4;
	transition: 0.3s;
}
.product-cat-image-home {
  position: absolute;
  bottom: -32px;
  left: calc(50% - 100px);
  width: 200px;
	z-index: 4;
	transition: 0.3s;
}
.product-cat-content-home {
  margin-top: 15px;
  margin-left: 13px;
}

.readmore-home {
  float: left;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.product-cat-frame-home::after {
	position: absolute;
	content: ' ';
	background: #e2211c;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: 0.3s;
	opacity: 0;
	z-index: 3
}
.product-cat-block-home:hover .product-cat-frame-home::after {
	top: -15px;
	left: -15px;
	opacity: 1;
}
.product-cat-block-home:hover .product-cat-content-home h2  a {
	color: #fff;
}


.col-25 {
    width: 25%;
    float: left;
}

.number-counter {
    color: #E2211C;
    font-size: 42px;
    font-family: "Oswald";
    font-weight: 400;
}

.number-counter-text {
  font-family: "Oswald";
  font-size: 16px;
  padding-bottom: 110px;
  text-transform: uppercase;
}
.home-slogan {
  font-size: 35px;
  font-family: 'Oswald';
  color: #fff;
  font-weight: 700;
}
.home-slogan span {
  text-decoration: underline;
}



.pll-parent-menu-item .sub-menu {
	position: absolute;
	background: #E8E8E8;
	margin: 0;
	padding: 0;
}
.pll-parent-menu-item .sub-menu li {
  width: 40px;
  float: left;
  display: contents !important;
}
.pll-parent-menu-item .sub-menu li a {
    color: #000!important;
    font-weight: normal !important;
    font-size: 15px !important;
    background: #E8E8E8;
}
.pll-parent-menu-item .sub-menu li:hover a{
	border-radius: 0px !important
}
.pll-parent-menu-item:hover .sub-menu {
  display: block;
}
.timeline-item {
  padding: 0 20px;
}
.timeline-text {
  color: #fff;
  font-size: 16px;
  max-width: 330px;
  text-align: center;
}
.timeline-year {
  font-size: 150px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.section-title {
  float: left;
  width: 100%;
  font-family: 'Oswald';
  font-size: 45px;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px !important;
	line-height: 1
}


.single-post-block {
  float: left;
  width: 33.33%;
}
.single-post-content::after {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  background-color: #E2211C;
	  content: '';
	  top: 0;
	  left: 0;
	  display: block;
	  -o-transition: all .2s ease;
	  -moz-transition: all .2s ease;
	  -webkit-transition: all .2s ease;
	  z-index: 2;
}

.single-post-block:hover .single-post-content::after{
	left: -15px;
	top: -15px;
}

.single-post-content {
    background: #fff;
    margin: 20px;
    position: relative;
    box-shadow: rgb(0 0 0 / 20%) 0 0 40px;
    z-index: 1;
}

.posted-on {
  padding-left: 20px;
  color: #E2211C;
  font-weight: bold;
  float: left;
  width: 100%;
	font-size: 16px;
}

.single-post-title a {
  text-decoration: none;
  font-size: 19px;
  line-height: 22px;
  color: #213153;
  font-weight: bold;
  float: left;
  width: 100%;
  font-family: 'Tenor Sans';
}
.single-post-title {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.single-post-contents {
  padding: 0 20px 20px 20px;
  background: #fff;
  display: flow-root;
}
.post-content p {
  font-size: 13px;
}
.single-post-contents,
.single-post-date,
.single-post-image {
  position: relative;
  z-index: 23;
}
.single-post-date {
  background: #fff;
  float: left;
  width: 100%;
  margin-top: -7px;
  padding-top: 16px;
}


.pll-parent-menu-item {
	display: none !important
}
.home .pll-parent-menu-item {
	display: inline-block !important
}


.page-title::after {
  margin-top: 6px !important
}
.page-title {
  margin-top: 3px;
  float: left;
  width: 100%;
}

.home .product-content {
    min-height: 55px;
}

.home .sitebg {
	background: none!important;
}
