/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  background: #000;
  color: #fff;
  font-weight: 200;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #f71313;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fff;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.2);
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4 {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 1.2em;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 1.2em;
}
@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 52px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.post-output h1,
.article-output h1,
.post-output h2,
.article-output h2,
.post-output h3,
.article-output h3 {
  margin-bottom: 30px;
}
.post-output ul,
.article-output ul,
.post-output ol,
.article-output ol,
.post-output li,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-output ul,
.article-output ul {
  margin: 0 0 30px;
}
.post-output ul li,
.article-output ul li {
  margin-left: 40px;
  list-style: disc;
}
.post-output ol,
.article-output ol {
  margin: 0 0 30px;
}
.post-output ol li,
.article-output ol li {
  margin-left: 40px;
  list-style: decimal;
}
.post-images {
  overflow: hidden;
  margin-bottom: 30px;
}
.post-images a {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
}
.post-files {
  overflow: hidden;
  margin-bottom: 30px;
}
.post-files a {
  display: block;
  color: #fff;
}
.post-files a:hover {
  color: #f71313;
}
.article-single .post-image,
.post .post-image {
  margin-bottom: 60px;
}
.article-single .post-header,
.post .post-header {
  margin-bottom: 60px;
}
.article-single .post-header h2,
.post .post-header h2 {
  opacity: 0.6;
}
.article-single .btn-return,
.post .btn-return {
  display: block;
}
.article-single .btn-return.top,
.post .btn-return.top {
  margin: -40px 0 20px 0;
}
.article-single .btn-return.bottom,
.post .btn-return.bottom {
  margin-top: 40px;
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  padding-top: 100px;
}
.container {
  position: relative;
}
.main-body {
  padding-top: 60px;
}
.tpl-home .main-body {
  padding-top: 0;
}
/* ==========================================================================
	COMPANY LOGO
   ========================================================================== */
.comp-logo {
  display: block;
  width: 300px;
  height: 70px;
  background: url(../img/matrimatic-logo.png) left top no-repeat;
  background-size: contain;
}
/* ==========================================================================
	HEADER
   ========================================================================== */
