@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/*2015-12-15 16:23:31*/
html {
    font-family: "Ubuntu", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button, input, select, textarea {
    font-family: "Ubuntu", sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #999;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    font-weight: normal;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #999;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: '';
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014';
        }

    blockquote:after, blockquote:before {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: "Ubuntu", sans-serif;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.full-width {
    width: 100%;
    background: #2ca3ef;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .checkbox label, .radio label {
        display: inline;
        font-weight: 400;
        cursor: pointer;
    }

#check_term {
    min-height: 5px !important;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px;
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-control-static {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active:focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
    }

    .btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e;
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #999;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        color: #000;
        border-color: #ff6835;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 33px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:focus, .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: gray;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-md, .visible-print, .visible-sm, .visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.mi_sprite {
    background: #fff url(main_sprites-v-1.png) no-repeat;
}

#disqus_thread .serif .post-message p, #disqus_thread .serif .top-thread-post p, #disqus_thread .serif .top-user p {
    font-family: "Ubuntu", sans-serif;
}

.fullwidth.list_com {
    text-align: center;
}

    .fullwidth.list_com p {
        color: #8d8c8c;
    }

.filterContent .ui-slider {
    position: relative;
    text-align: left;
}

    .filterContent .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 18px;
        height: 20px;
        cursor: pointer;
        -ms-touch-action: none;
        touch-action: none;
        top: -7px;
    }

    .filterContent .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.filterContent .ui-corner-all, .filterContent .ui-corner-bottom, .filterContent .ui-corner-br, .filterContent .ui-corner-right {
    border-bottom-right-radius: 4px;
}

.filterContent .ui-corner-all, .filterContent .ui-corner-bl, .filterContent .ui-corner-bottom, .filterContent .ui-corner-left {
    border-bottom-left-radius: 4px;
}

.filterContent .ui-corner-all, .filterContent .ui-corner-right, .filterContent .ui-corner-top, .filterContent .ui-corner-tr {
    border-top-right-radius: 4px;
}

.filterContent .ui-corner-all, .filterContent .ui-corner-left, .filterContent .ui-corner-tl, .filterContent .ui-corner-top {
    border-top-left-radius: 4px;
}

.ui-slider-horizontal span:nth-of-type(1) {
    margin-left: -1px;
}

.ui-slider-horizontal span:nth-of-type(2) {
    margin-left: -17px;
}

.filterContent .ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

    .filterContent .ui-state-default, .filterContent .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: none repeat scroll 0 0 #d7d8da;
        outline: none;
        border: 2px solid #747578;
        border-radius: 10px;
        height: 15px;
    }

.filterContent .ui-widget-header {
    border: 1px solid #aaa;
    background: #ff6633;
    color: #222;
    font-weight: 700;
}

.filterContent .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.s_l {
    border: 0 none;
    color: #2f84ed;
    float: left;
    font-size: 11px;
    font-weight: 400;
    width: 50%;
}

.s_r {
    border: 0 none;
    color: #2f84ed;
    float: left;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    width: 50%;
}

.ui-slider-horizontal {
    height: 4px;
    margin-top: 40px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html {
    font-family: "Ubuntu", sans-serif;
    background: #fff;
    height: 100%;
}

a, a:focus, a:hover {
    color: #0171bb;
}

    a:hover img {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    a:focus {
        outline: 0;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: rgba(27, 27, 27, .8);
    }

h1 {
    font-size: 31px;
    color: #595a5a;
}

h2 {
    font-size: 27.3px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 21.7px;
}

h2 small {
    font-size: 14.7px;
}

h3 small, h4 small {
    font-size: 14px;
}

.page-title {
    margin: 0;
}

    .page-title small {
        color: rgba(51, 51, 51, .5);
    }

ul.inline > li:first-child {
    padding-left: 0;
}

.fancy {
    font-family: "Ubuntu", sans-serif;
    text-transform: lowercase;
}

.new-tag {
    display: inline;
    color: #d9534f;
    vertical-align: super;
    font-size: 10px;
    font-weight: 700;
}

.title-divider {
    text-align: left;
    margin-bottom: 12px;
    ;
    background: #fff url(bg_divider.png) left center repeat-x;
    padding: 0;
}

#topcontrol {
    z-index: 1;
}

.title-divider span {
    background: #fff;
    padding-right: .5em;
}

.title-divider small {
    display: block;
    color: rgba(51, 51, 51, .6);
}

.block .title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 .5em;
    line-height: 1;
}

.mdrs .btn, .mdrs .btn-block {
    padding: .6em 1em;
    font-size: 1.2em;
}

.intro p {
    margin-bottom: 0;
}

.btn span {
    display: block;
    font-size: 12px;
}

.spacer {
    font-weight: 700;
    color: #55a79a;
}

    .spacer.dark {
        color: #44857b;
    }

.de-em {
    font-weight: 400;
    color: rgba(51, 51, 51, .8);
}

a .de-em {
    font-weight: 400;
    color: rgba(85, 167, 154, .8);
}

.em {
    font-weight: 700;
}

.pad-right {
    padding-right: .5em;
}

.pad-left {
    padding-left: .5em;
}

.pad-right-large {
    padding-right: 1.5em;
}

.pad-left-large {
    padding-left: 1.5em;
}

.pad-right-xlarge {
    padding-right: 3em;
}

.pad-left-xlarge {
    padding-left: 3em;
}

small img {
    max-width: 50px;
}

.chrome .odometer-formatting-mark {
    position: relative;
    top: 6px;
}

.form-wrapper {
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, .2);
    box-shadow: 1px 1px 10px rgba(27, 27, 27, .2);
}

    .form-wrapper.form-narrow {
        min-width: 200px;
        max-width: 400px;
    }

    .form-wrapper.form-medium {
        min-width: 300px;
        max-width: 500px;
    }

    .form-wrapper h2.title-divider, .form-wrapper h3.title-divider {
        margin-top: 0;
    }

.inline-el {
    display: inline-block;
}

    .inline-el h1, .inline-el h2, .inline-el h3, .inline-el h4, .inline-el h5, .inline-el p {
        margin: 0;
    }

.badge.badge-lg, .badge.label-lg, .label.badge-lg, .label.label-lg {
    padding: 4px 8px;
    font-size: 14px;
}

.badge.badge-xlg, .badge.label-xlg, .label.badge-xlg, .label.label-xlg {
    padding: 8px 12px;
    font-size: 18px;
}

.primary-colour {
    color: #55a79a;
}

.primary-colour-bg {
    background-color: #55a79a;
}

.more-link:hover {
    border-bottom: 3px solid #55a79a;
    text-decoration: none;
}

.pull-center {
    text-align: center;
}

.space-reset {
    line-height: 1;
    padding: 0;
    margin: 0;
}

.prem_in {
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.f-14 {
    font-size: 14px;
}

.c-p {
    color: #2CA3EF;
}

.margin-top-sm, .margin-top-small {
    margin-top: .5em;
}

.margin-top-md, .margin-top-medium {
    margin-top: 1em;
}

.margin-top-large, .margin-top-lg {
    margin-top: 2em;
}

    .margin-top-large:after, .margin-top-large:before, .margin-top-lg:after, .margin-top-lg:before, .margin-top-md:after, .margin-top-md:before, .margin-top-medium:after, .margin-top-medium:before, .margin-top-sm:after, .margin-top-sm:before, .margin-top-small:after, .margin-top-small:before {
        content: " ";
        display: table;
    }

    .margin-top-large:after, .margin-top-lg:after, .margin-top-md:after, .margin-top-medium:after, .margin-top-sm:after, .margin-top-small:after {
        clear: both;
    }

.bordered-top-sm, .bordered-top-small {
    margin-top: .5em;
    padding-top: .5em;
    border-top: 1px solid rgba(204, 204, 204, .7);
}

.bordered-top-md, .bordered-top-medium {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(204, 204, 204, .7);
}

.bordered-top-large, .bordered-top-lg {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(204, 204, 204, .7);
}

.margin-bottom-sm, .margin-bottom-small {
    margin-bottom: .5em;
}

.margin-bottom-md, .margin-bottom-medium {
    margin-bottom: 1em;
}

.margin-bottom-large, .margin-bottom-lg {
    margin-bottom: 100px;
}

.bordered-bottom-sm, .bordered-bottom-small {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(204, 204, 204, .7);
}

.bordered-bottom-md, .bordered-bottom-medium {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(204, 204, 204, .7);
}

.bordered-bottom-large, .bordered-bottom-lg {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(204, 204, 204, .7);
}

.popover-title {
    font-size: 16px;
    font-weight: 700;
}

.popover-content {
    font-size: 12px;
    font-weight: 400;
}

.accordion-primary .accordion-group {
    margin-bottom: 1px;
    border: 1px solid rgba(85, 167, 154, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(85, 167, 154, .05);
}

    .accordion-primary .accordion-group:hover {
        background: rgba(85, 167, 154, .1);
    }

.accordion-primary .accordion-inner {
    border-top: 1px solid rgba(85, 167, 154, .2);
}

.background-clip-fix {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.alert-inline {
    display: inline-block;
}

#main-menu, .navbar-nav {
    float: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    #main-menu > li, .navbar-nav > li {
        float: none;
        border-left: none;
        border-right: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid #242424;
    }

        #main-menu > li.home-link, .navbar-nav > li.home-link {
            display: none;
        }

        #main-menu > li > a, .navbar-nav > li > a {
            padding: 10px 20px;
            margin: 0;
            font-weight: 400;
            font-size: 12px;
            text-transform: uppercase;
            color: #babab3;
            color: rgba(255, 255, 255, .7);
        }

            #main-menu > li > a .caret, .navbar-nav > li > a .caret {
                font-family: FontAwesome;
                float: right;
                border: none;
                margin: 0 -20px 0 0;
                font-size: 16px;
                color: #fff;
                width: 30px;
                height: 30px;
            }

                #main-menu > li > a .caret:before, .navbar-nav > li > a .caret:before {
                    content: "\f054";
                }

            #main-menu > li.active > a, #main-menu > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li > a:hover {
                background: #282828;
                color: #fff;
            }

            #main-menu > li > a:focus, .navbar-nav > li > a:focus {
            }

        #main-menu > li.open.active > .dropdown-toggle, #main-menu > li.open > .dropdown-toggle, .navbar-nav > li.open.active > .dropdown-toggle, .navbar-nav > li.open > .dropdown-toggle {
            background: #292929;
            color: #fff;
        }

            #main-menu > li.open.active > .dropdown-toggle .caret:before, #main-menu > li.open > .dropdown-toggle .caret:before, .navbar-nav > li.open.active > .dropdown-toggle .caret:before, .navbar-nav > li.open > .dropdown-toggle .caret:before {
                content: "\f078";
            }

.btn-navbar, .navbar-btn {
    float: left;
    display: block;
    background: #414141;
    height: 34px;
    line-height: 34px;
    margin: 12px 0;
    width: 38px;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
}

    .btn-navbar .bar, .navbar-btn .bar {
        display: block;
        width: 26px;
        height: 3px;
        background-color: #888;
        border-radius: 1px;
        margin-left: auto;
        margin-right: auto;
    }

        .btn-navbar .bar + .bar, .navbar-btn .bar + .bar {
            margin-top: 4px;
        }

    .btn-navbar.open, .btn-navbar:hover, .navbar-btn.open, .navbar-btn:hover {
        background: #353535;
    }

        .btn-navbar.open .bar, .btn-navbar:hover .bar, .navbar-btn.open .bar, .navbar-btn:hover .bar {
            background-color: #a2a2a2;
        }

.nav .caret {
    border-top-color: #55a79a;
    border-bottom-color: #55a79a;
}

.nav a:hover {
    border-top-color: #44857b;
    border-bottom-color: #44857b;
}

.open > .dropdown-menu {
    display: block !important;
}

.dropdown-menu:after, .dropdown-menu:before {
    display: none;
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 1em;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b8bdc1;
    background: 0 0;
}
/*omkar*/
.acct_nav_right {
    float: right;
    display: none;
    padding-top: 7px;
}

    .acct_nav_right .btn-primary {
        background: transparent !important;
        border: none !important;
    }

    .acct_nav_right .dropdown-menu {
        position: absolute;
        border-radius: 0px;
        min-width: auto;
        padding: 0px;
        margin-top: 8px;
    }

        .acct_nav_right .dropdown-menu li {
            border: none;
        }

            .acct_nav_right .dropdown-menu li a {
                background: #fff;
            }

            .acct_nav_right .dropdown-menu li i {
                padding-right: 5px;
            }

            .acct_nav_right .dropdown-menu li a.menu-item::before, .acct_nav_right .dropdown-menu li a::before {
                content: none;
            }

            .acct_nav_right .dropdown-menu li a.menu-item:hover, .acct_nav_right .dropdown-menu li a:hover {
                color: #000;
            }

.th_dots_profile_icn {
    font-size: 20px;
    position: relative;
    left: 5px;
    top: 3px;
}
/*omkar*/
.slicknav_nav ul li:last-child {
    border-bottom: 0 solid #b8bdc1;
}

.slicknav_nav .dropdown-menu li {
    margin: 0 5px;
}

.dropdown-menu li span {
    font-size: 11px;
    display: none;
}

.sum_search_cont .btn-group .dropdown-menu li span {
    display: block;
}

.sum_search_cont .btn-group .dropdown-menu li {
    text-align: left;
}

.dropdown-menu li strong {
    font-weight: 400;
}

.dropdown-menu li a, .dropdown-menu li a.menu-item {
    padding: 8px 20px !important;
    margin: 0;
    background: #a0d3f3;
    border-bottom: none;
    text-transform: none;
    color: #000;
    font-size: 12px;
    display: block;
    float: none;
    line-height: 20px;
}

    .dropdown-menu li a.menu-item:before, .dropdown-menu li a:before {
        font-family: FontAwesome;
        font-size: 12px;
        color: #000;
        width: 30px;
        height: 30px;
        content: "\f105";
        padding: 0 10px 0 0;
    }

    .dropdown-menu li a.menu-item:hover, .dropdown-menu li a:hover {
        background: #ccc;
        border-bottom-color: rgba(255, 255, 255, .16);
        color: #fff;
        text-decoration: none;
    }

    .dropdown-menu li a.img-link, .dropdown-menu li a.menu-item.img-link {
        display: none;
        padding: 0 !important;
    }

    .dropdown-menu li a img, .dropdown-menu li a.menu-item img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
    }

.dropdown-menu .active a, .dropdown-menu .active a:focus, .dropdown-menu .open a, .dropdown-menu .open a:focus, .dropdown-menu > .active a, .dropdown-menu > .active a:focus, .dropdown-menu > .open a, .dropdown-menu > .open a:focus {
    background: #2f2f2f;
}

    .dropdown-menu .active a:focus:hover, .dropdown-menu .active a:hover, .dropdown-menu .open a:focus:hover, .dropdown-menu .open a:hover, .dropdown-menu > .active a:focus:hover, .dropdown-menu > .active a:hover, .dropdown-menu > .open a:focus:hover, .dropdown-menu > .open a:hover {
        background: #2a2a2a;
        color: #fff;
    }

.dropdown-menu .active > a, .dropdown-menu .active > a:focus > a:hover, .dropdown-menu .open > a, .dropdown-menu .open > a:focus > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus > a:hover, .dropdown-menu > .open > a, .dropdown-menu > .open > a:focus > a:hover {
    color: #fff;
    background: #2f2f2f;
}

.dropdown-menu .active li, .dropdown-menu .open li, .dropdown-menu > .active li, .dropdown-menu > .open li {
    border-bottom: none;
}

    .dropdown-menu .active li a, .dropdown-menu .open li a, .dropdown-menu > .active li a, .dropdown-menu > .open li a {
        padding: 8px 30px !important;
    }

.dropdown-menu .open > a:before, .dropdown-menu .open > a:focus > a:hover:before, .dropdown-menu > .open > a:before, .dropdown-menu > .open > a:focus > a:hover:before {
    color: #fff;
    content: "\f107";
    margin-left: -2px;
}

.dropdown-menu .dropdown-footer, .dropdown-menu .dropdown-header, .dropdown-menu .menu-title {
    padding: 6px 20px;
}

.dropdown-menu .dropdown-submenu > a:after {
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #4e4e4e;
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    line-height: 1;
    content: '';
}

.dropdown-menu .dropdown-submenu.open > a:after, .dropdown-menu .dropdown-submenu > a:hover:after {
    border-width: 0 0 14px 14px;
}

.mega-menu {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
}

.dropdown-menu-default {
    border-bottom-color: #ccc !important;
}

    .dropdown-menu-default a:hover:before {
        color: #ccc !important;
    }

.dropdown-menu-primary {
    border-bottom-color: #55a79a !important;
}

    .dropdown-menu-primary a:hover:before {
        color: #55a79a !important;
    }

.dropdown-menu-info {
    border-bottom-color: #5bc0de !important;
}

    .dropdown-menu-info a:hover:before {
        color: #5bc0de !important;
    }

.dropdown-menu-success {
    border-bottom-color: #5cb85c !important;
}

    .dropdown-menu-success a:hover:before {
        color: #5cb85c !important;
    }

.dropdown-menu-warning {
    border-bottom-color: #f0ad4e !important;
}

    .dropdown-menu-warning a:hover:before {
        color: #f0ad4e !important;
    }

.dropdown-menu-danger {
    border-bottom-color: #d9534f !important;
}

    .dropdown-menu-danger a:hover:before {
        color: #d9534f !important;
    }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    font-size: 1px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 14px;
    padding-right: 0;
    margin-right: 10px;
}

.navbar-nav li a.home_fix {
    background: #1c82c3;
    border: none;
    font-size: 18px;
}

.dropdown-menu.other {
    left: -543px;
    margin-left: -1px;
}

#header-hidden-link a.show-hide > i:before {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
}

#header-hidden-link a.show-hide.open {
    text-decoration: none;
}

    #header-hidden-link a.show-hide.open > i:before {
        content: "\f077";
    }

#header-hidden-link {
    position: absolute;
    right: 15px;
    top: -25px;
}

    #header-hidden-link a.show-hide, #header-hidden-link a.top-link {
        font-size: 0;
        line-height: 1;
        background: #55a79a;
        padding: 0 10px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        height: 20px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: transparent;
    }

        #header-hidden-link a.show-hide i, #header-hidden-link a.top-link i {
            color: #eee;
            color: rgba(255, 255, 255, .8);
            font-size: 16px;
            line-height: 1;
        }

        #header-hidden-link a.show-hide:hover, #header-hidden-link a.top-link:hover {
            text-decoration: none;
        }

            #header-hidden-link a.show-hide:hover i, #header-hidden-link a.top-link:hover i {
                color: #fff;
            }

.show-hide-open {
    height: auto !important;
    min-height: 40px;
    max-height: 40000px;
}

.show-hide-close {
    height: 0;
    overflow: hidden;
}

.navbar {
    background: #2ca3ef;
}

#navigation {
    z-index: 99999;
    position: relative;
    color: #eee;
    color: rgba(255, 255, 255, .7);
}

    #navigation:after, #navigation:before {
        content: " ";
        display: table;
    }

    #navigation:after {
        clear: both;
    }

    #navigation .header-hidden {
        background: #55a79a;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        height: 0;
        overflow: hidden;
    }

        #navigation .header-hidden.show-hide-open {
            padding: 15px 0;
        }

        #navigation .header-hidden a {
            color: #fff;
        }

        #navigation .header-hidden h1, #navigation .header-hidden h3, #navigation .header-hidden h4, #navigation .header-hidden h5, #navigation .header-hidden h6 {
            font-weight: 600;
        }

    #navigation .header {
        padding: 0;
        background: 0 0;
        color: #1b1b1b;
        height: auto;
        text-align: center;
    }

        #navigation .header .header-inner {
            position: relative;
        }

        #navigation .header .social-media {
            margin: 16px 0 0;
        }

    #navigation .navbar-brand {
        font-weight: 400;
        font-family: "Ubuntu", sans-serif;
        padding: 0;
        margin: 6px 0;
        display: block;
        border: none;
        text-shadow: none;
        line-height: 1;
        color: #55a79a;
        max-width: none;
        text-align: center;
        float: none;
        height: auto;
    }

a.navbar-brand img:hover {
    opacity: 1 !important;
}

.cus_selgen {
    height: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

#navigation .navbar-brand h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Ubuntu", sans-serif;
}

    #navigation .navbar-brand h1 span {
        color: #464646;
        color: rgba(27, 27, 27, .8);
        font-weight: 700;
    }

#navigation .navbar-brand:hover {
    text-decoration: none;
    cursor: pointer;
}

#navigation .slogan {
    color: #000;
    font-size: 14px;
    padding: 10px 0;
}

#navigation .user-menu {
    padding: 0;
}

    #navigation .user-menu a.btn {
        text-transform: uppercase;
        font-size: 12px;
        padding: 0 1.5em;
        height: 34px;
        line-height: 34px;
        margin: 12px 0;
    }

#navigation .js-clingify-placeholder {
    height: auto !important;
}

#navigation .js-clingify-locked {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid #ff6835;
    background-color: #2ca3ef;
    -webkit-box-shadow: 1px 1px 10px rgba(27, 27, 27, .4);
    box-shadow: 1px 1px 10px rgba(27, 27, 27, .4);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    filter: none;
}

    #navigation .js-clingify-locked .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        background: 0 0;
        background-image: none;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#login-modal .form-group, #signup-modal .form-group {
    margin-bottom: 10px;
}

#highlighted {
    border-top: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #1b1b1b;
}

    #highlighted:after, #highlighted:before {
        content: " ";
        display: table;
    }

.top_list_soc {
    margin-bottom: 0px !important;
}

#highlighted:after {
    clear: both;
}

#highlighted.no-bg {
    background: 0 0;
    background-color: transparent;
}

#highlighted ul.nav-pills {
    margin: 0;
}

#content {
    padding: 30px 0;
}

