/**
 * Table of Contents:
 *
 * 1.0 - Fonts
 * 2.0 - General
 * 3.0 - Buttons
 * 4.0 - Header
 * 5.0 - Section Price
 * 6.0 - Section About
 * 7.0 - Section Customers
 * 8.0 - Section FAQ
 * 9.0 - Footer
 */

/**
 * 1.0 - Fonts
 */
 @font-face {
   font-family: 'Montserrat';
   src:
     local('Montserrat-Regular'),
     url('../../fonts/Montserrat/Montserrat-Regular.woff') format('woff2'),
     url('../../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Montserrat';
   src:
     local('Montserrat-Light'),
     url('../../fonts/Montserrat/Montserrat-Light.woff') format('woff2'),
     url('../../fonts/Montserrat/Montserrat-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
 }
 @font-face {
   font-family: 'Montserrat';
   src:
     local('Montserrat-Bold'),
     url('../../fonts/Montserrat/Montserrat-Bold.woff') format('woff2'),
     url('../../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
 }

.wrapper {
    margin-top: 74px;
}

.icon,
.price-list li:before {
    font-family: 'Montserrat' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: "\e905";
}

.icon-tumblr:before {
    content: "\e906";
}

.icon-pinterest:before {
    content: "\e900";
}

.icon-google-plus:before {
    content: "\e901";
}

.icon-linkedin:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

/**
 * 2.0 - General
 */
body {
    color: #323a44;
    font-size: 16px;
    line-height: 1;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-color: #fdfdfd;
}

a:focus {
	outline: none;
	text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

/**
 * 3.0 - Buttons
 */
.btn {
    color: #fff;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 14px 29px 11px;
    border: none;
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

.btn:focus,
.btn:active:focus,
.btn:active {
    outline: 0 !important;
}

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

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
    background-color: #74797f;
}

.btn-default:hover,
.btn-default:active {
    color: #fff;
    background-color: #4c545c;
}

.btn-danger {
    background-color: #FF2860;
}

.btn-primary {
    background-color: #136c93;
}

.btn-info {
    background-color: #24acb3;
}

.btn-transparent {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}

/**
 * 4.0 - Header
 */
.header {
    padding: 33px 0 30px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.04);
}

.head-logo {
    margin-top: 3px;
    display: inline-block;
}

.head-data {
    float: right;
}

.head-nav {
    float: left;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-right: 50px;
}

.head-nav ul {
    margin: 13px 0 0 0;
    padding: 0;
    list-style: none;
}

.head-nav li {
    float: left;
    margin-right: 52px;
}

.head-nav li:last-child {
    margin-right: 0;
}

.head-nav a {
    color: #5b6676;
    display: inline-block;
    -webkit-transition: color 0.15s linear 0s;
    -moz-transition: color 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}

.head-nav a:hover {
    color: #FF2860;
    text-decoration: none;
}

.head-btn {
    float: left;
    border-radius: 3pt !important;
    background: #FF2860 !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    background: transparent;
    color: #5b6676;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 12px;
}

.head-btn:hover {
    text-decoration: none;
}
/**
 * 5.0 - Section Price
 */
.section-price {
    padding-top: 60px;
    padding-bottom: 100px;
}

.price-intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2;
}

.price-intro h2 {
    color: #323a44;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 44px;
    font-weight: normal;
    line-height: 58px;
    margin-bottom: 18px;
    position: relative;
    margin: 0 auto;
}

.price-intro h3 {
    color: #979ba0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    margin-top: 20px;
}

.price-intro strong {
    font-weight: normal;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.price-btn {
    margin-bottom: 17px;
}

.price-btn .btn {
    color: #323a44;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    padding: 13px 58px;
    background-color: transparent;
    border: 1px solid #ebebeb;
}

.price-btn .btn.active {
    color: #fff;
    background-color: #FF2860 !important;
	border-color: #FF2860 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.price-btn .btn:hover,
.price-btn .btn:active {
	background-color: #f5f5f5;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.price-item {
    color: #323a44;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price-item .price-annual {
    display: none;
}

.price-type {
    color: #979ba0;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    padding: 27px 0;
    text-transform: uppercase;
}

.price-amount {
    padding: 27px 0 22px;
    background-color: #fafafa;
}

.price-amount sup {
    top: -27px;
    font-size: 44px;
    margin-right: 4px;
}

.price-amount span {
    font-size: 70px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.price-amount sub {
    bottom: 1px;
    font-size: 22px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-left: 2px;
}

.price-buy {
    padding-top: 16px;
    padding-bottom: 30px;
}

.price-buy .btn {
    padding-left: 16px;
    padding-right: 16px;

    border-radius: 3pt !important;
    background: #FF2860 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.price-link {
    font-size: 18px;
    line-height: 22px;
    color: #323a44;
    display: block;
    margin-bottom: 24px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.price-link a {
    text-decoration: underline;
    font-weight: bold;
}

.price-link a:hover {
    text-decoration: none;
}

.price-info {
    margin: 0 25px;
    padding: 33px 0 29px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.price-info span {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
}

.price-socials {
    margin: 27px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: justify;
    font-size: 0px;
    display: none;
}

.price-socials:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.price-socials li {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #acafb3;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.price-socials .icon {
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.price-list {
    margin: 0 25px;
    padding: 34px 0 42px;
    list-style: none;
    text-align: left;
    width: 230px;
    margin: 0 auto;
}

.price-list li {
    font-size: 18px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 30px;
    position: relative;
}

.price-list li:last-child {
    margin-bottom: 0;
}

.price-list li:before {
    content: "\e905";
    position: absolute;
    left: 0;
    top: 4px;
    color: #FF2860;
}

.price-list li.disabled {
    color: #d8d6d6;
}

.price-list li.disabled:before {
    display: none;
}

/**
 * 6.0 - Section About
 */

.section-about {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 19px;
    line-height: 27px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 46px 0;
    background-image: url('../images/about-bg.jpg');
    background-color: #343d44;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.section-about h2 {
    opacity: 0.9;
    color: #fff;
    font-weight: normal;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 8px;
    position: relative;
    margin-top: 0;
    margin-bottom: 18px;
}

.section-about h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    opacity: 0.9;
}

.section-about p {
    margin-bottom: 22px;
}

.section-about .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.about-inner {
    position: relative;
    padding-left: 285px;
    max-width: 800px;
}

.icon-suitcase {
    width: 96px;
    height: 95px;
    background: url('../images/suitcase.png') no-repeat;
    display: block;
    position: absolute;
    left: 130px;
    top: -1px;
}

/**
 * 7.0 - Section Customers
 */
.section-customers {
    padding: 30px 0 45px;
    color: #979ba0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.customers-list {
    list-style: none;
    margin: 52px 0 0 0;
    padding: 0 20px;
    width: 100%;
    text-align: justify;
    font-size: 0px;
}

.customers-list:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.customers-list li {
    display: inline-block;
}

/**
 * 8.0 - Section FAQ
 */
.faq-content {
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
}

.faq-content h2 {
    color: #323a44;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 52px;
}

.faq-question {
    color: #979ba0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    margin: 0 50px 45px;
}

.faq-question h3 {
    color: #323a44;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 13px;
}

.faq-question:last-child,
.faq-question p:last-child {
    margin-bottom: 0;
}

/**
 * 9.0 - Footer
 */
.footer {
    margin-top: 40px;
}

.footer-top {
    background-color: #1e242c;
    padding: 90px 0;
}

.footer-btm {
    color: #5f6973;
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    padding: 23px;
    background-color: #181d22;
}

.foot-copy {
    margin-top: 7px;
    padding-left: 30px;
    text-align: left;
    font-size: 12px;
}

.foot-links {
    margin-top: 7px;
    text-align: center;
}

.foot-links a,
.foot-links span {
    display: inline-block;
    vertical-align: middle;
}

.foot-links span {
    color: #FF2860;
    margin: 0 10px;
}

.foot-links a {
    color: #5f6973;
}

.foot-socials {
    padding-right: 30px;
    text-align: right;
}

.foot-socials a {
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border: 1px solid #5f6973;
    margin-left: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.foot-socials a:first-child {
    margin-left: 0;
}

.foot-socials .icon {
    color: #5f6973;
    font-size: 16px;
    line-height: 35px;
}

#signupModal1 a {
  color: #FF2860;
}

#signupModal1 p, #signupModal1 span {
  color: black;
}

#signupModal1 .btn-primary {
  background-color: #FF2860;
  border-color: #FF2860;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
    border: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 21px 37px 17px;
}

#signupModal1 .modal-dialog {
  width: 440px;
}

#signupModal1 .modal-content {
  background-color: #FBFBFB;
  width: 440px;
  padding: 0.5em;
}

#signupModal1 .modal-body {
  padding: 2em;
  padding-top: 2.5em;
}

#signupModal1 .modal-header {
  padding: 1em 1em;
  padding-bottom: 0.5em;
}

#signupModal1 .modal-title {
  color: #FF2860;
  text-align: center;
  padding-left: 0.1em;
  padding-top: 0.2em;
  font-size: 24px;
}


.price-btn.btn-group .btn {
    font-weight: bold;
}