@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";

.custom-nav {
    margin: 0;
    border: none;
}

.custom-tab {
    padding: 0;
    background-color: #DA2B23;
    height: 100px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #1245a8;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #1245a8;
    color: #fff;
}

.custom-tab a {
    padding: 0;
    border: none !important;
    margin: 0;
    height: 100px;
    color: #fff;
}

.custom-tab.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(185, 9, 8, 0);
    border-top-color: #1245a8;
    border-width: 30px;
    margin-left: -10px;
}

.shape {
    border-style: solid;
    border-width: 0 70px 70px 0;
    float: right;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    transform: rotate(360deg);
}

.offer {
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

.shape {
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.offer-radius {
    border-radius: 7px;
}

.offer-danger {
    border-color: #d9534f;
}

.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
}

.offer-success {
    border-color: #fedd2c;
}

.offer-success .shape {
    border-color: transparent #fedd2c transparent transparent;
}

.offer-default {
    border-color: #999999;
}

.offer-default .shape {
    border-color: transparent #999999 transparent transparent;
}

.offer-primary {
    border-color: #428bca;
}

.offer-primary .shape {
    border-color: transparent #428bca transparent transparent;
}

.offer-info {
    border-color: #5bc0de;
}

.offer-info .shape {
    border-color: transparent #5bc0de transparent transparent;
}

.offer-warning {
    border-color: #f0ad4e;
}

.offer-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
}

.shape-text {
    color: #111010;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    right: -18px;
    top: 16;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(0deg);
}

.shape-text-3 {
    color: #111010;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    right: -10px;
    top: 16;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    transform: rotate(0deg);
}

.offer-content {
    padding: 0 20px 10px;
}

@media (min-width: 487px) {
    .container {
        max-width: 750px;
    }
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .container {
        max-width: 970px;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .col-lg-3 {
        width: 25%;
    }
}

.well {
    background: #fff;
    box-shadow: 5px 8px 7px 2px;
    border: 7px;
}

.jumbotron {
    background: #fff;
}

.base-padding {
    padding: 3% 0;
}

.well.pricing-table {
    /*            padding: 3%;*/
    background: #fff;
    transition: all 0.6s ease-out;
}

.well.pricing-table:hover {
    box-shadow: 7px 7px 6px #1245a8;
    cursor: pointer;
}

.pricing-feature-list {
    padding: 10%;
    background: #444;
    color: #eee;
}

.pricing-feature-list .list-group-item {
    position: relative;
    display: block;
    padding: 13px 15px;
    margin-bottom: -1px;
    background-color: #444;
    /* border: 1px solid #6B6B6B; */
    font-size: 15px;
    border: 1px solid #444;
    /* font-weight: 700; */
    border-bottom: 1px solid #595353;
}

.modal-confirm {
    color: #636363;
    /*width: 325px;*/
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.reward-control {
    margin-bottom: 20px;
    margin-top: 20px;
}

img {
    width: 100%;
    height: auto;
}

.wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 944px;
    margin: 0 auto;
}

.wrapper:after {
    content: " ";
    display: block;
    clear: both;
}

canvas {
    width: 100px;
    height: 100px;
}

.ribbon {
    position: absolute;
    top: 10px;
    right: -5px;
    padding: 15px;
}

.ribbon-content {
    position: relative;
    width: 100%;
    /*height: 100px; */
    background: #f1f1f1;
    border: 1px solid #DDD;
}

.ribbon.base {
    background: #1245a8;
    color: #fff;
    border-right: 5px solid #1245a8;
}

.ribbon:before,
.ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}

.ribbon:before {
    top: 0;
}

.ribbon:after {
    bottom: 0;
}

.ribbon.base:before {
    border-top: 27px solid #1245a8;
}

.ribbon.base:after {
    border-bottom: 27px solid #1245a8;
}

.ribbon span {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.circle {
  float:right;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fedd2c;
  color: white;
  font-family: Helvetica, Arial Black, sans;
  font-size: 1.6em;
  font-weight:bold;
  text-align: center;
  color:black;
}
.circle-text{
  padding-top:25%;
}