.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    border-radius: 2px;
}

    .btn span.caret {
        display: inline-block;
    }

.btn-primary {
    color: #fff;
    background-color: #55a79a;
    border-color: #4c968a;
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #478c81;
        border-color: #386e65;
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #55a79a;
        border-color: #4c968a;
    }

    .btn-primary .badge {
        color: #55a79a;
        background-color: #fff;
    }

.btn-block {
    display: block;
}

.page-elements h3.title-divider {
    margin-top: 2em;
}

.error-code {
    margin: 0;
}

.error-message {
    margin: 0 0 1em;
}

.error-details {
    margin: 0 0 2em;
}

.alert_cmp {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    padding: 25px;
    display: none;
    margin-bottom: 20px;
    border: 5px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #0e9177;
    left: 50%;
    margin-left: -250px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 4444444;
}

    .alert_cmp strong {
        font-size: 17px;
        margin-top: 0px;
        float: left;
        width: 100%;
    }

.alert_cmp_sr {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    padding: 25px;
    display: none;
    margin-bottom: 20px;
    border: 5px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #0e9177;
    left: 50%;
    margin-left: -321px;
    margin-top: -170px;
    position: fixed;
    top: 50%;
    width: 642px;
    z-index: 999999993;
    height: 340px;
}

.al_msg_cmp {
    margin-top: 10px;
    float: left;
}

.alert_cmp_sr .al_msg_cmp {
    line-height: 28px;
}

div.close34 {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 31px;
    font-weight: 700;
    height: 10px;
    margin-top: -15px;
    opacity: 1 !important;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none !important;
    text-shadow: none !important;
    top: 10px;
}

    div.close34 span {
        font-size: 14px;
        font-weight: 300;
        position: relative;
        top: -6px;
    }

#highlighted .container .col-md-12.cus_res_pad {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

ul.big-list li, ul.list-lg li {
    list-style: none outside none;
    padding-bottom: 0.8em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14286em;
    padding-left: 0;
}

.panel.panel-noborder {
    border: none !important;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading .panel-title a, .panel-group .panel-heading a.panel-title {
        display: block;
        padding: 15px;
    }

        .panel-group .panel-heading .panel-title a:after, .panel-group .panel-heading a.panel-title:after {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\f107';
            float: right;
            font-size: 22px;
            line-height: 18px;
            width: 22px;
            text-align: center;
        }

        .panel-group .panel-heading .panel-title a.collapsed:after, .panel-group .panel-heading a.panel-title.collapsed:after {
            font-family: FontAwesome;
            font-style: normal;
            speak: none;
            display: inline-block;
            content: '\f105';
        }

        .panel-group .panel-heading .panel-title a:hover, .panel-group .panel-heading a.panel-title:hover {
            text-decoration: none;
        }

    .panel-group .panel-heading.panel-heading-icon-left .panel-title a:after, .panel-group .panel-heading.panel-heading-icon-left a.panel-title:after {
        float: left;
        padding-right: .6em;
    }

.panel-group .panel-body {
    border: none !important;
    background: #fff;
}

.panel-group.panel-group-list-style .panel + .panel {
    margin-top: 1px;
}

.panel-group.panel-group-list-style .panel {
    border: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-group.panel-group-list-style .panel-heading {
    padding: 0;
    background: transparent;
}

    .panel-group.panel-group-list-style .panel-heading .panel-title a, .panel-group.panel-group-list-style .panel-heading a.panel-title {
        padding: 8px 15px;
    }

        .panel-group.panel-group-list-style .panel-heading .panel-title a:after, .panel-group.panel-group-list-style .panel-heading a.panel-title:after {
            float: left;
            font-size: 14px;
            line-height: 22px;
            padding-right: .6em;
            color: #55a79a;
            width: 18px;
        }

.panel-group.panel-group-list-style .panel-body {
    padding: 4px 15px 15px 15px;
}

.firstcharacter {
    float: left;
    color: #ff6633;
    font-size: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 3px;
}

.vertical-tabs ul.nav-tabs {
    display: block;
    border-bottom: none;
    border-right: 1px solid #e6e6e6;
}

    .vertical-tabs ul.nav-tabs li, .vertical-tabs ul.nav-tabs li.open {
        float: none;
        margin-right: -15px;
    }

        .vertical-tabs ul.nav-tabs li a, .vertical-tabs ul.nav-tabs li.open a, .vertical-tabs ul.nav-tabs li a:focus, .vertical-tabs ul.nav-tabs li.open a:focus {
            border-right: none;
            border-top: 1px solid transparent;
            border-left: 4px solid transparent;
            background: none;
        }

            .vertical-tabs ul.nav-tabs li a i, .vertical-tabs ul.nav-tabs li.open a i, .vertical-tabs ul.nav-tabs li a:focus i, .vertical-tabs ul.nav-tabs li.open a:focus i {
                -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                -o-transform: rotate(0);
                transform: rotate(0);
            }

        .vertical-tabs ul.nav-tabs li.active, .vertical-tabs ul.nav-tabs li.open.active {
            bottom: 0;
        }

            .vertical-tabs ul.nav-tabs li.active a, .vertical-tabs ul.nav-tabs li.open.active a, .vertical-tabs ul.nav-tabs li.active a:hover, .vertical-tabs ul.nav-tabs li.open.active a:hover {
                border-left: 4px solid #55a79a;
                border-top: 1px solid #e6e6e6;
                border-bottom: 1px solid #e6e6e6;
                border-right: 1px solid #fff;
            }

        .vertical-tabs ul.nav-tabs li.active {
            margin-right: -16px;
        }

        .vertical-tabs ul.nav-tabs li.dropdown .dropdown-menu {
            min-width: 100%;
            margin-top: 1px;
        }

.vertical-tabs .tab-content {
    margin-right: auto;
    margin-left: auto;
}

img.alignleft, .blog-content div img.alignleft {
    float: left;
    margin: 7px 25px 10px 0;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-vertical-20, .margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-vertical-10, .margin-top-10 {
    margin-top: 10px !important;
}

.margin-horizontal-25, .margin-right-25 {
    margin-right: 25px !important;
}

.js-clingify-ztransform, .js-clingify-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.js-clingify-wrapper {
    width: 100%;
}

.js-clingify-locked {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99999;
}

.box {
    position: relative;
    z-index: 1;
}

.icon a {
    color: #1b1b1b;
    text-decoration: none;
}

.service {
    display: block;
    float: left;
    margin: 0 45px 0 0;
}

.b-top {
    height: 1px;
    background: #ececec;
    width: 100%;
}

.animated {
    visibility: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fix_bg {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 7777;
    overflow: hidden;
}

#preloader_display {
    display: none;
}

.visible {
    visibility: visible;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
/*40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg);}
70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg);}
100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1;}*/
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.box .service-logo:after {
    border: 1px solid #494949;
    border: 0px solid #494949\9;
    content: '';
    width: 67px;
    height: 67px;
    left: 0;
    top: 0;
    border-radius: 500px;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.box:hover .service-logo {
    background-color: #494949;
}

    .box:hover .service-logo ins {
        color: #fff;
    }

    .box:hover .service-logo:after {
        left: -1px;
        top: -1px;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

.service .service-logo {
    display: block;
    width: 67px;
    height: 67px;
    border: 1px solid #ff6835;
    border-radius: 67px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    padding: 0;
    behavior: url(/pie/PIE.htc);
}

.ser_h {
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

    .ser_h.i1 {
        width: 80px;
    }

    .ser_h.i2 {
        width: 80px;
    }

    .ser_h.i3 {
        width: 80px;
    }

    .ser_h.i4 {
        width: 80px;
    }

    .ser_h.i5 {
        width: 100px;
    }

    .ser_h.i6 {
        width: 60px;
    }

    .ser_h.i7 {
        width: 90px;
    }

    .ser_h.i8 {
        width: 70px;
    }

    .ser_h.i9 {
        width: 80px;
    }

#feature-pannels {
    background: url(circle-spiral-background.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 2em 1em;
}

.center-wrapper {
    max-width: 85.714em;
    position: relative;
    margin: 0 auto;
    padding: 0 5%;
}

#feature-pannels ul, #feature-pannels li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#feature-pannels li {
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 0px 5px;
}

strong.primary {
    color: #3a4261;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    line-height: 1.1em;
    font-size: 3em;
    margin: 0;
    padding: 10px 18px .6em 0;
}

    strong.primary:after {
        background: url("main_sprites-v-1.png") no-repeat scroll -122px -250px rgba(0, 0, 0, 0);
        content: " ";
        display: inline-block;
        height: 18px;
        position: absolute;
        top: 30px;
        width: 18px;
    }

.text a, .text span {
    color: #F16F21;
    text-decoration: none;
    cursor: default;
}

.widget img.img_t {
    height: auto;
    margin-top: 16px;
    width: 200px;
}

#feature-pannels li .info {
    width: 100%;
    font-size: .9em;
    line-height: 1.6em;
    padding-top: 2em;
    text-align: center;
    max-width: 25.071em;
}

#feature-pannels li .circle-area, #feature-pannels li .info {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 1.111em;
    font-weight: normal;
}

.fadeInRight h6, .fadeInRight h2 {
    font-size: 30px;
    color: #5a5a5a;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.fadeInRight p {
    color: #5a5a5a;
    line-height: 22px;
}

.sub-list li {
    color: #5a5a5a;
    padding-top: 10px;
    font-weight: normal;
}

.node-2 p:first-of-type:first-letter {
    font-family: "Ubuntu", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
}

.node-2 p {
    margin: 30px 0;
}

.email_l, #cust_email {
    text-transform: lowercase;
}

    #cust_email::-webkit-input-placeholder {
        text-transform: capitalize;
    }

    #cust_email::-moz-placeholder {
        text-transform: capitalize;
    }

    #cust_email:-ms-input-placeholder {
        text-transform: capitalize;
    }

    #cust_email.placeholder {
        text-transform: capitalize;
    }

#contact-form #cust_email::-webkit-input-placeholder {
    text-transform: none;
}

#contact-form #cust_email::-moz-placeholder {
    text-transform: none;
}

#contact-form #cust_email:-ms-input-placeholder {
    text-transform: none;
}

#contact-form #cust_email.placeholder {
    text-transform: none;
}

#cust_name {
    text-transform: capitalize;
}

.mar-top {
    float: right;
    margin-top: 80px;
}

.node-2 p strong {
    color: #ff6102;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
}

    .node-2 p strong:after {
        background: url(right_t.jpg) no-repeat scroll 4px 5px/41px auto rgba(0,0,0,0);
        content: " ";
        padding-right: 48px;
    }

.top_i {
    margin-top: -30px;
}

p.aln_right {
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    margin: -10px 0 0;
}

.car_container label {
    margin-bottom: 0px;
}

.po {
    top: -3px;
    position: relative;
    left: 10px;
}

#highlighted {
    width: 100%;
    margin-bottom: 70px;
}

.cust_highlighted {
    float: left;
    margin-top: -4px;
}

    .cust_highlighted section, .cust_highlighted .section {
        background: #ffffff;
    }

.font-mus {
    font-size: 40px;
}

.normal {
    font-weight: 400;
}

.mar-30 {
    font-weight: 400;
    margin-top: 140px;
}

.mar-20 {
    margin-top: 20px;
}

.mar-25 {
    margin-top: 50px;
}

.pad-30 {
    padding-left: 70px;
}

.mar-70 {
    margin-top: 70px;
}

.col-md-12.no_pad_l {
    margin-top: 25px;
}

.top_ins {
    background: #2bbd1c;
    width: 100%;
    height: 8px;
    float: left;
}

.header_art {
    font-size: 30px;
    color: #595a5a;
    font-weight: 400;
}

h1.header_all {
    font-size: 31px;
    font-weight: 700;
    color: #595a5a;
}

.sub_h {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
}

h4.sub_h {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 16px;
    line-height: 25px;
}

.art-con-p {
    color: #777;
}

.art_cnt {
    margin-bottom: 30px;
    float: left;
    padding: 5px;
}

.home_news_content .art_cnt {
    float: left;
    min-height: 236px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    width: 100%;
}

.home_news_content .comnt {
    bottom: 0px;
    color: #000000;
    padding: 5px 0px 0 0;
    float: left;
    position: relative;
    width: 100%;
    max-width: 70%;
}

.home_news_content .widget img.img_t {
    width: 100%;
    max-width: 70% !important;
}

.art_cnt a:hover {
    cursor: pointer;
}

.widget img {
    display: block;
    float: left;
    border: 1px solid #cacaca;
    max-width: 100%;
    margin: 16px 12px 10px 1px;
    padding: 1px;
    width: 100%;
    max-width: 70%;
}
/*.article-img-container{overflow: auto;}*/
.widget p {
    line-height: 20px;
    padding-bottom: 0;
}

.widget a {
    color: #333 !important;
    text-decoration: none !important;
}

    .widget a:hover img {
        opacity: 1;
    }

.widget img:hover {
    opacity: 1;
}

a .sub_h:hover {
    text-decoration: underline;
}

.comnt {
    width: 100%;
    float: left;
    color: #ff6102;
    font-weight: normal;
}

.blue h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    position: relative;
    text-align: center;
    margin: 10px;
    padding: 2%;
}

.accordion {
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    border-color: #d6dde3;
}

    .accordion > h5, .accordion > h2 {
        position: relative;
        font-weight: 400;
        font-size: 26px;
        line-height: 29px;
        color: #5a5a5a;
        cursor: pointer;
        outline: none;
        margin: 0 0 15px;
        padding: 0 40px;
    }

    .accordion h3 {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        line-height: 29px;
        color: #5a5a5a;
        cursor: pointer;
        outline: none;
        margin: 0 0 5px;
    }

    .accordion > h5:before, .accordion > h2:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px;
        font-family: FontAwesome;
        content: '\f067';
        font-size: 15px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border: 1px solid transparent;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        text-align: center;
        behavior: url(/pie/PIE.htc);
    }

    .accordion .col-md-4 {
        margin-bottom: 20px;
    }

.ui-accordion .ui-accordion-header {
    min-height: 30px;
}

.accordion > div {
    line-height: 22px;
    padding: 0 0 20px;
}

.accordion h5:before, .accordion h3:before, .accordion h2:before {
    color: #cac6c6;
    border-color: #48afdb;
}

.one_fourth, .one_third, .one_half, .two_third, .three_fourth {
    float: left;
    margin-bottom: 1%;
    position: relative;
}

.one_fourth, .one_half, .three_fourth {
    margin-right: 2.5%;
}

.one_third, .two_third {
    margin-right: 5%;
}

.one_fourth {
    width: 23%;
}

.one_third {
    width: 30%;
}

.one_half {
    width: 48%;
}

.two_third {
    width: 65%;
}

.three_fourth {
    width: 74%;
}

.full_width {
    width: 100%;
    float: left;
}

.last_column {
    clear: right;
    margin-right: 0 !important;
}

.backtotop {
    background: #d0d0d0;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    transition: background 300ms;
    padding: 10px 15px;
}

    .backtotop:hover {
        background: #c3c3c3;
    }

#bottom-bg {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    background-color: #E7E7E7;
}

    #bottom-bg.new_footer {
        background: #fbfdff;
    }

#bottom {
    line-height: 1.7;
    color: #333;
    padding: 14px 0;
}

    #bottom .bottom-content-padding {
        padding: 0 20px;
    }

    #bottom a:hover {
        color: #757575;
    }

    #bottom .custom-formatting ul ul li a {
        padding-left: 30px !important;
    }

    #bottom .custom-formatting ul ul ul li a {
        padding-left: 40px !important;
    }

    #bottom .custom-formatting ul ul ul ul li a {
        padding-left: 50px !important;
    }

    #bottom .custom-formatting ul ul ul ul ul li a {
        padding-left: 60px !important;
    }

    #bottom .widget_recent_entries li, #bottom .widget_categories li, #bottom .widget_pages li, #bottom .widget_subpages li, #bottom .widget_archive li, #bottom .widget_links li, #bottom .widget_rss li, #bottom .widget_meta li, #bottom .loginform li, #bottom .widget_nav_menu li {
        list-style-type: none;
        margin-left: 0;
        width: 100%;
    }

        #bottom .widget_recent_entries li:after, #bottom .widget_rss li, #bottom .widget_meta li:after, #bottom .loginform li, #bottom .widget_nav_menu li:after {
            background: url("main_sprites-v-1.png") no-repeat scroll -126px -305px rgba(0, 0, 0, 0);
            content: " ";
            height: 8px;
            left: 2px;
            margin-top: -20px;
            position: absolute;
            width: 10px;
        }

    #bottom .widget_recent_entries.new p {
        color: #004578;
        font-size: 15px;
        font-family: "Ubuntu", sans-serif;
        padding-bottom: 16px;
        margin-bottom: 5px;
        border-bottom: 1px solid #b5ddf7;
    }

        #bottom .widget_recent_entries.new p img {
            position: absolute;
            right: 20px;
            cursor: pointer;
        }

    #bottom .widget_recent_entries.new li a {
        color: #000000;
        border: none;
    }

    #bottom .widget_recent_entries.new li:after {
        background: none;
        border-bottom: 1px solid #2b81d1;
        margin-top: -24px;
    }

    #bottom .widget_recent_comments li {
        list-style-type: none;
        margin-left: 0;
        width: 100%;
        background: url(heading_underline.png) repeat-x scroll 0 100% transparent;
        padding: 5px 0;
    }

    #bottom .widget_recent_entries li li, #bottom .widget_categories li li, #bottom .widget_pages li li, #bottom .widget_subpages li li, #bottom .widget_archive li li, #bottom .widget_links li li, #bottom .widget_nav_menu li li {
        background: url(double-arrow.png) no-repeat scroll 13px 8px transparent;
    }

        #bottom .widget_recent_entries li li li, #bottom .widget_categories li li li, #bottom .widget_pages li li li, #bottom .widget_subpages li li li, #bottom .widget_archive li li li, #bottom .widget_links li li li, #bottom .widget_nav_menu li li li {
            background: url(double-arrow.png) no-repeat scroll 23px 8px transparent;
        }

            #bottom .widget_recent_entries li li li li, #bottom .widget_categories li li li li, #bottom .widget_pages li li li li, #bottom .widget_subpages li li li li, #bottom .widget_archive li li li li, #bottom .widget_links li li li li, #bottom .widget_nav_menu li li li li {
                background: url(double-arrow.png) no-repeat scroll 33px 8px transparent;
            }

    #bottom .widget_recent_entries li a, #bottom .widget_categories li a, #bottom .widget_pages li a, #bottom .widget_subpages li a, #bottom .widget_archive li a, #bottom .widget_links li a, #bottom .widget_rss li a, #bottom .widget_meta li a, #bottom .loginform li a, #bottom .widget_nav_menu li a {
        display: block;
        font-size: 13px;
        padding: 2px 0 5px 20px;
        font-weight: normal;
    }

    #bottom .widget_recent_entries li li a, #bottom .widget_categories li li a, #bottom .widget_pages li li a, #bottom .widget_subpages li li a, #bottom .widget_archive li li a, #bottom .widget_links li li a, #bottom .widget_nav_menu li li a {
        padding-left: 30px;
    }

    #bottom .widget_recent_entries li li li a, #bottom .widget_categories li li li a, #bottom .widget_pages li li li a, #bottom .widget_subpages li li li a, #bottom .widget_archive li li li a, #bottom .widget_links li li li a, #bottom .widget_nav_menu li li li a {
        padding-left: 40px;
    }

    #bottom .widget_recent_entries li li li li a, #bottom .widget_categories li li li li a, #bottom .widget_pages li li li li a, #bottom .widget_subpages li li li li a, #bottom .widget_archive li li li li a, #bottom .widget_links li li li li a, #bottom .widget_nav_menu li li li li a {
        padding-left: 50px;
    }

    #bottom .widget_search {
        padding: 0 0 10px;
    }

    #bottom select.postform {
        margin-top: 6px;
    }

.first .bottom-col-content {
    background-image: none;
}

.bottom-col-content {
    padding: 0;
}

    .bottom-col-content .irdai_img {
        float: left;
        padding-top: 10px;
    }

    .bottom-col-content .irdai_right {
        float: left;
        padding-left: 20px;
    }

        .bottom-col-content .irdai_right .hd {
            color: #010101;
            font-weight: bold;
        }

.one_fourth.new, .one_fourth.new.a, .one_fourth.new.b, .one_fourt.new.c, .one_fourth.new.d {
    width: 100%;
}

    .one_fourth.new.bottom_new {
        background: #f5f9fc;
        margin: 30px 0px 0px 0px;
        padding: 10px 15px;
        font-size: 12px;
        color: #444 !important;
    }

.bottom_new_i {
    background: #eef5fc;
    padding: 10px 15px;
    width: 100%;
    float: left;
    font-size: 12px;
}

.bottom_new_l {
    padding: 10px 15px;
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #4d4d4d;
}

    .bottom_new_l .pd {
        padding: 10px 0px 5px 0px;
    }

p.bottom-col-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #757575;
    font-size: 16px !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.1;
}

#bottom .latest_posts h4 {
    font-size: 12px;
}

.custom-formatting li {
    width: 100%;
    margin: 0;
}

#bottom, #bottom .textwidget, #bottom #wp-calendar, #bottom .posts-counter {
    color: #444;
}

    p.bottom-col-title, #bottom ul.small-thumb li, #bottom .widget_recent_entries li a, #bottom .widget_categories li a, #bottom .widget_pages li a, #bottom .widget_subpages li a, #bottom .widget_archive li a, #bottom .widget_links li a, #bottom .widget_rss li a, #bottom .widget_meta li a, #bottom .loginform li a, #bottom .widget_nav_menu li a {
        border-bottom: 1px solid #d6d6d6;
    }

