
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 500; }

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


.modal{
    top: 10%;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

img { max-width: 100%; }

::-moz-selection { background: #f35b3f; color: #fff; text-shadow: none; }
::selection { background: #c62b2c; color: #fff; text-shadow: none; }

fieldset .plan li p {
    display: inline-block;
    margin-left: 5px;
}
.item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.item label {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 45px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .3s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .3s cubic-bezier(.77,0,.175,1);
    -o-transition: all .3s cubic-bezier(.77,0,.175,1);
    transition: all .3s cubic-bezier(.77,0,.175,1);
    position: relative;
    border: 1px solid #d9e1e6;
    font-size: 15px;
    font-size: .9375rem;
    color: #777;
    cursor: pointer;
}
#starter-details,#professional-details,#enterprise-details{
    display: none;
}
.list-group .fa-check{
    color:green;
}
.list-group .fa-times{
    color:#c62b2c;
}
fieldset .plan-ttl {
    padding: 0px 0 46px 0;
    text-align: center;
    border-radius: 4px 4px 0 0px;
    background-size: contain;
    border-bottom: #efebeb solid 1px;
    min-height: 175px;
}
fieldset .list-group-item b{
    color: black !important;
}
.plan-ttl .fa-check-circle {
    position: absolute;
    bottom: 48px;
    color: #c62b2c;
    font-size: 50px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999;
}
.plan-ttl  .fa-info-circle{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #f35a3f;
    font-size: 20px;
}
fieldset .list-group-item {
    position: relative;
    display: block;
    padding: 8.5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.plan-ttl span {
    display: block;
    color: #27ae5f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

label { font-weight: 300; }


fieldset .add-keywords-field{
    margin-left: 0px;   
}



button.btn.btn-next{
    background: #ffffff;
    color: #060606;
    border-color: #ccc; }
button.btn.btn-next:focus,
button.btn.btn-next:active:focus, button.btn.btn-next.active:focus ,button.btn.btn-next:hover{    color: #333;
                                                                        background-color: #e6e6e6;
 
                                                                        border-color: #adadad;}
button.btn.btn-submit{
    background: #ffffff;
    color: #060606;
    border-color: #ccc; }
button.btn.btn-submit:focus,
button.btn.btn-submit:active:focus, button.btn.btn-submit.active:focus,button.btn.btn-submit:hover{    color: #333;
                                                                        background-color: #e6e6e6;
                                                                        border-color: #adadad;}


button.btn.btn-previous,.f1-buttons a{background: #c62b2c;color: white; }
button.btn.btn-previous:focus,
button.btn.btn-previous:active:focus, button.btn.btn-previous.active:focus , button.btn.btn-previous:hover{ background: red; }
.f1-buttons a:active:focus, .f1-buttons a:focus ,.f1-buttons a:hover{ background: red; color:white;}
fieldset .reports_details .col-md-4{
    padding-left: 0px;
}
fieldset #keywords-fields .col-md-4{
    padding-left: 0px !important;
}
fieldset .fields:nth-child(odd) {
    background: #f9f9f9;
}
fieldset .add-keywords-field{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 15px !important;
    margin-bottom: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f500001c;
}
fieldset .vSwitch{
    display: inline-block;
    margin-bottom: -4px;
}
fieldset #mounthly .col-md-4,fieldset #yearly .col-md-4{
    padding-left: 0px;
}

.item input[type=radio]:not(old) {
    visibility: hidden;
}


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

.top-content { padding: 40px 0 170px 0; }

.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description { margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }


.f1 {
    padding: 0 25px 0 25px; background: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; }

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; height: 1px; background: #c62b2c; }

.register .f1-step { position: relative; float: left; width:20%; padding: 0 5px; }
.f1-step { position: relative; float: left; width:20%; padding: 0 5px; }

.f1-step-icon {
    display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
    font-size: 16px; color: #fff; line-height: 40px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
    background: #c62b2c; border: 1px solid #c62b2c; color: #ffffff; line-height: 38px;
}
.f1-step.active .f1-step-icon {
    width: 48px; height: 48px; margin-top: 0; background: #ffffff; font-size: 22px; line-height: 48px;
    border: 1px solid #c62b2c;
    color: #c62b2c;
}
.f1-step p { color: #ccc; }
.f1-step.activated p { color: #c62b2c; }
.f1-step.active p { color: #c62b2c; }
.f1 fieldset { display: none; text-align: left; }
.f1-buttons { text-align: right; }
@media (max-width: 415px) {
    h1, h2 { font-size: 32px; }
    .f1 { padding-bottom: 20px; }
    .f1-buttons button { margin-bottom: 5px; }
}
.input-error{
    border:1px solid red !important;
}

#register_fieldset .form-group{
    height: 75px !important;
}

.register .panel-default{
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 8px 51px -4px rgba(144,155,165,0.4);
    color: #444; 
    margin-bottom: 50px;
}
.register p{
    font-weight:500 !important;
    color: #888888;
    text-align: center;
    font-size: 14px;
    margin-top: 0px !important;
    line-height: 1.5;
}
.add-alerts-internal h4{
    font-weight: 700 !important;
    color: black;
    margin-bottom: 25px;
}
.add-alerts-internal #submit_payment {
    width: 350px !important;
    cursor: pointer;
}
.add-alerts-internal .payment-logo {
    text-align: center;
}
.add-alerts-internal .payment-description p {
    text-align: left !important;
}
.if-user-login .panel-default{
    margin-top: 100px;
}
.register.bronze .f1-step {
    width: 25%;
}
