/* =========================================
/* 1 - Google Font
========================================= */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);

/* ========================================= 
 2 - Global Styles
========================================= */

html {
    height: 100%;
}

body {
    background-color: #34495e;
    color: #c8c8c8;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    min-width: 460px;    
    overflow-x: auto;
}

.container {
    display: block;
    text-align: center;
    /*width: 100%;*/
    min-width: 310px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 190px;
}

    .alert .close {
        position: relative;
        top: -2px;
        line-height: 18px;
        color: #000 !important;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

h1 {
    margin-bottom: 30px;
    font-size: 60px;
    color: #fff;
    font-weight: 100;
}

h3 {
    font-size: 27px;
    color: #6699FF;
    font-weight: 100;
}

p {
    font-weight: 300;
    letter-spacing: 0.5px;
}

strong {
    font-weight: 400;
}

img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
    }

.dark-bg {
    background-color: #2c3e50;
}

.underline {
    position: relative;
    font-size: 20px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 10px;
    color: #0099FF;
}

    .underline:before {
        position: absolute !important;
        content: "";
        width: 150px;
        height: 1px;
        background-color: #777;
        top: 50%;
        left: 0;
    }

    .underline:after {
        position: absolute !important;
        content: "";
        width: 150px;
        height: 1px;
        background-color: #777;
        top: 50%;
        right: 0;
    }

.browse {
    color: #fff !important;
    background-color: #0099FF !important;
    height: auto;
    width: auto;
    border: thin solid #0099FF !important;
    border-radius: 5px !important;
    font-size: small;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
}

    .browse:hover, .browse:focus {
        color: #000066 !important;
        background-color: #99CCFF !important;
    }

@media (min-width: 210px) {
    #lblNavName {
        font-size: 12px;
    }
}

@media (min-width: 350px) {
    #lblNavName {
        font-size: 14px;
    }
}

@media (min-width: 550px) {
    #lblNavName {
        font-size: 15px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #lblNavName {
        font-size: 16px;
    }
}

/*@media only screen and (max-width: 768px) {
     For mobile phones: 
    .footer .input-group-btn {
        top: -8px !important;
    }
}*/


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #lblNavName {
        font-size: 18px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #lblNavName {
        font-size: 20px;
    }
}

#lblNavName, #lblNavName:hover {
    color: #FFFFFF;
}

.custom-btn {
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .custom-btn:hover {
        background-color: #0099FF !important;
        color: #fff !important;
        border-color: #0099FF !important;
    }

.btn:active, .btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#closeButton {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    color: darkred;
    line-height: 30px;
    cursor: pointer;
}

#closeButton:hover 
{ 
    color: #d9534f; 
}

.header {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

    .header p {
        margin-bottom: 30px;
    }

.bg-color {
    background: rgba(0, 0, 0, 0.5);
}

.section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-indicators {
    bottom: -50px;
}

.social a {
    display: block;
    width: 40px;
    font-size: 28px;
    border-radius: 100%;
    text-align: center;
    color: #949494;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .social a:hover {
        color: #0099FF;
    }

.form-group {
    margin-bottom: 20px !important;
}

.list .form-inline .form-group {
  margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
  .list .form-inline .form-group {
    margin-bottom: 15px !important;
  }
}


.form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control .combo {
        margin-bottom: 30px;
    }


    .form-control:focus,
    textarea:focus {
        border-color: #0099FF !important;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.modal-dialog {
    /*top: 150px;*/
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    -moz-transform: translate(0, 50vh) translate(0, -50%);
    transform: translate(0, 50vh) translate(0, -50%);
}

.modal-content {
    border-radius: 8px !important;
}

.modal-header {
    background-color: #286090;
    border-radius: 6px 6px 0px 0px;
    padding: 8px 15px !important;
    text-align: center;
    color: white;
}

.modal-body {
    font-size: 16px;
}

.close {
    color: white !important;
    opacity: .5 !important;
}

.modal-footer {
    background-color: #f9f9f9;
    border-radius: 0px 0px 6px 6px;
}

.bootstrap-select.form-control {
    height: 40px;
    margin-bottom: 20px;
}

#Editor .bootstrap-select.form-control {
    height: inherit;
}

#Editor .well {
    padding: 10px;
    margin-bottom: auto;
}

#Editor .modal-body {
    padding: 0px;
    font-size: 14px;
}


