/* Add here all your css styles (customizations) */


.select-language {
   position: absolute;
    z-index: 99;
    right: -87px;
    top: -28px;
    border: 0;
    width: 118px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
   
}

.header-fixed-shrink .select-language { top: 4px !important; color: #333 !important;}

.header-fixed-shrink .select_bg .language-arrow{ color: #333 !important;}
.header-fixed-shrink form.select-language .select_bg { color: #333 !important;}

.chooseLanguage option{color:#212121 !important;}

.select_bg .language-arrow{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 99px;}

form.select-language .select_bg{
   /*background:url("../img/arrow-down.png") right center no-repeat;*/
    padding:0px;
    margin:0px;
    cursor:pointer;
       width: 116px;
    cursor:pointer;
    outline:0px none;
    z-index:888;
    /*border:1px solid #fff;
    border-radius:4px !important;
    background-color:#fff;*/
    color:#fff;
}
form.select-language .chooseLanguage{
    background: transparent;
    font-size: 15px !important;   letter-spacing: 2px;
    padding:6px 10px 6px 5px;
    margin:0px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -ms-text-overflow:ellipsis;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    overflow:hidden;
    outline:0px none;
    cursor:pointer;
    border:0px none;
    width:100%; 
    
}
.header .navbar-brand {
    top: -32px ;
}

.header-fixed .header.header-fixed-shrink .navbar-brand
{
top:-4px;
}

.purchase p {
  font-size: 14px;
}

#About
{
    font-size:14px;
}

#Login
{
}

.modal {
            display: block;
        }

        /* Custom dialog/modal headers */

        .dialog-header-error {
            background-color: #d2322d;
        }

        .dialog-header-wait {
            background-color: #428bca;
        }

        .dialog-header-notify {
            background-color: #eeeeee;
        }

        .dialog-header-confirm {
            background-color: #333333;
        }

            .dialog-header-error span, .dialog-header-error h4,
            .dialog-header-wait span, .dialog-header-wait h4,
            .dialog-header-confirm span, .dialog-header-confirm h4 {
                color: #ffffff;
            }

        /* Ease Display */

        .pad {
            padding: 25px;
        }

.note
{
    color:#e74c3c !important;
}
.note a.underlines {
    text-decoration: underline;
}
.note a:hover.underlines {
    color:#e74c3c !important;
    text-decoration: none;
}

.header .dropdown-menu {
  min-width: 150px !important;
}
.header .navbar-nav {
    margin-right: 0% !important;
    position: relative !important;
    top: -2px !important;
    right:27px;
}
.header .navbar-nav {
  /*margin-right: 5%;*/
}
.header .navbar-default .navbar-nav > li > a {
    font-size: 15px !important;
     padding: 9px 5px 9px 20px !important;
        letter-spacing: 2px;
    font-weight: 500;
     text-transform: inherit !important;
}
/* Guest Pricing  Start*/

.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
    padding: 0;
}

.pricing {
  border-radius: 3px;
box-shadow: 0 0 8px #c0c0c0;
margin-bottom: 15px;
min-height: 400px;
position: relative;
}

    .pricing:hover {
        box-shadow: 0 0 10px #ccc;
    }

        .pricing:hover h4 {
            color: #74C52C;
        }

.pricing-head {
    text-align: center;
}

.pricing h3,
.pricing h4 {
    margin: 0;
    line-height: normal;
    font-weight: bold !important;
}

.pricing p {
    padding-top: 10px;
    font-size: 11px;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.membership_plan_SILVER .pricing-head h3 {
    background: #bababa;
}

.membership_plan_GOLD .pricing-head h3 {
    background: #FFD34E;
}

.membership_plan_PLATINUM .pricing-head h3 {
    background: #75b6f3;
}

.pricing-head h3 {
    color: #fafafa;
    padding: 12px 0;
    font-size: 35px;
    background: #74C52C;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #32a20f;
}

.pricing-head h4 {
    color: #888;
    padding: 5px 0;
    font-size: 70px;
    text-shadow: 0 1px 0 #fff;
    border-bottom: solid 1px #f5f9e7;
}

    .pricing-head h4 i {
        top: -8px;
        font-size: 28px;
        font-style: normal;
        position: relative;
    }

    .pricing-head h4 span {
        top: -10px;
        font-size: 14px;
        font-style: normal;
        position: relative;
    }

/*Pricing Content*/

.pricing-content {
  height: 320px;
  margin-bottom: 0;
  overflow: auto;
}
    /*.pricing-content li {
        color: #888;
        font-size: 12px;
        padding: 7px 15px;
        border-bottom: solid 1px #f5f9e7;
    }*/

    .pricing-content li {
    color: #444d58;
    font-size: 13px;line-height: 24px;
    padding: 6px 15px;
    border-bottom: solid 1px #e7e8e6;
}

        .pricing-content li i {
            color: #72c02c;
            font-size: 16px;
            margin-right: 5px;
            position: relative;
        }

/*Pricing Footer*/
.pricing-footer {
    border-radius: 0 0 3px 3px;
    bottom: 0;
    color: #777;
    font-size: 11px;
    line-height: 17px;
    padding: 0 20px 19px;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*Pricing Active*/

.pricing:hover {
    z-index: 1;
    margin-top: -8px;
    box-shadow: 0 0 5px #000;
}

.price-active,.price-active:hover  {
    z-index: 1;
    margin-top: -8px;
    box-shadow: 0 0 6px #74c52c;
}

    .price-active h4 {
        color: #74C52C;
    }
/* Guest Pricing  Start*/

@media (max-width: 800px) {
    .tab-v1 .nav-tabs a {
       padding: 5px 8px !important;

        -moz-font-size-adjust: 0.50;
        font-size: 12px;
    }
}

.display-none {
    display: none;
}

.visible-hidden {
    visibility:hidden;
}
.z-index-99999 {
    z-index:99999;
}

