@font-face {
    font-family: 'Amaranth-Regular';
    src: url('../fonts/Amaranth-Regular.ttf') format('truetype');
}

body {
    font-family: 'Amaranth-Regular';

    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #806d94;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-family: 'Amaranth-Regular';
    font-size: 48px;
    font-weight: 300;
    color: #555;
    line-height: 56px;
}

h3 {
    font-family: 'Amaranth-Regular';
    font-size: 32px;
    font-weight: 300;
    color: #555;
    line-height: 40px;
}

img {
    max-width: 100%;
}

.medium-paragraph {
    font-size: 18px;
    line-height: 34px;
}

.colored {
    color: #806d94;
}

::-moz-selection {
    background: #806d94;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #806d94;
    color: #fff;
    text-shadow: none;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
    color: #fff;
}

.section-container-image-bg .divider-1 .line {
    border-color: #fff;
    opacity: 0.8;
}

.section-description {
    margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
    padding: 0 120px;
}

.section-container-image-bg .section-description p {
    opacity: 0.8;
}

.section-bottom-button {
    padding-top: 60px;
}

.btn-link-1 {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 0 20px;
    background: #806d94;
    border: 0;
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    background: #736285;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 40px;
    margin: 5px;
    padding: 0 20px;
    background: #444;
    border: 0;
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus {
    outline: 0;
    background: #3d3d3d;
    color: #fff;
}


/***** Divider *****/

.divider-1 {
    padding: 25px 0 15px 0;
}

.divider-1 .line {
    width: 160px;
    margin: 0 auto;
    border-bottom: 1px dashed #ccc;
}


/***** Modal *****/

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

.modal-body {
    padding: 0 25px 15px 25px;
}

.modal-body img {
    margin-bottom: 15px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
}

.modal-footer {
    padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer {
    border: 0;
}

.modal-header .close {
    font-size: 36px;
    color: #888;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
}

.modal-footer button {
    height: 40px;
    margin: 0;
    padding: 0 20px;
    background: #806d94;
    border: 0;
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.modal-footer button:hover {
    outline: 0;
    background: #736285;
    color: #fff;
}

.modal-footer button:focus, .modal-footer button:active, .modal-footer button:active:focus, .modal-footer button.active:focus {
    outline: 0;
    background: #736285;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-footer button:before {
    background: none;
}


/***** Top menu *****/

.navbar {
    margin-bottom: 0;
    padding-top: 0;
    background: #fff;
    border: 0;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    backface-visibility: hidden;
}

.navbar-no-bg {
    padding-top: 10px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.navbar-nav {
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    color: #888;
    font-weight: 400;
    text-transform: uppercase;
}

ul.navbar-nav li a {
    background: none;
    color: #888;
    border: 0;
}

ul.navbar-nav li a:hover {
    background: none;
    color: #aaa;
    border: 0;
}

ul.navbar-nav li a:focus {
    background: none;
    color: #aaa;
    outline: 0;
    border: 0;
}

ul.navbar-nav li a.btn-link-3 {
    position: relative;
    display: inline-block;
    margin: 9px 0 0 15px;
    padding: 6px 15px;
    background: #806d94;
    border: 0;
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

ul.navbar-nav li a.btn-link-3:hover,
ul.navbar-nav li a.btn-link-3:focus,
ul.navbar-nav li a.btn-link-3:active,
ul.navbar-nav li a.btn-link-3:active:focus {
    outline: 0;
    background: #736285;
    color: #fff;
}

.navbar-brand {
    width: 250px;
    background: url(../img/logo.png) left center no-repeat;
    text-indent: -99999px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-toggle .icon-bar {
    background: #555;
}


/***** Top content *****/

.top-content {
    padding: 90px 0 130px 0;
}

.top-content .text {
    padding-top: 120px;
}

.top-content .description {
    margin: 20px 0 20px 0;
}

.r-form-1-top {
    padding: 25px 25px 15px 25px;
    background: #000;
    -moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
}

.r-form-1-top h3 {
    margin-top: 0;
    color: #fff;
}

.r-form-1-bottom {
    padding: 25px;
    background: #444;
    text-align: left;
}

.r-form-1-bottom .terms {
    margin: 15px 0 0 0;
    color: #aaa;
}

.r-form-1-bottom .terms a {
    color: #aaa;
    border-bottom: 1px dashed #666;
}

.r-form-1-bottom .terms a:hover,
.r-form-1-bottom .terms a:focus {
    outline: 0;
    color: #fff;
    border-color: #aaa;
}

.r-form-1-box input[type="text"],
.r-form-1-box textarea,
.r-form-1-box textarea.form-control {
    height: 46px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 3px solid #fff;
    font-family: 'Amaranth-Regular';

    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    color: #888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.r-form-1-box textarea,
.r-form-1-box textarea.form-control {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.r-form-1-box input[type="text"]:focus,
.r-form-1-box textarea:focus,
.r-form-1-box textarea.form-control:focus {
    outline: 0;
    background: #fff;
    border: 3px solid #806d94;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.r-form-1-box input[type="text"]::-moz-placeholder,
.r-form-1-box textarea::-moz-placeholder,
.r-form-1-box textarea.form-control::-moz-placeholder {
    color: #888;
}

.r-form-1-box input[type="text"]:-ms-input-placeholder,
.r-form-1-box textarea:-ms-input-placeholder,
.r-form-1-box textarea.form-control:-ms-input-placeholder {
    color: #888;
}

.r-form-1-box input[type="text"]::-webkit-input-placeholder,
.r-form-1-box textarea::-webkit-input-placeholder,
.r-form-1-box textarea.form-control::-webkit-input-placeholder {
    color: #888;
}

.r-form-1-box button.btn {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #806d94;
    border: 0;
    font-family: 'Amaranth-Regular';

    font-size: 14px;
    font-weight: 300;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.r-form-1-box button.btn:hover {
    background: #736285;
    color: #fff;
}

.r-form-1-box button.btn:active {
    outline: 0;
    background: #736285;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.r-form-1-box button.btn:focus {
    outline: 0;
    background: #736285;
    color: #fff;
}

.r-form-1-box button.btn:active:focus, .r-form-1-box button.btn.active:focus {
    outline: 0;
    background: #736285;
    color: #fff;
}


/***** Features *****/

.features-container {
    padding-top: 100px;
    text-align: left;
}

.features {
    padding-bottom: 15px;
}

.features .divider-1 {
    padding: 20px 0 30px 0;
}

.features .divider-1 .line {
    margin: 0;
}

.features-button {
    margin-top: 35px;
}

.features-button a.btn-link-1 {
    margin: 0;
}

.features-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.features-box .features-box-icon {
    float: left;
    width: 20%;
    margin: 0 auto;
    font-size: 44px;
    color: #806d94;
}

.features-box h3 {
    float: left;
    width: 80%;
    margin: 0;
    font-size: 26px;
}

.features-box p {
    float: left;
    width: 100%;
    margin-top: 15px;
}


/***** Image section 1 *****/

.img-section-1-container {
    padding-top: 80px;
    text-align: left;
}

.img-section-1 img {
    -moz-border-radius: 0 40px 0 0;
    -webkit-border-radius: 0 40px 0 0;
    border-radius: 0 40px 0 0;
}

.img-section-1-text {
    margin-top: 80px;
}

.img-section-1-text h3 {
    margin-top: 0;
}

.img-section-1-text p {
    margin-top: 15px;
}

.img-section-1-text .divider-1 {
    padding: 20px 0 0 0;
}

.img-section-1-text .divider-1 .line {
    margin: 0;
}


/***** Image section 2 *****/

.img-section-2-container {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: left;
}

.img-section-2 img {
    -moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
}

.img-section-2-text {
    margin-top: 80px;
}

.img-section-2-text h3 {
    margin-top: 0;
}

.img-section-2-text p {
    margin-top: 15px;
}

.img-section-2-text .divider-1 {
    padding: 20px 0 0 0;
}

.img-section-2-text .divider-1 .line {
    margin: 0;
}


/***** Call to action *****/

.call-to-action-container {
    padding-top: 80px;
    text-align: left;
}

.call-to-action {
    padding-bottom: 15px;
}

.call-to-action .divider-1 {
    padding: 20px 0 30px 0;
}

.call-to-action .divider-1 .line {
    margin: 0;
}

.section-container-image-bg .call-to-action p {
    opacity: 0.8;
}

.call-to-action-button {
    margin-top: 35px;
}

.call-to-action-button a.btn-link-1 {
    margin: 0;
}


/***** Video *****/

.video-container {
    padding-top: 120px;
}

.video-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dashed #ccc;
    -moz-border-radius: 0 30px 0 0;
    -webkit-border-radius: 0 30px 0 0;
    border-radius: 0 30px 0 0;
}

.video-box-text-main {
    text-align: left;
    padding-bottom: 10px;
}

.video-box-text-main h3 {
    margin-top: 0;
}

.video-box-icon {
    margin: 5px 0;
}

.video-box-icon i {
    font-size: 30px;
    color: #806d94;
    line-height: 40px;
}

.video-box-icon p {
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}


/***** More features *****/

.more-features-container {
    padding-bottom: 60px;
}

.more-features-box {
    margin-top: 50px;
    margin-bottom: 20px;
}

.more-features-box-text {
    margin-top: 40px;
    overflow: hidden;
    text-align: left;
}

.more-features-box-text:first-child {
    margin-top: 0;
}

.more-features-box-text-icon {
    float: left;
    width: 54px;
    height: 54px;
    background: #806d94;
    font-size: 30px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.more-features-box-text h3 {
    float: right;
    width: 84%;
    margin-top: 0;
}

.more-features-box-text-description {
    float: right;
    width: 84%;
}

.more-features-box img {
    -moz-border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
}


/***** Image section 3 *****/

.img-section-3-container {
    padding-top: 80px;
    padding-bottom: 120px;
    text-align: left;
}

.img-section-3 img {
    -moz-border-radius: 0 30px 0 0;
    -webkit-border-radius: 0 30px 0 0;
    border-radius: 0 30px 0 0;
}

.img-section-3-text {
    margin-top: 60px;
}

.img-section-3-text h3 {
    margin-top: 0;
}

.img-section-3-text p {
    margin-top: 15px;
}

.img-section-3-versions {
    padding-top: 15px;
}

.img-section-3-versions a {
    margin-right: 20px;
    font-size: 30px;
    color: #ccc;
}

.img-section-3-versions a:hover, .img-section-3-versions a:focus {
    color: #806d94;
}


/***** Testimonials *****/

.testimonials-container {
    padding-top: 80px;
    text-align: left;
}

.testimonials .divider-1 {
    padding: 20px 0 30px 0;
}

.testimonials .divider-1 .line {
    margin: 0;
}

.testimonial-list {
    margin-top: 30px;
}

.testimonial-list .testimonial-image img {
    max-width: 160px;
    -moz-border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}

.testimonial-list .testimonial-text {
    margin-top: 30px;
}

.testimonial-list .testimonial-text p {
    opacity: 0.8;
}

.testimonial-list .testimonial-text a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.testimonial-list .testimonial-text a:hover,
.testimonial-list .testimonial-text a:focus {
    color: #fff;
    border: 0;
}

.testimonial-list .nav-tabs {
    margin-top: 30px;
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
    float: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus {
    background: #806d94;
    border: 0;
}


/***** Pricing *****/

.pricing-container {
    padding-top: 40px;
}

.pricing-box {
    padding-top: 50px;
    padding-bottom: 20px;
}

.pricing-box-inner {
    margin-top: 20px;
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.pricing-box-best .pricing-box-inner {
    margin-top: 0;
}

.pricing-box-type {
    padding-top: 25px;
    font-family: 'Amaranth-Regular';
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 30px;
    text-transform: uppercase;
}

.pricing-box-price {
    padding: 10px 0 25px 0;
    font-family: 'Amaranth-Regular';
    font-size: 56px;
    font-weight: 400;
    color: #555;
    line-height: 64px;
}

.pricing-box-price sup, .pricing-box-price sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.pricing-box-price strong {
    font-weight: 400;
}

.pricing-box-description {
    padding-bottom: 20px;
    color: #806d94;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box-description span {
    border-bottom: 1px dashed #806d94;
}

.pricing-box-sign-up {
    padding: 15px 0 30px 0;
}


/***** About us *****/

.about-us-container {
    padding-bottom: 100px;
}

.about-us {
    margin-top: 40px;
}

.about-us-box {
    padding-top: 50px;
    padding-bottom: 15px;
}

.about-us-box .about-us-photo {
    position: relative;
    width: 160px;
    margin: 0 auto;
}

.about-us-box .about-us-photo img {
    -moz-border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}

.about-us-box .about-us-photo .about-us-role {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 3px 8px;
    background: #806d94;
    font-family: 'Amaranth-Regular';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 17px;
    text-transform: uppercase;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.about-us-box .about-us-social {
    margin-top: 15px;
    font-size: 30px;
    line-height: 36px;
}

.about-us-box .about-us-social a {
    margin: 0 7px;
    color: #ccc;
}

.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus {
    color: #806d94;
}


/***** FAQ *****/

.faq-container {
    padding-top: 40px;
    padding-bottom: 115px;
}

.faq {
    padding-bottom: 20px;
}

.faq-box {
    margin-top: 40px;
    text-align: left;
}

.faq-number {
    float: left;
    width: 54px;
    height: 54px;
    background: #806d94;
    font-family: 'Amaranth-Regular';
    font-size: 33px;
    color: #fff;
    font-weight: 300;
    line-height: 54px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.faq-box h3 {
    float: right;
    width: 84%;
    margin-top: 0;
}

.faq-description {
    float: right;
    width: 84%;
}


/***** Footer *****/

.footer-top {
    padding: 60px 0;
    background: #000;
    text-align: left;
    color: #aaa;
}

.footer-top h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    text-transform: uppercase;
}

.footer-about img.logo-footer {
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-about a {
    color: #aaa;
    border-bottom: 1px dashed #666;
}

.footer-about a:hover, .footer-about a:focus {
    color: #fff;
    border-color: #aaa;
}

.footer-contact p {
    word-wrap: break-word;
}

.footer-contact i {
    padding-right: 10px;
    font-size: 18px;
    color: #666;
    vertical-align: text-top;
}

.footer-contact a {
    color: #aaa;
    border-bottom: 1px dashed #666;
}

.footer-contact a:hover, .footer-contact a:focus {
    color: #fff;
    border-color: #aaa;
}

.footer-links a {
    color: #aaa;
}

.footer-links a:hover, .footer-links a:focus {
    color: #fff;
}

.footer-bottom {
    padding: 15px 0 17px 0;
    background: #444;
    text-align: left;
    color: #aaa;
}

.footer-social {
    padding-top: 3px;
    text-align: right;
}

.footer-social a {
    margin-left: 20px;
    color: #777;
}

.footer-social a:hover, .footer-social a:focus {
    color: #fff;
    border: 0;
}

.footer-social i {
    font-size: 24px;
    vertical-align: middle;
}

.footer-copyright {
    padding-top: 5px;
}

.footer-copyright a {
    color: #fff;
}

.footer-copyright a:hover, .footer-copyright a:focus {
    color: #aaa;
}
