@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Firenze
  ]
*/
/*-------------Import fonts ---------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900,500,300|Montserrat:400,700&subset=latin,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
/*-------------General Style---------------------------------------*/
html {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  background: #f4f4f4;
  height: 100%;
  text-align: center;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

/*--------------Typography--------------------------------------*/
h1 {
  font-size: 4.46666666667em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.17em;
}
h2 {
  font-size: 3.2em;
  font-weight: 300;
}
h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
  font-weight: 200;
}
h5 {
  font-size: 0.8em;
  font-weight: 200;
}
h6 {
  font-size: 0.6em;
  font-weight: 200;
}
p {
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 400;
}
.big-parag.about {
  
  text-align: justify;
  padding: 15px;
  line-height: 1.8;
}


.big-parag {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
  margin: 6px 0 10px;
}
blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
}
blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #494949;
}
/* ---------Page preload--------------------------------------*/
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  z-index: 100;
  margin-top: -13px;
  margin-left: -13px;
}
.speeding-wheel {
  width: 27px;
  height: 27px;
  margin: 0 auto;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
}
.loader.pg-load {
  top: 23px;
  left: 255px;
  margin-top: 0;
  margin-left: 0;
  width: 17px;
  height: 17px;
}
.loader.pg-load .speeding-wheel {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  border: 1px solid rgb(0, 0, 0);
  border-left-color: transparent;
  border-right-color: transparent;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
.l-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10000;
  display: none;
  background: #f4f4f4;
}
.l-line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
}
/* ---------Content Styles-------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
#main:before {
  content: "";
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 298px;
  background: url(../images/body-bg.png) repeat top left;
  transform: translate3d(0, 0, 0);
  opacity: 0.4;
  overflow: hidden;
}
#wrapper {
  height: 100%;
  margin-left: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}
.content-holder {
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  padding: 0 0 0 250px;
  transition: all 400ms linear;
}

.container {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.container.no-fl-con {
  float: none;
  background: none;
  margin: 0 auto;
}
.small-container {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  background: none;
}

.content {
  width: 100%;
  position: relative;
  z-index: 2;
  float: left;
}
.wrapper-inner {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  padding-left: 30px;
}
.scale-bg2 {
  opacity: 0;
}
.fl-l {
  float: left;
}
.full-height {
  height: 100%;
}
.full-width-wrap {
  width: 100%;
}
.preload-bg {
  position: fixed;
  top: 10px;
  left: 300px;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.preload-bg-item {
  width: 100px;
  height: 100px;
  background: #fff;
  float: left;
  transition: all 0.3s linear;
  opacity: 0;
}
.vis-load {
  opacity: 1;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}

.respimg {
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0.3;
  z-index: 2;
}
.no-bg {
  background: none !important;
}
.no-border {
  border: none !important;
}
.no-padding {
  padding: 0 !important;
}
.row-bg {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 50px 30px;
}
.btn {
  padding: 15px 30px;
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  transition: all 200ms linear;
  text-transform: uppercase;
}
.trsp-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.trsp-btn:before,
.flat-btn:before {
  background: #fff;
}
.flat-btn {
  border: 1px solid #000;
  color: #fff;
  background: #292929;
}
.float-btn {
  float: left;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  height: 1px;
  width: 0;
  transition: all 200ms linear;
}
.btn:hover:before {
  width: 30px;
}
.btn:hover {
  padding-left: 60px;
}
.content-nav {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 30px;
  border-top: 1px solid #f0f0f0;
}
.content-nav li {
  width: 33.3%;
  float: left;
  border-left: 1px solid #f0f0f0;
  height: 80px;
  line-height: 80px;
}
.content-nav li:first-child {
  border: none;
}
.content-nav li a.ln,
.content-nav li a.rn {
  color: #000;
  font-size: 24px;
  position: relative;
}
.content-nav li a.ln i,
.content-nav li a.rn i,
.customNavigation a i,
.content-nav li a span.tooltip {
  transition: all 0.3s linear;
}
.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i,
.customNavigation a:hover i {
  transform: rotateX(360deg);
}
.content-nav li a.ln {
  float: left;
}
.content-nav li a.rn {
  float: right;
}
.list {
  width: 40px;
  height: 40px;
  position: relative;
  top: 20px;
  overflow: hidden;
  display: inline-table;
}
.list a,
.list span {
  display: block;
  width: 40px;
  height: 40px;
}
.list a {
  position: relative;
  padding: 10px;
}
.list a span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.list a i {
  display: block;
  position: absolute;
  background-color: #000;
  width: 6px;
  height: 0;
  transition-property: height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.3, 1);
}
.list a i.c1 {
  left: 0px;
}
.list a i.c2 {
  left: 7px;
}
.list a i.c3 {
  left: 14px;
}
.list a i.c1.b1 {
  height: 7px;
  transform: translate(0, 0);
}
.list a i.c1.b2 {
  height: 7px;
  transform: translate(0, 8px);
}
.list a i.c1.b3 {
  height: 7px;
  transform: translate(0, 40px);
}
.list a i.c2.b1 {
  height: 10px;
  transform: translate(0, 0);
}
.list a i.c2.b2 {
  height: 7px;
  transform: translate(0, 11px);
}
.list a i.c2.b3 {
  height: 7px;
  transform: translate(0, 35px);
}
.list a i.c3.b1 {
  height: 5px;
  transform: translate(0, 0);
}
.list a i.c3.b2 {
  height: 7px;
  transform: translate(0, 6px);
}
.list a i.c3.b3 {
  height: 7px;
  transform: translate(0, 33px);
}
.list a:hover i.c1.b1 {
  height: 7px;
  transform: translate(0, -8px);
}
.list a:hover i.c1.b2 {
  height: 7px;
  transform: translate(0, 0);
}
.list a:hover i.c1.b3 {
  height: 7px;
  transform: translate(0, 8px);
}
.list a:hover i.c2.b1 {
  height: 10px;
  transform: translate(0, -11px);
}
.list a:hover i.c2.b2 {
  height: 10px;
  transform: translate(0, 0);
}
.list a:hover i.c2.b3 {
  height: 7px;
  transform: translate(0, 11px);
}
.list a:hover i.c3.b1 {
  height: 5px;
  transform: translate(0, -6px);
}
.list a:hover i.c3.b2 {
  height: 5px;
  transform: translate(0, 0);
}
.paginate .list a:hover i.c3.b3 {
  height: 7px;
  transform: translate(0, 6px);
}
.content-nav li a.ln span.tooltip,
.content-nav li a.rn span.tooltip {
  position: absolute;
  top: -10px;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 150px;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
}
.content-nav li a.ln span.tooltip {
  left: 100%;
  margin-left: 20px;
  text-align: left;
}
.content-nav li a.rn span.tooltip {
  right: 100%;
  margin-right: 20px;
  text-align: right;
}
.content-nav li a:hover span.tooltip {
  top: 50%;
  margin-top: -4px;
  opacity: 1;
  visibility: visible;
}
.hid-con {
  overflow: hidden;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 30;
  width: 60px;
  height: 80px;
  cursor: pointer;
  background: #fff;
  line-height: 80px;
  display: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
/*------item hover ----------*/
.box-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.box-item a.popup-image {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  z-index: 5;
  color: #fff;
  font-size: 19px;
  transform: scale(0.4);
  transition: all 400ms linear;
  transition-delay: 0.3s;
}
.box-item img {
  position: relative;
  z-index: 1;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.box-item .overlay {
  opacity: 0;
  z-index: 4;
  transition: all 0.3s linear;
}
.box-item:hover .overlay,
.gallery-item:hover .overlay {
  opacity: 0.3;
}
.box-item:hover img,
.gallery-item:hover img {
  transform: scale(1.15);
}
.box-item:hover a.popup-image,
.gallery-item:hover a.popup-image {
  transform: scale(1);
  opacity: 1;
}
.box-item a.popup-image:hover {
  transform: rotate(45deg);
}
/*------ top bar  ------------------------------------------------*/
.top-bar-holder {
  width: 100%;
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  height: 80px;
  z-index: 50;
}
.top-bar-holder.fw-topbar {
  left: 250px;
  right: 0;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  height: 80px;
  padding-left: 23.2px;
}

.pdtb .top-bar {
  width: calc(100% - 0px);
}
.top-bar-title {
  float: left;
  line-height: 80px;
}
.top-bar-title h2 {
  text-align: left;
  color: #555;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
/*------ Header  ------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 250px;
  background: #fff;
  transform: translate3d(0, 0, 0);
  border-right: 1px solid #f0f0f0;
  overflow: hidden;
}
.scroll-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0 !important ;
  overflow: auto;
}
.header-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
  width: 92%;
  padding-right: 90px;
}
.logo-holder {
  float: left;
  position: relative;
  max-width: 250px;
  z-index: 21;
  margin-top: 25px;
  padding: 0 30px;
}
.logo-holder a {
  position: relative;
  float: left;
}
/* Removendo traço ao lado da logo.
.logo-holder  a:before , .logo-holder  a:after {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:50%;
	margin-top:-1px;
	right:-70px;
	background:#666;
}

.logo-holder  a:after {
	width:0;
	background:#ee5555;
	z-index:2;
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
*/
.logo-holder a:hover:after {
  width: 40px;
}
.logo-holder img {
  float: left;
}
.logo-holder p {
  color: #555;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  float: left;
  width: 100%;
  margin-top: 14px;
  line-height: 15px;
}
.mob-logo {
  float: right;
  width: auto;
  height: 30px;
  margin-top: 25px;
}
.mob-logo img {
  height: 30px;
  width: auto;
}
.close-menu {
  width: 15px;
  height: 15px;
  position: absolute;
  top: -2px;
  right: 20px;
  cursor: pointer;
  font-size: 15px;
  z-index: 5;
  display: none;
}
.header-widget {
  float: left;
  width: 100%;
  margin: 35px 0 0px;
  padding: 10px 30px;
}
.header-widget-footer {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  float: left;
  padding: 10px 0;
}
.header-widget-footer h3 {
  text-align: center;
  font-size: 1.2em;
}
.header-widget h3 {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 20px;
}
.contact {
  background-color: white;
}
.header-contacts,
.header-contacts li,
.header-social {
  float: left;
  width: 100%;
  text-align: left;
}
.header-contacts li {
  padding: 10px 0;
  font-size: 1.1em;
}
.header-contacts li a {
  color: #999;
  padding-left: 9px;
  position: relative;
}
.header-contacts li a:hover {
  color: #000;
}
.header-contacts li a:before {
  content: ":";
  position: absolute;
  top: 0;
  left: 3px;
  color: #000;
}
.header-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: absolute;
  bottom: 20px;
  padding: 0 30px;

  line-height: 20px;
  left: 0;
  width: 100%;

  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  box-sizing: border-box;
}
.header-social {
  float: left;
  width: 100%;
}
.header-social li {
  float: left;
  margin-right: 10px;
  font-size: 1.2em;
}
.header-social li a:hover {
  color: #999;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
  float: left;
  position: relative;
  margin-top: 46px;
  width: 100%;
}
.nav-holder nav {
  position: relative;
  float: left;
  width: 100%;
}
.nav-holder nav li {
  float: left;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}
.nav-holder nav li:first-child {
  border-top: 1px solid #f0f0f0;
}
.nav-holder nav li a {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.nav-holder nav li a.active {
  color: #ccc;
}
.nav-holder nav li a.active:hover {
  color: #000;
}
.nav-holder nav li a,
.nav-holder nav li.subnav a i.subnavicon,
.slider-zoom i,
.nav-dec:before {
  transition: all 200ms linear;
}
.nav-holder nav li:hover:before {
  opacity: 1;
}
.nav-holder nav li.subnav i.subnavicon {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 5;
  color: #ccc;
  font-size: 12px;
}
.nav-holder nav li.subnav:hover i.subnavicon,
.slider-zoom:hover i {
  transform: rotate(90deg);
}
.nav-holder nav li.subnav ul li i.subnavicon {
  display: none;
}
.nav-holder nav li ul {
  display: none;
  float: left;
  width: 100%;
  padding: 20px 0 0 20px;
  border-left: 1px solid #eee;
}
.nav-holder nav li ul li {
  border: none;
  padding: 8px 0;
}
.nav-holder nav li ul li a {
  text-transform: none;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
}
.nav-holder nav li ul li a:hover {
  text-decoration: line-through;
}
.nav-button-holder {
  float: left;
  width: 100%;
  height: 80px;
  position: relative;
  background: #fff;
  display: none;
  padding: 0 30px;
  border-bottom: 1px solid #f0f0f0;
  z-index: 10;
}
.nav-button {
  float: left;
  width: 24px;
  position: relative;
  margin-top: 32px;
  cursor: pointer;
}
.nav-button span {
  float: left;
  width: 100%;
  height: 3px;
  background: #000;
  margin-bottom: 3px;
  position: relative;
}
.nav-dec {
  position: absolute;
  top: 50%;
  left: 14px;
  height: 2px;
  width: 8px;
  background: #000;
  opacity: 0.5;
}
.nav-dec:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 8px;
  background: #000;
}
.nav-holder nav li:hover .nav-dec:before {
  height: 0;
}
/*------ Home -------------------------------------------------*/
.full-height-wrap,
.hero-wrap,
.full-screen-slider-holder,
.full-screen-slider,
.full-screen-item,
.slideshow-item,
.slideshow-item .item,
.fullheight-carousel-holder,
.fullheight-carousel,
.carousel-item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.fullheight-carousel-holder {
  background: #fff;
}
.full-screen-item {
  position: relative;
}
.full-screen-slider-holder {
  margin-top: 50px;
}
.hero-title {
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  z-index: 4;
}
.hero-title h2,
.hero-title h2 a {
  color: #fff;
}
.hero-title h2 {
  float: left;
  width: 100%;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 76px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.hero-title h3 {
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
}
.slideshow-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blur-slider .hero-title {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.fullheight-carousel .carousel-link-holder {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.blur-slider .hero-title,
.fullheight-carousel .carousel-link-holder {
  transition: all 500ms linear;
  transition-delay: 0.5s;
}
.blur-slider .owl-item.active .hero-title,
.fullheight-carousel .owl-item.center .carousel-link-holder {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
.hero-grid {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.hero-slider,
.hero-slider .item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.num-holder {
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 10;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.num-holder:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 150px;
  height: 1px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.31);
}
.num-holder:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 50px;
  height: 1px;
  margin-left: 120px;
  background: #fff;
}
.panel-dots-holder {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 1px;
}
.panel-dots-inner {
  max-width: 600px;
  padding: 0 10px;
  margin: 0 auto;
}
.panel-dots {
  float: left;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.31);
}
.carousel-link-holder {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 3;
}
.carousel-link-holder h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.carousel-link-holder h3 a {
  color: #fff;
  position: relative;
}
.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  background: #fff;
  width: 20%;
}
.carousel-link-holder h3 a:before {
  left: 50%;
}
.carousel-link-holder h3 a:after {
  right: 50%;
}
.carousel-link-holder h3 a:hover:before,
.carousel-link-holder h3 a:hover:after {
  width: 40%;
}
.carousel-item .overlay,
.fullheight-carousel .owl-item.center .slider-mask {
  transition: all 300ms linear;
}
.carousel-item .overlay {
  opacity: 0.6;
}
.fullheight-carousel .owl-item.center .overlay {
  opacity: 0.3;
}
.fullheight-carousel .owl-item.center .slider-mask {
  opacity: 0.3;
}
.trsp-separator {
  width: 270px;
  height: 1px;
  margin: 10px auto 10px;
  background: rgba(255, 255, 255, 0.41);
  position: relative;
}
.trsp-separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background: #fff;
}
.slider-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/body-bg.png) repeat top left;
}
.slider-con-bar {
  position: absolute;
  bottom: 100px;
  left: 30px;
  z-index: 20;
}
.slider-con-bar li {
  float: left;
  padding: 7px 20px;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  margin-right: 2px;
  font-family: "Montserrat", sans-serif;
}
.slider-con-bar li a {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.slider-con-bar li a:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 150px;
  height: 1px;
  background: rgba(255, 255, 255, 0.31);
}
.slider-con-bar li a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 100px;
  width: 50px;
  height: 1px;
  background: #fff;
}
.slider-con-bar li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  height: 1px;
  width: 0;
  background: #fff;
}
.slider-con-bar li,
.slider-con-bar li:before,
.header-social li,
.header-contacts li a,
.carousel-link-holder h3 a:before,
.carousel-link-holder h3 a:after,
.slider-con-bar li a:after {
  transition: all 200ms linear;
}
.slider-con-bar li:hover a:after {
  width: 0;
}
.slider-con-bar li:hover:before {
  width: 15px;
}
.slider-con-bar li:hover {
  padding-left: 40px;
}
.full-screen-slider-holder .customNavigation a,
.fullheight-carousel-holder .customNavigation a {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 10;
  background: #fff;
  cursor: pointer;
  margin-top: -35px;
  font-size: 1.4em;
}
.full-screen-slider-holder .customNavigation a.next-slide,
.fullheight-carousel-holder .customNavigation a.next-slide {
  right: 0;
}
.full-screen-slider-holder .customNavigation a.prev-slide,
.fullheight-carousel-holder .customNavigation a.prev-slide {
  left: 0;
}
.pad-top {
  padding-top: 50px;
}
.pad-top .num-holder {
  top: 90px;
}
.carousel-notiher {
  position: absolute;
  top: 80px;
  left: 80px;
  color: #fff;
  padding-bottom: 20px;
  text-align: left;
  z-index: 10;
  font-weight: 700;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.carousel-notiher:before,
.carousel-notiher:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
.carousel-notiher:before {
  width: 150px;
  background: rgba(255, 255, 255, 0.31);
  left: 0;
  z-index: 1;
}
.carousel-notiher:after {
  left: 100px;
  width: 50px;
  background: #fff;
  z-index: 2;
}
.fix-bg {
  position: fixed;
  top: 50px;
  left: 300px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.abmin {
  float: left;
  width: 100%;
  padding-top: 250px;
}
.ab-min-wrap {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 50px;
  padding: 50px 30px;
}
.ab-min-wrap h2 {
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-size: 28px;
  position: relative;
  float: left;
  width: 100%;
}
.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/*------ setion ------------------------------------------------*/
section {
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
  background: #fff;
}
.small-padding {
  padding: 10px 0;
}
.md-padding {
  padding: 20px 22.4px;
}
.mr-bottom {
  margin-bottom: 40px;
}
.section-title {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 0 0 0;
}
section.md-padding .section-title {
  margin-bottom: 50px;
}
.inner-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 20px;
}
.in-bi-pad {
  padding-bottom: 40px;
}
.no-margin {
  margin: 0;
}
.section-title h3,
.inner-wrap h3 {
  text-align: left;
  font-size: 2.4em;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.section-title h3:before,
.inner-wrap h3:before,
.ab-min-wrap h2:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50px;
  background: #ccc;
  height: 1px;
}
.inner-wrap h3 span {
  font-weight: 300;
  font-size: 13px;
  color: #666;
}
.section-title h4 {
  font-size: 1.6em;
  font-weight: 300;
  text-align: justify;
  float: left;
  max-width: 600px;
  margin-top: 10px;
}
.page-title {
  float: left;
  width: 100%;
  padding: 250px 0;
  position: relative;
}
.page-title h2 {
  position: absolute;
  top: 55%;
  left: 10%;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 92px;
  opacity: 0.3;
  z-index: 4;
  text-transform: uppercase;
}
.page-title-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-title-decor {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  height: 80px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.page-title-decor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 100px;
  height: 1px;
  background: #000;
  opacity: 0.5;
}
/*------ resume ------------------------------------------------*/
.resume-holder,
.resume-item {
  float: left;
  width: 100%;
  position: relative;
}
.resume-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.resume-head {
  float: left;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.resume-head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 90px;
  height: 1px;
  background: #000;
}
.resume-head h3 {
  float: left;
  text-align: left;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.resume-box h5 {
  text-align: left;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.resume-box p {
  margin-top: 10px;
  font-size: 12px;
}
.hidden-info {
  float: right;
  float: left;
  width: 100%;
  display: none;
  padding: 10px 0;
  margin-top: 20px;
}
.show-hidden-info {
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.show-hidden-info:before,
.show-hidden-info:after {
  content: "";
  position: absolute;
  background: #000;
  transition: all 300ms linear;
}
.show-hidden-info:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.show-hidden-info:after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.vhi:after {
  height: 0;
}
.vhi:after,
.vhi:before {
  background: #ccc;
}
.inline-gallery {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
.inline-gallery li {
  float: left;
  position: relative;
  width: 25%;
  padding: 4px 4px 4px 0;
}
/*------ facts  ------------------------------------------------*/
.inline-facts-holder {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.inline-facts {
  float: left;
  width: 25%;
  position: relative;
}
.count-dec {
  position: absolute;
  top: -10px;
  left: 0;
  color: #000;
  z-index: -1;
  opacity: 0.1;
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.inline-facts h6 {
  float: right;
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.inline-facts .num {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 4.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
}
/* --------- Skills --------------------------------------*/
.custom-skillbar-holder {
  padding-top: 50px;
  float: left;
  width: 100%;
  position: relative;
}
.skillbar-box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.skillbar-bg {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #eee;
}
.custom-skillbar-title span {
  float: left;
  font-size: 12px;
  margin-top: 12px;
  padding-bottom: 6px;
}
.custom-skillbar {
  height: 2px;
  width: 0px;
  background: #000;
}
.skill-bar-percent {
  float: right;
  font-size: 12px;
  margin-top: 13px;
  padding-bottom: 6px;
}
/*------ services  ------------------------------------------------*/
.services-holder {
  float: left;
  width: 100%;
  position: relative;
}
.serv-item {
  float: left;
  width: 50%;
  position: relative;
  padding: 10px 20px 10px 0;
  overflow: hidden;
}
.serv-item img {
  position: relative;
  width: 100%;
  height: auto;
}
.serv-item-inner {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.serv-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.11);
  z-index: 2;
}
.act-ser .serv-item-inner:before {
  background: rgba(0, 0, 0, 0.41);
}
.ser-title {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 100%;
  left: 0;
}
.act-ser .ser-title {
  bottom: 50px;
}
.ser-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-table;
}
.ser-title h3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: -6px;
  left: 0;
}
.act-ser .ser-title h3:before {
  width: 0;
}
.serv-post {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.serv-details {
  float: left;
  width: 100%;
  position: relative;
  display: none;
  text-align: left;
}
.serv-details h3 {
  font-size: 1.7em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
.serv-details p {
  line-height: 20px;
}
.ser-list {
  float: left;
  width: 100%;
  padding: 10px 0 10px 0;
}
.ser-list li {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.price {
  float: left;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 24px;
  border: 2px solid #000;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 4px;
  background: #000;
}
.serv-item:hover img {
  transform: scale(1.05);
}
/*------ Team  ------------------------------------------------*/
.team-holder,
.custom-slider-holder {
  float: left;
  width: 100%;
  position: relative;
}
.team-holder li {
  float: left;
  width: 33.3333%;
  padding: 20px 20px 20px 0;
}
.team-box {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.team-info {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
.team-info h4 {
  font-size: 19px;
  padding-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.team-info h5 {
  font-size: 11px;
  font-weight: 500;
  color: #999;
}
.team-box:before,
.team-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
}
.team-box:before {
  width: 0;
  height: 2px;
}
.team-box:after {
  width: 2px;
  height: 0;
}
.team-box:hover:before {
  width: 20px;
}
.team-box:hover:after {
  height: 20px;
}
.team-photo {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}
.team-photo span {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 5;
  padding: 10px 15px;
  background: #fff;
}
.team-box:before,
.team-box:after,
.team-photo span,
.serv-item img {
  transition: all 300ms linear;
}
.team-photo:hover span {
  bottom: 0;
}
.team-box .overlay {
  opacity: 0;
  z-index: 2;
  background: #000;
  transition: all 300ms linear;
}
.team-box:hover .overlay {
  opacity: 0.5;
}
.team-social {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  display: none;
}
.team-social li {
  float: none !important;
  display: inline-block !important;
  padding: 6px;
  width: auto !important;
}
.team-social li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 50px;
  opacity: 0;
}
/*------ Porfolio  ------------------------------------------------*/
.gallery-items,
.por-sidebar {
  float: left;
  width: 100%;
  position: relative;
}
.por-sidebar {
  padding: 0 30px;
  margin-top: 50px;
}
.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.hid-port-info .gallery-item {
  overflow: hidden;
}
.grid-big-pad .grid-item-holder {
  padding: 40px;
}
.grid-small-pad .grid-item-holder {
  padding: 7px 14px 7px 0;
}
.grid-no-pad .grid-item-holder {
  padding: 0;
}
.gallery-item,
.grid-sizer {
  width: 25%;
  position: relative;
  float: left;
}
.gallery-item-second,
.grid-sizer-second {
  width: 50%;
}
.gallery-item img,
.grid-sizer img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}
.four-coulms .gallery-item,
.four-coulms .grid-sizer {
  width: 25%;
}
.three-coulms .gallery-item,
.three-coulms .grid-sizer {
  width: 33.3%;
}
.three-coulms .gallery-item-second {
  width: 66.6%;
}
.two-columns .gallery-item {
  width: 50%;
}
.gallery-item .overlay {
  z-index: 2;
  opacity: 0;
  background: #000;
}
.gallery-item:hover .wh-info-box {
  visibility: visible;
}
.gallery-item:hover .wh-info-box:before {
  width: 100%;
}
.gallery-item:hover .wh-info-box-inner {
  opacity: 1;
}
.grid-item {
  position: relative;
  float: left;
  width: 100%;
  z-index: 3;
  padding: 20px 25px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.grid-item h3 {
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  float: left;
  font-family: "Montserrat", sans-serif;
}
/*
.grid-item h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
}

.grid-item h3:before,
.grid-item h3,
.blog-media img {
  transition: all 200ms linear;
}

.grid-item h3:hover {
  padding: 0 0 0 30px;
}
.grid-item h3:hover:before {
  width: 20px;
}
  */
/*Aplicando mudança de cor passar o mouse sobre os projetos = link das midias sociais */
div.grid-item > h3 > a:hover {
  color: #999;
}
.grid-item span {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 0.9em;
  margin-top: 8px;
  color: #999;
}
.hid-por-info .grid-item {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  transition: all 300ms linear;
}
.gallery-item:hover .grid-item {
  bottom: 0;
}
.hid-por-info .gallery-item {
  overflow: hidden;
}
.hid-por-info .gallery-item a.popup-image {
  top: 20px;
  margin: 0;
  margin-left: -60px;
  left: 100%;
}
.pad-con {
  padding: 90px 30px 0;
}
.pad-con2 {
  padding: 80px 0 80px;
}
.pad-con3 {
  padding: 0 30px;
}
.hor-pad-con {
  padding: 90px 0 0 30px;
}
.inline-filter {
  max-width: 900px;
  width: 92%;
  float: left;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  margin-top: 10px;
}
.bx-filter {
  width: 100%;
  border-right: none !important;
}
.bx-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 14px;
  bottom: 0;
  border: 1px solid #f0f0f0;
}
.bx-filter a,
.bx-filter .count-folio {
  background: none !important;
}
.fixed-filter {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 350px;
  right: 0;
  height: 80px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.inline-filter a,
.inline-filter .count-folio {
  float: left;
  padding: 0 45px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  position: relative;
}
.inline-filter a:before,
.fixed-filter a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: #ccc;
  height: 1px;
  transition: all 300ms linear;
}
.inline-filter a.gallery-filter-active:before,
.fixed-filter a.gallery-filter-active:before {
  width: 100%;
}
.filter-button {
  display: none;
}
.fixed-filter a,
.fixed-filter .count-folio {
  float: left;
  padding: 0 45px;
  height: 80px;
  border-right: 1px solid #f0f0f0;
  line-height: 80px;
}
.bx-filter,
.bx-filter .count-folio {
  border-right: 1px solid #f0f0f0;
}
.inline-filter .count-folio div,
.fixed-filter .count-folio div {
  float: left;
  position: relative;
}
.inline-filter .count-folio div.num-album,
.fixed-filter .count-folio div.num-album {
  padding-right: 10px;
  margin-right: 10px;
}
.inline-filter .count-folio div.num-album:before,
.fixed-filter .count-folio div.num-album:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: 18px;
  width: 1px;
  height: 10px;
  background: #000;
  transform: rotate(45deg);
  opacity: 0.6;
}
.fixed-filter .count-folio div.num-album:before {
  top: 16px;
}
.inline-filter .count-folio div.num-album:before {
  margin-top: -6px;
}
.box-folio .grid-item {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.gallery_horizontal {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 4px;
}
.gallery_horizontal .owl-item img {
  width: auto;
  position: relative;
  z-index: 1;
}
.horizontal_item {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.portfolio_item,
.horizontal_item {
  cursor: e-resize;
}
.resize-carousel-holder {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
.slider-zoom {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.caption {
  float: left;
  width: 100%;
  padding: 25px 50px 20px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.caption:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 110px;
  height: 1px;
  width: 100px;
  background: #292929;
  opacity: 0.6;
}
.num-holder2 {
  position: absolute;
  right: 50px;
  top: 44px;
  z-index: 20;
  color: #000;
  font-weight: 500;
}
.caption h4 {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}
.details-box {
  float: left;
  width: 100%;
  padding: 70px 50px;
  position: relative;
}
.sml-pad {
  padding: 50px 30px 0;
}
.notifer {
  float: left;
  width: 100%;
  background: #fff;
}
.details-box h3,
.notifer h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.notifer h3 {
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 14px;
}
.notifer {
  float: left;
  width: 100%;
  padding: 15px 30px;
}
.ntf-sml {
  padding: 15px 14px 15px 0;
}
.ntf-npa {
 
  border-top: 1px solid #f0f0f0;
}
.notifer .btn {
  float: right;
  margin-top: 0;
}
.det-list {
  margin-top: 10px;
}
.det-list,
.det-list li,
.det-list li span {
  float: left;
  width: 100%;
  text-align: left;
}
.det-list li i {
  padding-right: 4px;
  font-size: 12px;
}
.det-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.det-list li span {
  padding-bottom: 10px;
  color: #666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.resize-carousel-holder .customNavigation a,
.custom-slider-holder .customNavigation a {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  background: #fff;
  margin-top: -30px;
  line-height: 60px;
  font-size: 12px;
  z-index: 10;
  cursor: pointer;
}
.resize-carousel-holder .customNavigation a.next-slide,
.custom-slider-holder .customNavigation a.next-slide {
  right: 0;
}
.resize-carousel-holder .customNavigation a.prev-slide,
.custom-slider-holder .customNavigation a.prev-slide {
  left: 0;
}
/*------ Video ------------------------------------------------*/
.iframe-holder {
  float: left;
  position: relative;
  width: 100%;
}
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-container,
.video-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.background-youtube {
  width: 100% !important;
}
.media-container {
  height: 100% !important;
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-holder iframe {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.mob-bg {
  display: none;
}
/*------ map - ------------------------------------------------*/
.map-holder {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
.map-box {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.map-inner {
  padding: 0;
  height: 400px;
}
.map-inner .map-holder {
  padding: 0;
}
/*------ Contact  ------------------------------------------------*/
#contact-form {
  max-width: 250px;
  float: left;
}
#contact-form input[type="text"],
#contact-form textarea,
#comment-form input[type="text"],
#comment-form textarea {
  float: left;
  width: 100%;
  background: none;
  margin-bottom: 20px;
  font-size: 15px;
  height: 25px;
  border-radius: 0;
  position: relative;
  z-index: 20;
  padding-left: 8px;
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
}
select#objetivo {
  padding: 2px;
}
#contact-form textarea,
#comment-form textarea {
  
  height: 143px;
  resize: none;
  background: none;
  overflow: auto;
  box-shadow: none;
}
::placeholder{
  color: #888;
}
#submit {
  float: left;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  background: #000;
  letter-spacing: 2px;
  -webkit-appearance: none;
  transition: all 200ms linear;
}
#submit span {
  position: relative;
}
#submit span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 0;
  background: #fff;
  height: 1px;
  transition: all 200ms linear;
}
#submit:hover span:before {
  width: 15px;
}
#submit:hover {
  padding-left: 45px;
}
.error_message {
  text-align: left;
  font-size: 14px;
  max-width: 450px;
  position: relative;
  padding: 10px 0;
  color: #c03;
  font-weight: 700;
}
#success_page h3 {
  text-align: left;
  font-size: 18px;
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 1px;
}
#success_page p {
  text-align: left;
  padding: 0 6px 6px 0;
  color: #000;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}
#success_page p strong {
  color: #c03;
}
#message fieldset {
  border: none;
}
/*------ share------------------------------------------------*/
.show-share {
  float: right;
  padding: 0 40px;
  line-height: 80px;
  position: relative;
  border-left: 1px solid #f0f0f0;
  height: 80px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.show-share i {
  margin-left: 15px;
}
.share-container {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: 100%;
}
.share-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  height: 1px;
  width: 90px;
  background: #000;
}
.closeshare {
  float: right;
  height: 80px;
  width: 80px;
  cursor: pointer;
  border-left: 1px solid #f0f0f0;
  line-height: 80px;
}
.share-icon {
  height: 80px;
  width: 80px;
  float: right;
  margin: 0 2px;
  position: relative;
  font-size: 12px;
  line-height: 80px;
  color: #000;
  border-left: 1px solid #f0f0f0;
  transition: all 0.4s ease-in-out;
}
.share-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.share-icon-digg:before {
  content: "\f1a6";
}
.share-icon-email:before {
  content: "\f003";
}
.share-icon-flickr:before {
  content: "\f16e";
}
.share-icon-foursquare:before {
  content: "\f180";
}
.share-icon-rss:before {
  content: "\f09e";
}
.share-icon-facebook:before {
  content: "\f09a";
}
.share-icon-twitter:before {
  content: "\f099";
}
.share-icon-tumblr:before {
  content: "\f173";
}
.share-icon-linkedin:before {
  content: "\f08c";
}
.share-icon-vimeo:before {
  content: "\f194";
}
.share-icon-instagram:before {
  content: "\f16d";
}
.share-icon-pinterest:before {
  content: "\f0d2";
}
.share-icon-googleplus:before {
  content: "\f0d5";
}
.share-icon-in1:before {
  content: "\f08c";
}
.share-icon-stumbleupon:before {
  content: "\f1a4";
}
/*------ blog ------------------------------------------------*/
.blog-inner,
.blog-media,
.blog-title,
.blog-text {
  float: left;
  width: 100%;
  position: relative;
}
.blog-media {
  margin-bottom: 50px;
  overflow: hidden;
}
article {
  float: left;
  margin-top: 10px;
  width: 100%;
  position: relative;
  background: #fff;
}
article.br-post {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-top: 0;
  padding: 20px 30px;
}
.sinnle-post {
  padding-top: 30px;
  margin-bottom: 30px;
}
.sinnle-post h2 {
  float: left;
  font-size: 32px;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.blog-title {
  padding: 20px 0;
}
.grid-item-holder .blog-title,
.grid-item-holder .blog-text {
  padding: 20px;
}
.grid-item-holder .blog-media {
  margin-bottom: 0;
}
.blog-title li {
  float: left;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  font-size: 13px;
  color: #666;
  margin-right: 4px;
}
.blog-title a {
  color: #666;
}
.blog-text {
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}
.sinnle-post .blog-text {
  margin: 50px auto 50px;
  max-width: 900px;
  width: 92%;
  float: none;
  padding-top: 50px;
}
.blog-text h3,
.comment-form-holder h3,
.comments-holder h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-details h3 {
  padding: 20px 0 15px;
}
.blog-media {
  float: left;
  width: 100%;
  position: relative;
}
.blog-text p {
  font-size: 12px;
  padding-top: 10px;
}
.sinnle-post p {
  font-size: 12px;
}
.sinnle-post .blog-text h3 {
  margin-bottom: 30px;
}
.commentlist {
  text-align: left;
  float: left;
  margin-bottom: 80px;
  max-width: 900px;
}
.comments-holder {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 70px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.comment-form-holder {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0 70px;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
}
#comment-form {
  max-width: 400px;
}
#comments {
  text-align: left;
  padding-top: 10px;
  max-width: 800px;
}
#comments-title,
#reply-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
.comment {
  float: left;
}
.comment-body {
  position: relative;
  margin-left: 70px;
  padding-top: 30px;
}
.comment-author {
  position: absolute;
  top: 30px;
  left: -66px;
}
.comment-author img {
  border-radius: 100%;
}
.comment .children {
  margin-left: 70px;
}
.fn {
  display: block;
  margin-bottom: 10px;
}
.comment-meta,
.comment-meta a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  color: #494949;
  padding-bottom: 10px;
}
.pagination-blog {
  text-align: center;
  float: left;
  width: 100%;
  margin: 15px 0;
  background: #fff;
}
.pagination-blog-inner {
  float: left;
  background: #fff;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
.con-pag {
  padding: 0 30px;
  margin: 10px 0px 30px;
}
.pagination-blog a {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
.pagination-blog a.current-page,
.pagination-blog a:hover {
  color: #fff;
  background: #000;
}
.no-bg {
  background: none;
}
.box-page .container {
  max-width: 1024px;
}
.taglist {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.taglist li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.taglist li a {
  padding: 10px 20px;
  float: left;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
/*------ 404 -------------------------------------------------*/
#ajax-loading-box {
  display: none !important;
}
.back-link {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  height: 100%;
  z-index: 50000;
  background: #fff;
}
.back-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(../images/bg/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
  filter: blur(10px);
  filter: url(#blur);
}
.back-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(51, 51, 51, 0.21) url(../images/body-bg.png) repeat top left;
}
.back-link h2 {
  font-size: 5.4rem;
  line-height: 4.4rem;
  color: #fff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.back-link span {
  position: relative;
  top: 30%;
  float: left;
  width: 100%;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
}
.ajaxPageSwitchBacklink {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: 30%;
}
.ajaxPageSwitchBacklink:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 300ms linear;
}
.ajaxPageSwitchBacklink:hover:before {
  width: 100%;
}

/*------  Responsive ------------------------------------------------------*/

@media only screen and (max-width: 1256px) {
  .blog-inner .gallery-item {
    width: 50%;
  }
  .to-top {
    height: 40px;
    line-height: 40px;
  }
  .det-vis .gallery-item {
    width: 33.3%;
  }
}

@media only screen and (max-width: 1056px) {
  header {
    left: -351px;
  }
  .nav-button-holder,
  .close-menu,
  .mob-bg {
    display: block;
  }

  .content-holder {
    padding: 0;
  }
  .top-bar-holder {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    float: left;
    width: 100% !important;
    overflow: hidden;
  }
  .wrapper-inner {
    padding-left: 0;
  }
  .container {
    float: none;
    margin: 0 auto;
  }
  .top-bar-holder .container {
    float: left;
    width: 100%;
  }
  .team-holder li {
    width: 50%;
  }
  .notifer .btn {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .loader.pg-load {
    top: 50%;
    left: 50%;
    width: 27px;
    height: 27px;
    margin-top: -13px;
    margin-left: -13px;
  }
  .loader.pg-load .speeding-wheel {
    width: 27px;
    height: 27px;
    border: 2px solid rgb(0, 0, 0);
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .gallery-item {
    width: 50% !important;
  }

  .pad-con .notifer {
    padding: 5px 0;
  }
  .pr-not .container {
    float: left;
    margin: 0;
    width: 100%;
  }
  .hor-pad-con {
    padding: 20px 0 0 0;
  }
  .pad-con2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .det-list {
    margin-top: 30px;
  }
  .page-title {
    padding: 150px 0;
  }
  .page-title h2 {
    top: 45%;
    font-size: 62px;
    text-align: center;
  }
  .fixed-filter {
    position: relative;
    left: 0;
    border-top: none;
  }

  .pad-con3 {
    padding: 0;
  }
  .full-screen-slider-holder {
    margin-top: 0;
  }
  .abmin {
    padding-top: 50px;
  }
  .pdtb .top-bar {
    width: 100%;
  }
  .back-link,
  .preload-bg,
  .fix-bg,
  .top-bar-holder.fw-topbar,
  #main:before {
    left: 0;
  }
  .map-inner {
    padding-top: 0;
  }
  .scroll-holder {
    padding: 35px 0 !important ;
  }
  .gallery_horizontal {
    margin-top: 40px;
  }
  .pr-not .notifer {
    padding: 5px 20px;
  }
}

@media only screen and (min-width: 768px) {
  #sec1About {
    padding-left: 23.2px;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .respimg {
    width: 500px;
    height: auto;
  }
  .section-title h4 {
    margin-right: 50px;
  }
  
}
@media only screen and (min-width: 1024px) {
  #sec1About {
    padding-left: 23.2px;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  #paragrafoBox{
    width: 600px;
  }
  .respimg {
    width: 550px;
    height: auto;
  }
  #contact-form textarea,
#comment-form textarea { 
}


@media only screen and (max-width: 756px) {
  .resize-carousel-holder .customNavigation,
  .caption,
  .bx-filter:before {
    display: none;
  }
  
  .resize-carousel-holder {
    width: 92%;
    left: 4%;
  }
  .horizontal_item img {
    width: 100% !important;
    height: auto !important;
  }
  .horizontal_item {
    padding: 10px 0;
  }
  .inline-facts {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .gallery-item {
    width: 100% !important;
  }
  .grid-small-pad .grid-item-holder {
    padding: 7px 0 7px 0;
  }
  .inline-filter,
  .filter-holder {
    width: 100%;
    float: left;
  }
  .count-folio {
    width: 30%;
    height: 80px;
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .inline-filter .count-folio {
    height: 80px;
    max-height: 80px;
    padding-top: 13px;
  }
  .filter-button {
    float: left;
    width: 70%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
  }
  .bx-filter {
    border: 1px solid #f0f0f0;
  }

  .bx-filter .count-folio {
    border: none;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }
  .gallery-filters {
    float: left;
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
  }
  .bx-filter .gallery-filters {
    border-bottom: none;
    border-right: 1px solid #f0f0f0;
  }
  .gallery-filters a {
    float: left;
    width: 100%;
    text-align: left;
    border-left: none;
  }
  .gallery-filters a.gallery-filter-active:before {
    width: 40px;
  }
  .inline-filter a:before,
  .fixed-filter a:before {
    left: 25px;
    background: #000;
    height: 2px;
  }
  .count-folio div {
    display: inline-block;
    float: none !important;
  }
  .popup-gallery .grid-item-holder {
    margin-bottom: 20px;
  }
  .hero-title h2 {
    font-size: 34px;
    padding: 0 20px 30px;
  }
  .full-screen-slider-holder .customNavigation a {
    top: 90% !important;
  }
  .pad-con {
    padding: 30px 30px 0px;
  }
}
@media only screen and (max-width: 540px) {
  .team-holder li,
  .serv-item {
    width: 100%;
    padding: 0;
  }
  
  .serv-item {
    margin-bottom: 20px;
  }
  .inline-facts {
    width: 100% !important;
  }
  .inline-facts .num,
  .inline-facts h6 {
    text-align: center;
  }
}
@media only screen and (max-width: 310px) {
  header {
    width: 250px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 1300px) {
  
}