body {
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}

a {
  color: #ffc60a;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #177ea8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

.img-responsive {margin: 0 auto;}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin: 10px 0 30px 0;
  padding: 0;
  color: #ffc60a;
  text-shadow: 1px 1px 4px rgba(47, 47, 47, 0.1);
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #043453;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #043453;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #ffc60a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #043453;
}

#topbar .contact-info i {
  color: #ffc60a;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .contact-info .top-link {
  color: #ffc60a;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #ffc60a;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #043453;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.green {
  color: #043453;
}

.orange {
  color: #ffc60a;
}

.btn-info {
  background-color: #ffc60a;
  border-color: #ffc60a;
}
/*-----------------------------# Header -------------------------------*/
#header {
  padding: 17px 0 17px 0;
  height: 85px;
  transition: all 0.3s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

 .sticky-wrapper {
	height: 84px !important;
}

.is-sticky #header {
	padding: 10px 0;
	height: 70px;
}

#header .navbar-nav {
	font-size: 15px;
}

#header .top-logo {
  position: relative;
  display: block;
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

#header .top-logo strong {
  position: relative;
  top: -5px;
  
}

#header .top-logo strong, .logo-txt {
	font-size: 40px;
}

.logo-txt {
	font-size: 35px;
	display: block;
	padding-bottom: 10px;
}

#header .top-logo:hover {color: #043453;}

.navbar-nav > li > a {padding: 15px; color: #555; font-size: 16px;}
.navbar-nav > li > a:hover, .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {color:#ffc60a; background-color: transparent; box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.1);}

#header .btn-info {
	border-radius: 1px;
	font-weight: 700;
	box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.4);
	background-color: #043453;
	border-color: #043453;
	color: #fff;
	margin-left: 10px;
}

#header .btn-info:hover {
	background-color: #fff;
	border-color: #043453;
	color: #043453;
}

@media (max-width: 768px) {
  #header {
    padding: 10px 0;
    height: 74px;
  }
}

/*Main ---------------------------------------------------*/

#pas_article iframe {
	height: 400px !important;
}

#pds_section iframe {
	margin: 0 10px 0 0;
	width: 423px !important;
	float: left;
}

h2.pds_title_item {
	font-size: 20px;
	padding-top: 30px;
	display: block;
	clear: both;
}

#pds_section img {
	float: left;
	margin: 0 10px 0 0;
}

#pas_article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
   #pds_section iframe, #pds_section img{
    float: none;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
  #pds_section iframe {
  	 min-height: 250px !important;
  }
}

/*Carousel ----------------------------------------------*/
.slider-bg {
    background: none repeat scroll 0 0 white;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

#myCarousel {
  height: 600px;
}
#myCarousel .item {height: 600px; background-color: rgba(255, 255, 255, 0.5);}

#myCarousel .carousel-indicators li {border: 1px solid #fff;}
#myCarousel .carousel-indicators .active {background-color: #fff;}
#myCarousel .carousel-indicators .active:focus {background-color: #fff;}
#myCarousel .carousel-control {color: #fff;}

#myCarousel .carousel-inner > .item > img {
  left: -9999px; 
  right: -9999px;  
  margin: 0 auto; 
  max-width: none;
  min-width: 100%;
  position: absolute;
}		

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 150px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0.4);
    font-size: 36px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.caption-small {
  font-size: 22px;
}

.carousel-caption ul {
  background-color: #04345386;
}

.carousel-caption li {
	list-style: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #50d8af;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2, .section-header h3, .section-header h4, .section-header h5  {
 	position: relative;
 	padding-bottom: 20px;
}

.section-header h2::before, .section-header h1::before, .section-header h3::before, .section-header h4::before, .section-header h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #043453;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

table td {
	vertical-align: middle  !important;
}

#pas_article, #pds_section {
	margin-bottom: 20px;
}

/* About Section
--------------------------------*/
#about {
  padding: 20px 0 0 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 20px;
  }
}

#about .content h2 {
  font-size: 24px;
  text-align: center;
}


#about .content p {
  line-height: 25px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 20px 0 0 0;
}

#services .h3s {
	font-size: 18px;
}

#services .big-box {
  margin:  0 0 20px;
  padding: 20px 10px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.3);
  background: #fff;
  transition: 0.4s;
  color: #444;
}

#services .big-box h4, #services .big-box h5  {
	margin: 20px 0;
	font-size: 24px; 
  text-align: left;
  color: #043453;
}


#services .box {
  padding: 20px;
  margin-bottom: 42px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  display: block;
  height: 190px;
  color: #444;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  color: #043453;
}

#services .box .icon {
  float: left;
}


#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin: 0 0 15px 170px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 170px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (min-width: 992px){

  #services .text-box {
    line-height: 24px;
    font-size: 18px;
  }

}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0 0;
}

 #portfolio .container-fluid {
 	padding: 0;
 }

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h4 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 10px 10px 0 10px;
  margin: 0 15px 10px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color:#043453;
}