.site-header {
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header .container {
  height: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-header .comp-logo {
  position: absolute;
  top: 10px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.site-header .languages {
  position: absolute;
  top: 38px;
  right: 90px;
  transition: all 0.3s ease-in-out;
}
.site-header .languages a {
  display: block;
  float: left;
  margin: 0 0 0 8px;
}
.site-header .languages a img {
  height: 28px;
}
.site-header .languages a:hover {
  opacity: 0.8;
}
.scrolled .site-header {
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}
.scrolled .site-header .container {
  height: 70px;
}
.scrolled .site-header .comp-logo {
  width: 240px;
  height: 50px;
  top: 9px;
}
.scrolled .site-header .languages {
  top: 22px;
}
.scrolled .site-header .nav-icon {
  top: 18px;
}
@media (max-width: 600px) {
  .site-header .languages {
    display: none;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: 33px;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  content: '';
  display: block;
  height: 3px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  padding-top: 100px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav .mainnav li {
  margin-bottom: 20px;
}
.mobile-nav .mainnav li a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mainnav li a:hover {
  color: #fff;
}
.mobile-nav .mainnav > li:last-child {
  margin-bottom: 0;
}
.mobile-nav .mainnav ul {
  display: none;
  padding: 20px 0;
}
.mobile-nav .mainnav ul.show-subnav {
  display: block;
}
.mobile-nav .mainnav ul li:last-child {
  margin-bottom: 0;
}
.mobile-nav .mainnav ul li a {
  color: #fff;
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
  padding-left: 10px;
}
.mobile-nav .languages {
  display: none;
  width: auto;
  overflow: hidden;
  text-align: center;
  padding: 40px 0 20px;
}
.mobile-nav .languages a {
  display: inline-block;
  margin: 0 5px 5px;
}
.mobile-nav .languages a img {
  width: 60px;
}
.mobile-nav .languages a:hover {
  opacity: 0.8;
}
.shownav .mobile-nav {
  top: 0;
}
@media (max-height: 750px) {
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
}
@media (max-width: 600px) {
  .mobile-nav .languages {
    display: block;
  }
}
/* ==========================================================================
	BREADCRUMBS
  ========================================================================== */
.breadcrumbs {
  color: #f3b012;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 60px;
}
.breadcrumbs li {
  float: left;
  margin-right: 15px;
}
.breadcrumbs a {
  color: #f3b012;
}
.breadcrumbs a:hover {
  color: #161a1f;
}
/* ==========================================================================
	FOOTER
  ========================================================================== */
.site-footer {
  padding: 80px 0 20px;
  position: relative;
  z-index: 30;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: inherit;
}
.site-footer h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.site-footer p {
  margin-bottom: 10px;
  opacity: 0.8;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #f71313;
}
.site-footer .post {
  margin-bottom: 30px;
}
.site-footer .credits {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.site-footer .credits .right {
  text-align: right;
}
@media (max-width: 600px) {
  .site-footer .credits .left,
  .site-footer .credits .right {
    width: 100%;
    text-align: center;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form button {
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: lowercase;
  white-space: nowrap;
  font-weight: 400;
  border: 2px solid #f71313;
  border-radius: 4px;
  padding: 10px 20px;
  position: relative;
  color: #fff;
}
a.button i,
form button i {
  margin-right: 10px;
}
a.button.big,
form button.big {
  font-size: 30px;
  height: 50px;
  line-height: 50px;
}
a.button:hover,
form button:hover {
  background: #f71313;
}
a.button:hover i,
form button:hover i {
  transform: translate(3px, 0);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
a.button.white,
form button.white {
  color: #fff;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
/* ==========================================================================
	FONTELLO ICONS
	========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?42850958');
  src: url('../font/fontello.eot?42850958#iefix') format('embedded-opentype'), url('../font/fontello.woff2?42850958') format('woff2'), url('../font/fontello.woff?42850958') format('woff'), url('../font/fontello.ttf?42850958') format('truetype'), url('../font/fontello.svg?42850958#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?42850958#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrow:before {
  content: '\e80f';
}
/* '' */
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.product-grid .item {
  margin-bottom: 60px;
}
.product-grid .item .inner:hover .image {
  border: 5px solid rgba(255, 255, 255, 0.8);
}
.product-grid .item .inner:hover .info a {
  color: #f71313;
}
.product-grid .image {
  display: block;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}
.product-grid .image .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.product-grid .info {
  text-align: center;
}
.product-grid .info h2 {
  font-size: 34px;
  margin: 0;
}
.product-grid .info a {
  display: block;
  color: #fff;
}
.product-grid .info a:hover {
  color: #f71313;
}
.product-grid .info em {
  display: block;
  font-style: normal;
  opacity: 0.6;
  margin-top: -5px;
}
/* ==========================================================================
	PAGES
   ========================================================================== */
/* ==========================================================================
	MODULES
   ========================================================================== */
.mod-home-intro {
  min-height: 800px;
  position: relative;
}
.mod-home-intro .m-intro {
  position: relative;
  z-index: 10;
}
.mod-home-intro .m-header {
  margin-top: 80px;
  max-width: 650px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
.mod-home-intro .m-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
}
.mod-home-intro .m-image img {
  display: none;
}
.mod-home-intro .m-image:after {
  display: block;
  content: "";
  width: 2400px;
  height: 600px;
  background: #000;
  position: absolute;
}
.mod-home-intro .m-image:after {
  bottom: -600px;
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.mod-home-panel .m-header {
  margin: 60px 20%;
  text-align: center;
}
.mod-home-panel .m-image {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.mod-home-panel .m-image img {
  width: 100%;
}
.mod-home-panel .m-image:before,
.mod-home-panel .m-image:after {
  display: block;
  content: "";
  width: 2400px;
  height: 600px;
  background: #000;
  position: absolute;
}
.mod-home-panel .m-image:before {
  top: -600px;
  right: 0;
  transform-origin: bottom right;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.mod-home-panel .m-image:after {
  bottom: -600px;
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.mod-home-panel .h1 {
  margin: 0 0 30px;
}
.mod-home-panel .duotone {
  color: #b7a541;
  font-weight: 400;
}
@media (max-width: 1480px) {
  .mod-home-panel .m-header {
    margin: 60px 15%;
  }
}
@media (max-width: 1280px) {
  .mod-home-panel .m-header {
    margin: 40px 0;
  }
}
/* ==========================================================================
	MATRI FEEDS
   ========================================================================== */
.column-right .mod-matrifeed h2 {
  font-size: 34px;
  margin: 0 0 -5px;
}
.column-right .product {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
.column-right .product .image {
  display: block;
  margin-bottom: 15px;
}
.column-right .product .name {
  font-size: 24px;
  margin: 0 0 10px;
}
.column-right .product .name a {
  color: #fff;
}
.column-right .product .name a:hover {
  color: #f71313;
}
.column-right .product .warranty {
  margin-bottom: 10px;
}
.column-right .product .price {
  margin-bottom: 15px;
}
.column-right .product .price .price-std {
  font-weight: 800;
}
.column-right .product .price .price-old {
  text-decoration: line-through;
}
.column-right .product .price .price-new {
  font-weight: 800;
}
/* ==========================================================================
	SLIDERS
   ========================================================================== */
.slick-images {
  position: relative;
}
.slick-images .slick-prev,
.slick-images .slick-next {
  font-size: 44px;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 60;
  cursor: pointer;
  transform: translateY(-50%);
}
.slick-images .slick-prev:hover,
.slick-images .slick-next:hover {
  color: #f3b012;
}
.slick-images .slick-prev {
  left: 100px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.slick-images .slick-next {
  right: 100px;
}
.slick-images .item {
  height: 375px;
  position: relative;
}
.slick-images .item .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  left: 4px;
  background-size: cover;
  background-position: center center;
}
.slick-images .item .zoom {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: url(../img/button-circle-white.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.slick-images .item:hover .zoom {
  transform: translate(-50%, -50%);
  opacity: 1;
}
/*# sourceMappingURL=screen.css.map */