/*----------------------------
FontAwesome Icons - Uses Unicode, see Cheatsheet here:
http://fortawesome.github.io/Font-Awesome/cheatsheet/
---------------------------- */

.fa {
    font-family:"FontAwesome";
    display:inline-block;
    font-style:normal;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
}

/*----------------------------
1 General Styling
Includes: links, lists, buttons and all consistant elements
---------------------------- */
body {
    position:relative;
    font-family:"Varela Round", sans-serif;
    z-index:5;
    background:#fff;
}
a {text-decoration:none; color: #FA522A;}
a:hover {
    text-decoration:none;
}
li {list-style:none;}
p {
    line-height:23px;
}
a, input, button {
    -ms-touch-action: none !important;
}

/*----------------------------
Buttons
---------------------------- */
.w_btn {
    background:white;
    font-family:"Varela Round", sans-serif;
    padding:12px 21px;
    font-size:13px;
    color:#121415;
    display:inline-block;
    text-transform:uppercase;
}
.w_btn:hover {
    background:#dde2e5;
    color:#121415;
    transition:.1s all ease-in-out;
    -webkit-transition:.1s all ease-in-out;
    -moz-transition:.1s all ease-in-out;
    -o-transition:.1s all ease-in-out;
}
.b_btn {
    background:#0e0f10;
    font-family:"Varela Round", sans-serif;
    padding:12px 21px;
    font-size:13px;
    color:#fff;
    display:inline-block;
    text-transform:uppercase;
}
.b_btn:hover {
    background:#3b3e41;
    color:#fff;
    transition:.1s all ease-in-out;
    -webkit-transition:.1s all ease-in-out;
    -moz-transition:.1s all ease-in-out;
    -o-transition:.1s all ease-in-out;
}
section .w_btn, footer .w_btn {
    background:#0e0f10;
    font-family:"Varela Round", sans-serif;
    padding:12px 21px;
    font-size:13px;
    color:#fff;
    display:inline-block;
    text-transform:uppercase;
}
section .w_btn:hover, footer .w_btn:hover {
    background:#3b3e41;
    color:#fff;
    transition:.1s all ease-in-out;
    -webkit-transition:.1s all ease-in-out;
    -moz-transition:.1s all ease-in-out;
    -o-transition:.1s all ease-in-out;
}
section .b_btn {
    background:white;
    font-family:"Varela Round", sans-serif;
    padding:12px 21px;
    font-size:13px;
    color:#121415;
    display:inline-block;
    text-transform:uppercase;
}
section .b_btn:hover {
    background:#dde2e5;
    color:#121415;
    transition:.1s all ease-in-out;
    -webkit-transition:.1s all ease-in-out;
    -moz-transition:.1s all ease-in-out;
    -o-transition:.1s all ease-in-out;
}

#cta-green {
    background: #92c83e;
    font-size: 15px;
}

#cta-cta-green:hover {
    background: #ACD372;
}

#cta-blue {
    font-size: 15px;
}