#footer-bg {
    background-color: #212121;
}
/*.art_cnt.widget.video{width:90%;}*/
.home_news_content .art_cnt.widget.video {
    min-height: 236px;
    height: auto;
}

    .home_news_content .art_cnt.widget.video .comnt {
        position: relative;
        padding-top: 5px;
    }

.groupList {
    display: none;
    background: #d4ecfb;
    float: left;
    width: 100%;
    padding: 10px;
}

.center h1 {
    font-size: 46px;
    text-align: center;
    font-weight: 400;
}

.personal_acc .center h1 {
    font-size: 41px;
}

.center p {
    font-size: 18px;
    text-align: center;
}

.center h3 {
    font-size: 33px;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
}

.center.no-margin h3 {
    font-weight: 400;
    margin: 20px 0 0;
    padding: 0;
}

.dotted {
    color: #f63;
    border-bottom: dotted;
    cursor: pointer;
}

.col-md-8.left {
    margin-left: 140px;
}

.form-group {
    margin-left: 0;
    padding-left: 0;
}

    .form-group .form-control {
        border: 2px solid #bababa;
    }

.link {
    color: #1969b4;
}

.btn.btn-primary.my {
    background: #db3d24;
    border: 2px solid #db3d24;
    font-weight: 700;
    padding: 5px 20px;
    font-size: 20px;
    width: 25%;
}
.btn.btn-primary.my:hover {
    background: #3a4261;
    border: 2px solid #3a4261;
}

.left80 {
    margin-left: 60px;
}

.mar-r8 {
    margin-right: 8px;
}

.pos {
    left: 50%;
    margin-left: -33%;
    width: 100%;
    position: relative;
}

.text-rightp {
    text-align: left;
    color: #2ca3ef;
    font-size: 17px;
    padding-left: 0;
    margin-top: 40px;
    float: left;
}

    .text-rightp a {
        color: #2ca3ef;
        font-weight: normal;
    }

        .text-rightp a:hover {
            color: #0b5c90;
            text-decoration: none;
        }

    .text-rightp .ic {
        background: #2ca3ef;
        color: #fff;
        margin-left: 10px;
        padding: 0 7px;
    }

header.main {
    margin-top: 0;
    padding-top: 1em;
}

    header.main nav ul {
        zoom: 1;
    }

    header.main nav li {
        float: left;
        margin-right: 10%;
        margin-bottom: .5em;
    }

    header.main nav a {
        text-decoration: none;
        color: #555;
    }

        header.main nav a:hover, header.main nav a:focus {
            text-decoration: underline;
            color: #3f94bf;
        }

.lazy-enabled .lazy-loading {
    visibility: hidden;
}

div.clients {
    padding: 30px 0;
}

.clients ul.list {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin: 0 -10px 0 0;
    padding: 0;
}

.center .clients ul.list {
    margin: 0 -10px 0 0;
}

.clients ul.list li {
    text-align: center;
    vertical-align: top;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    margin: 0 10px 10px 0;
}

    .clients ul.list li a {
        text-decoration: none;
        display: block;
        position: relative;
        width: 270px;
        height: 200px;
        transition: background-color .3s;
        -moz-transition: background-color .3s;
        -webkit-transition: background-color .3s;
    }

        .clients ul.list li a:hover {
            background-color: transparent;
            transition: all .3s;
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
        }

#center.fullwidth .clients ul.list li a {
    width: 285px;
}

.block.clients {
    background-position: 50% 0;
    background-repeat: repeat;
    padding: 70px 0 70px;
}

    .block.clients .bar-title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 26px;
        color: #5a5a5a;
        text-transform: uppercase;
    }

    .block.clients .set-description {
        text-align: center;
        margin-bottom: 40px;
    }

    .block.clients .carousel-wrapper {
        position: relative;
        margin-right: 135px;
        margin-left: 135px;
    }

    .block.clients .carousel {
        max-width: 1170px;
        margin: 0 auto;
    }

    .block.clients ul.list li {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
        vertical-align: top;
        background: transparent;
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=1);
        padding: 0;
    }

        .block.clients ul.list li a {
            text-decoration: none;
            display: block;
            position: relative;
            width: 147px;
            height: 150px;
            background-color: transparent;
            top: 25px;
            opacity: 1 !important;
        }

            .block.clients ul.list li a:hover img {
                opacity: 1 !important;
            }

.clients ul.filter {
    padding-bottom: 28px;
    text-align: center;
}

    .clients ul.filter li {
        display: inline-block;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 30px;
        min-height: 30px;
    }

.slideshow .nivo-directionNav a, html * .ls-container .ls-nav-prev, html * .ls-container .ls-nav-next, .block.clients .prev, .block.clients .next, .block.portfolio .prev, .block.portfolio .next {
    position: absolute;
    top: 0;
    overflow: hidden;
    font-size: 0;
    width: 70px;
    height: 100%;
    text-indent: 70px;
    background: none;
    text-decoration: none;
    behavior: url(/pie/PIE.htc);
}

.block.portfolio .prev, .block.portfolio .next {
    height: 270px;
}

html * .ls-container .ls-nav-prev, html * .ls-container .ls-nav-next {
    height: 70px;
    top: 50%;
    margin-top: -35px;
    display: block;
    z-index: 10;
}

    .slideshow .nivo-directionNav a.nivo-nextNav:before, .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .ls-container .ls-nav-prev:before, html * .ls-container .ls-nav-next:before, .block.clients .prev:before, .block.clients .next:before, .block.portfolio .prev:before, .block.portfolio .next:before {
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        font-family: FontAwesome;
        font-weight: 400;
        text-indent: 0;
        font-size: 39px;
        line-height: 68px;
        width: 68px;
        height: 68px;
        margin-top: -35px;
        border-radius: 35px;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35x;
        text-align: center;
    }

.slideshow .nivo-directionNav a.nivo-nextNav:before, .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-container .ls-nav-prev:before, html * .slideshow .ls-container .ls-nav-next:before {
    color: transparent;
    border-color: transparent;
}

.slideshow .nivo-directionNav a.nivo-prevNav:before, html * .ls-container .ls-nav-prev:before, .block.clients .prev:before, .block.portfolio .prev:before {
    content: '\f060';
    text-indent: -10px;
}

.slideshow .nivo-directionNav a.nivo-nextNav:before, html * .ls-container .ls-nav-next:before, .block.clients .next:before, .block.portfolio .next:before {
    content: '\f061';
}

html * .ls-container .ls-nav-prev {
    left: 0;
}

html * .ls-container .ls-nav-next {
    right: 0;
}

.slideshow .nivo-directionNav a.nivo-prevNav, html * .slideshow .ls-container .ls-nav-prev {
    left: 50px;
}

.slideshow .nivo-directionNav a.nivo-nextNav, html * .slideshow .ls-container .ls-nav-next {
    right: 50px;
}

.block.clients .prev {
    left: -120px;
    border: 1px solid #c5c6c6;
    height: 68px;
    top: 40px;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    behavior: url(/pie/PIE.htc);
}

.block.clients .next {
    right: -120px;
    border: 1px solid #c5c6c6;
    height: 68px;
    top: 40px;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    behavior: url(/pie/PIE.htc);
}

.block.portfolio .prev {
    left: -85px;
}

.block.portfolio .next {
    right: -85px;
}

#footer {
    background: #2ca3ef;
    color: #a2a2a2;
    line-height: 35px;
    min-height: 35px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 3;
    float: left;
    padding: 0;
}

    #footer h3 {
        color: #000;
        font-size: 15px;
        line-height: 1;
        padding-right: 20px;
        margin: 0;
    }

    #footer a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

.subfooter .list-inline > li {
    border-right: 2px solid;
    display: inline-block;
    line-height: 1;
    padding-left: 5px;
    padding-right: 6px;
}

.subfooter .list-inline li:first-child, .subfooter .list-inline li:last-child {
    border-right: none;
}

ul.folowbt {
    float: right !important;
    padding: 0;
}

.subfooter ul {
    color: #fff;
    font-weight: 700;
    float: left;
    margin: 0;
    padding: 0 20px;
}

    .subfooter ul.list-inline.footer-menu.main-menu {
        float: right;
        padding: 0;
    }

#footer .block {
    margin-bottom: 2em;
}

#footer .inline {
    display: inline-block;
}

#footer .contact-block p {
    margin-bottom: .2em;
}

#footer .contact-block i {
    padding-right: .5em;
}

#footer #toplink {
    margin-bottom: -25px;
    text-align: center;
}

    #footer #toplink a:hover {
        text-decoration: none;
        color: #fff;
    }

    #footer #toplink i {
        color: #55a79a;
    }

.border-box-f img {
    margin-top: 20px;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2x;
    padding: 3px 5px;
    max-width: 100%;
}

.sidebar.sidebar-left .inner {
    float: left;
    width: 100%;
    padding: 0;
}

    .sidebar.sidebar-left .inner .block {
        padding: 0 20px 0 10px;
    }

    .sidebar.sidebar-left .inner .block1 {
        border: 1px solid #dadada;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        min-height: 50px !important;
        padding: 0 10px;
    }

.blog-roll .media, .blog-post .media {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}

.fh3 {
    font-size: 14px;
    font-weight: 700;
    color: #8c8b8b;
}

.c {
    color: #2fa2eb;
}

.l {
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
}

.displayFilterValue {
    font-size: 11px;
}

.displayStaticRange {
    color: #6D6B6B;
    font-size: 11px;
}

.addOnFilter {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

    .addOnFilter label, .block1 .checkbox label {
        color: #6d6b6b;
        font-size: 11px;
        font-weight: 400;
    }

.block1 .checkbox {
    padding-left: 0 !important;
}

i.searchSprite, .searchSprite, .withNotch .tracker, .rangeHandle, .withArrows li:after, .changeFlights:before, .changeFlights:after, .upsellSprite {
    background-image: url(searchSprite8.png);
    background-repeat: no-repeat;
}

.mar-40 {
    margin-top: 40px;
}

.title_c {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
}

.sub_tit {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    width: 100%;
    float: left;
}

.anc {
    font-size: 27px;
    margin: 17px 0 4px;
    padding: 0;
}

    .anc .fa.fa-inr {
        font-size: 24px;
        margin-right: 4px;
    }

#sh3 .fa.fa-inr {
    font-size: 44px;
    position: relative\0;
    top: -4px\0;
    margin-right: 6px;
}

.top_p .fa.fa-inr, .sub_tit .fa.fa-inr, .checkbox .fa.fa-inr, .addOnFilter .fa.fa-inr {
    margin-right: 2px;
}

.search_filter .fa.fa-inr, .fLeft .fa.fa-inr, .fRight .fa.fa-inr {
    margin-right: 3px;
}

.anc_f {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.down_cnt {
    color: #f63;
    cursor: pointer;
    font-size: 25px;
    margin-top: 16px;
}

.down_cnt_up {
    cursor: pointer;
    display: none;
    font-size: 20px;
    margin-top: 25px;
    width: 20px;
    height: auto;
    color: #2ca3ef;
    float: left;
    margin-left: 10px;
}

.cmp_tbl {
    float: left;
    width: 100%;
}

.no_pad_l {
    padding-left: 0;
}

.no_pad_lr {
    padding-right: 0;
    padding-left: 5px;
}

.accordion_a {
    height: auto;
    border: 1px solid #dadada;
    border-top: none;
    display: none;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    top: -2px;
}

.h_d {
    font-weight: 400;
    font-size: 14px;
    color: #2ca3ef;
}

.h_d3 {
    font-weight: 400;
    font-size: 13px;
}

.odd {
    background: #f6f6f6;
}

.custom-table-1 td {
    font-size: 12px;
    width: 25%;
    padding: 5px;
}

.no {
    padding-left: 0 !important;
    margin-top: 15px;
}

.cus_d {
    border: 1px solid #dadada;
    width: 100%;
    min-height: 65px;
    height: 100%;
    border-radius: 4px;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.loc_d {
    border: 2px solid #dadada;
    width: 100%;
    min-height: 240px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.form-group .form-control.brdr {
    border: 1px solid #BABABA;
    font-size: 11px;
    height: auto;
}

.loc_d label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.fa-2 {
    font-size: 18px;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    top: 2px;
    color: #2bbd1c;
}

.node-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.arr a, .ir, .ico {
    background-image: url(iconSpriteHome-007.png);
    background-repeat: no-repeat;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ctl {
    background-position: 0 -370px;
    display: block;
    height: 25px;
    margin-top: 5px;
    width: 110px;
}

.hdr {
    background-color: #fc0;
    font-size: 17px;
    background: #ffba00;
    text-shadow: 0 1px 0 #ff9;
    padding: 10px;
}

.groupList .lst {
    margin-bottom: 0;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 1px 1px #eee inset;
    border: 1px solid #ccc;
}

    .groupList .lst p {
        margin-bottom: 0px;
    }

        .groupList .lst p a {
            border-bottom: 1px solid #eee;
            display: block;
            text-decoration: none;
            margin-right: 3px;
            background-position: right -256px;
            cursor: pointer;
            padding: 12px 20px 22px 12px;
        }

            .groupList .lst p a:first-child {
                -webkit-border-top-left-radius: 8px;
                -webkit-border-top-right-radius: 8px;
            }

        .groupList .lst p:last-child {
            -webkit-border-bottom-right-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            border-bottom: none;
        }

        .groupList .lst p a:hover {
            background-color: #f5f5f5;
        }

.sort_div {
    float: left;
    width: 18px;
    text-align: center;
    height: 24px;
    line-height: 0px;
}

.sort_div_i {
    float: left;
    width: 18px;
    text-align: center;
    height: 7px;
}

.sort_div i {
    cursor: pointer;
    font-size: 20px;
}

.sort_div .fa-sort-desc {
    position: relative;
    top: -3px;
}

.sort_div .fa-sort-asc {
    position: relative;
    top: 5px;
}

.prdt_spri {
    background: #fff url(plan_icons1.png) center no-repeat;
}

.prdt_spri1 {
    background: #fff url(plan_top.png) center no-repeat;
}

.img_cen {
    background-position: 10px 8px;
}

.img_cen1 {
    background-position: 11px -48px;
}

.img_cen2 {
    background-position: 12px -104px;
}

.img_cen3 {
    background-position: 15px -166px;
}

.img_cen4 {
    background-position: 14px -236px;
}

.img_cen5 {
    background-position: 17px -310px;
}

.img_cen6 {
    background-position: 15px -380px;
}

.img_cen7 {
    background-position: 11px -445px;
}

.img_cen8 {
    background-position: -171px -288px;
}

.img_cen_m {
    background-position: 5px 2px;
}

.img_cen_m1 {
    background-position: 5px -53px;
}

.img_cen_m2 {
    background-position: 7px -109px;
}

.img_cen_m3 {
    background-position: 10px -173px;
}

.img_cen_m4 {
    background-position: 8px -242px;
}

.img_cen_m5 {
    background-position: 12px -315px;
}

.img_cen_m6 {
    background-position: 10px -386px;
}

.img_cen_m7 {
    background-position: 7px -450px;
}

.img_cen_m8 {
    background-position: -177px -295px;
}

.lst b {
    color: #000;
    font-size: 17px;
    margin-top: 6px;
    display: block;
}

.lst i {
    border: 1px solid #FF6835;
    float: left;
    height: 56px;
    margin-right: 8px;
    width: 56px;
    -webkit-border-radius: 56px;
    border-radius: 56px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.flt i:after {
    border: 0 solid #494949;
    content: '';
    width: 58px;
    height: 58px;
    left: 0;
    top: 0;
    border-radius: 58px;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.flt:hover i:after {
    left: -2px;
    opacity: 1;
    top: -2px;
    transform: scale(1.1);
}

a.flt:hover img {
    opacity: 1;
}

.flt:hover i {
    background-color: #494949;
    left: -1px;
    top: -1px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.groupList .lst span {
    color: #666;
    font-size: 13px;
    display: block;
    margin-top: -2px;
}

#ftr {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px;
}

    #ftr p {
        color: #777;
        font-size: 11px;
        margin-bottom: 5px;
    }

    #ftr b {
        color: #333;
        font-size: 13px;
        font-weight: 700;
    }

.cF:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.icn_footer {
    color: #010101;
    font-size: 23px;
    padding: 7px 0 3px;
}

.social_icon {
    height: 26px;
    width: 26px;
    float: left;
    margin: 4.5px 5px;
}

    .social_icon img {
        max-width: 100%;
    }

span.p_details_icn {
    color: #2ca3ef;
    float: left;
    font-size: 10px;
    width: 100%;
}
/*.fb{color: #47639e;cursor: pointer;font-size: 27px;margin-top: 4px;}
.gp{color: #DF4B38;cursor: pointer;font-size: 27px;margin-top: 4px;}
.tw{color: #23AAE1;cursor: pointer;font-size: 27px;margin-top: 4px;}
.yt{color: #DA281E;cursor: pointer;font-size: 27px;margin-top: 4px;}
.ld{color: #007AB9;cursor: pointer;font-size: 27px;margin-top: 4px;}*/
.fb {
    color: #edebe9;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transition: all .2s ease-in-out;
}

.gp {
    color: #edebe9;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transition: all .2s ease-in-out;
}

.tw {
    color: #edebe9;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transition: all .2s ease-in-out;
}

.yt {
    color: #edebe9;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transition: all .2s ease-in-out;
}

.ld {
    color: #edebe9;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transition: all .2s ease-in-out;
}

.fb:hover {
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transform: scale(1.1);
}

.gp:hover {
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transform: scale(1.1);
}

.tw:hover {
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transform: scale(1.1);
}

.yt:hover {
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transform: scale(1.1);
}

.ld:hover {
    color: #ffffff;
    cursor: pointer;
    font-size: 27px;
    margin-top: 4px;
    transform: scale(1.1);
}

#footer #soi a {
    text-decoration: none !important;
    margin-right: 5px;
}

.more-less-content {
    display: none;
    height: 40px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.main-menu .submenu-content .container {
    overflow: hidden;
    height: 60px;
    padding: 20px 0;
}

.page-container {
    max-width: 1440px;
    position: relative;
    margin: auto;
}

.main-menu .submenu-content .container .follow {
    line-height: 10px !important;
    float: right;
    width: 780px;
}

.main-menu > li {
    line-height: 44px;
    margin: 0 !important;
    padding: 0 12px !important;
}

.main-menu li.active {
    background: none repeat scroll 0 0 #90cdf4;
}

.main-menu > li.submenu.active .submenu-content, .main-menu > li.submenu.locked .submenu-content, .main-menu > li.submenu:focus .submenu-content {
    background: none repeat scroll 0 0 #90cdf4;
    border-top: 5px solid #ff6102;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: -1;
    padding: 0;
}

.main-menu > li.submenu.active .dropdown-menu, .main-menu > li.submenu.active .submenu-content, .main-menu > li.submenu.active .dropdown-content, .main-menu > li.submenu.locked .dropdown-menu, .main-menu > li.submenu.locked .submenu-content, .main-menu > li.submenu.locked .dropdown-content, .main-menu > li.submenu:focus .dropdown-menu, .main-menu > li.submenu:focus .submenu-content, .main-menu > li.submenu:focus .dropdown-content {
    display: block;
    top: -65px;
}

.main-menu .submenu-content {
    overflow-x: auto;
}

.folowbt li {
    margin-left: 20px;
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

    .folowbt li.fbp {
        margin: 0 20px 0 0;
    }

.cus_cont .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
    min-height: 20px;
    padding-left: 0;
}

.native_date_picker {
    position: absolute;
    opacity: 0;
    display: block !important;
    z-index: 100 !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.enable_date_input input[data-name="dob"] ~ input[type="date"] {
    display: block !important;
}

.m_cust {
    z-index: 1;
    position: absolute;
    width: 120px;
    border: none;
    height: 20px;
    margin: 7px 0 0 10px;
    padding: 5px;
}

.icon, .custom-formatting ul, .substitute_widget_class ul {
    margin: 0;
    padding: 0;
}

.service.lastl, .folowbt li.pls {
    margin: 0;
}

.slogan.col-md-8, .icon.ipad, .cF {
    display: block;
}

.mdslo, .mds, header.main .menu-trigger, .main-menu > li.submenu .dropdown-menu, .main-menu > li.submenu .submenu-content, .main-menu > li.submenu .dropdown-content {
    display: none;
}

.highlight, #bottom a {
    color: #ff6102;
}

.text-left.l, .fLeft {
    float: left;
}

.text-right.r, .fRight, .pull-right {
    float: right;
}

.accordion > h5.ui-accordion-header-active:before, .accordion h3.ui-accordion-header-active:before {
    content: '\f068';
}

.cen, .block.clients ul.list {
    text-align: center;
}

header.main nav ul:before, header.main nav ul:after, .clearFix:before, .clearFix:after {
    content: "";
    display: table;
}

header.main nav ul:after, .clearFix:after {
    clear: both;
}

.clients ul.list li a span, .block.clients ul.list li a span {
    display: block;
    background-repeat: no-repeat;
}

.clients ul.list li a:hover span, .block.clients ul.list li a:hover span {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.no li, .noli {
    list-style-type: none;
}

.error-text, .error_msg {
    color: #FF0000;
    font-size: 11px !important;
    margin-top: 6px;
    text-align: left;
    display: none;
}

#search_sense_of_urgency_popup {
    display: none !important;
}

.error-text .fa-exclamation-triangle, .error_msg .fa-exclamation-triangle {
    margin-right: 5px;
}

.pop-up-background {
    background: rgba(0,0,0,.7);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.pop-up-background-modal {
    cursor: default;
}
/*New error popup*/
#element_to_pop_up.pop_up_buy_now {
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    color: #333;
    display: none;
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
}

.error_top {
    background: #d1322e url('/assets/images/icons/error_icon.png') no-repeat 10px 6px;
    float: left;
    display: none;
    width: 100%;
    text-align: left;
    padding: 8px 0px 8px 0px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#element_to_pop_up.pop_up_buy_now .error_top {
    display: block;
}

    #element_to_pop_up.pop_up_buy_now .error_top span {
        padding-left: 45px;
    }

.error_txt {
    padding: 15px 45px 15px 45px;
    float: left;
    color: #333;
}

#element_to_pop_up.pop_up_buy_now .button.b-close span {
    display: none;
}

.ok_btn {
    background: #2ca3ef;
    padding: 6px 12px;
    border-radius: 2px;
    display: table;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}

.pop-up {
    visibility: hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 10001;
}

    .pop-up.small {
        margin-left: -200px;
        max-width: 400px;
    }

    .pop-up.medium {
        margin-left: -300px;
        max-width: 600px;
    }

    .pop-up.large {
        margin-left: -400px;
        max-width: 800px;
    }

.pop-up-content {
    background: #fff;
    /*    -webkit-box-shadow: 0px 1px 10px 2px #ccc;
    -moz-box-shadow:    0px 1px 10px 2px #ccc;
    box-shadow:         0px 1px 10px 2px #ccc;*/
    min-height: 30px;
    font-size: 14px;
    padding: 24px;
    border-radius: 5px;
    border: 3px solid #2ca3ef;
}

.btn-yes {
    background: #2ca3ef;
}

.btn-yes, .btn-no {
    padding: 3px 12px;
    background: #2ca3ef;
    border-radius: 3px;
    margin-left: 0px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 12px;
    text-align: center;
    padding-bottom: 6px;
}

    .pop-up-footer a {
        text-decoration: none;
        color: #fff !important;
    }

.pop-up-body {
    font-size: 16px;
    color: #666;
}

.pop-up-display-content {
    display: none;
}

.pop-up .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

    .pop-up .close a {
        font-size: 18px;
        color: #d22;
        width: 24px;
        height: 24px;
        background: url(icon-cross.png) no-repeat 0 0;
        display: inline-block;
    }

        .pop-up .close a:hover {
            opacity: 0.6;
        }

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

    .pop-up-btn:hover,
    .pop-up-btn:focus {
        background: #6A798E;
    }

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.switch_options span {
    padding: 1px 5px !important;
}

.switch_options .fa {
    width: 25% !important;
    float: left;
    line-height: 30px !important;
}

.switch_options span span.f_s_txt {
    text-transform: none;
    font-weight: normal;
    border: medium none;
    color: #000;
    width: 75%;
    text-align: center;
    float: left;
    line-height: 28px;
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
    background: none;
}

.switch_options .selected span.f_s_txt, .switch_options .selected span.m_s_txt {
    color: rgb(255, 255, 255);
}

.switch_options span span.m_s_txt {
    text-transform: none;
    font-weight: normal;
    border: medium none;
    color: #000;
    width: 75%;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    padding-left: 0px;
    background: none;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}

.p_d_column_60 a.link:hover {
    background-color: #2ca3ef;
    color: #fff;
    text-decoration: none;
}

.p_d_column_60 a.link {
    border-radius: 3px;
    font-size: 13px;
    color: #1969b4;
    padding: 5px 9px;
    text-decoration: none;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease-in;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color;
}

input.float-label, select.float-label, textarea.float-label {
    margin: 0px 0px 10px;
    padding: 24px 10px 10px;
    border: 1px solid #BBB;
    border-radius: 4px;
    font-size: 14px;
}

    input.float-label:focus, select.float-label:focus, textarea.float-label:focus {
        outline: none;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

label.float-label {
    margin-top: 8px;
    padding-left: 12px;
    opacity: 0.0;
    position: absolute;
    color: #AAA;
    font-size: 12px;
    font-weight: bold;
}

label.focus {
    color: #09F;
}

label.invalid {
    color: red !important;
}

.qr_code {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
}

.fix_odometer.curreny {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: 6px;
}

.quikr.nb {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}

.quikr.nb {
    border-radius: 4px;
}

.quikr.nb {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-bottom: 0px;
}

.nb-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
}

.nb-brand {
    height: 70px;
    margin: 0;
    padding: 0 0 0 15px;
}

.quikr_right {
    float: right;
    padding-top: 8px;
}

    .quikr_right.cust_p_r {
        position: relative;
        top: -18px;
    }

.irdai-link {
    margin-top: 20px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width:760px) {
    .pop-up.large {
        left: 5%;
        margin: 0;
    }
}

@media only screen and (max-width:480px) {
    .pop-up.small,
    .pop-up.medium {
        left: 5%;
        margin: 0;
    }

    .pop-up-content {
        padding: 15px;
    }

    .pop-up-footer {
        padding-top: 12px;
    }
}

@media min-width 50em {
    header.main h1 a:before {
        display: none !important;
    }

    header.main nav ul li {
        margin-right: 4%;
    }
}

@media min-width 75em {
    header.main {
        padding-left: 0;
        padding-right: 0;
        zoom: 1;
    }

        header.main:before, header.main:after {
            content: "";
            display: table;
        }

        header.main:after {
            clear: both;
        }

        header.main .logo {
            float: left;
        }

            header.main .logo a {
                left: 10px;
            }

        header.main nav {
            float: right;
            width: 66%;
        }

            header.main nav ul li:last-child {
                margin-right: 0;
                margin-bottom: 0;
            }
}

@media screen and -webkit-device-pixel-ratio 2 {
    .arr a, .ir, .ico {
        background-image: url(iconSpriteHDHome-007.png);
        -webkit-background-size: 110px 480px;
    }
}

@media screen and -webkit-device-pixel-ratio 15 {
    .arr a, .ir, .ico {
        background-image: url(iconSpriteHDPIhome-007.png);
        -webkit-background-size: 110px 480px;
    }
}

.bx-controls-direction, .bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
    display: none;
    *zoom: 1;
    *display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width:990px) {
    .js #menu, .js .full-width1 {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    .quikr.nb {
        display: none;
    }

    #navigation .navbar-brand {
        margin: 6px 0 7px;
        max-width: none;
    }

    .home_slick {
        display: none !important;
    }
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    padding: 9px;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block !important;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: none;
    margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: .188em;
}

