/* ------------------------------------------------------------------------------

  Template Name: Felix.
  Description: Felix. - Multipurpose 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
      3.1 Magnific popup
  4.  Features
  5.  Prices
  6.  Reviews
  7.  Partners

      7.1 Owl Carousel

  8. Contacts
  9.  Footer
  10. Modals
  11. Responsive styles
      11.1 Min width 768px
      11.2 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('ionicons.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');

html{
  font-size: 87%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Lora', serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.62;
  color:#767676;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ff7b7b;
}

::selection{
  background-color:#ff7b7b;
  color:#fff;
}

-webkit-::selection{
    background-color:#ff7b7b;
    color:#fff;
}

::-moz-selection{
    background-color:#ff7b7b;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  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-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 4.1em;
  line-height: 1.1;
  margin:0 0 0.3em;
}

h2,
.h2{ 
  font-family: 'Poppins', sans-serif;
  position: relative;
  font-size: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #343434;
  margin-bottom: 0.5em;
}

h3,
.h3{
  font-family: 'Poppins', sans-serif;
  font-size: 1.15em;
  line-height: 1.25;
  font-weight: 700;
  color:#343434;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
}

h4,
.h4{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  color:#343434;
  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;
}

a {
  color:#ff7b7b;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#ff7b7b;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  color: #9F9F9F;
  border-radius: 0.3em;
  padding: 1.4em 2em 1.4em;
  height: 3.2em;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

#subscribe .mc-fields {
  transition: all 1s;
  opacity: 1;
  position: relative;
  height: 70px;
  overflow: hidden;
  display: block;
}
#subscribe .mc-fields.processed {
  opacity: 0;
  height: 1px;
}

#mc-form input.form-control{
  height: 3.5em;
}

.form-control:focus {
  border-color: #ff7b7b;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


textarea.form-control{
  padding-top: 1em;
  border-radius: 1.5em;
  height: 7em;
  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-color: #ff7b7b;
}

.input-group-btn{
  font-size: inherit;
}

.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,
#mc-notification{
  font-family: 'Poppins', sans-serif;
  display: block;
  text-align: left;
  font-size: 0.9em;
  font-weight: 400;
  margin:10px 20px 0;
  text-align: center;
}

label.error .fa{
  margin-right: 4px;
  color:#ff7b7b;
}

.b-primary{
  border-color:#ff7b7b;
}



/* 1.5 Buttons */



.btn{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  display: inline-block;
  background:#ee2324;
  /*border:2px solid #ee2324;*/
  padding: 1.2em 1.7em 1.2em;
  border-radius: .3em;
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .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:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn:hover .fa{
  color: #ff7b7b;
}

.btn-b-primary{
  border-color:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn-b-primary:hover,
.btn-b-primary:focus{
  background:#ff7b7b;
  border-color:#ff7b7b;
  color:#fff;
}

.btn-b-gray{
  border-color: rgba(35, 35, 35, 0.1);
  border-width: 2px;
  background-color: transparent;
  color:#343434;
}


.btn-b-white{
  border-color:#fff;
  background-color:transparent;
}



/* 1.6 Icons */



.icon{
  font-size: 3.8em;
  line-height: 1;
}

.icon-small{
  font-size: 1.5em;
  line-height: 1;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#343434;
}

.text-primary{
  color:#ff7b7b;
}



/* 1.8 Backgrouns */



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

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-gradient{
  background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(234,234,234,1) 100%);
  border-bottom: 1px solid #eaeaea;
}

.bgc-primary{
  background-color:#ff7b7b;
}



/* 1.9 Content styles */



.layout{
  overflow: hidden;
}

.row-columns{
  margin-top: -4em;
}

.column{
  margin-top: 4em;
}

.section{
  padding: 7em 0;
}

.section-sm{
  padding: 4em 0;
}

.section-body{
  margin-top: 6.5em;
}
.section-body-half{
  margin-top: 3.5em;
}
#features-app .section-body{
  margin-top: .5em;
}

.section-title{
  margin-top: 0;
}

.lead-text{
  font-size: 1.4em;
  line-height: 1.68em;
  margin-top: 0;  
}
.subhead{
  line-height: 1.68em;
  margin-top: 1.5em;  
}
#features-app .visible-xs-block .lead-text{
  margin-bottom: 3em;
}

#home .lead-text {
  max-width: 70%;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: linear-gradient(to right, #000, transparent, transparent);
  opacity: .4;
}

.rel-1{
  position: relative;
  z-index: 1;
}

.  *{
  background-attachment: scroll!important;
}

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

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

.top-space-sm{
  margin-top: 2.5em;
}




/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:.5em 0;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-header{
  margin-left: 0!important;
}

