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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    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: #e6e6e6;
    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-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #07617c;
    border-color: #064e64
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #043b4c;
    border-color: #02212a
}

.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: #07617c;
    border-color: #064e64
}

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

.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: #449d44;
    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-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.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: #31b0d5;
    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-info .badge {
    color: #5bc0de;
    background-color: #fff
}

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

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    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-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

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

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    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-danger .badge {
    color: #d9534f;
    background-color: #fff
}

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

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

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

.btn-link:focus,
.btn-link:hover {
    color: #032834;
    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: #777;
    text-decoration: none
}

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

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

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

.btn-block {
    display: block;
    width: 100%
}

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

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

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

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs,
    .tb-index-carousel-wrapper {
        display: none!important
    }
}

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

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

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

html {
    font-size: 100%
}

@media (max-width:43.75em) {
    html {
        font-size: 13px
    }
}

li,
ul {
    list-style: none
}

body {
    font-size: .875rem
}

.f-fix {
    float: left;
    width: 100%
}

#footer:after,
#footer:before,
.cf:after,
.cf:before,
.tb-layout-container .wrap:after,
.tb-layout-container .wrap:before {
    content: " ";
    display: table
}

#footer:after,
.cf:after,
.tb-layout-container .wrap:after {
    clear: both
}

.hide {
    display: none
}

.hand {
    cursor: pointer
}

.real-height {
    height: 100%;
    overflow: hidden
}