.slicknav_nav {
    clear: both;
}

    .slicknav_nav li, .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        border-bottom: 1px solid #dadada;
    }

        .slicknav_nav li:last-child {
            border-bottom: 0px solid #dadada;
        }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em;
        float: right;
    }

    .slicknav_nav .slicknav_item {
        display: block;
        cursor: pointer;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_item a {
        display: inline;
    }

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
}

.slicknav_btn {
    margin: 6px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #1c82c3;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: -2px;
    padding-right: 10px;
    text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}

.slicknav_menu {
    background: transparent;
    padding: 0;
    float: left;
    position: absolute;
    width: 100%;
}

.slicknav_nav {
    color: #fff;
    background: #9acff1;
    margin: 0 0 12px;
    padding: 0;
    font-size: .875em;
}

.gb_9, .gb_aa {
    left: auto;
    right: 6.5px;
}

.gb_aa {
    border-color: transparent;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 6.5px;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: 36px;
}

.gb_9 {
    border-color: transparent;
    border-bottom-color: #fff;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    position: absolute;
    left: 6.5px;
    top: 37px;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: gb__a .2s;
    animation: gb__a .2s;
}

.gb_ma .gb_9 {
    border-bottom-color: #fef9db;
}

.cus_i_m {
    display: none;
}

    .cus_i_m.open {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #9acff1 transparent;
        position: absolute;
        left: 13px;
        top: 43px;
    }

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}

    .slicknav_nav ul {
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_item {
        padding: 5px 10px;
        margin: 2px 5px;
    }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #000;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_item:hover {
    }

    .slicknav_nav .dropdown-menu li a.menu-item:hover, .slicknav_nav .dropdown-menu li a:hover {
        background: #9ACFF1;
    }

    .slicknav_nav a:hover {
    }

    .slicknav_nav .dropdown-menu li {
        margin: 0;
    }

        .slicknav_nav .dropdown-menu li:last-child {
            border: none !important;
        }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .mega-menu {
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    .slicknav_nav .dropdown-menu li a, .slicknav_nav .dropdown-menu li a.menu-item {
        color: #000;
        font-size: 13px;
        background: #aed7f2;
    }

    .slicknav_nav .dropdown-menu.other {
        box-shadow: none !important;
        margin-bottom: 0px !important;
    }

.slicknav_btn.slicknav_open {
    margin-bottom: 14px;
}

.pad_l0 .col-xs-1, .pad_l0 .col-sm-1, .pad_l0 .col-md-1, .pad_l0 .col-lg-1, .pad_l0 .col-xs-2, .pad_l0 .col-sm-2, .pad_l0 .col-md-2, .pad_l0 .col-lg-2, .pad_l0 .col-xs-3, .pad_l0 .col-sm-3, .pad_l0 .col-md-3, .pad_l0 .col-lg-3, .pad_l0 .col-xs-4, .pad_l0 .col-sm-4, .pad_l0 .col-md-4, .pad_l0 .col-lg-4, .pad_l0 .col-xs-5, .pad_l0 .col-sm-5, .pad_l0 .col-md-5, .pad_l0 .col-lg-5, .pad_l0 .col-xs-6, .pad_l0 .col-sm-6, .pad_l0 .col-md-6, .pad_l0 .col-lg-6, .pad_l0 .col-xs-7, .pad_l0 .col-sm-7, .pad_l0 .col-md-7, .pad_l0 .col-lg-7, .pad_l0 .col-xs-8, .pad_l0 .col-sm-8, .pad_l0 .col-md-8, .pad_l0 .col-lg-8, .pad_l0 .col-xs-9, .pad_l0 .col-sm-9, .pad_l0 .col-md-9, .pad_l0 .col-lg-9, .pad_l0 .col-xs-10, .pad_l0 .col-sm-10, .pad_l0 .col-md-10, .pad_l0 .col-lg-10, .pad_l0 .col-xs-11, .pad_l0 .col-sm-11, .pad_l0 .col-md-11, .pad_l0 .col-lg-11, .pad_l0 .col-xs-12, .pad_l0 .col-sm-12, .pad_l0 .col-md-12, .pad_l0 .col-lg-12 {
    padding-left: 0px;
    padding-right: 15px;
}

.choice {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px;
    border-top: 4px solid #EAE9E6;
    bottom: 0px;
    color: #CCCCCC;
    height: auto;
    left: -60px;
    margin: 0 auto;
    max-width: 205px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.mob_cal {
    display: none;
}

#c_ch_f {
    max-width: 235px;
}

.choice.f {
    left: 330px;
}

.choice.g {
    left: 0;
    width: 150px;
}

.choice.l {
    left: 270px;
    bottom: -10px;
    height: 270px;
}

.choice.amt.l {
    left: -120px;
    bottom: 0px;
    height: 200px;
}

.choice.self.l {
    bottom: 0;
    height: 200px;
    left: 0;
    width: 235px;
}

.choice.cit.l {
    left: 330px;
    bottom: 0px;
    height: 200px;
}

.choice .choice-leftcol {
    border-bottom: 4px solid #EAE9E6;
    border-left: 4px solid #EAE9E6;
    border-right: 4px solid #EAE9E6;
    float: left;
    height: auto;
    position: relative;
    width: 100%;
}

.choice.l .choice-leftcol {
    border-bottom: 4px solid #EAE9E6;
    border-left: 4px solid #EAE9E6;
    border-right: 4px solid #EAE9E6;
    float: left;
    height: 262px;
    position: relative;
    width: 100%;
}

.choice.amt.l .choice-leftcol, .choice.self.l .choice-leftcol, .choice.cit.l .choice-leftcol {
    height: 195px;
}

.personal-accident-form #c_ch_f .choice-leftcol {
    height: 166px;
}

.personal-accident-form #c_ch_f {
    height: 171px;
}

.personal-accident-form #c_for_f {
    padding-top: 5px !important;
}

#clickk_occupation .choice.self.l {
    max-width: 300px;
    width: 300px;
    height: 327px;
}

    #clickk_occupation .choice.self.l .choice-leftcol {
        height: 322px;
    }

#clickk_occupation #c_for_occupation {
    height: 292px;
    padding-top: 5px !important;
}

#clickk_occupation {
    position: relative;
}

    #clickk_occupation .choice .years li {
        line-height: 19px;
    }

.choice a {
    color: #dfdfdf;
    cursor: default;
}

    .choice a:hover {
        text-decoration: none;
    }

.choice.l a, .choice.f a, .choice.g a {
    color: #dfdfdf;
    font-size: 14px;
    cursor: default;
}

.choice a.picked {
    color: #60c6e7;
}

.choice .active {
    border-radius: 4px 4px 0 0;
    background: #fff;
}

    .choice .active a {
        color: #727272;
        cursor: pointer;
    }

        .choice .active a:hover {
            color: #ff6633;
        }

.choice .active-picked {
    border-radius: 0;
    background: #FFFFFF;
}

    .choice .active-picked a {
        color: #ddd;
    }

        .choice .active-picked a.picked {
            color: #60c6e7;
        }

