/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

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

td {
  padding: 0; }

/* GLOBAL */
body {
  font-family: 'Roboto Condensed', sans-serif; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.header-top {
  background: #ededed;
  font-size: 13px; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-contacts span {
    display: block;
    padding: 7px 0;
	font-size: 16px;
	color: #333;
    margin-right: 45px; }
    .header-contacts span i {
      margin-right: 5px; }

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 33px;
    height: 33px;
    margin-left: 3px; }
    .header-social a:hover i {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg); }
    .header-social a i {
      -webkit-transition: 400ms all ease;
      transition: 400ms all ease; }
  .header-social a.wp {
    background: #25d366; }
  .header-social a.yt {
    background: #eb3f2d; }
  .header-social a.ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .header-social a.tw {
    background: #55acee; }
  .header-social a.fb {
    background: #3b5998; }

.header-middle {
  padding-top: 15px;
  padding-bottom: 15px; }
  .header-middle .logo img {
    max-width: 325px; }

.header-menu {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .header-menu .menu-btn {
    display: none; }
  .header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-menu ul li a {
      display: block;
      color: #000;
      padding: 15px 30px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .header-menu ul li a:hover {
        background: #961759;
        color: #fff; }

.main-slider .owl-nav {
  display: none; }

.notice img {
  width: 100%; }

.products {
  margin-top: 40px; }
  .products-title {
    font-size: 25px;
    margin-bottom: 20px; }

.product-box {
  margin-bottom: 30px; }
  .product-box-image {
    overflow: hidden; }
    .product-box-image img {
      width: 100%;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .product-box-image img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .product-box-title {
    background: #961759;
    height: 27px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff; }
    .product-box-title a {
      margin-left: auto;
      color: #fff;
      font-size: 12px;
      margin-right: 25px;
      margin-top: 5px; }
    .product-box-title span {
      background: #fff;
      border: 1px solid #c3c3c3;
      padding-left: 15px;
      padding-right: 15px;
      height: 34px;
      line-height: 32px;
      text-align: center;
      display: block;
      position: relative;
      top: -3.5px;
      left: 45px;
      font-size: 14px;
      font-weight: 700;
      color: #961759;
      position: relative; }
      .product-box-title span:before, .product-box-title span:after {
        content: '';
        display: inline-block;
        width: 6px;
        background: #fff;
        height: 34px;
        position: absolute; }
      .product-box-title span:before {
        left: -7px; }
      .product-box-title span:after {
        right: -7px; }

.info-box {
  padding: 10px;
  background: #ededed;
  margin-bottom: 30px; }
  .info-box a {
    color: #222;
    display: block;
    position: relative;
    border: 2px dashed #fff;
    padding: 10px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    text-align: center; }
    .info-box a:hover {
      border-color: #222; }
    .info-box a i {
      color: #941759;
      margin-top: 15px;
      margin-bottom: 15px; }
    .info-box a h4 {
      margin-bottom: 0px;
      margin-top: 0px;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase; }

.seo-text {
  color: #000;
  background: #ededed;
  padding: 10px 0 30px 0;
  border-top: 1px solid #222222; }

.seo-logo img {
  width: 100%; }

.seo-content p {
  margin: 15px 0; }

.seo-content a {
  color: #941759; }

.product {
  border: 2px solid #f5f5f5;
  text-align: center;
  margin-bottom: 30px; }
  .product a {
    color: #222;
    display: block;
    padding: 0 0 15px 0; }
  .product-name {
    font-weight: bold; }

@media screen and (max-width: 1024px) {
  .header-top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .header-contacts {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .header-contacts span {
      margin-right: 0; }
  .header-middle .logo {
    text-align: center; }
    .header-middle .logo img {
      max-width: 150px; }
  .header-menu {
    margin-bottom: 15px; }
    .header-menu .menu-btn {
      display: block; }
      .header-menu .menu-btn button {
        background: #941759;
        color: #fff;
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .header-menu ul {
      display: none;
      position: absolute;
      background: #941759;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      left: 0;
      z-index: 9999; }
      .header-menu ul li a {
        color: #fff;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (max-width: 667px) {
  .contact-info ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-info ul li .icon {
      margin-bottom: 15px; } }

.page {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px; }
  .page h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Roboto Condensed', sans-serif; }
  .page p {
    margin: 15px 0; }

.sidebar {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #eee; }
  .sidebar-title {
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 15px; }
  .sidebar ul li a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 14px; }
    .sidebar ul li a:hover {
      background: #f5f5f5;
      color: #941759; }
  .sidebar ul li:last-child a {
    border: none; }

.tescil {
  margin-bottom: 30px; }
  .tescil img {
    max-width: 100%; }

.ref-list li a {
  color: #222;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding: 10px 0;
  font-size: 14px; }
  .ref-list li a:hover {
    color: #941759; }

.press {
  margin-bottom: 30px;
  text-align: center;
  border: 3px solid #f5f5f5;
  -webkit-transition: 300ms;
  transition: 300ms; }
  .press:hover {
    border-color: #941759; }

.contact-info {
  background: #f2f2f2;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px; }
  .contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .contact-info ul li .icon {
      font-size: 35px;
      background: #fff;
      color: #941759;
      padding: 10px;
      margin-right: 5px;
      border: 1px solid #ccc;
      width: 60px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

.contact-map {
  margin-top: 30px; }

.contact-form {
  margin-bottom: 30px; }
  .contact-form h1 {
    text-align: center;
    font-size: 26px;
    color: #8e8e8b;
    font-weight: 700;
    margin-bottom: 10px; }
  .contact-form > p {
    font-style: italic;
    text-align: center; }
  .contact-form form {
    margin-top: 30px; }
  .contact-form input, .contact-form textarea {
    width: 100%;
    background: #f7f7f7;
    border: none;
    padding: 7px 15px;
    border: 1px solid #8e8e8b; }
  .contact-form button {
    background: #941759;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff; }

.footer {
  background: #3C464F;
  padding: 50px 0;
  font-size: 18px;
    color: #FFFFFF;
  text-align: center; }
  .footer p:first-child {
    margin-bottom: 30px; }
