/*bootstrap.min*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:active, a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

button, input, select, textarea {
    margin: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    font-weight: 400
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input, select[multiple], textarea {
    background-image: none
}

a {
    color: #666;
    text-decoration: none;
    font-weight: 400
}

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

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

img {
    vertical-align: middle
}

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

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 100%;
    height: 44px;
    padding: 0;
    margin: 1px;
    overflow: hidden;
    border: 0;
    left: 20px;
    text-align: left
}

p {
    margin: 0 0 10px
}

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

@media (min-width: 992px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #2d4386
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

.h1 small, h1 small {
    font-size: 24px
}

.h2 small, h2 small {
    font-size: 18px
}

.h3 small, .h4 small, h3 small, h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

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

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

dl {
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:after, .dl-horizontal dd:before {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

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

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

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

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

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after, .container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -30px;
    padding-bottom: 30px
}

.row:after, .row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

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

.col-xs-1, .col-xs-10, .col-xs-11, .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-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

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

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

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

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

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

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

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

@media (min-width: 992px) {
    .container {
        max-width: 750px
    }

    .navbar-nav > li > a {
        border-bottom: 0 !important
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .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-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .navbar-nav > li {
        margin-left: 7px
    }

    .col-md-1, .col-md-10, .col-md-11, .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-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

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

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .navbar-nav > li {
        margin-left: 25px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .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-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

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

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

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

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

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

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

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

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

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

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

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

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

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

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

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

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

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

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

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

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

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

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

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

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

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

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

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

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

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

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

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

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

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

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

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

.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.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.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 {
    border: 1px solid #ddd
}

.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 #E8E8E8
}

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff
    }

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

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

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

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

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

input[type=file] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    margin: 2px 0 4px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

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

textarea.form-control {
    height: auto
}

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

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

.checkbox label, .radio label {
    display: inline;
    margin-bottom: 0;
    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;
    vertical-align: middle;
    cursor: pointer
}

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

.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

textarea.input-lg {
    height: auto
}

.has-warning .control-label, .has-warning .help-block {
    color: #c09853
}

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

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

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

.has-error .control-label, .has-error .help-block {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

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

.has-success .control-label, .has-success .help-block {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

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

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 992px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

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

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

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

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

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

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

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

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

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    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: #c1c1c1;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-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.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.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-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.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.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-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.active, .btn-success:active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.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-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.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: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    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: #2d4386;
    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: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    max-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

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

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

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #666;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
    transition: all .2s ease-in-out
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #09c;
    text-decoration: none;
    background-color: #efefef
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.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;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #ccc
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret, .btn-info .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret, .dropup .btn-info .caret, .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
    outline: 0
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar:after, .btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after, .nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 3px 10px 7px
}

.nav > li.active > a {
    color: #2d4386
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #e5e5e5
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 0 solid #ddd;
    height: 40px
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    border-right: 1px solid #2d4386
}

.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.428571429;
    border: 0 solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 10px 3px 10px 7px
}

@media (min-width: 992px) {
    .nav-tabs > li > a {
        margin-right: 0;
        line-height: 1.428571429;
        border: 0 solid transparent;
        border-radius: 0;
        color: #fff;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        padding: 10px
    }
}

.nav-tabs > li > a:hover {
    border: 0 solid transparent;
    background: #2d4386;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2)
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 0 solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

@media (min-width: 992px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 5px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    text-align: center
}

@media (min-width: 992px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified > .active > a {
    border-bottom-color: #fff
}

.tabbable:after, .tabbable:before {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.pill-content > .pill-pane, .tab-content > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content > .active {
    display: block
}

.pill-content > .pill-pane, .tab-content2 > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content2 > .active {
    display: block
}

.pill-content > .pill-pane, .tab-content3 > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content3 > .active {
    display: block
}

.pill-content > .pill-pane, .tab-content4 > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content4 > .active {
    display: block
}

.pill-content > .pill-pane, .tab-content5 > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content5 > .active {
    display: block
}

.pill-content > .pill-pane, .tab-content6 > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content6 > .active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2d4386;
    border-bottom-color: #2d4386
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar:after, .navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after, .navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after, .navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media (min-width: 992px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    top: -11px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #222
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    border-bottom: 1px solid #efefef
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 992px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width: 992px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

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

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

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 992px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #fff
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #2d4386;
    background-color: #fff
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav > .dropdown > a:focus .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .open > a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #fff;
    border-color: none
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #222;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #09c;
    border-color: #09c
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:after, .pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:focus, .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 992px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

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

a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #2d4386;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #9ad491
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

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

.panel-body {
    padding: 15px;
    text-align: justify
}

.panel-body:after, .panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel > .list-group {
    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 > .list-group .list-group-item:last-child {
    border-bottom: 0
}

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

.panel > .table {
    margin-bottom: 0
}

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

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

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

.panel-title > a {
    color: inherit
}

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

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

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

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

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

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

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

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

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

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

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #2d4386;
    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: #fbeed5
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #2d4386;
    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
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal-open {
    overflow: hidden
}

.modal-open .navbar-fixed-bottom, .modal-open .navbar-fixed-top, body.modal-open {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: hidden
}

.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 {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

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

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

.modal-body {
    position: relative;
    padding: 20px
}

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

.modal-footer:after, .modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

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

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media screen and (min-width: 992px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px;
    color: #999
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 992px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 300px
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.affix {
    position: fixed
}

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

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-lg, .visible-md, .visible-sm, .visible-xs, td.visible-lg, td.visible-md, td.visible-sm, td.visible-xs, th.visible-lg, th.visible-md, th.visible-sm, th.visible-xs, tr.visible-lg, tr.visible-md, tr.visible-sm, tr.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs, th.hidden-xs {
    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: 992px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

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

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

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 992px) 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-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important
    }
}

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

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md, th.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.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-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.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
    }

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

/*carousel.min.css*/
.navbar-wrapper {
    position: relative;
    z-index: 15
}

.carousel {
    margin-bottom: 60px;
    margin-top: 0
}

.carousel-caption {
    z-index: 10
}

.carousel .item {
    height: 769px;
    background-color: #777
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: center;
    min-width: 1920px;
    min-height: 100%;
    height: 769px
}

.marketing {
    padding-left: 15px;
    padding-right: 15px
}

.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px
}

.marketing h2 {
    font-weight: 400
}

.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px
}

.featurette-divider {
    margin: 80px 0
}

.featurette-divider2 {
    margin: 25px 0 35px
}

.featurette-divider3 {
    margin: 30px 0
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}

@media (min-width: 768px) {
    .marketing {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-wrapper {
        margin-top: 20px
    }

    .navbar-wrapper .navbar {
        border-radius: 4px
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4
    }

    .featurette-heading {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px
    }
}

/*settings2-min.css*/
.tp-caption.tp-hidden-caption, .tp-hide-revslider {
    visibility: hidden !important;
    display: none !important
}

.tp-caption {
    z-index: 1
}

.tp-caption.big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    padding: 1px 4px 3px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #000;
    letter-spacing: 0
}

.tp-caption.big_orange {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    font-family: Arial;
    padding: 0 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #fb7354;
    letter-spacing: -1.5px
}

.tp-caption.big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    padding: 0 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #fff;
    letter-spacing: -1.5px
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.tp-caption.large_black_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    letter-spacing: 0
}

.tp-caption.very_large_black_text {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.bold_red_text {
    position: absolute;
    color: #d31e00;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.bold_brown_text {
    position: absolute;
    color: #a04606;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.bold_green_text {
    position: absolute;
    color: #5b9830;
    text-shadow: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Open Sans', sans;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 3px;
    background-color: #7e8e96
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 1px 4px 0;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 10px 3px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0;
    top: 0
}

.button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px
}

.button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../images/gradient/g40.png) repeat-x top
}

.button.big:hover, .button:hover, .purchase:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: 400
    }

    a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width: 0) and (max-width: 479px) {
    .button {
        padding: 2px 5px;
        line-height: 20px !important;
        font-size: 10px !important
    }

    a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.button.green, .button:hover.green, .purchase.green, .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.button.blue, .button:hover.blue, .purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.button.red, .button:hover.red, .purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.button.orange, .button:hover.orange, .purchase.orange, .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.button.darkgrey, .button.grey, .button:hover.darkgrey, .button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.button.lightgrey, .button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.png) 0 0/100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.png) 0 0/100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.png) 0 0/100% no-repeat;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out
}

.tp-bullets.hidebullets {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.png) top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: -10px;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.png) bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: -12px
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: -10px
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: -10px
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.png) top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.png) bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet.selected, .tp-bullets.simplebullets .bullet:hover {
    background-position: top left
}

.tp-bullets.simplebullets.navbar .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
    background-position: bottom left
}

.tparrows {
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out
}

.tparrows.hidearrows {
    -ms-filter: "alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.png) top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: -7px
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.png) top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: -7px
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.png) top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: -13px
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.png) top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: -13px
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.png) top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.png) top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.png) top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.png) top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: -9px
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: -9px
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: -9px
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/left-ico.png);
    width: 56px;
    height: 56px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/right-ico.png);
    width: 56px;
    height: 56px
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0 0;
    margin: 0;
    float: left;
    -ms-filter: "alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet.selected, .tp-bullets.tp-thumbs .bullet:hover {
    -ms-filter: "alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../assets/timer.png);
    position: absolute;
    z-index: 200;
    top: 480px
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs, .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important
    }
}

@media only screen and (min-width: 0) and (max-width: 479px) {
    .responsive .tp-bullets, .responsive .tparrows {
        display: none
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png)
}

