/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.vid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
}

body {
    width: 100%;
    height: 100%;
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ddd;
    background-color: #080808;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #7bd19d;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #7bd19d;
}

.light {
    font-weight: 400;
}

.heavy {
    font-weight: 700;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);

}

.navbar-custom .navbar-brand {
    font-weight: 700;
    text-transform: none;

}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .99);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    /*background-color: rgba(255, 255, 255, .3);*/
    background: #66bb88;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background: #000;
    }
}

.clients {
    display: inline-block;
    width: 800px;
    height: 400px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/clients2.png) no-repeat bottom center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(8, 8, 8, 0.0)), url(../img/landing-min-fade.jpg) no-repeat bottom center scroll;*/
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(8, 8, 8, 0.99)), url(../img/landing-new.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 36px;
    text-transform: none;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
}

.intro .intro-body .intro-text {
    font-size: 18px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}



.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 50px;
}

.sign-up-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/sign-up-min.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

section#pricing {
    /*background-color: #333;*/
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media (min-width: 767px) {
    .content-section {
        padding-top: 200px;
    }

    .features-section22 {
        padding-top: 200px;
    }

    .sign-up-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 100px;
    }
}

.btn {
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #7bd19d;
    /*color: #42dca3;*/
    color: #7bd19d;
    background-color: transparent;
}

.btn-fb {
    border: 1px solid #b7660c;
    /*color: #42dca3;*/
    color: #E1840C;
    background-color: transparent;
}

.btn-fb:hover {
    border: 1px solid #b7660c;
    /*color: #42dca3;*/
    color: #000;
    background-color: #E1840C ;
}

.btn-danger {
    background-color: #E1840C;
    border: 1px #E1840C;
}

.btn-danger:visited {
    background-color: #E1840C !important;
    border: 1px #E1840C;
}

.btn-danger:active {
    background-color: #E1840C !important;
    border: 1px #E1840C;
}

.btn-danger:hover {
    background-color: #fa9c0c;
    border: 1px #E1840C;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #7bd19d;
    outline: 0;
    color: #000;
    background-color: #7bd19d;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
}


footer aa {
    color: #777 !important;
}

footer p {
    margin: 0;
    font-size: 14px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    cursor: default;
}

#inputEmail {
    text-align: left;
}

.tel {
    color: #bb666a !important;
}

.white {
    color: #fff !important;
}

.green {
    color: #66bb88 !important;
}

.accent1 {
    color: #bb666a !important;
}

.accent2 {
    color: #bb669f !important;
}

a.green:hover {
    color: #74cb96 !important;
}

.grey {
    color: #777 !important;
}

.grey2 {
    color: #ccc !important;
}

.free--trial {
    color: #E1840C !important;
}

a.free--trial:hover {
    color: #ff960c !important;
}

.free-trial {
    color: #bb669f !important;
}

a.free-trial:hover {
    color: #d47ab8 !important;
}

li.active > .free-trial {
    color: #fff !important;
}

.navbar-custom .nav li.active a.free-trial {
    background: #bb669f;
}

.no {
    color: #bb0e1a;
}


.plan {
    overflow: hidden;
}

.plan .btn
{
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
}

span.on_sale {
    font-size: 14px;
    color: #444;
    background: #ffd400;
    text-transform: uppercase;
    padding: 58px 35px 17px 40px;
    width: 281px;
    text-align: center;
    display: block;
    position: absolute;
    left: -47px;
    top: -41px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-40deg);
    box-shadow: 3px -4px 13px 3px rgba(0,0,0,0.75);
}

.flat {
    padding-top: 0;
}

.flat .plan {
    border-radius: 15px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background: #fff;
    text-align: center;
    transform: scale(0.97);
    overflow: hidden;
    transition-duration: 300ms;

}


.plan:hover  {
    /*box-shadow: 0px 0px 55px 10px rgba(255, 150, 12, 0.75);*/
    overflow: hidden;
    transform: scale(0.999);
    transition-duration: 200ms;
    /*box-shadow: 0px 0px 55px 10px rgba(255, 150, 12, 0.7);*/
}

.flat .plan li {
    padding: 10px 15px;
    color: #999;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.flat .plan li.plan-price {
    border-top: 0;
    font-size: 20px;
}

.flat .plan li.plan-price strong {
    font-size: 66px;
}

.flat .plan li.plan-price .plus {
    font-size: 60px;
    color: #bbb;
}

.flat .plan li.plan-price strong sup {
    font-size: 24px;
    top: -1.2em;
}

