.right-caret,audio,canvas,video {
    display: inline-block;
}

body,html {
    font-family: Caudex,'Open Sans',sans-serif;
}

body,figure {
    margin: 0;
}

.img-rounded,.img-thumbnail {
    border-radius: 0;
}

.fa,address,cite {
    font-style: normal;
}

.fa-ul,.flexMenu-popup,.navbar-top .ul-top,.socialWidgetRow {
    list-style-type: none;
}

.right-caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
    height: 0;
    opacity: .3;
    vertical-align: top;
    width: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 16px;
    line-height: 1.42857143;
    color: #272727;
    background-color: #fff;
}



h1 {
    margin: .67em 0;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}


.initialism,.menu-header-block-caps,.promotions-wrapper h4,.weatherCity {
    text-transform: uppercase;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus,a:hover {
    color: #ca9a22;
    text-decoration: underline;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -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%;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

select[multiple],select[size],textarea.form-control {
    height: auto;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    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: 0px;
    margin-bottom: 0px;
}

.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: 0px;
    margin-bottom: 0px;
}

.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: 24px;
}

.h2,h2 {
    font-size: 23px;
}

.h3,h3 {
    font-size: 21px;
}

.h4,h4 {
    font-size: 19px;
}

.h5,h5 {
    font-size: 16px;
}

.h6,h6 {
    font-size: 14px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
}

address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre {
    line-height: 1.42857143;
}

dt,label {
    font-weight: 700;
}

@media (min-width:768px) {
    .lead {
        font-size: 24px;
    };
}

.small,small {
    font-size: 85%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #eacc82;
}

.text-primary:hover {
    color: #e3ba56;
}

.text-warning {
    color: #8a6d3b;
}

.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

.text-danger:hover {
    color: #843534;
}

.text-success {
    color: #3c763d;
}

.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

.text-info:hover {
    color: #245269;
}

.bg-primary {
    color: #fff;
    background-color: #eacc82;
}

a.bg-primary:hover {
    background-color: #e3ba56;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

pre code,table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee;
}

dl,ol,ul {
    margin-top: 0;
}

address,blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}

ol,ul {
    margin-bottom: 11px;
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-bottom: 22px;
}

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;
    };
}

.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.li-clear,.modal-footer:after,.panel-body:after,.row:after,.slides:after,.ui-helper-clearfix:after {
    clear: both;
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    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;
}

code,kbd {
    border-radius: 0;
    padding: 2px 4px;
    font-size: 90%;
}

.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: "";
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container,.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@media (min-width:768px) {
    .container {
        width: 94%;
    };
}

@media (min-width:992px) {
    .container {
        width: 94%;
    };
}

@media (min-width:1200px) {
    .container {
        width: 94%;
    };
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.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: 10px;
    padding-right: 10px;
}

.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 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@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;
    };
}

@media (min-width:1200px) {
    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    };
}

table {

    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 22px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.btn,.caret,.checkbox-inline,.fa-custom,.radio-inline {
    vertical-align: middle;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px;
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0;
    };
}

fieldset,legend {
    padding: 0;
    border: 0;
}

.collapsing,.modal-open,.panel-group .panel {
    overflow: hidden;
}

fieldset {
    margin: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

.carousel,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control,output {
    display: block;
    line-height: 1.42857143;
    color: #555;
}

input[type=file] {
    display: block;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type=radio]:focus,input[type=file]:focus,input[type=checkbox]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

output {
    padding-top: 7px;
    font-size: 16px;
}

.form-control {
    width: 100%;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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,.has-warning .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.form-control:focus {
    outline: 0;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline {
    color: #8a6d3b;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}

input[type=date] {
    line-height: 36px;
}

.form-group {
    margin-bottom: 15px;
}

.checkbox,.radio {
    display: block;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.checkbox label,.radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}

.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;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.btn-block+.btn-block,.help-block {
    margin-top: 5px;
}

.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=radio],fieldset[disabled] input[type=checkbox],input[type=radio][disabled],input[type=checkbox][disabled] {
    cursor: not-allowed;
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 45px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 27px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.collapsing,.dropdown {
    position: relative;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #676767;
}

@media (min-width:768px) {
    .form-inline .control-label,.form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    };
}

.btn-block,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%;
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    };
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 10px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    background: #ffffb4;
    background: -moz-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffb4),color-stop(100%,#eacc82));
    background: -webkit-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -o-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -ms-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: linear-gradient(to bottom,#ffffb4 0,#eacc82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@navbar-gradient-color', endColorstr='@brand-primary', GradientType=0);
    outline: 0!important;
    color: #fff;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-danger,.open .dropdown-toggle.btn-default,.open .dropdown-toggle.btn-info,.open .dropdown-toggle.btn-primary,.open .dropdown-toggle.btn-success,.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.dropdown-toggle:focus,.modal,.modal-content,.open>a {
    outline: 0;
}

.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,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.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 {
    background-color: #fff;
}

.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.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: #fff;
    border-color: #ccc;
}

.btn-primary .badge {
    color: #fff;
    background-color: #333;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #1abb9c;
    border-color: #17a589;
}

.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #15977e;
    border-color: #0f6f5d;
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #1abb9c;
    border-color: #17a589;
}

.btn-info .badge {
    color: #1abb9c;
    background-color: #fff;
}

.btn-link {
    color: #e3ba56;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,.btn-link:hover {
    color: #ca9a22;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 0;
}

.btn-sm,.btn-xs {
    border-radius: 0;
    line-height: 1.5;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
}

.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    height: 0;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-header,.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
}

.dropdown-menu-right,.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #e3ba56;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #ca9a22;
    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: #eacc82;
}

.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;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    font-size: 14px;
    color: #999;
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>a {
    color: inherit;
}

.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: "";
}

.panel>.list-group .list-group-item:last-child,.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:last-child>td,.panel>.table-bordered>thead>tr:last-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:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th {
    border-bottom: 0;
}

.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;
    };
}

.modal,.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-footer,.panel>.table-responsive>.table>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive>.table>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive>.table>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive>.table>tfoot:last-child>tr:last-child th:first-child,.panel>.table>tbody:last-child>tr:last-child td:first-child,.panel>.table>tbody:last-child>tr:last-child th:first-child,.panel>.table>tfoot:last-child>tr:last-child td:first-child,.panel>.table>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}

