/*@media (min-width:480px){
    
}
@media (min-width:768px){
    
}
@media (min-width:992px){
    
}
@media (min-width:1200px){
    
}*/
@keyframes sidebar1open {
  35% {
    transform: translate(0, 6px); }
  100% {
    transform: translate(0, 6px) rotate(45deg); } }
@keyframes sidebar3open {
  35% {
    transform: translate(0, -6px); }
  100% {
    transform: translate(0, -6px) rotate(-45deg); } }
@keyframes sidebar1close {
  0% {
    transform: translate(0, 6px) rotate(45deg); }
  35% {
    transform: translate(0, 6px) rotate(0deg); }
  100% {
    transform: translate(0, 0px) rotate(0deg); } }
@keyframes sidebar3close {
  0% {
    transform: translate(0, -6px) rotate(-45deg); }
  35% {
    transform: translate(0, -6px) rotate(0deg); }
  100% {
    transform: translate(0, 0px) rotate(0deg); } }
@keyframes paperplane {
  from {
    transform: rotate(0deg) translateX(-40px); }
  to {
    transform: rotate(360deg) translateX(-40px); } }
@keyframes callbutton {
  from {
    width: 100%;
    height: 100%; }
  to {
    width: 150%;
    height: 150%; } }
@keyframes firstsidebar {
  0% {
    transform: translate(-200px, 200px); }
  80% {
    transform: translate(5px, -5px); }
  100% {
    transform: translate(0, 0); } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 25, 2017, 3:28:48 PM
    Author     : dcpt
*/
@font-face {
  font-family: lato;
  src: url(../font/Lato-Regular.ttf); }
@font-face {
  font-family: alt;
  src: url(../font/UTM-Alter-Gothic.ttf); }
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?wkz3hj");
  src: url("../font/icomoon.eot?wkz3hj#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?wkz3hj") format("truetype"), url("../font/icomoon.woff?wkz3hj") format("woff"), url("../font/icomoon.svg?wkz3hj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: "\e901"; }

.icon-phone:before {
  content: "\e900"; }

body, td, th {
  font-size: 14px;
  font-family: arial; }

body {
  padding: 0;
  margin: 0;
  color: #262626; }

* {
  box-sizing: border-box; }

img {
  display: block;
  max-width: 100%; }

.clear {
  clear: both; }

.container {
  padding: 0;
  margin: 0 auto;
  transition: width 350ms;
  width: 100%; }

@media (min-width: 480px) {
  .container {
    width: 460px; } }
@media (min-width: 768px) {
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  .container {
    width: 1150px; } }
.back-top {
  position: fixed;
  bottom: calc(4% + 47px);
  right: 2%;
  width: 36px;
  height: 36px;
  z-index: 9999;
  display: none; }
  .back-top a {
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: #f19537;
    opacity: 1;
    border-radius: 100%;
    text-align: center;
    transition: opacity 0.3s; }
    .back-top a:hover {
      background-color: transparent;
      color: #f19537; }
    .back-top a i {
      font-size: 16px;
      line-height: 36px; }

.call-button {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 9999; }
  .call-button a {
    background-color: #f19537;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #fff; }
    .call-button a i {
      line-height: 36px;
      font-size: 17px; }
  .call-button > div {
    position: relative; }
    .call-button > div::after {
      animation: callbutton 1.5s ease-in-out 0s infinite;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: radial-gradient(#f19537, transparent);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 100%;
      z-index: -2; }

.call-button-number {
  display: none;
  position: fixed;
  bottom: 4%;
  right: calc(2% + 50px);
  z-index: 9999;
  background-color: #fff;
  border: 2px solid #f19537;
  border-radius: 7px; }
  .call-button-number > div {
    padding: 10px 20px;
    position: relative; }
    .call-button-number > div p {
      margin-bottom: 0;
      letter-spacing: 1px;
      font-size: 18px;
      color: #f19537; }
    .call-button-number > div::before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: calc(100% - 1px);
      bottom: 7px;
      border: 8px solid #fff;
      border-top: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      z-index: 2; }
    .call-button-number > div::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      left: 100%;
      bottom: 5px;
      border: 10px solid #f19537;
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      z-index: 1; }

.header {
  background-color: #291a14; }
  .header .inner-header .logo {
    display: table;
    margin: 0 auto; }
    .header .inner-header .logo a {
      display: block; }
      .header .inner-header .logo a img {
        margin: 10px auto 0;
        width: 200px; }
  .header .inner-header .hotline {
    display: table;
    margin: 0 auto; }
    .header .inner-header .hotline > div {
      float: left; }
      .header .inner-header .hotline > div:nth-child(1) {
        padding: 10px 5px; }
      .header .inner-header .hotline > div:nth-child(2) {
        padding: 0px 5px; }
      .header .inner-header .hotline > div i {
        font-size: 14px;
        color: #fff; }
      .header .inner-header .hotline > div h5 {
        font-family: lato;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase; }
      .header .inner-header .hotline > div h6 {
        font-family: lato;
        margin-top: 8px;
        margin-bottom: 0;
        font-size: 16px;
        color: #fff; }
    .header .inner-header .hotline::after {
      display: table;
      content: "";
      clear: both; }
  .header .inner-header::after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 768px) {
  .header .inner-header .logo a img {
    margin: 20px auto 35px;
    width: 250px; }
  .header .inner-header .hotline {
    display: block;
    margin: 0;
    float: right;
    margin-top: -103px; }
    .header .inner-header .hotline > div {
      float: left; }
      .header .inner-header .hotline > div:nth-child(1) {
        padding: 18px 7px; }
      .header .inner-header .hotline > div:nth-child(2) {
        padding: 5px 7px; }
      .header .inner-header .hotline > div i {
        font-size: 20px;
        color: #fff; }
      .header .inner-header .hotline > div h5 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase; }
      .header .inner-header .hotline > div h6 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 16px;
        color: #fff; } }
@media (min-width: 992px) {
  .header .inner-header .logo a img {
    margin: 30px auto 45px;
    width: 320px; }
  .header .inner-header .hotline {
    display: block;
    margin: 0;
    float: right;
    margin-top: -127px; }
    .header .inner-header .hotline > div {
      float: left; }
      .header .inner-header .hotline > div:nth-child(1) {
        padding: 20px 8px; }
      .header .inner-header .hotline > div:nth-child(2) {
        padding: 5px 8px; }
      .header .inner-header .hotline > div i {
        font-size: 20px;
        color: #fff; }
      .header .inner-header .hotline > div h5 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase; }
      .header .inner-header .hotline > div h6 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 20px;
        color: #fff; } }
@media (min-width: 1200px) {
  .header .inner-header .logo a img {
    margin: 30px auto 45px;
    width: auto; }
  .header .inner-header .hotline {
    display: block;
    margin: 0;
    float: right;
    margin-top: -130px; } }
.navigation {
  position: relative;
  z-index: 95; }
  .navigation .container > ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    background-color: #955739;
    position: relative; }
    .navigation .container > ul > li {
      float: left;
      position: relative;
      /*            background:linear-gradient(to bottom, #158dd4 0%, #1b6aa2 50%, #1a69bb 100%);*/ }
      .navigation .container > ul > li.active-li {
        background-color: #40B656; }
      .navigation .container > ul > li.active-li-hover {
        /*                background-color: #40B656;*/ }
        .navigation .container > ul > li.active-li-hover > a {
          color: #dedede; }
      .navigation .container > ul > li > a {
        font-family: alt;
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 7px 25px;
        font-size: 18px;
        position: relative;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        transition: color 0.35s;
        letter-spacing: 1px;
        /*                transition: padding 0.1s;*/ }
        .navigation .container > ul > li > a > i {
          font-size: 22px;
          vertical-align: text-bottom;
          display: block; }
        .navigation .container > ul > li > a:hover {
          text-decoration: none;
          /*                    background-color: #40B656;*/ }
      .navigation .container > ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0%;
        z-index: 3;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #40B656;
        transform: scale(0);
        transform-origin: 16% 0%;
        transition: transform 0.2s, visibility 0.2s;
        visibility: hidden; }
        .navigation .container > ul > li > ul > li {
          position: relative; }
          .navigation .container > ul > li > ul > li > a {
            font-family: alt;
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 8px 19px;
            font-size: 16px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px solid #4cca63; }
            .navigation .container > ul > li > ul > li > a:hover {
              text-decoration: none;
              background-color: #47bb5c;
              color: #fff; }
            .navigation .container > ul > li > ul > li > a img {
              display: inline;
              margin-right: 10px;
              opacity: 0.8; }
            .navigation .container > ul > li > ul > li > a span {
              padding-right: 19px; }
            .navigation .container > ul > li > ul > li > a::after {
              display: table;
              content: "";
              clear: both; }
          .navigation .container > ul > li > ul > li > ul {
            position: absolute;
            top: 0;
            left: 100%;
            z-index: 3;
            min-width: 100%;
            list-style: none;
            padding: 0;
            margin: 0;
            background-color: #40B656;
            transform-origin: 0% 0%;
            transform: scale(0);
            transition: transform 0.2s, visibility 0.2s;
            visibility: hidden; }
            .navigation .container > ul > li > ul > li > ul > li {
              position: relative; }
              .navigation .container > ul > li > ul > li > ul > li > a {
                font-family: alt;
                text-decoration: none;
                color: #fff;
                display: block;
                padding: 10px 19px;
                font-size: 16px;
                white-space: nowrap;
                position: relative; }
                .navigation .container > ul > li > ul > li > ul > li > a i {
                  margin-right: 8px; }
                .navigation .container > ul > li > ul > li > ul > li > a:hover {
                  text-decoration: none;
                  background-color: #41b155;
                  color: #fff; }
              .navigation .container > ul > li > ul > li > ul > li > ul {
                position: absolute;
                top: 0;
                left: 100%;
                z-index: 3;
                list-style: none;
                padding: 0;
                margin: 0;
                background-color: #40B656;
                transform: scale(0);
                transform-origin: 0% 0%;
                transition: transform 0.2s, visibility 0.2s;
                visibility: hidden; }
                .navigation .container > ul > li > ul > li > ul > li > ul > li {
                  position: relative; }
                  .navigation .container > ul > li > ul > li > ul > li > ul > li > a {
                    font-family: alt;
                    text-decoration: none;
                    color: #fff;
                    display: block;
                    padding: 10px 19px;
                    font-size: 16px;
                    white-space: nowrap;
                    position: relative; }
                    .navigation .container > ul > li > ul > li > ul > li > ul > li > a:hover {
                      text-decoration: none;
                      background-color: #41b155;
                      color: #fff; }
                    .navigation .container > ul > li > ul > li > ul > li > ul > li > a i {
                      margin-right: 8px; }
                .navigation .container > ul > li > ul > li > ul > li > ul.acti {
                  visibility: visible;
                  transform: scale(1); }
            .navigation .container > ul > li > ul > li > ul.acti {
              visibility: visible;
              transform: scale(1); }
        .navigation .container > ul > li > ul.acti {
          visibility: visible;
          transform: scale(1); }
    .navigation .container > ul::after {
      display: table;
      content: "";
      clear: both; }
  .navigation.stick-nav {
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 100; }
    .navigation.stick-nav .container > ul > li > a {
      padding: 7px 27px; }
      .navigation.stick-nav .container > ul > li > a > i {
        display: inline-block;
        font-size: 17px; }

@media (min-width: 768px) {
  .navigation {
    margin-top: -16px; }
    .navigation .container > ul > li > a {
      padding: 6px 27px;
      font-size: 16px; }
      .navigation .container > ul > li > a > i {
        font-size: 18px; }
    .navigation.stick-nav .container > ul > li > a {
      padding: 6px 27px; } }
@media (min-width: 992px) {
  .navigation {
    margin-top: -20px; }
    .navigation .container > ul > li:nth-child(1) > a {
      padding: 9px 42px; }
    .navigation .container > ul > li > a {
      padding: 8px 42px;
      font-size: 18px; }
      .navigation .container > ul > li > a i {
        margin-right: 0; }
    .navigation.stick-nav .container > ul > li > a {
      padding: 7px 42px; } }
@media (min-width: 1200px) {
  .navigation {
    margin-top: -25px; }
    .navigation .container > ul > li:nth-child(1) > a {
      padding: 11px 49px; }
    .navigation .container > ul > li > a {
      padding: 11px 49px;
      font-size: 22px; }
      .navigation .container > ul > li > a > i {
        font-size: 23px; }
    .navigation.stick-nav .container > ul > li > a {
      padding: 11px 49px;
      font-size: 22px; }
      .navigation.stick-nav .container > ul > li > a > i {
        font-size: 23px; } }
.side-bar-button {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  width: 31px;
  height: 32px;
  padding-top: 9px;
  cursor: pointer;
  z-index: 200;
  background-color: #de8c37;
  animation: firstsidebar 1s ease-in-out 0s 1; }
  .side-bar-button.side-bar-button-drag:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 100%;
    border: 2px solid #f19537;
    width: calc(100% + 10px);
    height: calc(100% + 10px); }
  .side-bar-button .one-line-bar {
    width: 20px;
    height: 1px;
    margin: 0 auto 5px;
    background-color: #fff;
    transition: background-color 0.3s; }
  .side-bar-button .one-line-bar:nth-child(1) {
    transform-origin: center center;
    background-color: #fff; }
    .side-bar-button .one-line-bar:nth-child(1).bt-animate-open {
      animation: sidebar1open 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
    .side-bar-button .one-line-bar:nth-child(1).bt-animate-close {
      animation: sidebar1close 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
  .side-bar-button .one-line-bar:nth-child(3) {
    transform-origin: center center;
    margin-bottom: 0px;
    background-color: #fff; }
    .side-bar-button .one-line-bar:nth-child(3).bt-animate-open {
      animation: sidebar3open 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }
    .side-bar-button .one-line-bar:nth-child(3).bt-animate-close {
      animation: sidebar3close 0.3s ease-in-out 0s 1;
      animation-fill-mode: forwards; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 97;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s; }
  .mask.mask-show {
    visibility: visible;
    opacity: 1; }

.side-bar-mobile {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
  font-size: 1em;
  background-color: #da9a2b; }
  .side-bar-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .side-bar-mobile ul > li > a {
      border-bottom: 1px solid #ead88275;
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 10px 20px;
      font-size: 16px;
      transition: color 0.3s;
      text-align: left; }
      .side-bar-mobile ul > li > a:hover {
        text-decoration: none; }
      .side-bar-mobile ul > li > a > i {
        font-size: 16px;
        float: right;
        line-height: 22px;
        vertical-align: middle;
        transition: transform 0.2s;
        width: 30px;
        text-align: center; }
      .side-bar-mobile ul > li > a > span {
        line-height: 22px;
        vertical-align: middle; }
      .side-bar-mobile ul > li > a img {
        display: inline-block;
        margin-right: 5px;
        opacity: 0.8; }
      .side-bar-mobile ul > li > a::after {
        display: table;
        content: "";
        clear: both; }
    .side-bar-mobile ul > li > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .side-bar-mobile ul > li > ul > li > a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 10px 40px;
        font-size: 16px;
        transition: color 0.3s; }
        .side-bar-mobile ul > li > ul > li > a:hover {
          text-decoration: none; }
        .side-bar-mobile ul > li > ul > li > a > i {
          font-size: 16px;
          float: right;
          line-height: 22px;
          vertical-align: middle;
          transition: transform 0.2s;
          width: 30px;
          text-align: center; }
        .side-bar-mobile ul > li > ul > li > a > span {
          line-height: 22px;
          vertical-align: middle; }
        .side-bar-mobile ul > li > ul > li > a::after {
          display: table;
          content: "";
          clear: both; }
      .side-bar-mobile ul > li > ul > li > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .side-bar-mobile ul > li > ul > li > ul > li > a {
          text-decoration: none;
          color: #fff;
          display: block;
          padding: 10px 60px;
          font-size: 14px;
          transition: color 0.3s; }
          .side-bar-mobile ul > li > ul > li > ul > li > a:hover {
            text-decoration: none; }
          .side-bar-mobile ul > li > ul > li > ul > li > a > i {
            font-size: 16px;
            float: right;
            line-height: 22px;
            vertical-align: middle;
            transition: transform 0.2s;
            width: 30px;
            text-align: center; }
          .side-bar-mobile ul > li > ul > li > ul > li > a > span {
            line-height: 22px;
            vertical-align: middle; }
          .side-bar-mobile ul > li > ul > li > ul > li > a::after {
            display: table;
            content: "";
            clear: both; }
        .side-bar-mobile ul > li > ul > li > ul > li > ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 10px 80px;
            font-size: 14px;
            transition: color 0.3s; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a:hover {
              text-decoration: none; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a > i {
              font-size: 16px;
              float: right;
              line-height: 22px;
              vertical-align: middle;
              transition: transform 0.2s;
              width: 30px;
              text-align: center; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a > span {
              line-height: 22px;
              vertical-align: middle; }
            .side-bar-mobile ul > li > ul > li > ul > li > ul > li > a::after {
              display: table;
              content: "";
              clear: both; }

@media (min-width: 768px) {
  .side-bar-mobile {
    top: 156px;
    max-width: 400px; } }
.footer {
  background-color: #291a14;
  font-family: lato; }
  .footer .inner-footer .footer-content .logo-footer {
    display: table;
    margin: 10px auto;
    border-radius: 100%;
    padding: 5px;
    background-color: #fff;
    width: 130px;
    height: 130px; }
    .footer .inner-footer .footer-content .logo-footer a {
      display: block; }
      .footer .inner-footer .footer-content .logo-footer a img {
        margin: 12px auto 0; }
  .footer .inner-footer .footer-content .right-footer .one-right-footer {
    padding: 5px; }
    .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) {
      margin-top: 10px; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) > ul > li {
        float: left;
        padding: 10px 0; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) > ul > li a {
          padding: 0 22px;
          border-right: 1px solid #955739;
          line-height: 0.9; }
    .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) {
      margin-top: 10px;
      margin-bottom: 10px;
      border-top: 1px solid #79584b; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) > h3 {
        padding-top: 15px; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) > ul > li a {
        padding: 5px 22px;
        font-size: 16px; }
    .footer .inner-footer .footer-content .right-footer .one-right-footer > h3 {
      color: #fff;
      margin-bottom: 10px;
      margin-top: 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 19px;
      text-align: center; }
    .footer .inner-footer .footer-content .right-footer .one-right-footer > ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer > ul > li a {
        display: inline-block;
        padding: 5px;
        font-size: 18px;
        white-space: nowrap;
        color: #955739;
        text-decoration: none; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer > ul > li a:hover {
          text-decoration: none; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer > ul > li a i {
          color: #ecccad;
          width: 18px;
          margin-right: 7px; }
  .footer .inner-footer .footer-content .right-footer::after {
    display: table;
    content: "";
    clear: both; }
  .footer .inner-footer .footer-content::after {
    display: table;
    content: "";
    clear: both; }
  .footer .inner-footer .footer-copyright {
    border-top: 1px solid #79584b; }
    .footer .inner-footer .footer-copyright p {
      padding: 10px 0;
      color: #955739;
      text-align: center;
      margin-bottom: 0;
      font-size: 12px; }
      .footer .inner-footer .footer-copyright p a {
        color: #955739;
        text-decoration: none; }
        .footer .inner-footer .footer-copyright p a:hover {
          text-decoration: none; }

@media (min-width: 768px) {
  .footer .inner-footer .footer-content .logo-footer {
    margin-top: 20px;
    float: left;
    padding: 5px; }
  .footer .inner-footer .footer-content .right-footer {
    float: left; }
    .footer .inner-footer .footer-content .right-footer .one-right-footer {
      float: left;
      padding: 10px;
      padding-left: 40px; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) {
        margin-top: 0px; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) > ul > li {
          float: none;
          padding: 7px 0; }
          .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(1) > ul > li a {
            padding: 0 0px;
            border-right: none;
            line-height: 1; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: none; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) > h3 {
          padding-top: 0; }
        .footer .inner-footer .footer-content .right-footer .one-right-footer:nth-child(2) > ul > li a {
          padding: 5px 0px;
          font-size: 18px; }
      .footer .inner-footer .footer-content .right-footer .one-right-footer > h3 {
        text-align: left;
        margin-top: 15px; }
  .footer .inner-footer .footer-copyright p {
    font-size: 13px; } }
@media (min-width: 992px) {
  .footer {
    padding-top: 20px; }
    .footer .inner-footer .footer-content {
      padding-bottom: 15px; }
      .footer .inner-footer .footer-content .logo-footer {
        padding: 10px;
        margin-top: 20px;
        width: 200px;
        height: 200px;
        padding: 5px; }
        .footer .inner-footer .footer-content .logo-footer a {
          padding: 20px 0; }
          .footer .inner-footer .footer-content .logo-footer a img {
            margin: 0 auto; }
      .footer .inner-footer .footer-content .right-footer {
        width: calc(100% - 220px); }
        .footer .inner-footer .footer-content .right-footer .one-right-footer {
          padding: 10px;
          padding-left: 85px; }
    .footer .inner-footer .footer-copyright p {
      padding: 15px 0;
      font-size: 14px; } }
@media (min-width: 1200px) {
  .footer .inner-footer .footer-content .right-footer .one-right-footer {
    padding: 15px;
    padding-left: 140px; } }

/*# sourceMappingURL=main.css.map */
