@import 'https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800';

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Ubuntu:400,500,700';

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

@import "https://fonts.googleapis.com/css?family=Nunito:300,400,600,700";

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-text {
      float: none;
      margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in { 
      display: block!important;
  }
  .collapsing {
      overflow: hidden!important;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white
  }
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.same-height-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.same-height-row::before {
  display: block;
}

.same-height-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html,body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
}

/**
  * This component is using to create horizontal lines.
  * By default it's grey. But it can be modified to be white by applying .light class.
 */

a:hover,a:focus {
  color: white;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.no-padding {
  padding: 0;
}

.text-primary {
  color: #424753;
}

.btn-default {
  background-color: #e06161;
  border-color: #e06161;
  color: #ffffff;
}

.btn-default:hover,.btn-default:focus,.btn-default:active {
  color: #ffffff;
  background-color: #c54949;
  border-color: #c54949;
}
 
.btn-default:active {
  background-image: none;
}

.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active {
  background-color: #774b4b;
  border-color: #c54949;
}

.btn-primary {
  color: white; 
  background-color: transparent;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-primary1 {
  color: white; 
  background-color: #e06161;
  border-color: #e06161;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ededed;
}

.btn-primary:active {
  background-image: none;
}

.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active {
  background-color: transparent;
  border-color: white;
}

.btn-rect {
  font-family: 'Nunito', sans-serif !important;
  border-radius: 5px !important;
  text-transform: none !important;
  font-weight: 100 !important;
}

.btn-rect.btn-xl {
  font-size: 18px !important;
}

.btn-rect--primary {
  color: white;
  background-color: transparent;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-rect--primary:hover,.btn-rect--primary:focus,.btn-rect--primary:active {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ededed;
}

.btn-rect--primary:active {
  background-image: none;
}

.btn-rect--primary[disabled],.btn-rect--primary[disabled]:hover,.btn-rect--primary[disabled]:focus,.btn-rect--primary[disabled]:active {
  background-color: transparent;
  border-color: white;
}

.btn-rect--primary:hover {
  background-color: white;
  color: #424753;
}

.btn-rect--default {
  color: white;
  background-color: #2B8BE3;
  border-color: #2B8BE3;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-rect--default:hover,.btn-rect--default:focus,.btn-rect--default:active {
  color: white;
  background-color: #1d7ed8;
  border-color: #1b79cf;
}

.btn-rect--default:active {
  background-image: none;
}

.btn-rect--default[disabled],.btn-rect--default[disabled]:hover,.btn-rect--default[disabled]:focus,.btn-rect--default[disabled]:active {
  background-color: #2B8BE3;
  border-color: #2B8BE3;
}

.btn-rect--default:hover {
  background-color: white;
  color: #424753;
}

.btn-rect--white {
  color: #424753;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-rect--white:hover,.btn-rect--white:focus,.btn-rect--white:active {
  color: #424753;
  background-color: #f2f2f2;
  border-color: #ededed;
}

.btn-rect--white:active {
  background-image: none;
}

.btn-rect--white[disabled],.btn-rect--white[disabled]:hover,.btn-rect--white[disabled]:focus,.btn-rect--white[disabled]:active {
  background-color: white;
  border-color: white;
}

.btn-rect--white:hover {
  background-color: #589da6;
  color: white;
}

.btn-rect--dark {
  color: white;
  background-color: #589da6;
  border-color: #424753;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-rect--dark:hover,.btn-rect--dark:focus,.btn-rect--dark:active {
  color: white;
  background-color: #373b45;
  border-color: #32363f;
}

.btn-rect--dark:active {
  background-image: none;
}

.btn-rect--dark[disabled],.btn-rect--dark[disabled]:hover,.btn-rect--dark[disabled]:focus,.btn-rect--dark[disabled]:active {
  background-color: #589da6;
  border-color: #424753;
}

.btn-rect--dark:hover {
  background-color: white;
  color: #424753;
}

.btn {
  font-family: 'Raleway', sans-serif;
  border-radius: 3px;
  text-transform: uppercase;
}

.btn-xl {
  padding: 15px 30px;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #524e5d;
}

::selection {
  color: white;
  text-shadow: none;
  background: #524e5d;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #524e5d;
}

.text-section-row {
  margin-bottom: 50px;
}

.text-section-row > div {
  padding: 20px;
}

.text-section-row > div:nth-child(1) {
  border-right: 1px solid #EDEDEF;
}

.navbar-default {
  background-color: #589da6;
  border: none;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-default .navbar-collapse {
  border: none;
}

.navbar-default .navbar-header .navbar-brand {
  color: #663FB5;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-default .navbar-header .navbar-brand:hover,.navbar-default .navbar-header .navbar-brand:focus {
  color: #51328f;
}

.navbar-default .navbar-header .navbar-brand.navbar-brand-custom {
  width: 100px;
  background: url('../img/readpeak_logo_white-nav.png') no-repeat center;
  background-size: contain;
  margin-left: 15px;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 0;
  background-color: transparent;
}

.navbar-default .navbar-header .navbar-toggle img {
  height: 30px;
  width: 30px;
}

.navbar-default .nav > li > a,.navbar-default .nav > li > a:focus {
  margin: 0 1px;
  padding: 15px 15px;
  font-weight: 300;
  font-size: 16px;
  color: white;
}

.navbar-default .nav > li > a.btn,.navbar-default .nav > li > a:focus.btn {
  padding: 10px 20px;
  margin: 0 20px;
}

.navbar-default .nav > li > a.btn:hover,.navbar-default .nav > li > a:focus.btn:hover {
  border-bottom: 1px solid white;
}

.navbar-default .nav > li > a:hover,.navbar-default .nav > li > a:focus:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.conversions {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 992px) {
  .navbar-default {
   
  }

  .navbar-default .navbar-header .navbar-brand:hover,  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }

  .navbar-default .navbar-header .navbar-brand.navbar-brand-custom {
    margin-left: 0;
    margin-top: 10px;
    background: url('../img/readpeak_logo_white-nav.png') no-repeat center;
    background-size: contain;
  }

  .navbar-default .nav > li > a,  .navbar-default .nav > li > a:focus {
    padding-bottom: 5px;
  }

  .navbar-default .nav > li > a:hover,  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
}

header.mobile-on-right {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/green-polygon-2x.png) no-repeat, #589da6;
  background: url(../img/green-polygon-2x.png) no-repeat, -webkit-linear-gradient(to left, #589da6, #00D3EB);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/green-polygon-2x.png) no-repeat, linear-gradient(to left, #589da6, #00D3EB);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

header.mobile-on-right .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
  width: 100%;
}

header.mobile-on-right .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header.mobile-on-right .header-content .header-content-inner h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header.mobile-on-right .device-container {
  max-width: 300px;
  margin: 0 auto 100px;
}

header.mobile-on-right .device-container .screen img {
  width: 100%;
  border-radius: 3px;
}

@media (min-width: 768px) {
  header.mobile-on-right {
    height: 1000px;
  }

  header.mobile-on-right .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }

  header.mobile-on-right .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header.mobile-on-right .header-content .header-content-inner h1 {
    font-size: 35px;
  }

  header.mobile-on-right .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}

@media (min-width: 992px) {
  header.mobile-on-right .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

header.mobile-on-right-small {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/green-polygon-2x.png), #589da6;
  background: url(../img/green-polygon-2x.png), -webkit-linear-gradient(to left, #589da6, #00D3EB);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/green-polygon-2x.png), linear-gradient(to left, #589da6, #00D3EB);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

.landing {
  margin-top:50px;
}

header.landing {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/colorful-geometric.png), #e6947b;
  background: url(../img/colorful-geometric.png), -webkit-linear-gradient(to left, #e6947b, #e6947b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/colorful-geometric.png), linear-gradient(to left, #e6947b, #e6947b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}
header.toimistot {
background-image: url('../img/ReadPeak_unsplash4.jpg');
background-color: #000;
background-size: cover;
background-repeat: no-repeat;
background-position: center left;
font-size: 20px;
width: 100%;
height: 300px;
display: table;
position: relative;
z-index: 20;
color: #fff;
}

header.feature-blog {
  background-image: url('../img/feature-hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  background-color: #589da6;
  font-size: 20px;
  width: 100%;
  height: 50px;
  display: table;
  position: relative;
  z-index: 20;
  color: #fff;
}

header.blog {
  background-image: url('../img/feature-suomi-hero.jpg');
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 20px;
  width: 100%;
  height: 300px;
  display: table;
  position: relative;
  z-index: 20;
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #000;
  opacity: .6;
}

header.mobile-on-right-small .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
  width: 100%;
}

header.mobile-on-right-small .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header.mobile-on-right-small .header-content .header-content-inner h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header.mobile-on-right-small .image-container img {
  max-width: 100%;
  max-height: 700px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  header.mobile-on-right-small {
    height: 1000px;
  }

  header.mobile-on-right-small .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
    min-height: 600px;
  }

  header.mobile-on-right-small .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header.mobile-on-right-small .header-content .header-content-inner h1 {
    font-size: 35px;
  }

  header.mobile-on-right-small .image-container img {
    margin: 100px auto 0;
  }
}

@media (min-width: 992px) {
  header.mobile-on-right-small .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

header.devices-on-right {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/green-polygon-2x.png), #589da6;
  background: url(../img/green-polygon-2x.png), -webkit-linear-gradient(to left, #589da6, #00d3eb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/green-polygon-2x.png), linear-gradient(to left, #589da6, #00d3eb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

@media (max-width: 768px) {
  header.devices-on-right {
    padding-bottom: 30px;
  }
}

header.devices-on-right .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

header.devices-on-right .container > .row::before {
  display: block;
}

header.devices-on-right .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header.devices-on-right .container > .row > div {
  vertical-align: middle !important;
}

header.devices-on-right .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
  width: 100%;
}

header.devices-on-right .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header.devices-on-right .header-content .header-content-inner h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header.devices-on-right .devices-container img {
  width: 100%;
}

@media (min-width: 768px) {
  header.devices-on-right {
    min-height: 90%;
  }

  header.devices-on-right .header-content {
    text-align: left;
    padding: 0;
    height: 90vh;
    min-height: 600px;
  }

  header.devices-on-right .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header.devices-on-right .header-content .header-content-inner h1 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  header.devices-on-right .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

header.bottom-laptop {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/green-polygon-2x.png), #589da6;
  background: url(../img/green-polygon-2x.png), -webkit-linear-gradient(to left, #589da6, #00d3eb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/green-polygon-2x.png), linear-gradient(to left, #589da6, #00d3eb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  height: 90vh;
}

header.bottom-laptop .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
  width: 100%;
}

header.bottom-laptop .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header.bottom-laptop .header-content .header-content-inner h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header.bottom-laptop img {
  width: 100%;
}

@media (min-width: 992px) {
  header.bottom-laptop .header-content .header-content-inner h1 {
    font-size: 50px;
  }

  .landing-page-post h1 {
    padding-bottom: 20px;
  }

  .landing-page-post p {
    line-height: 25px;
  }
}

header.video-on-right {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: url(../img/green-polygon-2x.png), #589da6;
  background: url(../img/green-polygon-2x.png), -webkit-linear-gradient(to left, #589da6, #00d3eb);
  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../img/green-polygon-2x.png), linear-gradient(to left, #589da6, #00d3eb);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

@media (max-width: 768px) {
  header.video-on-right {
    padding-bottom: 30px;
  }
}

header.video-on-right .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

header.video-on-right .container > .row::before {
  display: block;
}

header.video-on-right .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header.video-on-right .container > .row > div {
  vertical-align: middle !important;
}

header.video-on-right .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
  width: 100%;
}

header.video-on-right .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header.video-on-right .header-content .header-content-inner h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header.video-on-right .video-container iframe {
  width: 100%;
}

@media (min-width: 768px) {
  header.video-on-right {
    min-height: 90%;
  }

  header.video-on-right .header-content {
    text-align: left;
    padding: 0;
    height: 90vh;
    min-height: 600px;
  }

  header.video-on-right .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  header.video-on-right .header-content .header-content-inner h1 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  header.video-on-right .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}

section {
  padding: 50px 0;
}

section.no-bottom-padding {
  padding-bottom: 0;
}

section.bg-gray {
  background-color: #F4F5F7;
}

@media (min-width: 768px) {
  section.bordered {
    box-shadow: 0 0 1px 0 rgba(31, 45, 61, 0.3);
  }
}

@media (max-width: 768px) {
  section.bordered {
    border-top: 1px solid rgba(31, 45, 61, 0.3);
    border-bottom: 1px solid rgba(31, 45, 61, 0.3);
  }
}

section .section-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  color: #424753;
}

@media (max-width: 768px) {
  section .section-heading {
    padding: 0 20px;
  }
}

section .section-heading.align-left {
  text-align: left;
}

section .section-heading.dark {
  color: #424753;
}

section .section-heading.light-gray {
  color: #8492a6;
}

section .section-heading p.light-gray {
  color: #8492a6;
}

@media (max-width: 768px) {
  section .section-heading p {
    padding: 0 10px;
  }
}

section .section-body {
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

section .section-body.dark {
  color: #424753;
}

section .section-body.light-gray {
  color: #8492a6;
}

section .section-image-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

section .section-image-container .section-image {
  width: 100%;
}

@media (max-width: 340px) {
  .features {
    overflow: hidden;
  }
}

.features .feature {
  margin-top: 60px;
}

.features .feature:nth-child(1),.features .feature:nth-child(2),.features .feature:nth-child(3) {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .features .feature:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .features .feature:nth-child(3) {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .features .feature {
    min-height: auto;
    margin-top: 35px;
  }
}

.features .feature .media .media-left {
  padding: 0;
  text-align: center;
}

.features .feature .media .media-left span {
  display: block;
  width: 70px;
  font-size: 36px;
}

.features .feature .media .media-left span .fa {
  color: #ECF0F3;
}

.features .feature .media .media-top {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.features .feature .media .media-body h4 {
  margin: 0 0 6px;
  font-weight: 600;
}

.features .feature .media .media-body p {
  margin: 0;
  font-weight: 300;
}

.features.features-top .media {
  text-align: center;
}

.functionality img {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {

}

.functionality .media {
  margin-top: 78px;
}

@media (max-width: 1199px) {
  .functionality .media {
    margin-top: 50px;
  }

  .xs-hidden {
    display:none;

  }
}

@media (max-width: 767px) {
  .functionality .media {
    margin-top: 40px;
  }
}

.functionality .media + .media {
  margin-top: 65px;
}

@media (max-width: 1199px) {
  .functionality .media + .media {
    margin-top: 40px;
  }
}

.functionality .media .media-left {
  padding: 0;
  text-align: center;
}

.functionality .media .media-left span {
  display: block;
  width: 70px;
  font-size: 32px;
}

.functionality .media .media-left span .fa {
  color: #2B8BE3;
}

.functionality .media .media-body h4 {
  margin: 0 0 6px;
  font-weight: 600;
  text-align: left;
  color: #2b2b2c;
}

.functionality .media .media-body p {
  margin: 0;
  font-weight: 300;
}

.testimonials--default {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/testimonials-bg.png');
}

.testimonials--default:before {
  content: "";
  position: absolute;
}

.testimonials--default .container {
  padding: 50px 0;
  opacity: 1;
  text-align: center;
}

.blog-row h2 {
  margin-bottom: 40px;
}

section.partners {
  min-height: 80px;
  height: 10vh;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 0 1px 0 rgba(31, 45, 61, 0.3);
}

@media (max-width: 768px) {
  section.partners {
    overflow-x: scroll;
  }
}

section.partners .container {
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

section.partners .container .partner-single {
  width: 12.5%;
  display: block;
  margin: 0 auto;
}

section.partners .container .partner-single > img,section.partners .container .partner-single svg {
  max-width: 100%;
}

section.split-feature-1 {
  overflow: hidden;
}

@media (min-width: 768px) {
  section.split-feature-1 {
    padding-bottom: 100px;
  }
}

section.split-feature-1 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

section.split-feature-1 .row::before {
  display: block;
}

section.split-feature-1 .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-height: 768px) {
  section.split-feature-1 .row {
    margin-top: 100px;
  }
}

section.split-feature-1 .row .description-section {
  vertical-align: middle;
}

section.split-feature-1 .row .description-section .description-header {
  font-weight: 400;
  text-align: center;
}

section.split-feature-1 .row .description-section .description-header-1 {
  font-weight: 400;
  text-align: left;
}

.blue-header {
  color: #589da6;
  font-size: 45px;
  font-weight: 100 !important;
}

.red-header {
  color: #e06161;
  font-size: 45px;
  font-weight: 100 !important;
}

.sub-header {
  color: #2b2b2c;
  font-size: 23px;
  font-weight: 100 !important;
  margin-top: 0px;
  margin-bottom: 20px;
}

@media (min-height: 768px) {
  section.split-feature-1 .row .description-section .description-header {
    text-align: start;
  }
}

section.split-feature-1 .row .description-section .description-text {
  font-size: 18px;
  color: #8492a6;
  text-align: center;
  font-weight: 100;
}

section.split-feature-1 .row .description-section .description-text-1 {
  font-size: 18px;
  color: #8492a6;
  text-align: left;
  padding-right: 30px;
  font-weight: 100;
}



@media (min-height: 768px) {
  section.split-feature-1 .row .description-section .description-text {
    text-align: start;
  }
}

section.split-feature-1 .row .description-section .icons-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

@media (min-height: 768px) {
  section.split-feature-1 .row .description-section .icons-section {
    justify-content: flex-start;
  }
}

section.split-feature-1 .row .description-section .icons-section > img,section.split-feature-1 .row .description-section .icons-section svg {
  margin: 15px;
  display: inline-block;
}

section.split-feature-1 .row .image-section {
  margin: 20px -30px 0;
}

@media (max-width: 768px) {
  section.split-feature-1 .row .image-section.video-section {
    width: 100%;
  }
}

@media (min-height: 768px) {
  section.split-feature-1 .row .image-section {
    margin: 0;
  }
}

section.split-feature-1 .row .image-section img {
  width: 100%;
  max-width: 500px;
}

section.split-feature-1 .row .image-section video {
  width: 100%;
  height: 100%;
}

section.screenshots-1 .screenshots-container .screenshot {
  margin-top: 50px;
}

@media (min-width: 768px) {
  section.screenshots-1 .screenshots-container .screenshot {
    margin-top: 30px;
  }
}

section.screenshots-1 .screenshots-container .screenshot img {
  box-shadow: 0 0 3px #424753;
}

section.screenshots-1 .screenshots-container .screenshot img:hover {
  transform: scale(1.01);
  box-shadow: 0 0 5px #424753;
}

section.screenshots-1 .screenshots-container .screenshot img:focus {
  outline: none;
}

section.screenshots-1 .screenshots-container .screenshot img {
  height: 100%;
  width: 100%;
}

section.screenshots-1 .screenshots-container .screenshot .screen-description {
  margin-top: 20px;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
}

.video-1 {
  /* The default color of control backgrounds is mostly black but with a little
     bit of blue so it can still be seen on all-black video frames, which are common. */
  /* Slider - used for Volume bar and Progress bar */
}

.video-1 .video-js {
  font-size: 10px;
  color: white;
}
.toimistot-sidebar img {
  display: block;
  padding: 10px;
  margin: 0 auto;
  max-width: 250px;
}

.toimistot-sidebar {
  right: 0px;
  z-index: 1;
}
.sidebar img {
  display: block;
  padding: 10px;
  margin: 0 auto;
  max-width: 250px;
}

.sidebar {
  right: 0px;
  z-index: 1;
}

section.split-product {
  padding: 20px 0 50px;
}

section.split-product .product-image {
  float: right;
}

section.split-product .product-image img {
  max-height: 500px;
}

@media (max-width: 768px) {
  section.split-product .product-image {
    float: left;
    width: 100%;
  }
}

section.split-product img {
  margin: 0 auto;
}

@media (max-width: 768px) {
  section.split-product img {
    max-width: 200px;
  }
}

section.split-product .product-features {
  padding-top: 63px;
}

@media (max-width: 768px) {
  section.split-product .product-features {
    float: left;
  }

  section.split-product .product-features .section-header {
    padding: 0 20px;
  }
}

section.split-product .product-features ul li {
  line-height: 32px;
}

@media (max-width: 768px) {
  section.split-product .product-features ul li {
    font-size: 16px;
  }
}

section.split-product .product-features ul li + li {
  margin-top: 22px;
}

section.split-product .product-features ul li:before {
  width: 32px;
  height: 32px;
  margin-right: 17px;
  content: '';
  background: url(../../../img/icons/checked.png) no-repeat scroll 0 0;
  background-size: contain;
  float: left;
}

section.reviews {
  padding: 50px 0 50px;
}

section.reviews .review {
  padding: 13px 15px 20px;
  text-align: center;
}

@media (max-width: 767px) {
  section.reviews .review + .review {
    margin-top: 30px;
  }
}

section.reviews .review .review-sign {
  margin-bottom: 20px;
}

section.reviews .review p {
  margin-bottom: 30px;
}

section.reviews .review .reviewer {
  opacity: 0.5;
}

.contact-with-map .contact-container {
  padding: 50px 50px 50px 0;
}

@media (max-width: 768px) {
  .contact-with-map .contact-container {
    padding: 50px 15px;
    width: 100%;
  }
}

.contact-with-map .contact-form {
  margin-top: 15px;
}

.contact-with-map .contact-form .textarea {
  min-height: 220px;
  resize: none;
}

.contact-with-map .form-control {
  box-shadow: none;
  border-color: #eee;
  height: 49px;
}

.contact-with-map .form-control:focus {
  box-shadow: none;
  border-color: #663FB5;
}

.contact-with-map .map-column {
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  .contact-with-map .map-column {
    height: 250px;
    width: 100%;
  }
}

.contact-with-map .map-column .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-default .contact-form {
  margin-top: 15px;
}

.contact-default .contact-form .textarea {
  min-height: 220px;
  resize: none;
}

.contact-default .form-control {
  box-shadow: none;
  border-color: #eee;
  height: 49px;
}

.contact-default .form-control:focus {
  box-shadow: none;
  border-color: #663FB5;
}

.contact-default .map-column {
  padding: 0;
  position: relative;
}

@media (max-width: 768px) {
  .contact-default .map-column {
    height: 250px;
    width: 100%;
  }
}

.contact-default .map-column .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splash {
  text-align: center;
}

.splash h1 {
  color: #2b2b2c;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

.splash .btn {
  margin-top: 20px;
}

.splash--default {
  /*max-height: 100%;*/
}

.splash--primary {
  background-color: #663FB5;
}

.splash--gray {
  background-color: #589da6;
}

.splash--light {
  background-color: white;
}

.splash--light h1 {
  color: #424753;
}

.mobile-download {
  padding: 70px 0;
}

.mobile-download .mobile-col-border {
  border-right: 1px solid white;
}

@media (min-width: 795px) {
  .mobile-download .mobile-col-border {
    border-right: 1px solid #eee;
  }
}

.mobile-download .text-download {
  padding: 20px 0;
  font-weight: 500;
  line-height: 1.4;
}

.mobile-download .btn-primary {
  color: black;
  width: 250px;
  height: 60px;
  font-weight: 700;
}

.footer {
  background: #424753;
  padding: 30px 0 0;
  position: relative;
}

.footer h5,.footer a {
  color: white;
}

.footer address {
  color: #8492a6;
}

.footer address * {
  color: #8492a6;
}

.footer h5 {
  font-weight: 600;
}

.footer ul > li {
  padding: 5px 0;
}

.footer ul > li a {
  color: #8492a6;
  font-weight: 100;
}

.footer .bottom-row p {
  font-family: 'Open Sans', sans-serif;
  color: #8492a6;
}

.footer--light {
  background: white;
}

.footer--light h5 {
  color: #424753;
}

.footer--light .bottom-row p {
  font-family: 'Open Sans', sans-serif;
  color: #424753;
}

#spinner {
  z-index: 99999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #424753;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.up {
  margin-top: 100px;
}

.heading-text {
  color: #2b2b2c;
}

.splash h4 {
  margin-bottom: 50px;
}

.splash span a {
  color: #589da6;
}

.inject-inline {
  margin: 0 auto;
  display: block;
}

.embeded {
  height: 500px;
}

.bg-geometric {
  background-image: url('../img/blue-geometric.jpeg');
  background-repeat: repeat-x;
  background-color: #589da6;
  color: #ffffff;
}

.bg-geometric-purple {
  background-image: url('../img/purple-geometric.png');
  background-repeat: repeat-x;
  background-color: #589da6;
  color: #ffffff;
}

.bg-light {
  background-color: #ffffff;
  box-shadow: 5px 10px 50px #888888;
  border-radius: 10px;
  padding: 40px;
  margin-right: 20px;
  height: 760px;
}

.bg-geometric-colorful {
  background-image: url('../img/colorful-geometric.png');
  background-repeat: repeat;
  background-color: #e6947b;
  color: #ffffff;
  z-index: 2;
  position:relative;
}

.light {
  color: #ffffff !important;
}

.section-text {
  text-align: left;
}

.timeline-up {
  border-right: solid 2px #589da6;
  height: 110px;
}

section .timeline img {
  margin: 0 auto;
  position: relative;
}

.timeline-img {
  margin: 0 auto;
  display: block;
  max-width: 700px;
}

.section-heading-left {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-top: 0;
  text-align: left;
  color: #424753;
}

.checkmark {
  width: 50px;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
  padding-top: 15px;
}

.bigg {
  font-size: 54px;
}

.general-header {
  height: 400px;
  position: relative;
  max-height: 600px;
}

.blog-header {
  height: 71px;
  position: relative;
}

.blog-pic {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
}

.last {
  padding-bottom: 50px;
}

@media (min-width: 768px) {

.navbar-default.affix {
    /*padding-top: 10px;*/
    background-color: #589da6;
}

}
.blog-post {
  min-height: 500px;
}

.blog-post, .blog-index {
  margin-bottom: 50px;
}

.feature-blog {
  margin: 0px;
}

.blog-post img {
  margin:10px 0 10px 0;
  max-width: 650px;
}

.list-pic img {
  margin:10px 0 10px 0;
  max-width: 300px;
}

.blog-post span a, .blog-index span a {
  color: #589da6;
  text-decoration: underline;
}

.blog-post h4, .blog-index h4 {
  color: #333;
  font-size: 14px;
  text-align: left;
}

.blog-post h1 a, .blog-index h1 a{
 color: #589da6;
}

.blog-post h1, .blog-index h1 {
  color: #589da6;
  padding-bottom: 20px;
 }

.blog-post a:hover, .blog-index a:hover {
  text-decoration: none;
  color: #589da6;
}

.blog-post p, .blog-index p {
  line-height: 30px;
}

.blog-index img {
  margin:10px 0;
  max-width: 500px;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.signup ol {
  list-style-position:inside;
  font-size: 20px;
}

.signup-list {
  font-size: 25px;
  text-align: left;
  margin-top: 140px;
}

 ol { 
  counter-reset: item;
}

 ol li { 
  display: block; 
  padding-bottom: 50px;
  
}

ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  color: #589da6;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 50px;
        }

li span { 
  position: relative; 
  left: 25px; 
}

.cta-button {
  border: 1px solid #e06161;
  background: #E06161;
  padding: 0px 15px 5px;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 6px;
  color: #ffffff;
}

.cta-button2 {
  border: 1px solid #e06161;
  background: #E06161;
  padding: 0px 15px 5px;
  border-radius: 3px;
  margin-left: 0px;
  margin-right: 10px;
  padding: 10px 10px 10px 10px;
  color: #ffffff;
}

.signup-button {
  border: 1px solid #e06161;
  background: #E06161;
  padding: 10px 55px;
  border-radius: 3px;
  color: #ffffff;
}

.back-button {
  border: 1px solid #2b2b2c;
  background: #ffffff;
  padding: 10px 55px;
  border-radius: 3px;
  color: #2b2b2c;
}

.nav-down {
  padding: 5px 35px;
  border-radius: 3px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
}

.signup-text {
  visibility: visible;
  animation-name: fadeInLeft;
  font-size: 55px;
  text-align: left !important;
  font-weight: bold;
}

.signup-body {
  visibility: visible;
  animation-name: fadeInLeft;
  font-size: 22px;
  text-align: left;
  color: #2b2b2c;
  margin-bottom: 103px;
  hyphens: auto;

}

.signup-text span {
 color:#e06161;
}

.signup-btn {
  margin-top: 103px;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #589da6;
  border-color: #589da6;
  color: #ffffff;
}

.sidebar-rows {
  margin-bottom: 30px;
}


.signup-iframe {
  min-height: 640px;
  border: none;
}


@media (max-width: 991px) {


  .timeline-img {
    width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .signup-text {
    font-size: 42px;
  }
  .signup-body {
    margin-bottom: 20px;
  }

  .bg-light {
    height: 100%;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .bg-light.signup-container {
    height: auto;
    min-height: 780px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 400px) {
  .signup-text {
    font-size: 36px;
  }
  .signup-btn {
    padding: 9px 9px;
  }
  .bg-light.signup-container {
    height: auto;
    min-height: 860px;
  }
}

#ppBody
{
    font-size:11pt;
    width:100%;
    margin:0 auto;
    text-align:justify;
}
#ppHeader
{
    font-family:verdana;
    font-size:21pt;
    width:100%;
    margin:0 auto;
}
.ppConsistencies
{
    display:none;
}

.hero {
  margin-top: 0px;
  padding: 139px 0;
  background-image: url('../img/feature-blog-images/feature-hero.jpg')
}
.en-hero {
  margin-top: 0px;
  padding: 139px 0;
  background-image: url('../img/en-blog-images/english-blog-hero.jpg')
}

.suomi-hero {
  margin-top: 0px;
  padding: 139px 0;
  background-image: url('../img/blogi-suomi-images/feature-hero.jpg')
}

.blog-tags {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 100px;
}

.blog-tags li {
  list-style: none;;
  font-size: 14px;
  text-align: center;
  background-color: #589da6;
  padding: 7px 15px;
  margin-top: 10px;
  margin-right: 30px;
}

.blog-tags li a {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.hero-message {
  background: #fff;
  width: 80%;
  padding: 61px 0px;
  max-width: 45rem;
  margin: 0 auto;
  font-size: 28px;
  color: #589da6;
  text-align: center;
}

.hero-message h1 {
  font-size: 28px;
}

.sidebar-section h2 {
  text-align: center;
  font-weight: 100;
  color: #589da6;
  font-size: 22px;
}
.sidebar-section {
  min-height: 390px;
  margin-top: 50px;
  background-color: #f1f1f1;
}

.recommended {
  margin-top: 30px;
  height: 300px;
}

.recommended img {
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.recommended h4 a, h4 {
  text-align: center;
  color: #589da6;
}

.feature-sidebar li {
  color: #2b2b2c;
  list-style: none;
  margin-left:-20px;
}
.feature-sidebar a {
  color: #589da6;
  margin-left:-20px;
}

.featured {
  width: 100%;
  min-height: 610px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}

.featured h3 {
  padding: 20px 20px 20px 20px;
}
.featured p {    
  padding-left: 20px;
  line-height: 29px;}

a {
  color: #589da6;
}

a:hover {
  color: #589da6;
  text-decoration: underline;
}

.recent {
  margin-bottom: 100px;
  height: 500px;
  margin-top: 30px;
}

.recent-header h2 { 
  color: #589da6;
}

.featured img {
  max-height: 380px;
  overflow: hidden;
  max-width: 100%;
}

.tag {
  color: #868686;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.author {
  color: #868686;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

@media (max-width: 400px) {
  .recent {
    margin-bottom:0px;
    height:100%;
  }
  .featured {
  min-height: 100%;
  }
  }

  .btn-blue {
    background-color:#589da6 !important;
    color: #ffffff;
  }

  .btn-blue:hover {
    background-color:#589da6 !important;
    color: #a7a7a7 !important;
  }

  .promo-code {
    border: 1px solid #589da6;
    color: #2b2b2c;
    padding: 38px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    border-radius: 3px;
  }

  .announcement {
    text-align:center;

  }

  .center {
    text-align:center;
    padding-bottom:10px;
  }

  .none {display:none;}

  .optoutswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  }

  .optoutswitch-checkbox {
      display: none;
  }

  .optoutswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
  }

  .optoutswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
  }

  .optoutswitch-inner:before, .optoutswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }

  .optoutswitch-inner:before {
    content: "NO";
    padding-left: 10px;
    background-color: #589da6; color: #FFFFFF;
  }

  .optoutswitch-inner:after {
    content: "YES";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
  }

  .optoutswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
  }

  .optoutswitch-checkbox:checked + .optoutswitch-label .optoutswitch-inner {
    margin-left: 0;
  }

  .optoutswitch-checkbox:checked + .optoutswitch-label .optoutswitch-switch {
    right: 0px;
  }