.box-siz {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

cite {
    font-style: normal
}

.vspace10,
.vspace20,
.vspace40,
.vspace5 {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0
}

.vspace5 {
    height: 5px
}

.vspace10 {
    height: 10px
}

.vspace20 {
    height: 20px
}

.vspace40 {
    height: 40px
}

.black {
    color: #000
}

.white {
    color: #fff
}

.color-ffc {
    color: #ffc
}

.color-ccc {
    color: #ccc
}

.color-630 {
    color: #630
}

.color-666 {
    color: #666
}

.color-999 {
    color: #999
}

.color-069 {
    color: #069
}

.color-grey {
    color: #808285
}

.color-grey2 {
    color: #636466
}

.grey-a {
    color: #646161
}

.color-blue {
    color: #0b90ad
}

.color-blue-heavy,
.current-live {
    color: #2f7a92
}

.color-magenta {
    color: #25408f
}

.color-orange {
    color: #ea7b16
}

a:hover.color-069 {
    color: #069;
    text-decoration: underline
}

.light-grey {
    color: #abaaaa
}

a:hover.black,
a:hover.color-blue-heavy,
a:hover.grey-a {
    color: #0b90ad
}

.blue-a {
    color: #00617d
}

.font24,
.font24px {
    font-size: 24px
}

.font23,
.font23px {
    font-size: 23px
}

.font22,
.font22px {
    font-size: 22px
}

.font20,
.font20px {
    font-size: 20px
}

.font18,
.font18px {
    font-size: 18px
}

.font17,
.font17px {
    font-size: 17px
}

.font16,
.font16px {
    font-size: 16px
}

.font15,
.font15px {
    font-size: 15px
}

.font14,
.font14px {
    font-size: 14px
}

.font13,
.font13px {
    font-size: 13px
}

.font12,
.font12px {
    font-size: 12px
}

.font11,
.font11px {
    font-size: 11px
}

.font10,
.font10px {
    font-size: 10px
}

.font9,
.font9px {
    font-size: 9px
}

.bold {
    font-weight: 700
}

.sans {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.georgia {
    font-family: Georgia, "Times New Roman", Times, serif
}

.sans-font {
    font: 700 13px 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.mus1,
.mus1em {
    font-family: museo_sans_100regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.mus3 {
    font-family: museo_sans_300regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.mus5 {
    font-family: museo_sans_500regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.mus7 {
    font-family: museo_sans_700regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.mus9 {
    font-family: museo_sans_900regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.capitalize-no {
    text-transform: none
}

.underline {
    text-decoration: underline
}

.error {
    font: 700 12px 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    color: #ff4500!important;
    display: block;
    margin: 5px 0 0
}

input.error {
    display: inline
}

.cite {
    padding: 0;
    display: block
}

.text-replace {
    display: block;
    overflow: hidden;
    text-indent: -1000em;
    background-repeat: no-repeat
}

.wrapper-fix {
    max-width: 940px;
    display: table
}

.alert-info {
    background-color: #f5f5f5;
    border: none
}

#cycle-pager {
    margin-top: 15px;
    position: relative;
    z-index: 100
}

#cycle-pager span {
    border-radius: 100%;
    display: inline-block;
    width: 12px;
    height: 12px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-color: #89c4d5;
    margin-right: 9px;
    cursor: pointer
}

#cycle-pager span.cycle-pager-active {
    background-color: #fff
}

.tb-body-container-main {
    font-size: .94em;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .tb-body-container-main {
        max-width: 1000px
    }
}

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

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

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

@media (min-width:768px) {
    .tb-cont {
        width: 1000px
    }
}

.tb-cont-1k {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .tb-cont-1k {
        max-width: 1000px
    }
}

.syso-cont {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:768px) {
    .syso-cont {
        max-width: 1100px
    }
}

.syso-main-cont {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:768px) {
    .syso-main-cont {
        max-width: 1040px
    }
}

.syso-dl-horizontal {
    margin-bottom: 0;
    border-bottom: 1px solid #efd4b9;
    font-size: 20px
}

@media (min-width:768px) {
    .syso-dl-horizontal {
        font-size: 16px
    }
}

.syso-dl-horizontal a {
    font-family: GothamXNarrow-Book;
    font-style: 16px;
    color: #1b0e0b;
    display: block;
    padding-top: .65em;
    padding-bottom: .55em;
    text-align: center
}

.syso-dl-horizontal a:focus,
.syso-dl-horizontal a:hover {
    text-decoration: none
}

.syso-dl-horizontal a dt {
    width: 27%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:480px) {
    .syso-dl-horizontal a dt {
        width: 28%
    }
}

@media (min-width:768px) {
    .syso-dl-horizontal a dt {
        -lh-property: 0;
        width: calc(45% - 10px)
    }
}

.syso-dl-horizontal a dd {
    display: inline-block;
    width: 50%;
    text-align: left;
    margin-left: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:768px) {
    .syso-dl-horizontal a dd {
        width: 52%
    }
}

.syso-thumbnail {
    display: block;
    margin-bottom: 5px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.syso-thumbnail a>img,
.syso-thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.syso-thumbnail.active,
a.syso-thumbnail:focus,
a.syso-thumbnail:hover {
    border-color: #07617c
}

.syso-thumbnail .caption {
    padding: 9px;
    color: #333
}

.tb-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 34px;
    padding: 6px 12px;
    font-size: 1.5625rem;
    font-family: GothamXNarrow-Book;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

.tb-form-control:-ms-input-placeholder {
    color: #777
}

.tb-form-control::-webkit-input-placeholder {
    color: #777
}

.tb-form-control::-webkit-input-placeholder {
    color: #777
}

.tb-form-control:-moz-placeholder {
    color: #777
}

.tb-form-control::-moz-placeholder {
    color: #777
}

.tb-form-control:-ms-input-placeholder {
    color: #777
}

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

textarea.tb-form-control {
    height: auto
}

.img-horizontal-scroll-wrapper {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap
}

.sy-tb-wrapper {
    margin-left: 0;
    margin-right: 0
}

.tb-col-xs-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-11 {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-10 {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-7 {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-5 {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-2 {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-xs-1 {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.tb-col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-12 {
        float: left;
        width: 100%
    }
}

.tb-col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-11 {
        float: left;
        width: 91.66666667%
    }
}

.tb-col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-10 {
        float: left;
        width: 83.33333333%
    }
}

.tb-col-sm-9-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-9-9 {
        float: left;
        width: 82.975%
    }
}

.tb-col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-9 {
        float: left;
        width: 75%
    }
}

.tb-col-sm-8-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-8-5 {
        float: left;
        width: 70.6%
    }
}

.tb-col-sm-8-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-8-3 {
        float: left;
        width: 69%
    }
}

.tb-col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-8 {
        float: left;
        width: 66.66666667%
    }
}

.tb-col-sm-7-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-7-8 {
        float: left;
        width: 65.7%
    }
}

.tb-col-sm-7-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-7-5 {
        float: left;
        width: 62.08333333%
    }
}

.tb-col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-7 {
        float: left;
        width: 58.33333333%
    }
}

.tb-col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-6 {
        float: left;
        width: 50%
    }
}