.navbar-toggle .icon-bar{
  background-color: #ff7b7b;
  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{
  margin: 1em 0;
  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{
  font-family: 'Poppins', sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 1.5em;
  margin:0;
}

.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: #ee2324;
  border-radius: 30px;
}

.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:0.5em 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.navbar.affix .brand{
  margin: 1em 0;
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .brand-img{
  display: inline-block;
}

.navbar.affix .navbar-nav{
  padding-top: 1.3em;
}

.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,
.navbar-toggle {
  margin-top: 10px;
}

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



/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  background: url(../img/masthead-post-final.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.masthead .btn:hover,
.masthead .btn:focus{
  color: #fff;
  background-color: #f65858;
  border-color: #f65858;
}

.masthead .lead-text{
  opacity: 0.9;
}

.opener{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 13em 0 7em;
  width: 100000px;
  height: 100vh;
}

.control{
  margin-top:2.2em;
}

.control.video-home-cta {
  margin-top:1.5em;
}

#launch-video-popup video {
  max-height: 600px;
}

.control.shop-home-cta .btn {
  min-width: 13em;
}

.play-home{
  opacity: .9;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.play-home:hover,
.play-home:focus{
  opacity: .5;
  text-decoration: none;
  color:#fff;
}

.play-home img{
  display: inline-block;
  width: 3.5em;
}

.play-home span{
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-left: 0.7em;
}



/* 3.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.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: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .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: .5s;
       -o-transition: .5s;
          transition: .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;
}



/* ------------------------------------------------------------------------------- */
/*  4. Features
/* ------------------------------------------------------------------------------- */



.feature-img{
  margin:0 auto;
  max-width: 100%;
}
.feature-img.lista-app-frame {
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,.4));
}

.col-feature-content{
  margin-top: 9em;
}
#features-app .col-feature-content{
  margin-top: 7em;
}

.feature-number{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size:3em;
  line-height: 1;
  width: 1.3em;
}

/* ------------------------------------------------------------------------------- */
/*  5. Shop
/* ------------------------------------------------------------------------------- */

.shop-buy .shop-header {
  padding-bottom: 1em;
}

.shop-buy .shop-card h4 {
  margin-top: 1.3em;
}

.shop-buy .row-shop{
  margin-top: 1.5em;
}

.shop-buy .col-shop{
  text-align: left;
  max-width: 500px;
  display: inline-block;
  position: relative;
  padding: .2em;
}

.shop-buy .shop-card{
  position: relative;
  background-color: #fff;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%) !important;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.shop-buy .shop-inner .shop-header {
  padding-bottom: 0;
}

.shop-buy .shop-title {
  padding: 1.7em 2em;
  margin-bottom: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f7f7;
  position: relative;
}

.shop-buy .shop-card.product-red .shop-title {
  margin-top: 0;
  background: rgb(238,35,36);
  color: #fff;
}
.shop-buy .shop-card.product-blue .shop-title {
  margin-top: 0;
  background: rgb(0,43,69);
  color: #fff;
}
.shop-buy .shop-card.product-green .shop-title {
  margin-top: 0;
  background: rgb(108,142,104);
  color: #fff;
}
.shop-buy .shop-card.product-orange .shop-title {
  margin-top: 0;
  background: rgb(242,169,0);
  color: #fff;
}
.shop-buy .shop-card.product-white .shop-title {
  margin-top: 0;
  background: #fff;
  color: #333;
}

.shop-buy .shop-card .shop-title:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, transparent, #555);
  opacity: .3;
}

.shop-buy .shop-pricing {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-bottom: 1em;
  margin-left: -7%;
}

.shop-buy .shop-pricing .shop-pricing-summary {
  display: inline-block;
  font-size: 75%;
  padding: 0 0 0 0;
  vertical-align: middle;
  padding: 0 0.5em 2em 0.5em;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #767676;
  font-weight: 500;
}

.shop-buy .shop-pricing .shop-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  color: #343434;
  padding-top: 0.5em;
}

.shop-buy .shop-pricing .shop-price {
  display: inline-block;
  color: #343434;
  font-size: 2.8em;
  font-weight: 700;
}

.shop-buy .shop-amount{
  font-size: 4em;
}

.shop-buy .shop-delimiter{
  font-size: 3em;
}

.shop-buy .shop-period {
  font-size: 1em;
}

.shop-buy .shop-features {
  padding:0;
  overflow: hidden;
}
.shop-buy .shop-features img {
  max-width: 100%;
  transition: transform .2s;
}
.shop-buy .shop-features img:hover {
  transform: scale(1.1);
}
.shop-buy .col-shop.leading{
  z-index: 1;
}
.shop-buy .col-shop:nth-child(1){
  animation-delay: 0s;
}
.shop-buy .col-shop:nth-child(2){
  animation-delay: 0.6s;
}
.shop-buy .col-shop:nth-child(3){
  animation-delay: 1.2s;
}
.shop-buy .col-shop:nth-child(4){
  animation-delay: 1.8s;
}
.shop-buy .col-shop:nth-child(5){
  animation-delay: 2.4s;
}
.shop-buy .shop-footer{
  padding: 1em 1.5em;
}