.panel-footer,.panel>.table-responsive>.table>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive>.table>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive>.table>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive>.table>tfoot:last-child>tr:last-child th:last-child,.panel>.table>tbody:last-child>tr:last-child td:last-child,.panel>.table>tbody:last-child>tr:last-child th:last-child,.panel>.table>tfoot:last-child>tr:last-child td:last-child,.panel>.table>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}

.modal-footer .btn+.btn,.panel-group .panel,.panel-title,.panel>.list-group,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child td,.panel>.table>tbody: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-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    margin-top: 0;
    font-size: 18px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 0 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: #eacc82;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #eacc82;
    border-color: #eacc82;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eacc82;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eacc82;
}

.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-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;
}

.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;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.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;
}

.modal-content {
    position: relative;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    -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;
}

.modal-backdrop {
    position: fixed;
    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;
    min-height: 16.43px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

h1,h2 {
    padding-bottom: 2px;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
}

.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;
    }

    .modal-lg {
        width: 900px;
    };
}

.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,.panel-body:after,.panel-body:before,.row:after,.row:before {
    content: " ";
    display: table;
}

.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;
}

.hidden,.visible-xs,td.visible-xs,th.visible-xs,tr.visible-xs {
    display: none!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.navbar-bottom,.navbar-mid,.navbar-top {
    font-family: Caudex,Georgia,"Times New Roman",Times,serif;
}

.hidden {
    visibility: hidden!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

@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;
    };
}

.visible-sm,td.visible-sm,th.visible-sm,tr.visible-sm {
    display: none!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;
    };
}

.visible-md,td.visible-md,th.visible-md,tr.visible-md {
    display: none!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;
    };
}

.visible-lg,td.visible-lg,th.visible-lg,tr.visible-lg {
    display: none!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,td.hidden-xs,th.hidden-xs,tr.hidden-xs {
        display: none!important;
    };
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm,td.hidden-sm,th.hidden-sm,tr.hidden-sm {
        display: none!important;
    };
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md,td.hidden-md,th.hidden-md,tr.hidden-md {
        display: none!important;
    };
}

@media (min-width:1200px) {
    .hidden-lg,td.hidden-lg,th.hidden-lg,tr.hidden-lg {
        display: none!important;
    };
}

.visible-print,td.visible-print,th.visible-print,tr.visible-print {
    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;
    }

    .hidden-print,td.hidden-print,th.hidden-print,tr.hidden-print {
        display: none!important;
    };
}

body,html {
    height: 100%;
}

body {
    text-align: left;
}

body ul {
    margin-bottom: 0;
}

h1,h2,h3 {
    margin-bottom: .5em;
}

h5,h6 {
    margin-top: 1em;
    margin-bottom: .1em;
    font-weight: 700;
    line-height: normal;
    text-alignment: left;
    color: #313131;
}

h1 {
    margin-top: 1em;
    font-weight: 700;
    line-height: normal;
    text-alignment: left;
    color: #313131;
}

h2 {
    font-size: 23px;
    margin-top: 1em;
    font-weight: 700;
    line-height: normal;
    text-alignment: left;
    color: #313131;
}