/* =========================================
  ERROR NOTIFICATION    
========================================= */

.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    min-width: 320px;
}

.error {
    background: #FF9999;
    color: #264409;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}



/* =========================================
   3. Section Header                 
========================================= */
header {
    /*background: url(/images/bg.jpg) 50% 0 no-repeat fixed;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.top .photo-slide {
    max-width: 252px;
    margin: auto;
    padding-bottom: 50px;
}

    .top .photo-slide img {
        width: 252px;
        height: auto;
    }

.top .content {
    color: #fff;
}

    .top .content h1 {
        font-size: 72px;
        margin-top: 50px;
    }

    .top .content h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .top .content p {
        font-size: 18px;
        margin-bottom: 70px;
        letter-spacing: 1px;
    }

    .top .content .button a {
        /*font-size: 28px;*/
        font-weight: 400;
        margin-bottom: 50px;
        padding-right: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

        .top .content .button a i {
            margin-right: 20px;
        }

        .top .content .button a:hover {
            background-color: #fff;
            color: #003366;
        }

/* =========================================
   4. Section Menu                 
========================================= */
.navigation {
    min-height: 50px; /*min-height: 70px;*/
}

    .navigation .container {
    }

    .navigation .navbar {
        border: none;
        margin-bottom: 0;
        min-height: 50px;
        z-index: 999;       
	    /*min-height: 70px;*/
    }

    .navigation .nav .navbar .navbar-brand, .navigation .navbar .navbar-brand {
        color: #fff !important;
        font-size: 26px;
        font-weight: 400;
        height: 60px;
        line-height: 30px;
	    /*height: 70px;
	    line-height: 35px;*/
    }


    .navigation .navbar-default {
        background-color: #0099FF;
        box-shadow: 0 0px 10px rgba(0,0,0,.2);
        border: none;
        border-radius: 0;
        clear: both;
    }

        .navigation .navbar-default .navbar-nav > li > a {
            color: #fff !important;
            font-weight: 400;
            padding-top: 20px;
            padding-bottom: 20px;           
	        /*padding-top: 25px;
	        padding-bottom: 25px;*/
        }

            .navigation .navbar-default .navbar-nav > li > a:hover,
            .navigation .navbar-default .navbar-nav > .active > a,
            .navigation .navbar-default .navbar-nav > .active > a:hover,
            .navigation .navbar-default .navbar-nav > .active > a:focus {
                color: #000099 !important;
                background-color: #66CCFF !important;
            }

    .navigation .btn-default:hover,
    .navigation .btn-default:focus,
    .navigation .btn-default:active,
    .navigation .btn-default.active {
        border-color: transparent;
    }

.navbar-toggle {
    background: #3399FF !important;
    border-color: #CCCCFF !important;
    color: #FFFFFF !important;
    margin: 15px 15px 15px 0px !important;    
}

    .navbar-toggle:focus, .navbar-toggle:hover {
        color: #000066 !important;
        background-color: #99CCFF !important;
        border-color: #000066 !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:focus .icon-bar, .navbar-toggle:hover .icon-bar {
        background-color: #000066 !important;
    }

.navigation .dropdown-menu {
    background-color: #0099FF !important;
    /*width: 150px !important;*/
}

    .navigation .dropdown-menu:hover {
        display: block;
    }

    .navigation .dropdown-menu > li > a {
        color: #fff !important;
    }

        .navigation .dropdown-menu > li > a:hover, .navigation .dropdown-menu > li > a:focus {
            color: #000099 !important;
            background-color: #66CCFF !important;
        }

.navigation .navbar-nav li.dropdown.open > .dropdown-toggle, .navigation .navbar-nav li.dropdown.active > .dropdown-toggle, .navigation .navbar-nav li.dropdown.open.active > .dropdown-toggle {
    color: #000099 !important;
    background-color: #66CCFF !important;
}

.navigation .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #0099FF !important;
}

.navigation .dropdown-menu > .active > a, .navigation .dropdown-menu > .active > a:focus, .navigation .dropdown-menu > .active > a:hover {
    color: #000099 !important;
    text-decoration: none;
    background-color: #66CCFF !important;
    outline: 0;
}

.navigation .dropdown-toggle::after {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* =========================================
   5. Section List                 
========================================= */
.list table .form-control.input.input-sm {
    padding: 2px;
    font-size: .8em;
    height: 25px !important;
}

.list .list-item-img {
    width: 252px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.list .header h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
}

.list .header h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #0066FF;
}

.list-item .icon-style {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #0099FF;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.list-item .icon i {
    font-size: 30px;
    margin-top: 0px;
    color: #0099FF;
}

.list-item h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}

