@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* Border box */
/* Border radius */
/* Transform */
/* Transition */
/* Opacity */
/* Transition-duration */
/* Transition-origin */
/* Transition-timing-function */
/* Animation */
/* Box shadow */
/* Place Holder */
/* Alpha Background Color */
/* ============================================================
	1. GENERAL
=============================================================*/
body {
  font: 300 14px/24px 'Poppins', sans-serif;
  color: #7f7f7f;
  background: #ffffff;
  /*overflow-x: hidden;*/
  text-align: justify;

    background-position: center top;
    background-repeat: no-repeat;
}

.transition,
a,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text,
select,
input[type="submit"],
button[type="submit"] {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

input[type="submit"],
button[type="submit"], .button {
  background-color: #dd1538;
  color: #ffffff;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  background: #dd1538;
}

input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
  background: #f2f2f2;
  color: #b3b3b3;
  cursor: no-drop;
  border: none;
}

a {
  color: #dd1538;
  text-decoration: none;
}
.footer-nav .link-control a{
    display: block;
    padding: 5px 10px;
     background: #dd1538;
    color: #FFF !important;
    border-radius: 6px;
    font-family: sans-serif;
    text-align: center;
}
    .footer-nav a {
        color: #fff !important;
    }
a:hover {
  color: #333333;
  text-decoration: none;
}

a, a:visited, a:focus, a:active, a:hover, a:link {
  outline: 0 none !important;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none;
}

figure {
  margin: 1em 0;
}

figcaption {
  margin: 10px 0;
}

article:after {
  clear: both;
  content: "";
  display: table;
}

.header-top {
  background: #001748;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #c2c2c2;
}
.header-top ul, .header-top ul li {
  float: left;
}

.header-information li {
  margin-right: 30px;
  font-size: 12px;
}
.header-information li a {
  color: #c2c2c2;
}
.header-information li a:hover, .header-information li a:focus {
  color: #356b0d;
}
.header-information li:last-child {
  margin-right: 0;
}

.header-sns-button li {
  margin-left: 18px;
}
.header-sns-button li:first-child {
  margin-left: 0;
}
.header-sns-button .fa {
  font-size: 14px;
}
.header-sns-button a {
  color: #c2c2c2;
  display: inline-block;
}
.header-sns-button a span {
  font-size: 14px;
  display: none;
}
.header-sns-button a:hover, .header-sns-button a:focus {
  color: #356b0d;
}

/* main-header */
header.header {
      /* -webkit-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); */
/*    -o-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);
    -moz-transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1);*/
    /* transition: all 0.4s cubic-bezier(0.7, 1, 0.7, 1); */
    /* background: #ffffff; */
     background-image: url(../images/bk_header.png); 
     background-position: center top; 
     background-repeat: no-repeat; 
    /* padding-bottom: 46px; */
    padding-top: 24px;
    min-height: 302px;
    /* background-color: transparent; */
}
header.header .header-brand {
   padding: 0 38px;
    margin-top: 20px;
    margin-bottom: 55px;
}
header.header .header-brand img {
  vertical-align: middle;
  max-width: 100%;
}
header.header.header-sticky {
  position: relative;
  width: 100%;
  z-index: 1000;
  padding-bottom: 30px;
}

.sticky-wrapper.is-sticky .header.header-sticky {
/*  border-bottom: 7px solid #356b0d;*/
}

.btn-menu {
  float: right;
  width: 22px;
  height: 15px;
  background: url(../images/front/btn-menu.png) no-repeat 0 0;
  cursor: pointer;
}

.btn-submenu {
  position: absolute;
  right: 0;
  top: 0;
  font: 20px/50px 'FontAwesome';
  text-align: center;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.btn-submenu:before {
  content: "\f107";
  color: #fff;
}

.btn-submenu.active:before {
  content: "";
}

.btn-menu {
  display: none;
}

#mainnav {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#mainnav ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav ul li {
  position: relative;
}

#mainnav > ul > li {
  display: block;
  float: left;
}

#mainnav > ul > li > a {
   position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    height: 74px;
    line-height: 70px;
    padding: 0 0px 4px 30px;
    outline: none;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
}

#mainnav > ul > li.left-m > a {
   position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    height: 74px;
    line-height: 70px;
    padding: 0 30px 4px 0px;
    outline: none;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
}


#mainnav > ul > li > a:hover, #mainnav > ul > li.active a {
  color: #356b0d;
}

#mainnav2 {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    margin-top: 60px;
    margin-bottom: 15px;
}

#mainnav2 ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo {
    margin-top: 40px;
}
.tp-banner-container {
    margin-top: -170px;
}
#mainnav2 ul li {
  position: relative;
}

#mainnav2 > ul > li {
  display: block;
    margin-left: 10px;
    letter-spacing: 3px;
  float: left;
}

#mainnav2 > ul > li > a {
   position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    height: 74px;
    line-height: 70px;
    padding: 0 0px 4px 30px;
    outline: none;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
}

#mainnav2 > ul > li.left-m > a {
   position: relative;
    display: block;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    line-height: 30px;
    padding: 5px 15px;
    outline: none;
    box-shadow: 3px 3px 0 #333;
    height: auto;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
background: rgb(220 30 40); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(51 51 51 1) 0%, rgba(62,118,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(51 51 51 1) 0%,rgba(220 30 40 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(51 51 51 1) 0%,rgba(220 30 40 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#mainnav2 > ul > li > a:hover, #mainnav2 > ul > li.active a {
background: rgb(52,51,51); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(51, 51, 51, 1) 0%,rgba(194,203,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7638', endColorstr='#c2cb31',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.sticky-wrapper.is-sticky header.header .header-brand {
  line-height: 60px;
  max-width: 100%;
}
.sticky-wrapper.is-sticky #mainnav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
/* submenu */
#mainnav ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  background-color: #ffffff;
  border-top: 3px solid #356b0d;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav ul li:hover > ul.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

#mainnav ul li ul li {
  margin-left: 0;
}

#mainnav ul.sub-menu li ul {
  position: absolute;
  left: 225px;
  top: 0;
}

#mainnav ul.sub-menu > li > a {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: inherit;
  letter-spacing: .03em;
  line-height: 24px;
  height: auto;
  color: #333;
  display: block;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: 1px solid #ededed;
}

#mainnav ul.sub-menu > li > a:hover,
#mainnav > ul > li > ul > li.active > a {
  color: #356b0d;
}


#mainnav2 ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  background-color: transparent;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav2 ul li:hover > ul.sub-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
    padding-top: 3px;
}

#mainnav2 ul li ul li {
  margin-left: 0;
}

#mainnav2 ul.sub-menu li ul {
  position: absolute;
  left: 225px;
  top: 0;
}

#mainnav2 ul.sub-menu > li > a {
  font-family: 'Patua One', cursive;
background: rgb(220, 30, 40); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%, rgba(220, 30, 40, 1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  font-size: 12px;
  text-align: left;
  font-weight: 300;
  border-radius: 6px;
  line-height: 16px;
  text-transform: uppercase;
  height: auto;
  color: #FFF;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav2 ul.sub-menu > li > a:hover,
#mainnav2 > ul > li > ul > li.active > a {
background: rgb(62,118,56); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(51, 51, 51, 1) 0%,rgba(51, 51, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7638', endColorstr='#c2cb31',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
background: rgb(194,203,49); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(194,203,49,1) 0%, rgba(62,118,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(194,203,49,1) 0%,rgba(62,118,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(194,203,49,1) 0%,rgba(62,118,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 1000;
  left: 0;
}

#mainnav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnav-mobi ul li {
  margin: 0;
  position: relative;
  text-align: left;
    font-family: 'Patua One', cursive;
    text-shadow: 2px 2px 0 #2B600A;
    border-bottom: 1px solid #295D0A;
  cursor: pointer;
}

#mainnav-mobi ul > li > a {
  text-decoration: none;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #fff;
}

#mainnav-mobi ul.sub-menu {
  top: 100%;
  left: 0;
  z-index: 2000;
  position: relative;
  background-color: #295D0A;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
  position: relative;
  border-top: 1px solid #B1F727;
}

#mainnav-mobi ul.sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 0 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mainnav-mobi ul.sub-menu > li > ul > li > a {
  padding: 0 40px;
}

#mainnav-mobi ul.sub-menu > li > ul > li ul li > a {
  padding: 0 60px;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
  border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
  color: #fff;
}