h4 {
    font-size: 19px;
    margin-top: 1.2em;
    margin-bottom: .3em;
    font-weight: 700;
    line-height: normal;
    text-alignment: left;
    color: #313131;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.navbar-top {
    z-index: 3;
    height: 55px;
    background: #ffffb4;
    background: -moz-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffb4),color-stop(100%,#eacc82));
    background: -webkit-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -o-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: -ms-linear-gradient(top,#ffffb4 0,#eacc82 100%);
    background: linear-gradient(to bottom,#ffffb4 0,#eacc82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffb4, endColorstr=#eacc82, GradientType=0);
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-top .container {
    position: relative;
    height: 55px;
}

.navbar-top .nav {
    margin-left: 135px;
    margin-right: 230px;
    height: 55px;
    width: 100%;
}

.navbar-top .nav>li>a {
    color: #272727;
    font-size: 14px;
    line-height: 55px;
    padding: 0 15px;
}

.navbar-top .nav>li a.active,.navbar-top .nav>li>a:focus,.navbar-top .nav>li>a:hover {
    background: #272727;
    color: #fff;
}

.navbar-top .dropdown-menu {
    background: rgba(39,39,39,.97);
    margin-left: -1px;
}

.navbar-top .dropdown-menu .nav li a.active {
    background: 0 0;
}

.navbar-top .ul-top {
    padding: 0;
    margin-left: 0;
}

.navbar-top .ul-top>li {
    color: #fff;
}

.navbar-top .ul-top>li>a {
    color: #eacc82;
    font-size: 14px;
    font-weight: 400;
}

.navbar-top .ul-top>li>a:focus,.navbar-top .ul-top>li>a:hover {
    background: rgba(39,39,39,.9);
    color: #fff;
    text-decoration: none;
}

.navbar-top .dropdown-header {
    padding: 4px 5px;
    font-size: 13px;
    text-decoration: none;
}

.navbar-top .dropdown-header h4 {
    color: #fff;
    font-size: 15px!important;
}

.navbar-top .dropdown-item {
    padding: 5px 50px 5px 10px!important;
}

.navbar-top .dropdown-item a {
    font-size: 14px;
    color: #eacc82;
    text-decoration: none;
    font-weight: 700;
}

.navbar-top .dropdown-item a:focus,.navbar-top .dropdown-item a:hover {
    color: #fff;
}

.navbar-top .mega-header a {
    color: #eacc82;
    text-decoration: none;
    font-weight: 700;
}

.navbar-top .mega-header a:focus,.navbar-top .mega-header a:hover {
    color: #fff;
}

.navbar-mid {
    background: rgba(39,39,39,.8);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #4d4d4d;
    height: 40px!important;
    overflow-y: hidden;
    font-weight: 700;
}

.navbar-mid .nav {
    padding-left: 134px;
    padding-right: 230px;
}

.navbar-mid .nav>li {
    color: #eacc82;
}

.navbar-mid .nav>li a {
    color: #eacc82;
    text-decoration: none;
    font-weight: 700;
}

.navbar-mid .nav>li a:focus,.navbar-mid .nav>li a:hover {
    color: #f9f0d9;
}

.navbar-mid h3 {
    line-height: 40px;
    margin: 0;
    padding-left: 25px;
    font-weight: 700;
    font-size: 17px;
}

.navbar-bottom {
    background: rgba(39,39,39,.65);
    border: none;
    font-weight: 400;
}

.navbar-bottom .nav {
    height: 30px;
    padding-left: 145px!important;
    padding-right: 10px!important;
    margin-right: 0!important;
    width: 100%;
}

.navbar-bottom .nav>li>a {
    color: #eacc82;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 14px;
}

.navbar-bottom .nav li a.active,.navbar-bottom .nav>li>a:focus,.navbar-bottom .nav>li>a:hover {
    background: #272727;
}

.container-wrapper {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    border: 0 solid grey;
    border-radius: 0;
}

.footer-social-bottom .row .col-md-1 a {
    margin-right: 10px!important;
    color: #000!important;
}

.footer-bottom {
    padding-top: 70px;
}

.fbstyle {
    padding-left: 5px;
}

.widget-wrapper {
    margin: 5px;
}

.widget-wrapper h1,.widget-wrapper h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
}

.other-widget-padding {
    padding-top: 20px;
}

.fb-widget-wrapper {
    padding-left: 15px;
    margin-right: -20px!important;
    background: #fff;
}

.fb-widget-wrapper .fb-like-box iframe,.fb-widget-wrapper .fb-like-box span {
    position: relative!important;
    display: block!important;
    height: 425px!important;
    border: 1px solid #e1e1e1!important;
}

.fb-widget-wrapper iframe {
    z-index: 400;
}

.fb-widget-wrapper #fb-root {
    display: none;
}

.fb-widget-wrapper .fb_iframe_widget,.fb-widget-wrapper .fb_iframe_widget span,.fb-widget-wrapper .fb_iframe_widget span iframe[style] {
    width: 100%!important;
}

.fb-widget-wrapper .uiBoxLightblue {
    background: #000;
}

.fb-like {
    width: 80px;
    height: 20px;
}

.fb-like .fb_iframe_widget {
    width: 120px;
    height: 20px;
}

.footer-margin {
    margin-right: -13px;
}

.custom-left-widget-wrapper {
    background: #fff;
    padding-bottom: 25px;
}

.custom-right-widget-wrapper>.widget-wrapper {
    margin-right: -10px;
    margin-left: 15px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.custom-right-widget-wrapper>.widget-wrapper:first-child {
    margin-top: 0;
}

.menu-bar {
    z-index: 2;
    height: 70px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-brand,.navbar-header {
    padding: 0!important;
    position: relative;
    z-index: 3;
    margin-left: 10px!important;
}

@media (min-width:768px) {
    .navbar-brand,.navbar-header {
        margin-left: 10px!important;
    };
}

@media (min-width:992px) {
    .navbar-brand,.navbar-header {
        margin-left: 15px!important;
    };
}

@media (min-width:1200px) {
    .navbar-brand,.navbar-header {
        margin-left: 20px!important;
    };
}

.navbar-left {
    margin-left: 170px;
}

.navbar.center .navbar-inner {
    margin-left: 170px;
    text-align: left;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
}

.widSSP {
    width: 103%!important;
    padding-left: 15px!important;
}

.widSSPBranding dd {
    width: 100%!important;
}

.footer-padding {
    margin-right: 10px;
    margin-left: 10px;
}

.fb-activity,.fb-activity span,.fb-activity span iframe[style] {
    width: 100%!important;
    padding-left: 2px!important;
}

.booking-form-wrapper {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 600;
    width: 150px;
    background-color: inverse(#fff);
    margin-left: 10px!important;
}

.booking-form-wrapper .panel-default,.booking-form-wrapper .panel-heading {
    border-radius: 0;
    background-color: #fff;
}

.bottom,.homepage {
    position: relative;
}

@media (min-width:768px) {
    .booking-form-wrapper {
        right: 10px;
    };
}

@media (min-width:992px) {
    .booking-form-wrapper {
        right: 15px;
    };
}

@media (min-width:1200px) {
    .booking-form-wrapper {
        right: 35px;
    };
}

.booking-form-wrapper .panel-heading {
    padding: 15px;
    cursor: pointer;
    height: 53px!important;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    transition: background .5s linear;
}

.booking-form-wrapper .panel-heading,.booking-form-wrapper .panel-heading.collapsed {
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -ms-transition: background .5s linear;
    -o-transition: background .5s linear;
}

.booking-form-wrapper .panel-heading>.panel-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #eacc82;
    line-height: 24px;
    height: 24px;
}

.active,.carousel,.carousel-inner,.item {
    height: 100%;
}

.booking-form-wrapper .panel-heading.collapsed {
    border-left: solid 1px #272727;
    border-right: solid 1px #272727;
    background: #272727;
    transition: background .5s linear;
}

.booking-form-wrapper .panel-body {
    background-color: #fff;
    text-align: left;
    color: #272727;
    font-size: 13px;
}

.booking-form-wrapper input,.booking-form-wrapper select {
    outline: 0!important;
}

.booking-form-wrapper input:focus,.booking-form-wrapper select:focus {
    border: 1px solid #272727;
}

.right-panel-wrapper {
    margin: 0 -10px;
}

.right-panel-wrapper .panel-default {
    padding-left: 25px;
}

.right-panel-wrapper .panel-heading {
    background: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-radius: 0;
    cursor: pointer;
}

.right-panel-wrapper .panel-heading>.panel-title {
    padding: 2px;
    text-align: center;
    font-size: 21px;
}

.right-panel-wrapper .panel-heading>.panel-title .caret {
    margin-top: 8px;
    float: right;
}

.right-panel-wrapper .panel-body {
    padding: 0;
    background: #fff;
}

.right-panel-wrapper .panel-body .nav>li>a {
    font-size: 15px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px;
}

.right-panel-wrapper .panel-body .nav li a.active,.right-panel-wrapper .panel-body .nav>li>a:focus,.right-panel-wrapper .panel-body .nav>li>a:hover {
    text-decoration: none;
    background-color: #eacc82;
    color: #fff!important;
    margin-right: 0!important;
    margin-left: 0!important;
    border-radius: 0;
}

.three-menu .homepage {
    margin-top: -30px;
}

.three-menu .homepage .room-content {
    margin-top: 0;
}

.three-menu .carousel {
    margin-top: -190px;
}

.three-menu .promotion1 {
    top: 180px;
}

.three-menu .promotion2 {
    top: 300px;
}

.three-menu .promotion3 {
    top: 420px;
}

.single-menu .homepage .room-content {
    margin-top: 0;
}

.single-menu .carousel {
    margin-top: -80px;
}

.single-menu .carousel-indicators {
    display: none;
}

.carousel {
    z-index: 0;
    padding-bottom: 110px;
    box-sizing: border-box;
}

.widget-wrapper .carousel {
    z-index: 1!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.fill,.fix-aspect {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    left: 5%;
    bottom: 50px;
}

.carousel-caption>a {
    font-size: 16px;
    font-weight: 400;
    font-family: Caudex,sans-serif;
    display: block;
    margin: 0;
    background: #272727;
    background-color: rgba(32,32,32,.65);
    padding: 20px;
    float: left;
    text-decoration: none;
    color: #fff;
}

.analog,.analog .meridiem,.timer-text {
    display: inline-block;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-control {
    width: 5%;
    bottom: 30%;
}

.simple-carousel {
    height: 400px!important;
    padding-bottom: 0!important;
}

.simple-carousel .carousel-control {
    width: 5%;
    bottom: 40%;
}

.simple-carousel .carousel-indicators {
    bottom: 20px;
}

.bottom {
    margin-top: 40px;
}

.side-nav .nav>li>a {
    font-size: 15px;
    font-weight: 400;
    height: 25px;
    margin-right: -10px!important;
    margin-left: -10px!important;
}

.side-nav .nav li a.active,.side-nav .nav>li>a:focus,.side-nav .nav>li>a:hover {
    height: 25px;
    text-decoration: none;
    background-color: #eacc82;
    color: #fff!important;
    border-radius: 0;
}

.side-nav-header {
    background: #f2f2f2;
    padding: 10px 0;
    margin: 0 -10px;
}

.weatherFeed {
    font-family: Caudex,'Open Sans',sans-serif;
    padding: 5px 20px;
}

.promotions-wrapper .promo-text,li.justa-art a {
    font-family: Caudex,sans-serif;
}

.weatherFeed>.weatherItem {
    text-align: right;
}

.weatherFeed a {
    color: #888;
}

.weatherFeed a:hover {
    color: #000;
    text-decoration: none;
}

.weatherCity {
    font-size: 20px;
}

.weatherTemp {
    font-size: 36px;
}

.weatherCity,.weatherDesc,.weatherForecastDay {
    font-weight: 400;
}

.weatherDesc {
    margin-bottom: .4em;
}

.weatherForecastItem,.weatherLink,.weatherRange,.weatherWind {
    font-size: .8em;
}

.weatherForecastItem,.weatherLink {
    margin-top: .5em;
    text-align: left;
}

.weatherForecastItem {
    padding: .5em .5em .5em 80px;
    background-color: #fff;
    background-position: left center;
}

.weatherForecastDay {
    font-size: 1.1em;
}

.homepage {
    z-index: 470;
}

.address-email,.address-telephone {
    font-size: 13px;
}

#mapContainer {
    width: 100%;
    height: 600px;
}

.promotions-wrapper {
    position: absolute;
    right: 3%;
    margin-right: 10px;
    z-index: 1;
}

@media (min-width:768px) {
    .promotions-wrapper {
        margin-right: 10px;
    };
}

@media (min-width:992px) {
    .promotions-wrapper {
        margin-right: 15px;
    };
}

@media (min-width:1200px) {
    .promotions-wrapper {
        margin-right: 35px;
    };
}

.promotions-wrapper>.promotion {
    width: 100%;
}

.promotions-wrapper .promo-text {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    background: #272727;
    background-color: rgba(32,32,32,.65);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 30px!important;
    float: left;
    width: 280px;
}

.promotions-wrapper p {
    font-size: 14px;
    color: #fff!important;
}

.promotions-wrapper h4 {
    font-size: 16px!important;
    color: #eacc82;
    font-weight: 700;
}

.analog .meridiem,.title {
    font-size: 11px;
    font-weight: 700;
    color: #333;
}

.promotion1 {
    top: 180px;
}

.promotion2 {
    top: 300px;
}

.promotion3 {
    top: 420px;
}

.analog {
    position: relative;
    width: 150px;
    background: url(../images/clock/clockface.jpg);
    list-style: none;
}

.analog,.analog .hour,.analog .min,.analog .sec {
    height: 150px;
}

.analog .hour,.analog .min,.analog .sec {
    position: absolute;
    width: 8px;
    top: 0;
    left: 70.5px;
    padding: 0;
}

.analog .sec {
    background: url(../images/clock/sechand.png);
    z-index: 3;
}

.analog .min {
    background: url(../images/clock/minhand.png);
    z-index: 2;
}

.analog .hour {
    background: url(../images/clock/hourhand.png);
    z-index: 1;
}

.analog .meridiem {
    margin-top: 90px;
}

.timer-text {
    float: right;
    margin: 30px 10px;
}

.form-control {
    height: 25px;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
}

footer .footer-link-wrap {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 5px 0;
}

footer .footer-link-wrap ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #030303;
    display: inline-flex;
}

footer .footer-link-wrap ul li {
    color: #030303;
    background-color: #fff;
    padding-right: 30px;
}

footer .footer-link-wrap ul li:hover {
    color: #fff;
    background-color: #272727;
}

footer .footer-address,footer .footer-heading {
    font-size: 14px;
}

.btn {
    border: none;
}

.btn-form {
    width: 100%;
}

.btn-primary {
    background: #eacc82;
    background: -moz-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eacc82),color-stop(100%,#fd8));
    background: -webkit-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -o-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -ms-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: linear-gradient(to bottom,#eacc82 0,#fd8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eacc82, endColorstr=#fd8, GradientType=0);
    border: none;
    color: #fff;
}

.btn-primary:focus,.btn-primary:hover {
    color: #fff;
    background: #fd8;
    background: -moz-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd8),color-stop(100%,#eacc82));
    background: -webkit-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -o-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -ms-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: linear-gradient(to bottom,#fd8 0,#eacc82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf22, endColorstr=#eacc82, GradientType=0);
    border: none;
}

.btn-primary-form {
    background: #eacc82;
    background: -moz-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eacc82),color-stop(100%,#fd8));
    background: -webkit-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -o-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: -ms-linear-gradient(top,#eacc82 0,#fd8 100%);
    background: linear-gradient(to bottom,#eacc82 0,#fd8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eacc82, endColorstr=#fd8, GradientType=0);
    border: none;
    color: #fff;
}

.btn-primary-form:focus,.btn-primary-form:hover {
    background: #fd8;
    background: -moz-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd8),color-stop(100%,#eacc82));
    background: -webkit-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -o-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: -ms-linear-gradient(top,#fd8 0,#eacc82 100%);
    background: linear-gradient(to bottom,#fd8 0,#eacc82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbf22, endColorstr=#eacc82, GradientType=0);
    border: none;
}

.custom-widget-wrapper .container .promotions-wrapper>.promotion {
    padding: 10px 0;
    width: 100%;
}

.gc-reset,.pls-dropBottom {
    display: none!important;
}

.breadcrumb-custom {
    background: 0 0;
    margin-left: 91px;
    padding: 0;
}

.breadcrumb-custom>li {
    display: inline-block;
}

.breadcrumb-custom>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #3c3c3c;
}

.open .dropdown {
    -moz-box-shadow: inset #fff 0 -1px 0 0;
    -webkit-box-shadow: inset #fff 0 -1px 0 0;
    box-shadow: inset #eacc82 0 -1px 0 0;
    z-index: 400;
}

#collapseOne {
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.flexMenu-viewMore {
    z-index: 400;
}

.flexMenu-viewMore>a.highlighted {
    background-color: transparent;
}

.flexMenu-popup {
    padding: 10px;
    background-color: rgba(33,33,33,.9);
    margin: 0;
    z-index: 900;
}

.flexMenu-popup a {
    display: block;
    padding: 4px 10px;
    margin: 4px 0;
    color: #eacc82;
}

.flexMenu-popup a:hover {
    color: #eacc82;
    display: block;
    text-decoration: none;
}

.styled-select select {
    display: block;
    width: 100%;
    height: 24px;
    padding: 2px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #272727;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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;
    cursor: pointer;
}

li.justa-art a {
    font-size: 21px;
    font-style: italic;
}

.footer-row .email,.footer-row .telephone {
    font-size: 14px!important;
    line-height: 22px;
}

.mega-menu {
    width: 400px!important;
    max-width: 400px!important;
    color: #fff;
    padding: 10px 0;
    font-weight: 400;
}

#footer,#footer a {
    color: #272727;
}

@media (min-width:768px) {
    .mega-menu {
        position: absolute!important;
        z-index: 900!important;
    };
}

#footer {
    background: #eacc82;
    background: -moz-linear-gradient(top,#eacc82 0,#ffffb4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eacc82),color-stop(100%,#ffffb4));
    background: -webkit-linear-gradient(top,#eacc82 0,#ffffb4 100%);
    background: -o-linear-gradient(top,#eacc82 0,#ffffb4 100%);
    background: -ms-linear-gradient(top,#eacc82 0,#ffffb4 100%);
    background: linear-gradient(to bottom,#eacc82 0,#ffffb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eacc82, endColorstr=#ffffb4, GradientType=0);
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    font-family: Alegreya,Georgia,"Times New Roman",Times,serif;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-row {
    padding: 8px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.footer-row .footer-detail {
    float: left;
    margin-left: 30px;
    padding-bottom: 3px;
}

.footer-row .footer-detail.first {
    margin-left: 0;
}

.footer-row.final {
    padding: 10px 15px;
    border-bottom: none;
}

.footer-row.final a {
    color: #272727;
}

#footer .navbar {
    margin-bottom: 0;
    margin-left: -12px;
}

.footer-row .socialIcon {
    display: block;
}

.footer-row .socialIcon a {
    display: block!important;
    text-align: left!important;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background-image: url(images/bg-social.png);
}

a.social-fb {
    background-position: -120px bottom;
}

a.social-ta {
    background-position: left bottom;
}

a.social-tw {
    background-position: -60px bottom;
}

a.social-gp {
    background-position: -30px bottom;
}

a.social-ig {
    background-position: -180px bottom;
}

a.social-yt {
    background-position: -90px bottom;
}

a.social-pi {
    background-position: -150px bottom;
}

.footer-row .telephone {
    padding-left: 32px;
}

.footer-row .navbar-nav>li>a {
    color: #272727;
    font-weight: 400!important;
    line-height: 25px;
    padding: 0 10px;
}

.footer-row .navbar-nav>li>a:focus,.footer-row .navbar-nav>li>a:hover {
    color: #fff!important;
    background-color: transparent;
}

.room-description {
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.flexMenu-viewMore .sub-arrow {
    display: none!important;
}

a.sitemap {
    padding-left: 0;
    font-size: 13px;
}

.navbar-bottom .navbar-toggle {
    margin-top: -40px;
}

.navbar-top .navbar-toggle {
    margin-top: 20px;
    margin-right: 240px;
}

.date-field {
    position: relative;
}

.date-field input {
    color: #272727;
    background: url(images/bg-datepicker.png)right top no-repeat;
    cursor: pointer;
}

.date-field input:focus {
    background: url(images/bg-datepicker.png)right bottom no-repeat;
}

.panel-group-loc {
    margin-top: 0!important;
}

.heading-address {
    margin-left: 25px;
}

.navbar-nav .collapsible .sub-arrow1,.navbar-nav .sub-arrow1 {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}

.navbar-fixed-bottom .sub-arrow1 {
    margin-top: -5px;
    border-top: 4px dashed transparent;
    border-bottom: 4px solid;
}

.navbar-nav ul .sub-arrow1 {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}

.navbar-nav ul a.has-submenu {
    padding-right: 30px;
}

.navbar-fixed-bottom .sub-arrow,.navbar-nav .collapsible .sub-arrow,.navbar-nav .sub-arrow,.navbar-nav ul .sub-arrow {
    display: none;
}

#top-navbar-collapse ul.columns {
    width: 480px!important;
    max-width: none!important;
    position: static;
}

@media (min-width:768px) {
    #top-navbar-collapse ul.columns {
        position: absolute!important;
        z-index: 900!important;
    };
}

#top-navbar-collapse ul.columns-2>li {
    float: left;
    width: 220px!important;
    margin: 10px;
}

#top-navbar-collapse ul.columns-3>li {
    float: left;
    width: 150px!important;
    margin: 10px 5px;
}

.li-space {
    padding: 4px;
}

.socialWidgetRow {
    padding-left: 10px;
}

.socialWidgetRow>li {
    float: left;
    display: block!important;
}

.socialWidgetItem {
    padding: 15px 0 5px;
    display: block;
    width: 100%;
}

.hideImage {
    opacity: 0;
    filter: alpha(opacity=0);
}


.menu-header-block {
    width: 100%;
    background-color: #595959;
    min-height: 52px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #333!important;
    border-top: 1px solid #666!important;
    padding: 15px 15px 15px 35px;
}

.menu-header-block.hover_effect {
    background-color: #666!important;
}

.modal-content .menu-header-block {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-content .menu-header-block .modal-title {
    color: inherit;
}

.modal-content .menu-header-block .close {
    font-size: 60px;
    line-height: 25px;
    color: #fff!important;
    text-shadow: none;
    cursor: pointer;
}

.modal-content .menu-header-block .modal-title {
    font-size: 25px;
    line-height: 25px;
}

.modal-body .menu-header-block {
    padding-left: 10px;
    text-align: left;
}

.social-bar,.social-bar ul {
    text-align: center;
}

.modal-body .modal-submenu {
    padding-left: 20px;
    background: #404040;
    border-left: 1px solid #333!important;
    border-right: 1px solid #333!important;
}

.navBtnBorder,.navBtnBorderActiondd {
    border-right: 1px solid #fff;
    text-decoration: none;
}

.modal-submenu a {
    display: block;
    outline: 0;
}

.modal-submenu.hover_effect {
    background-color: #4d4d4d!important;
}


.modal-content {
    background-color: #4d4d4d;
}

.mobileHeaderRead {
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.sub-menu {
    height: 50px;
    background-color: #fff!important;
    padding-left: 10px;
    padding-top: 10px;
}

.mobile-widget-wrapper {
    width: 100%;
    background-color: #fff!important;
    border-bottom: 1px solid #fff;
    padding: 20px 10px;
}

.footerWrapBg,.page {
    background-color: #faf3e2;
}

.footer-address-container {
    margin-bottom: -10px;
}

.page {
    min-height: 100%;
}

.footerWrapBg {
    width: 100%;
    font-size: 12px!important;
    padding-top: 20px;
    float: left;
}

.nav-wrap {
    width: 100%;
}

.noBorder {
    border: none!important;
}

#navBookingButton {
    border-left: 0 solid;
    border-top: 0 solid;
    border-bottom: medium none;
    min-height: 68px;
    height: auto;
    outline: 0!important;
}

.navBtnBorder {
    padding-top: 6px;
    padding-bottom: 5px;
    color: #404040;
    background: #eacc82;
    background: -moz-linear-gradient(top,#eacc82 0,#b29857 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eacc82),color-stop(100%,#b29857));
    background: -webkit-linear-gradient(top,#eacc82 0,#b29857 100%);
    background: -o-linear-gradient(top,#eacc82 0,#b29857 100%);
    background: -ms-linear-gradient(top,#eacc82 0,#b29857 100%);
    background: linear-gradient(to bottom,#eacc82 0,#b29857 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eacc82, endColorstr=#b29857, GradientType=0);
    cursor: pointer;
    font-weight: 700;
}

.navBtnBorder.hover_effect {
    background: #4d4d4d!important;
    color: #f2f2f2;
}

.navBtnBorder.top_padding {
    padding-top: 10px;
}

.hover_effect {
    background: #e6e6e6!important;
}

.hover_effect_accordion {
    background-color: #4d4d4d!important;
}

.navBtnBorderActiondd {
    padding-top: 6px;
    padding-bottom: 0!important;
    color: #d8d8d8;
    background-color: #404040!important;
}

.dropdown-menu {
    display: none;
    margin-top: 7px;
    margin-left: -10px;
    margin-bottom: 0;
    padding-top: 0!important;
    padding-left: 0!important;
    padding-bottom: 0!important;
    border: 0!important;
    box-shadow: none!important;
    background-color: #b0b0b0;
    list-style: none;
    font-size: 14px;
    background-clip: padding-box;
    color: inherit;
}

.fa-custom {
    color: #eacc82;
    text-shadow: 0 0 0 #b5891e;
    font-size: 20px!important;
}

.fa-custom-gallery,.fa-custom-map {
    vertical-align: middle;
    text-shadow: 0 0 0 #b5891e;
    font-size: 18px!important;
}

.fa-custom-map {
    margin-right: 10px;
    margin-top: 2px;
}

.fa-custom-gallery {
    padding-top: 10px;
}

.fa-midNav {
    padding-right: 15px;
}

.img-shadow {
    box-shadow: 0 0 3px 2px #888;
}

.top-title-wrapper-home {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}

.top-title-wrapper-other {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.vertical-middle {
    vertical-align: middle;
}

.icon-padding {
    margin-top: 3px;
}

.footer-spacing {
    padding-top: 10px;
}

.mobileHeader {
    font-size: 18px;
    font-weight: 550;
    padding-bottom: 10px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #313131;
}

.fa-header {
    padding-right: 15px;
    font-size: 14px!important;
}

.gallery-drop,.map-drop {
    z-index: 300;
    text-decoration: none;
    font-size: 16px;
}

.gallery-padding {
    padding-bottom: 15px;
}

.map-drop {
    position: absolute;
    padding-right: 10px;
    margin-top: 10px;
}

.gallery-drop {
    position: relative;
    padding-bottom: 6px;
    margin-left: 0;
}

#dropdown-image-menu {
    position: relative;
    margin-right: 30px;
}

.galleryPadding {
    margin-left: -15px;
}

#navPillsGallery {
    padding: 10px 10px 10px 5px;
}

#dropdown-image-menu .fa {
    position: absolute;
    right: -32px;
    top: 1px;
}

.flex-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: transparent;
    z-index: 9999;
}

.drop-menu-header-block,.drop-menu-header-block-top-header {
    font-size: 16px;
    padding-right: 15px!important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: 400!important;
    background-color: #404040;
    border-top: 1px solid #333!important;
}

.menuDropDown {
    width: inherit;
    display: inline!important;
}

.modal-dialog,.open>.dropdown-menu {
    display: inline;
}

.drop-menu-header-block {
    padding-left: 35px!important;
}

.drop-menu-header-block-top-header {
    padding-left: 22px!important;
}

.brand-button,.text-bold {
    font-weight: 700;
}

.drop-menu-header-block.text-bold {
    background-color: #595959;
}

a:hover .drop-menu-header-block {
    background-color: #333;
}

.drop-menu-header-block.hover_effect {
    background-color: #595959!important;
}

.drop-menu-header-block-levelThreeHeader,.drop-menu-header-block-levelThreeMenu {
    font-size: 16px;
    color: #eacc82;
    padding-left: 35px!important;
    padding-right: 15px!important;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    margin-bottom: 0;
    background-color: #404040;
    border-top: 2px solid #333!important;
}

.accordion-body,.infoHeader,.panel-body {
    background-color: #fff;
}

a:hover .drop-menu-header-block-levelThreeMenu {
    color: #fff;
}

.drop-menu-header-block-levelThreeMenu .fa-header {
    padding-right: 10px;
    padding-left: 4px;
}

.drop-menu-header-block-levelThreeMenu .fa-custom {
    color: #eacc82;
}

.dropdown-menu-gallery,.dropdown-menu-map {
    width: calc(103vw);
}

.fa-padding-top {
    padding-top: 8px;
}

.modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
   height: auto;
    
}

.btn-dd {
    color: inherit;
    background: #C83737;
    border-left: 1px solid #1D1D1D!important;
    border-right: 1px solid #1D1D1D!important;
    border-top: 1px solid #1D1D1D!important;
    border-bottom: 1px solid #1D1D1D!important;
    border-radius: 0;
}
.btn-dd :hover{
   
    background: #ccc;
  
}


.bottom-right-triangle {
    border: 13px solid transparent;
    width: 0;
    height: 0;
    margin-right: -12px;
    margin-bottom: -5px;
    margin-top: -8px;
    border-right: none;
    border-top: none;
    border-bottom: solid 13px #eacc82;
}

.ddWrapper {
    min-height: 27px;
}
.ddWrapper:hover {
    background:#fff;
}
.accordian-menu-border {
    border-bottom: solid 1px #ccc;
    padding: 20px 5px 20px 10px!important;
}

.infoHeader {
    padding-top: 20px;
    padding-bottom: 20px;
}

#homeCarousel {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.mid-nav-bottoms {
    margin-bottom: -5px!important;
}

.center-outer {
    display: table;
}

.center-inner {
    display: table-cell;
    vertical-align: middle;
}

.panel-body {
    padding: 0;
}

.panel-body a:hover .accordian-menu-border {
    background: #e4e4e4!important;
}

.img-padding-description {
    margin-top: 10px;
}

.padding-top-image-description-side {
    padding-top: 20px;
}

.mobileHeaderTop {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.mobileHeaderTop.hover_effect {
    background-color: #f3f3f3!important;
}

.flex-next,.flex-prev {
    z-index: 99999;
}

#flexsliderHammer {
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
}

.form-control-custom {
    height: 32px;
    font-size: 14px;
}

.input-group-addon-custom {
    padding: 1px 3px;
}

.control-label-custom {
    padding-top: 2px!important;
}

#dropdown-menu-multiprop {
    padding-top: 10px;
    padding-bottom: 5px;
    margin: -10px -10px -5px;
}

.dropdown-menu-multiprop-open {
    padding-bottom: 0!important;
}

#dropdown-image-menu,#mapMenuHeader {
    margin-top: -10px;
    margin-bottom: -5px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 0;
    padding-left: 10px;
}

.chainHomePageMenu {
    padding-left: 10px;
    padding-right: 10px;
}

.chainHomePageMenu .menu-header-block {
    border-left: 2px solid #fff!important;
    border-right: 2px solid #e6e6e6!important;
    border-top: none!important;
    border-bottom: 2px solid #e6e6e6!important;
}

.mobileHeaderIcon {
    margin-left: 5px;
}

a:focus .mobileHeaderIcon,a:hover .mobileHeaderIcon {
    color: #ca9a22;
}

.infoMenu {
    overflow: hidden;
}

.infoMenu .infoImg {
    width: 50%;
    float: left;
    max-width: 50%;
    margin-right: 15px;
}

.infoMenu .infoMenuContent {
    float: left;
    max-width: 40%;
}

.infoMenuContent {
    margin-top: -18px;
}

.brand-button {
    color: #1D1D1D;
    box-sizing: border-box;
    height: 47px;
}
.brand-button:hover {
    color: #1D1D1D;
    box-sizing: border-box;
    height: 47px;
	background-color: #ccc!important;
}

.brand-button.hover_effect {
    background-color: #f5f5f5!important;
}

.btn-group.open {
    background: #404040;
    color: #fff;
}

a {
    text-decoration: none!important;
}

.modal-title {
    font-size: 20px!important;
}

.cycle-content {
    margin-top: -10px;
    padding: 0 10px 20px;
}

.cycle-slideshow .img-responsive {
    width: 100%;
    max-width: none!important;
}

.cycle-image,.cycle-slide {
    width: 100%;
}

.cycle-image img {
    width: 100%;
    height: auto;
}

#slide-holder {
    position: relative;
    z-index: 2;
}

.cycle-next:hover,.cycle-prev:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.cycle-prev {
    left: 0;
}

.cycle-next {
    right: 0;
    text-align: right;
}

.cycle-next,.cycle-prev {
    position: absolute;
    top: 0;
    width: 15%;
    opacity: .6;
    color: #fff;
    filter: alpha(opacity=60);
    z-index: 800;
    bottom: 140px;
    cursor: pointer;
    font-size: 80px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.cycle-next .icon-next,.cycle-prev .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}

.cycle-next .icon-next {
    right: 3px;
}

.cycle-prev .icon-prev:before {
    content: '\2039';
}

.cycle-next .icon-next:before {
    content: '\203a';
}

#thumb-holder {
    margin: 0 30px;
    position: relative;
}

.thumbnail-control {
    z-index: 800;
    position: absolute;
    height: 54px;
    width: 30px;
    top: 0;
    opacity: .4;
    color: #272727;
    filter: alpha(opacity=40);
    cursor: pointer;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
}

.thumbnail-control:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.show-next {
    right: -30px;
}

.show-prev {
    left: -30px;
}

.show-prev:before {
    content: '\2039';
}

.show-next:before {
    content: '\203a';
}

#gallery-paging {
    position: relative;
    margin-top: -265px;
    height: 50px;
    overflow: hidden;
    z-index: 1000;
    padding-bottom: 215px;
}

.div-16-9,.ratio-16-9 {
    overflow: hidden;
    padding-bottom: 56.25%;
}

#gallery-pager {
    position: absolute;
    z-index: 20;
    width: 10000px;
    left: 0;
    top: 0;
    height: 54px;
}

#gallery-pager div {
    float: left;
    position: relative;
    margin: 0 4px;
    border: 2px solid #f7f7f7;
    opacity: .4;
    cursor: pointer;
}

#full-drop-gallery,#full-drop-map {
    margin-left: 0!important;
}

#gallery-pager div:hover {
    opacity: .7;
}

#gallery-pager div.cycle-pager-active {
    border: 2px solid #eacc82;
    opacity: 1;
}

