.lorem-content {
  content: ".";
  text-indent: -99999px;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 100%;
  line-height: normal;
  font-family: "Open Sans";
  color: #333;
  background-color: #fff;
}

body,
input,
textarea,
select,
button {
  outline: 0;
  border: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
}

p {
  hyphens: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol {
  margin: 0;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button {
  padding: 0;
}

button {
  background: transparent;
}

ol,
ul {
  list-style: none;
}

img,
iframe {
  max-width: 100%;
}

[placeholder]::-webkit-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

[placeholder]::-moz-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

[placeholder]:focus::-moz-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

[placeholder]::-ms-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

[placeholder]:focus::-ms-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

[placeholder]::-o-input-placeholder {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

[placeholder]:focus::-o-input-placeholder {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.clear {
  clear: both !important;
}

.hide {
  display: none;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.fixed {
  position: fixed !important;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-border {
  border: 0 !important;
  outline: 0 !important;
}

.no-border-top {
  border-top: 0 !important;
}

.no-border-right {
  border-right: 0 !important;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.no-border-left {
  border-left: 0 !important;
}

/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Here are example usages in HTML:

`display: block` sprite:
<div class="icon-home"></div>

`display: inline-block` sprite:
<img class="icon-home" />
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.site {
  font-weight: 400;
  font-size: 13px;
}

.page-content {
  margin-top: 30px;
  min-height: 300px;
}

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

.site-header {
  height: 40px;
  position: relative;
  z-index: 19;
}

.site-logo {
  width: 115px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 18;
  background-color: #08455b;
}

.site-logo a {
  width: inherit;
  height: inherit;
  display: block;
  padding-top: 20px;
  text-align: center;
}

.site-logo a img {
  width: 75px;
}

.top-bar {
  height: 40px;
  font-size: 11px;
}

/**
 * offset
 */
.top-bar .pull-left {
  padding-left: 155px;
}

/**
 * item
 */
.top-bar__item {
  float: left;
  position: relative;
  padding-top: 11px;
}

.top-bar__item:before {
  float: left;
  display: block;
  margin: 1px 8px 0;
  font-size: 14px;
  line-height: 14px;
  color: #ccc;
  content: "•";
}

.top-bar__item:first-child:before {
  display: none;
}

.top-bar__item a {
  font-weight: 700;
}

.top-bar__item span {
  padding-left: 3px;
  color: #666;
}

/* featured */
.top-bar__item--featured a {
  color: #009fae;
}

/* language */
.top-bar__item--language a {
  font-weight: 600;
}

.top-bar__item--language em {
  vertical-align: bottom;
  font-size: 14px;
}

.site-navigation {
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 17;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

/**
 * menu
 */
.site-navigation__menu {
  float: left;
  padding-left: 155px;
}

/**
 * item
 */
.site-navigation__item {
  float: left;
  margin-left: 40px;
}

.site-navigation__item:first-child {
  margin-left: 0;
}

.site-navigation__item>a {
  display: block;
  margin-top: 20px;
  padding-bottom: 3px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.site-navigation__item>a:hover {
  border-bottom: 1px solid #fff;
}

/**
 * dropdown
 */
.site-navigation__item--dropdown {
  position: relative;
  margin-right: -20px;
  margin-left: 20px;
}

.site-navigation__item--dropdown>a {
  height: 60px;
  margin-top: 0;
  padding: 20px 20px 0;
}

.site-navigation__item--dropdown:hover>a {
  background-color: #101010;
  border: 0;
}

/**
 * buttons
 */
.site-navigation__buttons {
  float: right;
  padding-top: 15px;
}

.site-navigation__buttons .button--featured {
  margin-right: 10px;
  background-color: #009fae;
  font-weight: 700;
}

.site-navigation__buttons .button--featured:hover {
  background-color: #08455b;
}

.open-navigation {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 30px;
  background-color: #101010;
  font-size: 14px;
}

.open-navigation--multi {
  min-width: 400px;
}

.site-navigation__item--dropdown:hover .open-navigation {
  display: block;
  padding-top: 20px;
}

/**
 * block
 */
.open-navigation__block {
  width: 170px;
  float: left;
}

.open-navigation__block p.title {
  font-weight: 600;
  color: #fff;
}

.open-navigation__block ul {
  min-width: 300px;
}

/**
 * item
 */
.open-navigation__item {
  margin-top: 10px;
  color: #ccc;
}

.open-navigation__item a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.open-navigation__item a:hover {
  color: #fff;
}

.open-language {
  width: 140px;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 19;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border: 2px solid #222;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.open-language.active {
  display: block;
}

.open-language:before {
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  right: 7px;
  z-index: 3;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: ".";
  text-indent: -99999px;
}

.open-language:after {
  width: 0;
  height: 0;
  position: absolute;
  top: -11px;
  right: 5px;
  z-index: 2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
  content: ".";
  text-indent: -99999px;
}

/**
 * link
 */
.open-language a {
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #333 !important;
  text-align: left;
}

.open-language a em {
  font-size: 13px;
  margin-top: -1px;
  padding-left: 5px;
  vertical-align: middle;
}

.mobile-header {
  position: relative;
}

.mobile-header .open-language {
  top: 30px;
}

/**
 * bar
 */
.mobile-header__bar {
  height: 50px;
  background-color: #333;
  text-align: center;
}

/**
 * logo
 */
.mobile-header__logo {
  font-size: 46px;
  line-height: 46px;
  color: #00adbb;
}

/**
 * button
 */
.mobile-header__button {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 36px;
  color: #999;
}

.mobile-header__button span {
  width: 24px;
  height: 2px;
  display: block;
  margin-top: 5px;
  background-color: #999;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.mobile-header__button span:first-of-type {
  margin-top: 0;
}

.mobile-header__button.active span {
  background-color: #fff;
}

/**
 * language
 */
.mobile-header__language {
  position: absolute;
  top: 17px;
  right: 15px;
  font-size: 12px;
}

.mobile-header__language a {
  font-weight: 600;
  color: #ccc;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.mobile-header__language a:hover {
  color: #fff;
}

.mobile-header__language em {
  font-size: 14px;
}

/**
 * navigation
 */
.mobile-header__navigation {
  width: 100%;
  display: none;
  background-color: #f5f5f5;
}

.mobile-header__navigation.active {
  display: block;
}

.mobile-header__navigation a.button {
  height: 40px;
  padding-top: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

.mobile-header__navigation a.button--featured {
  background-color: #00aebc;
}

.mobile-header__navigation a.button--bordered {
  border: 0;
  border-bottom: 2px solid #eee;
  color: #666;
}

/**
 * menu
 */
.mobile-header__menu-item {
  width: 100%;
  float: left;
}

.mobile-header__menu-item--featured {
  color: #00aebc;
}

.mobile-header__menu-item--dropdown:hover .mobile-header__open-menu {
  display: block;
}

.mobile-header__menu-item>a {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 12px;
}

.mobile-header__menu-item em {
  font-size: 11px;
  padding-left: 5px;
}

/**
 * open menu
 */
.mobile-header__open-menu {
  display: none;
}

.mobile-header__open-menu li {
  width: 100%;
  float: left;
}

.mobile-header__menu-item li span {
  display: block;
  padding: 15px 40px 5px;
  font-weight: 600;
  font-size: 13px;
}

.mobile-header__menu-item li.category:first-of-type span {
  padding-top: 5px;
}

.mobile-header__open-menu li a {
  display: block;
  padding: 7px 10px 7px 60px;
  font-weight: 600;
  font-size: 13px;
  color: #666;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.mobile-header__open-menu li a:hover {
  color: #333;
}

/**
 * contact
 */
.mobile-header__contact {
  height: 40px;
  border-top: 2px solid #eee;
  font-weight: 600;
  font-size: 11px;
  line-height: 38px;
  color: #888;
  text-align: center;
}

.mobile-header__contact p {
  display: inline-block;
}

.mobile-header__contact p:before {
  display: inline-block;
  margin: 10px 8px 0;
  font-size: 14px;
  line-height: 14px;
  color: #ccc;
  content: "•";
}

.mobile-header__contact p:first-child:before {
  display: none;
}

.mobile-header__contact p strong {
  padding-right: 5px;
  color: #444;
}

.site-footer {
  position: relative;
  z-index: 89;
  margin-top: 50px;
  padding-top: 70px;
  background-color: #222;
  font-size: 14px;
  color: #ccc;
}

.site-footer .col-md-3 {
  width: 20%;
}

/**
 * title
 */
.site-footer p.title {
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

/**
 * navigation item
 */
.footer-navigation__item {
  margin-top: 15px;
  text-align: left;
}

.footer-navigation__item:first-child {
  margin-top: 0;
}

.footer-navigation__item a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.footer-navigation__item a:hover {
  color: #fafafa;
}

.footer-navigation__item .fa {
  padding-right: 5px;
}

.footer-navigation__item--social em {
  font-size: 20px;
  padding-right: 7px;
  vertical-align: top;
}

.bottom-bar {
  height: 100px;
  margin-top: 60px;
  padding-top: 25px;
  background-color: #1f1f1f;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.bottom-bar .fa-skyatlas {
  display: inline-block;
  font-size: 48px;
  vertical-align: middle;
}

.bottom-bar p.copyright {
  display: inline-block;
  padding-left: 15px;
}

.bottom-bar ul {
  display: inline-block;
  padding-left: 20px;
}

.bottom-bar ul li {
  display: inline-block;
  color: #ccc;
}

.bottom-bar ul li:before {
  float: left;
  display: block;
  margin: 2px 13px 0 10px;
  font-size: 14px;
  line-height: 14px;
  content: "•";
}

.bottom-bar ul li:first-child:before {
  display: none;
}

.atlasui {
  font-size: 14px;
  line-height: 24px;
}

.atlasui p {
  margin: 0 0 25px;
}

.atlasui a {
  font-weight: 600;
  color: #08455b;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.atlasui a:hover {
  color: #063444;
}

.atlasui strong {
  font-weight: 600;
}

.atlasui h1 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
}

.atlasui h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

.atlasui h3 {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 16px;
}

.atlasui h4 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.atlasui ul {
  margin-bottom: 25px;
  list-style-position: inside;
}

.atlasui ul li {
  display: list-item;
  margin-top: 5px;
}

.atlasui ul li a {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.atlasui ul li a:hover {
  color: #000;
}

.atlasui ul li em {
  padding-right: 3px;
  font-size: 13px;
}

.atlasui ul li ul {
  margin: 5px 0;
  padding-left: 30px;
}

.atlasui ul li ul li {
  list-style-type: circle;
}

.atlasui ul li ul li ul li {
  list-style-type: square;
}

.atlasui ol {
  margin: -5px 0 25px;
  padding-left: 20px;
  list-style-position: decimal;
}

.atlasui ol li {
  display: list-item;
  list-style-type: decimal;
}

.atlasui ol li ol {
  margin: 5px 0;
}

.atlasui blockquote {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

.atlasui blockquote p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.atlasui blockquote span {
  font-style: italic;
  font-size: 14px;
}

.button {
  height: 30px;
  float: left;
  display: inline-block;
  padding: 6px 20px 0;
  background-color: #08455b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.button:hover {
  background-color: #063444;
}

.button .fa {
  padding-left: 5px;
  font-size: 14px;
}

/**
 * bordered
 */
.button--bordered {
  padding-top: 4px;
  background-color: transparent;
  border: 2px solid #fff;
}

.button--bordered:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.select {
  height: 30px;
  float: left;
  position: relative;
  background-color: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.select:after {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-family: FontAwesome;
  font-size: 16px;
  color: #666;
  content: "\f107";
}

.select select {
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 1;
  padding: 0 50px 4px 10px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

.select select:focus {
  outline: none;
}

/**
 * internet explorer fix
 */
.ie .select:after {
  display: none;
}

.ie .select select {
  padding: 0 0 4px 10px;
}

/**
 * bx pager
 */
.bx-pager {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.bx-pager-item {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}

.bx-pager-item:first-of-type {
  margin-left: 0;
}

.bx-pager-item a {
  width: 10px;
  height: 10px;
  float: left;
  display: block;
  margin-top: 2px;
  margin-left: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-indent: -99999px;
}

.bx-pager-item a.active {
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 0;
  border: 2px solid #fff;
}

.home-carousel {
  position: relative;
}

/**
 * item
 */
.home-carousel__item {
  height: 660px;
  padding-top: 220px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  text-align: center;
}

.home-carousel__item h3 {
  font-weight: 400;
  font-size: 46px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}

.home-carousel__item h3 span {
  padding: 5px 15px 10px;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.home-carousel__item p {
  padding: 30px 40px 50px;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}

.home-carousel__item .button {
  height: 50px;
  float: none;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 40px 0;
  font-size: 16px;
}

.home-carousel__item .button .fa {
  font-size: 18px;
}

.home-support {
  padding-top: 100px;
  padding-bottom: 50px;
}

/**
 * text
 */
.home-support__text span {
  padding: 5px 10px;
  background-color: #08455b;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.home-support__text p.description {
  margin-top: 8px;
  font-style: italic;
  font-size: 15px;
}

.home-support__text p.title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 22px;
  color: #08455b;
}

/**
 * item
 */
.home-support__item {
  height: 200px;
  background-color: #fafafa;
  padding: 30px 20px 0;
}

.home-support__item p.title {
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #08455b;
}

.home-support__item p.description {
  height: 80px;
  font-size: 14px;
  line-height: 20px;
}

.home-support__item a.more {
  float: right;
  display: block;
  font-style: italic;
  font-size: 12px;
}

.home-support__item a.more:hover {
  border-bottom: 1px solid #333;
}

.home-support__item a.more em {
  font-size: 14px;
}

.contact-form {
  padding: 30px;
  background-color: #f5f5f5;
}

/**
 * title
 */
.contact-form p.title {
  float: left;
  font-weight: 600;
  font-size: 20px;
  color: #08455b;
}

/**
 * mailto
 */
.contact-form a.mailto {
  float: right;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.contact-form a.mailto:hover {
  color: #000;
}

/**
 * form elements
 */
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #666;
}

.contact-form textarea {
  height: 190px;
  resize: vertical;
}

.contact-form .button-centered {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.contact-form .button {
  float: none;
  display: inline-block;
  padding-top: 0;
}

.contact-info {
  font-size: 14px;
  line-height: 22px;
}

.contact-info p {
  padding-top: 20px;
}

.contact-info p.title {
  padding-top: 35px;
  font-size: 20px;
  color: #08455b;
}

.contact-info strong {
  font-weight: 600;
}

.contact-info a.button {
  float: none;
  display: inline-block;
  margin-top: 20px;
}

.contact-map {
  width: 100%;
  height: 420px;
  margin-top: 60px;
  margin-bottom: -50px;
  border-top: 1px solid #ccc;
}

.blog-item {
  margin-top: 30px;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.blog-item:first-of-type {
  margin-top: 0;
}

/**
 * image
 */
.blog-item .image img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/**
 * text
 */
.blog-item .text {
  padding: 30px 40px;
}

.blog-item .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}

.blog-item .text p.title {
  font-size: 24px;
  line-height: 32px;
  color: #08455b;
}

.blog-item .text p.info {
  float: left;
  font-weight: 600;
  font-size: 13px;
}

.blog-item .text p.info:not(.info--tag) {
  margin-right: 20px;
}

.blog-item .text p.info em {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.blog-item .text p.info em.fa-comment {
  font-size: 14px;
}

.blog-item .text p.info--tag span {
  padding-right: 3px;
  display: inline-block;
}

.blog-item .text p.info--tag span:after {
  content: ",";
}

.blog-item .text p.info--tag span:last-of-type:after {
  display: none;
}

.blog-item .text a.button {
  float: none;
  display: inline-block;
}

.blog-item .text.tag {
  padding-top: 0;
  margin-bottom: 30px;
}

/**
 * share
 */
.blog-item .share {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}

.blog-item .share p.title {
  font-weight: 600;
  font-size: 18px;
  color: #08455b;
}

.blog-item .share a {
  display: inline-block;
  margin: 20px 5px 0;
  text-indent: -99999px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.blog-item .share a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.blog-item .share a.facebook {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}

.blog-item .share a.twitter {
  background-image: url(../img/sprite.png);
  background-position: -40px -40px;
  width: 40px;
  height: 40px;
}

.blog-item .share a.linkedin {
  background-image: url(../img/sprite.png);
  background-position: 0px -40px;
  width: 40px;
  height: 40px;
}

.blog-item .share a.googleplus {
  background-image: url(../img/sprite.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
}

/**
 * single text
 */
.blog-item .single-text ul {
  padding-left: 20px;
}

.blog-item .single-text ul li {
  list-style-position: inside;
  list-style-type: disc;
}

/**
 * sidebar block
 */
.blog-sidebar>div {
  margin-top: 30px;
}

.blog-sidebar>div:first-of-type {
  margin-top: 0;
}

/**
 * title
 */
.blog-sidebar p.sidebar-title {
  font-weight: 600;
  font-size: 20px;
  color: #08455b;
}

.blog-search {
  height: 50px;
  position: relative;
}

/**
 * input
 */
.blog-search input {
  width: 100%;
  height: inherit;
  padding: 15px;
  padding-right: 50px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

/**
 * button
 */
.blog-search button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #08455b;
}

.blog-categories {
  background-color: #f5f5f5;
  padding: 25px 20px;
}

/**
 * list item
 */
.blog-categories li {
  margin-top: 15px;
}

.blog-categories li:first-child {
  margin-top: 25px;
}

.blog-categories li a {
  width: 100%;
  display: block;
  padding: 5px 0;
  font-size: 14px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.blog-categories li a:hover {
  color: #000;
}

.blog-categories li a em {
  float: right;
}

.blog-popular {
  background-color: #f5f5f5;
  padding: 25px 20px;
}

/**
 * list item
 */
.blog-popular li {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.blog-popular .image {
  width: 70px;
  height: 70px;
  float: left;
}

.blog-popular .image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.blog-popular .text {
  width: 240px;
  float: left;
  margin-left: 20px;
  font-weight: 600;
  vertical-align: top;
}

.blog-popular p.title {
  padding-right: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #08455b;
}

.blog-popular p.info {
  margin-top: 5px;
  font-size: 12px;
}

/**
 * titke
 */
.blog-tags p.sidebar-title {
  margin-bottom: 10px;
}

/**
 * item
 */
.tag__item {
  float: left;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 7px 20px 8px;
  border: 2px solid #08455b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  color: #08455b;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tag__item:hover {
  background-color: #08455b;
  color: #fff;
}

.blog-pagination {
  width: 100%;
  height: 40px;
  margin-top: 40px;
}

/**
 * link
 */
.blog-pagination a {
  height: 40px;
  display: block;
  padding: 10px 15px 0;
  background-color: #08455b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.blog-pagination a:hover {
  background-color: #063444;
}

.blog-pagination a em {
  vertical-align: middle;
}

/**
 * link: prev
 */
.blog-pagination .prev a {
  float: left;
}

.blog-pagination .prev a em {
  margin-right: 10px;
}

/**
 * link: next
 */
.blog-pagination .next a {
  float: right;
}

.blog-pagination .next a em {
  margin-left: 10px;
}

.pricing-sidebar {
  margin-top: 30px;
}

/**
 * list overlay
 */
.pricing-sidebar ul {
  margin-right: 10px;
}

/**
 * item
 */
.pricing-sidebar li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #ddd;
}

/**
 * link
 */
.pricing-sidebar a {
  height: 50px;
  display: block;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

/**
 * hover
 */
.pricing-sidebar a:hover {
  background-color: #f9f9f9;
}

/**
 * current state
 */
.pricing-sidebar li.current {
  border-color: transparent;
}

.pricing-sidebar li.current a {
  background-color: #08455b;
  color: #fff;
}

.pricing-sidebar li.current a:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -15px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #08455b;
  content: ".";
  text-indent: -99999px;
}

.js-sidebar-overlay {
  z-index: 100;
}

.pricing-block {
  margin-top: 90px;
}

.pricing-block:first-of-type {
  margin-top: 0;
}

.pricing-block h2 {
  font-weight: 400;
  font-size: 30px;
  color: #08455b;
  text-align: center;
}

.pricing-block p.description {
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
}

.pricing-block p.description a {
  text-decoration: underline;
}

/**
 * sub block
 */
.pricing-sub-block {
  margin-top: 30px;
}

/**
 * title
 */
.pricing-title p.title {
  float: left;
  font-size: 24px;
  color: #08455b;
}

.pricing-title .options {
  float: right;
  margin-top: 4px;
}

.pricing-title .options p {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
}

/**
 * table
 */
.pricing-table {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.pricing-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.pricing-table th {
  height: 60px;
  background-color: #666;
  font-weight: 600;
  font-size: 18px !important;
  color: #fff !important;
}

.pricing-table th.option {
  max-width: 140px;
  padding: 0 !important;
}

.pricing-table td {
  height: 50px;
  font-size: 14px;
}

.pricing-table th,
.pricing-table td {
  padding-right: 30px;
  padding-left: 30px;
}

.pricing-table .featured {
  font-weight: 600;
  font-size: 15px;
  color: #08455b;
  text-align: left;
}

#cloud-server .pricing-table .featured {
  padding-left: 20px;
  text-align: center;
}

.pricing-table strong {
  font-weight: 600;
}

/**
 * price options
 */
.price-options {
  float: right;
  margin-top: 3px;
  margin-right: 20px;
}

.price-options label {
  float: left;
  background-color: #08455b;
}

.price-options label:first-of-type {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.price-options label:last-of-type {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.price-options label p {
  margin: 2px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.price-options label input {
  display: none;
}

.price-options label input:checked+p {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #08455b;
}

.why {
  height: 300px;
  margin-top: 30px;
  margin-bottom: -50px;
  padding-top: 120px;
  background: url("../img/why/background.jpg") no-repeat center top;
  text-align: center;
}

/**
 * button
 */
.why .button {
  height: 50px;
  display: inline-block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 40px 0;
  font-size: 16px;
}

.why .button .fa {
  font-size: 18px;
}

/**
 * section
 */
.services__section {
  padding-top: 40px;
  padding-bottom: 50px;
}

.services__section:nth-child(even) {
  background-color: #f5f5f5;
}

.services__section:first-of-type {
  margin-top: -30px;
}

.services__section:last-of-type {
  margin-bottom: -50px;
}

/**
 * section title
 */
.services__section-title {
  font-size: 24px;
  color: #08455b;
  text-align: center;
}

/**
 * services block
 */
.services__block {
  margin-top: 70px;
}

.services__block .image {
  padding-top: 5px;
  text-align: center;
}

.services__block p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
}

.services__block p.title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.services__block .button {
  float: none;
}

/**
 * title
 */
.services-detail__title {
  height: 260px;
  padding-top: 100px;
  background: url("../img/services-detail/background.jpg") no-repeat center top;
  text-align: center;
}

.services-detail__title .text {
  width: 100%;
  height: 120px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.services-detail__title .text img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.services-detail__title .text p {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  color: #08455b;
  vertical-align: middle;
}

/**
 * text
 */
.services-detail__text {
  margin-top: 20px;
}

.services-detail__text p.featured {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.services-detail__text .button {
  float: none;
  color: #fff !important;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.services-detail__text .list {
  margin-top: 50px;
}

.services-detail__text .list p.title {
  font-size: 24px;
  color: #08455b;
}

.services-detail__text .list ul {
  margin-top: 15px;
}

.services-detail__text .list li {
  margin-top: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

.services-detail__text .list li em {
  margin-right: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #009fae;
  vertical-align: top;
}

/**
 * features
 */
.services-detail__features {
  margin-top: 75px;
}

.services-detail__feature-block {
  padding: 30px 15px 0;
  border-top: 3px solid #ccc;
  text-align: center;
}

.services-detail__feature-block img {
  height: 88px;
}

.services-detail__feature-block p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}

.services-detail__feature-block p.title {
  margin-top: 25px;
  font-size: 16px;
  color: #08455b;
}

.featured-dynamic-scaling {
  height: 420px;
  padding-top: 90px;
  background: url("../img/featured-dynamic-scaling/background.jpg") repeat fixed 50% 0;
  text-align: center;
}

.featured-dynamic-scaling h2 {
  font-weight: 400;
  font-size: 30px;
  color: #dfdfdf;
}

.featured-dynamic-scaling p {
  padding-top: 30px;
  padding-bottom: 50px;
  font-weight: 300;
  font-size: 18px;
  color: #999;
}

.featured-dynamic-scaling .button {
  height: 50px;
  display: inline-block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 40px 0;
  font-size: 16px;
}

.featured-dynamic-scaling .button .fa {
  font-size: 18px;
}

/**
 * for mobile
 */
.mobile .featured-dynamic-scaling {
  background-attachment: initial;
  background-position: center top;
}

.featured-item:first-of-type {
  margin-top: -20px;
}

/**
 * image
 */
.featured-item__image {
  height: 250px;
  text-align: center;
}

.featured-item__image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**
 * text
 */
.featured-item__text {
  padding-top: 55px;
  padding-bottom: 20px;
}

.featured-item__text h2 {
  font-weight: 400;
  font-size: 20px;
  color: #08455b;
}

.featured-item__text p {
  padding-top: 25px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

/**
 * version
 */
.featured-item:nth-child(2n) {
  background-color: #f5f5f5;
}

.featured-item:nth-child(2n) .featured-item__image {
  float: right;
}

.featured-item:nth-child(2n) .featured-item__text {
  float: left;
}

/**
 * horizontal type
 */
.featured-list--horizontal {
  padding-top: 15px;
  padding-bottom: 50px;
  text-align: center;
}

.featured-list--horizontal .button {
  float: none;
  display: inline-block;
  margin-top: 50px;
}

.featured-list--horizontal .featured-item {
  margin-top: 0 !important;
}

.featured-list--horizontal .featured-item:nth-child(2n) {
  background-color: transparent;
}

.featured-list--horizontal .featured-item__image {
  height: 200px;
}

.featured-list--horizontal .featured-item__image img {
  height: 130px;
}

.featured-list--horizontal .featured-item__text {
  padding: 0;
  text-align: center;
}

.featured-list--horizontal .featured-item__text p {
  padding: 15px 20px 0;
  line-height: 25px;
}

.featured-video {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.featured-video p {
  padding-top: 30px;
  padding-bottom: 50px;
  font-weight: 300;
  font-size: 18px;
}

.featured-video p.title {
  padding: 0;
  font-weight: 400;
  font-size: 30px;
  color: #08455b;
}

.featured-video a.video {
  width: 320px;
  height: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/featured-video/video.png") no-repeat center top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.featured-video a.video em {
  width: 60px;
  height: 60px;
  padding-top: 15px;
  padding-left: 8px;
  background-color: #009fae;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sticky-chat {
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 99;
}

/**
 * item
 */
.sticky-chat__item {
  height: 60px;
  cursor: pointer;
  background-color: #009fae;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.sticky-chat__item span {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  padding-top: 12px;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  background-color: #08455b;
  font-size: 25px;
  text-align: center;
}

.sticky-chat__item p {
  float: left;
  padding: 20px 20px 0;
  font-weight: 600;
  font-size: 16px;
}

.promo {
  height: 60px;
  line-height: 60px;
  background: #00ae3d url("../img/promo/background.png") no-repeat center top;
  color: #fff;
  text-align: center;
  display: none;
}

.promo p {
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
}

.promo span.price {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.promo .fa-dollar {
  font-size: 25px;
}

.promo a.button {
  float: none;
  display: inline-block;
}

.page-image {
  height: 170px;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-image p {
  float: left;
  padding-top: 100px;
  font-size: 30px;
  color: #fff;
}

.page-image em {
  float: left;
  padding: 110px 15px 0;
  font-size: 24px;
  color: #fff;
}

.testimonials {
  position: relative;
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #114b60;
  color: #fff;
}

.testimonials .bx-pager {
  bottom: 80px;
}

/**
 * title
 */
.testimonials p.title {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

/**
 * item
 */
.testimonials__item {
  height: 170px;
  background-color: #104457;
}

/**
 * image
 */
.testimonials__image {
  height: inherit;
  text-align: center;
}

.testimonials__image img {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/**
 * text
 */
.testimonials__text {
  margin-top: 30px;
  margin-left: -15px;
}

.testimonials__text p.comment {
  min-height: 85px;
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
}

.testimonials__text p.author {
  font-weight: 700;
  font-size: 15px;
}

.testimonials__text p.author span {
  padding-left: 5px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: #009fae;
}

.partners {
  background-color: #f5f5f5;
  margin-bottom: -50px;
  padding-top: 40px;
  padding-bottom: 35px;
  text-align: center;
}

/**
 * row
 */
.partners .row {
  position: relative;
}

/**
 * bx viewport
 */
.partners .bx-viewport {
  margin-left: 15px;
}

/**
 * bx controls
 */
.partners .bx-controls {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.partners .bx-controls a {
  position: absolute;
  top: 20px;
  font-size: 24px;
  color: #ccc;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.partners .bx-controls a:hover {
  color: #666;
}

.partners .bx-controls a.disabled {
  -webkit-transition: width 0s;
  -moz-transition: width 0s;
  -ms-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}

.partners .bx-controls a.disabled:hover {
  color: #ccc;
}

.partners .bx-prev {
  left: 15px;
}

.partners .bx-next {
  right: 15px;
}

.partners .partners__item {
  height: 70px;
}

.partners .partners__item img {
  margin-top: 10px;
}

.partners .partners__item.long img {
  margin-top: 20px;
}

.redirect {
  position: relative;
  margin-top: 75px;
  margin-bottom: -50px;
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #114b60;
  text-align: center;
}

.redirect:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #fff;
  content: ".";
  text-indent: -99999px;
}

/**
 * text
 */
.redirect p {
  padding-right: 30px;
  padding-left: 30px;
  font-style: italic;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
}

/**
 * button
 */
.redirect .button {
  height: 50px;
  float: none;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 14px 20px 0;
  font-style: normal;
  font-size: 18px;
}

.redirect .button .fa {
  font-size: 18px;
}

/**
 * chat
 */
.redirect .chat {
  margin-left: 15px;
}

.redirect .chat span {
  text-decoration: underline;
}

.redirect .chat .fa {
  font-size: 20px;
}

.page-404 {
  padding-top: 150px;
  padding-bottom: 180px;
  text-align: center;
}

.page-404 p {
  font-size: 24px;
  color: #08455b;
}

.page-404 p.bigger {
  font-weight: 700;
  font-size: 150px;
  line-height: 150px;
}

.page-404 .list {
  float: none;
  margin: 30px auto 0;
  text-align: left;
}

.page-404 ul li {
  margin-top: 10px;
}

.page-404 ul li a {
  font-size: 14px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.page-404 ul li a:hover {
  color: #000;
}

.page-404 ul li a em {
  padding-right: 3px;
}

.status .hidden {
  display: none !important;
}

/**
 * section
 */
.status__section .row {
  margin-left: 75px;
  margin-right: 75px;
}

.status__section a {
  color: #08455b;
  font-weight: 600;
}

.status__section a:hover {
  text-decoration: underline;
}

/**
 * section description
 */
.status__section-description {
  margin-top: 20px;
}

.status__section-description p {
  font-size: 18px;
  color: #333337;
  line-height: 1.667;
  text-align: left;
}

.status__section-description p b {
  font-weight: 600;
}

/**
 * section title
 */
.status__section-title {
  margin-top: 50px;
}

.status__section-title .today {
  font-size: 24px;
  color: #08455b;
  padding-left: 0;
  width: auto;
}

.status__section-title .date {
  font-size: 14px;
  color: #08455b;
  font-weight: 600;
  line-height: 2;
  padding-left: 0;
}

.status__section-title .region {
  float: right;
  padding-right: 0;
}

.status__section-title .region .select {
  float: right;
}

.status__section-title .region .select select {
  width: 160px;
}

/**
 * section table
 */
.status__section .pricing-table th,
.status__section .pricing-table td {
  text-align: left;
  padding-left: 20px;
}

.status__section .pricing-table td.product {
  font-size: 15px;
  line-height: 1;
}

.status__section .pricing-table td.status {
  font-size: 14px;
  color: #333333;
  line-height: 1;
}

.status__section .pricing-table.history .dt {
  padding: 0;
  width: 80px;
}

.status__section .pricing-table.history .arrow {
  padding: 0;
  width: 40px;
  cursor: pointer;
}

.status__section .pricing-table.history .arrow.previous {
  padding-left: 10px;
}

.status__section .pricing-table.history .arrow.disabled {
  color: #858585 !important;
  cursor: default;
}

.status__section .status__section-grid .fa.ok {
  color: green;
}

.status__section .status__section-grid .fa.warning {
  color: orange;
}

.status__section .status__section-grid .fa.error {
  color: red;
}

.status__section .status__section-grid .fa {
  margin-right: 10px;
}

.status__section .summary {
  margin-top: 30px;
  background-color: #f5f5f5;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
}

.status__section .summary-wrapper {
  margin: 0 auto;
  display: inline-flex;
}

.status__section .summary>div {
  overflow: hidden;
}

.status__section .summary .item {
  padding-right: 25px;
  float: left;
  font-size: 14px;
}

/**
 * section
 */
.press__section a:hover {
  text-decoration: underline;
}

.press__section .press__platform {
  float: left;
  margin: 0 10px 20px 10px;
}

.press__section .press__platform.fix {
  width: 370px;
}

.press__section .press__platform__logo {
  background-image: -moz-radial-gradient(50% 50%,
      circle closest-side,
      #ffffff 0%,
      #d8d8d8 125%);
  background-image: -webkit-radial-gradient(50% 50%,
      circle closest-side,
      #ffffff 0%,
      #d8d8d8 125%);
  background-image: -ms-radial-gradient(50% 50%,
      circle closest-side,
      #ffffff 0%,
      #d8d8d8 125%);
  width: 370px;
  height: 210px;
  line-height: 210px;
  text-align: center;
}

.press__section .press__platform__logo img {
  vertical-align: middle;
}

.press__section .press__platform__info {
  height: 80px;
  background-color: #fafafa;
  padding: 15px 20px;
}

.press__section .press__platform__info .name {
  font-size: 14px;
  color: #08455b;
  font-weight: 600;
  max-width: 330px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.press__section .press__platform__info .date {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
  font-weight: 600;
}

.press__section .press__platform__info .date .fa {
  margin-right: 5px;
}

/**
 * section
 */
.about__section .row {
  margin-left: 75px;
  margin-right: 75px;
}

.about__section a {
  color: #08455b;
  font-weight: 600;
}

.about__section a:hover {
  text-decoration: underline;
}

/**
 * section description
 */
.about__section-description {
  margin-top: 15px;
}

.about__section-description:first-child {
  margin-top: 0;
}

.about__section-description p {
  font-size: 15px;
  color: #333337;
  line-height: 1.667;
  text-align: left;
}

.about__section-description p b {
  font-weight: 600;
}

/**
 * section title
 */
.about__section-title {
  margin-top: 25px;
}

.about__section-title .col-md-3 {
  font-size: 22px;
  color: #08455b;
  padding-left: 0;
  width: auto;
}

/**
 * section
 */
.career__section a {
  color: #ffffff;
  font-weight: 600;
}

.career__section a:hover {
  text-decoration: underline;
}

.career__section .bullet {
  color: #009fae;
}

/**
 * section quota
 */
.career__section-quota {
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  padding-left: 10px;
  text-align: center;
}

.career__section-quota p {
  font-weight: 600;
  line-height: 30px;
}

/**
 * section title
 */
.career__section-title {
  margin: 25px 0 5px 25px;
}

.career__section-title .col-md-3 {
  font-size: 22px;
  padding-left: 0;
  width: auto;
  color: #08455b;
}

/**
 * section list
 */
.career__section-list {
  margin-left: 25px;
}

.career__section-list li {
  line-height: 35px;
  font-size: 14px;
}

/**
 * section description
 */
.career__section-description p {
  font-size: 15px;
  color: #333337;
  line-height: 1.667;
  text-align: left;
}

/**
 * section
 */
.certifications__section .container {
  padding: 0;
}

.certifications__section .certifications__section-certificate {
  float: left;
  margin-left: 160px;
  margin-bottom: 60px;
  width: 360px;
}

@media (max-width: 1200px) {

  .top-bar .pull-left,
  .site-navigation__menu {
    padding-left: 130px;
  }

  .site-navigation__item {
    margin-left: 20px;
  }

  .site-navigation__item--dropdown {
    margin-right: 0;
  }

  .status__section-title .date {
    padding-left: 15px;
  }

  .press__section .container {
    text-align: center;
  }

  .press__section .press__platform {
    float: none;
    display: inline-block;
    text-align: left;
  }

  .testimonials .container {
    max-width: 600px;
  }

  .partners .container {
    max-width: 940px;
  }

  .certifications__section .container {
    width: 970px;
  }

  .certifications__section .certifications__section-certificate {
    margin-left: 83.3333px;
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .home-carousel__item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 75px;
  }

  .home-carousel__item h3 {
    font-size: 20px;
    line-height: 34px;
  }

  .home-carousel__item h3 span {
    padding: 4px 10px 5px;
  }

  .home-carousel__item p {
    padding: 10px 10px 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }

  .featured-item {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .featured-item__image {
    width: 100%;
    height: auto !important;
  }

  .featured-item__image img {
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  .featured-item__text {
    width: 100%;
    padding-top: 20px;
  }

  .featured-item:nth-child(2n) .featured-item__image,
  .featured-item:nth-child(2n) .featured-item__text {
    float: none !important;
  }

  .featured-list--horizontal .featured-item__text {
    margin-top: 15px;
  }

  .featured-video {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .featured-video a.video {
    width: 220px;
  }

  .home-support {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
  }

  .home-support__item {
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .home-support__item p.title {
    height: auto;
  }

  .home-support__item p.description {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-support__item a.more {
    float: none;
    display: inline-block;
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .testimonials__text {
    padding-left: 40px;
  }

  .testimonials .bx-pager {
    bottom: 25px;
  }

  .page-image {
    height: 100px;
  }

  .page-image p {
    padding-top: 30px;
  }

  .services__block {
    margin-top: 50px;
    text-align: center;
  }

  .services__block .text {
    margin-top: 20px;
  }

  .services-detail__title {
    height: 140px;
    padding-top: 30px;
  }

  .services-detail__title .text {
    height: 80px;
  }

  .services-detail__feature-block {
    margin-top: 75px;
    padding-top: 0;
    border: 0;
  }

  .services-detail__feature-block p.title {
    margin-top: 15px;
  }

  .blog-sidebar {
    margin-top: 40px;
  }

  .pricing-sidebar {
    width: 100%;
    z-index: 49;
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }

  .pricing-sidebar ul {
    width: 100%;
    display: table;
  }

  .pricing-sidebar ul li {
    width: auto;
    float: none;
    display: table-cell;
    vertical-align: top;
  }

  .pricing-sidebar ul li a {
    padding: 15px 10px 0;
    font-size: 13px;
    text-align: center;
  }

  .pricing-sidebar ul li.current a:after {
    display: none;
  }

  .site-footer {
    padding-top: 20px;
  }

  .site-footer p.title {
    height: auto;
    padding-bottom: 5px;
  }

  .site-footer .col-md-3 {
    width: auto;
  }

  .footer-navigation {
    text-align: center;
  }

  .footer-navigation .col-md-3 {
    margin-top: 20px;
  }

  .footer-navigation__item {
    margin-top: 5px;
  }

  .footer-navigation__item .fa-angle-right {
    display: none;
  }

  .footer-navigation__item--social {
    /* width: 100px; */
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .status__section .row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .status__section-title .date {
    padding-left: 0;
    padding-top: 5px;
    width: 195px;
    float: left;
  }

  .status__section-description p {
    text-align: center;
  }

  .status__section .summary .item {
    float: none;
    line-height: 45px;
    padding-right: 0;
    font-size: 13px;
  }

  .status__section .status__section-grid .fa {
    margin-right: 5px;
  }

  .status__section .summary-wrapper {
    display: block;
  }

  .press__section .press__platform.fix {
    width: 296px;
  }

  .press__section .press__platform__logo {
    width: 296px;
    height: 168px;
    line-height: 168px;
  }

  .press__section .press__platform__logo img {
    max-width: 70%;
  }

  .press__section .press__platform__info .name {
    max-width: 255px;
  }

  .partners .container {
    max-width: 600px;
  }

  .certifications__section .container {
    width: 750px;
  }

  .certifications__section .certifications__section-certificate {
    margin-left: 40px;
    margin-bottom: 30px;
    width: 300px;
  }
}

@media (max-width: 767px) {
  iframe {
    height: auto !important;
  }

  .featured-dynamic-scaling {
    background-attachment: initial;
  }

  .featured-dynamic-scaling {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .featured-dynamic-scaling h2 {
    font-size: 20px;
  }

  .featured-dynamic-scaling p {
    font-size: 14px;
  }

  .featured-video p.title {
    font-size: 20px;
  }

  .featured-video p {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
  }

  .testimonials p.title {
    margin-bottom: 30px;
  }

  .testimonials__text p.comment {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .testimonials__text p.author {
    text-align: center;
  }

  .pricing-title p.title,
  .price-options,
  .pricing-title .options {
    float: none;
    text-align: center;
  }

  .price-options {
    margin: 0 auto;
    font-size: 0;
  }

  .price-options label {
    float: none;
    display: inline-block;
  }

  .pricing-title .options {
    width: auto;
    margin: 15px auto;
    content: " ";
    display: table;
  }

  .pricing-table th {
    display: none;
  }

  .pricing-table td {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    padding-top: 14px;
    text-align: left;
  }

  .pricing-table td:before {
    width: 40%;
    float: left;
    font-weight: 600;
    content: attr(data-label);
  }

  .pricing-sidebar ul li {
    height: 60px;
    border: 0;
  }

  .pricing-sidebar ul li a {
    height: inherit;
    display: table-cell;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 11px;
    vertical-align: middle;
  }

  .bottom-bar {
    height: auto;
    padding-bottom: 30px;
  }

  .status__section-title .date {
    line-height: 2;
  }

  .status__section .pricing-table th,
  .status__section .pricing-table td {
    display: table-cell;
    vertical-align: inherit;
    padding-top: 0;
  }

  .status__section .pricing-table td.product {
    line-height: 1.75;
  }

  .status__section .pricing-table .status {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
  }

  .status__section .pricing-table .status label {
    display: none;
  }

  .status__section .pricing-table .time {
    width: 130px;
  }

  .press__section .container {
    width: 475px;
  }

  .press__section .press__platform.fix {
    width: 370px;
  }

  .press__section .press__platform__logo {
    width: 370px;
    height: 210px;
    line-height: 210px;
  }

  .press__section .press__platform__logo img {
    max-width: 100%;
  }

  .press__section .press__platform__info .name {
    max-width: 330px;
  }

  .partners .container {
    max-width: 315px;
  }

  .partners .partners__item {
    width: 290px !important;
  }

  .career__section-title,
  .career__section-list {
    margin-left: 15px;
  }

  .certifications__section .container {
    width: 100%;
  }

  .certifications__section .certifications__section-certificate {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }

  .certifications__section .certifications__section-certificate img {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .promo {
    height: 45px;
    line-height: 45px;
  }

  .promo p {
    font-size: 16px;
  }

  .promo span.price {
    font-size: 24px;
  }

  .promo .fa-dollar {
    font-size: 18px;
  }

  .promo a.button {
    height: auto;
    border: 0;
    padding: 0;
  }

  .promo a.button:hover {
    background-color: transparent !important;
  }

  .promo a.button span {
    display: none;
  }

  .promo a.button em {
    font-size: 18px;
    vertical-align: middle;
  }

  .press__section .container {
    width: 350px;
  }

  .press__section .press__platform.fix {
    width: 296px;
  }

  .press__section .press__platform__logo {
    width: 296px;
    height: 168px;
    line-height: 168px;
  }

  .press__section .press__platform__logo img {
    max-width: 70%;
  }

  .press__section .press__platform__info .name {
    max-width: 255px;
  }

  .status__section .select {
    margin-top: 2px;
  }

  .status__section .select select {
    padding: 0 25px 4px 4px;
    font-size: 11px;
  }

  .status__section-title .date {
    padding: 5px 0 0 0;
    width: 165px;
  }

  .status__section .pricing-table {
    table-layout: fixed;
  }
}