.choice .years {
    list-style: none;
    margin: 0;
    padding: 0px 0 42px;
    float: left;
    width: 100%;
    font-size: 24px;
    background: #fff;
    height: auto;
    position: relative;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.choice.l .years {
    list-style: none;
    margin: 0;
    padding: 0px 10px 48px 10px;
    float: left;
    width: 100%;
    font-size: 24px;
    background: #fff;
    height: 155px;
    position: relative;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.choice.f .years {
    list-style: none;
    margin: 0;
    padding: 0px 0px 48px 0px;
}

.choice .years.active-picked {
    height: 240px;
}

    .choice .years.active-picked .jspVerticalBar {
        display: none;
    }

.choice .years li {
    padding: 0px 0 5px 15px;
    text-align: left;
    line-height: 24px;
}

    .choice .years li:hover {
    }

        .choice .years li:hover a {
        }

.stepwrap {
    width: 100%;
    float: right;
    height: 32px;
}

    .stepwrap.years-stepwrap {
        bottom: -4px;
        float: left;
        left: -4px;
        position: absolute;
        right: -4px;
        width: auto;
        z-index: 1;
    }

.step {
    background: none repeat scroll 0 0 #2daee4;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 5px 0 15px;
    text-align: left;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0 0 0px 4px;
    -moz-border-radius: 0 0 0px 4px;
    -ms-border-radius: 0 0 0px 4px;
    -o-border-radius: 0 0 0px 4px;
    border-radius: 0 0 0px 4px;
}

    .step em {
        font-style: normal;
        display: inline-block;
        background: #f26522;
        border-radius: 100px;
        width: 20px;
        height: 20px;
        margin: 6px 6px 0 0;
        line-height: 20px;
        float: left;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
/**/ /**/

.ui-datepicker {
    width: 18em;
    margin-top: 14px;
    display: none;
    background: #fff;
    position: relative;
    font: 14px/1.55 "Roboto", Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    border: 5px solid #2ca3ef;
    z-index: 9999 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #666;
}

    .ui-datepicker:before {
        content: "";
        bottom: auto;
        border: solid;
        border-width: 16px 16px 16px;
        border-color: transparent transparent #2ca3ef transparent;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #2ca3ef rgba(255, 255, 255, 0);
        position: absolute;
        margin-left: -10px;
        display: block;
        top: -32px;
        left: 10%;
        height: 0;
        width: 0;
    }

    .ui-datepicker a {
        color: #404040;
        text-align: center;
    }

    .ui-datepicker .ui-state-disabled span {
        color: #d9dde5;
    }

    .ui-timepicker-div .ui-widget-header, .ui-datepicker .ui-datepicker-header {
        position: relative;
        background: #2ca3ef;
        line-height: 27px;
        font-size: 15px;
        padding: 10px;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        width: 34px;
        height: 34px;
        display: block;
        font-size: 14px;
        position: absolute;
        text-decoration: none;
        cursor: pointer;
        color: #fff;
        top: 19.5%;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 5px;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month {
        width: 41%;
    }

    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        margin: 0 0 .4em;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        padding: .5em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

.ui-datepicker-current-day {
    font-weight: 700;
    background: #2ca3ef !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.ui-datepicker td {
    border: 0;
    padding: 2px 5px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        padding: 0px;
        font-size: 15px;
        display: block;
        text-align: center;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .ui-datepicker td span:hover, .ui-datepicker td a:hover {
            background: #d7dcde;
        }

.ui-datepicker .ui-state-disabled span:hover {
    background: 0;
}

.ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-highlight {
    font-weight: 700;
    background: #2ca3ef !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.cal-widget .ui-datepicker {
    width: 100%;
    margin-top: 0;
}

    .cal-widget .ui-datepicker:before {
        display: none;
    }

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.333%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-buttonpane {
    border-top: 1px solid #d9dde5;
    padding: 10px;
}

    .ui-datepicker-buttonpane button {
        padding: 8px 12px;
        margin-right: .2em;
        position: relative;
        line-height: normal;
        display: inline-block;
        -webkit-user-drag: none;
        text-shadow: 0 1px rgba(255, 255, 255, 0.2);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        vertical-align: middle;
        background: #bdc3c7;
        text-align: center;
        overflow: visible;
        cursor: pointer;
        color: #243140;
        border: 0;
    }

        .ui-datepicker-buttonpane button:hover {
            color: #243140;
            background: #cacfd2;
        }

        .ui-datepicker-buttonpane button:active {
            color: #1d2938;
            background: #a1a6a9;
        }

.ui-monthpicker .ui-datepicker-header {
    margin-bottom: 3px;
}
/**/ /**/

.car-ins .input, .car-ins .select, .car-ins .textarea, .car-ins .radio, .car-ins .checkbox, .car-ins .toggle, .car-ins .button {
    display: block;
    position: relative;
}

.car-ins .icon-append, .car-ins .icon-prepend {
    color: #8ec8ee;
}

.car-ins .input input, .car-ins .select select, .car-ins .textarea textarea, .car-ins .radio i, .car-ins .checkbox i, .car-ins .toggle i, .car-ins .icon-append, .car-ins .icon-prepend {
}

.car-ins .icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 4px;
}

    .car-ins .icon-append.nob {
        border: none;
        padding-left: 3px;
        right: 5px;
    }

.car-ins .icon-append, .car-ins .icon-prepend {
    font-size: 15px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 29px;
    cursor: pointer;
}

.car-ins .input .icon-append + input, .car-ins .textarea .icon-append + textarea {
    padding-right: 46px;
}

.car-ins .input input, .car-ins .select select, .car-ins .textarea textarea {
    font-weight: normal;
}

.state-error {
    color: #ff0000;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    margin-top: 6px;
    padding: 0 3px;
    font-weight: normal;
}

em.state-error {
    background: url("error_v.png") no-repeat 0px 3px;
    padding-left: 16px;
}

.invalid {
    font-style: normal;
}

.fa-rotate-45 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #f2f2f2;
    line-height: 30px !important;
    margin: 0px 35px;
}

.prepend-icon {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.state-error .form-control, .state-error .gui-textarea, .state-error.select > select, .state-error.select-multiple > select, .state-error input:hover + .checkbox, .state-error input:hover + .radio, .state-error input:focus + .checkbox, .state-error input:focus + .radio, .state-error .checkbox, .state-error .radio {
    border-color: #ff0000;
    border-radius: 0px;
}

label {
    display: block;
    position: relative;
}

.gen_text {
    color: #999;
    float: left;
    font-weight: normal;
    position: relative;
    width: 59px;
}

.cus_border {
}

.gen_r {
    float: left;
    position: relative;
    top: -8px;
    width: 39px;
    left: 8px;
}

.checkbox label, .radio label {
    color: #a9b3ba;
    cursor: pointer;
    display: inline;
    font-size: 12px;
    font-weight: 400;
}

input[type=radio].css-checkbox {
    display: none;
}

label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    top: 7px;
    left: 10px;
}

.css-label.radGroup2.ss {
    left: 13px;
}

.car-ins .cus_border .icon-append {
    padding-left: 25px;
    cursor: pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

label.css-label {
    background-image: url(radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.load_spin {
    display: none;
    left: 128px;
    position: absolute;
    top: 5px;
}

.health-form .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    left: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: normal;
    background: #34495e;
    -webkit-transition: margin .6s, opacity .6s;
    -moz-transition: margin .6s, opacity .6s;
    -ms-transition: margin .6s, opacity .6s;
    -o-transition: margin .6s, opacity .6s;
    transition: margin .6s, opacity .6s;
}

    .health-form .tooltip > em {
        padding: 12px;
        font-style: normal;
        display: block;
        position: static;
    }

    .health-form .tooltip:after {
        content: '';
        position: absolute;
    }

.health-form .gui-input:hover + .tooltip, .health-form .gui-textarea:hover + .tooltip {
    opacity: 1;
    z-index: 999;
}

.health-form .tip-left {
    top: 1px;
    margin-right: -20px;
}

    .health-form .tip-left:after {
        top: 12px;
        left: 100%;
        border-left: 8px solid #34495e;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

.health-form .gui-input:hover + .tip-left, .health-form .gui-textarea:hover + .tip-left {
    margin-right: 5px;
    right: 100%;
    left: auto;
}

.health-form .tip-right {
    top: 1px;
    margin-left: -20px;
}

    .health-form .tip-right:after {
        top: 12px;
        right: 100%;
        border-right: 8px solid #34495e;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

.health-form .gui-input:hover + .tip-right, .health-form .gui-textarea:hover + .tip-right {
    left: 100%;
    margin-left: 5px;
}

.health-form .tip-right-top {
    bottom: 100%;
    margin-bottom: -20px;
}

    .health-form .tip-right-top:after {
        top: 100%;
        right: 12px;
        border-top: 8px solid #34495e;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.health-form .gui-input:hover + .tip-right-top, .health-form .gui-textarea:hover + .tip-right-top {
    right: 0;
    left: auto;
    margin-bottom: 10px;
}

.health-form .tip-left-top {
    bottom: 100%;
    margin-bottom: -20px;
}

    .health-form .tip-left-top:after {
        top: 100%;
        left: 12px;
        border-top: 8px solid #34495e;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.health-form .gui-input:hover + .tip-left-top, .health-form .gui-textarea:hover + .tip-left-top {
    left: 0;
    right: auto;
    margin-bottom: 10px;
}

.tl {
    background: none;
    border: medium none;
    height: 20px;
    position: absolute;
    right: 70px;
    width: 10px;
    z-index: 1111;
}

.tlf {
    background: none;
    border: medium none;
    height: 20px;
    position: absolute;
    right: 29px;
    width: 10px;
    z-index: 1111;
}

.health-form .tip-right-bottom {
    top: 100%;
    margin-top: -20px;
}

    .health-form .tip-right-bottom:after {
        right: 12px;
        bottom: 100%;
        border-bottom: 8px solid #34495e;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.health-form .gui-input:hover + .tip-right-bottom, .health-form .gui-textarea:hover + .tip-right-bottom {
    margin-top: 10px;
    left: auto;
    right: 0;
}

.health-form .tip-left-bottom {
    top: 100%;
    margin-top: -20px;
}

    .health-form .tip-left-bottom:after {
        left: 12px;
        bottom: 100%;
        border-bottom: 8px solid #34495e;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.car-in-form .gui-input:hover + .tip-left-bottom, .car-in-form .gui-textarea:hover + .tip-left-bottom {
    margin-top: 10px;
    right: auto;
    left: 0;
}

.cus_cont {
    width: 760px;
    margin: 0px auto;
}

    .cus_cont p {
        color: #48a4df;
    }

    .cus_cont .pos1 p {
        color: #000;
        font-weight: bold;
        line-height: 24px;
    }

    .cus_cont .pos1 .mar-r8 {
        margin-top: -3px;
    }

    .cus_cont .col-md-2 {
    }

#one_c, #two_c, #three_c, #four_c {
    width: 380px;
    float: left;
}

label[title1] {
    margin: 0px;
}

    label[title1]:hover:after {
        content: attr(title1);
        color: #fff;
        background-color: rgba(120,127,131, .7);
        text-shadow: none;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        opacity: 1;
        z-index: 999;
        padding: 3px 8px;
        position: absolute;
        cursor: default;
        -webkit-transition: all 240ms ease-in-out;
        -moz-transition: all 240ms ease-in-out;
        -ms-transition: all 240ms ease-in-out;
        -o-transition: all 240ms ease-in-out;
        transition: all 240ms ease-in-out;
        bottom: 2px;
    }

label[title]:hover:before {
}

.ar {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    margin-right: -2px;
}

.checkbox input[type='radio'],
.checkbox input[type='checkbox'] {
    opacity: 0;
    margin-left: -3px;
    float: left;
    width: 18px;
    filter: alpha(opacity=0);
}

.no_plan_result {
    background: none repeat scroll 0 0 #ce2d5b;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 62px 50px 20px;
    padding: 20px;
    text-align: center;
}

.cmp_tbl .checkbox input[type='radio'],
.cmp_tbl .checkbox input[type='checkbox'] {
    margin-left: 0px;
}

.checkbox input[type='radio'] + label,
.checkbox input[type='checkbox'] + label {
    margin: 0;
    clear: none;
    padding: 3.5px 0 4px 20px;
    margin-left: -14px;
    cursor: pointer;
    background: url(off.png) left center no-repeat;
}

label.cus_ch_margin {
    padding-top: 5.5px !important;
}

.checkbox input[type='radio'] + label.chk,
.checkbox input[type='checkbox'] + label.chk {
    margin: 0;
    clear: none;
    margin-left: -15px;
    padding: 0px 0 0px 14px;
    cursor: pointer;
    background: url(off.png) left 4px no-repeat;
}

.checkbox input[type='checkbox']:checked + label {
    background-image: url(check.png);
}

.step .label-mid {
    font-size: 14px;
}

.ui-widget-overlay {
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

    .ui-helper-reset.nn {
        border: 0;
    }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.small_cus {
    font-size: 11px !important;
    color: #898888;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 43px;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 0px 0px 30px 2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button_highlight {
    float: left;
    margin-right: 10px;
}

    .button_highlight.ui-state-default .ui-button-text {
        float: right;
    }

.switcher_info.ui-state-default .ui-icon {
    background-position: -97px -14px;
    width: 25px;
    height: 20px;
    margin: -11px -12px -11px;
    display: block;
}

button.switcher_info.ui-state-default:hover {
    background-position: -46px -0px;
    width: 25px;
    height: 24px;
}

.buttonset_small.ui-buttonset .ui-state-default, .buttonset_small.ui-buttonset .ui-widget-content .ui-state-default, .buttonset_small.ui-buttonset .ui-widget-header .ui-state-default {
    padding: 8px 3px;
}

.ui-button .ui-button-text {
    line-height: 1.6;
}

a.ui-button.ui-widget.ui-state-default.ui-button-text-only.button_reset {
    margin: 0;
    padding: 0;
    border: medium none;
}

button.switcher_info .ui-button-text {
    line-height: normal;
    display: none;
}

button.ui-button-icon-only {
    height: 39px;
}

.ui-button-icon-only .ui-icon {
    left: auto;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: static;
    top: auto;
}

.ui-button-text-only .ui-button-text {
    padding: 0px;
}

.error_patch .ui-state-default.ui-autocomplete-input {
    border-color: #f99bad;
    background: #fff3f3;
}

.ui-combobox.error_patch .ui-button-icon-only {
    background: #fff3f3;
}

.ui-buttonset .ui-corner-left {
    height: 17px;
    padding-top: 5px;
}

.ui-buttonset .ui-corner-right {
    height: 17px;
    padding-top: 5px;
}

.ui-state-default.ui-autocomplete-input {
    width: 312px;
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
}

.msie8 [class*="fa-rotate-"] .fa,
.msie8 [class*="fa-flip-"] .fa {
    filter: inherit;
}

.msie8 .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)" !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
}

}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.ui-combobox {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.ui-autocomplete li.ui-autocomplete-category {
    color: #d13f04;
    font-size: 100%;
    font-family: "Ubuntu", sans-serif;
    border-bottom: 1px solid #d13f04;
    margin-bottom: 0;
    padding: 4px 5px 4px;
    display: block;
    overflow: hidden;
    text-align: right;
}

.ui-combobox-toggle {
    position: relative;
    top: 11;
    height: 34px;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    *height: 1.7em;
    *top: 0.1em;
}

.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-combobox .ui-state-default .ui-icon {
    background: url(hlp_widget-maincontent_in_20140506.png) no-repeat;
    font-size: 0px;
}

.ui-autocomplete {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0;
    position: absolute;
    z-index: 111111;
    display: block;
    width: 155px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 10px 0 0;
    max-height: 105px;
    overflow-y: auto;
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 100px;
}

    .ui-autocomplete li.heading {
        color: #ff6633;
        font-size: 100%;
        font-family: "Ubuntu", sans-serif;
        border-bottom: 1px solid #ff6633;
        margin-bottom: 0;
        padding: 4px 5px 4px;
        display: block;
        overflow: hidden;
    }

    .ui-autocomplete .ui-menu-item a {
    }

    .ui-autocomplete li.ui-menu-item {
        margin: 5px 0;
    }

    .ui-autocomplete li a {
        margin: 0;
        padding: 2px 9px;
        cursor: pointer;
        display: block;
        font-size: 13px;
        color: #727272;
        text-decoration: none;
    }

        .ui-autocomplete li a.ui-corner-all, .ui-autocomplete .ui-corner-all {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        .ui-autocomplete li a.ui-state-hover, .ui-autocomplete li a.ui-state-focus {
            background: #ff6633;
            color: #fff;
        }

            .ui-autocomplete li a.ui-state-hover span {
                color: #fff;
            }

        .ui-autocomplete li a.ui-state-hover, .ui-autocomplete li a:hover {
            background: #ff6633;
            color: #fff;
        }

            .ui-autocomplete li a.ui-state-hover span, .ui-autocomplete li a:hover span {
                color: #fff;
            }

.ui-state-default.ui-autocomplete-input {
    background: #fff;
    border: 1px solid #dfdfdf;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 0;
    border-radius: 3px;
    padding: 4px 9px;
    width: 286px;
    font-weight: normal;
    color: #555;
}

.ui-combobox .ui-combobox-toggle {
    background: #fff;
    border: none;
    border-left: 1px solid #dfdfdf;
    height: 38px;
    padding: 18px 25px 8px 10px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer !important;
}

.ui-combobox .ui-state-default .ui-icon {
    background-position: -2px -3px;
    height: 7px;
    width: 14px;
    margin: 0;
    top: 45%;
    left: 32%;
}

.ui-combobox .ui-button-icon-only {
    width: 13px;
}

.ui-state-default.ui-autocomplete-input {
    width: 322px;
}

.button_highlight.ui-button ui-widget, .button_highlight.ui-state-default, .button_highlight.ui-corner-all, .button_highlight.ui-button-text-icon-primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff720a), to(#ad1900));
    background: -moz-linear-gradient(top, #ff720a, #ad1900);
    background: -o-linear-gradient(top, #ff720a, #ad1900);
    background: -ms-linear-gradient(top, #ff720a, #ad1900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff720a', endColorstr='#ad1900');
    font-size: 18px;
    color: #fefeff;
    padding: 3px 15px 3px 15px;
    line-height: 24px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-color: #ff6c04;
}

.submit.ui-state-hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ad1900), to(#ff720a));
    background: -moz-linear-gradient(top, #ad1900, #ff720a);
    background: -o-linear-gradient(top, #ad1900, #ff720a);
    background: -ms-linear-gradient(top, #ad1900, #ff720a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad1900', endColorstr='#ff720a');
}

.ui-menu {
    display: block;
    list-style: none outside none;
    outline: medium none;
    padding: 2px;
}

.ui-state-default.ui-autocomplete-input:focus, .date_field_tab:focus {
}

.ui-autocomplete li:first-child {
}

.slider-toggle-container {
}

.slider-toggle-label-text {
    display: inline;
    float: left;
    padding-right: 10px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

.slider-toggle-frame {
    overflow: hidden;
    border: 2px solid #bababa;
    position: relative;
    float: right;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    background: #dcdcdc;
    height: 34px !important;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.slider-toggle-text {
    position: absolute;
    margin: 0 auto;
}

    .slider-toggle-text p {
        margin: 0;
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        color: #000;
    }

    .slider-toggle-text.left {
        background: #f2f2f2;
    }

        .slider-toggle-text.left p {
            float: left;
            text-align: right;
        }

    .slider-toggle-text.right {
        position: relative;
        float: right;
        background: #f2f2f2;
        margin-right: 0px;
    }

        .slider-toggle-text.right p {
            float: right;
            text-align: left;
        }

    .slider-toggle-text.super {
        z-index: 1;
    }

    .slider-toggle-text:before {
    }

.slider-toggle-ball {
    overflow: hidden;
    display: block;
    border-radius: 2px;
    background: #ff6633;
    position: absolute;
    z-index: 2;
    top: 0px !important;
}

::-webkit-calendar-picker-indicator {
    background: red;
    display: none;
}

.no-calendar::-webkit-calendar-picker-indicator {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type=number].form-control {
    -moz-appearance: textfield;
}

    input[type=number].form-control::-webkit-inner-spin-button,
    input[type=number].form-control::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.cus_tb {
    border: 1px solid #dadada;
    border-radius: 4px;
    height: auto;
    margin-top: 10px;
    min-height: 84px;
}

a.btn_offer_block {
    font-size: 14px;
    float: left;
    color: #ffffff !important;
    position: relative;
}

a.btn_offer_block {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 23px auto 0;
    padding: 0 5px;
    width: auto;
}

a.btn_offer_block {
    background-color: #db3d24;
    text-decoration: none !important;
}

    a.btn_offer_block:hover {
        background: #3a4261;
        text-decoration: none;
    }

    a.btn_offer_block.Shortlist {
        background-color: #E08B41;
    }

        a.btn_offer_block.Shortlist:hover {
            background: #DB7125;
            text-decoration: none;
        }

    a.btn_offer_block:active {
        background-color: #05A80F !important;
        top: 2px;
    }
    /*a.btn_offer_block.break_in {height: auto;line-height: 10px; padding:2px 8px;}*/
    a.btn_offer_block.break_in {
        border-radius: 2px;
        font-size: 11px !important;
        height: auto;
        line-height: 10px;
        padding: 5px 14px;
    }

    a.btn_offer_block.break_in {
        font-size: 10px;
    }

.break_in i {
    position: relative;
    top: -7px;
}

.break_in_error {
    display: none;
    background: #fdefee;
    border: 1px solid #f9aea9;
    color: #b13d31;
    font-size: 15px;
    float: left;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%;
}

    .break_in_error img {
        margin: -3px 0px 0px 0px;
    }

.document_list {
    display: none;
    background: #fff;
    border: 1px solid #f9aea9;
    color: 000;
    font-size: 13px;
    float: left;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%;
}

    .document_list img {
        margin: -3px 4px 0 0;
    }

.policy_doc {
    dispaly: none;
}

#sh4 {
    color: #2ca3ef;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 12px;
    display: none;
}

.start_icon {
    position: absolute;
    left: 145px;
    top: 43px;
    width: 200px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 100%;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

    .jspHorizontalBar *, .jspVerticalBar * {
        margin: 0;
        padding: 0;
        opacity: inherit;
        filter: inherit;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: 0 0;
    position: relative;
}

.jspDrag {
    background: #e0dddd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.jspHorizontalBar .jspDrag, .jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: 0;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.cus_cont {
    width: 860px;
}

#one_c, #two_c, #three_c, #four_c {
    float: left;
    width: 50%;
}

.input.gen_r.rm {
    margin-right: 7px;
}

.gen_text {
    color: #999;
    float: left;
    font-weight: normal;
    position: relative;
    width: 70px;
}

.css-label.radGroup2.ss {
    left: 15px;
}

.icon-append.fa.fa-female {
    padding-left: 32px;
}

.input.gen_r {
    left: 10px;
}

.cus_cont .pos1 .col-md-2 {
    float: left;
    width: 190px;
}

.critical_ill .cus_cont .pos1 .col-md-2 {
    float: left;
    margin-right: 14px !important;
    padding: 0 !important;
    width: auto !important;
}

.critical_ill .cus_cont .pos1 {
    margin: 0 auto;
    width: 860px;
}

    .critical_ill .cus_cont .pos1 .col-md-2.c_f {
        float: left;
        margin-right: 0 !important;
    }

.personal_acc .cus_cont .pos1 .col-md-2 {
    float: left;
    margin-right: 85px !important;
    padding: 0 !important;
    width: auto !important;
}

    .personal_acc .cus_cont .pos1 .col-md-2.p3 {
        float: left;
        margin-right: 0 !important;
    }

.cus_cont .pos1 .col-md-2.c_f {
    float: right;
    width: 190px;
}

.cus_cont .pos1 {
    width: 760px;
    margin: 0px auto;
}

.per_accident {
    margin-left: 185px;
}

.personal_acc .cus_cont .pos1 {
    width: 860px;
    margin: 0px auto;
}

.cus_border.form-control.sel {
    background: #f7f4f4;
}

    .cus_border.form-control.sel .label.css-label, .cus_border.form-control.sel .icon-append {
        cursor: default !important;
    }

.pos1 .c_o {
    margin-left: 0px;
    padding: 0px;
}

.pos1 .c_t {
    margin-left: 0px;
    padding: 0px;
    padding-left: 10px;
}

.pos1 .c_th {
    margin-left: 0px;
    padding: 0px;
    padding-left: 30px;
}

.pos1 .c_f {
    margin-left: 0px;
    text-align: right;
    padding: 0px;
    float: right;
    padding-right: 3px;
}

.health_page {
    background: #fff;
    height: 500px;
    left: 50%;
    margin-left: -585px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 1170px !important;
}

.pad_right_no {
    padding-right: 0px;
}

.mobile_search_top {
    width: 100%;
    float: left;
    margin: 10px 0px 10px 0px;
    display: none;
}

.m_summary {
    background: #2ca3ef;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 11px;
    float: left;
    width: auto;
    color: #000;
}

    .m_summary i {
        color: #fff;
        font-size: 12px;
        margin-right: 3px;
    }

    .m_summary.sum_selected {
        background: #d8e8f2;
        border: 1px solid #2ca3ef;
    }

.m_filter {
    background: #2ca3ef;
    cursor: pointer;
    float: right;
    padding: 8px 10px;
    border-radius: 2px;
    font-size: 10px;
    width: auto;
    color: #000;
}

    .m_filter i {
        color: #fff;
        font-size: 13px;
    }

.m_modify .link_mod {
    background: #2ca3ef;
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 11px;
    float: right;
    width: auto;
    margin-right: 15px;
    color: #000;
}

.link_mod i {
    color: #fff;
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.link_mod .link_mod_text, .m_summary .link_mod_text {
    position: relative;
    top: -1px;
}

.mob_sum_res {
    background: #d8e8f2;
    display: none;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #2ca3ef;
    width: 100%;
    float: left;
}

    .mob_sum_res .top_p {
        color: #f26521;
    }

        .mob_sum_res .top_p strong {
            color: #000;
        }

.stay_footer {
    font-weight: bold;
    color: #000;
}

.home_g_text_t, .home_g_text_b {
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tata_aia_life_logo, .apollo_munich_health_logo, .bajaj_allianz_general_logo, .bhartiaxa_general_logo, .cignattk_health_logo, .hdfc_ergo_logo, .lt_general_logo, .religare_health_logo, .aegon_religare_logo, .aviva_life_logo, .hdfc_life_logo, .icici_prudential_life_logo, .max_life_logo, .pnbmet_life_logo, .reliance_life_logo, .lto_general_logo, .universal_sompo_logo, .sbi_life_logo, .canara_hsbc_logo, .max_bupa_logo {
    background: url(partner_sprites_23062016.jpg) no-repeat;
}

.tata_aia_life_logo {
    background-position: -156.9930419921875px -229.98611450195312px;
    width: 147px;
    height: 107px;
}

.apollo_munich_health_logo {
    background-position: -309.982666015625px -232.97915649414062px;
    width: 147px;
    height: 107px;
}

.bajaj_allianz_general_logo {
    background-position: -155.982666015625px -346.9826354980469px;
    width: 147px;
    height: 107px;
}

.bhartiaxa_general_logo {
    background-position: -312.97918701171875px -347.9861145019531px;
    width: 147px;
    height: 107px;
}

.cignattk_health_logo {
    background-position: -461.9930419921875px -233.98611450195312px;
    width: 147px;
    height: 107px;
}

.hdfc_ergo_logo {
    background-position: -465.9930419921875px -117.98611450195312px;
    width: 147px;
    height: 107px;
}

.lt_general_logo {
    background-position: -462.98614501953125px -2px;
    width: 147px;
    height: 107px;
}

.religare_health_logo {
    background-position: -310.9930419921875px -117.98611450195312px;
    width: 147px;
    height: 107px;
}

.aegon_religare_logo {
    background-position: -308.97222900390625px -2px;
    width: 147px;
    height: 107px;
}

.aviva_life_logo {
    background-position: -157.9930419921875px -116.98611450195312px;
    width: 147px;
    height: 107px;
}

.hdfc_life_logo {
    background-position: -156.9930419921875px -2px;
    width: 147px;
    height: 107px;
}

.icici_prudential_life_logo {
    background-position: 0 -342.9757080078125px;
    width: 147px;
    height: 107px;
}

.max_life_logo {
    background-position: -1.9930419921875px -227.98611450195312px;
    width: 147px;
    height: 107px;
}

.pnbmet_life_logo {
    background-position: -4.9930419921875px -114.98611450195312px;
    width: 147px;
    height: 107px;
}

.reliance_life_logo {
    background-position: -4.9930419921875px 0;
    width: 147px;
    height: 107px;
}

.lto_general_logo {
    background-position: -312.97918701171875px -457.986115px;
    width: 147px;
    height: 107px;
}

.universal_sompo_logo {
    background-position: -155.982666015625px -465.982635px;
    width: 147px;
    height: 107px;
}

.sbi_life_logo {
    background-position: 0 -447.975708px;
    width: 147px;
    height: 107px;
}

.canara_hsbc_logo {
    background-position: -462.98614501953125px -350px;
    width: 147px;
    height: 107px;
}

.max_bupa_logo {
    background-position: -462.98614501953125px -455px;
    width: 147px;
    height: 107px;
}

.cus_pay_sec {
    background: #eeeeee;
    padding: 15px;
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .cus_pay_sec .payment_hdfc {
        width: 350px;
        float: left;
    }

    .cus_pay_sec .hdfc_payment_btn {
        margin-top: 50px;
    }

.payment_hdfc .lab_wid {
    font-size: 16px;
    margin-bottom: 10px;
    color: #625d5d;
}

.pay_op {
    width: 100%;
    float: left;
}

.pay_op_l {
    width: auto;
    float: left;
}

.pay_op_r {
    width: 200px;
    float: left;
}

.ui-radio {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 20px 10px;
    position: relative;
}

    .ui-radio input[type="radio"] {
        display: none;
    }

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}

.ui-checkbox input[type="checkbox"] + span:hover {
    cursor: pointer;
}

    .ui-checkbox input[type="checkbox"] + span:hover:before {
        border-color: #1c7ebb;
    }

.ui-checkbox input[type="checkbox"]:disabled + span:hover {
    cursor: not-allowed;
}

    .ui-checkbox input[type="checkbox"]:disabled + span:hover:before {
        border-color: #ccc;
    }

.ui-checkbox input[type="checkbox"] {
    display: none;
}

    .ui-checkbox input[type="checkbox"] + span {
        font-weight: normal;
    }

        .ui-checkbox input[type="checkbox"] + span:before {
            background-color: transparent;
            border: 1px solid #ccc;
            border-radius: 2px;
            content: "";
            display: inline-block;
            height: 18px;
            margin-left: -20px;
            margin-right: 1px;
            right: 10px;
            position: relative;
            transition: all 0.15s ease-in-out 0s;
            vertical-align: middle;
            width: 18px;
        }

    .ui-checkbox input[type="checkbox"]:disabled + span:before {
        border: 1px solid #ccc;
        cursor: no-drop;
        opacity: 0.65;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:before {
        border: 1px solid #1c7ebb;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:after {
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #1c7ebb;
        content: "\2713";
        display: block;
        height: 8px;
        left: -25px;
        position: absolute;
        top: 3.1px;
        width: 8px;
    }

    .ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
        border: 1px solid #ccc;
        opacity: 0.65;
    }

    .ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
        background-color: #ccc;
        cursor: no-drop;
        opacity: 0.65;
    }

.ui-radio input[type="radio"] + span:hover {
    cursor: pointer;
}

    .ui-radio input[type="radio"] + span:hover:before {
        border-color: #1C7EBB;
    }

.ui-radio input[type="radio"]:disabled + span:hover {
    cursor: not-allowed;
}

    .ui-radio input[type="radio"]:disabled + span:hover:before {
        border-color: #ccc;
    }

.ui-radio input[type="radio"] {
    display: none;
}

    .ui-radio input[type="radio"] + span {
        padding-left: 10px;
        font-weight: normal;
    }

        .ui-radio input[type="radio"] + span:before {
            content: "";
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            left: -20px;
            top: 0;
            background: white;
            border-radius: 50%;
            border: 1px solid #ccc;
            -moz-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

    .ui-radio input[type="radio"]:disabled + span:before {
        opacity: .65;
        border: 1px solid #ccc;
        cursor: no-drop;
    }

    .ui-radio input[type="radio"]:checked + span:before {
        border-color: #1C7EBB;
    }

    .ui-radio input[type="radio"]:checked + span:after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 6px;
        left: -14px;
        background-color: #1C7EBB;
        border-radius: 50%;
        display: block;
    }

    .ui-radio input[type="radio"]:disabled:checked + span:before {
        border-color: #ccc;
    }

    .ui-radio input[type="radio"]:disabled:checked + span:after {
        opacity: .65;
        cursor: no-drop;
        background-color: #ccc;
    }

.ui-checkbox {
    position: relative;
    margin: 0 20px 10px 20px;
}

    .ui-checkbox input[type="checkbox"] + span:hover {
        cursor: pointer;
    }

        .ui-checkbox input[type="checkbox"] + span:hover:before {
            border-color: #1C7EBB;
        }

    .ui-checkbox input[type="checkbox"]:disabled + span:hover {
        cursor: not-allowed;
    }

        .ui-checkbox input[type="checkbox"]:disabled + span:hover:before {
            border-color: #ccc;
        }

. .p_d_column_60 a.link {
    border-radius: 3px;
    font-size: 13px;
    color: #1969b4;
    padding: 5px 9px;
    text-decoration: none;
    position: relative;
    left: -9px;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease-in;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color;
}

.p_d_column_60 a.link:hover {
    background-color: #2ca3ef;
    color: #fff;
    text-decoration: none;
}

.back_arrow {
    font-size: 18px;
    position: relative;
    top: 2px;
    right: 0px;
    padding-left: 0px;
    padding-right: 6px;
}

@media screen and (max-width:1180px) {
    .health_page {
        margin-left: -485px;
        width: 970px !important;
    }
}

@media screen and (max-width:999px) {
    .health_page {
        margin-left: -375px;
        position: relative;
        width: 750px !important;
    }

    .critical_ill .cus_cont .pos1 {
        margin: 0 auto;
        width: auto;
    }
}

@media only screen and (device-width:768px) and (orientation:landscape) {
}

@media only screen and (device-width:768px) and (orientation:portrait) {
    .health_page {
        margin-left: -375px;
        position: relative;
        margin-top: -350px;
        width: 750px !important;
    }

    #clickk_occupation {
        position: static;
    }
}

@media screen and (max-width:768px) {
    #clickk_occupation {
        position: static;
    }
}

@media screen and (max-width:990px) {
    .cus_cont {
        width: 760px;
    }

    .document_list {
        float: none;
    }

    .pos1 {
        margin-left: 0px;
    }

    .cus_cont .col-md-2.m_s {
        width: 170px;
        float: left;
    }

    .cus_cont .col-md-3, .cus_cont .col-md-6 {
        width: 190px;
        float: left;
    }

    .cus_cont .col-md-4 {
        width: 200px;
        float: left;
    }

    .critical_ill .cus_cont .col-md-4 {
        width: 33.33%;
        float: left;
    }

    .gen_text {
        width: 49px;
    }
}

@media screen and (max-width:820px) {
    .cus_cont .pos1 .col-md-2.c_f {
        float: left;
    }

    .pad_right_no {
        padding-right: 15px;
    }

    .clearfix1 {
        content: "";
        display: table;
        float: left;
    }

    .cus_cont {
        width: 380px;
    }

        .cus_cont .pos1 {
            margin: 0 auto;
            width: auto;
        }

    .pos1 .c_t {
        margin-left: 0px;
        padding: 0px;
        padding-left: 14px;
        float: right;
        text-align: left;
    }

    .pos1 .c_th {
        margin-left: 0px;
        padding: 0px;
        padding-left: 0px;
    }

    .pos1 .c_f {
        margin-left: 0px;
        text-align: right;
        padding: 0px;
        float: right;
        padding-right: 3px;
    }

    .cus_cont .col-md-2.m_s {
        width: 190px;
        float: left;
    }

    .cus_cont .col-md-3, .cus_cont .col-md-6 {
        width: 190px;
        float: left;
    }

    .cus_cont .col-md-4 {
        width: 190px;
        float: left;
    }

    .gen_text {
        width: 49px;
    }
}

@media screen and (max-width:480px) {
    .health_page {
        margin-left: -485px;
        position: relative;
        width: 970px !important;
    }

    .clearfix1 {
        width: 100%;
    }

    .pos1 {
        margin-left: 0px;
    }

    .cus_cont {
        width: 100%;
    }

        .cus_cont .col-md-2.m_s {
            width: 100%;
            float: left;
            padding: 0;
        }

        .cus_cont .col-md-3, .cus_cont .col-md-6 {
            width: 100%;
            float: left;
            padding: 0;
        }

        .cus_cont .col-md-4, .critical_ill .cus_cont .col-md-4 {
            width: 100%;
            float: left;
            padding: 0;
        }

    .gen_text {
        width: 49px;
    }

    #one_c, #two_c, #three_c, #four_c, #adlt_spc {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    #c_ch_s {
        left: 50%;
        margin-left: -112px;
    }
}

.fader {
    display: none;
}

.top_band {
    width: 100%;
    height: 122px;
    border: 4px solid #2ca3ef;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.top_h {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 15px 0 8px 0px;
}

.top_p {
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.travel .border.m_a {
    padding-left: 7px;
    padding-right: 0;
}

.top_m {
    background: #2ca3ef;
    border-radius: 3px;
    top: 10px;
    color: #2ca3ef;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
    position: absolute;
    right: 15px;
    width: auto;
}

    .top_m .fa-angle-left {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        position: relative;
        top: 1px;
        margin-right: 2px;
    }

    .top_m a {
        color: #fff;
        font-weight: bold;
    }

.com_pl a {
    color: #DF5431;
    font-weight: bold;
}

.com_pl a {
    text-decoration: underline;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.border {
    border-right: 2px solid #34a5ef;
    height: 100%;
}

    .border.m_a {
        background: #A9DCFC;
        border: 4px solid #2ca3ef;
        border-radius: 4px;
        height: 130px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.cus_tb.border_hglt {
    border: 2px solid #ff6633;
    border-bottom: 0px solid #ff6633;
}

.accordion_a.border_hglt {
    border-bottom: 2px solid #ff6633;
    border-right: 2px solid #ff6633;
    border-left: 2px solid #ff6633;
}

.top_band_com {
    border: 4px solid #2ca3ef;
    margin-bottom: 20px;
    height: 130px;
    margin-top: 20px;
    border-radius: 4px;
    width: 100%;
}

.noborder {
    border-right: 0px solid #34a5ef;
    height: 100%;
}

.top_h_t {
    font-size: 16px;
    color: #999999;
    padding: 20px 0 0px;
    text-align: center;
}

.img_bx {
    border-right: 1px solid #dadada;
    height: 100%;
    margin-top: 6px;
    padding: 10px 0;
}

.img_bx_i {
    margin-top: 1px;
    margin-left: 15px;
}

    .img_bx_i.car_nochk_bx {
        margin-left: 0px;
    }

.top_p_n {
    font-size: 48px;
    color: #ff6633;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    margin-top: -8px;
}

.no_odometer {
    margin-top: 5px;
    margin-top: 2px\0;
}

.top_p_n.no_odometer {
    margin-top: -3px;
}

.c_t {
    margin-bottom: 0px;
    padding: 19.5px 0 10px;
}

.check_bx {
    position: absolute;
    top: 5px;
    left: 5px;
}

    .check_bx .checkbox {
        margin: 0;
        padding: 0;
    }

.col-md-2.pad-right-10 {
    padding-right: 10px;
}

.pad_r_10 {
    padding-right: 10px;
}

.mar-10 {
    margin-top: 10px;
}

.pad-left-10 {
    padding-left: 10px;
}

.cmp_p_s {
    color: #2ca3ef;
    padding-right: 10px;
}

.custom-table-1 ul {
    padding-left: 25px;
    list-style-type: none;
}

    .custom-table-1 ul li {
        line-height: 20px;
    }

.search_icon {
    position: absolute;
    top: 5px;
    right: 25px;
    color: #2ca3ef;
}

.hide_d {
    float: right;
    color: #2ca3ef;
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    cursor: pointer;
}

.doc {
    list-style-type: none;
    margin-left: 10px;
    line-height: 30px;
}

.term_search .doc {
    list-style-type: none;
    margin-left: 5px;
    padding-left: 0px;
    line-height: 30px;
}

.doc li {
    font-size: 12px;
}

.doc img {
    margin-left: 20px;
}

    .doc img.dimg {
        margin-left: 26px;
    }

.addOnFilter span {
    font-size: 11px;
    color: #6d6b6b;
}

.h_d.mar-40 {
    margin-top: 20px;
}

.thumb {
    color: rgb(255, 102, 51);
    float: left;
    position: absolute;
    width: auto;
    padding-right: 1px;
    top: 58px;
    right: -2px;
}

    .thumb .text_t {
        color: rgb(0, 0, 0);
        font-size: 10px;
        margin-top: 3px;
        float: left;
        margin-right: 5px;
    }

.custom-table-1 td.cus_width {
    width: 30%;
}

.count_dc {
    font-weight: bold;
    color: #ff6630;
}

.cus_dises_l {
    float: left;
    width: 40%;
    margin-right: 10%;
}

.cus_dises_r {
    float: left;
    width: 50%;
}

.hcom_simple_popdiv {
}

.hcom_urgency_popup {
    border: medium none;
    bottom: 45px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-weight: bold;
    padding: 20px;
    position: fixed;
    right: 15px;
    width: 250px;
}

.fader {
    border: 2px solid #888;
    box-shadow: 0 0 7px #888;
    width: 350px;
    z-index: 100;
    background: none repeat scroll 0 0 #39c;
    border: medium none;
    border-radius: 6px;
    bottom: 45px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-weight: bold;
    opacity: 0.9;
    padding: 20px;
    position: fixed;
    right: 15px;
    width: 250px;
}

.hcom_simple_popdiv .arrow, .hcom_simple_popdiv .outer, .hcom_simple_popdiv .inner {
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
}

.hcom_simple_popdiv .outer, .hcom_simple_popdiv .inner {
    border-color: transparent;
    border-style: solid;
    border-width: 15px;
}

.hcom_simple_popdiv .arrow, .hcom_simple_popdiv .outer, .hcom_simple_popdiv .inner {
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
}

.hcom_simple_popdiv .inner {
    border-width: 14px;
}

#searchUrgencyPopupBox:after {
    content: "";
    height: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
}

.hcom_urgency_popup .close, #sense_of_urgency_close, #searchUrgencyPopupBox:after {
}

.hcom_urgency_popup a {
    color: #fff;
    display: block;
    font-weight: normal;
}

.city_m {
    background: none repeat scroll 0 0 #ff6633;
    float: left;
    margin-bottom: 6px;
    padding: 5px 20px;
    width: 100%;
}

.loc_d {
    font-size: 11px;
}

.city_a {
    width: 60%;
    float: left;
    font-size: 11px;
}

.city_b {
    width: 25%;
    float: left;
    font-size: 11px;
}

.city_c {
    width: 15%;
    float: left;
    font-size: 11px;
}

.twitter-typeahead {
    display: block !important;
}

.tt-hint {
    font-size: 11px;
    height: auto;
    padding: 5px 11px;
    visibility: hidden;
}

.tt-dropdown-menu {
    min-width: 100%;
    padding: 0px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow-y: auto;
    height: 210px;
}

.tt-suggestion {
    display: block;
    padding: 8px 20px;
    color: #363636;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
}

    .tt-suggestion:nth-child(even) {
        background: #f2f2f2;
    }

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #08c, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #08c, #0077b3);
        background-image: -o-linear-gradient(top, #08c, #0077b3);
        background-image: linear-gradient(to bottom, #08c, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

        .tt-suggestion.tt-is-under-cursor a {
            color: #fff;
        }

    .tt-suggestion p {
        margin: 0;
    }

.smart-grids .diffColClass {
    background: #abe16b !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    color: #626262;
}

#veh_reg_city .btn-group.bootstrap-select {
    margin-bottom: 0px;
}
/*#loader{height:88px;left:50%;margin-left:-50%;margin-top:-44px;position:absolute;text-align:center;top:50%;width:100%;}*/
#loader {
    min-height: 100%;
    left: 50%;
    margin-left: -50%;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 5;
    background: #ffffff;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    -moz-box-orient: vertical;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
}

    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        vertical-align: middle;
        *vertical-align: auto;
        position: relative;
    }

    .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
        *display: inline;
    }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
            display: -moz-inline-box;
            -moz-box-orient: vertical;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            visibility: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
            *display: inline;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
            text-align: left;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
            display: block;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
            display: block;
            -webkit-backface-visibility: hidden;
        }

        .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
            display: block;
            -webkit-transform: translateZ(1);
        }

            .odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
                position: absolute;
            }

    .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
    }

    .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
        -webkit-transition: -webkit-transform 2s;
        -moz-transition: -moz-transform 2s;
        -ms-transition: -ms-transform 2s;
        -o-transition: -o-transform 2s;
        transition: transform 2s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
}

    .odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
        text-align: center;
    }

.safari .odometer {
    margin-top: 5px;
}

.search_page_t .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

    .search_page_t .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .search_page_t .tooltip.top {
        padding: 5px 0;
        margin-top: 0px;
        width: auto;
    }

.search_page_t.travel .tooltip.top {
    padding: 5px 0;
    margin-top: -10px;
}

input:-webkit-autofill {
    background: #fff !important;
}

.search_page_t .tooltip-inner {
    min-width: 140px;
    width: auto;
    padding: 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #2CA3EF;
    color: #fff;
    border-radius: 2px;
}

.search_page_t .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.search_page_t .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: rgba(0, 0, 0, 0.9);
    border-width: 5px 5px 0;
}

#three_c {
    clear: both;
}