#slideshow-1>div {
    display: none;
}

#slideshow-1>div:first-child {
    display: block;
}

.gallery-header {
    padding-left: 10px;
    margin-bottom: 25px;
}

.ratio-16-9 {
    position: relative;
    height: 0;
}

.ratio-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.div-16-9 {
    padding-top: 140px;
    position: relative;
    height: 0;
}

.div-16-9>.holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#full-drop-gallery.dropdown-menu>li>a {
    padding: 0;
}

#full-drop-map.dropdown-menu>li>a {
    padding: 5px;
}

#full-drop-map.dropdown-menu>li>a:focus,#full-drop-map.dropdown-menu>li>a:hover {
    background: #404040;
    color: #fff;
}

.mobileDDPading {
    padding: 0 0 20px;
}

.mobileDDPading .btn-lg {
    padding: 10px 16px!important;
}

.logo-size {
    max-height: 65px;
}

.TwoFoldMenuName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
}

.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus {
    outline: 0;
}

.flex-control-nav,.flex-direction-nav,.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family:flexslider-icon;src:url(../fonts/flexslider-icon.eot);src:url(../fonts/flexslider-icon.eot?#iefix)format('embedded-opentype'),url(../fonts/flexslider-icon.woff)format('woff'),url(../fonts/flexslider-icon.ttf)format('truetype'),url(../fonts/flexslider-icon.svg#flexslider-icon)format('svg');font-weight:400;font-style:normal;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
}