.list-item p {
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.list-item .meta-text {
    margin-left: 80px;
}

.list-item .icon {
    width: 60px;
    height: 60px;
    float: left;
}

.list-item:hover .icon-style {
    border-radius: 0;
}

.list button.dt-button.list-button,
.list div.dt-button.list-button,
.list a.dt-button.list-button {
    font-weight: 400 !important;
}

.btn.list-button {
    font-weight: 600 !important;
}

/* Base button (unchanged as requested) */
.list-button {
    margin: 0px 2px 2px 2px;
    background: #0099FF !important;
    border-color: #0099FF !important;
    color: #fff !important;
    border-radius: 5px;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

/* Hover (unchanged as requested) */
.list-button:hover {
    color: #000066 !important;
    background-color: #99CCFF !important;
}

/* Strong override for DataTables focus */
button.list-button.dt-button:focus:not(.disabled),
a.list-button.dt-button:focus:not(.disabled),
div.list-button.dt-button:focus:not(.disabled),
input.list-button.dt-button:focus:not(.disabled) {
    border: 1px solid #0099FF !important;
    background-color: #99CCFF !important;
    color: #000066 !important;

    outline: 2px solid #0066CC !important;
    outline-offset: 2px;

    box-shadow: none !important;
    text-shadow: none !important;
    background-image: none !important;
    filter: none !important;
}

/* Fallback focus (if dt-button class is not present) */
button.list-button:focus:not(.disabled),
a.list-button:focus:not(.disabled),
div.list-button:focus:not(.disabled),
input.list-button:focus:not(.disabled) {
    outline: 2px solid #0066CC;
    outline-offset: 2px;
}

/* Disabled state */
.list-button.disabled,
.list-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #66B2FF !important;
    border-color: #66B2FF !important;
    color: #e6e6e6 !important;
}

/* Prevent hover & focus effects on disabled */
button.list-button.disabled:hover,
button.list-button:disabled:hover,
button.list-button.disabled:focus,
button.list-button:disabled:focus,
a.list-button.disabled:hover,
a.list-button.disabled:focus {
    background: #66B2FF !important;
    color: #e6e6e6 !important;
    outline: none;
}

.list-input {   
    margin-right: 2px;
    vertical-align: middle;
    color: #003399 !important;
    border: 1px solid #003399 !important;
    border-radius: 4px !important;
    padding: 6px 12px;
}

/*.list-input {
    display: inline-block;
    width: auto;
    min-width: 100px;   
    max-width: 100%;    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}*/


.list-label {
    margin: 2px;
    vertical-align: middle;
    color: #003399;
}

.featurebox {
    padding: 0px;
    margin: 2px;
    display: inline;
    text-align: left;
}

/*.modal-header, h4, .close {
    background-color: #337ab7;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-footer {
    background-color: #f9f9f9;
}*/

.list .bootstrap-select 
{
    height:auto;
}

.list .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #0099FF !important;
}

.list .dropdown-menu > .active > a, .list .dropdown-menu > .active > a:focus, .list .dropdown-menu > .active > a:hover {
    color: #000099 !important;
    text-decoration: none;
    background-color: #66CCFF !important;
    outline: 0;
}


/* =========================================
   6. Section Screenshots                 
========================================= */
.owl-carousel {
    margin-bottom: 50px;
}

    .owl-carousel .item {
        margin: 0 10px;
    }

        .owl-carousel .item img {
            border: 5px solid #ccc;
            border-radius: 5px;
        }

.owl-theme .owl-controls {
    margin-top: 25px;
    text-align: center;
}


    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}



/* =========================================
   7. Section Description                 
========================================= */
.description .app-image {
    max-width: 441px;
    margin: auto;
    margin-bottom: 50px;
}

.description .content h4 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 100;
}

.description .content .button .get-btn {
    padding-right: 30px;
}

