@import url("../view_default/fira.css");

body {
    font-family : "Fira Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
    color: #444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

label {
    font-size: 1rem;
}

label.required:before {
    content: "*";
    color: #C40000;
    margin: 0 5px;
}

ul.topmenu {
    background: white;
    float: right;
    font-size: 1.0em;
}

ul.topmenu a, ul.topmenu a:hover, ul.topmenu a:visited {
    color: #3a638d;
    text-decoration: none;
}

ul.topmenu span {
    color: #3a638d;
    padding: 0.7rem 1rem;
    line-height: 1;
    display: block;
}



[type='text'], [type='password'], [type='submit'], [type='button'], [type='radio'], [type='checkbox'], button.button, .input-group {
    margin-bottom: 0;
}

.orbit-bullets button {
    width: 0.6rem;
    height: 0.6rem;
}

.tooltipster-content {
    font-size: 0.8em !important;
}

.left-cell {
    padding-right: 3em;
}

.right-cell {
    padding-left: 3em;
}

.table input[type='text'], .table input[type='password'] {
    /*box-shadow: 0 1px 8px #d2d2d2;*/
    box-shadow: none;
    color: #666;
    border-radius: 5px;
    padding: 12px 0 12px 15px;
    border: 1px solid #e1e2e3;
    font-size: 0.9em;
}

.table div.input-group > input:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table div.input-group > input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table div.input-group > span.input-group-label:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #cc0000;
}

.table div.input-group > span.input-group-label:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tdTitleLine {
    background-color: #7898C2;
    padding: 1px;
}

.requiredSign {
    color: #C40000;
    font-weight: bold;
}

.formComment {
    font-size: 0.8em;
}

@media screen and (min-width: 64em) {
    .grid-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    #user_icon {
        margin-right: -20px;
    }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family : "Fira Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
}

h1, .h1 {
    font-size: 2rem;
}

h4, .h4 {
    font-size: 1.5625rem;
}

ul {
    margin-left: 0 !important;
}

/* buttons */
.button {
    border-radius: 2px;
    min-width: 150px;
}

.button_green {
    background-color: #4ba614;
}

.button_green:hover, .button_green:focus {
    background-color: #3c8113;
}

.button_blue {
/*    background-color: #5d80a1;*/
}

.button_grey {
    background-color: #aaaaaa;
}

.button_grey.disabled, .button_grey.disabled:hover {
    background-color: #dddddd;
    opacity: 1;
}

.button_grey:hover, .button_grey:focus {
    background-color: #bbbbbb;
}

/* tables */
.grid-x > .cell {
    padding-top: 0.5375rem;
    padding-bottom: 0.5375rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.table > .grid-x:not(.skip) {
    background: #F4F4F4;
}

.table > .grid-x:not(.skip) > div:first-child {
    background: #F4F4F4;
    text-align: right;
    padding: 12px;
}

.table > .grid-x:not(.skip) > div:nth-child(2) {
    background: #FAFAFA;
}

.tdTitle {
    background-color: #5d80a1;
    color: #FFFFFF;
    padding: 6px 5px;
}

.tdSubTitle  {
    background-color : #EFEFEF;
    padding : 4px 15px !important;
    border-bottom: 1px solid #D4D4D4;
}

.trLighter {
    background-color: #f3f3f3 !important;
}

.trDarker {
    background-color: #eaeaea !important;
}

/* dropdowns */
.jq-dropdown {
    font-size: 0.8em;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.flag {
    width: 20px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.button_big {
    font-size: 1.2em;
}

#main_container {
    padding-top: 45px;
    padding-bottom: 50px;
}

div.title {
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
}

#download_container {
    margin: 0 10%;
}


#language-selector {
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    /* and then whatever styles you want*/
    width: 100px;
    background-color : transparent;
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
    font-size: 12px;

    /* reset foundation css */
    height: 1rem;
    margin: 0rem;
    padding: 0rem;
    border: 0px solid transparent;
    background-image: '';
}

