/* Theme Name: ts */

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* General */
html {
	scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Poppins", "Open Sans", sans-serif;
}

.survey {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

/* Pricing */

.pricing {
    color: #333;
    padding: 50px 0px 50px;
}
.pricing h1 {
    text-align: center;
    font-size: 30px;
    margin: 10px 0px 40px;
}
.pricing .card {
    transition: all 0.2s;
    border: 2px solid #f1f3f4;
}
.pricing .card-title {
  font-size: 22px;
  letter-spacing: .1rem;
}

.list-unstyled li {
	font-size: 0.9rem;
}

.pricing ul {
  padding: 0;
}
.pricing ul li {
    list-style: none;
    padding: 10px 20px;
    text-align: center;
    margin: 5px 0px;
}
.pricing ul li:nth-of-type(2n+1) {
  background-color: #f1f1f1;
}
.pricing .btn {
    border-radius: 0px;
    letter-spacing: 1px;
    padding: 6px 20px;
    background: #03A9F4;
    border: none;
    font-size: 18px;
    border-radius: 4px;
}
.card-body {
  padding: 30px 0;
  text-align: center;
}
.card.plus {
    border: 2px solid #e91e63;
}
.pricing-footer {
    padding: 30px 0 0px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.pricing .card.plus .btn {
    background: #E91E63;
}
.card.plus .currency, .card.plus .duration {
  color: #e91e63;
}
.card.plus .value {
  color: #e91e63;
}
.pricing .value {
  font-size: 4rem;
  font-weight: 300;
}
.pricing .duration {
  font-size: 1.4rem;
}
.pricing .currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700;
}
.currency, .duration {
  color: rgba(23,61,80,.4);
}
.pricing .card:hover {
  margin-top: -.25rem;
  margin-bottom: .25rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.pricing .disable{
  color: #b9b9b9;
}
.pricing .disable:hover{
  cursor: no-drop;
}

/* Pricing - end*/


.module-container {
  margin: 4px 0;
  padding: 4px 0;
  border: 1px solid #e3e3e3;
  cursor: default;
}
.modules {
  padding: 0;
}
.name {
  font-size: 0.8rem;
  text-align: center;
  padding:2px;
  height: 40px;
  text-transform: uppercase;
}
.logo {
  text-align: center;
  padding: 4px 0;
  font-size: 2rem;
}
.logo-green {
  color: #34a853;
}
.logo-yellow {
  color: #fbbb03;
}
.logo-red {
  color: #ea5f35;
}
.arrow {
  text-align: center;
  margin: 2rem 0 0 0;
  padding: 0;
  font-size: 2rem;
  color: gray;	
}


.carousel-item {
	color: #111;background-color:#eee;padding:1em 3em;margin-bottom:1em; border-radius:5px; !important;
}

.btn-group >.btn, .btn-group a:hover {
	color:#fff;
}

.dropdown-menu a:hover {
	background-color:#555;
	color:#fff;
}

.modal-lg {
    max-width: 840px;
}

/* FAQ */
.faq_question {
	/*font-size: 12px;*/
	color: #1C6FA3;
	font-weight: bold;
	padding-top: 16px;
}

.faq_answer {
	padding-left:20px;
	/*color: #222222;*/
}

#compare-tbl {
	width:100%;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
}

#compare-tbl .row1 {
	text-align:left;
	font-weight:normal;
}

#mini-tbl {
	width:100%;
	font-weight:normal;
	padding:2px;
}

/*a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}
*/

p {
  padding: 0;
  margin: 10px 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* Preloader */
/*#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}*/

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  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: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------
# Price plans
*/-------------------------------------

#download {
  padding-bottom: 25px;
}

#download .plan {
  margin-top: 15px;
  padding: 15px;
  /*border-radius: 4px;*/
}

#download .plan h2 {
  padding: 12px 0;
  margin: 5px;
  text-align: center;
  font-size: 36px;
  line-height: 24px;
  font-weight: normal;
}