.tb-col-sm-5-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-5-8 {
        float: left;
        width: 48%
    }
}

.tb-col-sm-5-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-5-4 {
        float: left;
        width: 45.21666667%
    }
}

.tb-col-sm-5-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-5-2 {
        float: left;
        width: 45.83333333%
    }
}

.tb-col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-5 {
        float: left;
        width: 41.66666667%
    }
}

.tb-col-sm-4-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-4-3 {
        float: left;
        width: 35.21666667%
    }
}

.tb-col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-4 {
        float: left;
        width: 33.33333333%
    }
}

.tb-col-sm-3-9-a {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3-9-a {
        float: left;
        width: 33.025%
    }
}

.tb-col-sm-3-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3-9 {
        float: left;
        width: 32.325%
    }
}

.tb-col-sm-3-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3-8 {
        float: left;
        width: 32%
    }
}

.tb-col-sm-3-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3-5 {
        float: left;
        width: 29.08333333%
    }
}

.tb-col-sm-3-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3-3 {
        float: left;
        width: 27.91666667%
    }
}

.tb-col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-3 {
        float: left;
        width: 25%
    }
}

.tb-col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-2 {
        float: left;
        width: 16.66666667%
    }
}

.tb-col-sm-1-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-1-7 {
        float: left;
        width: 14.58333333%
    }
}

.tb-col-sm-1-7s {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-1-7s {
        float: left;
        width: 14.2%
    }
}

.tb-col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .tb-col-sm-1 {
        float: left;
        width: 8.33333333%
    }
}

.tb-col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-12 {
        float: left;
        width: 100%
    }
}

.tb-col-md-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-11 {
        float: left;
        width: 91.66666667%
    }
}

.tb-col-md-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-10 {
        float: left;
        width: 83.33333333%
    }
}

.tb-col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-9 {
        float: left;
        width: 75%
    }
}

.tb-col-md-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-8 {
        float: left;
        width: 66.66666667%
    }
}

.tb-col-md-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-7 {
        float: left;
        width: 58.33333333%
    }
}

.tb-col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-6 {
        float: left;
        width: 50%
    }
}

.tb-col-md-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-5 {
        float: left;
        width: 41.66666667%
    }
}

.tb-col-md-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-4 {
        float: left;
        width: 33.33333333%
    }
}

.tb-col-md-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-3 {
        float: left;
        width: 25%
    }
}

.tb-col-md-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-2 {
        float: left;
        width: 16.66666667%
    }
}

.tb-col-md-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

@media (min-width:992px) {
    .tb-col-md-1 {
        float: left;
        width: 8.33333333%
    }
}

.tb-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-12 {
        float: left;
        width: 100%
    }
}

.tb-col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-11 {
        float: left;
        width: 91.66666667%
    }
}

.tb-col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-10 {
        float: left;
        width: 83.33333333%
    }
}

.tb-col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-9 {
        float: left;
        width: 75%
    }
}

.tb-col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-8 {
        float: left;
        width: 66.66666667%
    }
}

.tb-col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-7 {
        float: left;
        width: 58.33333333%
    }
}

