/*
Website Name: iRazoo
*/
/*------------------------------------------------------------------
[Table of contents]

1. Global Styles
2. Typography
3. Background Color & Color Classes
4. Background Styles
5. Sections
6. Header
7. Footer
8. Forms
9. Shortcodes
	9.1 Buttons
	9.2 Dividers
	9.3 Text Divider
	9.4 Icon Boxes
	9.5 Block
	9.6 Box
	9.7 Testimonial Box
	9.8 Number Box
	9.9 Client
	9.10 Profile Block
	9.11 How it Works
	9.12 Image Box
	9.13 Gmap
	9.14 Media Box
	9.15 Content Box
	9.16 Table
	9.17 Video JS Styles
10. Helper Classes
11. Responsive
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Global Styles]
*/
@import "https://fonts.googleapis.com/css?family=Lato:300,400,700,900";
body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  white-space: normal; }

.main-container {
  clear: both; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

video {
  max-width: 100%; }

img {
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  border: 0;
  overflow: hidden; }

.csstransitions .animated,
.animated {
  visibility: hidden; }

.csstransitions .visible {
  visibility: visible; }

/*------------------------------------------------------------------
[2. Typography]
*/
body {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e2626; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1e2626; }

h1 {
  font-size: 50px;
  line-height: 58px; }

h2 {
  font-size: 40px;
  line-height: 48px; }

h3 {
  font-size: 32px;
  line-height: 40px; }

h4 {
  font-size: 20px;
  line-height: 28px; }

h5 {
  font-size: 18px;
  line-height: 24px; }

h6 {
  font-size: 12px;
  line-height: 24px; }

a {
  cursor: pointer;
  color: #1e2626;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  color: #1e2626; }

a, button {
  outline: none; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

address, blockquote, dd, dl, fieldset, form, ol, p, pre, table, ul {
  margin-bottom: 30px; }

p {
  margin-bottom: 20px; }

p.p-uppercase {
  letter-spacing: 1px;
  margin-right: -1px; }

p.lead {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500; }

pre {
  margin: 0;
  padding: 9.5px;
  color: #1e2626;
  background-color: #f5f7f9;
  border: 1px solid #e5e7e9;
  border-radius: 0px;
  text-align: left; }

input,
select,
textarea {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

small {
  font-size: 11px;
  line-height: 16px; }

/*------------------------------------------------------------------
[3. Background Color & Color Classes]
*/
/* Text Color */
.text-white {
  color: #fff !important; }

.text-dark {
  color: #333 !important; }

.text-grey {
  color: #a1a1a1 !important; }

.text-yellow {
  color: #ffd921 !important; }

.text-blue {
  color: #00b3d0 !important; }

.text-orange {
  color: #ff7900 !important; }

.text-purple {
  color: #cc44b2 !important; }

.text-green {
  color: #b3d621 !important; }

/* Background Color */
.bg-base {
  background-color: #00b3d0; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #f8fafb; }

.bg-grey-2 {
  background-color: #f5f5f5; }

.bg-grey-3 {
  background-color: #f1f1f1; }

.bg-grey-alt {
  background-color: #fdfdfd; }

.bg-grey-alt2 {
  background-color: #f8fafb; }

.bg-grey-alt3 {
  background-color: #f9fafb; }

.bg-grey-alt4 {
  background-color: #e0fcfd; }

.bg-dark {
  background-color: #1e2626; }

.bg-gifts {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018ca3+0,6db853+100 */
  background: #018ca3;
  /* Old browsers */
  background: url(../img/bg-gifts.png), -moz-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
  /* FF3.6-15 */
  background: url(../img/bg-gifts.png), -webkit-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/bg-gifts.png), linear-gradient(135deg, #018ca3 0%, #6db853 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018ca3', endColorstr='#6db853',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.bg-gifts-alt {
  background-color: #00b3d0;
  background-image: url(../img/bg-gifts.png); }

.bg-referral {
  background-color: #fff;
  background-image: url(../img/bg-referral.png);
  background-position: center 130px;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-partners {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc44b2+0,ff7900+100 */
  background: #cc44b2;
  /* Old browsers */
  background: url(../img/bg-gifts.png), -moz-linear-gradient(-45deg, #cc44b2 0%, #ff7900 100%);
  /* FF3.6-15 */
  background: url(../img/bg-gifts.png), -webkit-linear-gradient(-45deg, #cc44b2 0%, #ff7900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/bg-gifts.png), linear-gradient(135deg, #cc44b2 0%, #ff7900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc44b2', endColorstr='#ff7900',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/*------------------------------------------------------------------
[4. Background Styles]
*/
.person-1 {
  background: url(../img/people/person-1.jpg); }

.person-2 {
  background: url(../img/people/person-2.jpg); }

.person-3 {
  background: url(../img/people/person-3.jpg); }

.person-4 {
  background: url(../img/people/person-4.jpg); }

.cover-background {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.image-background {
  -webkit-background-size: auto auto;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center; }

.full-background {
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center; }

.no-background {
  background-image: none !important;
  background-color: transparent !important; }

.bg-center-left {
  background-position: center left; }

.bg-center {
  background-position: center; }

.bg-center-right {
  background-position: center right; }

.bg-top-left {
  background-position: top left; }

.bg-top-center {
  background-position: top center; }

.bg-top-right {
  background-position: top right; }

.bg-bottom-left {
  background-position: bottom left; }

.bg-bottom-center {
  background-position: bottom center; }

.bg-bottom-right {
  background-position: bottom right; }

.background-norepeat {
  background-repeat: no-repeat; }

.background-repeat {
  background-repeat: repeat; }

.background-repeatx {
  background-repeat: repeat-x; }

.background-repeaty {
  background-repeat: repeat-y; }

/*------------------------------------------------------------------
[5. Sections]
*/
section,
.section {
  position: relative;
  overflow: hidden;
  padding: 100px 0; }

.fullscreen-element,
.fullscreen-element .table-container,
.fullscreen-element .table-content {
  display: block;
  height: auto; }

.section.border-top {
  border-top: 1px solid #e4e6e7; }

.section.border-bottom {
  border-bottom: 1px solid #e4e6e7; }

.section-container {
  position: relative; }

.hero-section {
  padding: 130px 0; }

.hero-section .screenshots {
  position: absolute;
  background: url(../img/phone.png);
  background-size: cover;
  height: 690px;
  width: 490px;
  top: -90px;
  right: 0; }

.hero-section .screenshots-list {
  position: relative;
  overflow: hidden;
  left: 68px;
  width: 354px;
  top: 137px; }

.slick-track {
  transition: none; }

.hero-section .screenshots-item {
  display: block; }

.video-container {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px; }

.hero-sub-title {
  font-size: 16px;
  line-height: 24px; }

.hero-title {
  font-size: 50px;
  line-height: 58px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative; }

/*------------------------------------------------------------------
[6. Header]
*/
.navbar {
  background-color: #1e2626;
  margin: 0;
  border: 0;
  border-radius: 0;
  min-height: 80px; }

@media (min-width: 992px) {
  .navbar.scrolled {
    opacity: 0;
    position: absolute; }

  .navbar.header-sticky {
    position: fixed;
    opacity: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018ca3+0,6db853+100 */
    background: #018ca3;
    /* Old browsers */
    background: url(../img/bg-gifts.png), -moz-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
    /* FF3.6-15 */
    background: url(../img/bg-gifts.png), -webkit-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/bg-gifts.png), linear-gradient(135deg, #018ca3 0%, #6db853 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018ca3', endColorstr='#6db853',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04); }

  .navbar-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: auto;
    height: 100%; }

  .navbar-nav.navbar-center > li {
    display: inline-block;
    float: none; } }
.navbar-brand {
  height: 80px;
  line-height: 47px; }

.navbar-brand:hover {
  opacity: .75; }

.navbar-brand > img {
  height: 28px;
  display: inline-block; }

.navbar-toggle {
  margin-top: 23px;
  border-radius: 0;
  border-color: #00cbec; }

.navbar-toggle.collapsed {
  border-color: #fff; }

.navbar-toggle .icon-bar {
  background-color: #00cbec; }

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff; }

.navbar-text:last-child {
  margin-bottom: 15px; }

.navbar-nav > li > a:not(.btn) {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px; }

.navbar-nav > li.active > a:not(.btn) {
  color: #ffd921; }

.navbar .btn {
  margin-left: 10px;
  margin-right: 10px; }

.navbar .btn-border.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.navbar .btn-border.btn-default:hover {
  color: #1e2626;
  background-color: #fff;
  border-color: #fff; }

.search-form .notification {
  float: right;
  margin-top: 5px; }
  .search-form .notification i {
    font-size: 30px;
    color: #d7d7d7; }
  .search-form .notification span {
    color: #fff;
    font-weight: 800;
    background: #00b3d0;
    font-size: 11px;
    padding: 3px 4px 3px 4px;
    border-radius: 20px;
    float: left;
    line-height: 11px;
    margin-right: -10px;
    z-index: 999;
    position: relative;
    border: solid 2px #fff;
    text-transform: uppercase; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-toggle {
    margin-right: 0; } }
@media (min-width: 992px) {
  .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    margin: 0;
    border: 0;
    border-radius: 0;
    min-height: 80px;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

  .navbar-page {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#018ca3+0,6db853+100 */
    background: #018ca3;
    /* Old browsers */
    background: url(../img/bg-gifts.png), -moz-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
    /* FF3.6-15 */
    background: url(../img/bg-gifts.png), -webkit-linear-gradient(-45deg, #018ca3 0%, #6db853 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: url(../img/bg-gifts.png), linear-gradient(135deg, #018ca3 0%, #6db853 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#018ca3', endColorstr='#6db853',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

  body.no-hero {
    padding-top: 80px; }

  .navbar-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
    color: #fff; }

  .navbar-nav > li > a:not(.btn) {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    color: rgba(255, 255, 255, 0.6); }

  .navbar-nav > li > a:hover:not(.btn) {
    color: white; }

  .navbar-nav > li.active > a:not(.btn) {
    color: white; }

  .navbar-nav > li.active > a:not(.btn)::before {
    content: '';
    position: absolute;
    bottom: 21px;
    right: 10px;
    left: 10px;
    height: 2px;
    border-radius: 4px;
    background-color: #ffd921; }

  .nav > li > a:not(.btn) {
    padding-left: 9px;
    padding-right: 9px; }

  .navbar-btn {
    margin-top: 20px;
    margin-bottom: 20px; }

  .navbar .btn-border.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }

  .navbar .btn-border.btn-default:hover {
    color: #1e2626;
    background-color: #fff;
    border-color: #fff; }

  .navbar li:last-child .btn {
    margin-right: 0;
    margin-left: 0; } }
.nav > li > a:focus:not(.btn),
.nav > li > a:hover:not(.btn) {
  background-color: transparent; }

@media (min-width: 1200px) {
  .nav > li > a:not(.btn) {
    padding-left: 10px;
    padding-right: 10px; } }
/*------------------------------------------------------------------
[7. Footer]
*/
.site-footer {
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 100px 0; }
  .site-footer li > a {
    color: #a1a1a1;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px; }
    .site-footer li > a:hover {
      color: #00b3d0; }
  .site-footer .widget i {
    width: 16px;
    text-align: center; }
  .site-footer .widget .widget-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #fff; }
  .site-footer .footer-logo {
    height: 28px;
    margin-bottom: 20px; }
  .site-footer .trustpilot-logo {
		width: 110px !important;
    max-width: none !important;
    margin-top: 25px;
  }
  .site-footer .copyright {
    font-size: 12px;
    line-height: 20px; }
    .site-footer .copyright p {
      color: #a1a1a1;
      margin-bottom: 0; }
  .site-footer.light .widget .widget-title {
    color: #777; }

/*------------------------------------------------------------------
[8. Forms]
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #575757; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #575757; }

input.placeholder, textarea.placeholder {
  color: #575757; }

input[placeholder] {
  text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

/* firefox 19+ */
input:-moz-placeholder {
  text-overflow: ellipsis; }

.form {
  position: relative;
  overflow: hidden; }

.success-message,
.error-message {
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: none; }

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #575757; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #575757;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #575757;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #575757; }

textarea.form-control {
  height: auto !important; }

.help-block {
  font-size: 12px;
  line-height: 17px;
  color: #a1a1a1;
  margin-top: 30px;
  opacity: 0.5; }

.form-control {
  height: 40px;
  padding: 9px 25px;
  border: 1px solid #e4e6e7;
  color: #a1a1a1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .form-control.small-rounded {
    border-radius: 4px;
    padding: 9px 15px; }

.form-control.no-border {
  border-radius: 0 !important;
  border: none; }

.form-control.border-bottom {
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  border-top: none; }

.form-control:focus {
  border-color: #c4c6c7;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.form-control.border-bottom:focus {
  box-shadow: none;
  -webkit-box-shadow: none; }

.form-control::-moz-placeholder {
  color: #a1a1a1; }

.form-control:-ms-input-placeholder {
  color: #a1a1a1; }

.form-control::-webkit-input-placeholder {
  color: #a1a1a1; }

.form-group,
.form-control,
.input-group {
  margin-bottom: 25px; }

.form-group .input-group {
  margin-bottom: 0; }

.form-group .form-control {
  margin-bottom: 0; }

.helper-group a {
  color: #a1a1a1;
  font-size: 12px;
  line-height: 1; }

.helper-group a:hover {
  color: #a1a1a1; }

label.input-desc {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 7px; }

.has-feedback label ~ .form-control-feedback {
  top: 33px; }

.input-sm {
  font-size: 12px; }

.input-sm,
.form-group-sm .form-control,
.form-group-sm .form-control-static {
  height: 34px;
  padding: 7px 25px; }

select.input-sm,
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px; }

select option {
  line-height: 30px; }

.input-lg,
.form-group-lg .form-control,
.form-group-lg .form-control-static {
  height: 50px;
  padding: 10px 25px; }

.input-lg {
  font-size: 18px;
  line-height: 1.5;
  border-radius: 25px;
  font-weight: 400; }

select.input-lg,
select.form-group-lg .form-control {
  height: 50px;
  line-height: 50px; }

.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.input-lg + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px; }

/* Input Groups */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon {
  height: 50px;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
  height: 34px;
  padding: 7px 12px;
  border-radius: 0; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon {
  height: 34px;
  line-height: 34px; }

/* Input Group Addons */
.input-group-addon {
  padding: 8px 16px;
  font-size: 14px;
  color: #575757;
  background-color: transparent;
  border: 1px solid #e5e7e9;
  font-weight: 400;
  border-radius: 0; }

.input-group-addon.input-sm {
  padding: 7px 12px; }

.input-group-addon.input-lg {
  padding: 9.5px 18px;
  font-size: 16px;
  border-radius: 0; }

/* Textarea Input Group */
textarea.form-control {
  padding-top: 12px; }

.textarea-container {
  position: relative;
  width: 100%;
  padding-top: 39px; }

.textarea-container .input-group-addon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 16px;
  z-index: 100;
  border-radius: 0;
  text-align: left; }

.textarea-container .input-group-addon:first-child {
  border-right: 1px solid #e5e7e9; }

.textarea-container textarea.form-control {
  border-radius: 0; }

/* Checkboxed and Radios */
input[type="radio"],
input[type="checkbox"] {
  margin-top: 7px; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -22px; }

.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline {
  padding-left: 22px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f7f9; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 30px; }

button.inner-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  background-color: transparent;
  z-index: 1;
  outline: none;
  border: 0;
  box-shadow: 0 0 0 transparent; }

button.inner-addon img {
  display: block;
  width: 20px;
  height: auto; }

.input-fullwidth {
  width: 100% !important; }

.search-form {
  position: relative; }

.input-search {
  border-width: 2px;
  border-color: #00b3d0; }

.input-search:focus {
  border-color: #0292a9; }

.btn.btn-search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px;
  height: 17px;
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: 19px auto;
  z-index: 1;
  border: 0;
  text-indent: -9999px;
  box-shadow: 0 0 0 transparent; }

/*------------------------------------------------------------------
[9. Shortcodes]
*/
/* 9.1 Buttons */
.btn,
.navbar .btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 20px;
  border-width: 0;
  outline: none;
  outline-offset: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: 0; }

.btn:hover,
.btn:focus,
.btn:active {
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent; }

.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.btn:hover::after,
.btn:focus::after,
.btn:active::after {
  opacity: 1; }

.btn.btn-shadow {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); }

.btn-group-xs > .btn,
.btn-xs {
  padding: 2px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 11px; }

.btn-group-xs > .btn::after,
.btn-xs::after {
  border-radius: 11px; }

.btn-group-sm > .btn,
.btn-sm {
  padding: 6px 25px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 15px; }

.btn-group-sm > .btn::after,
.btn-sm::after {
  border-radius: 15px; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 11px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 25px; }

.btn-group-lg > .btn::after,
.btn-lg::after {
  border-radius: 25px; }

.btn-group-xlg > .btn,
.btn-xlg {
  padding: 18px 36px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 30px; }

.btn-group-xlg > .btn::after,
.btn-xlg::after {
  border-radius: 30px; }

/* Border */
.btn-border,
.navbar .btn-border {
  border-width: 2px;
  padding: 9px 30px; }

.btn-border::after {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px; }

.btn-group-xs > .btn.btn-border,
.btn-xs.btn-border {
  padding: 1px 15px; }

.btn-group-sm > .btn.btn-border,
.btn-sm.btn-border {
  padding: 5px 25px; }

.btn-group-lg > .btn.btn-border,
.btn-lg.btn-border {
  padding: 10px 36px; }

.btn-border.btn-default,
.navbar .btn-border.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-border.btn-default:hover,
.navbar .btn-border.btn-default:hover {
  color: #1e2626;
  background-color: #fff;
  border-color: #fff; }

/* .btn-primary */
.btn-primary,
.navbar .btn-primary {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cbec+0,00b3d0+100 */
  background: #00b3d0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00cbec 0%, #00b3d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00cbec 0%, #00b3d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00cbec 0%, #00b3d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbec', endColorstr='#00b3d0',GradientType=0 );
  /* IE6-9 */ }

.btn-primary::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bedb+0,00a7c1+100 */
  background: #00bedb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00bedb 0%, #00a7c1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00bedb 0%, #00a7c1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00bedb 0%, #00a7c1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bedb', endColorstr='#00a7c1',GradientType=0 );
  /* IE6-9 */ }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff; }

.btn-primary.btn-border,
.navbar .btn-primary.btn-border {
  color: #00b3d0;
  background: transparent;
  border-color: #00b3d0; }

.btn-primary.btn-border:hover,
.navbar .btn-primary.btn-border:hover {
  color: #fff;
  background: #00b3d0;
  border-color: #00b3d0; }

/* .btn-orange */
.btn-orange,
.navbar .btn-orange {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8d27+0,ff7900+100 */
  background: #ff8d27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8d27 0%, #ff7900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff8d27 0%, #ff7900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff8d27 0%, #ff7900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d27', endColorstr='#ff7900',GradientType=0 );
  /* IE6-9 */ }

.btn-orange::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7f0f+0,ff6d00+100 */
  background: #ff7f0f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff7f0f 0%, #ff6d00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff7f0f 0%, #ff6d00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff7f0f 0%, #ff6d00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f0f', endColorstr='#ff6d00',GradientType=0 );
  /* IE6-9 */ }

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff; }

.btn-orange.btn-border,
.navbar .btn-orange.btn-border {
  color: #ff8d27;
  background: transparent;
  border-color: #ff8d27; }

.btn-orange.btn-border:hover,
.navbar .btn-orange.btn-border:hover {
  color: #fff;
  background: #ff8d27;
  border-color: #ff8d27; }

/* .btn-purple */
.btn-purple,
.navbar .btn-purple {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e667ce+0,cc44b2+100 */
  background: #e667ce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e667ce 0%, #cc44b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e667ce 0%, #cc44b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e667ce 0%, #cc44b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e667ce', endColorstr='#cc44b2',GradientType=0 );
  /* IE6-9 */ }

.btn-purple::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e550c7+0,cc30ac+100 */
  background: #e550c7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e550c7 0%, #cc30ac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e550c7 0%, #cc30ac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e550c7 0%, #cc30ac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e550c7', endColorstr='#cc30ac',GradientType=0 );
  /* IE6-9 */ }

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  color: #fff; }

.btn-purple.btn-border,
.navbar .btn-purple.btn-border {
  color: #e667ce;
  background: transparent;
  border-color: #e667ce; }

.btn-purple.btn-border:hover,
.navbar .btn-purple.btn-border:hover {
  color: #fff;
  background: #e667ce;
  border-color: #e667ce; }

/* .btn-yellow */
.btn-yellow,
.navbar .btn-yellow {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd921+0,f0ca14+100 */
  background: #ffd921;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd921 0%, #f0ca14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd921 0%, #f0ca14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd921 0%, #f0ca14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd921', endColorstr='#f0ca14',GradientType=0 );
  /* IE6-9 */ }

.btn-yellow::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd20c+0,efc402+100 */
  background: #ffd20c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd20c 0%, #efc402 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd20c 0%, #efc402 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd20c 0%, #efc402 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd20c', endColorstr='#efc402',GradientType=0 );
  /* IE6-9 */ }

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  color: #fff; }

.btn-yellow.btn-border,
.navbar .btn-yellow.btn-border {
  color: #ffd921;
  background: transparent;
  border-color: #ffd921; }

.btn-yellow.btn-border:hover,
.navbar .btn-yellow.btn-border:hover {
  color: #fff;
  background: #ffd921;
  border-color: #ffd921; }

/* .btn-green */
.btn-green,
.navbar .btn-green {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d621+0,5dbd1d+100 */
  background: #69d621;
  /* Old browsers */
  background: -moz-linear-gradient(top, #69d621 0%, #5dbd1d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #69d621 0%, #5dbd1d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #69d621 0%, #5dbd1d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d621', endColorstr='#5dbd1d',GradientType=0 );
  /* IE6-9 */ }

.btn-green::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4bce00+0,38a800+100 */
  background: #4bce00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4bce00 0%, #38a800 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4bce00 0%, #38a800 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4bce00 0%, #38a800 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bce00', endColorstr='#38a800',GradientType=0 );
  /* IE6-9 */ }

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  color: #fff; }

.btn-green.btn-border,
.navbar .btn-green.btn-border {
  color: #69d621;
  background: transparent;
  border-color: #69d621; }

.btn-green.btn-border:hover,
.navbar .btn-green.btn-border:hover {
  color: #fff;
  background: #69d621;
  border-color: #69d621; }

/* .btn-sign */
.btn-sign {
  position: relative;
  padding-right: 60px; }

.btn-sign::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin-top: auto;
  margin-bottom: auto;
  width: 20px;
  height: 17px;
  background: url(../img/arrow-right-white.png) no-repeat center;
  background-size: cover;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.btn-sign:hover::before {
  right: 30px; }

/* 9.2 Divider */
.divider {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: .1;
  margin-top: 50px;
  margin-bottom: 50px; }

.divider-dark {
  background-color: #333; }

.divider-alt {
  width: 50px;
  height: 4px;
  background-color: #e8e8e8;
  opacity: 1;
  border-radius: 4px;
  margin-top: 45px;
  margin-bottom: 45px; }

/* 9.3 Text Divider */
.text-divider {
  position: relative; }

.text-divider span {
  display: table;
  position: relative;
  margin: 18px auto !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a1a1a1; }

.text-divider span::before,
.text-divider span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  background: #e4e6e7; }

.text-divider span::before {
  left: -1000px;
  right: 100%;
  margin-right: 10px; }

.text-divider span::after {
  left: 100%;
  right: -1000px;
  margin-left: 10px; }

/* 9.4 Icon Boxes */
.icon-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

.icon-box .box-icon {
  position: relative;
  overflow: hidden;
  float: left;
  width: 70px;
  padding: 7px 5px; }

.icon-box .box-icon img {
  display: block;
  height: auto;
  max-width: 70%; }

.icon-box .box-content {
  margin-left: 73px;
  position: relative;
  overflow: hidden; }

.icon-box .box-content p {
  margin-bottom: 0; }

.icon-box.alt .box-icon {
  float: none;
  width: 70px;
  height: 60px;
  padding: 0;
  margin-bottom: 20px; }

.icon-box.alt .box-content {
  margin-left: 0; }

/* 9.5 Blocks */
.block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 117px;
  padding-bottom: 117px; }

.block-container {
  position: relative;
  overflow: hidden; }

/* 9.6 Block */
.block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px; }

.block.block-shadow {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); }

/* 9.7 Testimonial Box */
.testimonial-box {
  position: relative;
  margin-bottom: 50px; }

.testimonial-box .quote {
  position: relative;
  padding: 30px;
  margin-bottom: 28px;
  background-color: #fff;
  color: #a1a1a1;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.testimonial-box .quote:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 32px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -18px;
  z-index: 0;
  pointer-events: none; }

.testimonial-box .quote:after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 32px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  background: #fff;
  z-index: -1;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4); }

.testimonial-box .author {
  overflow: hidden; }

.testimonial-box .testimonial-meta {
  float: right;
  margin-top: 9px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #383e3e; }

.testimonial-box .testimonial-meta span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #a1a1a1; }

.testimonial-box .avatar {
  float: right;
  margin-left: 15px;
  margin-right: 20px; }

.testimonial-box .avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.testimonial-box p:last-child {
  margin-bottom: 0; }

/* 9.8 Number Box */
.number-box {
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-radius: 35px;
  background: #1e2626;
  color: #fff;
  float: left;
  margin-right: 15px; }

.number-box.large {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  margin-right: 20px; }

/* 9.9 Clients */
.clients-row img {
  max-height: 30px; }

@media (max-width: 991px) {
  .clients-row div {
    line-height: 70px; } }
@media (min-width: 992px) {
  .clients-row {
    display: table;
    width: 100%; }

  .clients-row div {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto; } }
/* 9.10 Profile Block */
.row-profile {
  margin: 0; }

.profile-block {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px; }

.profile-block img {
  margin-bottom: 20px; }

.profile-block .name {
  font-size: 20px;
  line-height: 28px;
  margin: 0; }

.profile-block .role {
  font-size: 15px;
  line-height: 24px;
  color: #a1a1a1;
  margin: 0; }

/* 9.11 How It Works Nav */
@media (max-width: 991px) {
  .howitworksnav {
    text-align: center; }

  .howitworksnav li {
    display: inline-block;
    margin: 10px; } }
@media (min-width: 992px) {
  .howitworksnav {
    display: table;
    width: 100%;
    margin: 0;
    list-style: none; }

  .howitworksnav li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: auto; } }
.howitworksnav li a {
  color: #333;
  line-height: 32px;
  position: relative;
  display: block; }

.howitworksnav a::before {
  content: '';
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  z-index: 1;
  float: left; }

.howitworksnav a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px; }

.howitworksnav .shop a::before {
  background: url(../img/icons/icon-5.png) center center/auto 50% no-repeat; }

.howitworksnav .shop a:hover::before {
  background: url(../img/icons/icon-5-white.png) center center/auto 50% no-repeat; }

.howitworksnav .answer a::before {
  background: url(../img/icons/icon-6.png) center center/auto 50% no-repeat; }

.howitworksnav .answer a:hover::before {
  background: url(../img/icons/icon-6-white.png) center center/auto 50% no-repeat; }

.howitworksnav .watch a::before {
  background: url(../img/icons/icon-7.png) center center/auto 50% no-repeat; }

.howitworksnav .watch a:hover::before {
  background: url(../img/icons/icon-7-white.png) center center/auto 50% no-repeat; }

.howitworksnav .discover a::before {
  background: url(../img/icons/icon-8.png) center center/auto 40% no-repeat; }

.howitworksnav .discover a:hover::before {
  background: url(../img/icons/icon-8-white.png) center center/auto 40% no-repeat; }

.howitworksnav .search a::before {
  background: url(../img/icons/icon-9.png) center center/auto 50% no-repeat; }

.howitworksnav .search a:hover::before {
  background: url(../img/icons/icon-9-white.png) center center/auto 50% no-repeat; }

.howitworksnav .play a::before {
  background: url(../img/icons/icon-10.png) center center/auto 50% no-repeat; }

.howitworksnav .play a:hover::before {
  background: url(../img/icons/icon-10-white.png) center center/auto 50% no-repeat; }

.howitworksnav .mobile a::before {
  background: url(../img/icons/icon-11.png) center center/auto 50% no-repeat; }

.howitworksnav .mobile a:hover::before {
  background: url(../img/icons/icon-11-white.png) center center/auto 50% no-repeat; }

.howitworksnav a:hover::before {
  border-color: transparent; }

.howitworksnav .blue a:hover::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00cbec+0,00b3d0+100 */
  background: #00cbec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00cbec 0%, #00b3d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00cbec 0%, #00b3d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00cbec 0%, #00b3d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbec', endColorstr='#00b3d0',GradientType=0 );
  /* IE6-9 */ }

.howitworksnav .orange a:hover::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8d27+0,ff7900+100 */
  background: #ff8d27;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff8d27 0%, #ff7900 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff8d27 0%, #ff7900 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff8d27 0%, #ff7900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d27', endColorstr='#ff7900',GradientType=0 );
  /* IE6-9 */ }

.howitworksnav .purple a:hover::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e667ce+0,cc44b2+100 */
  background: #e667ce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e667ce 0%, #cc44b2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e667ce 0%, #cc44b2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e667ce 0%, #cc44b2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e667ce', endColorstr='#cc44b2',GradientType=0 );
  /* IE6-9 */ }

.howitworksnav .yellow a:hover::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd921+0,f0ca14+100 */
  background: #ffd921;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd921 0%, #f0ca14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd921 0%, #f0ca14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd921 0%, #f0ca14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd921', endColorstr='#f0ca14',GradientType=0 );
  /* IE6-9 */ }

.howitworksnav .green a:hover::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69d621+0,5dbd1d+100 */
  background: #69d621;
  /* Old browsers */
  background: -moz-linear-gradient(top, #69d621 0%, #5dbd1d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #69d621 0%, #5dbd1d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #69d621 0%, #5dbd1d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d621', endColorstr='#5dbd1d',GradientType=0 );
  /* IE6-9 */ }

/* 9.12 Image Box */
.image-box {
  overflow: hidden; }

.image-box .box-section {
  display: table-cell;
  vertical-align: top; }

.image-box .box-media {
  padding-right: 25px; }

.image-box .box-media img {
  border-radius: 50%;
  max-width: 90px; }

.image-box .box-section > :last-child {
  margin-bottom: 0; }

/* 9.13 Gmap */
#map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }

.map-overlay {
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 1;
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .map-overlay h5 {
    margin: 0; }
  .map-overlay p {
    margin: 0;
    font-size: 14px; }
    .map-overlay p a {
      color: #00b3d0; }

/* 9.14 Media Box */
.media-box {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px; }

.media-box img {
  display: block;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1); }

.media-box::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 15px;
  right: 0;
  border: 4px solid #00b3d0;
  border-radius: 10px; }

/* 9.15 Content Box */
.content-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 12.33333333%;
  background-color: #fff; }

.content-box.box-bordered {
  border: 1px solid #d7d7d7; }

.content-box.box-shadow {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.05); }

/* 9.16 Table */
.table > tbody {
  color: #a1a1a1; }

.table > thead > tr > th {
  border-color: #d7d7d7 !important; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #ebebeb; }

/* 9.17 Video JS Styles */
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 3em;
  height: 3em;
  width: 3em;
  display: block;
  position: absolute;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00b3d0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.video-js:hover .vjs-big-play-button {
  color: #fff;
  background: #009db7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none !important; }

/* 9.18 Search */
.search-logo {
  max-width: 250px; }

.results-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e2626;
  line-height: 28px;
  margin-bottom: 44px; }

.results-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px; }
  .results-item:last-child {
    margin-bottom: 0; }
  .results-item .title {
    font-size: 16px;
    font-weight: 700;
    color: #00b3d0;
    line-height: 24px;
    margin-bottom: 5px; }
    .results-item .title a {
      font-size: 16px;
      font-weight: 700;
      color: #00b3d0;
      line-height: 24px; }
      .results-item .title a:hover {
        color: #004551; }
  .results-item p {
    font-size: 16px;
    line-height: 24px;
    color: #a1a1a1;
    margin: 0; }
    .results-item p small {
      font-size: 12px;
      line-height: 20px;
      color: #1e2626; }

/* 9.19 Pagination */
.pagination {
  margin-top: 75px;
  margin-bottom: 0; }

.pagination > li > a,
.pagination > li > span {
  min-width: 40px;
  padding: 6px 12px;
  margin: 0 2px;
  line-height: 24px;
  color: #00b3d0;
  border: 2px solid transparent;
  border-radius: 20px;
  text-align: center; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #00b3d0;
  background-color: transparent;
  border-color: #f5f5f5; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #1e2626;
  background: #f5f5f5;
  border-color: #f5f5f5; }

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  border-color: #f5f5f5;
  color: #a1a1a1; }

li.pager-btn > a {
  padding-left: 26px;
  padding-right: 26px;
  border-color: #00b3d0; }

li.pager-btn > a:focus,
li.pager-btn > a:hover {
  border-color: #00b3d0; }

li.pager-btn:first-child > a {
  margin-right: 10px; }

li.pager-btn:last-child > a {
  margin-left: 10px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px; }

/* 9.20 Aside Widgets */
aside.widget {
  margin-bottom: 40px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: left; }
  aside.widget .widget-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #a1a1a1; }
  aside.widget .ol, aside.widget ul {
    list-style: none; }
  aside.widget li {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize; }
  aside.widget a {
    color: #00b3d0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    aside.widget a:hover {
      color: #004551; }

/* 9.21 Animations */
/* animations */
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px; }
  100% {
    stroke-dashoffset: 480px; } }
/* 9.22 Overlay Stripe */
.overlay-stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -395px;
  background: #f8fafb;
  height: 500px;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg); }

/* 9.21 Blog Post */
.post {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

.post:last-child {
  margin-bottom: 0; }

.entry-media img {
  display: block;
  border-radius: 4px;
  width: 100%; }

.entry-title h4 {
  margin-bottom: 10px; }

.entry-title a {
  color: #00b3d0; }

.entry-content {
  color: #a1a1a1; }

.entry-content p:last-child {
  margin: 0; }

/* 9.22 Overlay */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-overflow-scrolling: touch; }

.overlay-alt {
  top: -10%;
  bottom: -10%; }

.overlay-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.no-touch .main-container .overlay .overlay-wrapper {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*------------------------------------------------------------------
[9.23 Listing]
*/
/* Listing Base Style */
.listing {
  padding-left: 17px; }

.listing ul {
  margin: 5px 0 5px 17px; }

.listing a {
  color: #333; }

.listing a:hover {
  color: #2196f3; }

/* Icon List */
.iconlist {
  padding-left: 30px; }

.iconlist ul {
  list-style-type: none;
  margin: 5px 0 5px 25px; }

.iconlist li {
  position: relative; }

.iconlist > li i {
  position: absolute;
  left: -30px;
  text-align: center;
  top: 0;
  width: 14px;
  font-size: 12px;
  line-height: 28px;
  color: #00b3d0; }

/* other styles */
.inlinesvg .svg svg {
  display: inline; }

.icon-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards; }

.icon-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards; }

/*------------------------------------------------------------------
[10. Helper Classes]
*/
/* z-index */
.zindex-under {
  z-index: -1; }

.zindex-above {
  z-index: 1; }

/* Border */
.border-top {
  border-top: 1px solid #e4e6e7; }

.border-bottom {
  border-bottom: 1px solid #e4e6e7; }

/* Text Align */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

/* Font Weights */
.font-thin {
  font-weight: 100 !important; }

.font-extralight {
  font-weight: 200 !important; }

.font-light {
  font-weight: 300 !important; }

.font-normal {
  font-weight: 400 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-semibold {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-extrabold {
  font-weight: 800 !important; }

.font-ultrabold {
  font-weight: 900 !important; }

/* Font Sizes */
.font-17 {
  font-size: 17px;
  line-height: 30px; }

.font-22 {
  font-size: 22px;
  line-height: 30px; }

.font-24 {
  font-size: 24px;
  line-height: 32px; }
  
.font-large {
  font-size: 72px;
  line-height: 80px; }

.font-xlarge {
  font-size: 80px;
  line-height: 88px; }

.font-xxlarge {
  font-size: 92px;
  line-height: 100px; }

/* Font Styles */
.font-italic {
  font-style: italic; }

/* Vertical */
.vertical-top {
  vertical-align: top !important; }

.vertical-middle {
  vertical-align: middle !important; }

.vertical-bottom {
  vertical-align: bottom !important; }

/* Display */
.display-block {
  display: block; }

.display-table {
  display: table; }

/* Opacity */
.opacity-100 {
  opacity: 1; }

.opacity-95 {
  opacity: 0.95; }

.opacity-90 {
  opacity: 0.9; }

.opacity-85 {
  opacity: 0.85; }

.opacity-80 {
  opacity: 0.8; }

.opacity-75 {
  opacity: 0.75; }

.opacity-70 {
  opacity: 0.70; }

.opacity-65 {
  opacity: 0.65; }

.opacity-60 {
  opacity: 0.60; }

.opacity-55 {
  opacity: 0.55; }

.opacity-50 {
  opacity: 0.5; }

.opacity-45 {
  opacity: 0.45; }

.opacity-40 {
  opacity: 0.4; }

.opacity-35 {
  opacity: 0.35; }

.opacity-30 {
  opacity: 0.3; }

.opacity-25 {
  opacity: 0.25; }

.opacity-20 {
  opacity: 0.2; }

.opacity-15 {
  opacity: 0.15; }

.opacity-10 {
  opacity: 0.1; }

.opacity-5 {
  opacity: 0.05; }

.opacity-0 {
  opacity: 0; }

/* Floating */
.float-left {
  float: left !important; }

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

.float-none {
  float: none !important; }

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

/* Image Styles */
.img-shadow {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); }

/* Overflow */
.o-hidden {
  overflow: hidden; }

.o-visible {
  overflow: visible; }

/* Spacing - Margin */
.nomargin {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-20 {
  margin-left: 20px; }

.mr-5 {
  margin-right: 5px; }

.mr-20 {
  margin-right: 20px; }

/* Spacing - Padding */
.nopadding {
  padding: 0; }

.notoppadding {
  padding-top: 0; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-50 {
  padding: 50px; }

.pt-0 {
  padding-top: 0; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-180 {
  padding-top: 180px; }

.pt-270 {
  padding-top: 270px; }

.nobottompadding {
  padding-bottom: 0; }

.pb-0 {
  padding-bottom: 0; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-270 {
  padding-bottom: 270px; }

.pb-300 {
  padding-bottom: 300px; }

.norightpadding {
  padding-right: 0; }

.pr-15 {
  padding-right: 15px; }

.pr-30 {
  padding-right: 30px; }

.pr-45 {
  padding-right: 45px; }

.noleftpadding {
  padding-left: 0; }

.pl-15 {
  padding-left: 15px; }

.pl-30 {
  padding-left: 30px; }

.pl-45 {
  padding-left: 45px; }

/*------------------------------------------------------------------
[11. Responsive]
*/
body.mobile {
  -webkit-text-size-adjust: none; }

body.mobile .animated {
  display: block;
  visibility: visible; }

@media screen and (min-width: 400px) {
  .fullscreen-element {
    height: 100vh; }

  .fullscreen-element .table-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }

  .fullscreen-element .table-content {
    display: table-cell;
    vertical-align: middle; } }
@media screen and (max-height: 500px) {
  .fullscreen-element {
    height: auto; }

  .fullscreen-element .table-container {
    display: block; }

  .fullscreen-element .table-content {
    display: block; } }
@media (min-width: 992px) {
  .image-edge .container {
    position: relative; }

  .image-edge .container div[class*='col-'] {
    position: absolute; }

  .v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2; }

  .v-align-alt {
    transform: translate3d(0, -37%, 0);
    -webkit-transform: translate3d(0, -37%, 0);
    top: 37%; }

  .right {
    right: 0; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media screen and (max-width: 1140px) {
  .hero-section .screenshots {
    top: 0; } }
@media screen and (max-width: 991px) {
  .hero-section .screenshots {
    display: none; }

  /* Typography */
  h1 {
    font-size: 40px;
    line-height: 48px; }

  h2 {
    font-size: 32px;
    line-height: 40px; }

  h3 {
    font-size: 24px;
    line-height: 32px; }

  .font-xlarge {
    font-size: 40px;
    line-height: 48px; }

  /* Text Align */
  .sm-text-left {
    text-align: left !important; }

  .sm-text-right {
    text-align: right !important; }

  .sm-text-center {
    text-align: center !important; }

  .sm-text-justify {
    text-align: justify !important; }

  /* Floating */
  .sm-float-left {
    float: left !important; }

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

  .sm-float-none {
    float: none !important; }

  .sm-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block; }

  /* Footer */
  .site-footer .widget {
    margin-bottom: 2px; }

  .site-footer .widget:last-child {
    margin-bottom: 0; }

  .site-footer .widget-content {
    display: none;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.02); }

  .site-footer .open .widget-content {
    display: block; }

  .site-footer .widget-title {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.02);
    padding: 10px 15px;
    margin: 0; }

  .site-footer .widget-title:hover {
    background: rgba(255, 255, 255, 0.03); }

  /* Spacing - Margin */
  .sm-nomargin {
    margin: 0; }

  .sm-notopmargin {
    margin-top: 0; }

  .sm-mt-10 {
    margin-top: 10px; }

  .sm-mt-15 {
    margin-top: 15px; }

  .sm-mt-20 {
    margin-top: 20px; }

  .sm-mt-30 {
    margin-top: 30px; }

  .sm-mt-40 {
    margin-top: 40px; }

  .sm-mt-50 {
    margin-top: 50px; }

  .sm-mt-60 {
    margin-top: 60px; }

  .sm-mt-70 {
    margin-top: 70px; }

  .sm-mt-80 {
    margin-top: 80px; }

  .sm-mt-90 {
    margin-top: 90px; }

  .sm-mt-100 {
    margin-top: 100px; }

  .sm-mt-110 {
    margin-top: 110px; }

  .sm-mt-120 {
    margin-top: 120px; }

  .sm-mt-130 {
    margin-top: 130px; }

  .sm-mt-140 {
    margin-top: 140px; }

  .sm-mt-150 {
    margin-top: 150px; }

  .sm-nobottommargin {
    margin-bottom: 0; }

  .sm-mb-10 {
    margin-bottom: 10px; }

  .sm-mb-15 {
    margin-bottom: 15px; }

  .sm-mb-20 {
    margin-bottom: 20px; }

  .sm-mb-30 {
    margin-bottom: 30px; }

  .sm-mb-40 {
    margin-bottom: 40px; }

  .sm-mb-50 {
    margin-bottom: 50px; }

  .sm-mb-60 {
    margin-bottom: 60px; }

  .sm-mb-70 {
    margin-bottom: 70px; }

  .sm-mb-80 {
    margin-bottom: 80px; }

  .sm-mb-90 {
    margin-bottom: 90px; }

  .sm-mb-100 {
    margin-bottom: 100px; }

  .sm-mb-110 {
    margin-bottom: 110px; }

  .sm-mb-120 {
    margin-bottom: 120px; }

  .sm-mb-130 {
    margin-bottom: 130px; }

  .sm-mb-140 {
    margin-bottom: 140px; }

  .sm-mb-150 {
    margin-bottom: 150px; }

  .sm-ml-20 {
    margin-left: 20px; }

  .sm-mr-20 {
    margin-right: 20px; }

  /* Spacing - Padding */
  .sm-nopadding {
    padding: 0; }

  .sm-notoppadding {
    padding-top: 0; }

  .sm-pt-15 {
    padding-top: 15px; }

  .sm-pt-20 {
    padding-top: 20px; }

  .sm-pt-25 {
    padding-top: 25px; }

  .sm-pt-30 {
    padding-top: 30px; }

  .sm-pt-40 {
    padding-top: 40px; }

  .sm-pt-50 {
    padding-top: 50px; }

  .sm-pt-60 {
    padding-top: 60px; }

  .sm-pt-70 {
    padding-top: 70px; }

  .sm-pt-80 {
    padding-top: 80px; }

  .sm-pt-90 {
    padding-top: 90px; }

  .sm-pt-100 {
    padding-top: 100px; }

  .sm-pt-110 {
    padding-top: 110px; }

  .sm-pt-120 {
    padding-top: 120px; }

  .sm-nobottompadding {
    padding-bottom: 0; }

  .sm-pb-15 {
    padding-bottom: 15px; }

  .sm-pb-20 {
    padding-bottom: 20px; }

  .sm-pb-25 {
    padding-bottom: 25px; }

  .sm-pb-30 {
    padding-bottom: 30px; }

  .sm-pb-40 {
    padding-bottom: 40px; }

  .sm-pb-50 {
    padding-bottom: 50px; }

  .sm-pb-60 {
    padding-bottom: 60px; }

  .sm-pb-70 {
    padding-bottom: 70px; }

  .sm-pb-80 {
    padding-bottom: 80px; }

  .sm-pb-90 {
    padding-bottom: 90px; }

  .sm-pb-100 {
    padding-bottom: 100px; }

  .sm-pb-110 {
    padding-bottom: 110px; }

  .sm-pb-120 {
    padding-bottom: 120px; }

  .sm-norightpadding {
    padding-right: 0; }

  .sm-pr-15 {
    padding-right: 15px; }

  .sm-pr-30 {
    padding-right: 30px; }

  .sm-pr-45 {
    padding-right: 45px; }

  .sm-noleftpadding {
    padding-left: 0; }

  .sm-pl-15 {
    padding-left: 15px; }

  .sm-pl-30 {
    padding-left: 15px; }

  .sm-pl-45 {
    padding-left: 45px; } }
@media screen and (max-width: 768px) {
  section,
  .section,
  .site-footer {
    padding: 20px 0; }

  /* Typography */
  h1 {
    font-size: 32px;
    line-height: 40px; }

  h2 {
    font-size: 28px;
    line-height: 36px; }

  h3 {
    font-size: 20px;
    line-height: 28px; }

  .font-xlarge {
    font-size: 32px;
    line-height: 40px; }

  /* Text Align */
  .xs-text-left {
    text-align: left !important; }

  .xs-text-right {
    text-align: right !important; }

  .xs-text-center {
    text-align: center !important; }

  .xs-text-justify {
    text-align: justify !important; }

  /* Floating */
  .xs-float-left {
    float: left !important; }

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

  .xs-float-none {
    float: none !important; }

  .xs-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block; }

  /* Navbar */
  .navbar-toggle {
    margin-right: 15px; }

  /* Icon Boxes */
  .icon-box {
    text-align: center; }

  .icon-box .box-icon {
    float: none;
    width: 100%;
    padding: 12px 5px; }

  .icon-box .box-icon img {
    max-width: 64px;
    margin: 0 auto; }

  .icon-box .box-content {
    margin-left: 0; }

  /* 9.12 Image Box */
  .image-box .box-section {
    display: block;
    text-align: center; }

  .image-box .box-media {
    padding: 0;
    margin-bottom: 10px; }

  .image-box .box-media img {
    display: block;
    margin: 0 auto; }

  /* Profile Block */
  .profile-block {
    text-align: center; }

  /* Spacing - Margin */
  .xs-nomargin {
    margin: 0; }

  .xs-notopmargin {
    margin-top: 0; }

  .xs-mt-10 {
    margin-top: 10px; }

  .xs-mt-15 {
    margin-top: 15px; }

  .xs-mt-20 {
    margin-top: 20px; }

  .xs-mt-30 {
    margin-top: 30px; }

  .xs-mt-40 {
    margin-top: 40px; }

  .xs-mt-50 {
    margin-top: 50px; }

  .xs-mt-60 {
    margin-top: 60px; }

  .xs-mt-70 {
    margin-top: 70px; }

  .xs-mt-80 {
    margin-top: 80px; }

  .xs-mt-90 {
    margin-top: 90px; }

  .xs-mt-100 {
    margin-top: 100px; }

  .xs-mt-110 {
    margin-top: 110px; }

  .xs-mt-120 {
    margin-top: 120px; }

  .xs-mt-130 {
    margin-top: 130px; }

  .xs-mt-140 {
    margin-top: 140px; }

  .xs-mt-150 {
    margin-top: 150px; }

  .xs-nobottommargin {
    margin-bottom: 0; }

  .xs-mb-10 {
    margin-bottom: 10px; }

  .xs-mb-15 {
    margin-bottom: 15px; }

  .xs-mb-20 {
    margin-bottom: 20px; }

  .xs-mb-30 {
    margin-bottom: 30px; }

  .xs-mb-40 {
    margin-bottom: 40px; }

  .xs-mb-50 {
    margin-bottom: 50px; }

  .xs-mb-60 {
    margin-bottom: 60px; }

  .xs-mb-70 {
    margin-bottom: 70px; }

  .xs-mb-80 {
    margin-bottom: 80px; }

  .xs-mb-90 {
    margin-bottom: 90px; }

  .xs-mb-100 {
    margin-bottom: 100px; }

  .xs-mb-110 {
    margin-bottom: 110px; }

  .xs-mb-120 {
    margin-bottom: 120px; }

  .xs-mb-130 {
    margin-bottom: 130px; }

  .xs-mb-140 {
    margin-bottom: 140px; }

  .xs-mb-150 {
    margin-bottom: 150px; }

  .xs-ml-20 {
    margin-left: 20px; }

  .xs-mr-20 {
    margin-right: 20px; }

  /* Spacing - Padding */
  .xs-nopadding {
    padding: 0; }

  .xs-notoppadding {
    padding-top: 0; }

  .xs-pt-15 {
    padding-top: 15px; }

  .xs-pt-20 {
    padding-top: 20px; }

  .xs-pt-25 {
    padding-top: 25px; }

  .xs-pt-30 {
    padding-top: 30px; }

  .xs-pt-40 {
    padding-top: 40px; }

  .xs-pt-50 {
    padding-top: 50px; }

  .xs-pt-60 {
    padding-top: 60px; }

  .xs-pt-70 {
    padding-top: 70px; }

  .xs-pt-80 {
    padding-top: 80px; }

  .xs-pt-90 {
    padding-top: 90px; }

  .xs-pt-100 {
    padding-top: 100px; }

  .xs-pt-110 {
    padding-top: 110px; }

  .xs-pt-120 {
    padding-top: 120px; }

  .xs-nobottompadding {
    padding-bottom: 0; }

  .xs-pb-15 {
    padding-bottom: 15px; }

  .xs-pb-20 {
    padding-bottom: 20px; }

  .xs-pb-25 {
    padding-bottom: 25px; }

  .xs-pb-30 {
    padding-bottom: 30px; }

  .xs-pb-40 {
    padding-bottom: 40px; }

  .xs-pb-50 {
    padding-bottom: 50px; }

  .xs-pb-60 {
    padding-bottom: 60px; }

  .xs-pb-70 {
    padding-bottom: 70px; }

  .xs-pb-80 {
    padding-bottom: 80px; }

  .xs-pb-90 {
    padding-bottom: 90px; }

  .xs-pb-100 {
    padding-bottom: 100px; }

  .xs-pb-110 {
    padding-bottom: 110px; }

  .xs-pb-120 {
    padding-bottom: 120px; }

  .xs-norightpadding {
    padding-right: 0; }

  .xs-pr-15 {
    padding-right: 15px; }

  .xs-pr-30 {
    padding-right: 30px; }

  .xs-pr-45 {
    padding-right: 45px; }

  .xs-noleftpadding {
    padding-left: 0; }

  .xs-pl-15 {
    padding-left: 15px; }

  .xs-pl-30 {
    padding-left: 30px; }

  .xs-pl-45 {
    padding-left: 45px; } }