.flat .plan li.plan-price strong strike {
    font-size: 60px;
    /*color: red;*/
}

.flat .plan li.plan-price  .original {
    font-size: 60px;
    /*color: red;*/

}

.flat .plan li.plan-price  .discount {
    font-size: 30px;
    color: red;
}


.flat .plan li.plan-name {
    border-radius: 9px 9px 0 0;
    padding: 15px;
    font-size: 26px;
    line-height: 24px;
    color: #6d7693;
    /*background: #3e7c58;*/
    /*background: #7586b5;*/
    background: #eaeaea;
    margin-bottom: 30px;
    border-top: 0;
}

.flat .plan li > strong {
    color: #666;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flat .plan.featured li.plan-name {
    background: #000;
}

.flat .plan.featured:hover li.plan-name {
    /*background: #C6573B;*/
}

.flat .plan:hover li.plan-name {
    /*background: #66bb88;*/

}

#footer {
    margin-top: 100px;
    padding-bottom: 30px;
}


.clients {
    border-radius: 5px;
}

.iconbox {
    border-radius: 5px;
    background: #fff;
    background: linear-gradient(top, rgba(250,250,250,1) 0%, rgba(220,220,220,1) 100%);
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    padding: 40px 20px;
    margin: 0 0 20px;
    color: #333 !important;
    height: 250px;
    transform: scale(0.95);
    overflow: hidden;
    transition-duration: 300ms;
    border: 0;

}


.iconbox:hover  {
    /*box-shadow: 0px 0px 55px 10px rgba(110, 102, 187, 0.7);*/
    transform: scale(1.00);
    overflow: hidden;
    transition-duration: 200ms;
    border: 2px solid #bb669f;
}

.iconbox-icon {
    margin: 0 0 15px;
    font-size: 36px;
    color: #6d7693;
}

.iconbox-title {
    margin: 0 0 15px;
    padding: 0;
    color: #333 !important;
}

.signupsubheader {
    color: #222;
}

.iconbox-desc
{
    color: #777;
}

#requestinvite2
{
    border: 1px solid #E1840C;
    /*color: #42dca3;*/
    color: #E1840C;
    background-color: transparent;

}


@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 82px;
    }

    .intro .intro-body .brand-heading .fa-lg {
        vertical-align: -10% !important;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.spam
{
    color: #ff960c;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

}

.carousel
{
    border-radius: 12px;
    overflow: hidden;
    z-index: 1000;
}

.carousel .carousel-control { visibility: hidden; }
.carousel:hover .carousel-control { visibility: visible; }


.carousel-indicators  { visibility: hidden; }

h2 {
    //color: rgb(255, 243, 230);
    //color: rgb(255, 243, 240);
}


.carousel-control.left {
    background-image: linear-gradient(to right, rgba(255, 150, 12, .5) 0, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to left, rgba(255, 150, 12, .5) 0, rgba(0, 0, 0, .0001) 100%);
}

.fa-lg {
    vertical-align: -10% !important;
}


.fa-spin-hover:hover {
    /*animation: fa-spin 2s infinite linear;*/
    animation: breathing 3s ease-out infinite normal;
    /*cursor: none;*/
}


@keyframes breathing {
    0% {

        transform: scale(1);
        /*color: #ff960c;*/
    }

    60% {

        transform: scale(1.2);
        /*color: #ff960c;*/
    }

    100% {

        transform: scale(1);
        /*color: #ff960c;*/
    }
}


.cape-town
{
    font-size: 24px;

}

.register-spinner {
    color: #7ddea0 !important;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-th
{
    color: #fff;
}

.btn-th:hover, .btn-th:visited
{
    color: #fff;
}

.btn-th8
{
    background-color: #7586b5;
}
.btn-th6
{
    background-color: #7586b5;
    background-color: #6d7693;
    background-color: #bb669f;
    background-color: #66bb88;
}
.btn-th7
{
    background-color: #6E66BB;
}
.btn-th5
{
    background-color: #bb669f;
}
.btn-th4
{
    background-color: #66bb99;
}
.btn-th1
{
    background-color: #E1840C;
}
.btn-th2
{
    background-color: #bb666f;
}
.btn-th3
{
    background-color: #bb669a;
}

.tagline
{
    font-size: 32px;
    color: #999
}

div.row.review p
{
    font-size: 15px !important;
    color: #aaa;
}


div.row.review p .title
{
    font-size: 15px !important;
    color: #777;
}


p.enterprise
{
    font-size: 14px;
}