.tp-loader {
    background: url(../assets/loader.gif) 10px 10px no-repeat #333;
    margin: -22px;
    top: 50%;
    left: 50%;
    z-index: 100;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-transparentimg {
    content: "url(../assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

/*hover-min.css*/
.button {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.grow:active, .grow:focus, .grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.shrink {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.shrink:active, .shrink:focus, .shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@-webkit-keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.pulse {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.pulse:active, .pulse:focus, .pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.pulse-grow {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.pulse-grow:active, .pulse-grow:focus, .pulse-grow:hover {
    -webkit-animation-name: pulse-grow;
    animation-name: pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.pulse-shrink {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.pulse-shrink:active, .pulse-shrink:focus, .pulse-shrink:hover {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.push {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.push:active, .push:focus, .push:hover {
    -webkit-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.pop {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.pop:active, .pop:focus, .pop:hover {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.rotate {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.rotate:active, .rotate:focus, .rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.grow-rotate {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.grow-rotate:active, .grow-rotate:focus, .grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.float {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.float:active, .float:focus, .float:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.sink {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.sink:active, .sink:focus, .sink:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

.hover {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hover:active, .hover:focus, .hover:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes hang {
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.hang {
    display: inline-block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hang:active, .hang:focus, .hang:hover {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hang;
    animation-name: hang;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.skew {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.skew:active, .skew:focus, .skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.skew-forward {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.skew-forward:active, .skew-forward:focus, .skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.skew-backward {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.skew-backward:active, .skew-backward:focus, .skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.wobble-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-vertical:active, .wobble-vertical:focus, .wobble-vertical:hover {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-horizontal:active, .wobble-horizontal:focus, .wobble-horizontal:hover {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.wobble-to-bottom-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-to-bottom-right:active, .wobble-to-bottom-right:focus, .wobble-to-bottom-right:hover {
    -webkit-animation-name: wobble-to-bottom-right;
    animation-name: wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.wobble-to-top-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-to-top-right:active, .wobble-to-top-right:focus, .wobble-to-top-right:hover {
    -webkit-animation-name: wobble-to-top-right;
    animation-name: wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.wobble-top {
    display: inline-block;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-top:active, .wobble-top:focus, .wobble-top:hover {
    -webkit-animation-name: wobble-top;
    animation-name: wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.wobble-bottom {
    display: inline-block;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-bottom:active, .wobble-bottom:focus, .wobble-bottom:hover {
    -webkit-animation-name: wobble-bottom;
    animation-name: wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

.wobble-skew {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.wobble-skew:active, .wobble-skew:focus, .wobble-skew:hover {
    -webkit-animation-name: wobble-skew;
    animation-name: wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.buzz {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.buzz:active, .buzz:focus, .buzz:hover {
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.buzz-out {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.buzz-out:active, .buzz-out:focus, .buzz-out:hover {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.border-fade {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}

.border-fade:active, .border-fade:focus, .border-fade:hover {
    box-shadow: inset 0 0 0 4px #666, 0 0 1px rgba(0, 0, 0, 0)
}

.hollow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}

.hollow:active, .hollow:focus, .hollow:hover {
    background: 0 0
}

.trim {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.trim:before {
    content: '';
    position: absolute;
    border: #fff solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.trim:active:before, .trim:focus:before, .trim:hover:before {
    opacity: 1
}

.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.outline-outward:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.outline-outward:active:before, .outline-outward:focus:before, .outline-outward:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.outline-inward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.outline-inward:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.outline-inward:active:before, .outline-inward:focus:before, .outline-inward:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.round-corners {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.round-corners:active, .round-corners:focus, .round-corners:hover {
    border-radius: 1em
}

.glow {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.glow:active, .glow:focus, .glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.box-shadow-outset {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.box-shadow-outset:active, .box-shadow-outset:focus, .box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.box-shadow-inset {
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.box-shadow-inset:active, .box-shadow-inset:focus, .box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0)
}

.float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.float-shadow:active, .float-shadow:focus, .float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.float-shadow:active:before, .float-shadow:focus:before, .float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
}

@-webkit-keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}

@keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4
    }
}

.hover-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hover-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hover-shadow:active, .hover-shadow:focus, .hover-shadow:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.hover-shadow:active:before, .hover-shadow:focus:before, .hover-shadow:hover:before {
    opacity: .4;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-name: hover-shadow;
    animation-name: hover-shadow;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.shadow-radial {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.shadow-radial:after, .shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.shadow-radial:before {
    bottom: 100%;
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.shadow-radial:after {
    top: 100%;
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.shadow-radial:active:after, .shadow-radial:active:before, .shadow-radial:focus:after, .shadow-radial:focus:before, .shadow-radial:hover:after, .shadow-radial:hover:before {
    opacity: 1
}

.bubble-top {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top;
    transition-property: top;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1
}

.bubble-top:active:before, .bubble-top:focus:before, .bubble-top:hover:before {
    top: -10px
}

.bubble-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: right;
    transition-property: right;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1
}

.bubble-right:active:before, .bubble-right:focus:before, .bubble-right:hover:before {
    right: -10px
}

.bubble-bottom {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: bottom;
    transition-property: bottom;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent
}

.bubble-bottom:active:before, .bubble-bottom:focus:before, .bubble-bottom:hover:before {
    bottom: -10px
}

.bubble-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: left;
    transition-property: left;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent
}

.bubble-left:active:before, .bubble-left:focus:before, .bubble-left:hover:before {
    left: -10px
}

.bubble-float-top {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top;
    transition-property: top
}

.bubble-float-top:active, .bubble-float-top:focus, .bubble-float-top:hover {
    -webkit-transform: translateY(5px) translateZ(0);
    transform: translateY(5px) translateZ(0)
}

.bubble-float-top:active:before, .bubble-float-top:focus:before, .bubble-float-top:hover:before {
    top: -10px
}

.bubble-float-right {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: right;
    transition-property: right
}

.bubble-float-right:active, .bubble-float-right:focus, .bubble-float-right:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.bubble-float-right:active:before, .bubble-float-right:focus:before, .bubble-float-right:hover:before {
    right: -10px
}

.bubble-float-bottom {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: bottom;
    transition-property: bottom
}

.bubble-float-bottom:active, .bubble-float-bottom:focus, .bubble-float-bottom:hover {
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0)
}

.bubble-float-bottom:active:before, .bubble-float-bottom:focus:before, .bubble-float-bottom:hover:before {
    bottom: -10px
}

.bubble-float-left {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: left;
    transition-property: left
}

.bubble-float-left:active, .bubble-float-left:focus, .bubble-float-left:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.bubble-float-left:active:before, .bubble-float-left:focus:before, .bubble-float-left:hover:before {
    left: -10px
}

.curl-top-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.curl-top-left:active:before, .curl-top-left:focus:before, .curl-top-left:hover:before {
    width: 25px;
    height: 25px
}

.curl-top-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.curl-top-right:active:before, .curl-top-right:focus:before, .curl-top-right:hover:before {
    width: 25px;
    height: 25px
}

.curl-bottom-right {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.curl-bottom-right:active:before, .curl-bottom-right:focus:before, .curl-bottom-right:hover:before {
    width: 25px;
    height: 25px
}

.curl-bottom-left {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width, height;
    transition-property: width, height
}

.curl-bottom-left:active:before, .curl-bottom-left:focus:before, .curl-bottom-left:hover:before {
    width: 25px;
    height: 25px
}

/*font-lato*/
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: LatoLight;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Light.woff) format('woff'), url(../fonts/Lato-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: LatoBold;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Lato-Bold.woff) format('woff'), url(../fonts/Lato-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
/*font open sans*/
/* BEGIN Light */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Light.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

/* END Light */
/* BEGIN Light Italic */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-LightItalic.eot?v=1.1.0");
    src: url("../fonts/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
}

/* END Light Italic */
/* BEGIN Regular */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* END Regular */
/* BEGIN Bold */
@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold.eot?v=1.1.0");
    src: url("../fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

/* END Bold */
/*custom*/

@media (min-width: 992px) {
    ul.nav li.dropdown > ul.dropdown-menu {
        display: block;
        margin-top: 40px;
        opacity: 0;
        max-width: 0;
        max-height: 0;
        transition: all .3s ease-in-out;
        overflow: hidden
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        max-width: 900px;
        max-height: 500px
    }
}

.lightcaret {
    width: 10px;
    height: 5px;
    background: url(../images/caret.png) no-repeat;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle
}

.hideit {
    border: 0;
    width: 0
}

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

ul.droplist {
    list-style: none
}

ul.droplist li {
    line-height: 30px;
    border-bottom: 1px solid #efefef;
    padding: 0 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

ul.droplist li.dropdown-header {
    padding: 0 20px
}

ul.droplist li:hover.dropdown-header {
    background: #fff
}

ul.droplist li:hover {
    background: #efefef
}

ul.droplist li a {
    color: #444;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

ul.droplist li:hover a {
    color: #2d4386;
    text-decoration: none
}

ul.droplist li.dropdown-title {
    font-family: "Open Sans";
    font-size: 14px;
    color: #ccc;
    padding: 0 20px
}

ul.droplist li:hover.dropdown-title {
    background: #fff
}

ul.droplist li.inactive a {
    color: #999;
    cursor: default
}

ul.droplist li:hover.inactive {
    background: #fff
}

.dropwidth01 {
    width: 650px
}

.dropwidth02 {
    width: 400px
}

.z-index100 {
    z-index: 100
}

.z-index200 {
    z-index: 200;
}

.mtnav {
    position: relative;
    top: 0
}

.navbar-wrapper2 {
    min-height: 90px;
    background: #fff;
    border-bottom: 0 solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    padding-bottom: 0
}

.mtslide {
    position: relative;
    top: 20px
}

.mtslide2 {
    position: relative;
    top: 0
}

@media (min-width: 992px) {
    .navbar-wrapper2 {
        min-height: 90px;
        background: #fff;
        border-bottom: 0 solid #ccc;
        box-shadow: 0 0 5px rgba(0, 0, 0, .13);
        padding-bottom: 0
    }

    .mtnav {
        position: relative;
        top: 20px
    }

    .mtslide {
        position: relative;
        top: 90px
    }
}

.tp-leftarrow, .tp-rightarrow {
    top: 240px !important
}

@media (min-width: 992px) {
    .tp-leftarrow, .tp-rightarrow {
        top: 50% !important
    }
}

img.fullwidth {
    width: 100%;
    height: 261px
}

img.logo {
    float: left;
    margin-top: 5px;
    width: 60px
}

.none {
    display: none
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.inline {
    display: inline
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    margin: 0 auto;
    text-align: center
}

.textleft {
    text-align: left
}

.textright {
    text-align: right
}

.textcenter {
    text-align: center
}

.caps {
    text-transform: uppercase
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed !important
}

.cpointer {
    cursor: pointer
}

.cunvailable {
    cursor: not-allowed
}

.indent0 {
    text-indent: 0
}

.fullwidth {
    width: 100%
}

.w200 {
    width: 200px
}

.w220 {
    width: 220px
}

.w230 {
    width: 230px
}

.ohidden {
    overflow: hidden
}

.posright-0 {
    right: auto !important
}

.line1 {
    background: #e7e7e7;
    height: 1px;
    margin: 16px 0 6px;
    padding: 0;
    display: block
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px;
    padding: 0;
    display: block
}

.line3 {
    background: #e8e8e8;
    height: 1px;
    margin: 0;
    padding: 0;
    display: block
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px;
    padding: 0;
    display: block
}

.line5 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0 12px;
    padding: 0;
    display: block
}

.line7 {
    background: #333;
    height: 1px;
    margin: 4px 0 0;
    padding: 0;
    display: block
}

.line8 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0;
    padding: 0;
    display: block
}

.xslim {
    font-weight: 100
}

.slim {
    font-weight: 300
}

.normal {
    font-weight: 400
}

.fat {
    font-weight: 600
}

.bold {
    font-weight: 700 !important;
}

.wh40 {
    border-radius: 8px !important;
    height: 34px !important;
    width: 48px !important
}

.wh40 span.baggage, .wh40 span.golf, .wh40 span.parcel, .wh40 span.skis {
    margin: 0 0 0 4px
}

.wh30 {
    border-radius: 8px !important;
    height: 33px !important;
    width: 40px !important
}

.wh80 {
    border-radius: 8px !important;
    height: 34px !important;
    width: 80px !important
}

.wh30 span.baggage, .wh30 span.golf, .wh30 span.parcel, .wh30 span.skis {
    margin: 0;
    font-size: 12px
}

.wh50 {
    border-radius: 8px !important;
    height: 40px !important;
    width: 60px !important
}

.lh1 {
    line-height: 7px !important
}

.lh2 {
    line-height: 15px
}

.lh3 {
    line-height: 60px
}

.lh4 {
    line-height: 17px
}

.lh5 {
    line-height: 36px
}

.lh6 {
    line-height: 40px
}

.lh7 {
    line-height: 25px
}

.lh8 {
    line-height: 20px
}

.lato {
    font-family: Lato
}

.latoLight {
    font-family: LatoLight
}

.latoBold {
    font-family: LatoBold
}

.opensans {
    font-family: "Open Sans" !important
}

.dax {
    font-family: Dax-Regular !important
}

.size8 {
    font-size: 8px
}

.size10 {
    font-size: 10px
}

.size11 {
    font-size: 11px
}

.size12 {
    font-size: 12px
}

.size13 {
    font-size: 13px !important
}

.size14 {
    font-size: 14px
}

.size17 {
    font-size: 17px
}

.size16 {
    font-size: 16px
}

.size18 {
    font-size: 18px
}

.size20 {
    font-size: 20px
}

.size22 {
    font-size: 22px
}

.size24 {
    font-size: 24px
}

.size28 {
    font-size: 28px
}

.size26 {
    font-size: 26px
}

.size30 {
    font-size: 30px
}

.size31 {
    font-size: 31px
}

.size34 {
    font-size: 34px
}

.size40 {
    font-size: 40px
}

.size48 {
    font-size: 48px
}

.size60 {
    font-size: 60px
}

.size65 {
    font-size: 65px
}

.size100 {
    font-size: 100px
}

.white {
    color: #fff
}

.dark {
    color: #333
}

.lgrey, .lightgrey {
    color: #ccc
}

.grey {
    color: #777
}

.grey2 {
    color: #666
}

.green {
    color: #72bf66
}

.green2 {
    color: #393
}

.lblue {
    color: #2d4386
}

.yellow {
    color: #ff0
}

.yellow2 {
    color: #c6a265
}

.red {
    color: #f30
}

.lred {
    color: #f96
}

.lred2 {
    color: #ff5a00
}

.lred3 {
    color: #FE0E02
}

.black {
    color: #000
}

a.dark {
    color: #333;
    text-decoration: none
}

.bg-lgray {
    background-color: #ddd !important
}

a:hover.dark {
    color: #2d4386;
    text-decoration: none
}

a.grey {
    color: #777;
    font-weight: 400
}

a.orange {
    color: #2d4386
}

a.whitelink {
    color: #fff
}

a.greylink {
    color: #666
}

a.clblue {
    color: #2d4386
}

a:hover.clblue {
    color: #72bf66
}

a.green2 {
    color: #72bf66;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

a:hover.green2 {
    color: #393;
    font-weight: 400;
    text-decoration: none
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.txtshadow {
    text-shadow: 0 1px 0 #000
}

.txtshadow1 {
    text-shadow: 4px 4px 4px #000
}

.fwi {
    width: 100%;
    height: 261px;
    overflow: hidden;
    position: relative
}

.fwi img {
    width: 100%;
    margin-left: 0
}

@media (min-width: 992px) {
    .fwi img {
        width: 120%;
        margin-left: -20px
    }
}

@media (min-width: 1200px) {
    .fwi img {
        width: 100%;
        margin-left: 0
    }
}

.sliderbg {
    position: fixed;
    background: url(../assets/slider-bg.png) center center #333
}

.sliderbg2 {
    position: absolute;
    background: url(../modules/simplemod/uploads/crop/send-my-baggage_copy1.jpg) center bottom no-repeat #f2f2f2;
    Width: 100%;
    height: 496px;
    margin-top: 84px;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.mhover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100000;
    background: rgba(21, 38, 47, .8)
}

.mhover span {
    width: 30px;
    height: 30px;
    margin-left: -30px;
    background: url(../images/sprite.png) 2px -148px;
    position: absolute;
    top: 50%;
    z-index: 100000
}

.mhover span img {
    width: 30px;
    height: 30px
}

.ctitle {
    width: 100%;
    height: 63px;
    padding: 18px;
    background: #15262f;
    position: relative;
    font-family: Lato;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.ctitle span {
    float: right;
    color: #72bf66;
    font-size: 18px
}

.ctitle a {
    float: right;
    padding: 4px 0 0 20px
}

.ctitle a img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -36px
}

.ctitle a:hover img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -54px
}

.ftitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #666;
    font-weight: 700
}

.ftitleblack {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #b1b8b8;
    font-weight: 700
}

.paddingg {
    padding: 0 !important
}

.paddinglg {
    padding-left: 0 !important
}

.paddingrg {
    padding-right: 0 !important
}

.paddingh10 {
    padding: 0 10px !important
}

.paddingv10 {
    padding: 10px 0 !important
}

.paddingv2 {
    padding: 2px 0 !important
}

.paddingg10 {
    padding: 10px !important
}

.paddingg15 {
    padding: 15px !important
}

.paddingg20 {
    padding: 20px !important
}

.paddingg20_5 {
    padding: 5px 10px 5px 20px !important
}

.paddingg5_0 {
    padding: 5px 0 !important
}

.paddingg5_0_10 {
    padding: 5px 15px 15px 0 !important
}

.paddingg5_10 {
    padding: 5px 10px !important
}

.pbottom5 {
    padding-bottom: 5px
}

.pbottom15 {
    padding-bottom: 10px
}

.pbottom20 {
    padding-bottom: 20px
}

.ptop15 {
    padding-top: 10px
}

.ptop10 {
    padding-top: 15px
}

.m1 {
    margin: 13px 0 0 22px
}

.pl5 {
    padding-left: 5px
}

.mt110 {
    position: relative;
    top: 90px
}

.mt1 {
    position: relative;
    top: 1px
}

.mt2 {
    position: relative;
    top: 2px
}

.mt3 {
    position: relative;
    top: 3px
}

.mt4 {
    position: relative;
    top: 4px
}

.mt5 {
    position: relative;
    top: 5px
}

.mt6 {
    position: relative;
    top: 6px
}

.mt7 {
    position: relative;
    top: 7px
}

.mt8 {
    position: relative;
    top: 8px
}

.mt9 {
    position: relative;
    top: 9px
}

.mt10 {
    position: relative;
    top: 20px
}

.mt15 {
    position: relative;
    top: 15px
}

.mt20 {
    position: relative;
    top: 20px
}

.mt25 {
    position: relative;
    top: 25px
}

.mt30 {
    position: relative;
    top: 30px
}

.mt-1 {
    position: relative;
    top: -1px
}

.mt-2 {
    position: relative;
    top: -2px
}

.mt-3 {
    position: relative;
    top: -3px
}

.mt-4 {
    position: relative;
    top: -4px
}

.mt-5 {
    position: relative;
    top: -5px
}

.mt-6 {
    position: relative;
    top: -6px
}

.mt-7 {
    position: relative;
    top: -7px
}

.mt-8 {
    position: relative;
    top: -8px
}

.mt-9 {
    position: relative;
    top: -9px
}

.mt-10 {
    position: relative;
    top: -10px
}

.mt-200 {
    position: relative;
    top: -261px
}

.mt-130 {
    position: relative;
    top: -130px
}

.ml0 {
    margin-left: 0
}

.ml5 {
    margin-left: 5px
}

.ml7 {
    margin-left: 7px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.cmtt {
    position: relative;
    top: 500px
}

.mr0 {
    margin-right: 0
}

.mr5 {
    margin-right: 5px
}

.mr7 {
    margin-right: 7px
}

.mr8 {
    margin-right: 8px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr-15 {
    margin-right: -15px;
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.pt-6 {
    position: relative;
    top: -6px
}

.ca01 {
    margin: 20px 0 0 30px
}

.ca02 {
    position: relative;
    top: -10px;
    margin: 8px 10px 0 0;
    color: #999
}

.ca03 {
    position: relative;
    top: -5px;
    margin: 7px 10px 0 0;
    color: #999
}

img.imgpos1 {
    margin: 0 10px
}

.margtop1 {
    margin-top: 1px !important
}

.margtop2 {
    margin-top: 2px !important
}

.margtop3 {
    margin-top: 3px !important
}

.margtop4 {
    margin-top: 4px !important
}

.margtop5 {
    margin-top: 5px !important
}

.margtop6 {
    margin-top: 6px !important
}

.margtop7 {
    margin-top: 7px !important
}

.margtop8 {
    margin-top: 8px !important
}

.margtop9 {
    margin-top: 9px !important
}

.margtop10 {
    margin-top: 10px !important
}

.margtop12 {
    margin-top: 12px !important
}

.margtop15 {
    margin-top: 15px !important
}

.margtop20 {
    margin-top: 20px !important
}

.margtop25 {
    margin-top: 25px !important
}

.margtop30 {
    margin-top: 30px !important
}

.margtop35 {
    margin-top: 35px !important
}

.margtop40 {
    margin-top: 40px !important
}

.margtop45 {
    margin-top: 45px !important
}

.margtop60 {
    margin-top: 60px !important
}

.margtop80 {
    margin-top: 80px !important
}

.margtop-0 {
    margin-top: 0
}

.margtop-1 {
    margin-top: -1px !important
}

.margtop-2 {
    margin-top: -2px !important
}

.margtop-3 {
    margin-top: -3px !important
}

.margtop-4 {
    margin-top: -4px !important
}

.margtop-5 {
    margin-top: -5px !important
}

.margtop-10 {
    margin-top: -10px !important
}

.margtop-15 {
    margin-top: -15px !important
}

.margtop-20 {
    margin-top: -20px !important
}

.margtop-25 {
    margin-top: -25px !important
}

.margtop-30 {
    margin-top: -30px !important
}

.margtop-35 {
    margin-top: -35px !important
}

.margtop-40 {
    margin-top: -40px !important
}

.margleft15 {
    margin-left: 15px !important
}

.margleft20 {
    margin-left: 20px !important
}

.margright5 {
    margin-right: 5px !important
}

.margright10 {
    margin-right: 10px !important
}

.margright20 {
    margin-right: 20px !important
}

.margbottom35 {
    margin-bottom: 35px !important
}

.margbottom30 {
    margin-bottom: 30px !important
}

.margbottom20 {
    margin-bottom: 20px !important
}

.margbottom15 {
    margin-bottom: 15px !important
}

.margbottom10 {
    margin-bottom: 10px !important
}

.margbottom0 {
    margin-bottom: 0 !important
}

.ls-1 {
    letter-spacing: -1px
}

.searchbg, .searchbg2 {
    height: 62px;
    width: 100%;
    position: absolute;
    top: 301px;
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    z-index: 100
}

.searchbg3 {
    height: 62px;
    width: 100%;
    position: absolute;
    top: 730px;
    display: block;
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
    z-index: 100
}

@media (min-width: 992px) {
    .searchbg2 {
        height: 62px;
        width: 100%;
        position: absolute;
        top: 171px;
        display: block;
        background: #f7f7f7;
        border-top: 1px solid #e8e8e8;
        z-index: 100
    }

    .searchbg3 {
        height: 62px;
        width: 100%;
        position: absolute;
        top: 301px;
        display: block;
        background: #f7f7f7;
        border-top: 1px solid #e8e8e8;
        z-index: 100
    }
}

.btn-search {
    margin-left: 30px;
    margin-top: 12px;
    border: 1px solid #2d4386;
    background: #2d4386;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d4386), to(#2d4386));
    background: -webkit-linear-gradient(top, #2d4386, #2d4386);
    background: -moz-linear-gradient(top, #2d4386, #2d4386);
    background: -ms-linear-gradient(top, #2d4386, #2d4386);
    background: -o-linear-gradient(top, #2d4386, #2d4386);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.btn-hand-cursor
{
    cursor: pointer;
    cursor: hand
}
.btn-search:hover {
    border-color: #72bf66;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #72bf66;
    background: -webkit-gradient(linear, left top, left bottom, from(#72bf66), to(#72bf66));
    background: -webkit-linear-gradient(top, #72bf66, #72bf66);
    background: -moz-linear-gradient(top, #72bf66, #72bf66);
    background: -ms-linear-gradient(top, #72bf66, #72bf66);
    background: -o-linear-gradient(top, #72bf66, #72bf66)
}

.btn-search3 {
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    border: 1px solid #2d4386;
    background: #2d4386;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d4386), to(#2d4386));
    background: -webkit-linear-gradient(top, #2d4386, #2d4386);
    background: -moz-linear-gradient(top, #2d4386, #2d4386);
    background: -ms-linear-gradient(top, #2d4386, #2d4386);
    background: -o-linear-gradient(top, #2d4386, #2d4386);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn-search3:hover {
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #2d4386;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d4386), to(#2d4386));
    background: -webkit-linear-gradient(top, #2d4386, #2d4386);
    background: -moz-linear-gradient(top, #2d4386, #2d4386);
    background: -ms-linear-gradient(top, #2d4386, #2d4386);
    background: -o-linear-gradient(top, #2d4386, #2d4386)
}

.btn-search4 {
    text-transform: uppercase;
    border: 1px solid #2d4386;
    background: #2d4386;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d4386), to(#2d4386));
    background: -webkit-linear-gradient(top, #2d4386, #2d4386);
    background: -moz-linear-gradient(top, #2d4386, #2d4386);
    background: -ms-linear-gradient(top, #2d4386, #2d4386);
    background: -o-linear-gradient(top, #2d4386, #2d4386);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, .18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn-search4:hover {
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #2d4386;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d4386), to(#2d4386));
    background: -webkit-linear-gradient(top, #2d4386, #2d4386);
    background: -moz-linear-gradient(top, #2d4386, #2d4386);
    background: -ms-linear-gradient(top, #2d4386, #2d4386);
    background: -o-linear-gradient(top, #2d4386, #2d4386)
}

.btn-search5 {
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 2px;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn-search5:hover {
    color: #333;
    border: 1px solid #bababa;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2)
}

.bluebtn {
    background: #2d4386;
    border: 1px solid #2d4386;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    color: #fff;
    font-family: "Open Sans";
    font-size: 31px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 1px 1px #333;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 100%
}

.bluebtn:hover {
    color: #fff;
    border: 1px solid #2d5286;
    background: #2d5286;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d5286), to(#2d5286));
    background: -webkit-linear-gradient(top, #2d5286, #2d5286);
    background: -moz-linear-gradient(top, #2d5286, #2d5286);
    background: -ms-linear-gradient(top, #2d5286, #2d5286);
    background: -o-linear-gradient(top, #2d5286, #2d5286)
}

a.add2fav {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e5e5;
    background: url(../images/btn-plus.png) 20px 0 no-repeat #fff;
    padding: 15px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #7c8c94;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 1px 1px 3px;
    box-shadow: rgba(0, 0, 0, .1) 1px 1px 3px
}

a:hover.add2fav {
    text-decoration: none;
    color: #666 !important;
    border: 1px solid #ccc;
    background: url(../images/btn-plus-over.png) 20px 0 no-repeat #fff
}

a:active.add2fav, a:link.add2fav, a:visited.add2fav {
    text-decoration: none;
    color: #7c8c94
}

.btnmarg {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .btnmarg {
        margin-bottom: 0
    }
}

.booknow {
    width: 100%;
    height: 52px;
    padding: 15px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #2d4386;
    background: url(../images/btn-book.png) -5px 0 no-repeat #2d4386;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px;
    box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px
}

.booknow:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: url(../images/btn-book.png) -5px -50px no-repeat #2d4386
}

a:active.booknow, a:link.booknow, a:visited.booknow {
    text-decoration: none;
    color: #fff
}

.updatebtn {
    border: 2px solid #ebebeb;
    padding: 5px 20px;
    background: #fff;
    color: #999;
    font-weight: 700;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.updatebtn:hover {
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.popularbtn {
    border: 2px solid #ebebeb;
    padding: 5px 10px;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.popularbtn:hover {
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.bookbtn {
    border: 2px solid #c1c1c1;
    padding: 2px 12px;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

a.bookbtn {
    text-decoration: none
}

.bookbtn-add {
    border: 2px solid #72bf66
}

.bookbtn-remove {
    border: 2px solid #c1c1c1
}

.bookbtn:hover {
    border: 2px solid #2d4386;
    color: #fff;
    background: #2d4386
}

.bookbtn-add:hover {
    border: 2px solid #72bf66;
    color: #fff;
    background: #72bf66
}

.bookbtn-remove:hover {
    border: 2px solid #c1c1c1;
    color: #fff;
    background: #c1c1c1
}

.bookbtn:hover.cunvailable {
    border: 2px solid #c1c1c1;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.gridbtn {
    width: 25px;
    background: url(../images/grid-icon.png) -2px 0 no-repeat #fff;
    border: 2px solid #ebebeb;
    padding: 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.gridbtn:hover {
    background: url(../images/grid-icon.png) -33px 0 no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.gridbtn.active {
    background: url(../images/grid-icon.png) -33px 0 no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: not-allowed
}

.listbtn {
    width: 25px;
    background: url(../images/grid-icon.png) -2px -31px no-repeat #fff;
    border: 2px solid #ebebeb;
    padding: 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.listbtn:hover {
    background: url(../images/grid-icon.png) -33px -31px no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.listbtn.active {
    background: url(../images/grid-icon.png) -33px -31px no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: not-allowed
}

.grid2btn {
    width: 25px;
    background: url(../images/grid-icon.png) -2px -62px no-repeat #fff;
    border: 2px solid #ebebeb;
    padding: 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.grid2btn:hover {
    background: url(../images/grid-icon.png) -33px -62px no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.grid2btn.active {
    background: url(../images/grid-icon.png) -33px -62px no-repeat #fff;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: not-allowed
}

.iosbtn {
    border: 2px solid #353535;
    background: 0 0;
    color: #353535;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.iosbtn:hover {
    border: 2px solid #353535;
    background: #353535;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase
}

.roundbtn {
    display: inline-block;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    padding-top: 16px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.roundbtn:hover {
    background: #15262f;
    border: 1px solid #15262f;
    color: #fff
}

.w50percent {
    width: 50%;
    float: left
}

.w50percentlast {
    width: 50%;
    float: right
}

.wh33percent {
    width: 33%
}

.wh66percent {
    width: 66%
}

.wh10percent {
    width: 10%
}

.wh20percent {
    width: 20%
}

.wh30percent {
    width: 30%
}

.wh40percent {
    width: 40%
}

.wh45percent {
    width: 45%
}

.wh50percent {
    width: 50%
}

.wh60percent {
    width: 60%
}

.wh70percent {
    width: 70%
}

.wh75percent {
    width: 75%
}

.wh80percent {
    width: 80%
}

.wh90percent {
    width: 90%
}

.wh100percent {
    width: 100%
}

.tab-content {
    background: #fff;
    padding: 30px;
    height: 324px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.tab-content2 {
    background: #fff;
    padding: 30px 15px;
    height: 324px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.tab-content3 {
    background: #fff;
    padding: 30px;
    height: 324px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.tab-content4 {
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 0 10px transparent;
    color: #999
}

#myTab2 > li > a > span.hidetext, #myTab > li > a > span.hidetext {
    display: none
}

@media (min-width: 992px) {
    .tab-content2 {
        background: #fff;
        padding: 30px 15px;
        height: 193px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    #myTab2 > li > a > span.hidetext, #myTab > li > a > span.hidetext {
        display: inline-block
    }
}

.nav-tabs > li {
    background: #2d4386
}

.nav-tabs > li.active > a span.flight, .nav-tabs > li.active > a:hover span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png)
}

.nav-tabs > li > a span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flight {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) 0 -18px
}

.nav-tabs > li.active > a span.hotel, .nav-tabs > li.active > a:hover span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px 0
}

.nav-tabs > li > a span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.hotel {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px -18px
}

.nav-tabs > li.active > a span.car, .nav-tabs > li.active > a:hover span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px 0
}

.nav-tabs > li > a span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.car {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px -18px
}

.nav-tabs > li.active > a span.suitcase, .nav-tabs > li.active > a:hover span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px 0
}

.nav-tabs > li > a span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.suitcase {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px -18px
}

.nav-tabs > li.active > a span.flighthotel, .nav-tabs > li.active > a:hover span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px 0
}

.nav-tabs > li > a span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flighthotel {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px -18px
}

.nav-tabs > li.active > a span.cruise, .nav-tabs > li.active > a:hover span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px 0
}

.nav-tabs > li > a span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.cruise {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px -18px
}

.nav-tabs > li.active > a span.hotelcar, .nav-tabs > li.active > a:hover span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px 0
}

.nav-tabs > li > a span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.hotelcar {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px -18px
}

.nav-tabs > li.active > a span.flighthotelcar, .nav-tabs > li.active > a:hover span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px 0
}

.nav-tabs > li > a span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flighthotelcar {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px -18px
}

.nav-tabs > li.active > a span.summary, .nav-tabs > li.active > a:hover span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px 0
}

.nav-tabs > li > a span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.summary {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px -18px
}

.nav-tabs > li.active > a span.rates, .nav-tabs > li.active > a:hover span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px 0
}

.nav-tabs > li > a span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.rates {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px -18px
}

.nav-tabs > li.active > a span.preferences, .nav-tabs > li.active > a:hover span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px 0
}

.nav-tabs > li > a span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.preferences {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px -18px
}

.nav-tabs > li.active > a span.maps, .nav-tabs > li.active > a:hover span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px 0
}

.nav-tabs > li > a span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.maps {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px -18px
}

.nav-tabs > li.active > a span.reviews, .nav-tabs > li.active > a:hover span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px 0
}

.nav-tabs > li > a span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.reviews {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px -18px
}

.nav-tabs > li.active > a span.thingstodo, .nav-tabs > li.active > a:hover span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px 0
}

.nav-tabs > li > a span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.thingstodo {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px -18px
}

#air, #air2, #car, #car2, #cruise2, #flighthotel2, #flighthotelcar2, #hotel, #hotel2, #hotelcar2, #vacations, #vacations2 {
    height: 203px;
    overflow-x: hidden
}

@media (min-width: 992px) {
    #air2, #car2, #cruise2, #flighthotel2, #flighthotelcar2, #hotel2, #hotelcar2, #vacations2 {
        height: 71px;
        overflow-x: hidden
    }
}

.lastminute {
    height: 990px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 495px;
    position: absolute;
    top: 0;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden
}

.lastminute2 {
    height: 450px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 240px;
    position: absolute;
    top: 0;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden
}

.lastminute3 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 560px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden
}

.lastminutecontact {
    height: 790px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 560px;
    position: absolute;
    top: 0;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden
}

.lmcc {
    opacity: 0;
    margin-top: 100px
}

.lcfix {
    background: #fff !important
}

.bgfix {
    background: #f2f2f2 !important
}

@media (min-width: 992px) {
    .lastminute, .lastminute2 {
        height: 277px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 110px;
        position: absolute;
        top: 0;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden
    }

    .lastminute3 {
        height: 250px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 60px;
        margin-bottom: 60px;
        margin-top: 90px;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden
    }

    .lastminutecontact {
        height: 277px;
        width: 100%;
        background: #f2f2f2;
        padding-top: 110px;
        position: absolute;
        top: 0;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
        overflow: hidden
    }

    .deals3 {
        height: 455px !important;
        width: 100%;
        background: #fff;
        padding-top: 120px !important;
        position: absolute;
        top: 0;
        text-align: left;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        color: #444;
        overflow: hidden;
        border-bottom: 0 solid #ccc
    }

    .deals4 {
        min-height: 300px;
        width: 100%;
        padding-top: 50px !important;
        text-align: left;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        color: #444;
        overflow: hidden;
        border-bottom: 0 solid #ccc
    }
}

.deals3 {
    height: 1500px;
    width: 100%;
    background: #fff;
    padding-top: 810px;
    position: absolute;
    top: 0;
    text-align: left;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    border-bottom: 0 solid #ccc
}

.deal {
    min-height: 78px;
    padding: 13px 0;
    border-bottom: 1px solid #ececec;
    font-family: Lato;
    font-weight: 400;
    font-size: 15px
}

img.dealthumb {
    float: left
}

.dealtitle {
    float: left;
    max-width: 60%;
    margin-left: 10px;
    border: 0 solid #000;
    line-height: 16px
}

.dealprice {
    float: right
}

.dtitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase
}

.deals4 {
    min-height: 140px;
    width: 100%;
    padding-top: 40px;
    text-align: left;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    border-bottom: 0 solid #ccc
}

.partners {
    background-color: #fff;
    padding: 15px 0
}

.lastminute4 {
    height: 250px;
    width: 100%;
    background: #f2f2f2;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 55px;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 5px
}

.list_carousel {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.list_carousel li {
    font-size: 40px;
    color: #999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 0 solid #efefef;
    width: 144px;
    height: 100px;
    padding: 0;
    margin: 0 11px;
    display: block;
    float: left;
    line-height: 10px;
    text-align: left
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0
}

.clearfix {
    float: none;
    clear: both
}

.prev {
    width: 17px;
    height: 100px;
    float: left;
    margin-left: 10px;
    background: #2d4386;
    position: absolute;
    top: 5px;
    left: -5px
}

.prev:hover {
    background: #2d5286
}

a.prev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -14px -54px;
    margin: 39px 0 0 2px
}

a:hover.prev img {
    width: 14px;
    height: 18px;
    display: block
}

.next {
    width: 17px;
    height: 100px;
    float: right;
    margin-right: 10px;
    background: #2d4386;
    position: absolute;
    top: 5px;
    right: -7px
}

.next:hover {
    background: #2d5286
}

a.next img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -54px;
    margin: 39px 0 0 3px
}

a:hover.next img {
    width: 14px;
    height: 18px;
    display: block
}

.pager {
    float: left;
    width: 300px;
    text-align: center
}

.pager a {
    margin: 0 5px;
    text-decoration: none
}

.pager a.selected {
    text-decoration: underline
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0
}

button.prev2 {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    position: absolute;
    bottom: 40px;
    left: -10px;
    z-index: 100;
    border: 0;
    background: 0 0
}

button.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -14px -36px;
    margin: 0 0 0 4px
}

button:hover.prev2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -42px -36px
}

.next2 {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    position: absolute;
    bottom: 40px;
    right: -11px;
    z-index: 100;
    border: 0;
    background: 0 0
}

button.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -36px;
    margin: 0 0 0 2px
}

button:hover.next2 img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -28px -36px
}

.footerbgblack {
    width: 100%;
    background: #FFF;
    padding: 60px 0;
    margin-top: 80px;
    overflow: hidden
}

.footerbg3black {
    width: 100%;
    background: #12222a;
    padding: 30px 0;
    overflow: hidden
}

.footerbg3black a {
    color: #999
}

.footerbg3black a:hover {
    color: #2d4386;
    text-decoration: none
}

.fccustom2black {
    background: #495459;
    height: 32px;
    color: #999 !important;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.footerbg {
    width: 100%;
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden
}

.footerbg2 {
    width: 100%;
    background: #E8E8E8;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
}

.footerbg2 a {
    color: #999;
    text-decoration: underline
}

.footerbg2 a:hover {
    color: #2d4386;
    text-decoration: none
}

.footerbg3 {
    width: 100%;
    background: #fff;
    padding: 30px 0;
    overflow: hidden
}

.footerbg3 a {
    color: #999
}

.footerbg3 a:hover {
    color: #2d4386;
    text-decoration: none
}

.footer {
    text-align: center;
    color: #999;
    font-size: 14px
}

.footer a {
    color: #2d4386;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.footer a:hover {
    color: #72BF66;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.scont {
    text-align: left;
    color: #999;
    font-size: 14px
}

.scont a {
    color: #2d4386;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.scont a:hover {
    color: #72BF66;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

ul.footerlist {
    padding-left: 0px;
    list-style: none
}

ul.footerlist li {
    line-height: 24px
}

ul.footerlist li a {
    color: #999
}

ul.footerlist li a:hover {
    color: #2d4386;
    text-decoration: none
}

ul.footerlistblack {
    padding-left: 20px;
    list-style-image: url(../images/li2.png)
}

ul.footerlistblack li {
    line-height: 24px
}

ul.footerlistblack li a {
    color: #999
}

ul.footerlistblack li a:hover {
    color: #2d4386;
    text-decoration: none
}

.pnr {
    font-family: "Open Sans";
    font-size: 28px;
    color: #2d4386;
    font-weight: 300
}

.fccustom {
    background: #f2f2f2;
    height: 32px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fccustom2 {
    background: #fff;
    height: 32px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btncustom {
    width: 32px;
    height: 32px;
    background: #2d4386;
    border: 0;;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden
}

.btncustom:hover {
    background: #72bf66;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff
}

.fbgfix {
    background: #FCFCFC;
    margin-top: 80px
}

.bordertop1 {
    border-top: 1px solid #e5e5e5
}

.bordertbottom1 {
    border-bottom: 1px solid #e5e5e5
}

.bordertype1 {
    height: 115px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999
}

.bordertype2 {
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px
}

.bordertype3 {
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px
}

.bordertype4 {
    border-left: 1px solid #e7e7e7;
    color: #999
}

.bordertype5 {
    border-right: 1px solid #e7e7e7;
    color: #999
}

.sfix {
    position: absolute;
    top: 995px
}

.sfix2 {
    position: absolute;
    top: 440px
}

.sfix3 {
    position: absolute;
    top: 790px
}

@media (min-width: 992px) {
    .sfix, .sfix2, .sfix3 {
        position: absolute;
        top: 277px
    }
}

.gotop {
    position: relative;
    top: 100px
}

a.gotop {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    margin: 0 auto
}

a.gotop img {
    width: 37px;
    height: 37px;
    display: block;
    background: url(../images/sprite.png) 0 -72px
}

a:hover.gotop img {
    width: 37px;
    height: 37px;
    display: block;
    background: url(../images/sprite.png) 0 -109px
}

a.social1, a.social2, a.social3, a.social4 {
    margin: 0 5px;
    position: relative;
    top: -120px
}

a.social1b, a.social2b, a.social3b, a.social4b {
    margin: 0 5px
}

.customSelect {
    background: url(../images/select.png) no-repeat right #fff;
    border: 2px solid #c1c1c1
}

.customSelect.customSelectOpen {
    background: url(../images/select-over.png) no-repeat right #fff;
    border-color: #66afe9;
    outline: 0
}

.customSelect2 {
    background: url(../images/select-intro.png) no-repeat right #e7e2e2;
    border: 0 solid #fff;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.customSelect2.customSelect2Open {
    background: url(../images/select-over.png) no-repeat right #e7e2e2;
    border: 0 solid #66afe9;
    color: #999;
    outline: 0
}

.mySelectCalendar {
    background: url(../images/calendar.png) no-repeat 98% 1px #fff
}

.mySelectCalendar2 {
    background: url(../images/calendar2.png) 98% 1px #fff
}

.mySelectBoxClass {
    white-space: normal;
    overflow: hidden;
}

.boxshadow {
    min-height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.boxshadow1 {
    min-height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    margin-bottom: 30px
}

.boxshadow2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.boxshadow3 {
    background: white;
    padding: 15px 30px 30px 30px;
    height: 342px;
}

@media (min-width: 992px) {
    .boxshadow, .boxshadow1 {
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .boxshadow3 {
        background: white;
        padding: 15px 30px 15px 30px;
        height: auto;
    }
}

.bscontainer {
    padding: 30px
}

.bscontainer h3 {
    margin: 10px 0 !important;
    min-height: 40px
}

img.fwimg {
    width: 100%
}

.slidercontainer .form-control {
    font-size: 16px;
    height: 42px;
    line-height: 1.72857;
    padding: 6px 0 6px 10px
}

.slidercontainer {
    width: 100%;
    height: 338px;
    color: #666
}

.scolleft {
    height: 100%
}

.scolright {
    background: #333;
    height: 100%;
    overflow: hidden;
    top: -387px
}

@media (min-width: 992px) {
    .scolleft {
        top: 0
    }

    .scolright {
        background: #333;
        height: 100%;
        overflow: hidden;
        top: 0
    }
}

.blacklable {
    height: 45px;
    padding: 2px 10px 8px 20px;
    display: block;
    background: rgba(255, 255, 255, .8);
    width: 200px
}

.blacklable h1, .blacklable h13, .blacklable h2 {
    margin-top: 8px
}

.bgwhite {
    background: rgba(255, 255, 255, .8);
    display: inline-block;
    padding: 10px
}

.bg-white {
    background-color: #fff
}

.lbl {
    position: relative
}

.smallblacklabel {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    font-family: LatoBold;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: rgba(24, 24, 24, .9)
}

span.flight-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url(../images/sprite.png) 0 -215px
}

span.hotel-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -22px -215px
}

span.car-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -44px -215px
}

span.suitcase-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -66px -215px
}

span.cruise-ico {
    width: 22px;
    height: 16px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -88px -215px
}

.carstab, .cruisestab, .flightcartab, .flighthotelcartab, .flighthoteltab, .flightstab, .hotelcartab, .hotelstab, .vacationstab {
    height: 205px;
    overflow: hidden
}

.slideup {
    position: absolute;
    top: -350px;
    width: 100%
}

.ctup {
    background-image: url(../images/eu.jpg);
    background-size: cover;
    background-position: fixed;
    margin-top: 160px;
    position: relative;
    z-index: 100;
    display: block
}

@media (min-width: 992px) {
    .ctup {
        background: url(../images/eu.jpg) center/cover no-repeat fixed #f2f2f2;
        padding-top: 165px;
        margin-top: 0;
        position: relative;
        z-index: 100;
        display: block
    }
}

.pagecontainer2 {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
    position: relative
}

.pagecontainer {
    background: #fff;
    margin-top: 32px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13)
}

.offset-0 {
    padding-left: 0;
    padding-right: 0 !important
}

.offset-1 {
    padding-left: 5px;
    padding-right: 5px
}

.offset-2 {
    padding-left: 15px;
    padding-right: 15px
}

.offset-3 {
    padding-left: 15px;
    padding-right: 0
}

.offset-4 {
    padding-right: 0 !important
}

.offset-5 {
    padding-left: 0 !important
}

@media (min-width: 992px) {
    .offset-3 {
        padding-left: 15px !important;
        padding-right: 0 !important
    }
}

.filters {
    background: #f2f2f2;
    font-family: 'Open Sans';
    color: #666
}

.rightcontent {
    min-height: 500px
}

.paddingbtm20 {
    padding-bottom: 20px
}

.padding0 {
    margin: 0 !important
}

.paddingb10 {
    padding-bottom: 10px !important
}

.padding20 {
    padding: 20px
}

.padding30 {
    padding: 30px
}

.hpadding30 {
    padding: 0 30px
}

.padding40 {
    padding: 40px
}

.padding50 {
    padding: 50px
}

.hpadding50 {
    padding: 0 50px
}

.padding20title {
    padding: 20px 20px 0
}

.hpadding20 {
    padding: 0 20px
}

.cpadding0 {
    padding: 50px 50px 30px
}

.cpadding1 {
    padding: 0 30px 10px 50px
}

.cpadding2 {
    padding: 0 50px 10px
}

.filtertip {
    height: 100px;
    background: #069;
    padding: 0;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 10px;
    font-family: 'Open Sans'
}

.filtertip a {
    color: #fff
}

.tip-arrow {
    width: 33px;
    height: 9px;
    background: url(../images/tip-arrow.png);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -15px
}

.breadcrub {
    margin-top: 70px;
    color: #ccc
}

@media (min-width: 992px) {
    .breadcrub {
        margin-top: 130px;
        color: #ccc
    }
}

.brlines {
    height: 8px;
    width: 100%;
    margin-top: 10px;
    background: url(../images/breadcrumb.png)
}

ul.bcrumbs {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.bcrumbs li {
    float: left;
    margin-left: 20px
}

ul.bcrumbs li a {
    color: #666
}

ul.bcrumbs li a:hover {
    color: #999;
    text-decoration: none
}

ul.bcrumbs li a.active {
    color: #999
}

a.homebtn {
    width: 21px;
    height: 21px;
    background: url(../images/home-icon.png) -16px -10px no-repeat #fff;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

a:hover.homebtn {
    background: url(../images/home-icon.png) -16px -33px no-repeat #222
}

a.backbtn {
    width: 21px;
    height: 21px;
    background: url(../images/back-icon.png) -16px -12px no-repeat #fff;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

a:hover.backbtn {
    background: url(../images/back-icon.png) -16px -31px no-repeat #222
}

.bookfilters {
    position: relative;
    font-size: 12px;
    padding-bottom: 60px;
    padding-top: 20px
}

.topsortby {
    padding-top: 30px;
    padding-bottom: 69px;
    border-bottom: 1px solid #e6e6e6
}

.itemlabel {
    background: #f2f2f2;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px
}

.listitem {
    background: #efefef;
    width: 100%;
    overflow: hidden;
    position: relative
}

.listitem img {
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.listitem:hover img {
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width: 992px) {
    .listitem {
        background: #efefef;
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative
    }
}

@media (max-width: 992px) {
    .listitem img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .listitem:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .slideup {
        position: absolute;
        top: -650px;
        width: 100%
    }

    .hidden-md {
        display: none !important
    }

    .navbar-header {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .listitem img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .listitem:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
}

.itemlabel2, .itemlabel3 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden
}

.labelright {
    float: right;
    height: 100%;
    padding: 10px;
    border-left: 1px solid #e8e8e8
}

.labelleft {
    padding: 10px 0 15px 15px
}

.labelleft2 {
    padding: 10px 0 15px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 18px
}

.listitem2 {
    background: #efefef;
    height: 210px;
    overflow: hidden;
    position: relative
}

.listitem2 img {
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.listitem2:hover img {
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (max-width: 992px) {
    .listitem2 {
        background: #efefef;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative
    }

    .listitem2 img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .listitem2:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
}

@media (min-width: 1200px) {
    .listitem2 img {
        width: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

    .listitem2:hover img {
        width: 120%;
        margin-left: -10%;
        margin-top: -10%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
}

.fav-icon {
    width: 25px;
    height: 23px;
    background: url(../images/fav-book-icons.png) 0 -70px no-repeat;
    position: absolute;
    top: 0
}

.fav-icon:hover {
    width: 25px;
    height: 23px;
    background: url(../images/fav-book-icons.png) 0 -93px no-repeat;
    position: absolute;
    top: 0
}

.book-icon {
    width: 25px;
    height: 23px;
    background: url(../images/fav-book-icons.png) no-repeat;
    position: absolute;
    top: 0
}

.book-icon:hover {
    width: 25px;
    height: 23px;
    background: url(../images/fav-book-icons.png) 0 -23px no-repeat;
    position: absolute;
    top: 0
}

.collapsebtn {
    width: 100%;
    height: 32px;
    border: 0 solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700
}

.collapsebtn span.collapsearrow {
    width: 9px;
    height: 8px;
    float: right;
    margin-top: 10px;
    background: url(../images/collapsearrow.png) 0 -8px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.collapsebtn.collapsed span.collapsearrow {
    width: 9px;
    height: 8px;
    float: right;
    margin-top: 10px;
    background: url(../images/collapsearrow.png) no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.collapsebtn2 {
    width: 100%;
    height: 32px;
    border: 0 solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #15262f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    background: #fff
}

.collapsebtn2 span.collapsearrow {
    width: 9px;
    height: 8px;
    float: right;
    margin-top: 10px;
    background: url(../images/collapsearrow.png) 0 -8px no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.collapsebtn2.collapsed span.collapsearrow {
    width: 9px;
    height: 8px;
    float: right;
    margin-top: 10px;
    background: url(../images/collapsearrow.png) no-repeat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.collapsebtn3 {
    width: 9px;
    height: 6px;
    border: 0 solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: url(../images/arrows.png) 0 -6px no-repeat
}

.collapsebtn3.collapsed {
    width: 9px;
    height: 6px;
    border: 0 solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    background: url(../images/arrows.png) no-repeat
}

ul.hotelpreferences {
    margin: 0;
    padding: 0;
    list-style: none
}

.hotelpreferences li {
    width: 28px;
    height: 28px;
    background: url('') #fff;
    border: 2px solid #efefef;
    border: 2px solid #ebebeb;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 2px
}

.hotelpreferences li.icohp-internet {
    background: url(../images/hotelpref-ico.png) -3px -3px no-repeat #fff
}

.hotelpreferences li:hover.icohp-internet {
    background: url(../images/hotelpref-ico.png) -33px -3px no-repeat #fff
}

.hotelpreferences li.icohp-air {
    background: url(../images/hotelpref-ico.png) -3px -33px no-repeat #fff
}

.hotelpreferences li:hover.icohp-air {
    background: url(../images/hotelpref-ico.png) -33px -33px no-repeat #fff
}

.hotelpreferences li.icohp-pool {
    background: url(../images/hotelpref-ico.png) -3px -63px no-repeat #fff
}

.hotelpreferences li:hover.icohp-pool {
    background: url(../images/hotelpref-ico.png) -33px -63px no-repeat #fff
}

.hotelpreferences li.icohp-childcare {
    background: url(../images/hotelpref-ico.png) -3px -93px no-repeat #fff
}

.hotelpreferences li:hover.icohp-childcare {
    background: url(../images/hotelpref-ico.png) -33px -93px no-repeat #fff
}

.hotelpreferences li.icohp-fitness {
    background: url(../images/hotelpref-ico.png) -3px -123px no-repeat #fff
}

.hotelpreferences li:hover.icohp-fitness {
    background: url(../images/hotelpref-ico.png) -33px -123px no-repeat #fff
}

.hotelpreferences li.icohp-breakfast {
    background: url(../images/hotelpref-ico.png) -3px -153px no-repeat #fff
}

.hotelpreferences li:hover.icohp-breakfast {
    background: url(../images/hotelpref-ico.png) -33px -153px no-repeat #fff
}

.hotelpreferences li.icohp-parking {
    background: url(../images/hotelpref-ico.png) -3px -183px no-repeat #fff
}

.hotelpreferences li:hover.icohp-parking {
    background: url(../images/hotelpref-ico.png) -33px -183px no-repeat #fff
}

.hotelpreferences li.icohp-pets {
    background: url(../images/hotelpref-ico.png) -3px -213px no-repeat #fff
}

.hotelpreferences li:hover.icohp-pets {
    background: url(../images/hotelpref-ico.png) -33px -213px no-repeat #fff
}

.hotelpreferences li.icohp-spa {
    background: url(../images/hotelpref-ico.png) -3px -243px no-repeat #fff
}

.hotelpreferences li:hover.icohp-spa {
    background: url(../images/hotelpref-ico.png) -33px -243px no-repeat #fff
}

.hotelpreferences li.icohp-hairdryer {
    background: url(../images/hotelpref-ico.png) -3px -273px no-repeat #fff
}

.hotelpreferences li:hover.icohp-hairdryer {
    background: url(../images/hotelpref-ico.png) -33px -273px no-repeat #fff
}

.hotelpreferences li.icohp-garden {
    background: url(../images/hotelpref-ico.png) -3px -303px no-repeat #fff
}

.hotelpreferences li:hover.icohp-garden {
    background: url(../images/hotelpref-ico.png) -33px -303px no-repeat #fff
}

.hotelpreferences li.icohp-grill {
    background: url(../images/hotelpref-ico.png) -3px -333px no-repeat #fff
}

.hotelpreferences li:hover.icohp-grill {
    background: url(../images/hotelpref-ico.png) -33px -333px no-repeat #fff
}

.hotelpreferences li.icohp-kitchen {
    background: url(../images/hotelpref-ico.png) -3px -363px no-repeat #fff
}

.hotelpreferences li:hover.icohp-kitchen {
    background: url(../images/hotelpref-ico.png) -33px -363px no-repeat #fff
}

.hotelpreferences li.icohp-bar {
    background: url(../images/hotelpref-ico.png) -3px -393px no-repeat #fff
}

.hotelpreferences li:hover.icohp-bar {
    background: url(../images/hotelpref-ico.png) -33px -393px no-repeat #fff
}

.hotelpreferences li.icohp-living {
    background: url(../images/hotelpref-ico.png) -3px -423px no-repeat #fff
}

.hotelpreferences li:hover.icohp-living {
    background: url(../images/hotelpref-ico.png) -33px -423px no-repeat #fff
}

.hotelpreferences li.icohp-tv {
    background: url(../images/hotelpref-ico.png) -3px -453px no-repeat #fff
}

.hotelpreferences li:hover.icohp-tv {
    background: url(../images/hotelpref-ico.png) -33px -453px no-repeat #fff
}

.hotelpreferences li.icohp-fridge {
    background: url(../images/hotelpref-ico.png) -3px -483px no-repeat #fff
}

.hotelpreferences li:hover.icohp-fridge {
    background: url(../images/hotelpref-ico.png) -33px -483px no-repeat #fff
}

.hotelpreferences li.icohp-microwave {
    background: url(../images/hotelpref-ico.png) -3px -513px no-repeat #fff
}

.hotelpreferences li:hover.icohp-microwave {
    background: url(../images/hotelpref-ico.png) -33px -513px no-repeat #fff
}

.hotelpreferences li.icohp-washing {
    background: url(../images/hotelpref-ico.png) -3px -543px no-repeat #fff
}

.hotelpreferences li:hover.icohp-washing {
    background: url(../images/hotelpref-ico.png) -33px -543px no-repeat #fff
}

.hotelpreferences li.icohp-roomservice {
    background: url(../images/hotelpref-ico.png) -3px -573px no-repeat #fff
}

.hotelpreferences li:hover.icohp-roomservice {
    background: url(../images/hotelpref-ico.png) -33px -573px no-repeat #fff
}

.hotelpreferences li.icohp-safe {
    background: url(../images/hotelpref-ico.png) -3px -603px no-repeat #fff
}

.hotelpreferences li:hover.icohp-safe {
    background: url(../images/hotelpref-ico.png) -33px -603px no-repeat #fff
}

.hotelpreferences li.icohp-playground {
    background: url(../images/hotelpref-ico.png) -3px -633px no-repeat #fff
}

.hotelpreferences li:hover.icohp-playground {
    background: url(../images/hotelpref-ico.png) -33px -633px no-repeat #fff
}

.hotelpreferences li.icohp-conferenceroom {
    background: url(../images/hotelpref-ico.png) -3px -663px no-repeat #fff
}

.hotelpreferences li:hover.icohp-conferenceroom {
    background: url(../images/hotelpref-ico.png) -33px -663px no-repeat #fff
}

ul.hotelpreferences2 {
    margin: 0;
    padding: 0;
    list-style: none
}

.hotelpreferences2 li {
    width: 28px;
    height: 28px;
    background: url('') #72bf66;
    border: 2px solid #72bf66;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px
}

.hotelpreferences2 li.icohp-internet {
    background: url(../images/hotelpref-ico-green.png) -3px -3px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-internet {
    background: url(../images/hotelpref-ico-green.png) -33px -3px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-air {
    background: url(../images/hotelpref-ico-green.png) -3px -33px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-air {
    background: url(../images/hotelpref-ico-green.png) -33px -33px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-pool {
    background: url(../images/hotelpref-ico-green.png) -3px -63px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-pool {
    background: url(../images/hotelpref-ico-green.png) -33px -63px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-childcare {
    background: url(../images/hotelpref-ico-green.png) -3px -93px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-childcare {
    background: url(../images/hotelpref-ico-green.png) -33px -93px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-fitness {
    background: url(../images/hotelpref-ico-green.png) -3px -123px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-fitness {
    background: url(../images/hotelpref-ico-green.png) -33px -123px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-breakfast {
    background: url(../images/hotelpref-ico-green.png) -3px -153px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-breakfast {
    background: url(../images/hotelpref-ico-green.png) -33px -153px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-parking {
    background: url(../images/hotelpref-ico-green.png) -3px -183px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-parking {
    background: url(../images/hotelpref-ico-green.png) -33px -183px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-pets {
    background: url(../images/hotelpref-ico-green.png) -3px -213px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-pets {
    background: url(../images/hotelpref-ico-green.png) -33px -213px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-spa {
    background: url(../images/hotelpref-ico-green.png) -3px -243px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-spa {
    background: url(../images/hotelpref-ico-green.png) -33px -243px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-hairdryer {
    background: url(../images/hotelpref-ico-green.png) -3px -273px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-hairdryer {
    background: url(../images/hotelpref-ico-green.png) -33px -273px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-garden {
    background: url(../images/hotelpref-ico-green.png) -3px -303px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-garden {
    background: url(../images/hotelpref-ico-green.png) -33px -303px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-grill {
    background: url(../images/hotelpref-ico-green.png) -3px -333px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-grill {
    background: url(../images/hotelpref-ico-green.png) -33px -333px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-kitchen {
    background: url(../images/hotelpref-ico-green.png) -3px -363px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-kitchen {
    background: url(../images/hotelpref-ico-green.png) -33px -363px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-bar {
    background: url(../images/hotelpref-ico-green.png) -3px -393px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-bar {
    background: url(../images/hotelpref-ico-green.png) -33px -393px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-living {
    background: url(../images/hotelpref-ico-green.png) -3px -423px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-living {
    background: url(../images/hotelpref-ico-green.png) -33px -423px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-tv {
    background: url(../images/hotelpref-ico-green.png) -3px -453px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-tv {
    background: url(../images/hotelpref-ico-green.png) -33px -453px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-fridge {
    background: url(../images/hotelpref-ico-green.png) -3px -483px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-fridge {
    background: url(../images/hotelpref-ico-green.png) -33px -483px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-microwave {
    background: url(../images/hotelpref-ico-green.png) -3px -513px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-microwave {
    background: url(../images/hotelpref-ico-green.png) -33px -513px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-washing {
    background: url(../images/hotelpref-ico-green.png) -3px -543px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-washing {
    background: url(../images/hotelpref-ico-green.png) -33px -543px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-roomservice {
    background: url(../images/hotelpref-ico-green.png) -3px -573px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-roomservice {
    background: url(../images/hotelpref-ico-green.png) -33px -573px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-safe {
    background: url(../images/hotelpref-ico-green.png) -3px -603px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-safe {
    background: url(../images/hotelpref-ico-green.png) -33px -603px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-playground {
    background: url(../images/hotelpref-ico-green.png) -3px -633px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-playground {
    background: url(../images/hotelpref-ico-green.png) -33px -633px no-repeat #72bf66
}

.hotelpreferences2 li.icohp-conferenceroom {
    background: url(../images/hotelpref-ico-green.png) -3px -663px no-repeat #72bf66
}

.hotelpreferences2 li:hover.icohp-conferenceroom {
    background: url(../images/hotelpref-ico-green.png) -33px -663px no-repeat #72bf66
}

ul.hpref-text {
    list-style: none;
    margin-top: -5px;
    padding-left: 10px
}

.hpref-text li {
    margin-top: 12px
}

.testimonialbox {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px
}

.alsolikebox, .loginbox, .needassistancebox, .paymentbox {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 992px) {
    .testimonialbox {
        margin-left: 10px;
        margin-right: -15px;
        margin-top: 0
    }

    .alsolikebox, .loginbox, .needassistancebox, .paymentbox {
        margin-left: 10px;
        margin-right: -15px
    }
}

.testimonialbox2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.needassistancebox2 {
    margin-left: 0;
    margin-right: 0
}

.alsolikebox2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .testimonialbox2 {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 0
    }

    .alsolikebox2, .needassistancebox2 {
        margin-left: 0;
        margin-right: 20px
    }
}

.details-slider2 {
    height: 734px;
    overflow: hidden
}

@media (min-width: 992px) {
    .details-slider2 {
        height: 534px;
        overflow: hidden
    }
}

span.icon-quote {
    width: 27px;
    height: 27px;
    background: url(../images/icon-quote.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px
}

span.icon-help {
    width: 25px;
    height: 25px;
    background: url(../images/icon-phone.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px
}

span.icon-location {
    width: 17px;
    height: 24px;
    background: url(../images/icon-location.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px
}

span.icon-lockk {
    width: 23px;
    height: 29px;
    background: url(../images/lock.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px
}

.detailsright {
    min-height: 534px;
    border-left: 1px solid #e7e7e7
}

.details-slider {
    height: 334px;
    overflow: hidden
}

#inner {
    height: 334px
}

@media (min-width: 399px) and (max-width: 499px) {
    .details-slider {
        height: 434px;
        overflow: hidden
    }

    #inner {
        height: 434px
    }
}

@media (min-width: 500px) {
    .details-slider {
        height: 534px;
        overflow: hidden
    }

    #inner {
        height: 534px
    }

    .caroufredsel_wrapper {
        max-height: 400px !important
    }
}

#c-carousel {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    min-height: 534px
}

#c-carousel * {
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px
}

#wrapper {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#inner {
    width: 100%;
    min-width: 250px;
    max-width: 960px;
    position: absolute;
    top: 0;
    left: 0
}

#carousel-wrapper {
    background: #fff;
    width: 100%;
    height: 434px;
    position: absolute;
    bottom: 0;
    left: 0
}

#carousel {
    width: 800px;
    height: 500px;
    overflow: hidden
}

#carousel img {
    display: block;
    float: left;
    width: 100%
}

#pager-wrapper {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

#pager img {
    cursor: pointer;
    background: #fff;
    display: block;
    width: 120px;
    height: 80px;
    padding: 10px;
    margin: 10px;
    float: left
}

#pager img:hover {
    background: #eff
}

#pager img.selected {
    background: #dff
}

ul.checklist {
    margin: 0;
    padding: 0
}

.checklist li {
    list-style-image: url(../images/check.png);
    list-style-position: inside;
    padding: 5px;
    margin-left: -20px
}

ul.checklist2 {
    margin: 0;
    padding: 0
}

.checklist2 li {
    list-style-image: url(../images/check.png);
    list-style-position: inside;
    padding: 0;
    margin-left: 0;
    color: #72bf66
}

#map-canvas {
    width: 100%;
    height: 648px;
    display: none
}

#map-canvas2 {
    width: 100%;
    height: 80%;
    display: none
}

.gm-style-mtc:nth-child(1), .gm-style-mtc:nth-child(2) {
    margin-top: 25px
}

.scircle {
    width: 62px;
    height: 65px;
    background: url(../images/circle.png) no-repeat;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 14px 0 0 12px
}

.sctext {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #666
}

.circlewrap {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    position: relative
}

.circlewrap span {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    bottom: 0;
    right: -10px;
    background: #2d4386;
    color: #fff;
    font-size: 11px;
    padding-top: 3px
}

.circleimg {
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px
}

ul.circle-list {
    list-style: none;
    padding-left: 0
}

.circle-list li {
    float: left;
    background: #fff;
    width: 23px;
    height: 23px;
    color: #999;
    font-size: 11px;
    border: 2px solid #e7e7e7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding-top: 3px;
    padding-left: 1px;
    margin-left: 3px
}

ul.jslidetext {
    width: 100px;
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
    margin: 0 auto
}

.jslidetext li {
    margin-top: 10px
}

ul.jslidetext2 {
    width: 100px;
    list-style: none;
    padding-left: 0;
    text-align: right;
    margin: -5px auto 0
}

.jslidetext2 li {
    margin-top: 22px
}

#ascrail2000_ {
    width: 16px !important
}

.cstyle01 {
    display: inline-block;
    width: 100%;
    font-size: 13px
}

.cstyle02 {
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    margin-left: -20px;
    padding: 20px
}

.cstyle03 {
    background: #fff;
    margin-top: 580px;
    position: relative;
    z-index: 100;
    display: block
}

.cstyle04 {
    position: relative;
    top: -41px
}

.cstyle05 {
    display: block;
    background: #fff;
    width: 100%;
    height: 324px;
    overflow: hidden
}

.cstyle06 {
    padding: 60px 0 0
}

.cstyle07 {
    min-height: 570px
}

.cstyle08 {
    line-height: 7px;
    margin-top: 16px
}

.cstyle09 {
    display: inline-block;
    width: 100%;
    font-size: 13px
}

.cstyle10 {
    background: #2d4386;
    height: 40px;
    position: absolute;
    top: 0;
    width: 100%
}

.cstyle11 {
    background: #ccc;
    width: 100%;
    height: 100%
}

.mediafix1 {
    margin-top: 30px;
    margin-left: -15px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .mediafix1 {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0
    }
}

.login-fullwidith {
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.jpg) center center no-repeat #fff;
    position: relative
}

.login-wrap {
    width: 250px;
    height: 310px;
    background: 0 0;
    margin: auto;
    position: absolute
}

.cpadding50 {
    padding: 20px
}

.chpadding50 {
    padding: 0 20px
}

@media (min-width: 400px) {
    .login-wrap {
        width: 372px;
        height: 380px
    }

    .cpadding50 {
        padding: 50px
    }

    .chpadding50 {
        padding: 0 50px
    }

    img.login-img {
        margin-left: 5px;
        margin-bottom: 5px;
        width: 147px !important
    }

    .login-c1 {
        height: 195px !important
    }

    .login-c2 {
        height: 231px !important
    }

    .login-c3 {
        margin-top: 281px !important
    }

    .alignbottom {
        right: 50px !important
    }

    .alignbottom2 {
        left: 50px !important
    }
}

img.login-img {
    margin-left: 5px;
    margin-bottom: 5px;
    width: 110px
}

.login-c1 {
    width: 94%;
    height: 147px;
    background: #fff;
    z-index: 100;
    position: absolute;
    margin-left: 3%;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.login-c2 {
    width: 100%;
    height: 171px;
    background: #f2f2f2;
    color: #666;
    z-index: 50;
    margin-top: 50px;
    position: absolute;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.login-c3 {
    width: 94%;
    height: 54px;
    background: url(../images/login-blue.png) repeat-y left #069;
    z-index: 10;
    margin-top: 221px;
    margin-left: 3%;
    position: absolute
}

.logmargfix {
    padding-left: 3%;
    padding-right: 3%
}

input.logpadding {
    height: 42px
}

.alignbottom {
    position: absolute;
    bottom: 25px;
    right: 20px;
    margin-right: 3%
}

.alignbottom2 {
    position: absolute;
    bottom: 23px;
    left: 20px;
    margin-left: 3%
}

.login-c3 .right {
    margin-right: 20px;
    margin-top: 15px
}

.login-c3 .left {
    margin-left: 20px;
    margin-top: 15px
}

.login-c3 .left span {
    width: 26px;
    height: 26px;
    background: url(../images/login-home.png) no-repeat;
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 5px
}

.roundstep.active {
    width: 23px;
    height: 23px;
    background: #72bf66;
    color: #fff;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #72bf66
}

.roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #ccc
}

.navigation-tabs {
    height: 43px;
    border-bottom: 1px solid #ebebeb
}

.navigation-tabs li {
    height: 43px;
    float: left;
    background: #ebebeb;
    color: #999;
    padding: 0 15px 0 10px;
    margin: 0;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.navigation-tabs li a {
    color: #999
}

.navigation-tabs li.active {
    background: #fff;
    color: #333;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.navigation-tabs li.active a {
    color: #333
}

.profile-tabs {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.profile-tabs li {
    background: #f2f2f2;
    color: #999;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6
}

.profile-tabs li a {
    width: 100%;
    height: 115px;
    color: #999;
    padding-top: 20px;
    text-align: center
}

.profile-tabs li.active {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #fff
}

.profile-tabs li.active a {
    color: #333
}

.tab-content5 {
    width: 100%
}

.myTab2pos {
    z-index: 100;
    position: relative;
    left: 1px;
    top: 1px
}

.tab-content6 {
    width: 100%;
    min-height: 160px;
    border: 1px solid #e8e8e8;
    position: relative;
    top: -40px;
    z-index: 10;
    padding: 60px 20px 76px
}

.nav-tabs > li.active > a span.flighttab3, .nav-tabs > li.active > a:hover span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png)
}

.nav-tabs > li > a span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flighttab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) 0 -18px
}

.nav-tabs > li.active > a span.hoteltab3, .nav-tabs > li.active > a:hover span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px 0
}

.nav-tabs > li > a span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.hoteltab3 {
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -14px -18px
}

.nav-tabs > li.active > a span.cartab3, .nav-tabs > li.active > a:hover span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px 0
}

.nav-tabs > li > a span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.cartab3 {
    width: 21px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -28px -18px
}

.nav-tabs > li.active > a span.suitcasetab3, .nav-tabs > li.active > a:hover span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px 0
}

.nav-tabs > li > a span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.suitcasetab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -50px -18px
}

.nav-tabs > li.active > a span.flighthoteltab3, .nav-tabs > li.active > a:hover span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px 0
}

.nav-tabs > li > a span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flighthoteltab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -68px -18px
}

.nav-tabs > li.active > a span.cruisetab3, .nav-tabs > li.active > a:hover span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px 0
}

.nav-tabs > li > a span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.cruisetab3 {
    width: 22px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -87px -18px
}

.nav-tabs > li.active > a span.hotelcartab3, .nav-tabs > li.active > a:hover span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px 0
}

.nav-tabs > li > a span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.hotelcartab3 {
    width: 23px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -110px -18px
}

.nav-tabs > li.active > a span.flighthotelcartab3, .nav-tabs > li.active > a:hover span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px 0
}

.nav-tabs > li > a span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.flighthotelcartab3 {
    width: 26px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -135px -18px
}

.nav-tabs > li.active > a span.summarytab3, .nav-tabs > li.active > a:hover span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px 0
}

.nav-tabs > li > a span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.summarytab3 {
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -163px -18px
}

.nav-tabs > li.active > a span.ratestab3, .nav-tabs > li.active > a:hover span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px 0
}

.nav-tabs > li > a span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.ratestab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -183px -18px
}

.nav-tabs > li.active > a span.preferencestab3, .nav-tabs > li.active > a:hover span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px 0
}

.nav-tabs > li > a span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.preferencestab3 {
    width: 17px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -199px -18px
}

.nav-tabs > li.active > a span.mapstab3, .nav-tabs > li.active > a:hover span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px 0
}

.nav-tabs > li > a span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.mapstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -217px -18px
}

.nav-tabs > li.active > a span.reviewstab3, .nav-tabs > li.active > a:hover span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px 0
}

.nav-tabs > li > a span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.reviewstab3 {
    width: 18px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -236px -18px
}

.nav-tabs > li.active > a span.thingstodotab3, .nav-tabs > li.active > a:hover span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px 0
}

.nav-tabs > li > a span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.nav-tabs > li > a:hover span.thingstodotab3 {
    width: 15px;
    height: 18px;
    display: block;
    float: left;
    background: url(../images/sprite.png) -255px -18px
}

span.profile-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) no-repeat
}

span.bookings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -30px no-repeat
}

span.wishlist-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -60px no-repeat
}

span.settings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -90px no-repeat
}

span.history-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -120px no-repeat
}

span.password-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -150px no-repeat
}

span.newsletter-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -180px no-repeat
}

span.dashboard-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -450px no-repeat
}

span.posts-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -210px no-repeat
}

span.media-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -240px no-repeat
}

span.pages-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -270px no-repeat
}

span.comments-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -300px no-repeat
}

span.forums-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -330px no-repeat
}

span.topics-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -360px no-repeat
}

span.replies-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -390px no-repeat
}

span.appearance-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -420px no-repeat
}

span.tools-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -480px no-repeat
}

span.pallet-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -520px no-repeat
}

span.ppallet-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 3px auto;
    background: url(../images/profile-icons.png) 0 -520px no-repeat;
    -ms-transform: scale(1.2, 1.5);
    -webkit-transform: scale(1.2, 1.5);
    transform: scale(1.2, 1.5);
}

span.package-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../images/profile-icons.png) 0 -548px no-repeat
}

.progress-about {
    height: 35px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.pbar1, .pbar2, .pbar3, .pbar4 {
    text-align: left;
    overflow: hidden;
    padding: 9px 10px
}

.margbtm10 {
    margin-bottom: 10px
}

.cpdd01 {
    padding: 0 15px 0 0
}

.cpdd02 {
    padding: 0 0 0 15px
}

.hpadding50c {
    padding: 20px 10px
}

@media (min-width: 480px) {
    .hpadding50c {
        padding: 20px 50px
    }
}

span.gcircle {
    display: block;
    float: left;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    background: #666;
    text-align: center;
    font-size: 18px;
    font-family: lato;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.aboutarrow {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    bottom: -20px;
    width: 25px;
    height: 13px;
    background: url(../images/about-arrow.png) no-repeat
}

.abover, .abover-off {
    position: relative;
    overflow: hidden
}

.abbg {
    background: #2d4386;
    background: rgba(114, 191, 102, .8);
    position: absolute;
    top: 0
}

span.socials-twitter {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) no-repeat
}

span.socials-twitter:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) 0 -18px no-repeat
}

span.socials-facebook {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) -18px 0 no-repeat
}

span.socials-facebook:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) -18px -18px no-repeat
}

span.socials-gplus {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) -36px 0 no-repeat
}

span.socials-gplus:hover {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/socials.png) -36px -18px no-repeat
}

.socials-container {
    position: relative
}

ul.blogcat {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.blogcat li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0
}

ul.blogcat li a {
    color: #333;
    transition: all .3s ease-in-out
}

ul.blogcat li a:hover {
    color: #2d4386;
    text-decoration: none
}

a.blogpost-hover {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a.blogpost-hover:hover {
    background: #fff;
    color: #333
}

a.blogpost-hover2 {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    transition: all .3s ease-in-out
}

a.blogpost-hover2:hover {
    background: #fff;
    color: #333
}

.navigation-tabs3 {
    height: 43px;
    border-bottom: 1px solid #ebebeb
}

.navigation-tabs3 li {
    height: 43px;
    float: left;
    background: #efefef;
    color: #999;
    padding: 0 15px 0 10px;
    margin-left: 2px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.navigation-tabs3 li.active {
    border-bottom: 1px solid #fff
}

.navigation-tabs3 li a {
    color: #999
}

.navigation-tabs3 li.active {
    background: #fff;
    color: #333;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5
}

.navigation-tabs3 li.active a {
    color: #333
}

.wrapper2 {
    background-color: #fff;
    width: 100%;
    height: 407px;
    margin: 0 auto;
    padding: 5px
}

.list_carousel2 {
    background-color: #fff;
    margin: 0;
    width: 100%;
    height: 407px;
    overflow: hidden;
    position: relative
}

.list_carousel2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

.list_carousel2 li {
    font-size: 40px;
    color: #999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 0 solid #efefef;
    width: 100% px;
    max-height: 407px;
    padding: 0;
    margin: 0 20px;
    display: block;
    float: left;
    line-height: 10px;
    text-align: left
}

.list_carousel2.responsive {
    width: auto;
    margin-left: 0
}

.xprev {
    width: 34px;
    height: 55px;
    float: left;
    margin-left: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    left: -10px
}

.xprev:hover {
    background: #72bf66
}

a.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -14px -36px;
    margin: 18px 0 0 9px
}

a:hover.xprev img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) -14px -54px
}

.xnext {
    width: 34px;
    height: 55px;
    float: right;
    margin-right: 10px;
    background: #15262f;
    position: absolute;
    top: 40%;
    right: -11px
}

.xnext:hover {
    background: #72bf66
}

a.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -36px;
    margin: 18px 0 0 12px
}

a:hover.xnext img {
    width: 14px;
    height: 18px;
    display: block;
    background: url(../images/sprite.png) 0 -54px
}

.circlewrap2 {
    width: 52px;
    height: 52px;
    margin: 0;
    position: relative
}

.circlewrap2 span {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    bottom: 0;
    right: -10px;
    background: #2d4386;
    color: #fff;
    font-size: 11px;
    padding-top: 3px
}

.cpdl {
    padding: 0 6px;
    top: 28px
}

.cpwidth {
    width: 150px
}

.cpwidth2 {
    width: 90px
}

.cpwidth3 {
    width: 290px
}

.line6 {
    background: #e8e8e8;
    height: 1px;
    margin: 30px 0;
    padding: 0;
    display: block
}

.fdash {
    width: 100%;
    height: 1px;
    background: url(../images/dash.png)
}

.baggage_circle {
    background: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 8px;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 60px;
    z-index: 100
}

.baggage_circle.active, .baggage_circle:hover {
    border-color: #2d4386
}

.baggage_circle.no_hover:hover {
    border-color: #c1c1c1 !important
}

.fcircle {
    background: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 100px;
    height: 39px;
    position: relative;
    width: 39px;
    z-index: 100
}

.from_price {
    padding: 0 5px !important
}

.price {
    color: #2d4386;
    font-size: 20px;
    font-weight: 700
}

.fcircle.price {
    line-height: 35px;
    width: 150px
}

.loading {
    display: none;
    margin: 0 14px 0 15px;
    position: relative;
    top: 6px
}

.fline2px {
    background: #c1c1c1;
    display: block;
    height: 2px;
    position: relative;
    top: -20px;
    width: 100%;
    z-index: 10
}

.fcircle.price span, .price span {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    position: relative;
    top: -2px
}

span.gift {
    width: 25px;
    height: 21px;
    background: url(../images/gift.png) no-repeat;
    display: block;
    margin: 6px 0 0 4px
}

span.golf {
    width: 36px;
    height: 30px;
    background: url(../images/golf.png) no-repeat;
    display: block;
    margin: 3px 0 0 10px
}

span.skis {
    width: 36px;
    height: 30px;
    background: url(../images/skis-snowboard.png) no-repeat;
    display: block;
    margin: 3px 0 0 10px
}

span.baggage {
    width: 36px;
    height: 30px;
    background: url(../images/baggage_icon.png) no-repeat;
    display: block;
    margin: 3px 0 0 10px
}

span.parcel {
    width: 36px;
    height: 30px;
    background: url(../images/parcel.png) no-repeat;
    display: block;
    margin: 3px 0 0 10px
}

span.suitcase {
    width: 25px;
    height: 21px;
    background: url(../images/suitcase_icon.png) no-repeat;
    display: block;
    margin: 3px 0 0 10px
}

span.fstop {
    width: 25px;
    height: 21px;
    background: url(../images/stop.png) no-repeat;
    display: block;
    margin: 6px 0 0 4px
}

span.farrival {
    background: url(../images/arrival.png) no-repeat;
    display: block;
    height: 21px;
    margin: 6px 0 0 4px;
    width: 25px
}

span.fdeparture {
    background: url(../images/departure.png) no-repeat;
    display: block;
    height: 21px;
    margin: 6px 0 0 4px;
    width: 25px
}

.multiple-btn {
    background: url(../images/li.png) left 11px no-repeat;
    color: #2d5286;
    display: block;
    font-weight: 700;
    height: 30px;
    padding: 7px 0 0 20px
}

label.error {
    color: #b94a48;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0
}

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

label.valid {
    color: #468847
}

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

.navbar-brand h3 {
    color: #2d4386;
    display: inline-block;
    float: left;
    font-family: Dax-Regular, Verdana, Tahoma;
    font-size: 50px;
    margin: 0 !important;
    padding-left: 20px
}

.monly {
    display: none
}

.mhide {
    display: block
}

.ui-datepicker {
    z-index: 110 !important
}

.fullwidthbanner {
    overflow: hidden;
    height: 342px
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 100% !important;
    overflow: hidden
}

#SkypeButton {
    position: absolute;
    left: -19px;
    bottom: -85px;
    width: 300px
}

.skype {
    bottom: -50px;
    color: #00aff0;
    left: 91px;
    position: absolute;
    font-size: 16px
}

@media (max-width: 30em) and (orientation: portrait) {
    img.logo {
        display: none
    }

    .wrap {
        padding-top: 130px !important
    }

    .navbar-brand h3 {
        font-size: 36px;
        padding-top: 15px
    }

    .navbar-toggle {
        margin-top: 11px
    }

    .fcircle.price {
        width: 150px
    }

    .size16, .size18, .size20 {
        font-size: 16px
    }

    .size22, .size24, .size28 {
        font-size: 18px
    }

    .size26, .size30 {
        font-size: 20px
    }

    .size40 {
        font-size: 22px
    }

    .size48 {
        font-size: 24px
    }

    .size60 {
        font-size: 26px
    }

    .size65 {
        font-size: 28px
    }

    .size100 {
        font-size: 40px
    }

    .lh5 {
        line-height: 16px
    }

    .lh6 {
        line-height: 20px
    }
}

@media (max-width: 36em) and (orientation: landscape) {
    img.logo {
        display: none
    }

    .wrap {
        padding-top: 120px !important
    }

    .navbar-brand h3 {
        font-size: 36px;
        padding-top: 15px
    }

    .navbar-toggle {
        margin-top: 11px
    }

    .fcircle.price {
        width: 150px
    }

    .wrap {
        padding-top: 0 !important
    }

    .size16, .size18, .size20 {
        font-size: 16px
    }

    .size22, .size24, .size28 {
        font-size: 18px
    }

    .size26, .size30 {
        font-size: 20px
    }

    .size40 {
        font-size: 22px
    }

    .size48 {
        font-size: 24px
    }

    .size60 {
        font-size: 26px
    }

    .size65 {
        font-size: 28px
    }

    .size100 {
        font-size: 40px
    }

    .lh5 {
        line-height: 16px
    }

    .lh6 {
        line-height: 20px
    }
}

.howto {
    width: auto
}

.morecontent span {
    display: none;
}

a.morelink {
    color: #2d4386;
    text-decoration: underline;
    outline: none;
}

.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btn-search6 {
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2);
    padding: 0px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999;
    font-size: 12px;
    text-decoration: none !important;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn-search6:hover {
    color: #333;
    border: 1px solid #bababa;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    background: -moz-linear-gradient(top, #fff, #f2f2f2);
    background: -ms-linear-gradient(top, #fff, #f2f2f2);
    background: -o-linear-gradient(top, #fff, #f2f2f2)
}

.size15 {
    font-size: 15px
}

.pl10 {
    padding-left: 10px
}

.ptop3 {
    padding-top: 3px
}

.press-col {
    width: 25%;
    float: left;
}

.press-content {
    display: none;
}

.alert-ny {
    background: url('../images/ny-bg.jpg') no-repeat left center;
    border-color: #bce8f1;
    color: #fff;
    font-size: 15px
}

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

.servicetype-list {
    background-color: #f2f2f2;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wrapper {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -190px 0 0 -468px;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #9f9f9f;
    font-size: 15px;

    text-align: center;
    position: relative;
    overflow: auto;
}

.package {
    box-sizing: border-box;
    width: 301px;
    height: 320px;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.credit-package {
    box-sizing: border-box;
    width: 200px;
    height: 250px;
    border: 3px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px;
    text-align: center;
    float: left;
    -webkit-transition: margin-top 0.5s linear;
    transition: margin-top 0.5s linear;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.wrapper .name {
    color: #565656;
    font-weight: 300;
    font-size: 3rem;
    margin-top: -5px;
}

.wrapper hr {
    background-color: #dedede;
    border: none;
    height: 1px;
}

.trial {
    font-size: .9rem;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    color: #33c4b6;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: white;
    position: relative;
    bottom: -20px;
}

.wrapper ul {
    list-style: none;
    padding: 0;
    text-align: left;
    /*margin-top: 29px;*/
    font-size: small;
}

.wrapper li {
    margin-bottom: 5px;
}

.checkIcon {
    font-family: "FontAwesome";
    content: "\f00c";
}

.brilliant {
    border-color: #72bf66;
}

/* Triangle */
.brilliant::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #72bf66 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.brilliant::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #37c5b6;
    font-size: 1.4rem;
}

.title-credit-package {
    font-size: 20px;
}

.img-selection {
    margin-top: 15px;
    width: 95%;
}

.img-flexy {
    margin-top: 28px;
    width: 68%;
}

.title-selection {
    font-weight: bold;
    margin: 20px auto 0px;
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.flexi_tooltip {
    cursor: pointer;
}

.text {
    font-size: x-small;
}

.comparison-popover {
    cursor: pointer;
}

.tooltipster-light {
    border-radius: 5px;
    border: 2px solid #72bf66;
    background: #FFFFFF;
    color: #666666;
}

.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

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

.table-service-comparison > tbody > tr > td,
.table-service-comparison > tbody > tr > th {
    /*text-align: center;*/
}

th, td.first {
    width: 300px;
    padding: 5px;
}

th, td.second {
    width: 80px;
    text-align: center;
    padding: 5px;
}

th, td.third {
    width: 60px;
    text-align: center;
    padding: 5px;
}

.regular-price {
    font-size: 70%;
    color: #c1c1c1;
    font-weight: 500;
    text-decoration: line-through;
}

.regular-price-circle {
    line-height: 19px !important;
    height: 50px;
    padding: 5px;

}

.regular-price-line {
    top: -27px !important;
}

.regular-price-top {
    top: 5px;
}

.loading_freight {
    display: none;
    margin: 0 14px 0 15px;
    position: relative;
}

/*HOW IT WORKS VIDEO*/
.videoWrapper {
    position: relative;
    padding-bottom: 52.8%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-video-eurosender {
    padding-top: 0px;
}

.alert-eurosender {
    color: #fff;
    background-color: #2d4386;
}

button.close {
    color: #fff;
}

input.authError {
    border: 1px solid red;
}

/*TRACKING WIDGET*/
.bscontainer-tracking {
    height: 100%;
}

/*SPRITES*/
.sprite-flags-24 {
    background: url('../images/flags/sprite-flags-24.png') no-repeat top left;
    width: 24px;
    height: 24px;
    float: left;
}

.sprite-flags-24.cz {
    background-position: 0 0;
}

.sprite-flags-24.de {
    background-position: 0 -34px;
}

.sprite-flags-24.dk {
    background-position: 0 -68px;
}

.sprite-flags-24.en {
    background-position: 0 -102px;
}

.sprite-flags-24.es {
    background-position: 0 -136px;
}

.sprite-flags-24.fr {
    background-position: 0 -170px;
}

.sprite-flags-24.gr {
    background-position: 0 -204px;
}

.sprite-flags-24.hr {
    background-position: 0 -238px;
}

.sprite-flags-24.it {
    background-position: 0 -272px;
}

.sprite-flags-24.nl {
    background-position: 0 -306px;
}

.sprite-flags-24.pl {
    background-position: 0 -340px;
}

.sprite-flags-24.ro {
    background-position: 0 -374px;
}

.sprite-flags-24.pt {
    background-position: 0 -408px;
}

.sprite-flags-24.sk {
    background-position: 0 -442px;
}

.sprite-flags-24.sl {
    background-position: 0 -476px;
}

.sprite-flags-24.sv {
    background-position: 0 -510px;
}

.lang-name {
    float: left;
    line-height: 24px;
}

.sprite-icons-social {
    background: url('../images/sprite-icons-social.png') no-repeat top left;
    width: 38px;
    height: 38px;
    display: inline-block;
}

.sprite-icons-social.spr-icon-email {
    background-position: 0 0;
}

.sprite-icons-social.spr-icon-facebook {
    background-position: 0 -48px;
}

.sprite-icons-social.spr-icon-youtube {
    background-position: 0 -96px;
}

.sprite-icons-social.spr-icon-linkedin {
    background-position: 0 -144px;
}

.sprite-icons-social.spr-icon-twitter {
    background-position: 0 -192px;
}

.sprite-couriers {
    background: url('https://eurosender-email-images.s3.eu-central-1.amazonaws.com/sprite-couriers.png?rid=10') no-repeat top left;
    width: 144px;
    height: 100px;
}

.sprite-couriers.ups {
    background-position: 0 0;
}

.sprite-couriers.dpd {
    background-position: 0 -110px;
}

.sprite-couriers.gls {
    background-position: 0 -220px;
}

.sprite-couriers.db-schenker {
    background-position: 0 -330px;
}

.sprite-couriers.acs {
    background-position: 0 -440px;
}

.sprite-couriers.posten {
    background-position: 0 -550px;
}

.sprite-couriers.seur {
    background-position: 0 -660px;
}

.sprite-couriers.chronopost {
    background-position: 0 -770px;
}

.sprite-couriers.kn {
    background-position: 0 -980px;
}

.sprite-couriers.dhl {
    background-position: 0 -880px;
}

.sprite-payment {
    background: url('../images/sprite-payment.png') no-repeat top left;
    width: 51px;
    height: 32px;
    display: inline-block;
}

.sprite-payment.bank-tranfser {
    background-position: 0 0;
}

.sprite-payment.mastercard {
    background-position: 0 -42px;
}

.sprite-payment.paypal {
    background-position: 0 -84px;
}

.sprite-payment.visa {
    background-position: 0 -126px;
}

.sprite-payment.visa-de {
    background-position: 0 -168px;
}

.sprite-payment.visa-el {
    background-position: 0 -210px;
}

.sprite-payment.mastercard-de {
    background-position: 0 -252px;
}

.sprite-flags-32 {
    background: url('../images/flags/sprite-flags-32.png') no-repeat top left;
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
}

.sprite-flags-32.at {
    background-position: 0 0;
}

.sprite-flags-32.be {
    background-position: 0 -42px;
}

.sprite-flags-32.hr {
    background-position: 0 -84px;
}

.sprite-flags-32.cz {
    background-position: 0 -126px;
}

.sprite-flags-32.dk {
    background-position: 0 -168px;
}

.sprite-flags-32.ee {
    background-position: 0 -210px;
}

.sprite-flags-32.fi {
    background-position: 0 -252px;
}

.sprite-flags-32.fr {
    background-position: 0 -294px;
}

.sprite-flags-32.de {
    background-position: 0 -336px;
}

.sprite-flags-32.gr {
    background-position: 0 -378px;
}

.sprite-flags-32.hu {
    background-position: 0 -420px;
}

.sprite-flags-32.ie {
    background-position: 0 -462px;
}

.sprite-flags-32.it {
    background-position: 0 -504px;
}

.sprite-flags-32.lv {
    background-position: 0 -546px;
}

.sprite-flags-32.lt {
    background-position: 0 -588px;
}

.sprite-flags-32.lu {
    background-position: 0 -630px;
}

.sprite-flags-32.nl {
    background-position: 0 -672px;
}

.sprite-flags-32.pl {
    background-position: 0 -714px;
}

.sprite-flags-32.pt {
    background-position: 0 -756px;
}

.sprite-flags-32.ro {
    background-position: 0 -798px;
}

.sprite-flags-32.sk {
    background-position: 0 -840px;
}

.sprite-flags-32.si {
    background-position: 0 -882px;
}

.sprite-flags-32.es {
    background-position: 0 -924px;
}

.sprite-flags-32.se {
    background-position: 0 -966px;
}

.sprite-flags-32.gb {
    background-position: 0 -1008px;
}

.sprite-flags-32.bg {
    background-position: 0 -1050px;
}

.icon-long-arrow-right.flags-32 {
    float: left;
    line-height: 32px;
    margin: 0px 3px;
}

.sprite-misc {
    background: url('../images/sprite-misc.png') no-repeat top left;
    width: 25px;
    height: 21px;
}

.sprite-misc.caret {
    background-position: 0 0;
    width: 10px;
    height: 5px;
}

.sprite-misc.next-step {
    background-position: 0 -15px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.sprite-misc.li {
    background-position: 0 -89px;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.sprite-misc.arrival {
    background-position: 0 -112px;
    margin: 6px 0 0 4px;
}

.sprite-misc.departure {
    background-position: 0 -143px;
    margin: 6px 0 0 4px;
}

.sprite-misc.quote-small {
    background-position: 0 -174px;
    width: 15px;
    height: 11px;
}

/* Dimension calculator*/

button.dimension-check {
    background: #8c8c8c;
    border: 1px solid #8c8c8c;
}

button.dimension-check-x {
    background: #2d4386;
    border: 1px solid #2d4386;
}

button.dimension-check:hover {
    background: #a6a6a6;
    border: 1px solid #a6a6a6;
}

span.dimensions-exc {
    font-weight: bold;
    font-size: 12px;
}

span.dimensions-exc-sub {
    font-size: 9px;
}

#add_package {
    cursor: pointer;
}

#remove_package {
    cursor: pointer;
}

span.glyphicon-plus, span.glyphicon-minus {
    font-size: 1.5em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.modal-eurosender {
    /*border: 1em solid #2d4386;*/
    border: 3px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

.blur {
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    /*transform: scale(0.9);*/
    opacity: 0.6;
}

.modal-offer {
}

#packages_container {
    overflow: hidden;
}

.ui-datepicker {
    z-index: 1200 !important;
}

#to_country, #fromm {
    width: 100% !important;
}

span.icon-dim {
    width: 25px;
    height: 25px;
    background: url(../images/icon-dim.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.discount {
    font-size: medium;
    color: #2D4386;
    margin-left: 20px;
    border-radius: 10px;
    border-style: dashed;
    border-width: thick;
    border-color: red;
}

.flag-price {
    border-width: 3px;
    border-style: solid;
    border-color: #2C4386;
    border-radius: 19px;
    position: absolute;
    margin-left: 95px;
    height: 34px;
    /* width: 62px; */
    margin-top: 4px;
    font-size: medium;
    padding: 5px 10px;
    color: #2C4386;
    background: #FFFFFF;
    line-height: 18px;
}

.package-box-entry {
    margin: 0px 10px;
}

.delivery-edit-icon, .pickup-edit-icon {
    color: #777;
    cursor: pointer;
}

.delivery-edit-icon:hover, .pickup-edit-icon:hover {
    color: #000;
}

/* The Modal (background) */
.modal-language {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-lang {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 60%;
    border: 3px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ok_modal {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: bold;
    background-color: #2D5286;
    border-radius: 8px;
    border-width: thin;
}

.yes {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: bold;
    background-color: #2D5286;
    border-radius: 8px;
    border-width: thin;
}

.no {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: bold;
    background-color: #2D5286;
    border-radius: 8px;
    border-width: thin;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.yes_modal_notify {
    color: #FEFEFE;
    font-size: 16px;
    font-weight: bold;
    background-color: #2D5286;
    border: 3px solid #ccc;
    padding: 4px;
    border-radius: 8px;
    border-width: thin;
}

.has-focus .form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.cvc img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    width: 45px;
}

.cvc:hover img {
    -webkit-transform: scale(2.0); /* Safari and Chrome */
    -moz-transform: scale(2.0); /* Firefox */
    -ms-transform: scale(2.0); /* IE 9 */
    -o-transform: scale(2.0); /* Opera */
    transform: scale(2.0);

}

/*PayPal Braintree*/
#del_paypal_bt, #del_creditcard_bt {
    cursor: pointer;
}

.modal-sm {
    width: 400px;
}

div[class*="modal-btn-"] {
    cursor: pointer;
}

div[class*="modal-btn-"]:hover {
    text-shadow: 0 0 0.5px #777;
}

div[class*="modal-btn-"].es-clr:hover {
    text-shadow: 0 0 0.5px #2d4386;
}

.es-clr {
    color: #2d4386;
}

.modal-body-cont-order, .modal-body-reminder {
    overflow: auto;
    background: #E0E0E0;
    border-radius: 2px;
}

.disabled-text {
    color: #C0C0C0;
}

select#currency {
    border-radius: 4px;
    border-width: 2px;
    padding: 3px;
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
}

.info_price, .info_price_cons {
    font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
}

.iti-flag {
    background-image: url("../jscript/intl-tel-input/img/flags.png");
}

.intl-tel-input {
    width: 100%;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.padding5 {
    padding-left: 2px;
    padding_right: 2px;
}

#radioBtn .notActive {
    color: #2d4386;
    background-color: #fff;
    border-color: #2d4386;

}

#radioBtn .active {
    color: #fff;
    background-color: #2d4386;
}

@media (max-width: 600px) {
    .mt10 {
        top: 5px;
    }
}

.step2block {
    border-bottom: #c9c9c9;
    border-width: 1px;
    border-style: dotted;
    border-top: white;
    border-right: white;
    border-left: white;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.flexcol {
    padding-left: 10px !important;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;

}

.img-frame:hover {
    border: 2px solid #2d4386;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.facebook {
    background-image: url(../images/hear_us/fb.png);
    margin-top: 10px;
}

.google {
    background-image: url(../images/hear_us/google.png);
    margin-top: 10px;
}

.twitter {
    background-image: url(../images/hear_us/twitter.png);
    margin-top: 10px;
}

.student {
    background-image: url(../images/hear_us/students.png);
    margin-top: 10px;
}

.friend {
    background-image: url(../images/hear_us/friend.png);
    margin-top: 10px;
}

.media {
    background-image: url(../images/hear_us/media.png);
    margin-top: 10px;
}

.other {
    background-image: url(../images/hear_us/other.png);
    margin-top: 10px;
}

.instagram {
    background-image: url(../images/hear_us/instagram.png);
    margin-top: 10px;
}

.cc-selector-2 input:active + .drinkcard-cc, .cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc, .cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-left: 98%;
    width: 100px;
    height: 50px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
    -moz-filter: brightness(1.2) grayscale(0) opacity(1);
    filter: brightness(1.2) grayscale(0) opacity(1);
}

.box-other input:hover + #other_input {
    border-color: #428bca;
    color: #428bca;

}

#other_input {
    cursor: pointer;
}

.panel-primary > .panel-color {
    margin-top: 0px;
    background-color: #2d4386;
    border-color: #2d4386 !important;
}

.panel-override {
    border-color: #2d4386 !important;
}

.panel-how {
    margin-top: 0px;
}

.how_inner_box {
    padding: 3px 3px 2px 2px;
}

@media screen and (min-width: 1160px) {
    .box-other {
        min-width: 100px;
        min-height: 65px;
    }
}

#button_how_us {
    color: white;
    background-color: #2d4386;
}

.here_us_label {
    color: grey;
}

.here_us_label_active {
    color: #2d4386;
}

/*#question_mark {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 4.4em;
    cursor:pointer;
    display:inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}*/
.fill_other {
    padding-left: 27%;
}

#how_input {
    margin-top: 0px;
    margin-bottom: 16px;
    width: 150px;
    text-align: center;
}

@media screen and (min-width: 991px) {
    /*#question_mark{
        margin-top: 32px;
    }*/
    .fill_other {
        padding-left: 0;
    }

    #how_input {
        margin-top: 22px;
        margin-bottom: 14px;
        width: 100px;
        text-align: center;
    }
}

@media screen and (max-width: 631px) {
    /*#question_mark{
        margin-top: 27px;
    }*/
    #how_input {
        margin-top: 20px;
        margin-bottom: 14px;
        width: 120px;
        text-align: center;
        margin-left: 26px;
    }

    .fill_other {
        padding-left: 1%;
    }
}

@media screen and (max-width: 540px) {
    #how_input {
        margin-top: 22px;
        margin-bottom: 13px;
        width: 99px;
        text-align: center;
        margin-left: 0px;
    }
}

@media screen and (max-width: 360px) {
    #how_input {
        margin-top: 19px;
        margin-bottom: 17px;
        width: 93px;
        text-align: center;
    }
}

#question_mark:hover {
    -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
    -moz-filter: brightness(1.2) grayscale(0) opacity(1);
    filter: brightness(1.2) grayscale(0) opacity(1);
}

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

/*individual offer style*/
.bold-blue {
    font-weight: bolder !important;
    color: rgb(45, 67, 134) !important;
}

.bold-blue-select {
    font-weight: bold;
    color: rgb(45, 67, 134) !important;
    /*position: absolute;*/
    background-color: #eee;
}

.loader-offer {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #2d4386;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    bottom: 15%;
    left: 50%;
}

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

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

.loader-bg {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    opacity: 0.5;
    filter: blur(2px);
}
.select-account {
    background-color: white;
    color:#2d4386;
    width: 50%;
    height: 39px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    border-color: #2d4386;;
}
@media only screen
and (max-device-width: 606px) {
    .select-account {
        width: 100%;
    }
}

.select-account:focus {
     background-color: #2d4386;
     color: white;

}
.select-account:hover {
     background-color: #2d4386;
     color: white;
}

.select-account.active {
    background-color: #2d4386;
    color: white;
}

@media only screen and (max-width: 414px) {
    .freight_item_col {
        width: 100%;
    }
}
.operators {
    font-size: small;
    background: none;
    border: none;
}
.input-box-first-step {
    width: 44px;
    height: 29px;
    border: #2d4386;
    border-width: thin;
    border-style: solid;
    text-align: center;
    border-radius: 6px;
    color: #2d4386;
}
.i-dont-know-label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    border-radius: 3px;
    height: 28px;
    z-index: 9;
    cursor: pointer;
    border: 1px solid #2d4386;
    text-align: center;
    color: #2d4386;
    background-color: white;
    margin-right: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 2px 2px 4px 3px;

}
.i-dont-know-label:hover {
    background-color: #2d4386;
    color: white;

}
.i-dont-know-label-checked {
    background-color: #2d4386;
    color: white;
}

.check-option {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#iDontKnowInput {
    position: absolute;
    visibility: hidden;
}

.step1-form-new-design {
    padding: 11px 15px 15px 15px;
}

.selected-part {
    background-color: rgba(193, 193, 193, 0.43);
}

.package-pallet-holder {
    height: 62px;
    margin-right: 8px;
}

#dontknow_part {
    height: 62px;
    padding-top: 18px;
    width: 75%;
    margin-left: -20px;
}

.next-button {
    margin-right: 0px;
    margin-left: -15px;
}
.item-holder{
    text-align: center;
    padding-left: 0px;
}

#step1submit {
    font-size: 20px;

    height: 62px;
    width: 135%;
    margin-left: -19%;
}
.label-item {
    font-family: "Open Sans" !important;
    font-weight: 500;
}
#line_first_step {
    border-left-style: dashed;
    height: 60px;

    border-left-color: #c1c1c1;
}

@media only screen and (max-width: 514px) {
    .package-pallet-holder {
        width: 100%;
    }
    .partners {
        height: 226px;
        padding-top: 209px;
        margin-bottom: 166px;
    }
    #dontknow_part {
        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .i-dont-know-label {
        width: 50%;
        margin-left: 25%;
    }

    .next-button {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .container-first-step {
        height: 314px;
    }
    .dont-know-column {
        width: 100%;
        height: 1px;
    }
    #line_first_step {
        border-left-style: none;
        border-bottom-style: dashed;
        border-bottom-color: #c1c1c1;
        height: 0px;
        width: 100%;
    }
    #step1submit {
        margin-top: 72px;
        width: 100%;
        margin-left: 1%;

    }
    .line-other-holder {
        margin-bottom: 10px;
    }

}
@media only screen and (min-width: 515px) and (max-width: 991px) {
    .package-pallet-holder {
        height: 140px;
    }
    .partners {
        height: 226px;
        padding-top: 174px;
        margin-bottom: 130px;
    }
    #dontknow_part {
        height: 140px;
        width: 65%;
    }

    .next-button {
        margin-top: 30px;
    }
    .item-holder{
        width: 100%;
    }

    .dont-know-column {
        width: 42%;
    }
    #idontknow_button {
        margin-top: 29px;
    }
    #line_first_step {
        height:124px;
    }
    .line-other-holder {
        margin-bottom: 10px;
    }

}
@media only screen and (width: 992px) {
    .step1-form-new-design {
        height: 342px;
    }
    .next-button {
        margin-left: -24px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .next-button {
        margin-left: -24px;
    }
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.input-box-first-step.has-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-width: initial;
}

.package-number-fit{
    width:85px;
}

.order-form-item-price {
    padding-top: 8px;
    padding-bottom: 8px;
}