/* large */
@media screen and (min-width: 64em) {
    #contact_block {
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    ul.tabs {
        border: 0;
    }

    ul.tabs > li.is-active {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }

    ul.tabs > li:not(.is-active) {
        background: #f5f5f5;
        border-bottom: 1px solid #dddddd;
    }

    ul.tabs > .tabs-title > a[aria-selected="true"] {
        background: white;
    }
}

/* medium and down */
@media screen and (max-width: 63.9375em) {
    div.top-bar-left > div.grid-container {
        text-align: center;
    }

    #main_container {
        padding-top: 20px;
        padding-left: 17px;
    }

    div.title {
        margin-bottom: 20px;
    }

    #kbp_logo, #user_icon, #user_icon svg {
        margin-left: 0 !important;
    }

    .tabs > .tabs-title {
        width: 100% !important;
    }

    #user_icon {
        margin-right: -5px;
    }

    .left-cell {
        padding-right: 0 !important;
    }

    .right-cell {
        padding-left: 0 !important;
    }

    #download_container {
        margin: 0;
    }

    background: #253340 url('../../../images/background/bg-header-3-1000.png') no-repeat 50% top;

}

/* small */
@media screen and (max-width: 39.9375em) {
    .jq-dropdown-menu li a {
        padding: 7px 15px !important;
    }

    .table > .grid-x:not(.skip) > div:first-child {
        text-align: left !important;
    }

    .why .item {
        padding: 0 10px !important;
    }
}

/* medium */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .why .item {
        padding: 10px !important;
    }

    #contact_block {
        padding-left: 30px;
    }
}

/* menu */
#site_menu {
    background: #f5f5f5;
    padding: 10px 50px 0 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    top: 0 !important;
}

#site_menu > div {
    text-align: center;
    margin-bottom: 20px;
}

#site_menu button {
    position: absolute;
    top: 5px;
    left: 25px;
    text-align: left;
}

#site_menu button > span {
    color: #aaaaaa;
    font-size: 40px;
}

#site_menu > a {
    display: block;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

/* scroll fix */
body.is-reveal-open {
    overflow: visible;
}


/* carousel */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: transparent;
    cursor: pointer;
}

.orbit-figure p.source {
    margin-top: 50px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.footer-content a {
    color: #6892BF;
    text-decoration: none;
    font-size: 0.9em;
}


a {
  color: #497CB1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #3a638d;
}
a:focus {
  text-decoration: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
a.btn-cta,
.btn-cta {
  padding: 8px 30px;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #497CB1;
  border: 2px solid #497CB1;
  color: #fff;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #426f9f;
  border: 2px solid #426f9f;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: none;
  border: 2px solid #497CB1;
  color: #497CB1;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #497CB1;
  border: 2px solid #497CB1;
  color: #fff;
}
.highlight {
  color: #497CB1;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #efefef;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}
.form-control:focus {
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.text-highlight {
  color: #1c3045;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

#topcontrol {
  background: #5d80a1;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 30;
}
#topcontrol:hover {
  background: #384d60;
}

/* ======= Header ======= */
.header {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 80px;
}
.header.scrolled {
  height: 80px;
  top: 0;
}
.header.scrolled .main-nav .nav .nav-item a {
  color: #666;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #497CB1;
  border-color: #497CB1;
}
.header.scrolled .main-nav .nav .dropdown-menu a {
  color: #fff;
}
.header h1.logo {
  font-family: "Roboto Slab", arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
  float: left;
}
.header h1.logo a {
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  max-width: 155px;
  background: #497CB1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  position: relative;
  font-size: 20px;
}
.header h1.logo a:hover {
  text-decoration: none;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}
.header .main-nav {
  margin-top: 15px;
}
.header .main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.header .main-nav .navbar-toggle:focus {
  outline: none;
}
.header .main-nav .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.6);
  height: 3px;
}
.header .main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 15px;
}
.header .main-nav .nav .nav-item.active a {
  color: #497CB1;
  background: none;
  font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px;
  margin-top: 5px;
  font-size: 13px;
}
.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
  border: 1px solid #497CB1;
  background: #497CB1;
}
.header .main-nav .nav .nav-item a {
  color: #fff;
}
.header .main-nav .nav .nav-item a:hover {
  color: #497CB1;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #497CB1;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
.header .main-nav .nav.active {
  position: relative;
}
.header .main-nav .nav.active > a {
  background: #3a638d;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.header .main-nav .nav.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.header .main-nav .nav.active > a.dropdown-toggle:before {
  display: none;
}
.header .main-nav .nav.open a {
  background: none;
}
.header .main-nav .nav .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: #253340;
}
.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #253340;
  position: absolute;
  right: 30px;
  top: -10px;
}
.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid #212e3a;
  padding: 8px 20px;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.header .main-nav .nav .dropdown-menu a:hover {
  background: #2e4050;
  color: #fff;
}
/* Override bootstrap default */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
/* ======= Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 780px;
  background: #373737;
}
.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 780px;
}
.bg-slider-wrapper .flexslider .slide.slide-1 {
  background: #253340;
/*  background: #253340 url('../../../images/background/bg-header-1.jpg') no-repeat 50% top;*/
/*  background: #253340 url('../../../images/background/bg-header-3.png') no-repeat 50% top;*/
  background: #253340 url('../../../images/background/bg-header-5.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-2 {
  background: #253340 url('../../../images/background/bg-header-2.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .slide.slide-3 {
  background: #253340 url('../../../images/background/bg-header-3.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 30;
  bottom: 30px;
  position: relative;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: #999;
}
.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: #bfbfbf;
}