#add-to-cart .modal-content {
  overflow: hidden;
  border-radius: 0.3125rem;
}
#add-to-cart .modal-header {
  padding: 0;
}
#add-to-cart .modal-header .close {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 20px;
  font-size: 2em;
  color: #fff;
}
#add-to-cart .modal-header .modal-title {
  border: 0;
  min-height: 0;
  text-align: center;  
  padding: 1.7em 2em;
  margin-top: 0;
  margin-bottom: 0;  
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;  
  background: rgb(238,35,36);
  color: #fff;
}
#add-to-cart .modal-header.red .modal-title {
  background: rgb(238,35,36);
  color: #fff;
}
#add-to-cart .modal-header.blue .modal-title {
  background: rgb(0,43,69);
  color: #fff;
}
#add-to-cart .modal-header.green .modal-title {
  background: rgb(108,142,104);
  color: #fff;
}
#add-to-cart .modal-header.orange .modal-title {
  background: rgb(242,169,0);
  color: #fff;
}
#add-to-cart .modal-header.white .modal-title {
  background: #fff;
  color: #333;
}
#add-to-cart .modal-header.white .close {
  color: #333;
}
#add-to-cart .modal-header .modal-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, transparent, #555);
  opacity: .3;
}
#add-to-cart .modal-body {
  overflow: hidden;
  padding: 0;
}
#add-to-cart .modal-body img {
  max-width: 100%;
}
#add-to-cart .modal-body .product-options,
.shop-card .product-options {
  padding: 0 1em 1em 1em;
}
#add-to-cart .modal-body .choose-options,
.shop-card .choose-options {
  padding: 1em 1em 0 1em;
}
.shop-card .choose-options:nth-child(2) {
  padding-top: .5em;
}
.shop-card .choose-options .option {
  padding-right: 0;
}
#add-to-cart .modal-body .input-group,
.shop-card .input-group {
  display: block;
}
#add-to-cart .modal-body .form-label, 
.shop-card .form-label {
  font-size: 75%;
  padding: 0 0 0 0;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #767676;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.3em;
}
#add-to-cart .modal-body .form-control, 
.shop-card .form-control {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  border-radius: 0.3em;
  padding: 0.1em 0.5em;
  height: 3.2em;
  box-shadow: none;
  transition: all .15s;
}
.shop-card select.form-control {
  padding: 0.1em 0.25em;
}
#add-to-cart .modal-body .choose-options .shop-currency,
.shop-card .choose-options .shop-currency {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3em;
  color: #343434;
  padding-top: 0.5em;
}
#add-to-cart .modal-body .choose-options .shop-price,
.shop-card .choose-options .shop-price {
  display: inline-block;
  color: #343434;
  font-size: 2.4em;
  font-weight: 700;
}
#add-to-cart .modal-body .choose-options .btn,
.shop-card .choose-options .btn {
  width: 100%;
}

/* ------------------------------------------------------------------------------- */
/*  5. Prices
/* ------------------------------------------------------------------------------- */

.prices{
  text-align: center;
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}

.prices.masked:after{
  background-color: rgba(0,0,0,0.4);
}

.col-price{
  text-align: left;
  width: 100%;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 15px;
}

.price-box{
  position: relative;
  background-color: #fff;
}

.price-inner{
  padding-bottom: 40px;
}

.price-title{
  padding:2em 3em 1.7em;
  margin-bottom: 0;
  font-size:0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f7f7;
}

.price{
  font-family: 'Poppins', sans-serif;
  padding:2em 3em;
  line-height: 1;
  color: #343434;
  border-bottom: 1px solid #dddddd;

}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 2em;
}

.price-amount{
  font-size: 4em;
}

.price-delimiter{
  font-size: 3em;

}

.price-period{
  font-size: 1em;
}

.price-features{
  padding:1em 3em;
}

.price-features ul{
  margin-top: 0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price-title{
  color: #fff;
  background-color: #ff7b7b;
}

.price-footer{
  padding:0 3em;
}



/* ------------------------------------------------------------------------------- */
/*  6. Reviews
/* ------------------------------------------------------------------------------- */

#customer-reviews .testimonials {
  margin-top: 4em;
}
#customer-reviews .media {
  display: flex;
  align-items: flex-start;
}
#customer-reviews .media-body {
  flex: 1;
}
#customer-reviews .review-avatar {
  width: 3.125rem;
  height: 3.125rem;
}
#customer-reviews .review-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50% !important;
  width: 100% !important;
  height: 100% !important;
}
#customer-reviews .review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: 0.3125rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
  padding: 1rem !important;
  margin-bottom: 0.5rem !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}