/*=============== header02 ===============*/
.header02 .header-information li {
  margin-right: 20px;
}
.header02 .header-information li:last-child {
  margin-right: 0;
}

.header-middle {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-middle .header-brand img {
  vertical-align: middle;
  max-width: 100%;
}
.header-middle .info {
  display: inline-block;
  vertical-align: middle;
}
.header-middle .info .address {
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
.header-middle .info .working-hour {
  display: inline-block;
  vertical-align: middle;
}
.header-middle .info .outer-border {
  width: 45px;
  height: 45px;
  border: 2px solid #333;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  display: inline-block;
  float: left;
}
.header-middle .info .info-description {
  display: block;
  margin-left: 60px;
}
.header-middle .info .info-description .ptext {
  font-family: 'Patua One', cursive;
  color: #333;
  margin-bottom: 3px;
}
.header-middle .info .info-description .pdesc {
  font-size: 12px;
  line-height: 20px;
}
.header-middle .info .info-description .pdesc a {
  color: #7f7f7f;
}
.header-middle .info .info-description .pdesc a:hover {
  color: #356b0d;
}

.header02 #mainnav > ul > li > a {
  color: #fff;
  height: 60px;
  line-height: 60px;
}
.header02 #mainnav ul.sub-menu {
  border-color: #d39f03;
}
.header02 .sticky-wrapper.is-sticky #header {
  background: #356b0d;
}
.header02 .sticky-wrapper.is-sticky .header.header-sticky {
  border-bottom: none;
}

.header-nav-wrap {
  background: #356b0d;
}
.header-nav-wrap::before, .header-nav-wrap::after {
  display: table;
  content: " ";
}
.header-nav-wrap::after {
  clear: both;
}

/*=============== header03 ===============*/
.header03 .sticky-wrapper {
  position: absolute;
  top: 59px;
  width: 100%;
}
.header03 header.header {
  background: transparent;
}
.header03 #mainnav > ul > li > a {
  color: #fff;
}
.header03 .sticky-wrapper.is-sticky #header {
  background: #333;
}
.header03 .sticky-wrapper.is-sticky .header.header-sticky {
  border-bottom: none;
}

/* Border box */
/* Border radius */
/* Transform */
/* Transition */
/* Opacity */
/* Transition-duration */
/* Transition-origin */
/* Transition-timing-function */
/* Animation */
/* Box shadow */
/* Place Holder */
/* Alpha Background Color */
.btn-yellow, .btn-transfer, .btn-gray {
  border: 2px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: 'Patua One', cursive;
  padding: 9px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  word-wrap: break-word;
  outline: none;
  position: relative;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
}
.btn-yellow:hover, .btn-transfer:hover, .btn-gray:hover, .btn-yellow:active, .btn-transfer:active, .btn-gray:active {
  color: #ffffff;
}

.tt02, .tt03, .tt04, .tt05 {
    font-family: 'Patua One', cursive;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.tt02 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.tt03 {
  font-size: 18px;
  line-height: 24px;
}

.tt04 {
  font-size: 16px;
  line-height: 24px;
}

.tt05 {
  font-size: 14px;
  line-height: 24px;
}

.font-15px {
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Patua One', cursive;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select.form-control:focus {
  background-color: transparent;
}

/* big-title */
.big-title p {
  margin: 0;
  color: #dd1538;
    text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.big-title .tt02 {
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding-bottom: 14px;
  margin-top: 2px;
  margin-bottom: 50px;
}
.big-title .tt02::after, .big-title .tt02:before {
  background: #222222;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
}
.big-title .tt02:before {
  border-top: 1px solid #222222;
  bottom: 3px;
  width: 50px;
  margin-left: -25px;
}
.big-title .tt02::after {
  border-bottom: 1px solid #222222;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
}
.big-title.white .tt02 {
  color: #ffffff;
}
.big-title.white .tt02::after, .big-title.white .tt02:before {
  border-color: #ffffff;
}

/*---------- offter ----------*/
.pic img {
  width: 100%;
}

.main-text-color {
  color: #356b0d;
}

.spacetb {
  padding-top: 74px;
  padding-bottom: 80px;
}

.icon-box01 .tt04 {
  margin-top: 35px;
}
.icon-box01 .desc1 {
  font-size: 15px;
  line-height: 27px;
  padding: 14px 10px 6px 10px;
}
.icon-box01 .desc1 .readmore {
  font-size: 14px;
}

.hvr-image {
  overflow: hidden;
    min-height: 250px;
}
.hvr-image img {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hvr-image:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

/*---------- section-team ----------*/
.section-team {
  background: #22252c;
}
.section-team .big-title .tt02 {
  margin-bottom: 28px;
}
.section-team .image {
  background-image: url("../images/picture/team-building-01.jpg");
  background-size: cover;
  background-position: center center;
}
.section-team .creative-desc {
  padding: 92px 110px 60px 85px;
}
.section-team .creative-desc .creative-desc-desc p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 27px;
}
.section-team .creative-desc .action-button {
  margin-top: 50px;
}

.adv-highlight .big-title .tt02::before, .adv-highlight .big-title .tt02::after, .section-team .big-title .tt02::before, .section-team .big-title .tt02::after {
  left: 0;
  margin-left: 0;
}

.action-button a {
  margin-right: 6px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 140px;
}
.action-button a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 340px) {
  .action-button {
    margin-top: 0;
  }
  .action-button a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
.btn-yellow {
  border-color: #356b0d;
  background: #356b0d;
}
.btn-yellow:hover, .btn-yellow:active {
  background: #d8a304;
}

.btn-transfer {
  border-color: #ffffff;
}
.btn-transfer:hover, .btn-transfer:active {
  background-color: #333333;
}

/*---------- Our Work ----------*/
.tab-controls .nav > li > a {
  border: 0;
  text-transform: uppercase;
  font-family: 'Patua One', cursive;
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  line-height: 24px;
}
.tab-controls .nav > li > a:hover, .tab-controls .nav > li > a:focus {
  background: transparent;
  color: #356b0d;
}
.tab-controls .nav-tabs > li.active > a, .tab-controls .nav-tabs > li.active > a:hover, .tab-controls .nav-tabs > li.active > a:focus {
  background: transparent;
  color: #356b0d;
  border: 0;
}
.tab-controls .nav.nav-tabs {
  text-align: center;
  margin-bottom: 23px;
  border-bottom: 0;
}
.tab-controls .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}

.work-masonry {
  overflow: hidden;
  margin-left: -9px;
  margin-right: -9px;
  margin-bottom: 41px;
}
.work-masonry a, .work-masonry img {
  display: block;
  width: 100%;
}
.work-masonry li {
  float: left;
  width: 50%;
  padding: 9px;
}
.work-masonry li .smallCol {
  margin-left: 0;
  margin-right: -18px;
}
.work-masonry li .smallCol .col-xs-12 {
  padding-right: 18px;
  padding-left: 0;
}

.our-work .tab-controls .nav.nav-tabs {
  margin-top: -17px;
}

/*---------- testimonial ----------*/
.testimonial {
  padding-top: 120px;
  padding-bottom: 110px;
  background-image: url("../images/soldas-mig-e-eletrica-unai-mg.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
}

.testimonial-meta {
  overflow: hidden;
  margin-top: 42px;
}
.testimonial-meta .testimonial-cover {
  margin-right: 20px;
  float: left;
}
.testimonial-meta .testimonial-cover img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 80px;
  height: 80px;
}
.testimonial-meta .testimonial-author {
  overflow: hidden;
  margin-top: 10px;
}
.testimonial-meta .testimonial-author strong {
  text-transform: uppercase;
  font-family: 'Patua One', cursive;
  color: #356b0d;
  font-weight: 400;
}
.testimonial-meta .testimonial-author .testimonial-author-info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-style: italic;
}

/*---------- news-blog ----------*/
.post-date .inner {
  background: #dd1538;
  display: block;
  width: 70px;
  text-align: center;
  padding: 75px 0 15px;
  color: #ffffff;
}
.post-date .inner .post-day, .post-date .inner .post-month {
  font-family: 'Patua One', cursive;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
}
.post-date .inner .post-day {
  font-size: 20px;
  line-height: 1;
}