.top_m.modify_no {
    position: relative;
    width: 100px;
    float: right;
    top: 0px;
    margin-right: 35px;
}

.c_buy_top .top_m.modify_no {
    position: relative;
    width: 100px;
    float: right;
    top: 0px;
    margin-right: 35px;
}

.boxpoints {
    padding-left: 20px;
}

    .boxpoints li {
        margin-bottom: 5px;
    }

@media screen and (max-width:1024px) {
    .thumb {
        right: -2px;
    }

        .thumb .text_t {
            font-size: 0.8vw;
        }

    #sh3 .fa.fa-inr {
        font-size: 35px;
        top: 3px;
        position: relative;
    }
}

@media screen and (max-width:990px) {
    .col-md-9.col-md-push-3.cus_res_hlth {
        padding-bottom: 0px !important;
    }

    .col-md-3.border.m_a {
        float: left;
        width: 50%;
    }

    .col-md-2.border.c_o {
        width: 25%;
        float: left;
    }

    #sh4 {
        display: none !important;
    }

    .cus_res_hlth {
        padding: 0;
    }

        .cus_res_hlth .col-md-5 {
            width: 41%;
            float: left;
        }

        .cus_res_hlth .col-md-3 {
            width: 25%;
            float: left;
        }

        .cus_res_hlth .col-md-4 {
            width: 33%;
            float: left;
        }

        .cus_res_hlth .col-md-2 {
            width: 16%;
            float: left;
        }

        .cus_res_hlth .col-md-7 {
            width: 58%;
            float: left;
        }

        .cus_res_hlth .col-md-6 {
            width: 50%;
            float: left;
        }

    .sidebar.sidebar-left .inner {
        margin-top: 40px;
    }

    .img_bx_i {
        max-width: 70%;
        padding-bottom: 15px;
        margin-top: 2px;
    }
}

@media screen and (max-width:700px) {
    #search_sense_of_urgency_popup {
        display: none;
    }

    .search_icon {
        top: 10px;
    }

    .col-md-3.border.m_a {
        float: left;
        width: 50%;
    }

    .col-md-2.border.c_o {
        width: 25%;
        float: left;
    }

    #sh4 {
        display: none !important;
    }

    .thumb {
        right: -10px;
    }

    .cus_res_hlth .col-md-2 .logo_ins {
        display: none;
        width: 0px !important;
    }

    .plan_cmpre {
        display: none;
    }

    .anc {
        font-size: 16px;
        margin: 0px;
        padding: 25px 0px 0px 0px;
    }

    .col-md-5.plan {
        width: 25%;
    }

    .col-md-3.an {
        width: 75%;
    }

    .col-md-7.m_anc {
        width: 75%;
        padding-right: 0px;
    }

        .col-md-7.m_anc .col-md-4.pad_r_10 {
            padding-right: 5px;
        }

    .cus_res_hlth .accordion_a .col-md-7 {
        width: 100%;
        float: left;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .cus_res_hlth .accordion_a .col-md-5 {
        width: 100%;
    }

    .h_d.mar-40 {
        margin-left: 0px !important;
    }

    .doc {
        margin-left: 0px;
        padding-left: 5px;
    }

    #highlighted .container .accordion_a .col-md-12 {
        padding: 5px !important;
    }

    a.btn_offer_block.break_in {
        font-size: 9px !important;
        line-height: 23px !important;
        padding: 8px 5px;
    }
}

@media screen and (max-width:570px) {
    .hdfc_last_blk .col-submit.buy_online_last {
        padding: 0px;
        margin: 0px;
    }

    .hdfc_last_blk .col-back.buy_last_back {
        position: relative;
        left: 15px;
    }

    .cus_pay_sec .payment_hdfc {
        width: 100%;
    }
}

@media screen and (max-width:530px) {
    .col-md-4.pad_r_10 {
        padding: 0;
    }

    .col-md-5.plan {
        padding: 0px 0px 0px 5px;
    }

    #sh4, #search_sense_of_urgency_popup {
        display: none !important;
    }

    .col-md-2.border.c_o {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:430px) {
    .col-md-5.plan {
        font-size: 11px;
    }

    .col-md-3.an {
        font-size: 11px;
    }

    .col-md-7.m_anc {
        padding-right: 5px;
        padding-left: 5px;
    }

    .fa.fa-thumbs-up {
        position: absolute;
        float: left;
        bottom: 0px;
        right: 0px;
    }

    .thumb {
        position: absolute;
        width: auto;
        top: 58px;
        right: 0;
    }
}

@media screen and (max-width:404px) {
    .col-md-7.medical {
        display: none;
    }

    .down_cnt_up {
        display: none;
        position: absolute;
        top: 40px;
        right: -5px;
    }

    .down_cnt {
        width: 20px;
        font-size: 15px;
        top: 0px;
        height: auto;
        float: left;
        color: #999999;
        right: -6px;
        position: absolute;
    }

    .cus_res_hlth .col-md-6.no_pad_l {
        width: 33%;
    }

    .cus_res_hlth .col-md-4.pad_r_10 {
        width: 50%;
    }

    .cus_res_hlth .col-md-2 {
        width: auto;
        float: left;
    }

    .cus_res_hlth .col-md-6.no_pad_l {
        width: 50%;
        padding: 0;
    }

    .cus_res_hlth .col-md-4.pad_r_10 {
        width: auto;
        float: right;
    }
}

@media screen and (max-width:320px) {
    .col-md-7.medical {
        display: none;
    }
}

@media screen and (max-width:300px) {
    .down_cnt {
        display: none;
    }

    .col-md-7.medical {
        display: none;
    }
}

.post_msg {
    font-size: 12px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
}

#backgroundPopup {
    display: none !important;
    background: none repeat scroll 0 0 #333;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
}

#share_link {
    width: 404px;
    position: fixed;
    opacity: 1;
    z-index: 99999999;
    right: 5px;
    margin-left: -202px;
    bottom: 2px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(3, 146, 204, 0.52);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(3, 146, 204, 0.52);
    box-shadow: inset 0px 0px 4px 1px rgba(3, 146, 204, 0.52);
    behavior: url(/pie/PIE.htc);
}

.brdr_link {
    border: 1px solid #2f84ed;
    border-radius: 3px;
    padding: 10px;
}

#share_link-header {
    padding: 18px 18px 0px 18px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

    #share_link-header h2 {
        color: #444;
        font-size: 23px;
        margin-top: 0px;
        font-weight: 700;
        margin-bottom: 3px;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    }

    #share_link-header p {
        color: #847d7d;
        font-size: 13px;
        margin: 0;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
        text-shadow: none;
    }

#share_link .txt-fld {
    position: relative;
    width: 364px;
    padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}