#download .plan h3 {
  padding: 12px 0;
  margin: -15px -15px 0 -15px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
}

#download .plan h4 {
  margin: 0 -15px;
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
  /*border-bottom: 4px solid #fff;*/
}

#download .plan h5 {
  font-size: 16px;
  text-align: center;
}

#download .plan .price {
  font-size: 36px;
  text-align: center;
  padding: 30px 0;
  margin: 0 -15px;
}

#download .plan .price span {
  font-size: 13px;
  display: block;
  font-style: italic;
  text-decoration: underline;
  color: #666;
  padding-top: 5px;
}

#download .plan ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#download .plan ul li {
  padding: 12px 0;
  border-bottom: 1px dotted;
}

#download .plan ul li:last-child {
  border-bottom: 0;
}

#download .plan ul li.na {
  color: #ccc;
  text-decoration: line-through;
}

#download .plan .action {
  margin: 0 -15px -15px -15px;
  padding: 15px;
  text-align: center;
}

#download .plan .action div {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 8px;
}

#download .plan .action a {
  display: inline-block;
  padding: 6px 20px 7px;
  font-size: 14px;
  /*border-radius: 3px;*/
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #fff;
  margin: 0 5px;
  font-weight: normal;
}

#download .plan .action a:hover {
  color: #fff;
}

/* free */
#download .free {
  border-radius:0px;
  border: 1px solid #ddd;
  background: #F7F9FC;
}

#download .free h3, #download .free h4, #download .free .action {
  background: #EEF3F9;
}

#download .free ul li {
  border-color: #d2ddee;
}

#download .free a {
  background: #1e5f8d;
}

#download .free a:hover {
  background: #2576af;
}

#download .free .icon a:hover {
  background: #fff;
}

/* free */

/* pro */
#download .pro {
  background: #F9FCF7;
  border-radius:0px;
  border: 1px solid #ddd;
}

#download .pro h3, #download .pro h4, #download .pro .action {
  /*background: #F3F9EE;*/
}

#download .pro ul li {
  border-color: #ddeed2;
}

#download .pro a {
  background: #1e5f8d;
}

#download .pro a:hover {
  background: #2576af;
}
/* pro */

/* acc */
#download .acc {
  background: #F9FCF7;
  border-radius:0px;
  border: 1px solid #ddd;
}

#download .acc h3, #download .pro h4, #download .pro .action {
  /*background: #F3F9EE;*/
}

#download .acc ul li {
  border-color: #ddeed2;
}

#download .acc a {
  background: #00a651;
}

#download .acc a:hover {
  background: #00c560;
}
/* acc */

#download .pro .price {
  /*background: #F3F9EE;*/
  overflow: hidden;
  position: relative;
}

#download .pro .price::before {
  content: "WINDOWS";
  position: absolute;
  right: 0;
  top: 0;
  background: #0275D8;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  width: 120px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -28px;
  margin-top: 17px;
  font-size: 15px;
}

#download .acc .price {
  overflow: hidden;
  position: relative;
}

#download .acc .price::before {
  content: "NETTI";
  position: absolute;
  right: 0;
  top: 0;
  background: #00a651;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  width: 120px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -28px;
  margin-top: 17px;
  font-size: 15px;
}

#download .net.price {
  overflow: hidden;
  position: relative;
}

#download .net .price::before {
  content: "NETTI";
  position: absolute;
  right: 0;
  top: 0;
  background: #00a651;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  width: 120px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -28px;
  margin-top: 17px;
  font-size: 15px;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
  background: rgba(33, 31, 14, 0.99);
  padding: 10px 0;
  height: 48px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