.tb-col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-6 {
        float: left;
        width: 50%
    }
}

.tb-col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-5 {
        float: left;
        width: 41.66666667%
    }
}

.tb-col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-4 {
        float: left;
        width: 33.33333333%
    }
}

.tb-col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-3 {
        float: left;
        width: 25%
    }
}

.tb-col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-2 {
        float: left;
        width: 16.66666667%
    }
}

.tb-col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1200px) {
    .tb-col-lg-1 {
        float: left;
        width: 8.33333333%
    }
}

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

.btn-large [class*=" icon-"],
.btn-large [class^=icon-] {
    margin-top: 4px
}

button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btn.btn-large.drop-menu-btn,
input[type=submit].btn.btn-large.drop-menu-btn {
    width: 100%
}

button.btn.btn-large.drop-menu-btn-right,
input[type=submit].btn.btn-large.drop-menu-btn-right {
    width: 48%
}

.tb-btn-primary {
    font: 20px museo_sans_700regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 24px 12px
}

.blue-btn {
    background: #458ca3;
    color: #fff;
    border: 1px #2f7a92 solid
}

.bluemenu,
.bluemenu-color {
    background: #448DA3;
    color: #fff;
    border: none
}

.blue-btn,
.bluemenu,
.bluemenu-color {
    -webkit-transition: background .5s ease-out;
    transition: background .5s ease-out
}

.bluemenu,
a.bluemenu {
    padding: 10px 40px;
    color: #fff
}

.slide-content-btn,
.slide-content-btn a {
    color: #ffe493;
    background: #07617c!important;
    -webkit-animation: fadeInLeft .5s ease-in-out 1.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation: fadeInLeft .5s ease-in-out 1.2s;
    -moz-animation-fill-mode: both;
    border-radius: 5px
}

.blue-content-btn {
    color: #fff;
    background: #07617c
}

.blue-content-btn:focus,
.blue-content-btn:hover {
    color: #fff
}

.slide-content-btn a:hover,
.slide-content-btn:hover,
a:hover .slide-content-btn,
a:hover.blue-content-btn,
a:hover.slide-content-btn {
    background: #023a4b;
    text-decoration: none
}

a:hover.blue-content-btn {
    color: #fff
}

.click {
    color: #0b90ad
}

.click:hover {
    text-decoration: underline;
    color: #0b90ad
}

.smooth {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.bluemenu-color {
    padding: 10px 22px
}

.blue-btn:hover,
.bluemenu-color:hover,
.bluemenu:hover,
.preview-header-bar,
a:hover.bluemenu,
a:hover.bluemenu-color {
    color: #fff;
    background: #07617c
}

.box,
.icon-box {
    border: 1px #b3b5b8 solid;
    display: block;
    background: #fff;
    padding: 4px 12px
}

.box:hover {
    box-shadow: inset 0 5px 8px -2px rgba(0, 0, 0, .2)
}

.icon-box:hover {
    background: #448DA3;
    color: #fff;
    border: 1px #448DA3 solid
}

.btn-icon {
    width: 20px;
    height: 20px;
    background: url(/theme/tbpro/image/tb-ga-left-sidebar-figure-sprite.png)no-repeat
}

.bigbtn {
    padding: 22px 100px;
    min-width: 100px;
    text-align: center
}

.medium-btn {
    padding: 12px 50px;
    text-align: center;
    margin-left: 12px;
    line-height: 1.54em
}

.medium-btn-b {
    padding: 16px 22px 16px 18px;
    text-align: center;
    display: inline-block
}

.small-btn {
    padding: 10px 12px;
    text-align: center
}

.small-btn-a {
    padding: 10px 30px;
    text-align: center
}

.small-btn-b {
    padding: 25px 30px;
    text-align: center
}

.button:hover {
    text-decoration: none
}

.top-right-action-button {
    float: right
}

.tb-bk-cancel-btn {
    float: right
}

.tb-index-carousel-wrapper {
    width: 100%;
    overflow: hidden
}

.tb-index-carousel-wrapper .carousel {
    position: relative
}

.tb-index-carousel-wrapper .carousel-control {
    height: 359px;
    width: 6.15%;
    background-image: none;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: .6s ease-in-out all;
    transition: .6s ease-in-out all
}

.tb-index-carousel-wrapper .carousel-control .icon-sharp-arrow,
.tb-index-carousel-wrapper .carousel-control .icon-sharp-arrow-2 {
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    color: #fff;
    text-shadow: none
}

#tb-carousel-wrapper.carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 359px
}