.flex-direction-nav a,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides {
    display: block;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .slides {
    height: 1%;
}

.flexslider {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 60px;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
    padding-left: 5px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    padding-right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: serif;
    color: #fff;
    font-size: 40px;
    display: inline-block;
    content: '\2039';
    transform: scaleY(1.8)scaleX(1.8);
}

.flex-direction-nav a.flex-next:before,.flex-direction-nav a:before {
    -ms-transform: scaleY(1.8)scaleX(1.8);
    -webkit-transform: scaleY(1.8)scaleX(1.8);
}

.flex-direction-nav a.flex-next:before {
    content: '\203a';
    transform: scaleY(1.8)scaleX(1.8);
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.fa,.fa-stack {
    display: inline-block;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
        padding-left: 5px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
        padding-right: 5px;
    };
}

@font-face {
    font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.0.3);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3)format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.0.3)format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.0.3)format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular)format('svg');font-weight:400;font-style:normal;
}

.fa {
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571428572em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
    };
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(359deg);
    };
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0);
    }

    100% {
        -ms-transform: rotate(359deg);
    };
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    };
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before,.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before,.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-asc:before,.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-desc:before,.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before,.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before,.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before,.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

font-awesome.css  .ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-zfix,.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.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 0;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.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.3%;
}

.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-widget,.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: url(images/ui-bg_flat_75_ffffff_40x100.png)50% 50% repeat-x #fff;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid #B29857;
    background: url(images/ui-bg_highlight-soft_50_EACC82_1x100.png)50% 50% repeat-x #EACC82;
    color: #272727;
    font-weight: 700;
}

.ui-widget-header a {
    color: #272727;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #272727;
    background: url(images/ui-bg_glass_75_e6e6e6_1x400.png)50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #272727;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #272727;
    text-decoration: none;
}

.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    border: 1px solid #B29857;
    background: url(images/ui-bg_glass_47_EACC82_1x400.png)50% 50% repeat-x #EACC82;
    font-weight: 400;
    color: #272727;
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
    color: #272727;
    text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #272727;
    background: url(images/ui-bg_glass_70_EACC82_1x400.png)50% 50% repeat-x #EACC82;
    font-weight: 400;
    color: #272727;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #272727;
    text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #B29857;
    background: url(images/ui-bg_glass_55_FFFFFF_1x400.png)50% 50% repeat-x #FFF;
    color: #272727;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #272727;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(images/ui-bg_glass_95_fef1ec_1x400.png)50% 50% repeat-x #fef1ec;
    color: #cd0a0a;
}

.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}


.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}



.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}


.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}


.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-widget-overlay,.ui-widget-shadow {
    background: url(images/ui-bg_flat_0_aaaaaa_40x100.png)50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}


.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 4px;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    border-radius: 8px;
}