#testimonials .houzz ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#testimonials .houzz li {
	list-style: none;
	margin: 0 0 22px 0;
	text-align: center;
} 

#testimonials .houzz li table {
	margin: 0 auto;
} 

#testimonials .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}


/* Recent Work Section
--------------------------------*/
#recentwork {
  padding: 30px 0;
}

#recentwork .recent-item {
  box-sizing: content-box;
  padding: 10px;
  margin: 0 15px 10px 15px;
  text-align: justify;
  min-height: 450px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #recentwork .recent-item {
    margin: 30px 10px;
    min-height: 150px;
  }
}


#recentwork .recent-item h4 {
  font-size: 20px;
  display: block;
  margin: 10px 0 5px 0;
  color: #111;
  min-height: 50px;
  text-align: center;
}

#recentwork .rtime {
	font-size: 10px;
	color: #6b7d8e;
	text-align: right;
	display: block;
}
#recentwork .btn-news {
	white-space: normal;
	display: block;
	min-width: 150px;
	margin: 10px auto 0;
	border-radius: 1px;
} 

#recentwork .recent-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#recentwork .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#recentwork .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#recentwork .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#recentwork .owl-nav, #recentwork .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#recentwork .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#recentwork .owl-dot.active {
  background-color:#043453;
}


/* Call To Action Section --------------------------------*/
#call-to-action {
  background: #043453;
  background-size: cover;
  padding: 40px 0 30px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px 0;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 1px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
}

#call-to-action .cta-btn:hover {
  background: #ffc60a;
  border: 3px solid #ffc60a;
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0 0 0;
  background-color: #f5f5f5;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #043453;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
}

#contact .contact-info h5, #contact h6  {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #043453;
}

#contact .contact-info a {
  color: #000;
  font-size: 18px;
}

#contact .contact-info a:hover {
  color: #043453;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #043453;
  border: 1px solid #043453;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"], button[type="submit"]  {
  background: #043453;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover, button[type="submit"]:hover {
  background: #9e1773;
}

 .c-form {
	margin: 0 auto 20px 0;
}

.error {
	color: #9e1773;
	font-weight: 700;
}

#googlemap {
	margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #04335360;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer  a {
  color: #555;
}


/*Responsive css ----------------------------------------*/	

/*media-xsmall*/
@media (max-width: 375px) {}

/*media-small*/
@media (max-width: 768px) {
.section-header h1::before,
.section-header h2::before,
.section-header h3::before,
.section-header h4::before,
.section-header h5::before {
  left: 50%;
   transform: translateX(-50%);
}
h1, h2, h3, h4, h5, h6 {font-size: 24px; text-align: center !important;}
#services .box {padding: 10px;margin-bottom: 20px;height: auto;}
#testimonials iframe {margin: 0 auto;}
#testimonials .testimonial-item { margin: 0 0 10px 0; padding: 10px; text-align: center; min-height: 200px;}
#contact h5, h5.cta-title, #contact h6 {text-align: center;}
#contact p {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;}
}

@media (min-width: 768px) {}

/*media-mid*/
@media (max-width: 992px) {
#testimonials .houzz li {display: inline-block;}
}
@media (max-width: 1200px) {
#portfolio .portfolio-item h4 {font-size: 17px; text-align: center;}
#about .content p {line-height: 20px;}
#testimonials .testimonial-item h3 {text-align: center;}
#testimonials .houzz {text-align: center;}
}

@media (min-width: 1200px) {}

/*media-Xlarge*/
@media (max-width: 1800px) {}

@media (min-width: 1800px) {}


/*Cookie ------------------------------------------------*/
#cu_bar{
	font-size: 12px;
	width:100%;
	min-height: 20px;
	position: fixed;
	bottom: 0px;
	background: #40505f; 
	margin: 5px 0 0 0;
	padding: 3px 5px;
	text-align: center;
	opacity: 0.85;	
	border-top: 1px solid  #043453;
}
#cu_bar img{margin: -7px 2px -7px 2px;}
#cu_polityka{color:  #043453; text-decoration: underline;}
#cu_button{color:  #043453; margin-left: 15px; font-weight: 700; font-size: 13px;}


/*--------------------------------------------------------------# Other --------------------------------------------------------------*/
.fl {float: left;}
.fr {float: right;}
@keyframes opa_anim { 0% { opacity: 0; } 100% { opacity: 1; } }
.anim {
	animation: opa_anim 1s 0.25s ease-in-out;
	animation-fill-mode: forwards;
}
.bw {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
 
.bw:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none;
}

@keyframes color-change {
    0% { color: #043453; }
    25% { color: #ffc60a; }
    50% { color: #043453; }
    75% { color: #ffc60a;; }
    100% { color: #043453; }
}

.anim-txt {
    animation: color-change 10s infinite;
}