*/
#header {
	/*background: rgba(33, 31, 14, 0.8);*/
	background: rgba(33, 31, 14, 0.6);
    padding: 8px 0;
    height: 72px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header.header-fixed {
  background: rgba(33, 31, 14, 0.9);
  padding: 10px 0;
  height: 48px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-container-main {
	/*background: url("../img/green-bg3.jpg");*/
	background: url("../img/erp_banner0.jpg");
	background-position: right center;
	
	/*background-repeat:no-repeat;
	background-color: #ffffff;
	background-size: cover;
	position:relative;
	margin-bottom:90px;
	height:200px;*/
}

#main-banner {
	text-align:center;
	padding:3em 0em;
}
#main-banner >img {
	padding-top:0;
	max-width:100%;
	min-width:160px;
}

#text-ad {
	height:500px;
	padding: 3em;
	text-align:center;
}
 
#laptop-image {
	background: url("../img/laptop_ostot.png");
	x-background-position: right center;
	background-repeat:no-repeat;
	background-size: cover;
	text-align:center;
}


#hero h1 {
  margin: 2px 0 2px 0;
  x-font-size: 48px;
  x-font-weight: 700;
  x-line-height: 56px;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight:100;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}

#hero h3 {
  color: #eee;
  margin-bottom: 4px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #hero h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 4px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Herosub Section (main brand image section in sub-pages)
--------------------------------------------------------------*/
#herosub {
  display: table;
  justify-content:center;
  width:100%; 
  background-position:top left;  
  background-repeat:no-repeat;
}

#herosub .hero-container {
  display: table-cell;
  text-align: center;
  vertical-align:middle;
}

#herosub h1 {
  X-background:rgba(52,58,64,0.4);
  margin: 0px;
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
  x-color: #fff;
}

@media (max-width: 768px) {
  #herosub h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#herosub h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #herosub h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#herosub h3 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #herosub h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 22px;
  }
}

#herosub .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#herosub .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# 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: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  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: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;

  font-size: 13px;
  outline: none;
}
.nav-menu > li {
  margin-left: 0; /*10px*/
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2dc997;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 4px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
}

.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 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: #fff;
}

@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: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#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 .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  background-size: cover;
  padding: 40px 0;  
}

#about .about-container .background5 {
  min-height: 400px;
  background: url("../img/laskutusohjelma.webp") center top no-repeat;
  background-size:800px;
  background-position:left top;
  margin-bottom: 10px;  
}

#about .about-container .background4 {
  min-height: 400px;
  background: url("../img/laskutustilasto_tsohjelmat.webp") center top no-repeat;
  background-size:800px;
  background-position:left top;
  margin-bottom: 10px;  
}

#about .about-container .background3 {
  min-height: 400px;
  background: url("../img/laskutusikkuna_tsohjelmat.webp") center top no-repeat;
  background-size:800px;
  background-position:left top;
  margin-bottom: 10px;  
}

#about .about-container .background2 {
  /*min-height: 240px;*/
  background: url("../img/tablet_computers.webp");
  background-size: 100%;
  background-repeat:no-repeat;
  margin-bottom: 10px;
  
  text-align: center;
  height: 380px;
  width:100%;
  
}

#about .about-container .background {
  min-height: 300px;
  background: url("../img/about-img.jpg") center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #2dc997;
  height:60px;
  width:60px;
  text-align: center;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 40px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 40px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
  text-align: center;
}

#services .icon {
  position: absolute;
  top: 8px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #2dc997;
  border: 2px solid #2dc997;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
  height:60px;
  width:60px;

}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #2dc997;
}

#services .box:hover .icon a {
  color: #2dc997;
  background: #fff;
  height:60px;
  width:60px;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  /*background: url("../img/green-bg3.jpg");*/
  background-color: #115500;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#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: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 40px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #2dc997;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #2dc997;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 40px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #2dc997;
  float: left;
}

#contact .info p {
  padding: 0 0 4px 50px;
  margin-bottom: 4px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #2dc997;
  color: #fff;
}

#contact .form #sendmessage {
  color: #2dc997;
  border: 1px solid #2dc997;
  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 {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #2dc997;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