/* ======= Promo ======= */
.promo {
  padding-top: 120px;
  position: relative;
  color: #fff;
  margin-bottom: 80px;
  height: 620px;
  z-index: 10;
}
.promo .title {
  font-size: 2.9em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.promo.section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo .btn-cta {
  font-size: 1.15em;
}
.promo .btn-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
.promo .btn-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}
.promo .btn-link:focus {
  outline: none;
}
.promo .btn-link .fa {
  margin-right: 5px;
  font-size: 1.15em;
  position: relative;
  top: 2px;
}
/* ======= sections-wrapper ======= */
.sections-wrapper {
  background: #fff;
  z-index: 20;
  position: relative;
}
.section .intro {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
  color: #999;
  font-size: 1.15em;
}
.section-on-bg .title {
  color: #fff;
}
.section-on-bg .intro {
  color: #fff;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
/* ======= Why ======= */
.why {
  padding-top: 80px;
  padding-bottom: 80px;
}
.why .title {
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 0;
}
.why .intro {
  color: #999;
  margin-bottom: 30px;
  font-size: 1.15em;
}
.why .item {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid #efefef;
}
.why .item.last-item {
  border-bottom: none;
}
.why .item .title {
  font-size: 1.7em;
  color: #4a6781;
  margin-top: 0;
  margin-bottom: 15px;
}
.why .item .desc {
  margin-bottom: 60px;
}

.why .item .desc li {
  list-style-position: inside;
}

.why .item .desc .fa {
  margin-right: 5px;
}
.why .item .quote {
  position: relative;
}
.why .item .quote .quote-profile {
  position: absolute;
  left: 0;
}
.why .item .quote .quote-content {
  margin-left: 90px;
  background: #f5f5f5;
  border-left: 4px solid #e8e8e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  padding: 15px;
}
.why .item .quote .quote-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  position: absolute;
  left: 80px;
  top: 25px;
}
.why .item .quote blockquote {
  border-left: none;
  font-style: italic;
  color: #666;
  font-size: 1em;
  padding: 0;
  margin-bottom: 10px;
}
.why .item .quote .source {
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
}
.why .item .quote .source a {
  color: #999;
}
.why .item .quote .source a:hover {
  color: #808080;
}
.why .figure {
  position: relative;
  text-align: center;
}
.why .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}
.why .figure .figure-caption a {
  color: #b3b3b3;
}
.why .figure .figure-caption a:hover {
  color: #497CB1;
}
.why .figure img {
  margin-left: auto;
  margin-right: auto;
}
.why .control {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -65px;
}
.why .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.why .control .play-trigger:active,
.why .control .play-trigger:focus {
  outline: none;
}
.why .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.why .control .play-trigger:hover .fa {
  cursor: pointer;
}
.why .control .play-trigger .fa {
  font-size: 1.7em;
  position: relative;
  left: 2px;
}
.why .feature-lead .title {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 15px;
}