#customer-reviews .align-items-center {
  align-items: center !important;
}

#customer-reviews .media-body small {
  color: #77838f !important;
}
#customer-reviews .review-quote {
  font-size: 0.875rem;
}
#customer-reviews .order-1 {
  order: 1;
}
#customer-reviews .order-2 {
  order: 2;
}

#customer-reviews .mr-3 {
  margin-right: 1rem !important;
}
#customer-reviews .mb-0 {
  margin-bottom: 0 !important;
}


/* ------------------------------------------------------------------------------- */
/*  6. Trades
/* ------------------------------------------------------------------------------- */

#trades .img-circle {
  width: 250px;
  border: 1px solid #EE2324;
  box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
}
#trades .img-square {
  width: 300px;
  min-height: 275px;
  border: 1px solid #EE2324;
  box-shadow: 1px 1px 7px rgb(0 0 0 / 40%);
  border-radius: 7px;
  background-size: cover;
  display: block;
}
#trades .trade-item {
  padding: 0 1.5em;
}

/* ------------------------------------------------------------------------------- */
/*  7. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding:4em 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: 0;
}

.partner{
  opacity: 0.5;
  padding:2em 3em;

}

.partner img{
  margin:0 auto;
}



/* 7.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2em;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 0.6em;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 1.7em;
  height: 0.3em;
  border-radius: 2px;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#ff7b7b;
}



/* ------------------------------------------------------------------------------- */
/*  8. Contacts
/* ------------------------------------------------------------------------------- */



.map{
  width: 100%;
  height: 30em;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
  font-size: 1.2em;
}

.map-address{
  display: block;
  margin-top:2em;
  width: 20em;
}

.map-address-row{
  margin-bottom:0.7em;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 1.2em;
  padding:2px 1px 1px;
  float: left;
  vertical-align: middle;
  margin:0.1em 0.5em 0 0;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}



/* ------------------------------------------------------------------------------- */
/*  9. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:2em 0;
}

.footer .copy{
  margin-top: 1em;
  font-size: .8em;
}

.social a {
  font-size: 1.5em;
  display: inline-block;
  padding: 1px;
  /* margin-left: 10px; */
  color: #C2C2C2;
  opacity: .8;
}

.social a svg {
  width: 30px;
  height: 30px;
}

.social a:hover{
  color: #ff7b7b;
  text-decoration: none;
}

small, .small {
  font-size: 75%;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;  
}

sub, sup {
  font-size: 60%;
}

/* ------------------------------------------------------------------------------- */
/*  10. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  text-align: center;
}

.modal label.error{
  color: #ff7b7b;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border-radius: 1em;
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  padding: 3em 1.2em;
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-weight: 100;
  line-height: 1;
  color:#9F9F9F;
  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: #ff7b7b;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 2em;
}

.modal-title{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8em;
  color: #ff7b7b;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding: 0 4.2em 3em;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */

/* Phones up to tablet portrait */
@media (max-width: 767px) {
  
  h1, .h1 {
    font-size: 2.75em;
  }
  
  .lead-text {
    font-size: 1.3em;
    line-height: 1.5em;
  }
  
  .masthead {
    background: url(../img/masthead-post-final-mobile.jpg) 100% 0 no-repeat;
    background-size: cover;
  }
  
}


/* 11.1 Min width 768px */
/* tablet portrait and larger */

@media (min-width: 768px){


  html{
    font-size: 94%;
  }
  

  /* Prices */



  .col-price,
  .col-shop {
    width: 33%;
  }


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 29em;
  }
}



/* 11.2 Min width 992px */
/* tablet horizontal / desktop and larger */

@media (min-width: 992px){

  html{
    font-size: 100%;
  }

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

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



  /* Navigation */



  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 3em;
  }

  .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.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #ee2324;
  }
  .navbar.affix .navbar-nav .shop a,
  .navbar.affix .navbar-nav .shop a:hover,
  .navbar.affix .navbar-nav .active.shop a {
    color: #fff;
  }
  
  .navbar .nav li.shop a {
    display: inline-block;
    position: relative;
    margin-top: calc(50%*-1);
    background: #ee2324;
    padding: 1.2em 1.7em 1.2em;
    border-radius: .3em;
  }

  /* Footer */



  .footer .copy{
    margin-top: 0;
  }

}

/* 11.2 Min width 1024px */
/* tablet horizontal / desktop and larger */

@media (min-width: 1500px){
  .col-price, 
  .col-shop {
    width: 18%;
  }
}