#tb-carousel-wrapper.carousel-inner>.item {
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    width: 100%;
    height: 359px;
    display: block;
    float: left
}

#tb-carousel-wrapper.carousel-inner>.item>a>img,
#tb-carousel-wrapper.carousel-inner>.item>img {
    max-width: none
}

#tb-carousel-wrapper.carousel-inner>.item>a {
    display: block
}

.carousel-caption.tb-index-carousel-caption {
    position: absolute;
    left: 10%;
    right: none;
    bottom: 50px;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    width: 41%
}

.carousel-caption.tb-index-carousel-caption .btn {
    text-shadow: none
}

.carousel-caption.tb-index-carousel-caption a {
    color: #fff
}

.carousel-caption.tb-index-carousel-caption a:hover {
    text-decoration: none;
    text-shadow: 0 0 2px #aaa
}

.carousel-caption.tb-index-carousel-caption a h3 {
    font: 32px/1.1em museo_sans_500regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 0;
    white-space: normal
}

.carousel-caption.tb-index-carousel-caption p {
    font: 14px/1.25em museo_sans_300regular, 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.carousel-caption.tb-index-carousel-caption .buy-tix,
.carousel-caption.tb-index-carousel-caption a .buy-tix {
    text-transform: uppercase;
    font: 15px/1.142em museo_sans_700regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ff6eac;
    margin-top: 17px
}

.carousel-caption.tb-index-carousel-caption .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 359px
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.right {
    left: auto;
    right: 0
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

@media screen and (min-width:768px) {
    .carousel-control .icon-sharp-arrow,
    .carousel-control .icon-sharp-arrow-2 {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #c4c4c4;
    background-color: #f9f9f9;
    text-align: center
}

.table ul {
    padding-left: 0
}

label {
    display: inline
}

input.text {
    width: 200px
}

input.text-long {
    width: 100%
}

input.text-short {
    width: 100px
}

.input-box {
    height: 17px;
    border: #000 solid 1px
}

button,
input,
label,
select,
textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

button,
input,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

input.placeholder {
    color: #e0e0df!important
}

div.module_content textarea {
    width: 100%
}

.i-input {
    padding: 8px 8px 8px 16px;
    color: #666;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #aeaeae;
    box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, .2), 0 1px rgba(255, 255, 255, .3);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.i-input:focus {
    border-color: 1px solid #68bdf4\9;
    outline: 0;
    border-color: rgba(104, 189, 244, .9);
    box-shadow: 0 0 4px 0 rgba(104, 189, 244, .9)
}

input[type=text].error,
textarea.error {
    border-color: #FF4249
}

div.error,
ul.errorlist {
    margin: 3px 0;
    color: #FF4249;
    font-size: 11px;
    font-weight: 700
}

.schedule-type .ui-datepicker-trigger {
    float: none!important;
    background: url(/theme/tbpro/image/tb-ga-left-sidebar-figure-sprite.png)no-repeat -2px -103px
}

select:focus {
    outline: 0
}

.gray-bg-body {
    margin: 0 -20px;
    background: #EDEDEB;
    box-shadow: inset 0 0 14px 10px #dbdad8
}

.selectboxit-text {
    text-indent: 12px
}

.selectboxit-list>.selectboxit-focus>a,
.selectboxit-list>.selectboxit-focus>a:focus,
.selectboxit-list>.selectboxit-focus>a:hover {
    background-color: #448DA3;
    background-image: -webkit-linear-gradient(top, #448da3, #33768a);
    background-image: -webkit-linear-gradient(top, #448da3, #33768a);
    background-image: linear-gradient(to bottom, #448da3, #33768a)
}

.selectboxit-container .selectboxit-options {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.space-line {
    clear: both;
    height: 5px;
    float: left;
    border-bottom: #dcdcdc solid 1px;
    margin-bottom: 10px;
    width: 100%
}

.space-line-dotted {
    clear: both;
    height: 5px;
    float: left;
    border-bottom: #dcdcdc dotted 1px;
    margin-bottom: 5px;
    width: 100%
}

.move-left {
    margin: 5px 0 0 -30px
}

.email-recipient-list-table {
    margin-top: 15px;
    margin-bottom: 10px;
    clear: left;
    float: left
}

.page-view {
    border-radius: 5px;
    border: 1px solid;
    padding: 3px 6px;
    text-decoration: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #dfdfdf;
    border-color: #E3E3E3;
    font-size: 12px
}

.page-view:hover {
    border-color: #D54321;
    color: #D54E21
}

.page-view-disabled {
    border-radius: 5px;
    border: 1px solid;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 25px
}

.message-wrapper {
    width: 100%;
    margin: 0 auto
}

#message {
    padding: 1em 3em
}

#message-in-popup {
    background-color: #FFFFE0;
    border: 1px solid #E6DB55;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    margin: 0;
    padding: 10px
}

#container {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    text-align: left
}

.site-popup-header {
    min-height: 30px
}

.help-text {
    color: #a1a1a1;
    font-size: 12px
}

.block-header {
    background: none repeat scroll 0 0 #A5A699;
    border-radius: 3px 3px 3px 3px;
    padding: 2px 0;
    text-align: center;
    text-transform: uppercase
}

.block-header-title {
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.line,
.line-1px {
    padding: 0;
    border: 0;
    height: 1px;
    width: 100%;
    background: #e7e7e3
}

.line-2px {
    padding: 0;
    border: 0;
    height: 2px;
    width: 100%;
    background: #e7e7e3
}

.linehem {
    line-height: 1em
}

.lineh1-2em {
    line-height: 1.2em
}

.lineh1-5em {
    line-height: 1.5em
}

.lineh2em {
    line-height: 2em
}

.fields .white-box {
    height: 38px
}

.fields .white-box-no-padding {
    padding: 4px 0 10px;
    margin: 0;
    background: #fff
}

.focus-txt {
    font: 400 12px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif!important
}

.focus-txt-bold {
    font: 700 12px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif!important
}

.focus-txt-normal {
    font: 400 12px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif!important
}

.fields .white-box-no-padding input:focus {
    outline: 0
}

.fields .small-nohight {
    width: 26px;
    padding: 0;
    margin: 0;
    color: #666;
    font: 400 12px/8px 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.fields .high {
    min-height: 80px
}

.fields .height240,
.fields .high240 {
    height: 220px
}

.fields .height100 {
    height: 100px
}

.fields .no-border,
.fields .no-border:focus {
    border: none;
    box-shadow: none;
    background: 0 0
}

.nav-list [class*=" icon-"],
.nav-list [class^=icon-] {
    margin-right: 1.25em
}

.nav-list>li>.current>a>[class^=icon-] {
    background-image: url(/framework/bootstrap/img/glyphicons-halflings.png)
}

.nav-list>li a>[class^=icon-] {
    background-image: url(/framework/bootstrap/img/glyphicons-halflings-grey.png)
}

.nav-list a:focus>[class*=" icon-"],
.nav-list a:focus>[class^=icon-],
.nav-list a:hover>[class*=" icon-"],
.nav-list a:hover>[class^=icon-] {
    background-image: url(/framework/bootstrap/img/glyphicons-halflings.png)
}

.nav-list>li>div>a {
    border: 1px #e9e9e8 solid!important
}

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

#event-schedule-save td,
td.last-td {
    border-bottom: none!important
}

td.last-td .btn-primary {
    line-height: 20px!important;
    margin: 0 1em
}

#footer {
    min-height: 30px
}

.event-info,
.redeem-voucher,
.show-info {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 100%;
    display: block;
    border-radius: 0;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8
}

.event-block {
    margin-bottom: 15px;
    margin-right: 12px;
    padding-top: 10px;
    background-color: rgba(245, 245, 245, .5);
    border: 1px solid #f0f0f0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media (min-width:768px) {
    .event-block {
        height: 400px
    }
}

@media (min-width:992px) {
    .event-block {
        height: 200px
    }
}

@media (min-width:1200px) {
    .event-block {
        margin-right: 15px
    }
}

.event-block:nth-child(3n) {
    margin-right: 0
}

.event-block:focus,
.event-block:hover {
    background-color: #fff;
    border-color: #6aa3d5
}

.event-block a.event-info {
    float: left;
    border: none;
    background-color: transparent;
    color: #333;
    margin-bottom: 1em;
    height: 105px;
    overflow: hidden
}

.event-block a.event-info cite {
    font-size: 15px;
    margin-bottom: .5em;
    display: block;
    height: 64px;
    overflow: hidden
}

.event-block a.event-info:hover {
    color: #5369b1;
    text-decoration: none
}

.event-block a.event-info address,
.event-block a.event-info time {
    height: 18px;
    overflow: hidden
}

.event-block .event-link a.btn {
    color: #fff
}

.event-link {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px
}

.dashboard-figure {
    border-radius: 0;
    float: left;
    width: 100%;
    margin-bottom: 1em
}

.dashboard-figure.by-list {
    max-width: 90px;
    margin-bottom: 0
}

.dashboard-figure img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.tab-wrapper {
    padding: 1em 0
}

.tb-main-container {
    max-width: 1000px;
    margin: 0 auto 100px
}

#event-main-info-tab-menu li {
    background: #e8e8ee;
    float: left;
    margin-right: 2px;
    padding: 8px 20px
}

select#countryId,
select#creditCardType,
select#expDateMonth,
select#stateId {
    width: 150px;
    margin-right: 10px;
    line-height: 38px
}

#order-payment-credit-cart select#countryId,
#order-payment-credit-cart select#creditCardType,
#order-payment-credit-cart select#expDateMonth,
#order-payment-credit-cart select#stateId {
    width: auto
}

.input-qty {
    width: 60px!important;
    height: 38px!important
}

#acceptConditions {
    margin-left: -20px
}

address input#address1 {
    width: 220px
}

input#friendsFirstName {
    margin-right: 20px
}

.tb-layout-container .wrap {
    margin-bottom: 50px
}

.tb-layout-container>h3 {
    margin-left: 10px
}

.tb-layout-container#footer>.wrap>h3,
.tb-layout-container.cf>.wrap>h3,
.tb-layout-container.tb-layout-container .wrap>.wrap>h3 {
    float: left;
    display: inline-block;
    margin-top: 0
}

.sub-table {
    border-top: none!important;
    width: 100%
}

.sub-table td {
    border-top: none!important
}

.no-border-bottom {
    border-bottom: none!important
}

.no-border-bottom td {
    border-bottom: none!important
}

.wide.sub-table td,
.wide.sub-table th {
    border-bottom: none
}

#footer-links-important-wrapper,
#header-admin-menu-level-one-center-wrapper,
#header-admin-menu-level-two-center-wrapper,
.footer-links-important-wrapper,
.full-width-wrapper,
.ga-header-main-wrapper .body,
.ga-header-top-wrapper .body {
    max-width: 1000px;
    margin: 0 auto
}


/*# sourceMappingURL=tb-default.css.map */