.description .content .button a {
    margin-right: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.description .content .button i {
    margin-right: 15px;
}

.description .content p {
    margin-bottom: 70px;
    font-weight: 300;
    letter-spacing: 1px;
}

.description .button {
    margin-bottom: 20px;
}

.description-two .content p {
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 1px;
}

.description .content .list-item {
    list-style: none;
    margin: 0;
    padding: 0 0 35px 0;
}

    .description .content .list-item li i {
        margin-right: 15px;
        color: #0099FF;
    }

    .description .content .list-item li {
        margin-bottom: 15px;
    }
/* =========================================
   8. Section Testimonial                 
========================================= */
#testimonial {
    background: url(/images/bg4.jpg) 50% 0 no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-testimonial {
    background-image: url(images/pattern5.png);
}

.testimonial .testimonial-slide {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}

    .testimonial .testimonial-slide .image {
        width: 100px;
        height: 100px;
        margin: auto;
        border: 2px solid #ccc;
        border-radius: 100%;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .testimonial .testimonial-slide .content p {
        position: relative;
        padding: 0 50px;
        margin-bottom: 50px;
    }

        .testimonial .testimonial-slide .content p:before {
            position: absolute;
            content: "\f10d";
            font-family: FontAwesome;
            font-size: 30px;
            top: 0;
            left: 0;
        }

        .testimonial .testimonial-slide .content p:after {
            position: absolute;
            content: "\f10e";
            font-family: FontAwesome;
            font-size: 30px;
            bottom: 0;
            right: 0;
        }

/* =========================================
   9. Section Team                 
============================================ */
.team {
    text-align: center;
}

    .team .app-dev h4 {
        font-size: 28px;
        font-weight: 300;
    }

    .team .app-dev .title {
        margin-top: 30px;
    }

    .team .member {
        width: 263px;
        height: 263px;
        position: relative;
        overflow: hidden;
        display: table;
        margin: auto;
    }

        .team .member .details {
            width: 263px;
            height: 263px;
            position: absolute;
            background: rgba(0, 153, 255, 0.9);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            opacity: 0;
        }

        .team .member img {
            position: absolute;
            width: 263px;
            height: 263px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .team .member .details p {
            color: #fff;
            padding: 15px 10px 10px 10px;
            position: absolute;
            top: -100px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .team .member .details .icon {
            position: relative;
            top: 290px;
            left: 0px;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

            .team .member .details .icon a {
                color: #fff;
            }

            .team .member .details .icon ul {
                display: table;
                margin: auto;
            }

                .team .member .details .icon ul li {
                    float: left;
                    margin-right: 10px;
                }

    .team .info:hover .details {
        opacity: 1;
    }

        .team .info:hover .details p {
            -ms-transform: translateY(100px);
            -webkit-transform: translateY(100px);
            -moz-transform: translateY(100px);
            -o-transform: translateY(100px);
            transform: translateY(100px);
        }

    .team .info:hover .icon {
        -ms-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .team .title h5 {
        margin-bottom: 50px;
    }

/* =========================================
   10. Section Price                 
========================================= */
.price .price-table {
    padding: 0 30px;
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    background-color: #fff;
    margin-top: 150px;
    color: #222;
}

.price .header .underline {
    margin-bottom: 10px;
}

.price .price-list {
    text-align: center;
}

    .price .price-list i {
        margin-right: 20px;
    }

    .price .price-list h2 {
        margin-top: 100px;
        margin-bottom: 30px;
        display: inline-block;
    }

    .price .price-list p {
        margin-bottom: 30px;
        text-align: left;
    }

    .price .price-list ul {
        padding-left: 10px;
        padding-bottom: 50px;
        text-align: left;
    }

        .price .price-list ul li {
            list-style: none;
            margin-bottom: 15px;
        }

            .price .price-list ul li i {
                width: 24px;
                height: 24px;
                border-radius: 100%;
                text-align: center;
                padding: 4px 0;
                font-size: 14px;
            }

                .price .price-list ul li i.fa-check {
                    margin-right: 20px;
                    border: 1px solid #0099FF;
                    color: #0099FF;
                }

                .price .price-list ul li i.fa-times {
                    margin-right: 20px;
                    border: 1px solid #e74c3c;
                    padding-right: 1px;
                    color: #e74c3c;
                }

    .price .price-list .rate {
        background: #0099FF;
        color: #fff;
        font-size: 40px;
        text-align: center;
        padding: 60px 0;
        border-radius: 100%;
        width: 150px;
        height: 150px;
        position: absolute;
        top: -75px;
        left: 50%;
        margin-left: -75px;
        font-weight: 700;
    }

    .price .price-list .buy-now {
        border: 1px solid transparent;
        background: #0099FF;
        padding: 10px 30px;
        border-radius: 0;
        font-size: 20px;
        margin-bottom: 30px;
        color: #fff;
        position: absolute;
        left: 50%;
        bottom: -55px;
        margin-left: -75px;
    }

.price .featured-price .rate,
.price .featured-price .buy-now {
    background: #e74c3c;
}

/* =========================================
   11. Section Subscribe                 
========================================= */
.subscribe {
    text-align: center;
}

    .subscribe .subscribe-header {
        width: 70%;
        margin: auto;
    }

        .subscribe .subscribe-header p {
            margin-bottom: 30px;
        }

    .subscribe .subscribe-form input {
        width: 100%;
        margin: auto;
        height: 60px;
        border-radius: 0;
        background-color: transparent;
    }

.input-group-addon {
    padding: 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .input-group-addon:hover {
        background-color: #0099FF;
        border-color: #0099FF;
        color: #fff;
    }

    .input-group-addon button {
        background: transparent;
        border: none;
        margin-bottom: 0px;
        padding: 10px 70px;
        font-size: 20px;
        font-weight: 400;
        outline: none;
    }

.subscribe .social {
    margin: auto;
    display: table;
    margin-bottom: 50px;
}

    .subscribe .social ul {
        padding: 30px 0;
    }

    .subscribe .social li {
        float: left;
        list-style: none;
        margin-right: 10px;
    }

/* =========================================
   12. Section Download                 
========================================= */
#download {
    background: url(/images/bg5.jpg) 50% 0 no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.download {
    background-image: url(images/pattern5.png);
}

    .download .underline:before,
    .download .underline:after {
        background-color: #BBB;
    }

    .download .download-area img {
        width: 30px;
        float: left;
        margin-top: 15px;
    }

    .download .download-area .download-btn {
        font-size: 28px;
        padding: 12px 0 10px 10px;
        min-width: 263px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        display: table;
    }

    .download .download-area span {
        display: block;
        font-size: 18px;
        margin-bottom: -5px;
    }

    .download .download-area a i {
        float: left;
        margin-top: 15px;
    }

        .download .download-area a i.fa-mobile {
            font-size: 50px;
            margin-top: 5px;
        }

    .download .download-area .app-download {
        margin-left: 40px;
        text-align: left;
        font-weight: 100;
    }

        .download .download-area .app-download strong {
            font-weight: 300;
        }

/* =========================================
   13. Section Footer                 
========================================= */

.footer {
    text-align: center;
}

    .footer .information input[type="text"],
    .footer .information input[type="email"],
    .footer .information input[type="password"],
    .footer .information select {
        width: 100%;
        height: 40px;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 20px;
        top: 0;
        left: 0px;
    }    
    
    .footer .information input[type="checkbox"],
    .footer .information input[type="radio"] {
        width: auto;
        height: auto;
        margin-bottom: 0;
        background-color: initial;
    }


    .footer .information .form-inline {
        text-align: left;
    }

        .footer .information .form-inline label {
            vertical-align: text-bottom;
        }

        .footer .information .form-inline .form-group .btn-group {
            top: 0px !important;
            /*margin-bottom: 20px !important;*/
        }

    .footer h1 {
        margin-bottom: 30px;
    }

    .footer .information textarea {
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        margin-bottom: 20px;
        outline: 0;
        padding: 10px;
        border: 1px solid #ccc;
        min-height: 130px;
    }

    .footer .information .control-label {
        margin: 0px;
        padding: 10px;
    }

    .footer .information .information-submit {
        padding: 10px 30px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }

        .footer .information .information-submit i {
            margin-right: 10px;
        }

    .footer .input-group .input-group-addon {
        background: none;
    }

        .footer .input-group .input-group-addon .glyphicon {
            color: #33CCFF;
        }

    .footer .input-group .input {
        /*width: 95%;*/
        height: 40px;
        /*border-radius: 5px;*/
        background-color: transparent;
        margin-bottom: 20px;
    }

    .footer .input {
        color: black;
        font-weight: 500;
    }

.footerbox {
    margin: 0px 0px 25px 0px;
    padding: 0px;
    display: block;
    text-align: left;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .footer .information .form-group {
        /*margin-bottom: 0 !important;*/
    }
}


.footer .footerbox .ContactComboBoxStyle .ajax__combobox_inputcontainer {
    /*margin-bottom:25px;*/
}

.footer .footerbox .ContactComboBoxStyle .ajax__combobox_textboxcontainer {
    width: 100%;
    vertical-align: top;
}

    .footer .footerbox .ContactComboBoxStyle .ajax__combobox_textboxcontainer input {
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        outline: 0;
        border: 1px solid #ccc;
        padding: 6px 12px;
        font-size: 14px;
        height: 40px !important;
    }

.footer .footerbox .ContactComboBoxStyle .ajax__combobox_buttoncontainer {
    vertical-align: top;
}

    .footer .footerbox .ContactComboBoxStyle .ajax__combobox_buttoncontainer button {
        background-color: #0099FF;
        border: 1px solid #ccc;
        color: #003399;
        height: 40px;
        width: 40px;
    }

.footer .footerbox .ContactComboBoxStyle .ajax__combobox_itemlist {
    fit-position: initial;
    position: initial !important;
    overflow: auto !important;
    top: auto !important;
    left: auto !important;
    font-family: Verdana !important;
    font-size: smaller !important;
    max-height: 250px !important;
}

.footer1 {
    /*background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;*/
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}

.title-widget {
    color: #003399;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 28px;
}

    .title-widget::before {
        background-color: #ea5644;
        content: "";
        height: 22px;
        left: 0px;
        position: absolute;
        top: -2px;
        width: 5px;
    }

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 2px;
    padding: 2px;
    width: 95%;
    color: #000099;
}

    .widget_nav_menu ul li a {
        color: #0033CC;
        font-size: 12px;
        font-weight: 500;
    }

    .widget_nav_menu ul li i {
        margin: 3px;
    }


#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#social {
    /* Browser Variations: */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer .information .btn-group {
    /*margin-bottom: 11px !important;*/
}

    .footer .information .btn-group .btn {
        height: 40px !important;
        width: 100% !important;
        border-radius: 0 !important;
    }

.footer .dropdown-menu {
    /*margin-top: 10px !important;*/
}

    .footer .dropdown-menu > li > a {
        color: #000000;
        font-weight: 500;
    }

        .footer .dropdown-menu > li > a:hover, .footer .dropdown-menu > li > a:focus {
            color: #000099 !important;
            background-color: #66CCFF !important;
        }

.footer .navbar-nav li.dropdown.open > .dropdown-toggle, .footer .navbar-nav li.dropdown.active > .dropdown-toggle, .footer .navbar-nav li.dropdown.open.active > .dropdown-toggle {
    color: #000099 !important;
    background-color: #66CCFF !important;
}

.footer .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #0099FF !important;
}

.footer .dropdown-menu > .active > a, .footer .dropdown-menu > .active > a:focus, .footer .dropdown-menu > .active > a:hover {
    color: #000099 !important;
    text-decoration: none;
    background-color: #66CCFF !important;
    outline: 0;
}

.footer .popover-title {
    padding: 4px 10px;
}

.footer .dropdown-menu .inner {
    margin-top: 2px !important;
}

.footer .bs-searchbox {
    padding: 4px 10px !important;
}

    .footer .bs-searchbox .form-control {
        margin-bottom: 2px !important;
    }

.footer .input-group {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    float: left;
}

.footer .input-group-btn {
    padding: 0 !important;
    top: -10px;
}

.footer .information .form-inline .three {
    width: 32.8%;
}

.form-group.three input, .form-group.two input {
    margin-bottom: 0px;
}

.footer .information .form-inline .two {
    width: 49.6%;
}

.footer .information .fg.form-group input, .footer .information .fgl.form-group,
.footer .information .fgl.form-group input, .footer .information .fgl.form-group textarea,
.footer .information .fgl.form-group label {
    margin-bottom: 0px !important;
}

.footer .information .fg.form-group {
    margin-bottom: 5px !important;
}

.footer .information .form-inline .pbody.form-group {
    margin-bottom: 0px !important;
}

.footer .information .pbody .form-control {
    height: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .footer .information .form-inline .three {
        width: 32.845%;
    }

    .footer .information .form-inline .two {
        width: 49.6%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer .information .form-inline .three {
        width: 32.7%;
    }

    .footer .information .form-inline .two {
        width: 49.55%;
    }
}

@media (min-width: 814px) and (max-width: 991px) {
    .footer .information .form-inline .three {
        width: 32.95%;
    }

    .footer .information .form-inline .two {
        width: 49.7%;
    }
}

@media (min-width: 792px) and (max-width: 813px) {
    .footer .information .form-inline .three {
        width: 32.94%;
    }

    .footer .information .form-inline .two {
        width: 49.7%;
    }
}

@media (min-width: 768px) and (max-width: 792px) {
    .footer .information .form-inline .three {
        width: 32.9%;
    }

    .footer .information .form-inline .two {
        width: 49.695%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .footer .information .form-inline .three, .footer .information .form-inline .two {
        width: 100%;
    }

    .footer .information .form-inline .pbody.form-group {
        margin-bottom: 5px !important;
    }
}

/* =========================================
   AJAX COMBOBOX                  
========================================= */

.footer .footerbox .CustomComboBoxStyle .ajax__combobox_textboxcontainer {
    vertical-align: middle;
    width: auto;
}

    .footer .footerbox .CustomComboBoxStyle .ajax__combobox_textboxcontainer input {
        vertical-align: middle;
        background-color: white;
        border: solid 1px black;
        border-right: 0px none;
        color: #003399;
        height: 30px;
        width: auto;
    }

.footer .footerbox .CustomComboBoxStyle .ajax__combobox_buttoncontainer {
    vertical-align: middle;
}

    .footer .footerbox .CustomComboBoxStyle .ajax__combobox_buttoncontainer button {
        vertical-align: middle;
        background-color: #0099FF;
        border: solid .2px #0099FF;
        color: #003399;
    }

.footer .footerbox .CustomComboBoxStyle .ajax__combobox_itemlist {
    fit-position: right;
    position: fixed !important;
    overflow: auto !important;
    top: auto !important;
    left: auto !important;
    font-family: Verdana;
    font-size: smaller;
}

/* =========================================
   14. Section Copyright                 
========================================= */
.copyright {
    text-align: center;
    padding: 10px 0;
}


/* =========================================
   14. Section News                 
========================================= */
.glyphicon {
    margin-right: 4px !important; /*override*/
}

.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}

.pagination a {
    color: #555;
}

.panel ul {
    padding: 0px;
    margin: 0px;
    /*list-style: none;*/
}

.news-item {
    display: block;
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
}


    .news-item ol li {
        display: list-item !important;
    }

/* =========================================
   14. Custom Select       
========================================= */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .custom-select-wrapper select {
        display: none;
    }

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 130px;
    padding: 0 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: #5c9cd8;
    border-radius: 4px;
    cursor: pointer;
}

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        top: 50%;
        right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    -moz-transform: rotate(-135deg) translateY(-50%);
    -ms-transform: rotate(-135deg) translateY(-50%);
    -o-transform: rotate(-135deg) translateY(-50%);
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .custom-option:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 4px 4px;
    }

    .custom-option:hover,
    .custom-option.selection {
        background: #f9f9f9;
    }


/* =========================================
   15. Spinner / Loader
========================================= */
@keyframes rotate {
    0% {
        transform: rotateZ(-360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateZ(360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

.spin-container {
    text-align: center;
    padding-top: 50px;
    /*margin-top:100px;*/
    background: #002F74;
    height: 150px;
}

.spin {
    border: 3px solid #0D4B9F;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -o-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -webkit-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

#loader2 {
    border: 3px solid #E0EDFF;
    width: 70px;
    height: 70px;
    position: relative;
    top: -60px;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -o-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -webkit-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

#loader3 {
    border: 3px solid #005CDC;
    width: 90px;
    height: 90px;
    position: relative;
    top: -140px;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -o-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -webkit-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

#loader4 {
    border: 3px solid #94B6E5;
    width: 110px;
    height: 110px;
    position: relative;
    top: -240px;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -o-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    -webkit-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74,-0.29) infinite;
}

#text {
    color: #D6E3F6;
    font-family: Arial;
    font-size: 15px;
    position: relative;
    top: -305px;
}

/*============================== 
    Second Spinner 
    =============================*/
@-moz-keyframes spinner {
    0% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
    /*to {
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }*/
}

@-webkit-keyframes spinner {
    0% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
    /*to {
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }*/
}

@keyframes spinner {
    0% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        -moz-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -ms-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -o-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
    /*to {
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }*/
}

.spinner:before {
    -moz-animation: 1.5s linear infinite spinner;
    -o-animation: 1.5s linear infinite spinner;
    -webkit-animation: 1.5s linear infinite spinner;
    animation: 1.5s linear infinite spinner;
    -moz-animation-play-state: inherit;
    -o-animation-play-state: inherit;
    -webkit-animation-play-state: inherit;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    /*content: '';
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            top: 20%;
            left: 50%;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-left: -10px;
            border-radius: 50%;
            border: 2px solid #ccc;
            border-top-color: #333;
            -moz-animation: spinner .6s linear infinite;
            -o-animation: spinner .6s linear infinite;
            -webkit-animation: spinner .6s linear infinite;
            animation: spinner .6s linear infinite;*/
}

/*===============================================
            Spinner Third
=================================================*/
@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spin-container3 {
    text-align: center;
}

.spin3 {
    border: 16px solid #0042A4;
    border-radius: 50%;
    border-top: 16px solid #3775CF;
    border-right: 16px solid #619BEE;
    border-bottom: 16px solid #96BFF9;
    border-left: 16px solid #C9E0FF;
    width: 50px;
    height: 50px;
    left: 50%;
    position: absolute;
    /*margin-top:10px;*/
    /*top:20%;*/
    -moz-animation: 1.5s linear infinite spinner;
    -o-animation: 1.5s linear infinite spinner;
    -webkit-animation: 1.5s linear infinite spinner;
    animation: 1.5s linear infinite spinner;
}

#text3 {
    color: #C9E0FF;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    margin-top: -10px;
    /*top: 20%;*/
    position: absolute;
    margin-left: 20px;
    left: 51%;
}

.loadtext
{
    color: #C9E0FF;
    font-family: Arial;
    font-size: 15px;
    font-weight: 600;
    margin-top: -10px;
    /*top: 20%;*/
    position: absolute;
    margin-left: 20px;
    left: 51%;   
}

.tdload {
    height: 55px;
}

#trLoad {
    background: rgba(0,0,0,.7);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.rowLoad
{
    background: rgba(0,0,0,.7);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}


/*===============================================
            Spinner Four
=================================================*/

.spin4 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    -moz-animation: spin 1s ease-in-out infinite;
    -o-animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background-color: blueviolet;
}

@keyframes spin4 {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin4 {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*===============================================
            Spinner Five
=================================================*/


/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*======================================
        SPINNER 
=========================================*/
.glyphicon-spin {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/*=====================================
NAV TABS
=====================================*/
.footer .information .card .nav-tabs
{
    border-bottom: 2px solid #DDD;
}
.footer .information .card  .nav-tabs > li.active > a, 
.footer .information .card .nav-tabs > li.active > a:focus, 
.footer .information .card .nav-tabs > li.active > a:hover
{
    border-width: 0;
}
.footer .information .card .nav-tabs > li > a
{
    border: none;
    color: #ffffff;
    background: #5a4080;
}
.footer .information .card .nav-tabs > li.active > a, 
.footer .information .card .nav-tabs > li > a:hover
{
    border: none;
    color: #5a4080 !important;
    background: #fff;
}
.footer .information .card .nav-tabs > li > a::after
{
    content: "";
    background: #5a4080;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
.footer .information .card .nav-tabs > li.active > a::after, 
.footer .information .card .nav-tabs > li:hover > a::after
{
    transform: scale(1);
}
.footer .information .card .tab-nav > li > a::after
{
    background: ##5a4080 none repeat scroll 0% 0%;
    color: #fff;
}
.footer .information .card .tab-pane
{
    padding: 15px 0;
}
.footer .information .card .tab-content
{
    padding: 20px;
}
.footer .information .card .nav-tabs > li
{
    width: 10%;
    text-align: center;
}
.footer .information .card
{
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

@media all and (max-width:724px)
{
    .footer .information .card .nav-tabs > li > a > span
    {
        display: none;
    }
    .footer .information .card .nav-tabs > li > a
    {
        padding: 5px 5px;
    }
}

.datepicker
{
    padding: 6px 12px !important;
}

.lbl {
    text-align: left !important;  
}

.vcenter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Mobile layout */
@media (max-width: 767px) {

    .vcenter {
        display: block;
    }

    .lbl {
        width: 100%;
        display: block;
        margin-bottom: 6px;
        padding-left: 15px !important;
    }

    .form-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