#share_link .btn-fld {
    width: 254px;
    overflow: hidden;
    padding: 12px 20px 12px 130px;
}

#share_link .txt-fld label {
    display: block;
    float: left;
    width: 90px;
    padding-top: 8px;
    color: #222;
    font-size: 1.3em;
    text-align: left;
}

#share_link .txt-fld input {
    width: 244px;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Ubuntu", sans-serif;
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

    #share_link .txt-fld input.good_input {
        background: #DEF5E1 url(good.png) 236px center no-repeat;
    }

    #share_link .txt-fld input.error_input {
        background: #FDE0E0;
    }

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(close_window.png);
    z-index: 2;
}

#share_link .box {
    padding: 18px;
    color: #201f1f;
}

    #share_link .box ul {
        list-style: none;
        margin-left: 0px;
        padding-left: 0px;
        font-size: 14px;
        color: #201f1f;
    }

#strengths li {
    padding-left: 10px;
    line-height: 140%;
    margin-bottom: 2px;
}

#share_link-ct .header {
    position: relative;
    _height: 58px;
    min-height: 58px;
    float: left;
    padding: 15px 0 15px 0px;
}

    #share_link-ct .header a {
        color: #707070;
        text-decoration: none;
        outline: 0;
    }

    #share_link-ct .header img {
        border: 0;
        float: left;
        border-radius: 4px;
    }

.header .profile .p-name {
    font-size: 16px;
    color: #292f33;
    font-weight: bold;
    line-height: 16px;
}

.header .profile .p-nickname {
    font-size: 14px;
    color: #707070;
}

.header b, .header i {
    font-style: normal;
    font-weight: normal;
}

.header .profile .p-nickname::before {
    white-space: pre;
    content: "\A";
}

a.u-url.profile {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.full-name {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.soc_link {
    padding: 10px 0px 8px 0px;
    float: left;
    width: 100%;
}

.fac_link {
    width: auto;
    float: left;
    margin-top: 5px;
}

.twi_link {
    width: 100px;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.mob_show_p {
    display: none;
}

.desk_show_p {
    display: block;
}

/*New slide pop-up*/
#share_link_new {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 0px 15px 1px #b1b1b1;
    position: fixed;
    bottom: 35px;
    right: 15px;
    width: 375px;
    z-index: 99999999;
    margin-top: 50px;
}

.share_link_header {
    background: #7ac0ec;
    padding: 8px 20px;
    color: #021420;
    font-size: 15px;
}

.modal_close {
    background: rgba(0, 0, 0, 0) url("close.png") no-repeat scroll 0 0;
    display: block;
    height: 13px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 13px;
    z-index: 2;
}

.share_link_hi {
    text-shadow: 1px 0px 1px #ffffff;
}

.share_link_name {
    font-weight: bold;
    text-shadow: 1px 0px 1px #ffffff;
}

.share_link_found {
    font-size: 14px;
}

.share_link_mid {
    padding: 8px 20px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
    float: left;
}

.share_link_tp_cont {
    color: #353738;
    font-size: 14px;
    padding-top: 5px;
}

.share_link_bt_cont {
    color: #686b6c;
    font-size: 14px;
}

#share_link_new .header_share {
    float: left;
    min-height: 54px;
    padding: 15px 0;
    position: relative;
    padding: 0px 20px;
}

    #share_link_new .header_share a {
        color: #707070;
        outline: 0 none;
        text-decoration: none;
    }

    #share_link_new .header_share img {
        border: 0 none;
        border-radius: 4px;
        float: left;
    }

.full-name-share {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    width: 80%;
}

.header_share .profile {
    float: left;
}

    .header_share .profile .p-name {
        color: #4a4b4b;
        font-size: 12px;
        line-height: 14px;
        padding-top: 8px;
        float: left;
        width: 100%;
    }

    .header_share .profile .p-nickname span {
        color: #1c72a8;
        font-size: 12px;
    }

    .header_share .profile .p-nickname {
        color: #848586;
        font-size: 12px;
    }

#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
}

#jr_inner {
    font-family: "Ubuntu", sans-serif;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box;
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

#jr_inner p {
    padding: 5px;
    margin: 0;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #jr_inner ul li {
        cursor: pointer;
        float: left;
        width: 120px;
        height: 122px;
        margin: 0 10px 10px 10px;
        padding: 0;
        text-align: center;
    }

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

    #jr_inner li a:hover {
        text-decoration: underline;
    }

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
}

    #jr_close a {
        color: #000;
        display: block;
        width: auto;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #jr_close p {
        padding: 10px 0 0 0;
        margin: 0;
    }

.follow_g_link {
    display: none;
}

@media (min-width:992px) {
    .mobile-toggle-trigger, .btn-navbar, .navbar-btn {
        display: none;
    }

    #jPanelMenu-menu {
        display: none;
    }

    .navbar-collapse, .navbar-collapse.collapse, .navbar-collapse.in {
        display: block !important;
        padding: 0;
        margin: 0;
        clear: none;
        overflow-y: visible;
        overflow-x: visible;
        width: auto;
    }

    .navbar-nav, #main-menu {
        float: left;
    }

        .navbar-nav > li, #main-menu > li {
            float: left;
            border: none;
        }

            .navbar-nav > li.home-link, #main-menu > li.home-link {
                display: block !important;
            }

                .navbar-nav > li.home-link a, #main-menu > li.home-link a, .navbar-nav > li.home-link a:link, #main-menu > li.home-link a:link, .navbar-nav > li.home-link a:focus, #main-menu > li.home-link a:focus {
                    padding: 0;
                    margin: 0;
                }

                    .navbar-nav > li.home-link a i, #main-menu > li.home-link a i, .navbar-nav > li.home-link a:link i, #main-menu > li.home-link a:link i, .navbar-nav > li.home-link a:focus i, #main-menu > li.home-link a:focus i {
                        margin: 0;
                        display: block;
                        text-align: center;
                        color: #55a79a;
                        font-size: 20px;
                        padding: 16px 20px;
                    }

                    .navbar-nav > li.home-link a:hover, #main-menu > li.home-link a:hover, .navbar-nav > li.home-link a:link:hover, #main-menu > li.home-link a:link:hover, .navbar-nav > li.home-link a:focus:hover, #main-menu > li.home-link a:focus:hover {
                        background: transparent;
                    }

                        .navbar-nav > li.home-link a:hover i, #main-menu > li.home-link a:hover i, .navbar-nav > li.home-link a:link:hover i, #main-menu > li.home-link a:link:hover i, .navbar-nav > li.home-link a:focus:hover i, #main-menu > li.home-link a:focus:hover i {
                            color: #fff;
                        }

            .navbar-nav > li:first-child, #main-menu > li:first-child {
                border-left: none;
            }

            .navbar-nav > li:last-child, #main-menu > li:last-child {
                border-right: none;
            }

            .navbar-nav > li > a, #main-menu > li > a {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 0px 25px;
                margin: 0;
                font-size: 16px;
                line-height: 33px;
                font-weight: normal;
                text-transform: none;
                color: #fff;
                margin-left: -1px;
                border-top: 0px solid transparent;
                border-right: 0px solid;
                background: url("line.jpg") no-repeat scroll right 9px rgba(0, 0, 0, 0);
            }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .navbar-nav > li > a, #main-menu > li > a {
            padding: 0px 25px;
        }
    }

    .navbar-nav li a.last {
    }

    .navbar-nav > li > a:hover, #main-menu > li > a:hover, .navbar-nav > li.active > a, #main-menu > li.active > a {
        color: #000;
        margin-left: -1px;
        background-color: #fff;
        border-color: transparent;
    }

    .navbar-nav > li > a:focus {
        color: #000;
        margin-left: -1px;
        background-color: #1c82c3;
        border-color: transparent;
    }

    .navbar-nav > li > a:hover .caret, #main-menu > li > a:hover .caret, .navbar-nav > li.active > a .caret, #main-menu > li.active > a .caret {
        border-top-color: #fff;
    }

    .navbar-nav > li > a:focus, #main-menu > li > a:focus {
    }

    .navbar-nav > li.open > .dropdown-toggle, #main-menu > li.open > .dropdown-toggle, .navbar-nav > li.open.active > .dropdown-toggle, #main-menu > li.open.active > .dropdown-toggle, .navbar-nav > li.open > .dropdown-toggle, #main-menu > li.open > .dropdown-toggle, .navbar-nav > li.open.active > .dropdown-toggle, #main-menu > li.open.active > .dropdown-toggle {
        background: #fff;
        color: #1b1b1b;
        border-top-color: #ff6835;
        border-right-color: #fff;
    }

    .dropdown-menu {
        margin-top: 3px;
        padding: 8px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        left: -401px;
        margin-left: -1px;
        border: none;
        border-bottom: 2px solid #ff6835;
        min-width: 250px;
        color: #464646;
        color: rgba(27, 27, 27, 0.8);
        background: #fff;
        position: absolute;
    }

        .dropdown-menu:before, .dropdown-menu:after {
            display: none;
        }

        .dropdown-menu li {
            border-left: none;
            border-right: none;
            border-bottom: none;
            float: none;
        }

            .dropdown-menu li span {
                display: block;
            }

            .dropdown-menu li strong {
                font-weight: bold;
            }

            .dropdown-menu li a, .dropdown-menu li a.menu-item {
                margin: 0;
                padding: 8px 15px !important;
                font-size: 12px;
                font-weight: bold;
                text-transform: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                -webkit-box-shadow: 0;
                box-shadow: 0;
                background-image: -webkit-linear-gradient(top, #fff 0, #f7f7f7 100%);
                background-image: linear-gradient(to bottom, #fff 0, #f7f7f7 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
                border-bottom: 1px solid #e6e6e6;
                color: #1b1b1b;
            }

                .dropdown-menu li a:before, .dropdown-menu li a.menu-item:before {
                    font-family: FontAwesome;
                    font-size: 12px;
                    color: rgba(27, 27, 27, 0.6);
                    width: 30px;
                    height: 30px;
                    content: "\f105";
                    padding-right: 10px;
                }

                .dropdown-menu li a.img-link, .dropdown-menu li a.menu-item.img-link {
                    padding: 0;
                    background: #fff;
                    display: block;
                }

                    .dropdown-menu li a.img-link:before, .dropdown-menu li a.menu-item.img-link:before {
                        content: '';
                    }

                    .dropdown-menu li a.img-link:hover, .dropdown-menu li a.menu-item.img-link:hover {
                        background: #fafafa;
                    }

                .dropdown-menu li.active > a, .dropdown-menu li.active > a:hover, .dropdown-menu li.active > a:focus, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus, .dropdown-menu li a:hover, .dropdown-menu li a.menu-item:hover {
                    color: #010101;
                    border-bottom-color: #d9d9d9;
                    background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
                    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
                    background-repeat: repeat-x;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
                    text-decoration: none;
                }

                    .dropdown-menu li.active > a:before, .dropdown-menu li.active > a:hover:before, .dropdown-menu li.active > a:focus:before, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:before, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:hover:before, .dropdown-menu li.dropdown-submenu .dropdown-menu .active > a:focus:before, .dropdown-menu li a:hover:before, .dropdown-menu li a.menu-item:hover:before {
                        color: #55a79a;
                    }

        .dropdown-menu [class*="col-"] {
            float: left;
            padding: 10px;
        }

        .menu-title, .dropdown-header, .dropdown-menu li.menu-title, .dropdown-menu li.dropdown-header, .dropdown-footer, .dropdown-menu li.dropdown-footer {
            font-weight: bold;
            font-size: 12px;
            padding: 5px 10px;
            margin-top: 10px;
            margin-bottom: 5px;
            border-bottom: 2px solid #e6e6e6 !important;
            display: block;
            float: none;
            color: #1b1b1b;
        }

            .menu-title:first-child, .dropdown-header:first-child, .dropdown-menu li.menu-title:first-child, .dropdown-menu li.dropdown-header:first-child, .dropdown-footer:first-child, .dropdown-menu li.dropdown-footer:first-child {
                margin-top: 0;
            }

        .dropdown-footer, .dropdown-menu li.dropdown-footer {
            border: none;
            border-top: 2px solid #e6e6e6;
            font-weight: 100;
            margin-bottom: 0;
            font-size: 11px;
        }

            .dropdown-footer:first-child, .dropdown-menu li.dropdown-footer:first-child {
                margin-top: 10px;
            }

    .mega-menu .menu-title, .mega-menu .dropdown-header, .mega-menu li.menu-title, .mega-menu li.dropdown-header {
        font-size: 14px;
        padding: 10px;
    }

    .mega-menu .dropdown-footer, .mega-menu li.dropdown-footer {
        font-size: 11px;
    }

    .mega-menu {
        min-width: 550px;
        max-width: 700px;
    }

        .mega-menu.other {
            min-width: 690px;
            max-width: 700px;
        }

    .dropdown-menu .dropdown-submenu {
        position: relative;
    }

        .dropdown-menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -5px;
            margin-left: 10px;
            padding: 8px;
        }

            .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-right {
                top: 0;
                left: 100%;
            }

            .dropdown-menu .dropdown-submenu > .dropdown-menu.dropdown-menu-left {
                top: 0;
                left: auto;
                right: 100%;
                margin-left: 0;
                margin-right: 10px;
            }

        .dropdown-menu .dropdown-submenu > a:after {
            border-color: transparent transparent #55a79a transparent;
        }

        .dropdown-menu .dropdown-submenu.open li a, .dropdown-menu .dropdown-submenu.open li a:focus {
            background-image: -webkit-linear-gradient(top, #fff 0, #f7f7f7 100%);
            background-image: linear-gradient(to bottom, #fff 0, #f7f7f7 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
            padding: 8px 15px !important;
            color: #1b1b1b;
        }

            .dropdown-menu .dropdown-submenu.open li a:hover, .dropdown-menu .dropdown-submenu.open li a:focus:hover {
                background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
                background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
                color: #010101;
                border-bottom-color: #d9d9d9;
            }

        .dropdown-menu .dropdown-submenu.open > a, .dropdown-menu .dropdown-submenu.open > a:focus, .dropdown-menu .dropdown-submenu.open > a:hover {
            color: #010101;
            border-bottom-color: #d9d9d9;
            background-image: -webkit-linear-gradient(top, #fff 0, #e6e6e6 100%);
            background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
            text-decoration: none;
        }

            .dropdown-menu .dropdown-submenu.open > a:before, .dropdown-menu .dropdown-submenu.open > a:focus:before, .dropdown-menu .dropdown-submenu.open > a:hover:before {
                content: "\f105";
                color: rgba(27, 27, 27, 0.6);
                margin-left: 0;
            }

    .nav > .dropdown-right {
        position: relative;
    }

    .nav > .dropdown-full.open > a:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.15);
        position: absolute;
        top: -7px;
        left: 12px;
    }

    .nav > .dropdown-full.open > a:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 13px;
    }

    .nav > .dropdown-full.open > a:before, .nav > .dropdown-full.open > a:after {
        top: auto;
        bottom: -2px;
    }

    .nav > .dropdown-full .dropdown-menu, .nav > .dropdown-full .mega-menu {
        right: 0;
        left: 0;
        max-width: 100%;
    }

        .nav > .dropdown-full .dropdown-menu:before, .nav > .dropdown-full .mega-menu:before, .nav > .dropdown-full .dropdown-menu:after, .nav > .dropdown-full .mega-menu:after {
            display: none;
        }

    .nav > .dropdown-pad .dropdown-menu, .nav > .dropdown-pad .mega-menu {
        padding: 1em;
    }

        .nav > .dropdown-pad .dropdown-menu li:first-child a, .nav > .dropdown-pad .mega-menu li:first-child a {
            border-top: 1px solid #e6e6e6;
        }
}

@media (min-width:768px) {
    #navigation .header {
        height: auto;
        margin-bottom: 0px;
    }

    #navigation .navbar-brand, #navigation .slogan {
        float: left;
    }

    #navigation .slogan {
        margin: 8px 0 0 1em;
        padding: 17px 0 8px 1em;
        border-left: 0px solid #e6e6e6;
        font-size: 18px;
        color: #000;
        float: left;
        text-align: left;
    }

    .acct_login_signup_profile {
        position: absolute;
        right: 0;
    }

    .review_plicy_btn a {
        position: relative;
        font-size: 16px;
        right: 50px;
        top: 22px;
        padding: 4px 0;
    }

        .review_plicy_btn a:hover {
            color: #ff6634 !important;
            text-decoration: none;
        }

    .already_signed_acct_txt {
        float: right;
        margin: 20px 0 8px 1em;
        padding: 4px 0;
    }

        .already_signed_acct_txt a {
            color: #ff6634;
            padding: 5px 30px;
            border: 1px solid #ff6634;
        }

            .already_signed_acct_txt a:hover {
                background: #ff6634;
                color: #fff;
                text-decoration: none;
            }

    .already_signed_txt_profile {
        float: right;
        margin: 19px 0 8px 1em;
    }

        .already_signed_txt_profile img {
            border-radius: 50%;
            background: #ccc;
        }

    .just_dial .slogan img {
        position: relative;
        top: -5px;
    }

    #navigation.just_dial .slogan {
        margin: 0px;
        padding: 13px 0 8px 1em;
    }

    .just_dial .header-inner {
        border-bottom: 1px solid #999999;
        padding-bottom: 10px;
    }

    #navigation .navbar {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #navigation .navbar-full-width .navbar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #navigation .user-menu {
        padding: 0;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .already_signed_acct_txt {
        margin: 21px 0 8px 1em;
    }

    .review_plicy_btn a {
        right: 60px;
    }
}

@media (max-width:1200px) {
    .navbar-nav > li > a, #main-menu > li > a {
        font-size: 15px;
    }

    .dropdown-menu.other {
        left: -571px;
        margin-left: -1px;
    }

    .dropdown-menu {
        left: -415px;
    }

    .top_p_n {
        font-size: 40px;
    }

    .review_plicy_btn a {
        margin: 20px 0px 8px 1em;
        right: 44px;
    }
}

@media (max-width:990px) {
    .dropdown-menu.other {
        left: 0px;
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .slicknav_nav .dropdown-menu.other {
        margin-left: 0px;
    }

    .dropdown-menu {
        left: 0px;
        position: relative;
    }

    .top_band {
        height: auto;
    }

    .border {
        border-right: 0px solid #34a5ef;
        text-align: center;
    }

    .col-md-5.noborder {
        width: 400px;
        position: relative;
        left: 50%;
        margin-left: -200px;
    }

    .top_h_t {
        text-align: center !important;
    }
}

@media screen and (max-width:990px) {
    .fa.fa-sort-desc.po {
        display: none;
    }

    .center h3 {
        font-size: 27px !important;
    }

    .center.no-margin h3 {
        margin-bottom: 30px;
    }

    .personal-accident-form #c_ch_f {
        max-width: 235px;
        left: auto;
        right: 0px;
    }

    .acct_login_signup_profile {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .desk_cal {
        display: none;
    }

    .mob_cal {
        display: block;
    }

    .center h3 {
        font-size: 20px !important;
        line-height: 35px;
    }

    .center.no-margin h3 {
        margin-bottom: 20px;
        margin-top: 0px;
    }
}

@media screen and (max-width:1200px) {
    .subfooter ul {
        margin: 0px;
    }

    .subfooter .list-inline > li {
        margin-left: 0;
    }

    .one_fourth.a {
        width: 18%;
    }

    .one_fourth.b {
        width: 27%;
    }

    .one_fourth.c {
        width: 27%;
    }

    .one_fourth.d {
        width: 21%;
    }

    .one_fourth, .one_half, .three_fourth {
        margin-right: 16px;
    }
}

@media screen and (max-width:700px) {
    #backgroundPopup, #share_link_new {
        display: none !important;
    }

    #highlighted .container .col-md-12, #highlighted .container .col-md-11 {
        padding: 0px !important;
    }

        #highlighted .container .col-md-12.ask_head {
            padding: 0px 7px !important;
        }

    h1.col-md-11 {
        margin-top: 10px;
    }

    .home_g_text_t, .home_g_text_b {
        font-size: 20px !important;
        line-height: 35px;
        margin-top: 0px;
    }

    .center h3 {
        font-size: 20px !important;
        line-height: 45px;
        margin-top: 0px;
    }

    .choice .years li {
        line-height: 22px;
    }

    #c_ch {
        left: 50% !important;
        width: 205px;
        display: block;
        margin-left: -104px;
        top: 50%;
        margin-top: -100px;
    }

    #c_ch_l {
        left: 50% !important;
        max-width: 350px;
        width: 400px;
        display: block;
        margin-left: -278px;
    }

    .m_h {
        float: left;
        text-align: center;
        width: 100%;
    }

    #clickk_f {
        position: relative;
        width: 100%;
        float: left;
    }

    .personal-accident-form #clickk_f {
        position: relative;
        width: 100%;
        float: none;
    }

    .choice.g {
        left: 50% !important;
        margin-left: -60px;
    }
}

@media screen and (max-width:480px) {
    ol.numbered {
        padding: 0 0 0 10px;
    }

    .top_p_n {
        font-size: 30px;
    }

    .col-md-5.noborder {
        width: 300px;
        margin-left: -150px;
    }

    .ui-state-default.ui-autocomplete-input {
        width: auto !important;
    }

    #c_ch_l {
        max-width: 250px !important;
        margin-left: -125px;
        position: absolute;
        width: 250px !important;
    }

    .personal-accident-form #clickk_f {
        position: static !important;
    }

    .personal-accident-form #c_ch_f {
        max-width: 235px;
        left: 50%;
        margin-left: -117px;
    }

    #clickk_l {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:450px) {
}