/*----------------------------
Banner Header Elements
---------------------------- */
header {
    width:100%;
    background: linear-gradient(145deg, #4E3939, #5B8E9B);
    /*#3c889c*/
}

.top_interface {
    padding:70px 0;
}
.header_tag {
    text-align:center;
}
.header_tag h1 {
    font-family:"Varela Round", sans-serif;
    color:white;
    font-size:36px;
    margin-top:0;
    background: rgba(10, 10, 10, 0.25);
    display: inline-block;
    padding: 20px;
}
.header_tag h2 {
    font:18px "Karla", sans-serif;
    color:white;
    line-height:30px;
    margin-top: 10px;
}

.header_tag a {
    margin:30px 8px 0;
}

/*----------------------------
Navigation Menu
---------------------------- */
nav.main_navigation {
    float:right;
    margin-top:30px;
}
nav.main_navigation ul li {
float:left;
list-style:none;
}
nav.main_navigation ul li a{
    color:white;
    font-family:"Varela Round", sans-serif;
    margin-left:40px;
    font-size:12px;
    text-transform:uppercase;
    text-decoration:none;
}
nav.main_navigation ul i {
    color:white;
    font-size:18px;
    display:none;
    margin-top:14px;
    margin-bottom:10px;
}
/*----------------------------
Phone Navigation Menu
---------------------------- */
.phone-menu {
    font-size:30px;
    color:white;
    float:right;
    margin:-25px 0 0 0;
}
.phone-menu:hover {
    cursor:pointer;
}

.logo > .text-logo {
    color: white;
    display: inline-block;
    font-family: "Varela Round",sans-serif;
    font-size: 23px;
    font-weight: 400;
}

.logo > .text-logo b {
    font-weight: 700;
}

/*----------------------------
Phone in Header - With Text Elements
---------------------------- */
.phone_preview {
    margin-top:70px;
    padding-bottom: 20px;
}
.banner_phone {
    background:url(../img/promo.png) top center no-repeat;
    text-align:center;
    overflow: hidden;
    height:400px;
    z-index: 11;
    padding: 0;
}

.phone_preview .jq-block{
    background: rgba(10, 10, 10, 0.20);
    padding: 10px 15px;
    margin:45px 0 10px 0;
    text-align: right;
}

.phone_preview .regular_text_left, .phone_preview .regular_text_right {
}
.jq-block.l{
    text-align: left;
}

p.r{
    text-align: right;
}

.phone_preview .regular_text_left h3, .phone_preview .regular_text_right h3 {
    display: inline-block;
    font-size:22px;
    color: #ffffff;
    margin: 0;
}
.phone_preview i.fa {
    font-size:33px;
    color:#fff;
    position:relative;
    top: 3px;
    float: left;
}
.phone_preview .jq-block.l  i.fa{
    float: right;
}
.phone_preview h3 small {
    display:block;
    font:11px "Varela Round", sans-serif;
    text-transform:uppercase;
    color:#fff;
}
.phone_preview .list-items div {
    margin-top:40px;
}
.phone_preview .title {
    margin-bottom:-40px;
}
.phone_preview .regular_text_left p, .phone_preview .regular_text_right p {
    color:white;
    font-family:"Karla", sans-serif;
    font-size:14px;
    padding: 0 15px 0 10px;
}

.phone_preview .regular_text_right p {
    padding: 0 10px 0 15px;
}


/*----------------------------
General Styling - Section
---------------------------- */
section {
    background: #fff;
    padding:60px 0;
}
section h1 {
    font:26px "Varela Round",sans-serif;
    text-transform:uppercase;
    margin-top:0;
}
section h2 {
    font:18px "Karla", sans-serif;
    margin-top:-5px;
}
section h2 b {
    font-weight:400;
}
section p {
    color: #b9bcc0;
    font-size:13px;
}
section .title h2 {
    display:block;
}
section .title {
    text-align:center;
    padding:0 20px;
}
section .title p {
    display:block;
    margin-top: -12px;
}

/*----------------------------
App Overview Section
---------------------------- */
section.app_overview {
    overflow:hidden;
    /*background-image: linear-gradient(145deg, #fff, #bdbcbc);*/
    background: #F6F6F6;
    padding: 0 15px;
}

section.app_overview i.fa {
    font-size:33px;
    color:#2a2a2c;
    position:relative;
    top:3px;
    margin-right: 5px;
}
section.app_overview .image-single {
    text-align: center;
    margin: 10px 0 20px 0;
}

section.app_overview .image-single i.fa{
    background: #ACD372;
    padding: 12px;
    border-radius: 50%;
    font-size:60px;
    height: 120px;
    width: 120px;
    text-align: center;
    padding-top: 30px;
}

section.app_overview .image-single i.fa.p{
    padding-top: 28px;
}

section.app_overview .image-comp {
    height: 160px;
    width:180px;
    position: relative;
    margin: 10px auto 100px auto;
    text-align: center;
}
.clear { clear: both;}

.main-split {
    padding: 50px 0;
}

.main-split.main {
    padding: 50px 0 80px;
}

.main-split:nth-child(even)  {
    background: #FFF;
}

section.app_overview .image-comp i.fa.rev {
    font-size:30px;
    position: absolute;
    z-index: 5;
    top: 95px;
    left: 83px;
}

section.app_overview .image-comp .im-1 {
    color: #39B54A;
    animation: a 5s linear infinite;
    -webkit-animation: a 5s linear infinite;
}
section.app_overview .image-comp .im-2 {
    color: #00ccff;
    animation: a 7s linear infinite;
    -webkit-animation: a 7s linear infinite;
}

section.app_overview .image-comp .im-4 {
    color: #F26522;
    animation: a 9s linear infinite;
    -webkit-animation: a 9s linear infinite;
}
section.app_overview .image-comp .im-5 {
    color: #ACD372;
    animation: a 11s linear infinite;
    -webkit-animation: a 11s linear infinite;
}

@keyframes a {
    from { -webkit-transform: rotate(0deg) translateX(121px) rotate(0deg); transform: rotate(0deg) translateX(121px) rotate(0deg); }
    to { -webkit-transform: rotate(360deg) translateX(121px) rotate(-360deg); transform: rotate(360deg) translateX(121px) rotate(-360deg); }
}

@-webkit-keyframes a {
    from { -webkit-transform: rotate(0deg) translateX(121px) rotate(0deg); transform: rotate(0deg) translateX(121px) rotate(0deg); }
    to { -webkit-transform: rotate(360deg) translateX(121px) rotate(-360deg); transform: rotate(360deg) translateX(121px) rotate(-360deg); }
}

section.app_overview .image-comp i.fa.im-6 {
    position: relative;
    font-size:150px;
    border-radius: 50%;
    background: #F9F6F6;
    padding: 30px;
    z-index: 4;
}

section.app_overview .title h1{
    font-size:20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

section.app_overview .title.p h1{
    font-size:26px;
    margin-bottom: 30px;
    margin-top: 35px;
}

section.app_overview .title h2{
    font-size:16px;
    margin-top: -10px;
    line-height: 1.2em;
}

/*----------------------------
How does it Work Section
---------------------------- */
section.work {
    background: linear-gradient(145deg, #2b2f32, #3f4346);
    color: #fff;
}

section.work .title h1{
    color: #f1f1f1;
}

section.work .title h2{
    color: #f1f1f1;
}

section.work .title p{
    color: #697174;
}

section.work .col-md-4 {
    margin-top: 20px;
}

section.work .col-md-4 img{
    display: block;
    margin:  0 auto;
}

section.work .step {
    color: #aaaaac;
    font-size: 13px;
}

section.work .step-details {
    height: 75px;
    margin-bottom: 15px;
    font:16px "Karla", sans-serif;
}


/*----------------------------
Features
---------------------------- */
section.features {
}

section.features .col-md-4 {
    text-align: center;
    padding: 15px;
}

section.features .col-md-4 .f-container {
    background: #f4f4f4;
    padding: 15px;
}

section.features .col-md-4 i.fa {
    font-size: 35px;
    color: #4f4f4f;
    background: #fff;
    border-radius: 50%;
    padding: 20px 15px 15px 15px;
    width: 75px;
    height: 75px;
}

section.features .col-md-4 .f-title {
    font-size: 20px;
    margin: 12px 0 8px 0;
    color: #2a2a2c;
}

section.features .col-md-4 .f-content {
    font:15px "Karla", sans-serif;
    color: #858585;
}


/*----------------------------
Newsletter
---------------------------- */
section.newsletter {
    background:url(../img/newsletter-bg.jpg) top center no-repeat;
    background-size:cover;
}
section.newsletter .title {
    padding-bottom:0;
}
section.newsletter form {
    margin-top:13px;
}
section.newsletter h1, section.newsletter h2 {
    color:white;
    text-align:left;
}
section.newsletter h2 {
    font-size:18px;
}
section.newsletter input {
    background:rgba(217,222,226,0.5);
    padding:13px 16px;
    text-transform:uppercase;
    border:0;
    color:#fff;
    width:250px;
    margin-right:8px;
    font:13px "Varela Round", sans-serif;
}
section.newsletter button {
    border:none;
}

/* Placeholder Styling */
 ::-webkit-input-placeholder {
   color:#e2e3e4;
}
:-moz-placeholder {
    color:#e2e3e4;
}
::-moz-placeholder {
    color:#e2e3e4;
}
:-ms-input-placeholder {
    color:#e2e3e4;
}

/*----------------------------
Footer
---------------------------- */
footer {
    padding:69px 0 59px;
    text-align:center;
    background:#fff;
}
footer .text-logo {
    margin-right:20px;
    position:relative;
    bottom:-3px;
    color:#0e0f10 !important;
}
footer .social_media {
    padding:40px 0 26px;
    color:#0e0f10;
}
footer .social_media i {
    margin:0 19px;
    font-size:30px;
    color:#0e0f10;
}
footer p {
    color:#a4a7ab;
}

section {
    overflow:hidden;
}



.pricing-table ul,
.pricing-table li,
.pricing-table a {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: block;
    list-style: none;
    text-decoration: none;
}

/* .pricing-table class */
.pricing-table {
    margin: 0;
    padding: 0;
    font-size: 1em;							/* main font size, increase or decrease holl font size  */
    font-family: "Varela Round";
    position: relative;
    z-index: 999;
    /* font smooth for chrome */
    -webkit-text-stroke: 0.4px;
}

.pricing-table:hover {
    z-index: 9999;
}

.pricing-table ul:hover {
    top: -10px;
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.32);
    box-shadow: 0 7px 10px rgba(0,0,0,.32);
}

/* ul tag layout */
.pricing-table ul {
    margin: 30px 0;							/* 30px margin top and bottom between pricing tables */
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    min-width: 180px;
    position: relative;
}

/* li tag layout */
.pricing-table ul li {
    float: left;
    width: 100%;
    color: #414f52;
    text-align: left;
    position: relative;
}

/* .title class layout */
.pricing-table .title {
    font-size: 2em;
    font-family: "Varela Round";
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 20px;
    font-style: normal;
    font-weight: 400;
}

/* .title class span tag layout */
.pricing-table .title span {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 0.42em;
    font-family: "Karla";
    float: left;
    font-weight: normal;
}

.pricing-table .title > span:first-child {
    padding-top: 5px;
}

/* .price class layout */
.pricing-table .price {
    font-size: 4.5em;
    text-align: center;
    font-family: "Varela Round";
    border-bottom: 1px solid rgba(0,0,0,0.12);
    height: 93px;
}

.pricing-table .price .pt-dollar {
    font-size: 0.4em;
    color: #8e8c8d;
    position: relative;
    top: -11px;
    left: 10px;
}

.pricing-table .price .pt-ten {
    position: relative;
}

.pricing-table .price .pt-cents {
    font-size: 0.3em;
    color: #8e8c8d;
    position: relative;
    left: -15px;
    top: -30px;
}

.pricing-table .price .pt-mo {
    font-size: 0.2em;
    color: #8e8c8d;
    position: absolute;
    bottom: 17px;
    right: -25px;
}

.pricing-table .price .pt-bill {
    font-size: 0.2em;
    width: 100%;
    display: inline-block;
    color: #8e8c8d;
    float: left;
    position: relative;
    top: -8px;
    left: -5px;
}

/* .options class layout */
.pricing-table .options {
    padding: 20px;
    font-family: "Karla";
    font-size: 0.95em;
    color: #646263;
}

.pricing-table .options > span {
    display: inline-block;
    width: 100%;
    padding: 1px 2px 1px 22px;
    text-indent: -8px;
    line-height: 18px;
    position: relative;
    /* font smooth for chrome */
    -webkit-text-stroke: 0.2px;
}

/* bootstrap icons layout */
.pricing-table .options span .glyphicon {
    position: relative;
    left: -5px;
    top: 2px;
}

.pricing-table .options span .glyphicon.glyphicon-ok {
    color: #92c83e;
}

.pricing-table .options span .glyphicon.glyphicon-ok.ok {
    color: #ADADAD;
}

.pricing-table .options span .glyphicon.glyphicon-remove {
    color: rgba(225, 64, 56, 0.53);
}

/* .badge class layout */
.pricing-table .badge {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
    top: 0;
    text-align: center;
    border-radius: 0px 3px 0px 0px;
    overflow: hidden;
    background: none;
}

.pricing-table .badge:after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -34px;
    left: 30px;
    background-color: #feeebb;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.pricing-table .badge .glyphicon {
    color: #685b2f;
    font-size: 1.2em;
    position: relative;
    z-index: 9999;
    top: 4px;
    left: 20px;
}



/* .signup class layout */
.pricing-table .signup {
    text-align: center;
}

.pricing-table .signup a {
    background-color: #92c83e;
    display: inline-block;
    border-bottom: 1px solid #7fb134;
    border-radius: 4px;
    padding: 6px 30px 8px;
    color: #2a2a2c;
    text-align: center;
    margin: 0 0 30px;
    font-family: "Varela Round";
    font-size: 1.3em;
    outline: none;
    -webkit-text-stroke: 0px;
}

.pricing-table .signup a:hover {
    background-color: #85b134;
}

.pricing-table .signup a:active {
    outline: none;
}

.pricing-table .options .disabled {
    color: #ADADAD;
}