/*
Template Name: Imply - Responsive Startup Landing Page
Author: Frontpixels
Author URI: http://frontpixels.com/
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Off Canvas
# Header
# Clients
# Promo Section
# Subscribe
# Statistics
# Features
# Plans
# Review
# Team
# FAQ
# Blog
# 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;
}

/*
# Header
--------------------------------------------------------------*/
.fp-header {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
}
.fp-header .overlay-inner {
  padding: 180px 0px 100px;
}
.fp-header .head-title {
  font-size: 3.8em;
  font-weight: 800;
  margin-bottom: 40px;
}
.fp-header .head-title span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: .5em;
  font-style: italic;
  font-weight: 400;
}
.fp-header .play-btn {
  background-color: rgba(16, 16, 16, 0.6);
  color: #ffffff;
  display: inline-block;
  font-size: 2em;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fp-header .play-btn:hover {
  background-color: #f44336;
}
.fp-header .play-btn i, .fp-header .play-btn span {
  margin-left: 5px;
}
.fp-header .watch-video {
  margin-bottom: 40px;
}
.fp-header .watch-video .fp-meta {
  display: block;
}
.fp-header .btn-panel {
  margin-bottom: 40px;
}
.fp-header .down-icon {
  position: absolute;
  bottom: 65px;
  left: 50%;
  color: #ffffff;
  font-size: 1.5em;
  opacity: .6;
  z-index: 2;
  -webkit-animation: scrollDown 1s linear 1s infinite alternate;
  animation: scrollDown 1s linear 1s infinite alternate;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 65px;
  }
  25% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  75% {
    bottom: 50px;
  }
  100% {
    bottom: 45px;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 65px;
  }
  25% {
    bottom: 60px;
  }
  50% {
    bottom: 55px;
  }
  75% {
    bottom: 50px;
  }
  100% {
    bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .fp-header .overlay-inner {
    padding: 240px 0 140px;
  }
  .fp-header .head-title {
    font-size: 4.3em;
  }
}


/*
# Promo Section
--------------------------------------------------------------*/
.promo-text {
  padding-top: 30px;
  margin-bottom: 30px;
}

/*
# 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: #424242;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.68;
  letter-spacing: .04em;
  overflow-x: hidden;
}

p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #f44336;
}
a:hover, a:focus, a:active {
  color: #d32f2f;
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #212121;
  font-weight: 700;
  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%;
}

.btn {
  font-size: .85em;
  font-weight: 400;
  padding: 8px 25px;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.btn i, .btn span {
  margin-right: 5px;
}

.btn.btn-sm {
  font-size: .75em;
  padding: 5px 18px;
}

.btn.btn-lg {
  font-size: 1em;
  padding: 14px 40px;
}

.btn-primary {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}

.btn-panel p {
  margin-bottom: 10px;
}
.btn-panel p p:last-child {
  margin-bottom: 0;
}

.more-btn {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.block-center {
  float: none;
  margin: 0 auto;
}

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

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

.align-right {
  text-align: center;
}

.block-image img {
  margin-bottom: -30px;
}

.fp-meta {
  color: #999999;
  font-size: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.highlight-text {
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
}

.fp-hr {
  margin: 0 0 10px;
  width: 50px;
  border-color: #f44336;
}

.fp-list {
  padding: 0;
}
.fp-list li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 24px;
}
.fp-list li i {

  position: absolute;
  top: 2px;
  left: 0;
  color: #f44336;
  font-family: ionicons;
}

.overlay-black,
.overlay-white,
.overlay-primary {
  padding: 0 !important;
}

.overlay-black .overlay-inner,
.overlay-black .overlay-inner h1, .overlay-black .overlay-inner h2,
.overlay-black .overlay-inner h3, .overlay-black .overlay-inner h4,
.overlay-black .overlay-inner h5, .overlay-black .overlay-inner h6,
.overlay-black .overlay-inner .fp-meta,
.overlay-primary .overlay-inner,
.overlay-primary .overlay-inner h1,
.overlay-primary .overlay-inner h2,
.overlay-primary .overlay-inner h3,
.overlay-primary .overlay-inner h4,
.overlay-primary .overlay-inner h5,
.overlay-primary .overlay-inner h6,
.overlay-primary .overlay-inner .fp-meta {
  color: #ffffff;
}

.overlay-black .overlay-inner {
  background-color: rgba(16, 16, 16, 0.6);
}

.overlay-white .overlay-inner {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay-primary .overlay-inner {
  background-color: rgba(244, 67, 54, 0.6);
}

.section {
  background-color: #FFFFFF;
  padding: 80px 0 20px;
}

.promo-section {
  padding: 60px 0 30px;
}

.section-bg {
  background-color: #f7f8fa;
}

.section-header {
  margin-bottom: 60px;
}
.section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: 400;
}
.section-header .section-title span {
  color: #f44336;
}

.overlay-black.section,
.overlay-white.section,
.overlay-primary.section {
  padding: 0;
}
.overlay-black .overlay-inner,
.overlay-white .overlay-inner,
.overlay-primary .overlay-inner {
  padding: 100px 0 60px;
}

.social-links a {
  font-size: 1.7em;
  line-height: 1;
  padding: 2px 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-links a:hover {
  color: #f44336;
}

.social-links.brand-color a.facebook {
  color: #3b5998;
}
.social-links.brand-color a.twitter {
  color: #55acee;
}
.social-links.brand-color a.g-plus {
  color: #dc4e41;
}
.social-links.brand-color a.linkedin {
  color: #e68523;
}
.social-links.brand-color a.pinterest {
  color: #bd081c;
}
.social-links.brand-color a.youtube {
  color: #cd201f;
}
.social-links.brand-color a.tumblr {
  color: #3b5998;
}
.social-links.brand-color a.instagram {
  color: #3f729b;
}

.social-links.brand-bg a {
  color: #ffffff !important;
}
.social-links.brand-bg a.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.twitter {
  background-color: rgba(85, 172, 238, 0.8);
}
.social-links.brand-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-bg a.g-plus {
  background-color: rgba(220, 78, 65, 0.8);
}
.social-links.brand-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-bg a.linkedin {
  background-color: rgba(230, 133, 35, 0.8);
}
.social-links.brand-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-bg a.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}
.social-links.brand-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-bg a.youtube {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.youtube:hover {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.tumblr {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.tumblr:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.instagram {
  background-color: rgba(63, 114, 155, 0.8);
}
.social-links.brand-bg a.instagram:hover {
  background-color: rgba(63, 114, 155, 0.8);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -200px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  height: 36px;
  width: 36px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #FFFFFF;
}
.scroll-top:hover {
  background-color: black;
}

.sticky-nav .scroll-top {
  bottom: 30px;
  opacity: 1;
}

/*
# Header
--------------------------------------------------------------*/
.statistics {
  background-image: url("/static/skin/vip/img/statistic_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.statistics .overlay-inner {
  padding: 60px 0 20px;
}

.statistic-box {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.statistic-box .fp-icon {
  background-color: rgba(244, 67, 54, 0.8);
  color: #ffffff;
  display: inline-block;
  font-size: 1.7em;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.statistic-box .title {
  font-size: 2em;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.statistic-box .meta-text {
  display: block;
}

/*
# Features
--------------------------------------------------------------*/
.feature-img {
  margin-bottom: 40px;
}

.text-box {
  margin-bottom: 40px;
}
.text-box .fp-icon,
.text-box .fp-icon-small {
  display: inline-block;
  color: #424242;
  line-height: 1;
}
.text-box .fp-icon {
  font-size: 3.5em;
  margin-bottom: 12px;
  color: #f44336;
}
.text-box .fp-icon-small {
  font-size: 3em;
  margin-bottom: 12px;
}
.text-box .title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/*
# Plans
--------------------------------------------------------------*/
.pricing-table {
  margin-bottom: 40px;
  background-color: #ffffff;
  text-align: center;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15);
}
.pricing-table .pricing-header {
  padding: 20px 20px 15px;
  text-align: center;
}
.pricing-table .plan-name {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: .1em;
  color: #424242;
}
.pricing-table .price {
  color: #212121;
  font-family: "Playfair Display", serif;
  font-size: 2.7em;
  font-weight: 800;
}
.pricing-table .currency-symbol,
.pricing-table .duration {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #424242;
}
.pricing-table .currency-symbol {
  vertical-align: super;
  font-size: .5em;
}
.pricing-table .duration {
  margin-left: -9px;
  font-size: .4em;
}
.pricing-table ul {
  padding: 0;
  margin-bottom: 0;
}
.pricing-table ul li {
  list-style: none;
  padding: 10px 20px;
  border-top: 1px dotted;
  border-color: rgba(0, 0, 0, 0.2);
}
.pricing-table ul li i {
  display: inline-block;
  margin-right: 10px;
  font-family: ionicons;
  color: #25921f;
 /* vertical-align: middle;

  font-size: 1.3em;*/
}
.pricing-table ul > li.disable {
  text-decoration: line-through;
  color: #999999;
}
.pricing-table ul > li.disable i {
  display: inline-block;
  margin-right: 10px;
  font-family: ionicons;
  color: #ff0000;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 20px;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.pricing-table.highlight .price {
  color: #f44336;
}
.pricing-table.highlight .btn-default {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff !important;
}
.pricing-table.highlight .btn-default:hover, .pricing-table.highlight .btn-default:focus, .pricing-table.highlight .btn-default:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}





/*
# Blog
--------------------------------------------------------------*/
.blog-posts .btn-panel {
  margin: 40px 0 40px;
  text-align: center;
}
.blog-posts .fp-post {
  margin-bottom: 40px;
}
.blog-posts .fp-post::before, .blog-posts .fp-post::after {
  content: '';
  display: table;
  visibility: hidden;
}
.blog-posts .fp-post::after {
  clear: both;
}
.blog-posts .post-meta {
  color: #999999;
  font-size: .8em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog-posts .post-meta a {
  color: #424242;
}
.blog-posts .post-meta a:hover {
  color: #f44336;
}
.blog-posts .post-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.48;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.blog-posts .post-title a {
  color: #212121;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.blog-posts .post-title a:hover {
  color: #f44336;
}
.blog-posts .thumb-container {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 668px) {
  .blog-posts .thumb-container {
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .blog-posts .post-desc {
    overflow: hidden;
  }
}

/*
# 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 a {
  color: #ffffff;
}
.footer a:hover {
  color: #f44336;
}
.footer .social-links {
  padding: 0;
  margin: 0 0 20px;
}
.footer .social-links a {
  font-size: 1.4em;
}

@media screen and (min-width: 769px) {
  .footer {
    text-align: left;
  }
  .footer .social-links {
    float: right;
    margin: 2px 0 0;
  }
  .footer .social-links a {
    padding: 0;
    margin-left: 12px;
  }
}