@media only screen and (max-width:799px) {
    .block.clients .carousel-wrapper, .block.portfolio .carousel-wrapper {
        margin-right: 60px;
        margin-left: 60px;
    }

    .cen {
        text-align: left;
    }

    .pos {
        left: 50%;
        margin-left: -50%;
    }

    .left80 {
        margin-left: 0px;
    }

    .slideshow .nivo-directionNav a, html * .slideshow .ls-nav-prev, html * .slideshow .ls-nav-next, .block.clients .prev, .block.clients .next, .block.portfolio .prev, .block.portfolio .next {
        position: absolute;
        top: 0;
        overflow: hidden;
        font-size: 0;
        width: 30px;
        height: 100%;
        text-indent: 30px;
        background: none;
        text-decoration: none;
    }

    .block.portfolio .prev, .block.portfolio .next {
        height: 270px;
    }

    html * .slideshow .ls-nav-prev, html * .slideshow .ls-nav-next {
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }

        .slideshow .nivo-directionNav a.nivo-nextNav:before, .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-nav-prev:before, html * .slideshow .ls-nav-next:before, .block.clients .prev:before, .block.clients .next:before, .block.portfolio .prev:before, .block.portfolio .next:before {
            position: absolute;
            left: 0;
            top: 50%;
            font-family: 'FontAwesome';
            font-weight: normal;
            text-align: left;
            text-indent: 0;
            font-size: 16px;
            line-height: 28px;
            width: 28px;
            margin-top: -15px;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15x;
            text-align: center;
        }

        .slideshow .nivo-directionNav a.nivo-nextNav:before, .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-nav-prev:before, html * .slideshow .ls-nav-next:before {
            border-color: transparent;
            color: transparent;
        }

        .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-nav-prev:before, .block.clients .prev:before, .block.portfolio .prev:before {
            content: '\f060';
        }

        .slideshow .nivo-directionNav a.nivo-nextNav:before, html * .slideshow .ls-nav-next:before, .block.clients .next:before, .block.portfolio .next:before {
            content: '\f061';
            text-indent: 6px;
        }

    .slideshow .nivo-directionNav a.nivo-prevNav, html * .slideshow .ls-nav-prev {
        left: 15px;
    }

    .slideshow .nivo-directionNav a.nivo-nextNav, html * .slideshow .ls-nav-next {
        right: 15px;
    }

    .block.clients .prev {
        left: -45px;
        border: 1px solid #c5c6c6;
        height: 28px;
        top: 70px;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        behavior: url(/pie/PIE.htc);
    }

    .block.clients .next {
        right: -45px;
        border: 1px solid #c5c6c6;
        height: 28px;
        top: 70px;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        behavior: url(/pie/PIE.htc);
    }

    .block.portfolio .prev {
        left: -45px;
    }

    .block.portfolio .next {
        right: -45px;
    }
}

html * .ls-container .ls-nav-prev:before, html * .ls-container .ls-nav-next:before, .block.clients .prev:before, .block.clients .next:before, .block.portfolio .prev:before, .block.portfolio .next:before {
    border-color: #c5c6c6;
    color: #c5c6c6;
}

@media only screen and (max-width:799px) {
    .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-nav-prev:before, .block.clients .prev:before, .block.portfolio .prev:before {
        content: '\f060';
    }
}

@media only screen and (max-width:799px) {
    .slideshow .nivo-directionNav a.nivo-nextNav:before, .slideshow .nivo-directionNav a.nivo-prevNav:before, html * .slideshow .ls-nav-prev:before, html * .slideshow .ls-nav-next:before, .block.clients .prev:before, .block.clients .next:before, .block.portfolio .prev:before, .block.portfolio .next:before {
        position: absolute;
        left: 0;
        top: 50%;
        font-family: 'FontAwesome';
        font-weight: normal;
        text-align: left;
        text-indent: 0;
        font-size: 16px;
        line-height: 28px;
        width: 28px;
        margin-top: -15px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15x;
        text-align: center;
    }
}

@media screen and (min-width:480px) and (max-width:719px) {
    .one_fourth, .one_third, .one_half, .two_third, .three_fourth {
        margin-right: 0;
    }

    .one_fourth {
        width: 100%;
    }

    .one_third {
        width: 100%;
    }

    .one_half {
        width: 100%;
    }

    .two_third {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .full_width {
        width: 100%;
    }

    .service {
        margin: 0px;
    }

    #feature-pannels li .info {
        max-width: 100%;
    }
}

@media screen and (max-width:480px) {
    .one_fourth, .one_third, .one_half, .two_third, .three_fourth {
        margin-right: 0;
    }

    .one_fourth {
        width: 100%;
    }

    .one_third {
        width: 100%;
    }

    .one_half {
        width: 100%;
    }

    .two_third {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .full_width {
        width: 100%;
    }

    .service {
        margin: 0px;
    }

    .node-2 p strong {
        color: #ff6102;
        font-size: 20px;
        font-weight: normal;
        line-height: 35px;
    }

        .node-2 p strong:after {
            padding-bottom: 20px;
        }

    .service {
        float: left;
        width: 33.33%;
    }
}

@media (min-width:768px) {
    .font-mus {
        font-size: 30px;
    }

    .fh1 {
        font-size: 20px;
    }

    .service {
        float: left;
    }
}

@media screen and (max-width:767px) {
    .font-mus {
        font-size: 30px;
    }

    .fh1 {
        font-size: 20px;
    }

    #footer {
        display: none;
    }

    #bottom .widget_recent_entries li a, #bottom .widget_categories li a, #bottom .widget_pages li a, #bottom .widget_subpages li a, #bottom .widget_archive li a, #bottom .widget_links li a, #bottom .widget_rss li a, #bottom .widget_meta li a, #bottom .loginform li a, #bottom .widget_nav_menu li a {
        padding: 8px 0 5px 20px;
    }
}

@media (min-width:992px) {
    .font-mus {
        font-size: 35px;
    }

    .fh1 {
        font-size: 20px;
    }

    .service {
        float: left;
    }
}

@media screen and (max-width:992px) {
    #footer {
        display: none;
    }

    .acct_nav_right {
        display: block;
        position: relative;
        top: -3px;
    }
}

@media (min-width:1200px) {
    .font-mus {
        font-size: 40px;
    }

    .fh1 {
        font-size: 25px;
    }

    .service {
        float: left;
    }
}

@media screen and (max-width:1200px) {
    .navbar-nav > li > a, #main-menu > li > a {
        padding: 0px 15px;
    }

    .service {
        float: left;
        margin: 0px 24px 0px 0px;
    }
}

@-moz-document url-prefix() {
    .widget img.img_t { /*height:124px;*/
        margin-top: 16px;
        width: 200px;
    }
}

@media screen and (max-width:1199px) {
    .widget img.img_t { /*height:115px;*/
        margin-top: 16px;
        width: 200px;
    }

    .center h1 {
        font-size: 44px !important;
    }

    @-moz-document url-prefix() {
        .widget img.img_t { /*height:115px;*/
            margin-top: 16px;
            width: 220px;
        }
    }

    .home_news_content .widget img.img_t {
        max-width: 100% !important;
    }

    .home_news_content .comnt {
        max-width: 100% !important;
    }

    .widget img {
        max-width: 100%;
    }

    .home_news_content .art_cnt {
        min-height: 256px;
    }

        .home_news_content .art_cnt.widget.video {
            min-height: 256px;
        }
}

@media screen and (max-width:990px) {
    #navigation .slogan {
        color: #000;
        font-size: 11px;
        margin: 0;
        padding: 4px 0;
        text-align: center !important;
        width: 100%;
    }

    .col-md-12.no_pad_l {
        margin-top: 0px !important;
    }

    .center h1 {
        font-size: 35px !important;
    }

    .subfooter ul {
        margin: 0px;
    }

    .widget img.img_t { /*height:135px;margin-top:0px;*/
        width: 100%;
    }

    .one_fourth, .one_fourth.a, .one_fourth.b, .one_fourth.c, .one_fourth.d {
        width: 47.5%;
    }

    .one_fourth, .one_half, .three_fourth {
        margin-right: 2.5%;
    }

    .col-md-4.mar-25, .col-md-6.mar-25 {
        float: left;
        width: 100%;
    }

    .icon.ipad {
        display: none;
    }

    .groupList {
        display: block;
    }

    .col-md-12.no_pad_l {
        padding: 0;
    }

    .col-md-9.pad-30_a.no_pad_l, .container.mar-20.ce .col-md-3 {
        text-align: center;
        display: none;
    }

    .mar-30.fh1 {
        margin-top: 30px;
    }

    .service {
        float: left;
        width: 20%;
        margin: 0;
    }

    .slogan.col-md-8 {
        display: block;
    }

    .mdslo {
        color: #ffffff;
        display: block;
        left: 50%;
        margin-left: -68px;
        opacity: 1;
        padding: 2px 0 0;
        position: absolute;
        width: 137px;
        z-index: 1;
    }

        .mdslo img {
            max-width: 100px;
        }

    #navigation .navbar-brand {
        text-align: left;
        display: none;
    }

    #navigation.search_page_h .navbar-brand, #navigation.search_page_h .mdslo {
        display: block;
        text-align: center;
        width: 100%;
    }

    #navigation.search_page_h .slogan {
        display: none;
    }

    .search_page_t .col-md-3.border.m_a {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }

    .home_news_content .art_cnt.widget.video {
        min-height: 260px;
    }

    .home_news_content .art_cnt {
        min-height: 260px;
    }

    .search_page_t .col-md-9 {
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding: 0px;
    }

    .mds {
        display: block;
        margin: -10px 0px 15px 0px;
        padding: 0;
        text-align: left;
    }

    .mdn {
        display: none;
    }

    .art_cnt.widget.video {
        width: 50%;
    }

    .home_news_content .art_cnt {
        width: 50%;
    }

    #feature-pannels li .circle-area, #feature-pannels li .info {
        float: none;
        max-width: 100%;
        text-align: center;
        font-size: 1.111em;
    }

    #feature-pannels li {
        float: left;
        width: 100%;
    }

    .fa.fa-sort-asc.po {
        display: none;
    }

    .navbar, .full-width {
        background: #2ca3ef;
        padding: 2px 0px;
        min-height: 48px;
    }
}

@media screen and (max-width:600px) {
    .service {
        float: left;
        width: 33.33%;
        margin: 0;
    }
}

@media screen and (max-width:700px) {
    .art_cnt.widget.video {
        width: 100%;
    }

    .one_fourth, .one_fourth.a, .one_fourth.b, .one_fourth.c, .one_fourth.d {
        width: 100%;
    }

    .home_news_content .art_cnt {
        width: 100%;
    }
}

@media screen and (max-width:740px) {
    .center h1 {
        font-size: 28px !important;
    }

    .alert_cmp_sr {
        height: auto;
        left: 50%;
        margin-left: -240px;
        padding: 25px;
        position: absolute;
        top: 10%;
        width: 480px;
        margin-top: 0;
    }
}

@media screen and (max-width:600px) {
    .service {
        width: 33.33%;
    }
}

@media screen and (max-width:480px) {
    #clickk_occupation .choice.self.l {
        left: 50%;
        top: 50%;
        margin-top: -241px;
        margin-left: -150px;
    }

    .alert_cmp_sr {
        height: auto;
        left: 50%;
        margin-left: -140px;
        margin-top: 0;
        padding: 25px;
        position: absolute;
        top: 10%;
        width: 280px;
    }
}

@media screen and (max-width:640px) {
    .cus_tb {
        min-height: 24px !important;
        padding-bottom: 10px !important;
    }

    .critical_ill .center h1 {
        font-size: 26px !important;
        text-align: left !important;
    }

    .anc {
        padding: 15px 0 0 !important;
    }

    .c_t {
        margin-bottom: 0;
        padding: 10px 0 !important;
    }

    .pos1 .c_t {
        padding: 0px !important;
    }

    .mobile_search_top {
        display: block;
    }

    .full-width.mob_dis, .search_page_t .col-md-3.border.m_a, .top_band_com {
        display: none !important;
    }

    #navigation.search_page_h .slogan {
        color: #fff;
        display: block;
        text-align: right !important;
        float: right;
        font-size: 8.5px;
        line-height: 30px;
        padding: 0;
        width: 80%;
    }

    #navigation.search_page_h .navbar-brand, #navigation.search_page_h .mdslo {
        display: block;
        float: left;
        height: 31px;
        margin: 0;
        text-align: left;
        width: 20%;
    }

        #navigation.search_page_h .navbar-brand img, #navigation.search_page_h .mdslo img {
            max-width: 60px;
            margin-top: -17px;
        }

    .mobile_plan_display {
        border-radius: 2px !important;
        margin-top: 0px !important;
        line-height: 25px;
        margin-top: 0 !important;
        padding: 5px 0 30px !important;
    }

    #prdt_dis {
        margin-top: 0px !important;
    }

    .col-md-5.plan, .col-md-3.an {
        font-size: 11px !important;
    }

    .sort_div .fa-sort-desc {
        position: relative;
        top: -1px;
    }

    .sort_div .fa-sort-asc {
        position: relative;
        top: 8px;
    }

    .col-md-5 .sub_tit {
        display: none;
    }

    .down_cnt {
        font-size: 18px !important;
        top: 1px;
        margin: 15px 0 0 !important;
    }

    a.btn_offer_block { /*text-indent:-9999px;line-height:7px;*/
    }
    /*.windows a.btn_offer_block{text-indent:-9999px;line-height:7px !important;}*/
    .msie10 a.btn_offer_block {
        text-indent: -9999px;
        line-height: 10px !important;
    }

    .btn_offer_block i {
        display: none;
    }
    /*.btn_offer_block:after{content:'Select';text-indent:0;display:block;line-height:initial;}
.b_t_bo .btn_offer_block:after{content:'Buy Now';text-indent:0;display:block;line-height:initial;}
.b_t_bo .btn_offer_block.Shortlist:after{content:'Shortlist';text-indent:0;display:block;line-height:initial;}*/
    .btn_offer_block.break_in:after {
        content: '';
        text-indent: 0;
    }

    a.btn_offer_block.break_in {
        text-indent: 0;
    }

    a.btn_offer_block {
        text-align: center;
        margin: 12px auto 0 !important;
        font-size: 13px;
    }

    .health .h_s_buy_n {
        float: right !important;
        width: 40% !important;
    }

    .ulip .h_s_buy_n {
        float: right !important;
        width: 40% !important;
    }

    .travel .t_s_buy_n {
        float: right !important;
        width: 40% !important;
    }

    .cus_res_hlth .col-md-2 {
        float: left;
        width: 12px !important;
    }

    .p_details_icn {
        display: none;
    }

    .ulip .down_cnt {
        right: 0px;
        text-align: left;
    }

    .down_cnt {
        color: #f63 !important;
    }

    .thumb {
        display: none !important;
    }

    .pad-left-10 {
        padding-left: 5px;
    }

    .search_page_t .container {
        padding: 0px 7px !important;
    }
}

@media screen and (max-width:320px) {
    .down_cnt {
        right: 0px;
    }
}

@media screen and (max-width:362px) {
    .service {
        width: 50%;
    }

    .mdslo {
        font-size: 10px;
        padding: 3px 0;
        width: 70%;
    }
}

@media screen and (max-width:380px) {
    .lst b {
        font-size: 13px;
    }

    .alert_cmp_sr {
        height: auto;
        left: 50%;
        margin-left: -140px;
        margin-top: 0px;
        padding: 25px;
        position: absolute;
        top: 10%;
        width: 280px;
    }
}

@media screen and (max-width:340px) {
    .lst b {
        font-size: 11px;
    }
}

@media screen and (max-width:480px) {
    .mdslo {
        font-size: 10px;
        padding: 3px 0;
        width: 137px;
    }

    .home_news_content .widget img.img_t {
        max-width: 100% !important;
        width: 100%;
    }

    .center h1 {
        font-size: 20px !important;
    }

    .critical_ill .center h1 {
        font-size: 20px !important;
        text-align: left !important;
    }

    .center p {
        font-size: 13px !important;
        text-align: center;
        padding-left: 0px !important;
    }

    img.alignleft, .blog-content div img.alignleft {
        width: 100%;
    }

    .team_12 .media > .pull-left {
        margin-right: 15px;
    }

    .team .media-heading {
        margin-bottom: 0;
    }

    .team .list-inline > li {
        margin-bottom: 10px;
    }

    .team_12 .media > .pull-left {
        width: auto !important;
    }

    .widget img {
        max-width: 100%;
    }

    .home_news_content .comnt {
        max-width: 100%;
    }
}

@media screen and (max-width:430px) {
    .meta-comments {
        margin-left: 0px !important;
    }

    .mar-30.mds {
        font-size: 20px;
    }
}

@media screen and (max-width:331px) {
    .slicknav_btn {
        margin-top: 5px !important;
    }

    .mar-30.mds {
        font-size: 18px;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .font-mus {
        font-size: 20px;
    }

    .fh1 {
        font-size: 15px;
    }

    .mar-30 {
        margin-top: 20px;
    }

    h3.mar-30.mds {
        margin-top: 0px;
    }

    .mar-20 {
        margin-top: 20px;
    }

    .pad-30 {
        padding-left: 10px;
    }

    #feature-pannels li .info {
        max-width: 100%;
    }

    .mdslo {
        font-size: 10px;
        padding: 3px 0;
        width: 137px;
    }

    .node-2 p strong {
        color: #ff6102;
        font-size: 20px;
        font-weight: normal;
        line-height: 35px;
    }
}

@media screen and (max-width:585px) and (min-width:541px) {
    .choice .choice-leftcol {
        width: 35% !important;
    }
}

@media screen and (max-width:820px) {
    .cus_cont {
        width: 380px;
        margin: 0px auto;
    }

        .cus_cont .col-md-2 {
            width: 190px;
            float: left;
        }

    .critical_ill .cus_cont .col-md-4 {
        width: 100%;
        float: left;
    }

    .clearfix1 {
        content: "";
        display: block;
        float: none;
    }
}

@media screen and (max-width:400px) {
    .cus_cont {
        width: 100%;
        margin: 0px auto;
    }

        .cus_cont .col-md-2 {
            width: 100%;
            float: left;
            padding: 0;
        }

        .cus_cont p {
            text-align: left;
        }

    #one_c, #two_c, #three_c, #four_c, #adlt_spc {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .input.form-control {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:480px) {
    .cus_cont {
        width: 100%;
        margin: 0px auto;
    }

        .cus_cont .col-md-2 {
            width: 100%;
            float: left;
            padding: 0;
        }

        .cus_cont p {
            text-align: left;
        }

    #one_c, #two_c, #three_c, #four_c, #adlt_spc {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .input.form-control {
        margin-bottom: 0px;
    }

    #content {
        padding: 0px;
    }

    .personal_acc .cus_cont .pos1 .col-md-2 {
        width: 100% !important;
        margin: 0px !important;
        float: left;
        padding: 0;
    }

    .personal_acc .cus_cont .pos1 {
        width: 100%;
    }

    .critical_ill #step1 {
        text-align: left !important;
    }
}


.pop_up_buy_now {
    background-color: #fff;
    border-radius: 3px;
    color: #333;
    max-width: 450px;
    margin: 0 auto;
}

    .pop_up_buy_now.generic_pop_up {
        position: fixed !important;
        left: 50% !important;
        margin-left: -225px !important;
        top: 50% !important;
        margin-top: -100px;
    }

.error_top {
    background: #d1322e url('error_icon.png') no-repeat 10px 6px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 8px 0px 8px 0px;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .error_top span {
        padding-left: 45px;
    }

.error_txt {
    padding: 15px 45px 15px 45px;
    float: left;
    color: #333;
}

.ok_btn {
    background: #2ca3ef;
    padding: 6px 12px;
    border-radius: 2px;
    display: table;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

/* banner */
.bb_bg_a, .bb_bg_a:hover {
    text-decoration: none;
}

.bb_bg {
    background: #fcc1b6;
    padding: 48px 22px;
    cursor: pointer;
    font-size: 23px;
    color: #6c372d;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}

    .bb_bg.car {
        background: #c6e5fb;
        color: #00355a;
    }

    .bb_bg.hsp_branch {
        background: #e0f0fc;
        color: #1f70b0;
        padding: 35px 30px;
    }

        .bb_bg.hsp_branch.term_branch {
            background: #fcc1b6;
            color: #eb674d;
            padding: 35px 30px;
        }

    .bb_bg.health {
        background: #fddf98;
        color: #5c4308;
    }

    .bb_bg .bb_btn {
        border-radius: 25px;
        border: 2px solid #f79481;
        padding: 8px 25px;
        float: right;
        position: relative;
        top: -7px;
        font-size: 20px;
    }

        .bb_bg .bb_btn.car {
            border: 2px solid #56b8ff;
        }

        .bb_bg .bb_btn.health {
            border: 2px solid #ffb400;
        }

    .bb_bg:hover .bb_btn {
        background: #f79481;
    }

    .bb_bg.car:hover .bb_btn {
        background: #56b8ff;
    }

    .bb_bg.health:hover .bb_btn {
        background: #ffb400;
    }

    .bb_bg.hsp_branch .bb_btn {
        border: 2px solid #1f70b0;
    }

    .bb_bg.hsp_branch:hover .bb_btn {
        background-color: #1f70b0;
        color: #ffffff;
    }

    .bb_bg.hsp_branch.term_branch .bb_btn {
        border: 2px solid #eb674d;
    }

    .bb_bg.hsp_branch.term_branch:hover .bb_btn {
        background-color: #eb674d;
        color: #ffffff;
    }

@media screen and (max-width: 1024px) {
    .bb_bg.hsp_branch {
        text-align: center;
    }

        .bb_bg.hsp_branch .bb_btn {
            float: none;
            width: 200px;
            margin: 25px auto 0 auto;
        }
}

@media screen and (max-width: 600px) {
    .bb_bg {
        float: left;
        position: static;
        width: 100%;
        text-align: center;
        padding: 30px 22px;
        font-size: 20px;
    }

        .bb_bg .bb_btn {
            margin-top: 25px;
            text-align: center;
            float: none;
            font-size: 18px;
        }
}


/* banner */