/* ======= Video ======= */
.video {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* ======= Testimonials ======= */
.testimonials {
	background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.testimonials .title {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 60px;
}
.testimonials blockquote {
    font-size: 20px;
    font-weight: 300;
}
.testimonials .source {
    color: #497CB1;
}
.testimonials .source .title {
    font-size: 1em;
    color: #666;
}

/* ======= cta-section ======= */
.cta-section {
  background: #253340 url('../../../images/background/bg-footer-1.jpg') no-repeat left top;
  background-size: cover;
  min-height: 420px;
  color: #fff;
  padding-top: 80px;
  border: none;
  height: 100%;
}
.cta-section.pricing-cta-section {
  background-image: url('../images/background/bg-footer-2.jpg');
}
.cta-section.contact-cta-section {
  background-image: url('../images/background/bg-footer-3.jpg');
}
.cta-section .title {
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
.cta-section .btn-cta {
  font-size: 20px;
}
.cta-section .intro {
  margin-bottom: 15px;
  color: #fff;
}
.cta-section .counting {
  color: #497CB1;
  font-weight: bold;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* ======= Steps ======= */
.steps {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 120px;
}
.steps .title {
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}
.steps .step {
  padding: 30px 60px;
  color: #666;
}
.steps .step .title {
  text-align: center;
  font-size: 1em;
  margin-bottom: 15px;
}
.steps .step .title .number {
  width: 90px;
  height: 90px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  background: #497CB1;
  border: 5px solid #6b96c2;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 1.7em;
  font-weight: bold;
  font-family: arial, sans-serif;
  margin-bottom: 30px;
}
.steps .step .title .text {
  color: #6b96c2;
  font-weight: bold;
  font-size: 1em;
}
.steps .btn-cta-primary {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 20px;
}

/* ======= Footer ======= */
.footer {
  background: #253340;
  color: #fff;
  padding-top: 20px;
  font-size: 14px;
  position: relative;
  z-index: 20;
}

.footer img.arrow {
    margin-right: 5px;
}

.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}
.footer .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #497CB1;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .title {
  color: #fff;
  font-weight: normal;
  font-size: 1.15em !important;
  margin-top: 0;
  margin-bottom: 5px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p, p.email a {
    color: #fff;
}
.footer .footer-col a {
  color: #6d8dab;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}

.footer .bottom-bar {
    background: #1e1e1e;
    color: #b3b3b3;
    font-size: 14px;
    padding: 10px 10px;
}
.footer .bottom-bar .copyright {
    margin-left: 10px;
    line-height: 1.6;
}
.footer .bottom-bar a {
/*    text-decoration: none;*/
    color: #b3b3b3;
/*    font-size: 14px;*/
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .config-wrapper {
    display: none;
  }
  #topcontrol {
    display: none !important;
  }
  .header h1.logo {
    float: none;
    margin: inherit;
    text-align: center;
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  .header.header-fixed {
    position: relative;
  }
  .header.navbar-fixed-top {
    position: relative;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
  }
  .headline-bg + .section,
  .bg-slider-wrapper + .section {
    /*padding-top: 45px;*/
  }
  .signup-page .form-box .intro {
    margin-bottom: 45px;
  }
  .login-page .form-box .title {
    margin-bottom: 45px;
  }
  .section .title {
    font-size: 32px;
  }
  .section .intro {
    font-size: 1em;
  }
  .promo {
    height: 420px;
  }
  .why .item .content {
    margin-bottom: 60px;
  }
  .why .control {
    top: 58px;
    margin-left: -30px;
  }
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .testimonials .item .profile {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonials .item .content {
    padding-left: 60px;
  }
  .testimonials .item blockquote {
    font-size: 1.15em;
  }
  .apps-section .phone-holder {
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .main-nav .navbar-collapse .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .footer-col .form-control {
    width: auto;
  }
  .footer .footer-col .navbar-form {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .footer .footer-col .navbar-form .form-control {
    display: inline-block;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .config-wrapper {
    display: none;
  }
  .header {
    height: inherit;
  }
  .header.scrolled {
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header.scrolled .main-nav .nav .nav-item a {
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: inherit;
    border-color: inherit;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .header.navbar-fixed-top {
    position: relative;
  }
  .blog {
    margin-top: 0;
  }
  .header h1.logo {
    float: none;
    text-align: center;
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 10px;
  }
  .main-nav.navbar-right {
    float: none !important;
  }
  .navbar-collapse.collapse {
    text-align: center;
  }
  .promo {
    height: 420px;
    /*padding-top: 80px;*/
  }
  .promo.section .intro {
    margin-bottom: 30px;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why .item .content {
    margin-bottom: 60px;
  }
  .why .control {
    top: 128px;
    margin-left: -45px;
  }
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .apps-section .phone-holder {
    -webkit-background-size: 280px auto;
    -moz-background-size: 280px auto;
    -o-background-size: 280px auto;
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .apps-section {
    padding-top: 80px;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .config-wrapper {
    display: block;
  }
  .header {
    height: 80px;
  }
  .header.navbar-fixed-top {
    position: fixed;
  }
  .header.scrolled {
    background: #fff;
    z-index: 1000;
    height: 80px;
    top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .header.scrolled h1.logo a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #497CB1;
    background: #fff;
    padding-left: 0;
    padding-top: 25px;
  }
  .header.scrolled .main-nav .nav .nav-item a {
    color: #666;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #497CB1;
    border-color: #497CB1;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .main-nav {
    float: right !important;
  }
  .navbar-form .form-control {
    width: 280px;
  }
  .header h1.logo {
    float: left;
    margin: inherit;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 15px;
  }
  .main-nav.navbar-right {
    float: right !important;
  }
  .promo {
    height: 620px;
    padding-top: 200px;
  }
  .promo.section .intro {
    margin-bottom: 45px;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why .item .content {
    margin-bottom: inherit;
  }
  .why .control {
    top: 128px;
    margin-left: -28px;
  }
  .modal.modal-video .modal-dialog {
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .why .item .title {
    margin-bottom: 15px;
    text-align: left;
  }
  .why .figure {
    text-align: left;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .apps-section {
    padding-top: 160px;
  }
  .bg-slider-wrapper {
    position: fixed;
  }
}


/* PRICE */
.priceHeader { background: #CCC; font-weight: bold; }
.priceRow { background: #ededed; }
.priceTitle { background: #dbdbdb; }
.priceLeftTitle { background: #CCC; padding-left: 7px; }
.priceSelected { background: #E8FFEE; }
.pricePrice { font-weight: bold; }


/* HOSTED */
#demand_form input {
    height: 30px;
    width: 100%;
    font-size: 1.1em;
    border: 1px solid #cccccc;
    padding: 1px 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #cccccc;
    background: #f7f7f7;
}

#demand_form textarea {
    width: 100%;
    font-size: 1.1em;
    border: 1px solid #cccccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #cccccc;
    background: #f7f7f7;
/*    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
}

#demand_spinner {
    display: none;
    text-align: center;
}

.cloudPlan {
    border-radius:  0px 0px 2px 2px;
    background: #EDEDED;
    text-align: center;
        position:relative;
}

.cloudPlanTitle {
    border-bottom: 1px solid white;
    background: #7F7F7F;
    color: #FFF;
    font-weight: normal;
    font-size: 1.1em;
    padding: 10px 0;
    border-radius: 2px 2px 0 0;
}

.cloudPlanDesc {
    margin-top: 10px;
    padding: 10px 20px;
/*    height: 270px;*/
    text-align: left;
}

.cloudPlanPrice {
    padding: 8px;
    background: #D8D8D8;
}

.cloudPlanBottom {
/*    height: 80px;*/
/*    line-height: 80px;*/
/*    margin-top: 10px;*/
    
    position:absolute;
    bottom:0; 
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.cloudPlanActive {
    border: 2px solid #7F7F7F;
    border-radius: 2px;
}


/* plan options */

.plan_option {
    margin-bottom: 2px;
}


.plan_option_text {
    font-size: 0.9em;
    margin-left: 5px;
}

hr.divide {
    border: 0;
    height: 1px;
    margin: 40px 0px 40px 0px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}