﻿/*
Template Name: xPose
Author: Frontpixels
Author URI: http://frontpixels.com/
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Wrapper
# Header
# About
# Subscribe
# Contact
# Footer
--------------------------------------------------------------*/
/*
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# General
--------------------------------------------------------------*/
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #616263;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.58;
  letter-spacing: .03em;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
	color: #808000;
	font-size: 15px;
}
a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: none;
}

figure {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #414243;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0 0 20px;
}

h4, h5, h6 {
  margin: 0 0 12px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.content-center {
  float: none;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-block;
  font-size: .9em;
  padding: 9px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn i, .btn span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.btn.btn-lg {
  padding: 14px 40px;
}

.btn.btn-sm {
  padding: 5px 20px;
}

.btn-default {
  background-color: transparent;
  border-color: #999999;
  color: #616263;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #8b58fa !important;
  border-color: #8b58fa !important;
  color: #ffffff;
}

.btn-primary {
  background-color: #9a70fa;
  border-color: #9a70fa;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #8b58fa !important;
  border-color: #8b58fa !important;
}

.big-title {
  font-size: 3.3em;
  font-weight: 800;
  letter-spacing: -.015em;
}

.overlay-section .overlay-default,
.overlay-section .overlay-primary,
.section {
  padding: 100px 0 60px;
}

.section-header {
  margin: 0 0 60px;
}
.section-header .section-title,
.section-header .sub-text,
.section-header .separator {
  display: block;
}
.section-header .section-title {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1;
  vertical-align: top;
}
.section-header .separator {
  width: 70px;
  height: 1px;
  margin: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-header .sub-text {
  font-size: 1.2em;
  margin: 0;
  vertical-align: bottom;
}

.section-text {
  padding-top: 12px;
  margin-bottom: 40px;
}

.section-bg {
  background-color: #efefef;
}

.overlay-default,
.overlay-primary {
  color: #ffffff;
  padding: 60px 0 20px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.overlay-default h1, .overlay-default h2,
.overlay-default h3, .overlay-default h4,
.overlay-default h5, .overlay-default h6,
.overlay-primary h1,
.overlay-primary h2,
.overlay-primary h3,
.overlay-primary h4,
.overlay-primary h5,
.overlay-primary h6 {
  color: #ffffff;
}

.overlay-default .btn-default,
.overlay-primary .btn-default {
	border-color: #ffffff;
	color: #ffffff;
	background-color: none;
}

.overlay-default {
  background-color: rgba(0, 0, 0, 0);
}

.overlay-primary {
  background-color: rgba(154, 112, 250, 0.3);
}

.fp-list {
  padding: 0;
}
.fp-list li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 24px;
}
.fp-list li::before {
  content: '\f382';
  position: absolute;
  top: 2px;
  left: 0;
  color: #999999;
  font-family: ionicons;
}

.social-links a {
  display: inline-block;
  color: #616263;
  font-size: 1.7em;
  line-height: 1;
  padding: 2px 8px;
}
.social-links a:hover {
  color: #9a70fa;
}

.text-box {
  text-align: center;
  margin-bottom: 40px;
}
.text-box .fp-icon,
.text-box .fp-icon-small {
  display: inline-block;
  color: #616263;
  line-height: 1;
}
.text-box .fp-icon {
  font-size: 4em;
  margin-bottom: 15px;
}
.text-box .fp-icon-small {
  font-size: 3em;
  margin-bottom: 12px;
}
.text-box .title {
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/*Preloader*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

.line-scale {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #9a70fa;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@media screen and (min-width: 992px) {
  .section-header .section-title,
  .section-header .sub-text,
  .section-header .separator {
    display: inline-block;
    margin: 0;
  }
  .section-header .separator {
    vertical-align: middle;
    width: 1px;
    height: 70px;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
/*
# Navigation
--------------------------------------------------------------*/
.fp-navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  padding: 80px 20px 20px;
  text-align: center;
  background-color: #f6f3f6;
  opacity: 0;
  overflow-x: hidden;
  z-index: 9999;
  -ms-transform: translate(-350px);
  -webkit-transform: translate(-350px);
  transform: translate(-350px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fp-navbar .fp-close {
  position: absolute;
  top: 6px;
  right: 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 3em;
  line-height: 1;
  opacity: .4;
}
.fp-navbar .fp-close:hover {
  opacity: 1;
}
.fp-navbar .site-brand {
  display: inline-block;
  margin-bottom: 60px;
}
.fp-navbar .nav {
  margin: 0 0 40px;
  padding: 0;
}
.fp-navbar .nav li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  color: #616263;
}
.fp-navbar .nav li > a:hover, .fp-navbar .nav li > a:focus, .fp-navbar .nav li > a:active {
  background-color: transparent;
  color: #9a70fa;
}
.fp-navbar .nav li.active > a {
  color: #9a70fa;
}
.fp-navbar .social-links {
  margin-bottom: 40px;
}

.dot-nav {
  position: fixed;
  top: 50%;
  left: 0;
  text-align: center;
  height: auto;
  width: 20px;
  z-index: 999;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}
.dot-nav .nav > li {
  margin: 10px 0;
  font-size: 0;
}
.dot-nav .nav > li > a {
  padding: 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #d5d5d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.dot-nav .nav > li.active > a {
  background-color: #8b58fa;
}

.nav-show {
  overflow: hidden;
}
.nav-show .fp-navbar {
  opacity: 1;
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}
.nav-show .dot-nav {
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
}

/*
# Wrapper
--------------------------------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-show .body-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s 0.4s;
  transition: all 0.3s 0.4s;
}

.section-wrapper {
  background-color: #ffffff;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: #ffffff;
  height: auto;
  width: 100%;
}

/*
# Top Bar
--------------------------------------------------------------*/
.top-bar.show-top-bar {
  top: 0;
}

.top-bar {
  position: fixed;
  top: -400px;
  left: 0;
  padding: 0 5px;
  width: 100%;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.top-bar .top-bar-inner {
  background-color: #ffffff;
  padding: 18px 10px 20px;
  border-bottom: 2px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.top-bar, .top-bar a {
  color: #606060;
}
.top-bar:hover, .top-bar a:hover {
  color: #8b58fa;
}
.top-bar .account-panel {
  position: relative;
  font-weight: 600;
}
.top-bar .account-panel a {
  display: block;
  color: #e3d1ff;
  text-transform: uppercase;
}
.top-bar .account-panel a:hover {
  color: #ffffff;
}
.top-bar .account-panel .ac-trigger-btn {
  background-color: #9a70fa;
  font-size: 1em;
  padding: 3px 10px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.top-bar .account-panel .ac-trigger-btn:focus, .top-bar .account-panel .ac-trigger-btn:focus {
  outline: none;
}
.top-bar .account-panel .mics {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  background-color: #9a70fa;
  padding: 7px 15px;
  text-align: center;
  width: 120px;
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  -ms-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.top-bar .account-panel .mics a {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 8px 0 10px;
}
.top-bar .account-panel .mics a:last-child {
  border: 0 none;
}
.top-bar .account-panel.active .ac-trigger-btn {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.top-bar .account-panel.active .mics {
  display: block;
}
.top-bar .site-brand {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.top-bar .user-menu {
  margin: 0;
  padding: 0;
}
.top-bar .trigger-btn {
  float: left;
  position: relative;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
  height: 26px;
  width: 30px;
  opacity: .6;
}
.top-bar .trigger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 13px;
  background-color: #616263;
  margin-top: -3px;
  height: 2px;
  width: 30px;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.top-bar .trigger-btn span::before,
.top-bar .trigger-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #616263;
  height: 2px;
  width: 30px;
}
.top-bar .trigger-btn span::before {
  top: -8px;
}
.top-bar .trigger-btn span::after {
  bottom: -8px;
}

/*
# Header
--------------------------------------------------------------*/
.header {
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	border-width: 60px 20px 20px;
	border-style: solid;
	border-color: #ffffff;
	width: 100%;
	background-image: url('../images/city.png');
}
.header .overlay-default,
.header .overlay-primary {
  padding: 0;
}
.header .subscribe-wrap {
  margin-top: 40px;
}
.header .subscribe-wrap .subscribe-success {
  color: #008000;
}
.header .subscribe-wrap .subscribe-error {
  color: #ff0000;
}
.header .subscribe-wrap input {
  background-color: transparent;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 20px;
  padding: 9px 20px 10px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.head-content {
  padding: 100px 0 60px;
  text-align: center;
  width: 100%;
}
.head-content .btn-panel {
  margin-top: 60px;
}
.head-content .btn-panel a {
  margin: 0 10px 10px;
}
.head-content .head-text,
.head-content .video-wrap {
  margin-bottom: 40px;
}
.head-content .video-wrap {
  position: relative;
  width: 100%;
}
.head-content .video-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.head-content .video-wrap > .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (min-width: 992px) {
  .header {
    height: 100%;
  }

  .head-content {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-content .btn-panel a {
    margin: 0 10px 10px 0;
  }
  .head-content .btn-panel a:last-child {
    margin-right: 0;
  }
  .head-content .subscribe-wrap input {
    margin-bottom: 0;
  }
  .head-content .head-text,
  .head-content .video-wrap {
    margin-bottom: 0;
  }
}
/*
# Features
--------------------------------------------------------------*/
.feature-img {
  margin: 0 0 40px;
}
.feature-img img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.video-section {
  background-image: url("../images/video_bg.jpg");
  background-position: center center;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.video-section .overlay-default,
.video-section .overlay-primary {
  padding: 90px 0;
}
.video-section .play-btn {
  position: relative;
  display: block;
  font-size: 2em;
  height: 66px;
  width: 66px;
  line-height: 66px;
  background-color: #9a70fa;
  color: #ffffff;
  margin: 0 auto 8px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.video-section .play-btn .icon {
  margin-left: 5px;
}
.video-section .meta-text {
  font-size: .75em;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .8;
}

/*
# Statistics
--------------------------------------------------------------*/
.statistics {
  background-image: url("../images/statistic_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.statistic-box {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.statistic-box .fp-icon {
  display: inline-block;
  line-height: 1;
  font-size: 4em;
  margin-bottom: 15px;
}
.statistic-box .title {
  font-size: 1em;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.statistic-box .meta-text {
  display: block;
}

/*
# Pricing Table
--------------------------------------------------------------*/
.pricing-table {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border: 1px solid;
  border-color: rgba(153, 153, 153, 0.2);
}
.pricing-table .pricing-header {
  padding: 20px 20px 15px;
  text-align: center;
}
.pricing-table .plan-name {
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 900;
	letter-spacing: .1em;
	color: #616263;
}
.pricing-table .price {
  color: #414243;
  font-size: 2.7em;
  font-weight: 800;
}
.pricing-table .currency-symbol,
.pricing-table .duration {
  font-weight: 300;
  color: #616263;
}
.pricing-table .currency-symbol {
  vertical-align: super;
  font-size: .5em;
}
.pricing-table .duration {
  margin-left: -9px;
  font-size: .4em;
}
.pricing-table.highlight .pricing-header {
  background-color: #8b58fa;
}
.pricing-table.highlight .pricing-header .price {
  color: #ffffff;
}
.pricing-table.highlight .pricing-header .currency-symbol,
.pricing-table.highlight .pricing-header .duration,
.pricing-table.highlight .pricing-header .plan-name {
  color: #e3d1ff;
}
.pricing-table ul {
  padding: 0;
  margin-bottom: 0;
}
.pricing-table ul > li {
  list-style: none;
  padding: 10px 20px;
  border-top: 1px solid;
  border-color: rgba(153, 153, 153, 0.1);
}
.pricing-table ul > li::before {
  
  display: inline-block;
 
  vertical-align: middle;
 
  font-size: 1.3em;
}
.pricing-table ul > li.disable {
  text-decoration: line-through;
  color: #999999;
}
.pricing-table ul > li.disable::before {
  content: '\f404';
  color: #ff0000;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid;
  border-color: rgba(153, 153, 153, 0.1);
}

/*
# Review
--------------------------------------------------------------*/
.review-wrap {
  display: block;
  margin-bottom: 40px;
}
.review-wrap::before, .review-wrap::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap::after {
  clear: both;
}
.review-wrap .review::before {
  content: '\f347';
  float: left;
  margin: 0 15px 5px 0;
  color: rgba(97, 98, 99, 0.3);
  font-family: ionicons;
  font-size: 1.5em;
}
.review-wrap .text {
  margin-bottom: 30px;
}
.review-wrap .review-meta .avatar {
  float: left;
  height: 46px;
  width: 46px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.review-wrap .review-meta .info {
  overflow: hidden;
}
.review-wrap .review-meta .name {
  font-size: .9em;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.review-wrap .review-meta .meta {
  color: #999999;
  font-size: .9em;
}
.review-wrap .review-meta .meta a {
  color: #999999;
}
.review-wrap .review-meta .meta a:hover {
  color: #9a70fa;
}

/*
# Team
--------------------------------------------------------------*/
.team-member {
  margin-bottom: 40px;
}
.team-member .avatar {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.team-member .social-links {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
.team-member .social-links a {
  font-size: 1.4em;
  color: #414243;
}
.team-member .social-links a:hover {
  color: #9a70fa;
}
.team-member:hover .social-links {
  bottom: 0;
}
.team-member .member-info .name {
  font-size: 1em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.team-member .member-info cite {
  color: #999999;
}

@media screen and (min-width: 992px) {
  .team-member .social-links {
    bottom: -100%;
  }
}
/*
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 40px 20px 20px;
  text-align: center;
}
.clients .client {
  display: inline-block;
  margin: 0 20px 20px;
  max-width: 120px;
  vertical-align: middle;
}
.clients .client img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6;
}
.clients .client:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .clients .client {
    max-width: 200px;
  }
}
/*
# Promo Box
--------------------------------------------------------------*/
.promo-box {
  background-image: url("../images/promo_box_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.promo-box .link-wrap {
  margin-bottom: 40px;
}

/*
# Contact
--------------------------------------------------------------*/
.contact-wrap {
  /*
  background-color: #212121;

  &,
  h1, h2,
  h3, h4,
  h5, h6 {
    color: #ffffff;
  }

  .section-header .separator {
    background-color: rgba(#fff, .5);
  }
  */
}
.contact-wrap .address {
  margin-bottom: 40px;
}
.contact-wrap .address ul {
  padding: 0;
  margin: 0;
}
.contact-wrap .address ul > li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact-wrap .address ul > li:last-child {
  margin-bottom: 0;
}
.contact-wrap .address ul > li .fp-icon {
  float: left;
  margin-right: 20px;
  width: 10px;
}
.contact-wrap .address ul > li .text {
  display: block;
  overflow: hidden;
}
.contact-wrap .address ul > li a {
  color: #414243;
}
.contact-wrap .address ul > li a:hover {
  color: #9a70fa;
}
.contact-wrap .social-links {
  margin-bottom: 40px;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .action-message {
  margin-bottom: 20px;
}
.contact-form .action-message .contact-success,
.contact-form .action-message .contact-error {
  display: none;
  margin-bottom: 0;
  padding: 5px 10px;
}
.contact-form input,
.contact-form textarea {
  background-color: rgba(0, 0, 0, 0.05);
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent transparent #999999;
  padding: 12px 20px 13px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent transparent #616263;
}
.contact-form label {
  color: #ff0000;
  font-weight: 300;
}
.contact-form .entry-field {
  margin-bottom: 25px;
}
.contact-form .btn {
  margin-top: 20px;
}

/*
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #191919;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
  text-align: center;
  color: #999999;
}
.footer .footer-nav {
  padding: 0;
  margin: 0 0 20px;
}
.footer .footer-nav li {
  display: inline-block;
  list-style-type: none;
}
.footer .footer-nav li a {
  padding: 2px 8px;
  color: #999999;
}
.footer .footer-nav li a:hover {
  color: #9a70fa;
}

@media screen and (min-width: 769px) {
  .footer {
    text-align: left;
  }
  .footer .footer-nav {
    float: right;
    margin-bottom: 0;
  }
}