.box-post {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box-post .post-back {
  position: relative;
  background: #ffffff;
  border-width: 0 0 2px 2px;
  border-color: #e5e5e5;
  border-style: solid;
}
.box-post .post-back .post-date {
  border-right: 1px solid #e5e5e5;
}
.box-post .post-back .post-date .inner {
  margin-left: -2px;
}
.box-post .post-back .post-back-item {
  border-bottom: 1px solid #e5e5e5;
}
.box-post .post-back .post-back-item span {
  display: block;
  width: 68px;
  text-align: center;
  padding: 18px 0 11px;
  border-right: 1px solid #e5e5e5;
  font-size: 13px;
  color: #7f7f7f;
}
.box-post .post-back .post-back-item span i {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.box-post .post-back .post-back-item .post-back-share {
  width: 68px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 20px;
  color: #bdbdbd;
  line-height: 13px;
  padding: 0 0 13px;
  position: relative;
}
.box-post .post-back .post-back-item .post-back-share .share-box {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 120%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box-post .post-back .post-back-item .post-back-share .share-box a {
  display: block;
  padding: 10px 0;
}
.box-post .post-back .post-back-item .post-back-share .share-box a i {
  color: #7f7f7f;
  font-size: 14px;
}
.box-post .post-back .post-back-item .post-back-share .share-box a:hover i, .box-post .post-back .post-back-item .post-back-share .share-box a:focus i {
  color: #356b0d;
}
.box-post .post-back .post-back-item .post-back-share:hover {
  cursor: pointer;
}
.box-post .post-back .post-back-item .post-back-share:hover .share-box {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}
.box-post .post-back .post-front {
  width: auto;
  position: absolute;
  left: 68px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  padding-top: 30px;
  bottom: 0;
}
.box-post .post-back .post-front::after {
  content: '';
  display: block;
  width: 2px;
  margin-top: 30px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.box-post .post-back .post-front .inner {
  position: relative;
  background: #ffffff;
  padding: 32px 20px 12px 20px;
}
.box-post .post-back .post-front .cover2 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 25px;
}
.box-post .post-back .post-front .post-front-info {
  font-size: 12px;
  margin-bottom: 15px;
}
.box-post .post-back .post-front .post-front-info .post-front-info-author {
  color: #999999;
  font-style: italic;
}
.box-post .post-back .post-front .post-front-info .post-front-info-author a {
  color: #333333;
}
.box-post .post-back .post-front .post-front-info .divider {
  color: #b5b5b5;
  font-size: 13px;
  padding: 0 16px 0 15px;
}
.box-post .post-back .post-front .post-front-info .post-front-info-category {
  color: #999999;
  font-style: italic;
}
.box-post .post-back .post-front .tt05 {
  margin-bottom: 14px;
  text-transform: uppercase;
}
.box-post .post-back .post-front p {
  line-height: 22px;
  color: #7f7f7f;
  margin-bottom: 10px;
}
.box-post .post-back .post-front .continue {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box-post:hover {
  cursor: pointer;
}
.box-post:hover .post-front {
  top: -80px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.box-post:hover .post-front .continue {
  height: 20px;
  line-height: 18px;
  visibility: visible;
  opacity: 1;
}

.cover2 img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 100%;
}

.noborder {
  border: 0 !important;
}

/*---------- brand-logo ----------*/
.brand-logo {
  background: #000;
  border-top: 1px solid #eaeaea;
  padding-top: 44px;
  padding-bottom: 45px;
    background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#owl-demo .item {
  margin: 0 9px;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*---------- Home V2 ----------*/
/*---------- section-why-choose ----------*/
.box-chooseus .box-chooseus-tit {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 10px;
}
.box-chooseus .action-button {
  margin-top: 40px;
}

.btn-gray {
  background: #333333;
  border-color: #333333;
}
.btn-gray:hover, .btn-gray:active {
  background-color: #4b4b4b;
}

.icon-box03 i {
  color: #333333;
  width: 70px;
  font-size: 50px;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: left;
}
.icon-box03 .desc-text {
  padding-left: 100px;
}
.icon-box03 h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
.icon-box03:hover i {
  color: #356b0d;
}

/*---------- icon-box02 ----------*/
.shape {
  position: relative;
  top: 0;
}
.shape .decagon {
  top: 0;
  position: absolute;
  height: 100px;
  left: 50%;
  margin: 0 0 0 -50px;
  width: 100px;
}
.shape .decagon .rct {
  position: absolute;
  top: 0;
  background: #333333;
  height: 100px;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shape .icons {
  line-height: 100px;
  height: 100px;
  width: 100px;
  color: #ffffff;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-block;
}
.shape [class^="somali-icon-"] {
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.icon-box02 {
  margin-top: 10px;
  cursor: crosshair;
}
.icon-box02 .tt05 {
  margin-top: 32px;
  line-height: 24px;
}
.icon-box02 p {
  margin-top: 12px;
}
.icon-box02:hover .rct {
  background-color: #356b0d;
}

/*---------- Our Works 2 ----------*/
.section-work2 {
  background: #22252c;
}

.owl-carousel.owl-work02 .owl-item > div img {
  display: block;
  width: 25%;
  height: auto;
  float: left;
}

.owl-slider2 .owl-nav .owl-prev, .owl-slider2 .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #727477;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  color: #727477;
  line-height: 43px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 100;
}
.owl-slider2 .owl-nav .owl-prev:hover, .owl-slider2 .owl-nav .owl-prev:focus, .owl-slider2 .owl-nav .owl-next:hover, .owl-slider2 .owl-nav .owl-next:focus {
  color: #356b0d;
  border-color: #356b0d;
}
.owl-slider2 .owl-nav .owl-prev i, .owl-slider2 .owl-nav .owl-next i {
  font-size: 16px;
}
.owl-slider2 .owl-nav .owl-prev {
  left: 0;
  margin-left: -80px;
}
.owl-slider2 .owl-nav .owl-next {
  right: 0;
  margin-right: -80px;
}

/* =============================== HOME V3 =========================================== */
/* owl theme */
.owl-controls {
  text-align: center;
}
.owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border: 2px solid #1f1f1f;
  filter: Alpha(Opacity=30);
  /*IE7 fix*/
  opacity: 0.3;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.owl-item.loading {
  min-height: 80px;
  background: url("../images/picture/AjaxLoader.gif") no-repeat center center;
}

.owl-testimonial01 .owl-item {
  cursor: e-resize;
}

/*---------- client-says ----------*/
.client-says .testimonial-meta {
  margin-top: 0;
}
.client-says .testimonial-meta .testimonial-cover img {
  width: 140px;
  height: 140px;
}
.client-says .testimonial-meta .testimonial-author {
  margin-top: 0;
}
.client-says .testimonial-meta .testimonial-author p {
  font-size: 15px;
  line-height: 28px;
}
.client-says .testimonial-meta .testimonial-author strong {
  font-size: 16px;
}
.client-says .testimonial-meta .testimonial-author .testimonial-author-info {
  color: #999999;
}
.client-says .owl-theme .owl-controls {
  margin-top: 38px;
}

/*---------- wrapperAds ----------*/
.wrapperAds {
  background-image: url("../images/front/bg.jpg");
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapperAds .desc-ads h3 {
  color: #356b0d;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 28px;
}
.wrapperAds .desc-ads p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 42px;
}
.wrapperAds .desc-ads a {
  padding-left: 20px;
  padding-right: 20px;
}

/*---------- advantage-highlight ----------*/
.adv-highlight {
  background: #fcfcfc;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding-top: 85px;
  padding-bottom: 40px;
}

.adv-highlight-item {
  margin-bottom: 40px;
  cursor: crosshair;
}
.adv-highlight-item .ic {
  float: left;
  display: block;
  margin-top: 4px;
  width: 75px;
  height: 75px;
  background: #356b0d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
}
.adv-highlight-item .ic span {
  color: #ffffff;
  font-size: 35px;
  line-height: 75px;
}
.adv-highlight-item .desc-text {
  padding-left: 100px;
}
.adv-highlight-item .desc-text .tt04 {
  margin-bottom: 10px;
}
.adv-highlight-item .desc-text p {
  font-size: 16px;
  line-height: 27px;
}
.adv-highlight-item:hover .ic {
  background: #d8a304;
}

/*---------- services-box ----------*/
.services-box .header {
  background: #22252c;
}
.services-box .contexttab {
  margin-right: 0;
  margin-left: 0;
}
.services-box .contexttab .col-sm-3 {
  padding-left: 0;
  padding-right: 0;
}
.services-box .services-box-item {
  position: relative;
  top: -88px;
}
.services-box .services-box-item .tab-controls .nav.nav-tabs {
  margin-top: 0;
}

.advantage-highlight-bg-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
}
.fone {
    text-align: right;
    color: #FFF;
    float: right;
     box-shadow: 3px 3px 0 #333;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
  background: #ED1B24;  /*Old browsers */
background: rgb(220,30,40);  Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220 30 40 1) 0%, rgba(220 30 40 1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220 30 40 1) 0%,rgba(220 30 40 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220 30 40 1) 0%,rgba(220 30 40 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    font-family: 'Patua One', cursive;
    font-size: 18px;
}
.fone img {
    margin-bottom: -5px;
    margin-right: 10px;
}
.fone .whats img {
    margin-bottom: 0;
    margin-top: -5px;
    margin-right: 0px;
}
.fone .whats {
    color: #FFF;
}
/* ----------- section-subbanner ------------ */
.section-subbanner {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding-bottom: 40px;
  background-size: cover;
    padding-top: 80px;
    margin-top: -70px;
}
.section-subbanner .caption {
  color: #ffffff;
  font-size: 35px;
  font-family: 'Patua One', cursive;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 24px;
}
.section-subbanner .caption h1 {
      color: #333 !important;
    text-align: left;
    font-size: 40px !important;
    font-family: 'Patua One', cursive;
  font-weight: 700 !important;
  line-height: 40px !important;
  margin-top: 20px !important;
}
.section-subbanner .breadcrumb {
  padding: 5px 0;
    font-family: 'Patua One', cursive;
  list-style: none;
    text-align: left;
  background-color: transparent;
  margin: 0;
}
.section-subbanner .breadcrumb a {
  color: #dd1538;
    font-weight: bold;
    font-family: 'Patua One', cursive;
}
.section-subbanner .breadcrumb > .active {
  color: #dd1538;
    font-weight: bold;
}
.section-subbanner .breadcrumb li + li::before {
  color: #dd1538;
  content: "\e258";
  font-size: 9px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

/* ----------- introduction ------------ */
.relative {
  position: relative;
}

.intro-image {
  margin-top: 10px;
}
.intro-image ul {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.intro-image ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.wpb-intro .wpb-intro-title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 5px;
  color: #6daa19;
}

.wpb-history {
  margin-top: 45px;
}
.wpb-history .dl-horizontal {
  margin-bottom: 0;
}
.wpb-history .dl-horizontal dt {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  width: 85px;
  text-align: left;
}
.wpb-history .dl-horizontal dd {
  margin-left: 90px;
  border-left: 1px solid #e5e5e5;
  padding-left: 40px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 0;
}
.wpb-history .dl-horizontal dd h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 24px;
  color: #333;
}
.wpb-history .dl-horizontal dd::before {
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #356b0d;
  left: 0;
  top: 0;
  margin-left: -5px;
}
.wpb-history .dl-horizontal:last-child dd {
  border-left-width: 0;
  padding-bottom: 0;
}

/* ----------- creative-team ------------ */
.creative-team .description {
  padding: 15px 0;
}
.creative-team .description .tt04 {
  margin-bottom: 3px;
}
.creative-team .description .career {
  font-style: italic;
  color: #b5b5b5;
  font-size: 13px;
}
.carrinho2 {

    text-align: right;
    color: #FFF;
    float: right;
    box-shadow: 3px 3px 0 #333;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background: rgb(220,30,40);
    background: -moz-linear-gradient(-45deg, rgba(220,30,40,1) 0%, rgba(220,30,40,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220,30,40,1) 0%,rgba(220,30,40,1) 100%);
    background: linear-gradient(135deg, rgba(220,30,40,1) 0%,rgba(220,30,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 );
    font-family: 'Patua One', cursive;
    font-size: 18px;
    margin-top: 15px;
}
.carrinho2 a {
    color: #FFF;
}
.carrinho2 a:hover {
    color: #FFF;
}
/* ----------- services ------------ */
.services {
  padding-top: 10px;
  padding-bottom: 100px;
}
.services .single-box {
  margin-top: 60px;
}
.services .single-box .tt04 {
  margin-top: 35px;
  margin-bottom: 10px;
    min-height: 100px;
}

.second-text-color {
  color: #333333;
}

/* ----------- service-single ------------ */
.left-sidebar {
  padding-top: 72px;
}
.left-sidebar .widget {
  margin-bottom: 63px;
}

.widget .wg-title {
  font-size: 18px;
  line-height: 28px;
    color: #333;
  margin-bottom: 12px;
}

.group-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.group-list li a {
  font-size: 14px;
    text-align: left;
}
.group-list li a i {
  margin-right: 9px;
}
.group-list li a:hover {
  color: #356b0d;
}

.download-brochure {
  padding-top: 10px;
}
.download-brochure p {
  margin-bottom: 5px;
}
.download-brochure p a {
  display: block;
  border: 2px solid #e8e8e8;
  color: #7f7f7f;
  padding: 13px 17px;
  position: relative;
}
.download-brochure p a .fa-file-pdf-o, .download-brochure p a .fa-file-word-o, .download-brochure p a .fa-file-powerpoint-o {
  font-size: 18px;
  margin-right: 5px;
}
.download-brochure p a .fa-download {
  position: absolute;
  right: 17px;
  top: 18px;
}
.download-brochure p a:hover {
  color: #356b0d;
  border-color: #356b0d;
}

.text-featured a {
  margin-left: 2px;
  white-space: nowrap;
  color: #7f7f7f;
}
.text-featured a:first-child {
  margin-left: 0;
}
.text-featured a:hover, .text-featured a:focus {
  color: #356b0d;
}

/* ----------- primary-content ------------ */
.primary-content .article-content {
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding: 80px 0 80px 70px;
}

.section .tt04 {
  margin-bottom: 10px;
}
.section .list-check {
  overflow: hidden;
}
.section .list-check li {
  float: left;
  width: 50%;
  padding: 5px 0;
}
.section .list-check li i {
  color: #356b0d;
  margin-right: 5px;
}
.section .pull-right {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .section .list-check li {
    width: 100%;
    float: none;
  }
    header.header.header-sticky {
    min-height: 280px !important;
    background-position: center top !important;
    }
    .tp-banner-container {
        margin-top: 0;
    }
  .section .pull-right {
    float: none;
    margin-left: 0;
  }
    .section-subbanner {
        margin-top: 0;
        padding-top: 0px;
    }
    .bgi-gray {
        background-repeat: repeat !important;
        background-position: center top !important;
    }
    .tt-service-icon {
        display: none !important;
    }
    .tt-service-info {
        margin-bottom: 30px !important;
        padding-left: 0 !important;
    }
    .paleta {
        margin-top: 50px !important;
    }
}
.service-single-accordion {
  margin-top: 60px;
}
.service-single-accordion .panel {
  border-width: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.service-single-accordion .panel-default > .panel-heading {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.service-single-accordion .panel-default > .panel-heading h4 {
  font-size: 14px;
  line-height: 30px;
}
.service-single-accordion .panel-default > .panel-heading a {
  display: block;
  background-color: #eeeeee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 8px 25px;
  color: #333333;
}
.service-single-accordion .panel-default > .panel-heading a::before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 12px;
  float: right;
}
.service-single-accordion .panel-default > .panel-heading a.collapsed::before {
  content: "\f067";
}
.service-single-accordion .panel-default > .panel-heading a:hover, .service-single-accordion .panel-default > .panel-heading a:focus {
  background: #356b0d;
  text-decoration: none;
}
.service-single-accordion .panel-default > .panel-heading.open a {
  background: #356b0d;
}
.service-single-accordion .panel-default .panel-body {
  padding: 25px;
}

/* ----------- page-category ------------ */
.no-container {
  overflow: hidden;
}

.page-category .tab-controls .nav.nav-tabs {
  text-align: left;
  margin-top: 0;
}
.page-category .tab-controls .nav.nav-tabs a {
  padding-left: 0;
}
.page-category .our-work-v1 {
  margin-bottom: -35px;
  overflow: hidden;
}
.page-category .our-work-v2 .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}
.page-category .our-work-v2 .col-sm-4 img {
  width: 100%;
}
.page-category .our-work-v2.row {
  margin-left: 0;
  margin-right: 0;
}
.page-category .our-work-v3 .col-sm-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.page-category .our-work-v3.row {
  margin-top: 16px;
  margin-left: -8px;
  margin-right: -8px;
}
.page-category .our-work-v3 .pic {
  margin-bottom: 16px;
}

.work01 .tab-controls, .work02 .tab-controls {
  margin-top: -12px;
  overflow: hidden;
}

/* article-ourwork-single */
.article-ourwork-single {
  padding-left: 70px;
}
.article-ourwork-single .list-group-info li {
  background: #f5f5f5;
  color: #333333;
  padding: 13px 25px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
.article-ourwork-single .list-group-info li b {
  font-family: 'Patua One', cursive;
  font-weight: 500;
}
.article-ourwork-single .list-group-info li i {
  margin-right: 12px;
}

.share-social {
  margin-top: 50px;
}
.share-social .txtlabel {
  margin-right: 16px;
}
.share-social a {
  display: inline-block;
  margin-right: 6px;
  background: #eeeeee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
}
.share-social a i {
  color: #656565;
}
.share-social a:hover, .share-social a:focus {
  background: #356b0d;
}

.zoom {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* ----------- Blog ------------ */
.blog01 {
  margin-bottom: -30px;
}

.group-listing {
  padding-top: 10px;
}
.group-listing li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.group-listing li h4 {
  font-size: 14px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
}
.group-listing li h4 a {
  color: #333333;
  text-decoration: none;
}
.group-listing li h4 a img {
  width: 90px;
  height: auto;
  margin-right: 25px;
  float: left;
}
.group-listing li h4 a:hover, .group-listing li h4 a:focus {
  color: #356b0d;
}
.group-listing li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .group-listing li h4 a img {
    width: 60px;
    margin-right: 15px;
  }
}
/* ----------- pagination ------------ */
.info-pagination {
  margin-top: 50px;
}

.pagination {
  margin-bottom: 0;
  margin-top: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  color: #333333;
  font-size: 14px;
  font-family: 'Patua One', cursive;
}

.pagination > li > a, .pagination > li > span {
  margin: 0 2px;
  border-color: #dfdfdf;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ffffff;
  background-color: #356b0d;
  border-color: #356b0d;
}

/* ----------- Blog V3 ------------ */
.box-post-image img {
  width: 100%;
}
.box-post-image .post-date {
  position: absolute;
  top: 0;
  left: 0;
}

.box-post-desc .tt04 {
  margin-bottom: 20px;
}
.box-post-desc .post-materials {
  margin-top: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .box-post-image img {
    max-width: 330px;
  }
    .tt-service {
        margin-bottom: 40px;
    }
}
a.second-text-color:hover {
  color: #356b0d;
}

.group-listing-blog li.box-post {
  margin-bottom: 50px;
  overflow: hidden;
}
.group-listing-blog li.box-post:last-child {
  margin-bottom: 0;
}

.post-materials li {
  float: left;
  margin-right: 40px;
  color: #999999;
  font-size: 13px;
}
.post-materials li:last-child {
  margin-right: 0;
}

.card-padding {
  overflow: hidden;
}
.card-padding .post-date {
  margin-right: 25px;
}

.list-disc li {
  list-style: disc;
  color: #656565;
  margin-bottom: 20px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}

.overflow {
  overflow: hidden;
}

.txtlabel {
  color: #333333;
  display: inline-block;
  font-family: 'Patua One', cursive;
  font-weight: 500;
}

.pb-border {
  padding-bottom: 40px;
}

.blog02 {
  margin-bottom: -40px;
}
.blog02 .box-post .post-back .post-front .inner {
  padding-bottom: 56px;
}
.blog02 .box-post {
  margin-bottom: 40px;
}

.wg-share-tag {
  margin-top: 40px;
}
.wg-share-tag .share-social {
  margin-top: 0;
}

/* ----------- wg-post-comments ------------ */
.sect-header {
  font-size: 20px;
  color: #333333;
  font-family: 'Patua One', cursive;
  margin-bottom: 25px;
}

.wg-post-comments {
  margin-top: 40px;
}
.wg-post-comments .media-heading .txtlabel {
  font-size: 14px;
}
.wg-post-comments .media-heading .media-heading-date {
  font-size: 13px;
  color: #999999;
  margin-right: 20px;
}
.wg-post-comments .media {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.wg-post-comments .media:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wg-post-comments .media .media-content p {
  margin-top: 20px;
}
.wg-post-comments .btn-yellow {
  padding: 3px 15px;
  font-size: 12px;
  font-family: 'Patua One', cursive;
}
.wg-post-comments .media-left, .wg-post-comments .media > .pull-left {
  margin-right: 20px;
}

.media-left .media-object {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

/* ----------- wg-post-comments ------------ */
.wg-comment-comments {
  margin-top: 40px;
}
.wg-comment-comments .sect-header {
  margin-bottom: 0;
}

.wg-comment-comments .form-group, .page-contact .form-group {
  margin-bottom: 20px;
}
.wg-comment-comments .form-control, .page-contact .form-control {
  font-size: 12px;
}

.form-control {
  border-color: #e5e5e5;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.wg-comment-comments .form-control::-moz-placeholder,
.wg-comment-comments .form-control:-ms-input-placeholder,
.wg-comment-comments .form-control::-webkit-input-placeholder {
  color: #e5e5e5;
}

@media (min-width: 1200px) {
  .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
    font-size: 14px;
  }

  textarea.form-control {
    height: auto;
  }
}
.inner-addon .fa {
  position: absolute;
  pointer-events: none;
  font-size: 14px;
  color: #b1b1b1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.inner-addon .fa.fa-comment {
  top: 20px;
}

.left-addon .fa {
  left: 15px;
}

.left-addon input, .left-addon textarea {
  padding-left: 40px;
}

@media screen and (max-width: 1199px) {
  .inner-addon .fa.fa-comment {
    top: 15px;
  }
}
.entry-author {
  padding-bottom: 5px;
}
.entry-author .media-heading {
  color: #333333;
  text-transform: uppercase;
}

/* ----------- Contact Us ------------ */
.wg-contact h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
}

.address-box {
  color: #757575;
  padding-left: 70px;
}
.address-box .icon-corner {
  display: inline-block;
  border: 2px solid #dd1538;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #dd1538;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 48px;
}
.address-box .icon-corner i {
  font-size: 20px;
}
.address-box h5 {
  font-size: 14px;
  margin-bottom: 15px;
    color: #dd1538;
  font-weight: 700;
}
.address-box p {
  font-size: 13px;
}
.address-box p a {
  color: #dd1538;
}

.frm {
  margin-top: 40px;
}
.frm textarea.form-control {
  height: 215px;
}

.the-map {
  margin-top: 50px;
}

.wg-text-product {
  background: #f1f1f1;
  color: #333333;
  padding: 10px 20px;
  font-size: 13px;
}

.lbl {
  color: #b5b5b5;
  font-weight: normal;
  margin-bottom: 0;
}

.group-list li a:hover .lbl {
  color: #356b0d;
}

.price del {
  color: #999;
}
.price ins {
  text-decoration: none;
}
.price ins span {
  font-weight: 600;
  color: #333333;
}

.star-rating {
  display: inline-block;
  width: 80px;
  height: 20px;
  background-image: url(../images/front/star-off-retina.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 16px 16px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.star-rating::before {
  content: "";
  color: #356b0d;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  text-indent: -9999px;
  background-image: url(../images/front/star-on-retina.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 16px 16px;
  display: block;
  height: 20px;
  font-size: 0;
  text-align: left;
}

.clearnone {
  clear: none;
}

.product-title {
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
  font-weight: 700;
  font-family: 'Patua One', cursive;
}

.product-title-wp .product-title {
  float: left;
}
.product-title-wp .ordering {
  float: right;
  margin-top: 12px;
  font-size: 13px;
}
.product-title-wp .ordering label {
  font-weight: 300;
}
.product-title-wp .btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  position: relative;
  background: transparent;
}
.product-title-wp .btn .filter-option {
  overflow: hidden;
  text-align: left;
  color: #356b0d;
  padding-right: 25px;
}
.product-title-wp .btn i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -6px;
  vertical-align: middle;
  color: #356b0d;
}
.product-title-wp .btn:hover, .product-title-wp .btn:focus {
  background: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-title-wp .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-title-wp .dropdown-menu > li > a {
  padding: 6px 12px;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.products .product-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flip-image {
  position: relative;
  overflow: hidden;
}
.flip-image > .pic img {
  width: 100%;
}
.flip-image .flip-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  zoom: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.flip-image .flip-back .btn-addcart {
  background: #ffffff;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: calc(50% - 22px);
  color: #333333;
  padding: 11px 20px 10px 20px;
  zoom: 1;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.flip-image .flip-back .btn-addcart:hover {
  color: #356b0d;
}
.flip-image:hover .flip-back {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.product-meta {
  margin-top: 19px;
}
.product-meta a .name {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  white-space: nowrap;
  font-weight: 500;
}
.product-meta a:hover .name {
  color: #356b0d;
}
.product-meta .price {
  margin-top: 4px;
}
.product-meta .star-rating {
  margin-top: 2px;
}

.product-listing-wp .info-pagination {
  margin-top: 40px;
}

.shop02 .primary-content .article-content, .single-shop .primary-content .article-content {
  border-left-width: 0;
  border-right: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 70px;
}

.subtotal-text strong {
  color: #356b0d;
  font-weight: 600;
}

.btn-simple {
  color: #999999;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #dfdfdf;
  padding: 4px 14px;
  line-height: 20px;
  font-family: 'Patua One', cursive;
}
.btn-simple:hover {
  color: #356b0d;
  border-color: #356b0d;
}

.basket-item li {
  background: #f9f9f9;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  overflow: hidden;
}
.basket-item li a.delItem {
  position: absolute;
  top: 50%;
  left: 10px;
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.basket-item li .cart-content {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.basket-item li .cart-thumb {
  float: left;
  width: 65px;
  margin-right: 15px;
}
.basket-item li .cart-thumb img {
  width: 100%;
  display: block;
}
.basket-item li .cart-caption {
  color: #333333;
}
.basket-item li .cart-caption h5 {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.basket-item li .cart-caption .lbl-price {
  font-weight: 500;
}
.basket-item li:first-child .cart-content {
  border-top-color: transparent;
}

.product-tabs .nav-tabs {
  padding-left: 0px;
  position: relative;
  margin: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #dfdfdf;
  height: 60px;
}
.product-tabs .nav-tabs > li {
  margin-bottom: -2px;
  margin-left: 45px;
}
.product-tabs .nav-tabs > li > a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  padding: 0;
  line-height: 58px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 0;
}
.product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:focus {
  background: transparent;
  color: #333333;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #333333;
  border-bottom-width: 2px;
}
.product-tabs .nav-tabs > li.active a {
  color: #333333;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #333333;
  border-bottom-width: 2px;
  background: transparent;
}
.product-tabs .nav-tabs > li:first-child {
  margin-left: 0;
}
.product-tabs .product-tabs-entry-content {
  padding-top: 35px;
  margin-bottom: 82px;
}
.product-tabs .product-tabs-entry-content section {
  padding-top: 10px;
}
.product-tabs .product-tabs-entry-content section h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 32px;
  color: #222222;
}
.product-tabs .product-tabs-entry-content section ol li {
  font-size: 14px;
  list-style: disc;
  list-style-position: inside;
  margin-top: 8px;
}

.single-product-details {
  margin-bottom: 37px;
}
.single-product-details .summary .summary-title {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: #303030;
}
.single-product-details .summary .summary-offer {
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  font-family: 'Patua One', cursive;
}
.single-product-details .summary .summary-button {
  margin-top: 24px;
}
.single-product-details .summary .quantity {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.single-product-details .summary .quantity input[type=number] {
  background: #e5e5e5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  width: 80px;
  padding: 11px 12px 11px 18px;
  color: #333333;
  font-size: 13px;
}
.single-product-details .summary button.btn-yellow {
  font-size: 13px;
  font-weight: 300;
}

.more-infor {
  padding-top: 25px;
}
.more-infor li {
  margin-top: 7px;
  color: #666;
}
.more-infor li b {
  color: #303030;
}
.more-infor .summary-share-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #666;
}
.more-infor .summary-share-social a:last-child {
  margin-right: 0;
}
.more-infor .summary-share-social a:hover {
  color: #356b0d;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=number]::-moz-number-wrapper,
input[type=number]::-moz-number-spin-box,
input[type=number]::-moz-number-spin-up,
input[type=number]::-moz-number-spin-down {
  background-color: red;
}

#sync1 {
  margin-bottom: 10px;
}

.bgi-gray {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
     border-top: 4px solid #dd1538;
}

.footer-nav {
  padding-top: 40px;
  padding-bottom: 30px;
  color: #407738;
    font-weight: bold;
}
.footer-nav .tt04 {
  margin: 0 0 30px;
  color: #dd1538;
    font-size: 18px;
    font-family: sans-serif;
  text-transform: uppercase;
}

.contact-info {
  background: url("../images/front/map.png") no-repeat center bottom;
}
.contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
}
.contact-info li:last-child {
  margin-bottom: 0;
}
.contact-info i.fa {
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
}
.contact-info i.fa.fa-map-marker {
  font-size: 16px;
}

.list-style ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
    color: #fff;
    font-weight: bold;
}
.list-style li:hover, .list-style li:focus, .list-style li:active {
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}

.group-item-links li {
  margin-bottom: 10px;
  font-size: 14px;
    text-align: left;
}
.group-item-links li .fa {
  margin-right: 9px;
}

.time-open {
  font-size: 14px;
}
.time-open span {
  color: #407738;
    font-weight: bold;
}

.fw-instagram {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.fw-instagram li {
  float: left;
  margin: 0 0 10px 0px;
}
.fw-instagram li a, .fw-instagram li img {
  display: block;
}
.fw-instagram li a:hover img, .fw-instagram li a:focus img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.color {
  color: #fff;
}

/* footer-page */
.footer-page {
  padding-top: 10px;
  padding-bottom: 10px;
background: #dd1538;
  font-size: 14px;
  color: #FFF;
}

.ui-link-color75 {
  color: #FFF;
}
.ui-link-color75:hover, .ui-link-color75:focus {
  color: #ccc;
}

.back-top {
  text-align: right;
}

@media (max-width: 480px) {
  .copyright, .back-top {
    float: none;
    width: 100%;
    text-align: center;
  }

  .back-top {
    margin-top: 10px;
  }
}
@media (min-width: 1600px) {
  .advantage-highlight-bg-img {
    width: 34%;
  }
}
@media (min-width: 768px) {
  .section-team {
    height: 550px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .advantage-highlight-bg-img {
    width: 38%;
  }

  .section-team .creative-desc {
    padding: 80px 20px 25px 20px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .advantage-highlight-bg-img {
    width: 45%;
  }

  #mainnav > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .download-brochure p a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .download-brochure p a .fa-download {
    right: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-team .creative-desc {
    max-width: 820px;
    padding: 80px 20px 40px 20px;
  }

  .article-ourwork-single {
    padding-left: 0;
  }

  .owl-slider2 .owl-nav .owl-prev {
    margin-left: 0;
  }
  .owl-slider2 .owl-nav .owl-next {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  /*---------- Header ----------*/
  .btn-menu {
    position: relative;
    display: inline-block;
    z-index: 999;
    margin-top: 22px;
    margin-right: 5px;
  }

  header.header .header-brand {
    float: left;
    width: 100%;
/*    line-height: 60px;*/
    margin-left: 5px;
  }

  /*---------- Home 1 ----------*/
  .icon-box01 .desc1 {
    padding-left: 0;
    padding-right: 0;
  }

  .work-masonry li {
    width: 100%;
  }
  .work-masonry li .smallCol .col-xs-12:first-child {
    margin-bottom: 18px;
  }

  .post-date .inner {
    width: 60px;
  }

  .box-post .post-back .post-back-item {
    border-bottom: none;
  }
  .box-post .post-back .post-back-item span, .box-post .post-back .post-back-item .post-back-share {
    width: 58px;
  }
  .box-post .post-back .post-front {
    left: 58px;
  }
  .box-post .post-back .post-front .post-front-info {
    margin-bottom: 5px;
  }
  .box-post .post-back .post-front .post-front-info .divider {
    padding-left: 3px;
    padding-right: 4px;
  }
  .box-post .post-back .post-front .tt05 {
    line-height: 20px;
  }
  .box-post .post-back .post-front .continue {
    /*display: none;*/
  }

  /*---------- Home 2 ----------*/
  .box-chooseus .action-button {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .icon-box03 i {
    font-size: 45px;
    width: 60px;
  }
  .icon-box03 .desc-text {
    padding-left: 80px;
  }

  /*---------- About Us ----------*/
  .creative-team {
    margin-bottom: -30px;
    overflow: hidden;
  }
  .creative-team .col-md-3 {
    margin-bottom: 30px;
  }
  .creative-team .col-md-3:last-child {
    margin-bottom: 0;
  }

  /*---------- Shop ----------*/
  .product-listing-wp .info-pagination {
    margin-top: 20px;
  }

  .products .product-item {
    margin-bottom: 0;
  }

  .shop02 .primary-content .article-content, .single-shop .primary-content .article-content {
    border-left-width: 0;
    border-right: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .shop02 .left-sidebar, .single-shop .left-sidebar {
    padding-bottom: 54px;
  }

  /*---------- Footer ----------*/
  .brand-logo {
    padding-top: 10px;
    padding-bottom: 10px;

  }

  .footer-nav {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /*---------- Header02 ----------*/
  .header02 .btn-menu {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-team .creative-desc {
    padding: 30px 20px 25px 0;
  }

  .spacetb {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  .adv-highlight {
    padding-top: 56px;
    padding-bottom: 23px;
  }

  /*---------- Home 3 ----------*/
  .client-says .testimonial-meta .testimonial-cover img {
    width: 100px;
    height: 100px;
  }

  .testimonial {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  /*---------- Service ----------*/
  .left-sidebar {
    padding-top: 35px;
  }
  .left-sidebar .widget {
    margin-bottom: 42px;
  }
  .left-sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .services {
    padding-bottom: 50px;
  }
  .services .single-box {
    margin-top: 40px;
  }

  .primary-content .article-content {
    border-left: none;
    margin-left: 0;
    padding: 54px 0 54px 0;
  }

  .service-single-accordion {
    margin-top: 40px;
  }
  .service-single-accordion .panel-default .panel-body {
    padding: 15px;
  }

  /*---------- Blog ----------*/
  .info-pagination {
    margin-top: 34px;
  }

  .blog01 .box-post {
    margin-bottom: 20px;
  }

  .blog02 .box-post {
    margin-bottom: 28px;
  }

  .blog03 .group-listing-blog li.box-post {
    margin-bottom: 34px;
  }

  .blog03 .box-post-desc .tt04 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .blog03 .box-post-desc .post-materials {
    margin-top: 0;
  }
  .blog03 .box-post-desc .post-materials li {
    margin-right: 15px;
  }

  /*---------- Shop ----------*/
  .single-shop .product-tabs .product-tabs-entry-content {
    padding-top: 24px;
    margin-bottom: 54px;
  }

  /*---------- Header02 ----------*/
  .header-middle .info .address {
    margin-right: 0;
  }
  .header-middle .info .outer-border {
    width: 38px;
    height: 38px;
    padding-top: 8px;
  }
  .header-middle .info .info-description {
    display: block;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .spacetb {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .tt02 {
    font-size: 30px;
  }

  .big-title .tt02 {
    margin-bottom: 30px;
  }

  /*---------- Home 1 ----------*/
  .icon-box01, .box-post {
    margin-bottom: 30px;
  }

  .section-team .creative-desc {
    padding: 30px 15px;
  }
  .section-team .creative-desc .action-button {
    margin-top: 25px;
  }

  .testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-meta {
    text-align: center;
  }
  .testimonial-meta .testimonial-cover {
    margin-right: 16px;
    float: none;
    display: inline-block;
  }
  .testimonial-meta .testimonial-author {
    vertical-align: top;
    display: inline-block;
    text-align: left;
  }

  .post-date .inner {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .box-post .post-back .post-back-item span {
    padding-top: 12px;
    padding-bottom: 5px;
  }

  .owl-carousel.owl-work02 .owl-item > div img {
    width: 100%;
    float: none;
  }

  .home03 .tab-pane .no-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .home03 .services-box .contexttab .col-xs-6 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .home03 .services-box .services-box-item {
    top: 0;
  }
  .home03 .services-box .services-box-item .tab-controls .nav.nav-tabs {
    margin-bottom: 0;
  }
  .home03 .adv-highlight {
    padding-top: 42px;
    padding-bottom: 20px;
  }

  /*---------- Home 3 ----------*/
  .client-says .testimonial-meta .testimonial-cover img {
    width: 80px;
    height: 80px;
  }

  .wrapperAds .player-ads {
    margin-top: 20px;
  }

  /*---------- About Us ----------*/
  .creative-team .col-md-3:last-child {
    margin-bottom: 0;
  }

  .wpb-history .dl-horizontal dt {
    width: 70px;
    float: left;
  }
  .wpb-history .dl-horizontal dd {
    margin-left: 75px;
    padding-left: 20px;
  }

  /*---------- Services ----------*/
  .services {
    padding-bottom: 50px;
  }
  .services .single-box {
    margin-top: 30px;
  }
  .services .single-box .tt04 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .left-sidebar {
    padding-top: 30px;
  }
  .left-sidebar .widget {
    margin-bottom: 30px;
  }
  .left-sidebar .widget:last-child {
    margin-bottom: 0;
  }

  .primary-content .article-content {
    border-left: none;
    margin-left: 0;
    padding: 40px 0 40px 0;
  }

  .service-single-accordion {
    margin-top: 30px;
  }
  .service-single-accordion .panel-default .panel-body {
    padding: 12px 0;
  }

  .wpb-intro {
    margin-top: 30px;
  }

  .article-ourwork-single .share-social {
    margin-top: 25px;
  }

  /*---------- Blog ----------*/
  .info-pagination {
    margin-top: 25px;
  }

  .blog01 .box-post {
    margin-bottom: 15px;
  }

  .blog02 .box-post {
    margin-bottom: 20px;
  }

  .blog03 .group-listing-blog li.box-post {
    margin-bottom: 25px;
  }

  .blog03 .box-post-desc .tt04 {
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 15px;
  }
  .blog03 .box-post-desc .post-materials {
    margin-top: 0;
  }
  .blog03 .box-post-desc .post-materials li {
    margin-right: 15px;
  }

  .wg-share-tag, .wg-post-comments, .wg-comment-comments, .frm {
    margin-top: 20px;
  }

  .wg-comment-comments .form-group, .page-contact .form-group {
    margin-bottom: 12px;
  }

  .wg-post-comments .media {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .wg-post-comments .media .media-content p {
    margin-top: 5px;
  }

  /*---------- Contact ----------*/
  .address-box {
    margin-top: 25px;
    padding-left: 52px;
  }
  .address-box .icon-corner {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .address-box h5 {
    margin-bottom: 10px;
  }

  .the-map {
    margin-top: 25px;
  }

  /*---------- Shop ----------*/
  .product-title-wp .product-title {
    float: none;
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
  }

  .single-shop .single-product-details {
    margin-bottom: 15px;
  }
  .single-shop .single-product-details .summary .summary-title {
    margin-top: 20px;
  }
  .single-shop .more-infor {
    padding-top: 12px;
  }
  .single-shop .product-tabs .nav-tabs {
    height: auto;
  }
  .single-shop .product-tabs .product-tabs-entry-content {
    padding-top: 18px;
    margin-bottom: 30px;
  }
  .single-shop .product-tabs .product-tabs-entry-content ol {
    padding-left: 15px;
  }

  /*---------- Footer ----------*/
  .footer-nav {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section-subbanner {
    padding-bottom: 39px;
  }
  .section-subbanner .caption {
    margin-top: 48px;
  }

  /*---------- Header02 ----------*/
}
@media (max-width: 479px) {
  .adv-highlight-item {
    margin-bottom: 30px;
  }
  .adv-highlight-item .ic {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .adv-highlight-item .desc-text {
    padding-left: 0;
  }
  .adv-highlight-item .desc-text .tt04 {
    text-align: center;
  }
}


.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.frase-top{
    font-family: 'Patua One', cursive;
    text-align: right;
    color: #356b0d;
    font-size: 18px;
}
#map{
  height: 270px;
}

/* Tab Element */

.nav-tabs>li i{
    font-size: 44px;    
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0px !important;
}
.nav-tabs>li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}
.nav-tabs>li a{
        position: relative !important;
    display: block !important;
    padding: 6px !important;
    margin: 0 0px !important;
    border-radius: 0px !important;
    border: 0px dashed #595959 !important;
    color: #fff !important;
    top: 0;
        background: #000000;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
}
.nav-tabs>li a:hover{
      background-color: #356b0d !important;
      color: #fff !important;
}
.nav-tabs>li a h5{
      color: #fff !important;
}
/*.nav-tabs>li.active a:after{
    top: 100%;
    left: 50%;
    margin-left: -55px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 57px 0 57px;
    border-color: #ffaa00 transparent transparent transparent;
}*/
.nav-tabs>li.active a{
    background: #356b0d !important;
    top: 0px;
    color: #fff !important;
}
.nav-tabs>li.active i,
.nav-tabs>li.active:hover h5,
.nav-tabs>li.active h5{
    color: #232A34;
}
.nav-tabs>li.active a{
    border-color: #ffcc00;
    color: #fff !important;
}
.nav-tabs>li .tab-icon{
    margin-bottom: 15px;
}
.nav-tabs>li .tab-icon img{
  /*height: 154px;*/
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs>li h5{
  font-size: 15px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
    font-family: 'montserratlight';
    color: #fff !important;
}
.nav-tabs>li:hover a,
.nav-tabs>li:hover h5{
    color: #ffaa00;
}
.nav-tabs>li.active a{
    border-color: #ffcc00;
    color: #fff !important;
}
.nav-tabs>li .tab-icon{
    margin-bottom: 15px;
}
.nav-tabs>li .tab-icon img{
  /*height: 154px;*/
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs>li h5{
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
    color: #808489;
}
.nav-tabs>li:hover a,
.nav-tabs>li:hover h5{
    color: #ffaa00;
}
.tab-two .nav-tabs>li{
    width: 50%;
}
.tab-three .nav-tabs>li{
    width: 33.33%;
}
.tab-four .nav-tabs>li{
    width: 25%;
}
.tab-five .nav-tabs>li{
    width: 20%;
}
.tab-six .nav-tabs>li{
    width: 20%;
}
.mainnavtop{ 
}

.tt-commercial-img {
  margin-bottom: 34px;
}

.tt-commercial-title {
  display: block;
  margin-bottom: 10px;
}

.tt-commercial-title:hover {
  color: #cca15a;
}

.tt-commercial .simple-text {
  margin-bottom: 15px;
}
.tt-custom-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
}

.tt-custom-hover:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(34, 34, 34, 0.9)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(34, 34, 34, 0.9)));
  background: linear-gradient(to bottom, transparent 0%, rgba(34, 34, 34, 0.9) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tt-custom-hover-info {
  position: absolute;
  width: 100%;
  bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.tt-custom-hover:hover:before {
  opacity: 1;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.tt-custom-hover:hover .tt-custom-hover-info {
  opacity: 1;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.tt-custom-hover-info {
  text-align: center;
}
.text-slide {
    color: #FFF;
    font-family: 'Patua One', cursive;
    text-shadow: 2px 2px 0 #aef326;
    display: block;
}
.tt-custom-hover-info h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
    text-align: center; 
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.tt-custom-hover-info span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}

.c-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}

.c-btn.type-1 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Patua One', cursive;
    background: rgb(220, 30, 40);
    background: -moz-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%, rgba(220, 30, 40, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 );
  color: #FFF;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  border-radius: 6px;
    text-shadow: 2px 2px 0 #333;
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
}

.c-btn.type-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    border-radius: 6px;
  background: #333;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
     -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.c-btn.type-1:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.c-btn.type-1.size-3 span, .c-btn.type-1.size-3 input {
    padding: 10px 36px;
}
.c-btn.type-1 span, .c-btn.type-1 input {
    position: relative;
    display: block;
    padding: 10px 47px 10px 21px;
    z-index: 1;
}
.custom-links a:before {
    content: '\f18e';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-links a {
display: block;
    position: relative;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #356b0d;
    padding-left: 26px;
    margin-bottom: 7px;
    margin-top: 13px;
}

.tt-two-blocks {
    position: relative;
    background: url(../images/usinagem_pecas_agricolas.jpg) center ;
     background-attachment: fixed;
    margin-top: 50px;
}
.marg-lg-b60 {
    height: 60px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - TT-TWO-BLOCKS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-two-blocks {
  position: relative;
}

.tt-two-blocks-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 53%;
  background-position: top center;
}

@media (max-width: 991px) {
  .tt-two-blocks-img {
    position: relative;
    width: 100%;
    height: 200px;
    left: 0;
    margin-bottom: 30px;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 - TT-SERVICE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-service-icon {
  float: left;
  position: relative;
  width: 83px;
  height: 83px;
  border: 5px solid #dd1538;
  -moz-border-radius: 50%;
       border-radius: 50%;
     box-shadow: 2px 2px 0 #333;
  overflow: hidden;
}

.tt-service-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 83px;
  max-height: 83px;
  -webkit-transform: translateY(-50%) translateX(-50%);
     -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.tt-service-info {
  padding-left: 120px;
}

.tt-service-title, .tt-service-title:focus {
  display: block;
  color: #dd1538;
  font-weight: 700;
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  margin-bottom: 8px;
    text-shadow: 2px 2px 0 #333;
}
.tt-service-title + .simple-text {
    text-shadow: 2px 2px 0 #333;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
}

.marg-lg-b70 {
    height: 70px;
}
.tt-post-2-img {
    float: left;
    width: 110px;
}
.tt-custom-hover {
    display: block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    z-index: 99;
    border-radius: 10px;
    margin-bottom: 30px;
}
.paleta {
    margin-top: -50px;
}
tt-custom-hover img {
    width: 100%;
}
.tt-post-2-info {
    padding-left: 140px;
}
.inst-img {
    width: 100%;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - TT-TWO-BLOCKS-2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-two-blocks-2 {
  position: relative;
}

.tt-two-blocks-2-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 63%;
  background-position: top center;
}

.tt-two-blocks-2-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.15;
}

@media (max-width: 1400px) {
  .tt-two-blocks-2-img {
    right: 67%;
  }
}

@media (max-width: 1199px) {
  .tt-two-blocks-2-img {
    right: 60%;
  }
}

@media (max-width: 991px) {
  .tt-two-blocks-2-img {
    position: relative;
    width: 100%;
    height: 200px;
    left: 0;
    margin-bottom: 30px;
  }
}
.bg-2 {
    background-color: #000;
}
  .marg-sm-b50 {
    height: 50px !important;
  }
  .tt-service-2-icon {
    float: left;
    width: 32px;
}
.tt-service-2-info {
    padding-left: 49px;
}
.marg-lg-b50 {
    height: 50px;
}
.padd2 {
    padding-left: 2px;
    padding-right: 2px;
}
.tt-square a {
    margin-bottom: 4px;
}
.marg2 {
    margin-left: -2px;
    margin-right: -2px;
}
.padd2 {
    padding-left: 2px;
    padding-right: 2px;
}
.tt-square a {
    margin-bottom: 4px;
}
.bk_produtos{

    background: rgb(220, 30, 40);
    background: -moz-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%, rgba(220, 30, 40, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%);
    background: linear-gradient(135deg, rgba(220, 30, 40, 1) 0%,rgba(220, 30, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2cb31', endColorstr='#3e7638',GradientType=1 );
    width: 100%;
    border-radius: 10px;
    display: block;
    padding-top: 10px;
    padding-bottom: 2px;
}
.bk_produtos span{
	    margin: 5px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}
.bk_produtos span a {
    overflow: hidden;
    min-height: 150px;
    display: block;
}
.bk_produtos span img{
  text-align: center;
  margin: 0 auto 0 auto;
}
.bk_produtos .button-group .cart form{
   width: 100%;
}

.bk_produtos .button-group .cart form input{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    width: 55px !important;
    position: relative;
    border: none;
    outline: none;
    border: 0px solid #EDEDED;
    border-bottom: 0px solid transparent;
    margin: 0 0 0px 0;
    box-shadow: none!important;
    font-size: 14px;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #2B2F34;
}
.bk_produtos span.car{
	    margin: 3px 5px 7px 5px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    height: 30px;
    width: 30%;
    padding-bottom:0px;
    padding-top: 0px;
    text-align: center;
    position: relative;
}


.bk_produtos .button-group .cart form input#button{
	     padding: 0px;
    background-color: transparent;
    color: #333;
    font-weight: bold;
    width: 100% !important;
    margin-left: auto;
    display: block;
    margin-right: auto;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
}

.bk_produtos span.car i{
	width: 55px;
}

.button-group .cart input#button{
	 background-color: #ee0009;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 10px;
    min-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    position: relative;
}
.button-group .cart span input#quant{
	padding: 3px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    display: block !important;
    border: 0px !important;
    color: #fff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 99% !important;
    background: #333  !important;
} 
