/* ------------------------------------------------------------------------------

  Template Name: Vanessa
  Description: Vanessa - Easy Startup Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
  4.  Partners

      4.1 Owl carousel

  5.  About

      5.1 Product
      5.2 Charts
      5.3 Video section
      5.4 Magnific popup

  6.  Features
  7.  Reviews
  8.  Prices
  9.  Contacts
  10. Footer
  11. Modals
  12. Responsive styles

      12.1 Max width 767px
      12.2 Min width 768px
      12.3 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("owl.carousel.css");
@import url("owl.transitions.css");

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
  color: #909090;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #7121ad;
}

::selection {
  background-color: #7121ad;
  color: #fff;
}

-webkit-::selection {
  background-color: #7121ad;
  color: #fff;
}

::-moz-selection {
  background-color: #7121ad;
  color: #fff;
}

/* 1.2 Loader */

.loader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7121ad;
  color: #fff;
  text-align: center;
}

.loader-brand {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 1.3 Typography */

h1,
.h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 30px 0;
}

h2,
.h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #4b4b4c;
}

h3,
.h3 {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #4b4b4c;
  margin: 0;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

.inline-list li {
  margin-right: 20px;
}

ol li,
ul li {
  margin-top: 10px;
}

p {
  margin: 10px 0 0;
}

blockquote {
  margin: 40px 0;
  background-color: #f7f7f7;
  padding: 40px 80px 40px;
  position: relative;
  border-left-color: #7121ad;
  font-size: inherit;
  line-height: 1.7;
  color: #6b6b6b;
}

blockquote:after,
q:after {
  content: "\f10e";
  color: #dbdbdb;
  font-family: "FontAwesome";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}

blockquote * {
  margin: 0;
}

a {
  color: #7121ad;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a:hover,
a:focus {
  color: #7121ad;
  outline: none;
}

a:focus {
  text-decoration: none;
}

/* 1.4 Fields */

.form-control,
textarea.form-control {
  height: 50px;
  color: #9f9f9f;
  border-radius: 30px;
  padding-left: 22px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

.form-control:focus {
  border-color: #7121ad;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
  padding-top: 14px;
  border-radius: 30px;
  resize: none;
}

.form-control::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9f9f9f;
}

.form-control::-webkit-input-placeholder {
  color: #9f9f9f;
}

.form-control.error {
  border-bottom: 1px solid #d99675;
}

.wobble-error {
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 20px 0;
}

label.error .fa {
  margin-right: 4px;
}

.b-primary {
  border-color: #7121ad;
}

/* 1.5 Buttons */

.btn {
  position: relative;
  display: inline-block;
  background: #7121ad;
  border: 2px solid #7121ad;
  padding: 15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.btn .fa {
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  border-color: #ff6548;
  background-color: transparent;
  color: #7121ad;
}

.btn:hover .fa {
  color: #7121ad;
}

.btn-light,
.btn-light:after,
.btn-light:focus {
  color: #fff;
}

.btn-light {
  color: #000;
  background-color: #dadada;
}

.btn-b-white {
  color: #fff;
  border-color: #fff;
}

.btn-b-white:hover,
.btn-b-white:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7121ad;
}

/* 1.6 Icons */

.fa {
  display: inline-block;
  color: #7121ad;
}

a.fa:hover,
a.fa:focus {
  text-decoration: none;
}

.icon-link .fa {
  vertical-align: middle;
  margin-left: 5px;
}

/* 1.7 Colors */

.text-white {
  color: #fff;
}

.text-opacity {
  opacity: 0.7;
}

.text-dark {
  color: #000;
}

.text-primary {
  color: #7121ad;
}

/* 1.8 Backgrouns */

.bgc-white {
  background-color: #fff;
}

.bgc-light {
  background-color: #f7f7f7;
}

.bgc-primary {
  background-color: #7121ad;
}

/* 1.9 Content styles */

.layout {
  overflow: hidden;
}

.section,
.section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sm {
  padding: 100px 0;
}

.section-title {
  margin: 0 0 15px 0;
}

.icon-title {
  margin-bottom: 20px;
}

.banner-title {
  font-size: 34px;
  margin: 0 0 15px 0;
}

.section-body {
  margin-top: 80px;
}

.top-space {
  margin-top: 25px;
}

.top-base {
  margin-top: 50px;
}

.masked {
  position: relative;
}

.masked:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.rel-1 {
  position: relative;
  z-index: 1;
}

.mobile * {
  background-attachment: scroll !important;
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.navbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.navbar-toggle {
  margin-top: 20px;
}

.navbar-toggle .icon-bar {
  background-color: #7121ad;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}

@media (max-height: 320px) {
  .navbar .navbar-collapse {
    max-height: 240px;
  }
}

/* 2.1 Brand */

.brand {
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus {
  text-decoration: none;
}

.brand-img-white {
  display: inline-block;
}

.brand-img {
  display: none;
}

/* 2.2 Navigation */

.navbar-nav {
  padding-top: 27px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.navbar-nav li {
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a {
  background-color: transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
  background-color: #7121ad;
}

.navbar-nav li ul {
  font-size: 14px;
}

.navbar-nav li li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.navbar-nav li li:last-child {
  border-bottom: 0;
}

.navbar-nav li li a {
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.navbar-nav li li a .fa {
  margin-right: 10px;
}

.navbar-nav li:hover {
  z-index: 1;
}

.navbar-nav li:hover > ul {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}

/* 2.3 Affix */

.navbar.affix {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.navbar.affix .brand-img-white {
  display: none;
}

.navbar.affix .brand-img {
  display: inline-block;
}

.navbar.affix .navbar-nav {
  padding-top: 15px;
}

.navbar.affix .navbar-nav li a {
  color: #4b4b4c;
}

.navbar.affix .navbar-nav > li > a:hover,
.navbar.affix .navbar-nav > .active > a {
  color: #fff;
}

.navbar.affix .navbar-toggle {
  margin-top: 10px;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar {
  background-color: #7121ad;
}

/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/

.masthead {
  background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.masthead-inner {
  background: url(../img/bg/masthead-inner.jpg) 50% no-repeat;
  background-size: cover;
}

.masthead-inner h1 {
  margin-bottom: 20px;
}

.masthead-video.masked:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.video {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener {
  color: #fff;
  padding: 170px 0 90px;
}

.inner-page {
  color: #fff;
  padding: 100px 0 100px;
  margin-top: 73px;
}

.lead {
  font-size: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.lead-text {
  opacity: 0.7;
}

.lead-controls {
  margin-top: 20px;
}

.lead-controls a {
  margin-top: 20px;
  vertical-align: middle;
}

.play-home {
  font-size: 15px;
  display: inline-block;
}

.play {
  display: inline-block;
}

.play .fa {
  padding: 1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.play:hover {
  text-decoration: none;
}

.btn-lead {
  margin-right: 20px;
}

.btn-lead:hover,
.btn-lead:focus {
  color: #fff;
  border-color: #fff;
}

.play-home .fa {
  padding: 1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 50px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.play:hover {
  text-decoration: none;
  color: #fff;
}

.play:hover .fa {
  color: #7121ad;
}

.content {
  position: relative;
  background-color: #fff;
}

.content-inner {
  padding-top: 60px;
}

.intro {
  padding: 0px 0 30px;
}

/* Breadcrumbs */

.breadcrumbs {
  padding: 22px 0 22px;
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.breadcrumbs li {
  float: left;
  margin: 0;
}

.breadcrumbs .active a,
.breadcrumbs a:hover {
  color: #7121ad;
}

.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs li a:after {
  display: inline-block;
  content: "/";
  margin: 0 10px;
}

.breadcrumbs li:last-child a:after {
  display: none;
}

/* ------------------------------------------------------------------------------- */
/*  4. Partners
/* ------------------------------------------------------------------------------- */

.partners {
  text-align: center;
  padding: 30px 0;
}

.partners .owl-controls {
  position: absolute;
  left: 0;
  margin-top: -20px;
}

.partner {
  opacity: 0.4;
  padding: 0 65px;
}

.partner img {
  margin: 0 auto;
}

/* 4.1 Owl carousel */

.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 50px;
}

.owl-controls .owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
  margin: 0 7px;
}

.owl-controls .owl-page span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0e0e0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #7121ad;
}

/* ------------------------------------------------------------------------------- */
/*  5. About
/* ------------------------------------------------------------------------------- */

.row-columns {
  margin-top: -50px;
}

.column {
  margin-top: 50px;
}

/* 5.1 Product */

.animatePhone {
  -webkit-animation-name: animatePhone;
  animation-name: animatePhone;
}

@-webkit-keyframes animatePhone {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-80deg) translateZ(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateZ(0px);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
  }
}

@keyframes animatePhone {
  0% {
    opacity: 0;
    transform: rotateX(-80deg) translateZ(0px);
  }

  50% {
    transform: rotateX(0deg) translateZ(0px);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

/* 5.2 Charts */

.col-pie {
  display: inline-block;
}

.chart {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  color: #4d606f;
}

.chart-content {
  position: absolute;
  top: 28px;
  left: 40px;
  right: 40px;
  text-align: center;
}

.chart-title {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 7px;
}

.chart-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #323c46;
}

.line {
  display: block;
  width: 40px;
  margin: 12px auto;
  border-radius: 3px;
  border-top: 3px solid #7121ad;
}

.chart-type {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

/* 5.3 Video section */

.video-section {
  background: url(../img/bg/video-section.jpg) 0 0 no-repeat;
  background-size: cover;
}

.video-section .play {
  margin-bottom: 30px;
}

/* 5.4 Magnific popup */

.mfp-figure {
  box-shadow: none;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img {
  min-height: 220px;
}

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-title {
  font-size: 20px;
  color: #d4b068;
}

.mfp-bg {
  background-color: #000;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ------------------------------------------------------------------------------- */
/*  6. Features
/* ------------------------------------------------------------------------------- */

.feature-img {
  margin: 0 auto;
  max-width: 100%;
}

/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */

.review {
  padding: 0 20px;
}

.review .fa {
  font-size: 1.5em;
  margin: 15px 0;
}

/* ------------------------------------------------------------------------------- */
/*  8. Prices
/* ------------------------------------------------------------------------------- */

.prices {
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}

.col-price {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  position: relative;
  padding: 7px;
  text-align: center;
}

.price-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

.price-inner {
  padding-bottom: 40px;
}

.price-title {
  padding: 20px;
  margin-bottom: 0;
}

.price {
  padding: 40px 0;
  line-height: 1;
  color: #000;
  background-color: #dedede;
}

.price-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  font-weight: 400;
}

.price-amount {
  font-size: 60px;
}

.price-delimiter {
  font-size: 40px;
  font-weight: 300;
}

.price-period {
  font-size: 20px;
}

.price-features {
  padding: 30px 0;
}

.price-features ul {
  margin-top: 0;
}

.price-features ul li {
  padding: 8px 0;
}

.col-price.leading {
  z-index: 1;
}

.col-price.leading .price {
  color: #fff;
  background-color: #7121ad;
}

/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */

.contacts.section {
  padding-bottom: 0;
}

.col-contact:first-child {
  border-left: 0;
}

.map {
  width: 100%;
  height: 550px;
  border: 0;
  text-align: center;
}

.map-info {
  text-align: left;
}

.map-address {
  display: block;
  margin-top: 20px;
  width: 230px;
}

.map-address-row {
  margin-bottom: 10px;
  overflow: hidden;
}

.map-address-row .fa {
  font-size: 16px;
  padding: 2px 1px 1px;
  float: left;
  width: 25px;
}

.map-address-row .text {
  display: block;
  overflow: hidden;
}

.gmap-open {
  margin-top: 15px;
}

/* ------------------------------------------------------------------------------- */
/*  Blog
/* ------------------------------------------------------------------------------- */

/* Post */

.post {
  margin-bottom: 50px;
}

.post-header {
  margin: 30px 0 20px;
}

.post-meta {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.post-meta li {
  float: left;
  margin-right: 25px;
}

.post-meta li .fa {
  color: #c6c6c6;
}

.btn-post-read {
  margin-top: 30px;
}

/* Post share */

.post-controls {
  border-top: 1px solid #dbdbdb;
  padding: 15px 0;
  margin: 40px 0;
}

.post-controls a,
.post-controls .fa {
  color: #b6b6b6;
}

.post-controls a:hover .fa {
  color: #7121ad;
}

.post-controls a:hover {
  text-decoration: none;
}

.post-share {
  float: left;
}

.post-share ul {
  margin-top: -10px;
  margin-bottom: 0;
}

/* Comments */

.entry-comment {
  float: right;
}

.comment-reply-title {
  margin-bottom: 20px;
}

.form-double .form-group {
  float: left;
  padding-right: 5px;
  width: 50%;
}

/* Right sidebar */

.search-field {
  height: 40px;
}

.search-submit {
  position: absolute;
  right: 25px;
  top: 10px;
  background: none;
  border: 0;
  font-size: 17px;
  color: #cacaca;
}

.search-submit:focus {
  outline: none;
}

.widget {
  margin-bottom: 50px;
}

.widget a {
  color: #3d3d3d;
}

.widget a:hover {
  color: #f78243;
  text-decoration: none;
}

.widget a:hover {
  text-decoration: none;
}

.widget-title {
  margin-bottom: 25px;
}

.widget_categories ul li {
  text-align: right;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #f78243;
  border-bottom: 1px solid #e7e7e7;
}

.widget_categories ul li a {
  float: left;
  display: inline-block;
  font-size: 14px;
}

.post-item {
  margin-bottom: 20px;
}

.post-info {
  margin-top: 5px;
  color: #7121ad;
  font-size: 13px;
}

.post-item h4 {
  font-weight: 400;
}

.tagcloud a {
  display: inline-block;
  background: #efefef;
  border: 1px solid #efefef;
  float: left;
  font-size: 11px;
  padding: 5px 7px 5px 7px;
  margin: 0px 5px 5px 0px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.tagcloud a:hover {
  color: #fff;
  background-color: #7121ad;
}

/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */

.footer {
  padding: 60px 0 40px;
}

.social a {
  display: inline-block;
  padding: 1px;
  margin: 0 15px;
  color: #c2c2c2;
}

.social a:hover {
  color: #7121ad;
}
.copy {
  margin-top: 30px;
}

/* ------------------------------------------------------------------------------- */
/*  11. Modals
/* ------------------------------------------------------------------------------- */

body:not(.modal-open) {
  padding-right: 0 !important;
}

.modal {
  color: #fff;
  text-align: center;
}

.modal .form-control {
  border: 0;
}

.modal label.error {
  color: #fff;
}

.modal.fade .modal-dialog {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal-content {
  border: 0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.modal.fade.in .modal-content {
  opacity: 1;
  webkit-transform: translateZ(0) rotateX(0);
  -ms-transform: translateZ(0) rotateX(0);
  -o-transform: translateZ(0) rotateX(0);
  transform: translateZ(0) rotateX(0);
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin: 25px auto;
}

.modal-content {
  background-color: #7121ad;
  padding: 20px 30px 40px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  border: 0;
  min-height: 0;
  text-align: center;
}

.close {
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal-header .close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title {
  font-size: 25px;
  color: #fff;
}

.modal-title,
.modal-title i {
  font-weight: normal;
}

.modal-subtitle {
  font-size: 16px;
  font-weight: 300;
}

.modal-body {
  padding: 20px 0 0;
}

.modal-body .form-group {
  margin-bottom: 30px;
}

.modal-message .modal-content {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 12.1 Max width 767px */

@media (max-width: 767px) {
  /* Content styles */

  .top-space-sm {
    margin-top: 25px;
  }
}

/* 12.2 Min width 768px */

@media (min-width: 768px) {
  /* Typography */

  h1,
  .h1 {
    font-size: 46px;
  }

  /* Content styles*/

  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-lg {
    padding-top: 185px;
    padding-bottom: 185px;
  }

  /* Home */

  .opener {
    padding: 240px 0 160px;
  }

  /* Navigation */

  .navbar-nav > li {
    border-bottom: 0;
    margin-left: 25px;
  }

  .navbar-nav li a {
    position: relative;
    padding: 0;
    color: #fff;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover {
    background-color: transparent;
  }

  .navbar-nav li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 1px solid #7121ad;
    margin-top: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .navbar-nav li:hover:after,
  .navbar-nav .active:after {
    width: 100%;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a {
    color: #7121ad;
  }

  /* Prices */

  .col-price {
    width: 45%;
  }

  /* Modals */

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }
}

/* 12.3 Min width 992px */

@media (min-width: 992px) {
  /* Content styles */

  .row-padding {
    margin-left: -40px;
    margin-right: -40px;
  }

  .column-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* Navigation */

  .navbar-nav > li {
    border-bottom: 0;
    margin-left: 36px;
  }

  /* Features */

  .col-feature {
    margin-top: 9%;
  }

  /* Video section */

  .video-section {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  /* Prices */

  .row-price {
    text-align: center;
  }

  .col-price {
    width: 30%;
  }

  /* Contacts */

  .col-contact {
    border-left: 1px solid #e1e1e1;
  }
}

/* 12.4 Min width 1200px */

@media (min-width: 1200px) {
  /* Home */

  .opener {
    padding: 300px 0 230px;
  }
}
