.footer {
  color: black;
}
.footer #contact h1,
.footer #contact h2,
.footer #contact h3 {
  color: black;
}
.footer #contact {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  height: auto;
}
.dark-bg {
  padding-bottom: 0px;
  border-bottom: 1px none black;
  background-color: #4d565d;
  background-image: -webkit-linear-gradient(rgba(35, 47, 56, 0.47), rgba(35, 47, 56, 0.29) 99%), url(/img/blur-bg.jpg);
  background-image: linear-gradient(rgba(35, 47, 56, 0.47), rgba(35, 47, 56, 0.29) 99%), url(/img/blur-bg.jpg);
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}
.darker {
  color: white;
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background-color: rgba(35, 47, 56, 0.6);
}
.darker a {
  color: white;
}

@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #0099E8;
}
.slotti-bg {
  background-color: #FF7E00;
}
.voissi-bg {
  background-color: #019798;
}
.gifti-bg {
  background-color: #a636c1;
}
html,
body {
  height: 100%;
}
body {
  font-size: 16px !important;
  background-color: white;
  font-family: 'poppinsregular', sans-serif;
  line-height: 1.45;
  color: #333;
}
p {
  margin-bottom: 1.25em;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 2.75rem 0 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #333;
}
h1 {
  margin-top: 0;
  font-size: 3.052em;
}
h2 {
  font-size: 2.441em;
}
h3 {
  font-size: 1.953em;
}
h4 {
  font-size: 1.563em;
}
h5 {
  font-size: 1.25em;
}
small,
.text_small {
  font-size: 0.8em;
}
.card {
  border-radius: 8px;
  padding: 16px;
}
#blog-btn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.languages {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 767px) {
  #blog-btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .languages {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
#top-container {
  display: table;
  height: 80%;
  width: 100%;
}
#top-content-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  #top-content-container {
    margin-top: 150px;
  }
}
#logo-container {
  padding: 130px 70px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#logo-container img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #logo-container {
    box-shadow: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
button#learn-more-btn {
  box-shadow: 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-top: 30px;
  border-radius: 4px;
}
h2 {
  margin: 2.75rem 0 3rem 0;
}
.centered {
  text-align: center;
}
.section {
  padding: 50px;
}
.section h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section {
    padding: 30px 10px;
  }
}
#content {
  height: auto;
  color: #fff;
  text-align: center;
}
#content h1,
#content h2,
#content h3 {
  color: #fff;
}
.content-item {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mid-section {
  padding: 30px;
}
.product-section .card {
  padding: 0;
}
.product-section h1 {
  color: #2C3E50;
}
.product-section .product {
  margin-bottom: 30px;
}
.product-section .product .header,
.product-section .product .description {
  padding: 30px;
  border-radius: 8px;
  margin: 8px;
}
.product-section .product .header {
  text-align: center;
}
.product-section .product .product-logo {
  max-width: 160px;
}
.product-section .product .product-name {
  margin-top: 7px;
  text-transform: uppercase;
}
.product-section .product .product-image-container {
  margin: 30px;
}
.product-section .product .description {
  background-color: #fff;
  position: relative;
  padding-bottom: 45px;
  color: #2C3E50;
}
.product-section .product .description h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.product-section .product .description p {
  margin-bottom: 30px;
}
.product-section .product .description .feature-list-container {
  margin-left: auto;
  margin-right: auto;
}
.product-section .product .description .feature-list-container .feature-list {
  text-align: left;
}
.product-section .product .description .read-more {
  position: absolute;
  bottom: 15px;
  right: 30px;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product-section .product .description {
    margin-top: 15px;
    padding-bottom: 70px;
  }
  .product-section .product .description .read-more {
    right: 30px;
    left: auto;
  }
}
.product-section .product.slotti .header {
  border-color: #FF7E00;
  background-color: #fff;
}
.product-section .product.slotti .description {
  border-color: #FF7E00;
}
.product-section .product.slotti .description h3 {
  color: #FF7E00;
}
.product-section .product.slotti .description .read-more {
  color: #FF7E00;
}
.product-section .product.voissi .header {
  border-color: #019798;
  background-color: #fff;
}
.product-section .product.voissi .description {
  border-color: #019798;
}
.product-section .product.voissi .description h3 {
  color: #019798;
}
.product-section .product.voissi .description .read-more {
  color: #019798;
}
.product-section .product.gifti .header {
  border-color: #a636c1;
  background-color: #fff;
}
.product-section .product.gifti .description {
  border-color: #a636c1;
}
.product-section .product.gifti .description h3 {
  color: #a636c1;
}
.product-section .product.gifti .description .read-more {
  color: #a636c1;
}
.job-announcement .job-title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .job-announcement .job-title {
    font-size: 1.5em;
  }
  .job-announcement .product ul {
    padding-left: 15px;
  }
}

/* for mobile ie 10 -fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/** NAVBAR */
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    display: inline-block;
    float: none;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
  }
  .navbar-default a {
    font-size: large;
  }
}
.navbar {
  border-bottom: thin solid #f39c12;
}
.navbar a {
  text-transform: uppercase;
}
#main-container {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .navbar {
    height: 120px;
  }
  .navbar .nav {
    margin-top: 35px;
  }
  #main-container {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .chapter {
    margin-bottom: 100px;
  }
}
.chapter-image.pull-right {
  margin-left: 40px;
}
.circular-lumia {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  background: url('/img/lumia.jpg') no-repeat;
  background-position: center;
}
.visual-studio-bg {
  margin-top: 90px;
  background: url('/img/visual_studio_reflect.jpg');
  width: 360px;
  height: 270px;
}
.email-bg {
  background: url('/img/email.png');
  width: 300px;
  height: 249px;
}
#twitter {
  height: 20px;
}
#some-container div {
  margin-bottom: 5px;
}
#logo {
  display: block;
  background: url('/img/teonos_logo.png') no-repeat;
  background-position: center;
  width: 100%;
  height: 80px;
}
.logo-container {
  display: block;
  text-align: center;
  width: 100%;
}
